a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
@font-face {
    font-family: fico;
    src: url(../font/fico.eot);
    src: url(../font/fico.eot) format("eot"), url(../font/fico.woff2) format("woff2"), url(../font/fico.woff) format("woff"), url(../font/fico.ttf) format("truetype"),
        url(../img/fico.svg) format("svg");
}
.fico:before {
    font-family: fico;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
.fico-briefcase:before {
    content: "\E001";
}
.fico-enterprise:before {
    content: "\E002";
}
.fico-team:before {
    content: "\E003";
}
.fico-vector:before {
    content: "\E004";
}
body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
}
.fico {
    display: inline-block;
    font-size: 3rem;
}
.fico::before {
    display: block;
}
.header {
    background: #23a7d8;
    position: relative;
    z-index: 11;
}
.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.header__content .humburger {
    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-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 80px;
    width: 100%;
    min-width: 30px;
}
.header__content .humburger span {
    display: block;
    height: 4px;
    width: 26px;
    border-radius: 2px;
    background: #fff;
    margin-bottom: 4px;
}
.header__content .humburger span:last-of-type {
    margin-bottom: 0;
}
.header__content .search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none;
    max-width: 208px;
    width: 100%;
}
.header__content .search::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    background: url(../img/search.svg) no-repeat center;
    background-size: contain;
    height: 20px;
    width: 20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
}
.header__content .search input {
    height: 34px;
    width: 170px;
    border-radius: 6px;
    padding-left: 42px;
    border: none;
    outline: 0;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.header__content .search input::-webkit-input-placeholder {
    font-style: italic;
    color: #9b9b9b;
}
.header__content .search input::-moz-placeholder {
    font-style: italic;
    color: #9b9b9b;
}
.header__content .search input:-ms-input-placeholder {
    font-style: italic;
    color: #9b9b9b;
}
.header__content .search input::-ms-input-placeholder {
    font-style: italic;
    color: #9b9b9b;
}
.header__content .search input::placeholder {
    font-style: italic;
    color: #9b9b9b;
}
.header__content .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.header__content .socials a {
    position: relative;
}
.header__content .socials a .svg-hover {
    position: absolute;
    z-index: 1;
    top: 0;
    display: none;
    height: 31px;
    width: 31px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.35);
}
.header__content .socials a:hover .svg-hover {
    display: block;
}
.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-transform: uppercase;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.header__nav a {
    color: #fff;
    text-decoration: none;
    padding: 28px 10px;
    font-size: 18px;
    line-height: 22px;
}
.header__nav a:hover {
    background: rgba(255, 255, 255, 0.1);
}
.main .container {
    background: #fff;
    -webkit-box-shadow: 0 0 84px 0 rgba(35, 167, 216, 0.18);
            box-shadow: 0 0 84px 0 rgba(35, 167, 216, 0.18);
}
.main img {
    max-width: 100%;
    margin-bottom: 15px;
}
.main__content {
    padding: 20px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.main__content-info {
    max-width: 745px;
    width: 100%;
    min-width: 400px;
    padding-right: 15px;
}
.main__content-info .article {
    font-size: 12px;
    line-height: 16px;
    color: #818181;
    margin-bottom: 25px;
}
.main__content-info .article__span {
    color: #000;
    text-decoration: none;
    font-weight: 700;
}
.main__content-info .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    color: #818181;
    font-weight: 600;
    margin-bottom: 10px;
}
.main__content-info .author img {
    margin-right: 15px;
    margin-bottom: 0;
}
.main__content-info .author a {
    text-decoration: none;
    color: #00bff3;
}
.main__content .annotation {
    width: calc(100% + 15px);
    padding: 15px;
    border-right: 5px solid #23a7d8;
    background: #e6f7fd;
    text-align: right;
}
.main__content .symptoms {
    max-width: 286px;
    padding: 2px;
    display: block;
    margin: -10px auto 20px;
    border: 1px solid #23a7d8;
}
.main__content .symptoms__ul {
    padding: 14px 15px 14px 30px;
    border: 1px solid #65c1e4;
    background: #edf9fe;
    font-size: 14px;
    font-weight: 600;
}
.main__content .symptoms__ul li {
    position: relative;
    margin-bottom: 6px;
}
.main__content .symptoms__ul li::before {
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #6b7073;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: -10px;
}
.main__content .order__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 75px;
}
.main__content .order__product a {
    font-size: 14px;
    line-height: 20px;
}
.main__content-aside {
    -ms-flex-item-align: start;
        align-self: flex-start;
    max-width: 300px;
    width: 100%;
    margin-top: -20px;
    padding-bottom: 50px;
    min-width: 200px;
    padding-top: 20px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: -40px -20px 29px -20px rgba(35, 167, 216, 0.09);
            box-shadow: -40px -20px 29px -20px rgba(35, 167, 216, 0.09);
}
.main__content-aside .main__text:nth-child(1) p:nth-of-type(1) {
    margin-bottom: 40px;
}
.main__content-aside .trend {
    padding: 13px 0;
    text-align: center;
    text-transform: uppercase;
    background: #23a7d8;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.main__content-aside .item {
    position: relative;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 36px;
    padding-right: 10px;
}
.main__content-aside .item::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -21px;
    left: 0;
    background: #dadada;
}
.main__content-aside .item:last-of-type::after {
    display: none;
}
.main__content-aside .item img {
    margin-right: 15px;
    margin-bottom: 0;
    margin-top: 8px;
}
.main__text {
    max-width: 555px;
    display: block;
    margin: 0 auto;
    font-weight: 600;
}
.main__text span {
    font-weight: 900;
}
.main__text .ital {
    font-style: italic;
}
.foot {
    padding: 20px 0;
    background: #137da4;
    color: #e6e6e6;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: -20px
}
.foot__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.foot__content div:nth-of-type(1) {
    max-width: 212px;
    min-width: 150px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
}
.foot__content div:nth-of-type(2) {
    max-width: 244px;
    min-width: 150px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
    padding-bottom: 35px;
}
.foot__content div:nth-of-type(3) {
    max-width: 460px;
    min-width: 250px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
}
.foot__content div:last-of-type {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
}
.foot__content a {
    display: block;
    color: inherit;
    text-decoration: none;
}
.foot__content .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 25px;
}
.foot__content .socials a {
    position: relative;
}
.foot__content .socials a .svg-hover {
    position: absolute;
    z-index: 1;
    top: 0;
    display: none;
    height: 31px;
    width: 31px;
    border-radius: 6px;
    background: rgba(0, 0, 0, 0.35);
}
.foot__content .socials a:hover .svg-hover {
    display: block;
    min-width: 1px
}
.foot__content .copyright {
    opacity: 0.3;
}
body {
    background: #ddf4fc;
    font-family: "Open Sans", sans-serif;
}
p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 13px;
}
a {
    color: #00aeef;
}
.container {
    display: block;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1140px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.icon {
    width: 31px;
    height: 31px;
    margin-right: 5px;
}
h1 {
    font-size: 35px;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 36px;
}
.h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
}
.mb35 {
    margin-bottom: 35px;
}
.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 > a {
    margin-right: 15px;
}
.ava1,
.ava10,
.ava2,
.ava3,
.ava4,
.ava5,
.ava6,
.ava7,
.ava8,
.ava9 {
    display: inline-block;
    background-image: url(../img/ava.png);
    background-repeat: no-repeat;
    position: relative;
}
.ava-autor {
    display: inline-block;
    background: url(../img/header.png);
    background-size: 100%;
    position: relative;
    width: 64px;
    height: 64px;
}
.ava1 {
    background-position: 0 0;
    height: 65px;
    width: 65px;
}
.ava2 {
    background-position: -65px 0;
    height: 65px;
    width: 65px;
}
.ava3 {
    background-position: -130px 0;
    height: 65px;
    width: 65px;
}
.ava4 {
    background-position: -195px 0;
    height: 65px;
    width: 65px;
}
.ava5 {
    background-position: -260px 0;
    height: 65px;
    width: 65px;
}
.ava6 {
    background-position: -325px 0;
    height: 65px;
    width: 65px;
}
.ava7 {
    background-position: -390px 0;
    height: 65px;
    width: 65px;
}
.ava8 {
    background-position: -455px 0;
    height: 65px;
    width: 65px;
}
.ava9 {
    background-position: -195px 0;
    height: 65px;
    width: 65px;
}
.ava10 {
    background-position: -455px 0;
    height: 65px;
    width: 65px;
}
.comment-content {
    max-width: 720px;
    width: 100%;
}
.comment-content img {
    margin: 0 0 30px;
}
.comment-content p {
    font: 700 14px/24px "Open Sans", Roboto, sans-serif;
    color: #373737;
}
.name {
    margin-bottom: 0;
}
.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;
    text-align: justify;
}
.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: 700 14px/42px "Open Sans", Roboto, sans-serif;
    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;
}
.apruv,
.reply {
    padding: 5px 15px;
    border: 1px solid #bababa;
    background: #fff;
}
.apruv:hover,
.reply:hover {
    background: #fff;
}
.report {
    padding: 5px 15px;
}
.comments__list {
    text-align: right;
    margin-bottom: 100px;
}
.comments__list .add {
    font: 700 14px/16px "Open Sans", Roboto, sans-serif;
    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-button {
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.comments__list a {
    font: 700 15px/16px "Open Sans", Roboto, sans-serif;
    padding: 12px 19px;
    border: 1px solid #d4ddeb;
    text-decoration: none;
    background: #fff;
    color: grey;
    margin-right: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.comments__list a:last-of-type {
    margin-right: 0;
}
.comments__list a.active,
.comments__list a:hover {
    background: #23a7d8;
    border: 1px solid #23a7d8;
    color: #fff;
}
.comments__list a.comment__add {
    border: 1px solid #23a7d8;
    color: #23a7d8;
    padding: 12px 38px;
}
.comments__list a.comment__add:hover {
    color: #fff;
}
.answer {
    margin-left: 50px;
    padding-left: 10px;
}
.answer-brd {
    padding-left: 0;
    position: relative;
}
.answer-brd > a {
    margin-right: 20px;
}
.answer-brd::before {
    position: absolute;
    display: block;
    content: "";
    width: 1px;
    height: 64px;
    background: #ccc;
    left: -10px;
    top: 0;
}
.article-blog__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.article-blog__list img {
    margin-bottom: 10px;
}
.article-blog__list a {
    display: block;
    max-width: 230px;
    width: 100%;
    text-decoration: none;
    color: inherit;
    margin-bottom: 20px;
}
.article-blog__list p {
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 0;
}
.article-blog__list span {
    color: #818181;
    font-size: 12px;
}
.article__line {
    position: relative;
}
.article__line::after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 23px;
    right: 0;
    z-index: 1;
    background: #000;
}
.h3 {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    padding-right: 5px;
    background: #fff;
}
img:hover {
    opacity: 0.8;
}
@media screen and (max-width: 1140px) {
    .header__content {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .header__content .humburger {
        width: auto;
    }
    .header__content .search {
        margin: 25px 0;
        width: auto;
    }
    .header__nav {
        display: none;
    }
    .foot__content {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .foot__content div:last-of-type {
        max-width: 100%;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        margin-top: 30px;
    }
    .comments__list a {
        padding: 10px 14px;
        margin-right: 2px;
    }
    .comments__list a:nth-of-type(3),
    .comments__list a:nth-of-type(4),
    .comments__list a:nth-of-type(5) {
        display: none;
    }
    .comments__list a.comment__add {
        padding: 10px 25px;
    }
    .article-blog__list {
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
}
@media screen and (max-width: 875px) {
    .comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding-right: 10px;
    }
    .name,
    .posted {
        text-align: center;
    }
    .comment > a {
        margin-right: 0;
    }
    .comment-content {
        max-width: 800px;
    }
    .ava1,
    .ava10,
    .ava2,
    .ava3,
    .ava4,
    .ava5,
    .ava6,
    .ava7,
    .ava8,
    .ava9 {
        display: block;
        margin: 0 auto 10px;
    }
}
@media screen and (max-width: 768px) {
    .header__content .socials {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 25px;
    }
    .main__content {
        -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;
    }
    .main__content-info {
        min-width: 1px;
        padding-right: 0;
        padding-bottom: 25px;
    }
    .main__content .order__product {
        -webkit-box-orient: vertical;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .main__content-aside {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            align-self: center;
        margin-top: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
    .foot__content .socials {
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
}
@media screen and (max-width: 480px) {
    .answer {
        margin-left: 20px;
        padding-left: 10px;
    }
    .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);
    }
}

@media (max-width: 486px) {
    .foot__content div:nth-of-type(2) {
        padding-bottom: 0;
    }
}