html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

img,
fieldset,
a img {
    border: none
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none
}

textarea {
    overflow: auto
}

input,
button {
    margin: 0;
    padding: 0;
    border: 0
}

input[type="submit"],
button {
    cursor: pointer
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
    outline: none
}

ul,
ol {
    list-style-type: none
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

@font-face {
    font-family: "OpenSans";
    src: url("fonts/OpenSansRegular.woff2") format("woff2"), url("fonts/OpenSansRegular.woff") format("woff"), url("fonts/OpenSansRegular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "TimesNewRoman";
    src: url("fonts/TimesNewRomanRegular.woff2") format("woff2"), url("fonts/TimesNewRomanRegular.woff") format("woff"), url("fonts/TimesNewRomanRegular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "TimesNewRoman";
    src: url("fonts/TimesNewRomanBold.woff2") format("woff2"), url("fonts/TimesNewRomanBold.woff") format("woff"), url("fonts/TimesNewRomanBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "TimesNewRoman";
    src: url("fonts/TimesNewRomanItalic.woff2") format("woff2"), url("fonts/TimesNewRomanItalic.woff") format("woff"), url("fonts/TimesNewRomanItalic.ttf") format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Myriad Pro";
    src: url("fonts/MyriadProRegular.woff2") format("woff2"), url("fonts/MyriadProRegular.woff") format("woff"), url("fonts/MyriadProRegular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Myriad Pro";
    src: url("fonts/MyriadProBold.woff2") format("woff2"), url("fonts/MyriadProBold.woff") format("woff"), url("fonts/MyriadProBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

body {
    font-family: Arial, sans-serif;
    font-size: 16px;
    color: #000;
    background-color: #fff
}

a {
    text-decoration: underline;
    color: #00bff3;
    cursor: pointer;
    -webkit-transition: background-color .5s, opacity .3s, -webkit-transform .3s;
    transition: background-color .5s, opacity .3s, -webkit-transform .3s;
    transition: background-color .5s, transform .3s, opacity .3s;
    transition: background-color .5s, transform .3s, opacity .3s, -webkit-transform .3s
}

a:hover,
a:focus {
    text-decoration: none
}

.prod {
    display: block
}

.prod+h2 {
    margin-top: -25px
}

p {
    color: #010101;
    line-height: 1.5;
    margin-bottom: 10px
}

p a {
    color: blue
}

p+ul {
    font-size: inherit;
    line-height: 1.5;
    list-style-type: disc;
    padding-left: 17px;
    padding-bottom: 10px
}

h1 {
    font-family: "TimesNewRoman", Times, serif;
    font-size: 35px;
    line-height: 40px;
    margin-top: 5px;
    padding-right: 20px
}

h2 {
    font-family: Arial, sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
    margin: 12px 0
}

h3 {
    position: relative;
    font-size: 20px;
    font-family: "TimesNewRoman", Times, serif;
    font-weight: 400;
    font-style: italic;
    line-height: 2.25
}

h3:before {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: -1px;
    position: absolute;
    width: 193px
}

h5 {
    position: relative;
    font-family: "TimesNewRoman", Times, serif;
    display: block;
    font-size: 25px;
    font-weight: 700;
    line-height: .8;
    margin-bottom: 30px;
    padding-bottom: 20px;
    padding-left: 14px
}

h5:after {
    background-color: #000;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%
}

[class*="i-icon"] {
    display: inline-block
}

.i-icon-like {
    background-image: url("../img/icons.png");
    width: 13px;
    height: 15px;
    background-position: -29px 0px
}

.i-icon-unlike {
    background-image: url("../img/icons.png");
    width: 13px;
    height: 14px;
    background-position: -46px 0px
}

.answer-button {
    background-color: #d9d9d9;
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 2.5;
    position: absolute;
    right: 27px;
    text-align: center;
    text-decoration: none;
    width: 133px
}

.answer-button:hover,
.answer-button:focus {
    opacity: .7
}

.form {
    min-height: 40px;
    position: relative
}

.form form {
    height: 100%
}

.form input[type=submit] {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    background-image: url("../img/icons.png");
    width: 25px;
    height: 25px;
    background-position: 0px 0px;
    background-color: #fff;
    background-repeat: no-repeat;
    border-radius: 2px;
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0
}

::-webkit-input-placeholder {
    color: #b7b7b7;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 45px
}

::-moz-placeholder {
    color: #b7b7b7;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 45px
}

:-ms-input-placeholder {
    color: #b7b7b7;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 45px
}

::-ms-input-placeholder {
    color: #b7b7b7;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 45px
}

::placeholder {
    color: #b7b7b7;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 45px
}

.out {
    min-width: 320px;
    padding: 0 20px
}

.inner {
    margin: auto;
    max-width: 1140px;
    padding: 0 20px;
    position: relative;
    *zoom: 1
}

.inner:after {
    content: " ";
    display: table;
    clear: both
}

.header {
    background: transparent url("../img/head-bg.jpg") center no-repeat;
    background-size: cover;
    min-height: 186px;
    padding-top: 11px;
    position: relative;
    text-align: left;
    margin: 0 -20px
}

.header__ava {
    float: left;
    margin: 7px 58px 0 0
}

.header__content {
    overflow: hidden
}

.header__content p {
    font-family: "Myriad Pro";
    font-size: 12px;
    line-height: 3.75;
    margin-bottom: 0
}

.header__content p span:first-of-type {
    padding-right: 10px
}

.header__content p span:last-of-type {
    padding-left: 10px
}

.header__search {
    float: right;
    margin-right: -20px;
    text-align: right;
    width: 23.4547%
}

.header__search .search {
    background-color: #fff;
    font-family: "Roboto", sans-serif;
    height: 40px;
    border-radius: 20px;
    padding: 0 55px 0 20px;
    text-align: left;
    width: 100%
}

.header__search .social {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-bottom: 15px;
    text-align: right;
    vertical-align: top
}

.header__search .social ul {
    font-size: 0;
    text-align: right
}

.header__search .social ul li {
    display: inline-block;
    margin: 2px 0 2px 5px;
    vertical-align: top
}

.header__search .social ul li:first-child {
    margin-left: 0
}

.header__search .social a {
    border-radius: 36px;
    display: block;
    height: 36px;
    width: 36px
}

.header__search .social a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.header__search .social .fb {
    background: #fff url("../img/fb.svg") no-repeat center
}

.header__search .social .tw {
    background: #fff url("../img/tw.svg") no-repeat center
}

.header__search .social .ggl {
    background: #fff url("../img/ggl.svg") no-repeat center
}

.header__search .social .pin {
    background: #fff url("../img/pin.svg") no-repeat center
}

.content .inner {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 20px 0 rgba(133, 133, 133, 0.18);
    box-shadow: 0 10px 20px 0 rgba(133, 133, 133, 0.18);
    padding: 0
}

.content__main {
    background-color: #f4f7fc;
    float: left;
    padding: 30px 26px 10px 29px;
    width: 77.368421%;
    *zoom: 1
}

.content__main:after {
    content: " ";
    display: table;
    clear: both
}

.content__main img {
    display: block;
    margin: 30px auto;
    max-width: 100%;
}
.tobuy {
    font-size: 24px;
    text-align: center;
    margin-bottom: 35px;
}
.content__main img.prod {
    margin-bottom: 10px;
}
.content__main img.product {
    display: block;
    margin: -10px auto 0
}

.content__sidebar {
    float: right;
    width: 22.631579%
}

.content__navigation {
    padding: 30px 15px 27px 15px
}

.content__list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.content__list__item {
    font-family: "Myriad Pro";
    font-size: 18px;
    line-height: 32px;
    text-align: left
}

.content__list__item a {
    border-bottom: 1px solid #00bff3;
    line-height: 1;
    text-decoration: none
}

.content__list__item a:hover,
.content__list__item a:focus {
    border-bottom: none
}

.content__list__item:first-child {
    font-family: "TimesNewRoman", Times, serif;
    font-size: 25px;
    font-weight: 900;
    line-height: .8;
    margin-bottom: 29px
}

.content__list__item:first-child span {
    text-transform: uppercase
}

.content__b {
    padding: 40px 15px 0;
    font-size: 0;
    text-align: center
}

.content__b img {
    max-width: 100%
}

.content__suggestion {
    padding: 40px 15px 30px
}

.content__suggestion-list {
    font-size: 0;
    list-style-type: none;
    margin: 0
}

.content__suggestion-list__item {
    padding-bottom: 45px;
    vertical-align: bottom
}

.content__suggestion-list__item h4 {
    font-family: "TimesNewRoman", Times, serif;
    display: block;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
    padding-top: 20px;
    text-align: left
}

.content__suggestion-list__item a>img {
    max-width: 100%
}

.content__suggestion a {
    color: inherit;
    text-decoration: inherit
}

.content__comments {
    *zoom: 1;
    background-color: #f4f7fc;
    clear: both;
    padding: 28px 26px 55px 15px;
    width: 77.368421%
}

.content__comments:after {
    content: " ";
    display: table;
    clear: both
}

.content__comment,
.content__answer {
    *zoom: 1;
    background-color: #fff;
    margin-top: 29px;
    min-height: 184px;
    padding-top: 10px;
    padding: 20px 27px 25px 0;
    position: relative
}

.content__comment:after,
.content__answer:after {
    content: " ";
    display: table;
    clear: both
}

.content__comment__user,
.content__answer__user {
    float: left;
    text-align: center;
    width: 140px
}

.content__comment__user-ava,
.content__answer__user-ava {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    margin-bottom: 10px
}

.content__comment__user-name,
.content__answer__user-name {
    font-family: "Myriad Pro";
    font-size: 12px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 5px
}

.content__comment__user-name span,
.content__answer__user-name span {
    display: inline-block;
    font-weight: 400
}

.content__comment__user-name+p,
.content__answer__user-name+p {
    font-family: "Myriad Pro";
    color: #898989;
    font-size: 12px;
    line-height: 1.6666666667;
    margin-bottom: -5px
}

.content__comment__comment,
.content__answer__comment {
    font-family: "Myriad Pro";
    color: #010101;
    font-size: 14px;
    line-height: 1.42857;
    padding: 8px 8px 55px 173px
}

.content__answer {
    margin-left: 76px;
    background-color: rgba(217, 217, 217, 0.302);
    margin-top: 6px
}

.content .like {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    bottom: 26px;
    height: 20px;
    left: 205px;
    position: absolute
}

.content .like a:hover,
.content .like a:focus {
    opacity: .6
}

.content .like span {
    color: #838485;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 5px;
    padding-right: 15px;
    vertical-align: top
}

.comment {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   padding: 40px 40px 20px 0;
   border-bottom: 1px solid #e6e6e6
}

.comment_answer {
   margin-left: 80px
}

.comment_answer>a span {
   position: relative
}

.comment_answer>a span:before {
   position: absolute;
   content: "";
   width: 1px;
   height: 65px;
   background: #e6e6e6;
   left: -10px
}

.comment>a {
   margin-right: 15px
}

.ava1,
.ava2,
.ava3,
.ava4,
.ava5,
.ava6,
.ava7,
.ava8,
.ava9,
.ava10,
.ava11 {
   display: inline-block;
   background-image: url(../img/ava.png);
   background-repeat: no-repeat;
   position: relative;
   height: 98px;
   width: 98px
}

.ava1 {
   background-position: -0 -0;
}

.ava2 {
   background-position: -98px -0;
}

.ava3 {
   background-position: -0 -98px;
}

.ava4 {
   background-position: -98px -98px;
}

.ava5 {
   background-position: -196px -0;
}

.ava6 {
   background-position: -196px -98px;
}
.ava7 {
   background-position: -0 -196px;
}
.ava8 {
   background-position: -98px -196px;
}
.ava9 {
   background-position: -196px -196px;
}
.ava10 {
   background-position: -294px -0;
}
.ava11 {
   background-position: -294px -98px;
}
.comment-content {
   max-width: 720px;
   width: 100%
}

.comment-content>a img {
   margin: 0 0 30px;
   max-width: 460px;
   width: 100%;
}

.comment-content p {
   font-size: 14px;
   line-height: 24px;
   font-weight: 700;
   color: #373737
}

.name a {
   color: inherit;
   text-decoration: none;
}

.posted {
   margin-bottom: 20px
}

.comment .comment-content span {
   font-weight: 400;
   color: #a8a8a8
}

.comment-content .text {
   font-weight: 400;
   color: #606060;
   margin-bottom: 30px
}

.comment_btn {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between
}

.comment_btn div {
   max-width: 240px;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between
}

.comment_btn a {
   font-size: 14px;
   line-height: 42px;
   font-weight: 700;
   color: #767676;
   line-height: inherit;
   text-decoration: none;
}

.apruv:before,
.reply:before,
.report:before {
   display: inline-block;
   background-image: url(../img/comment-panel.png);
   background-repeat: no-repeat;
   margin-right: 10px;
   vertical-align: middle
}

.reply:before {
   content: "";
   background-position: 0 0;
   height: 21px;
   width: 25px
}

.apruv:before {
   content: "";
   background-position: -25px 0;
   height: 21px;
   width: 16px
}

.report:before {
   content: "";
   background-position: -41px 0;
   height: 21px;
   width: 16px
}

.reply,
.apruv {
   padding: 5px 15px;
   border: 1px solid #bababa;
   background: -webkit-gradient(linear, left bottom, left top, from(#d1d0d0), to(#fff));
   background: linear-gradient(to top, #d1d0d0, #fff)
}

.reply:hover,
.apruv:hover {
   background: #fff
}

.report {
   padding: 5px 15px
}

.comments__list {
   text-align: right;
   margin-bottom: 20px
}

.comments__list div {
   font-size: 14px;
   line-height: 16px;
   font-weight: 700;
   color: #1f1f1f;
   margin: 25px 0 15px;
   text-align: left
}

.comments__list textarea {
   border-radius: 5px;
   border: 1px solid #bababa;
   max-width: 840px;
   width: 100%;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
   resize: vertical;
   max-height: 350px;
   min-height: 65px;
   margin-bottom: 15px
}

.comments__list a {
   display: inline-block;
   font-size: 15px;
   line-height: 42px;
   font-weight: 700;
   color: #000;
   border: 1px solid #bababa;
   background: -webkit-gradient(linear, left bottom, left top, from(#d1d0d0), to(#fff));
   background: linear-gradient(to top, #d1d0d0, #fff);
   text-align: center;
   padding: 0 40px;
   text-decoration: none;
}

.comments__list a:hover {
   background: #fff
}

.content__comments .h3 {
   font-size: 18px;
   line-height: 20px;
   font-weight: 700;
   color: #000;
   margin-bottom: 20px
}

.article-blog__list {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between
}

.article-blog__list a {
	text-decoration: none;
}

.article-blog__item.item-1 {
   background: url(../img/item1.jpg) no-repeat
}

.article-blog__item.item-2 {
   background: url(../img/item2.jpg) no-repeat
}

.article-blog__item.item-3 {
   background: url(../img/item3.jpg) no-repeat
}

.article-blog__item {
   width: 270px;
   height: 200px;
   color: #000;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: end;
   -ms-flex-pack: end;
   justify-content: flex-end
}
.article-blog__item div {
   background-color: rgba(0, 0, 0, .55);
   padding: 10px 15px;
   width: 100%;
}
.article-blog__item div p {
   font-size: 16px;
   line-height: 22px;
   font-weight: 700;
   color: #fff;
   min-height: 66px;
   margin-bottom: 5px;
}
.article-blog__item div span {
   font-size: 12px;
   line-height: 18px;
   font-weight: 400;
   color: #818181;
}

.footer {
    background-color: #000;
    margin: 0 -20px;
    min-height: 130px;
    position: relative;
    z-index: 99
}

.footer p {
    font-family: "OpenSans", Arial, sans-serif;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 90px;
    margin-bottom: 0;
    text-align: center
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    * {
        -webkit-text-size-adjust: none
    }
}

@media only screen and (max-width: 1199px) {
    .header__ava {
        margin-right: 48px
    }
    .header__search {
        margin-right: -5px
    }
    .article-blog__list a {
    	margin: 0px 10px 15px;
    }
    .article-blog__list {
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	-ms-flex-wrap: wrap;
    	    flex-wrap: wrap;
    }
}

@media only screen and (max-width: 991px) {
    h1 {
        padding-right: 0
    }
    .form input[type=submit] {
        right: 20px
    }
    .header__ava {
        clear: both
    }
    .header__content {
        clear: right
    }
    .header__search {
        float: none;
        width: 100%
    }
    .header__search .search {
        float: right;
        margin-bottom: 25px;
        width: 257px
    }
    .header__search .social {
        float: left;
        margin-bottom: 25px
    }
    .content__main {
        float: none;
        margin-bottom: 0;
        width: 100%
    }
    .content__sidebar {
        float: none;
        position: relative;
        width: 100%
    }
    .content__navigation {
        display: none
    }
    .content__suggestion-list__item {
        display: inline-block;
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
        width: 50%
    }
    .content__suggestion-list__item h4 {
        text-align: center;
        padding: 20px 30px 0
    }
    .content__suggestion-list__item a>img {
        max-width: 50%
    }
    .content__suggestion {
        padding: 40px 0 0;
        width: 100%;
        display: none;
    }
    .content__comments {
        width: 100%
    }
    .article-blog__list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: none;
   }

   .article-blog__list a {
      margin-bottom: 15px
   }
   .content__comments .h3 {
       text-align: center;
       display: none;
   }
}

@media only screen and (max-width: 767px) {
    h3:before {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .answer-button {
        right: 25px
    }
    .form input[type=submit] {
        right: 50%;
        -webkit-transform: translateX(110px);
        transform: translateX(110px)
    }
    .out {
        padding: 0
    }
    .header {
        margin: 0;
        background-image: none;
        background: #17b8ee;
        background: -webkit-gradient(left top, right top, color-stop(0%, #17b8ee), color-stop(100%, rgba(0, 184, 245, 0.28)));
        background: -webkit-gradient(linear, left top, right top, from(#17b8ee), to(rgba(0, 184, 245, 0.28)));
        background: linear-gradient(to right, #17b8ee 0%, rgba(0, 184, 245, 0.28) 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#17b8ee', endColorstr='#00b8f5', GradientType=1)
    }
    .header__ava {
        float: none;
        margin: 20px 20px 0;
        text-align: center
    }
    .header__content {
        clear: left;
        text-align: center
    }
    .header__search .search {
        display: block;
        float: none;
        margin: 0 auto
    }
    .header__search .social {
        float: none
    }
    .header__search .social ul {
        text-align: center
    }
    .content__main {
        overflow: hidden;
        padding: 27px 35px 45px
    }
    .content__suggestion-list__item h4 {
        padding: 20px 20px 0
    }
    .content__suggestion-list__item a>img {
        max-width: 60%
    }
    .content__comments {
        padding: 40px 20px 60px
    }
    .content__comment,
    .content__answer {
        padding-left: 25px;
        padding-right: 25px
    }
    .content__comment__user,
    .content__answer__user {
        float: none;
        margin: 0 auto
    }
    .content__comment__comment,
    .content__answer__comment {
        padding: 25px 0 55px
    }
    .content .like {
        left: 45px
    }
    .comment {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      padding-right: 10px
   }

   .comment>a {
      margin-right: 0
   }

   .comment-content {
      max-width: 800px
   }
    .footer p {
        line-height: 60px
    }
    .footer {
        margin: 0;
        min-height: 90px
    }
}

@media only screen and (max-width: 575px) {
    .prod+h2 {
        margin-top: -15px
    }
    h1 {
        font-size: 24px
    }
    h1 br {
        display: none
    }
    .header__content p span:first-of-type {
        padding-right: 5px
    }
    .header__content p span:last-of-type {
        padding-left: 5px
    }
    .content__main {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 30px
    }
    .content__suggestion-list__item h4 {
        font-size: 20px
    }
    .content__answer {
        margin-left: 0
    }
}

@media only screen and (max-width: 479px) {
    h1 {
        padding: 0 10px
    }
    .inner {
        padding: 0
    }
    .header__content p {
        padding-right: 5px;
        padding-left: 5px
    }
    .header__content p span:first-of-type {
        display: block;
        line-height: 1;
        margin-top: 20px
    }
    .content__main {
        padding-left: 15px;
        padding-right: 15px
    }
    .content__suggestion-list__item {
        padding: 0 12px 30px;
        width: 100%
    }
    .content__suggestion-list__item h4 {
        padding: 20px 0 0
    }
    .content__suggestion-list__item a>img {
        max-width: 70%
    }
    .content__comments {
        padding-left: 10px;
        padding-right: 10px
    }
    .content__comment,
    .content__answer {
        padding-left: 15px;
        padding-right: 15px
    }
    .content .like {
        left: 15px
    }
    .comment {
      text-align: center;
      padding-right: 0
   }

   .comment_btn a {
      font-size: 0
   }

   .apruv:before,
   .reply:before,
   .report:before {
      margin-right: 0
   }

   .comment_btn div {
      max-width: 140px
   }

   .report {
      padding: 5px 15px;
      border: 1px solid #bababa;
      background: -webkit-gradient(linear, left bottom, left top, from(#d1d0d0), to(#fff));
      background: linear-gradient(to top, #d1d0d0, #fff)
   }

   .comment_answer {
      margin-left: 0
   }

   .comment_answer>a span::before {
      display: none
   }
}