@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@-webkit-keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
@keyframes fade-in-down {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes fade-in-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes fade-in {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fade-out {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.article {
    position: relative;
    line-height: 1.2;
}
.article__image,
.article__image img {
    display: block;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.article__image {
    margin-bottom: 14px;
    overflow: hidden;
    position: relative;
}
.article__image::before {
    content: "";
    display: block;
    padding-top: 58.75%;
}
@media screen and (min-width: 768px) {
    .article__image::before {
        padding-top: 63.15789%;
    }
}
.article__image::after {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    right: 0;
    top: 0;
    background: url(img/article/corner.svg) no-repeat center/contain;
    position: absolute;
}
@media screen and (min-width: 1260px) {
    .article__image::after {
        width: 90px;
        height: 90px;
    }
    .article__image {
        margin-bottom: 19px;
    }
}
.article__image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.article__title {
    font-size: 20px;
    line-height: 1.35;
    display: block;
    color: #00625e;
}
.articleDetail__reviewer a:hover,
.article__category:hover,
.article__title:hover,
a.articleDetail__related-category:hover,
a.articleDetail__related-title:hover {
    text-decoration: none;
    color: #2a384e;
}
@media screen and (min-width: 1260px) {
    .article__title {
        font-size: 25px;
        line-height: 1.2;
    }
}
.article__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 5px;
}
.article__category {
    color: #00625e;
    margin-right: 15px;
}
@media screen and (min-width: 1260px) {
    .article__category {
        margin-right: 20px;
    }
}
.article__views {
    color: rgba(42, 56, 78, 0.6);
}
.article_catalog .article__image,
.article_product .article__image {
    background: #cee9ef;
}
.article_catalog .article__image::after,
.article_product .article__image::after {
    display: none;
}
.article_product .article__image img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    display: block;
    -webkit-filter: drop-shadow(0 60px 50px rgba(12, 79, 77, 0.5));
    filter: drop-shadow(0 60px 50px rgba(12, 79, 77, 0.5));
}
@media (min-width: 480px) {
    .article_product .article__image img {
        -webkit-filter: drop-shadow(0 60px 50px rgba(12, 79, 77, 0.5));
        filter: drop-shadow(0 60px 50px rgba(12, 79, 77, 0.5));
    }
}
.article__discontinued {
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 7px 15px;
    background-color: #f1f9fa;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    color: #2a384e;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    font-family: "Roboto Condensed", sans-serif;
    width: auto;
    white-space: nowrap;
    z-index: 5;
}
@media screen and (min-width: 768px) {
    .article__discontinued {
        left: 10px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
@media screen and (min-width: 1260px) {
    .article__discontinued {
        bottom: 15px;
        left: 15px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}
.articleDetail {
    display: block;
    background: #f6fafc;
    position: relative;
    padding-top: 71px;
}
@media screen and (min-width: 360px) {
    .articleDetail {
        padding-bottom: 40px;
    }
}
@media screen and (min-width: 768px) {
    .articleDetail {
        padding-top: 18px;
        padding-bottom: 50px;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail {
        padding-top: 25px;
        padding-bottom: 70px;
    }
}
.articleDetail .container {
    position: static;
}
.articleDetail + .comments {
    padding-top: 0;
}
.articleDetail__title {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .articleDetail__title {
        margin-bottom: 32px;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail__title {
        max-width: 872px;
        margin-bottom: 41px;
    }
}
@media screen and (min-width: 768px) {
    .articleDetail__content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.articleDetail__main {
    margin: 0 -20px;
    background: #fff;
    padding: 21px 20px 20px;
}
@media screen and (min-width: 360px) {
    .articleDetail__main {
        margin: 0;
        -webkit-border-radius: 7px;
        border-radius: 7px;
    }
}
@media screen and (min-width: 768px) {
    .articleDetail__main {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 479px;
        flex: 0 0 479px;
        max-width: 479px;
        margin-right: 20px;
        padding: 20px 30px 22px;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail__main {
        -ms-flex-preferred-size: 872px;
        flex-basis: 872px;
        max-width: 872px;
        margin-right: 50px;
        padding: 25px 50px 50px;
        position: relative;
    }
}
.articleDetail__main .articleDetail__table-wrap {
    width: 100%;
    overflow-x: auto;
    position: relative;
    overflow-y: hidden;
}
.articleDetail__main .articleDetail__table-wrap::-webkit-scrollbar {
    display: none;
}
.articleDetail__main .articleDetail__scroll-wrap {
    width: 100%;
    overflow-x: auto;
    position: relative;
    overflow-y: hidden;
    margin-bottom: 15px;
    height: 10px;
}
.articleDetail__main .articleDetail__scroll-wrap::-webkit-scrollbar {
    height: 3px;
    background-color: rgba(0, 98, 94, 0.2);
}
.articleDetail__main .articleDetail__scroll-wrap::-webkit-scrollbar-thumb {
    background-color: #00625e;
}
.articleDetail__main table {
    border-collapse: collapse;
}
.articleDetail__main table thead,
.big-table table thead {
    font-weight: 600;
    background: rgba(1, 78, 114, 0.08);
}
.articleDetail__main table thead td:first-child {
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.articleDetail__main table thead td:last-child {
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.articleDetail__main table tr:nth-child(even),
.big-table table tr:nth-child(even) {
    background: rgba(1, 78, 114, 0.08);
    -webkit-border-radius: 7px;
    border-radius: 7px;
}
.articleDetail__main table tr:nth-child(even) td:first-child {
    -webkit-border-top-left-radius: 7px;
    border-top-left-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    border-bottom-left-radius: 7px;
}
.articleDetail__main table tr:nth-child(even) td:last-child {
    -webkit-border-top-right-radius: 7px;
    border-top-right-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.articleDetail__main table td {
    padding: 15px 20px 7px;
}
.articleDetail__main table td:not(:last-child),
.big-table table td:not(:last-child) {
    border-right: 1px solid rgba(0, 98, 94, 0.2);
}
.articleDetail__main table tfoot,
.big-table table tfoot {
    text-align: left;
    font-size: 13px;
    line-height: 1.4;
    color: rgba(42, 56, 78, 0.6);
}
.articleDetail__main table tfoot th,
.big-table table tfoot th {
    padding-top: 30px;
}
@media screen and (min-width: 1260px) {
    .articleDetail__text {
        margin-top: -3px;
    }
}
.articleDetail__topInfo {
    color: rgba(42, 56, 78, 0.6);
    font-size: 16px;
    line-height: 1.45;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 98, 94, 0.16);
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
    .articleDetail__topInfo {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail__topInfo {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding-bottom: 14px;
        margin-bottom: 24px;
    }
}
.articleDetail__reviewer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px;
    color: #2a384e;
}
@media screen and (min-width: 768px) {
    .articleDetail__reviewer {
        margin-bottom: 9px;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail__reviewer {
        margin-bottom: 0;
        margin-right: 25px;
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }
}
.articleDetail__reviewer b {
    font-weight: 400;
    margin-right: 4px;
}
.articleDetail__views {
    margin-right: 15px;
}
@media screen and (min-width: 1260px) {
    .articleDetail__date,
    .articleDetail__views {
        margin-right: 25px;
    }
}
.articleDetail__controls {
    margin-top: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .articleDetail__controls {
        padding-left: 10px;
        -ms-flex-preferred-size: 165px;
        flex-basis: 165px;
        margin-left: auto;
        margin-top: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.articleDetail__controls .like {
    margin-left: auto;
    position: relative;
    top: auto;
    right: auto;
    width: 35px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
    box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
}
.articleDetail__thumbDown,
.articleDetail__thumbUp {
    border: 1px solid rgba(1, 78, 114, 0.08);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 10px;
    background: 0 0;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 6px 11px;
    font-size: 16px;
    color: #00625e;
    line-height: 1.45;
    font-family: "Roboto Condensed", sans-serif;
    cursor: pointer;
    -webkit-transition: border 0.25s ease-in-out,
        -webkit-box-shadow 0.25s ease-in-out;
    -o-transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out;
    transition: box-shadow 0.25s ease-in-out, border 0.25s ease-in-out,
        -webkit-box-shadow 0.25s ease-in-out;
}
.articleDetail__thumbDown::before,
.articleDetail__thumbUp::before {
    content: "";
    display: block;
    width: 16px;
    height: 15px;
    margin-right: 4px;
    background: url(img/articleDetail/thumb-up.svg) no-repeat center/contain;
    -webkit-transition: background 0.25s ease-in-out;
    -o-transition: background 0.25s ease-in-out;
    transition: background 0.25s ease-in-out;
}
.articleDetail__thumbDown.active,
.articleDetail__thumbUp.active {
    -webkit-box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
    box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
    border-color: transparent;
}
.articleDetail__thumbUp.active::before {
    background-image: url(img/articleDetail/thumb-up-hover.svg);
}
@media (hover: hover) {
    .articleDetail__thumbDown:hover,
    .articleDetail__thumbUp:hover {
        -webkit-box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
        box-shadow: 0 1px 2px rgba(1, 78, 114, 0.1);
        border-color: transparent;
    }
    .articleDetail__thumbDown:hover::before,
    .articleDetail__thumbUp:hover::before {
        background-image: url(img/articleDetail/thumb-up-hover.svg);
    }
}
.articleDetail__thumbDown::before {
    background-image: url(img/articleDetail/thumb-down.svg);
}
.articleDetail__thumbDown.active::before {
    background-image: url(img/articleDetail/thumb-down-hover.svg);
}
@media (hover: hover) {
    .articleDetail__thumbDown:hover::before {
        background-image: url(img/articleDetail/thumb-down-hover.svg);
    }
}
.articleDetail__rec {
    margin: 0 -20px 15px;
    padding: 25px 20px 30px;
    background: url(img/articleDetail/rec-bg.svg) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
    .articleDetail__rec {
        margin: 0 0 20px;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail__rec {
        float: right;
        margin: 0 0 30px 20px;
        max-width: 335px;
        padding: 23px 30px 27px;
    }
}
.articleDetail__rec-head {
    font-family: "Neucha", sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #00625e;
    padding-bottom: 10px;
    margin-bottom: 11px;
    position: relative;
    border-bottom: 1px solid rgba(0, 98, 94, 0.2);
}
@media screen and (min-width: 1260px) {
    .articleDetail__rec-head {
        font-size: 25px;
        padding-bottom: 17px;
        margin-bottom: 17px;
    }
}
.articleDetail__rec-head::after {
    content: "";
    width: 81px;
    height: 75px;
    background: url(img/articleDetail/rec-figure.svg) no-repeat center/contain;
    position: absolute;
    right: 10px;
    top: -40px;
}
@media screen and (min-width: 1260px) {
    .articleDetail__rec-head::after {
        width: 96px;
        height: 85px;
    }
}
.articleDetail__rec-body {
    font-size: 13px;
    line-height: 1.4;
}
@media screen and (min-width: 1260px) {
    .articleDetail__rec-body {
        font-size: 16px;
        line-height: 1.45;
    }
}
.articleDetail__border p,
.articleDetail__border_large p,
.articleDetail__opinion-text p,
.articleDetail__rec-body p,
.articleDetail__ref-body p {
    margin: 0 0 1em;
}
.articleDetail__border p:last-child,
.articleDetail__border_large p:last-child,
.articleDetail__opinion-text p:last-child,
.articleDetail__rec-body p:last-child,
.articleDetail__ref-body p:last-child,
.articleDetail__text .info p:last-child {
    margin: 0;
}
.articleDetail__ref {
    margin: 0 -20px 15px;
    padding: 25px 20px 30px;
    background: url(img/articleDetail/ref-bg.svg) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
    .articleDetail__ref {
        margin: 0 0 20px;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail__ref {
        margin: 0 0 30px;
        padding: 25px 50px 25px 30px;
    }
}
.articleDetail__ref-head {
    font-size: 25px;
    line-height: 1;
    font-family: "Neucha", sans-serif;
    color: #00625e;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 98, 94, 0.2);
    margin-bottom: 16px;
}
@media screen and (min-width: 1260px) {
    .articleDetail__ref-head {
        font-size: 30px;
        margin-bottom: 20px;
    }
}
.articleDetail__ref-body {
    padding-left: 63px;
    background: url(img/articleDetail/ref-figure.svg) no-repeat left 4px/48px;
    font-size: 16px;
    line-height: 1.45;
}
@media screen and (min-width: 1260px) {
    .articleDetail__ref-body {
        padding-left: 100px;
        -webkit-background-size: 70px 70px;
        background-size: 70px;
        font-size: 18px;
    }
}
.articleDetail__opinion {
    margin: 0 -20px 20px;
    padding: 25px 20px;
    background: url(img/articleDetail/opinion-bg.svg) no-repeat center/100% 100%;
}
@media screen and (min-width: 768px) {
    .articleDetail__opinion {
        margin: 0 0 20px;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail__opinion {
        margin: 0 0 30px;
        padding: 25px 50px 25px 30px;
    }
}
.articleDetail__opinion-head,
.articleDetail__text .info .info_title,
.articleDetail__text .question .question_header {
    font-size: 25px;
    line-height: 1;
    font-family: "Neucha", sans-serif;
    color: #00625e;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 98, 94, 0.2);
    margin-bottom: 16px;
}
@media screen and (min-width: 1260px) {
    .articleDetail__opinion-head {
        font-size: 30px;
        margin-bottom: 20px;
    }
}
.articleDetail__opinion-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.articleDetail__opinion-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    position: relative;
    margin-right: 15px;
    margin-top: 3px;
}
@media screen and (min-width: 1260px) {
    .articleDetail__opinion-photo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        width: 80px;
        margin-right: 20px;
    }
}
.articleDetail__opinion-photo img,
.question_opinion_body .question_img img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
}
.articleDetail__opinion-photo::after {
    content: "";
    display: block;
    width: 27px;
    height: 24px;
    background: url(img/articleDetail/opinion-quotes.svg) no-repeat
        center/contain;
    position: absolute;
    right: -5px;
    bottom: -8px;
}
@media screen and (min-width: 1260px) {
    .articleDetail__opinion-photo::after {
        width: 40px;
        height: 30px;
        bottom: -10px;
        right: -5px;
    }
}
.articleDetail__opinion-text {
    font-size: 16px;
    line-height: 1.45;
}
@media screen and (min-width: 1260px) {
    .articleDetail__opinion-text {
        font-size: 18px;
    }
}
.articleDetail__related {
    margin-bottom: 20px;
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (min-width: 1260px) {
    .articleDetail__related {
        margin-bottom: 30px;
    }
}
.articleDetail__related-item {
    border-top: 1px solid rgba(1, 78, 114, 0.08);
    padding: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (min-width: 768px) {
    .articleDetail__related-item {
        padding: 18px 0 19px;
    }
}
.articleDetail__related-item:last-child {
    border-bottom: 1px solid rgba(1, 78, 114, 0.08);
}
.articleDetail__related-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 71px;
    flex: 0 0 71px;
    width: 71px;
    margin-right: 15px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
}
@media screen and (min-width: 1260px) {
    .articleDetail__related-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 172px;
        flex: 0 0 172px;
        width: 172px;
        margin-right: 40px;
        height: auto;
    }
}
.articleDetail__related-image::before {
    content: "";
    display: block;
    padding-top: 97.1831%;
}
@media screen and (min-width: 1260px) {
    .articleDetail__related-image::before {
        padding-top: 63.37209%;
    }
}
.articleDetail__related-image img {
    left: 0;
    top: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
}
.articleDetail__related-image_product {
    background: #cee9ef;
}
.articleDetail__related-image_product img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: drop-shadow(0 80.8503px 39.3252px rgba(12, 79, 77, 0.1))
        drop-shadow(0 40.4646px 19.5828px rgba(12, 79, 77, 0.0760333))
        drop-shadow(0 24.374px 11.8242px rgba(12, 79, 77, 0.0651589))
        drop-shadow(0 15.6201px 7.63467px rgba(12, 79, 77, 0.0570895))
        drop-shadow(0 10.1237px 4.99987px rgba(12, 79, 77, 0.05))
        drop-shadow(0 6.37277px 3.18608px rgba(12, 79, 77, 0.0429105))
        drop-shadow(0 3.66155px 1.85533px rgba(12, 79, 77, 0.0348411))
        drop-shadow(0 1.61154px 0.82819px rgba(12, 79, 77, 0.0239667));
    filter: drop-shadow(0 80.8503px 39.3252px rgba(12, 79, 77, 0.1))
        drop-shadow(0 40.4646px 19.5828px rgba(12, 79, 77, 0.0760333))
        drop-shadow(0 24.374px 11.8242px rgba(12, 79, 77, 0.0651589))
        drop-shadow(0 15.6201px 7.63467px rgba(12, 79, 77, 0.0570895))
        drop-shadow(0 10.1237px 4.99987px rgba(12, 79, 77, 0.05))
        drop-shadow(0 6.37277px 3.18608px rgba(12, 79, 77, 0.0429105))
        drop-shadow(0 3.66155px 1.85533px rgba(12, 79, 77, 0.0348411))
        drop-shadow(0 1.61154px 0.82819px rgba(12, 79, 77, 0.0239667));
}
.articleDetail__related-content {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.articleDetail__related-category {
    font-size: 13px;
    line-height: 1.4;
    color: rgba(42, 56, 78, 0.6);
    display: block;
    margin-bottom: 7px;
}
a.articleDetail__related-title {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 15px;
    display: block;
}
@media screen and (min-width: 768px) {
    a.articleDetail__related-title {
        margin-bottom: 18px;
    }
}
@media screen and (min-width: 1260px) {
    a.articleDetail__related-title {
        font-size: 20px;
        line-height: 27px;
    }
}
.articleDetail__related-button {
    margin-top: auto;
}
.articleDetail__border {
    margin: 0 -20px 20px;
    background: url(img/articleDetail/text-bg-small.svg) no-repeat center/100%
        100%;
    padding: 22px 20px 30px;
    color: #00625e;
    font-size: 16px;
    line-height: 1.45;
}
@media screen and (min-width: 768px) {
    .articleDetail__border {
        margin: 0 0 20px;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail__border {
        margin: 0 0 30px;
        padding: 25px 30px;
        font-size: 20px;
        line-height: 27px;
    }
}
.articleDetail__border_large {
    margin: 0 -20px 16px;
    background: url(img/articleDetail/text-bg-large.svg) no-repeat center/100%
        100%;
    padding: 21px 20px 30px;
    color: #00625e;
    font-size: 18px;
    line-height: 1.45;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .articleDetail__border_large {
        margin: 0 0 20px;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail__border_large {
        margin: 0 0 30px;
        padding: 40px 30px 35px;
        font-size: 25px;
        line-height: 1.2;
    }
}
.articleDetail__reviewer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 20px 0;
}
@media screen and (min-width: 1260px) {
    .articleDetail__reviewer-info {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}
.articleDetail__reviewer-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 52px;
    flex: 0 0 52px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-left: 20px;
    top: 4px;
}
@media screen and (min-width: 1260px) {
    .articleDetail__reviewer-image {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 42px;
        flex: 0 0 42px;
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin: 0 20px 0 0;
        top: 4px;
    }
}
.articleDetail__reviewer-image::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.articleDetail__reviewer-image img {
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
}
.articleDetail__reviewer-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 72px);
    flex: 0 0 calc(100% - 72px);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media screen and (min-width: 1260px) {
    .articleDetail__reviewer-text {
        -ms-flex-preferred-size: calc(100% - 62px - 220px);
        flex-basis: calc(100% - 62px - 220px);
    }
}
.articleDetail__reviewer-name {
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 1px;
}
.articleDetail__reviewer-name a:hover {
    color: #2a384e;
    text-decoration: none;
}
.articleDetail__reviewer-position {
    font-size: 13px;
    line-height: 1.4;
    color: rgba(42, 56, 78, 0.6);
}
.articleDetail__reviewer-button {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 13px;
}
@media screen and (min-width: 1260px) {
    .articleDetail__reviewer-button {
        margin: 0 0 0 auto;
        position: relative;
        top: 4px;
    }
}
.articleDetail__controls_bottom {
    background: #fff;
    padding-top: 20px;
    border-top: 1px solid rgba(1, 78, 114, 0.08);
    position: relative;
    top: 1px;
}
@media screen and (min-width: 768px) {
    .articleDetail__controls_bottom {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-left: 0;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail__controls_bottom {
        border: 0;
        padding: 0;
        position: absolute;
        bottom: 50px;
        right: 50px;
        top: auto;
    }
}
.articleDetail__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media screen and (min-width: 768px) {
    .articleDetail__sidebar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 229px;
        flex: 0 0 229px;
        max-width: 229px;
        position: relative;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail__sidebar {
        -ms-flex-preferred-size: 277px;
        flex-basis: 277px;
        max-width: 277px;
    }
}
.articleDetail__video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    background: #c4c4c4;
    margin: 25px 0;
}
.articleDetail__reviewer-image img,
.articleDetail__video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.likes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
p.likes__quantity {
    margin: 0;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .articleDetail__main table td {
        padding: 15px 8px 7px;
    }
    .articleDetail__main table {
        font-size: 12px;
    }
    .big-table {
        overflow-y: auto;
    }
}
.articleDetail__text .info,
.articleDetail__text .question {
    margin: 0 -20px 15px;
    padding: 25px 20px 30px;
    background: url(/local/templates/frutonyanya/img/articleDetail/ref-bg.svg)
        no-repeat center/100% 100%;
}
.articleDetail__text .info .info_text,
.articleDetail__text .question .info_text {
    padding-left: 63px;
    background: url(/local/templates/frutonyanya/img/articleDetail/ref-figure.svg)
        no-repeat left 4px/48px;
    font-size: 16px;
    line-height: 1.45;
}
.articleDetail__text
    .question
    .question_opinion_body
    .question_img
    + .info_text {
    padding-left: 0;
    background: 0 0;
}
.articleDetail__text .info p,
.articleDetail__text .question .info_text {
    margin: 0 0 1em;
}
.question_opinion_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.question_opinion_body .question_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48px;
    flex: 0 0 48px;
    width: 48px;
    position: relative;
    margin-right: 15px;
    margin-top: 3px;
}
.question_opinion_body .question_img::after {
    content: "";
    display: block;
    width: 27px;
    height: 24px;
    background: url(/local/templates/frutonyanya/img/articleDetail/opinion-quotes.svg)
        no-repeat center/contain;
    position: absolute;
    right: -5px;
    bottom: -8px;
}
@media screen and (min-width: 768px) {
    .articleDetail__text .info,
    .articleDetail__text .question {
        margin: 0 0 20px;
    }
}
@media screen and (min-width: 1260px) {
    .articleDetail__text .info,
    .articleDetail__text .question {
        margin: 0 0 30px;
        padding: 25px 50px 25px 30px;
    }
    .articleDetail__text .info .info_title,
    .articleDetail__text .question .question_header {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .articleDetail__text .info .info_text,
    .articleDetail__text .question .info_text {
        padding-left: 100px;
        -webkit-background-size: 70px 70px;
        background-size: 70px;
        font-size: 18px;
        min-height: 8rem;
    }
    .question_opinion_body .question_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
        width: 80px;
        margin-right: 20px;
    }
    .question_opinion_body .question_img::after {
        width: 40px;
        height: 30px;
        bottom: -10px;
        right: -5px;
    }
}
.articleDetail__reviewer a,
.articles {
    display: block;
}
.articles {
    background: #f6fafc;
}
.articles__title {
    margin-bottom: 22px;
    text-align: left;
}
@media screen and (min-width: 768px) {
    .articles__title {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 1260px) {
    .articles__title {
        margin-bottom: 21px;
    }
}
.articles__filter {
    display: none;
}
@media screen and (min-width: 768px) {
    .articles__filter {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid rgba(1, 78, 114, 0.08);
        margin-bottom: 25px;
    }
}
@media screen and (min-width: 1260px) {
    .articles__filter {
        margin-bottom: 40px;
    }
}
.articles__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 14px;
}
@media screen and (min-width: 768px) {
    .articles__categories {
        padding: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.articles__category {
    font-size: 18px;
    line-height: 1.45;
    border-bottom: 1px solid rgba(0, 98, 94, 0.2);
    width: calc(100% - 22px);
    position: relative;
    margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
    .articles__category {
        font-size: 17px;
        color: #2a384e;
        padding: 0;
        margin-right: 20px;
        margin-bottom: 0;
        border: 0;
        width: auto;
    }
}
@media screen and (min-width: 1260px) {
    .articles__category {
        font-size: 20px;
        margin-right: 30px;
    }
}
.articles__category::after {
    content: "";
    position: absolute;
    right: -22px;
    top: 16px;
    width: 16px;
    height: 16px;
    background: url(img/articles/filter-arrow.svg) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
    .articles__category::after {
        opacity: 0;
        left: 0;
        top: auto;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background: #00625e;
        -webkit-transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
        -o-transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
        transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
    }
}
.articles__category:last-child {
    margin-bottom: 0;
    border-bottom: none;
}
.articles__category a {
    display: block;
    font-family: "Neucha", sans-serif;
    padding: 0 0 11px;
}
@media screen and (min-width: 768px) {
    .articles__category a {
        padding: 0 0 16px;
    }
}
.articles__category a:hover {
    text-decoration: none;
}
@media (hover: hover) {
    .articles__category a:hover {
        color: #00625e;
    }
}
.articles__category a:active,
.articles__category_active,
.articles__category_active span {
    color: #00625e;
}
@media screen and (min-width: 768px) {
    .articles__category_active::after {
        opacity: 1;
        height: 3px;
    }
}
.articles__age {
    background: #f6fafc;
    padding: 25px 20px;
}
@media screen and (min-width: 768px) {
    .articles__age {
        padding: 0;
        margin-left: auto;
        position: relative;
    }
}
.articles__age-trigger {
    display: block;
    cursor: default;
    font-size: 16px;
    line-height: 1.45;
    margin-bottom: 3px;
    font-weight: 600;
}
@media screen and (min-width: 768px) {
    .articles__age-trigger {
        font-family: "Neucha", sans-serif;
        font-size: 17px;
        line-height: 1;
        margin-bottom: 0;
        font-weight: 400;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #00625e;
        padding: 3px 0 16px;
        cursor: pointer;
    }
    .articles__age-trigger::after {
        content: "";
        display: block;
        width: 16px;
        height: 18px;
        background: url(img/articles/age-arrow.svg) no-repeat center/contain;
        margin-left: 6px;
    }
}
@media screen and (min-width: 1260px) {
    .articles__age-trigger {
        font-size: 20px;
    }
}
.articles__age-trigger:hover {
    text-decoration: none;
    color: #000;
}
@media screen and (min-width: 768px) {
    .articles__filter-popup {
        display: none;
        background: #eaf6f9;
        -webkit-box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
            0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
        box-shadow: 0 36px 20px rgba(12, 79, 77, 0.1),
            0 24px 12px rgba(12, 79, 77, 0.1), 0 10px 8px rgba(12, 79, 77, 0.1);
        -webkit-border-radius: 7px;
        border-radius: 7px;
        position: absolute;
        right: 0;
        top: calc(100% - 9px);
        padding: 15px 20px;
    }
}
.articles__filter-popup_active {
    display: block;
    z-index: 20;
    -webkit-animation: fade-in-down 0.25s ease-in-out;
    animation: fade-in-down 0.25s ease-in-out;
}
.articles__popup-item:last-child .articles__radio::after {
    display: none;
}
@media screen and (min-width: 768px) {
    .articles__popup-item input[type="radio"] + i {
        padding-left: 0;
    }
    .articles__popup-item input[type="radio"] + i::before {
        display: none;
    }
}
.articles__radio {
    position: relative;
    display: block;
    padding: 5px 0;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 1.45;
}
@media screen and (min-width: 768px) {
    .articles__radio {
        min-width: 150px;
        cursor: pointer;
    }
}
@media screen and (min-width: 1260px) {
    .articles__radio {
        min-width: 214px;
    }
}
.articles__radio::after {
    content: "";
    position: absolute;
    width: calc(100% - 26px);
    right: 0;
    bottom: -2px;
    height: 1px;
    background: rgba(1, 78, 114, 0.08);
}
@media screen and (min-width: 768px) {
    .articles__radio::after {
        width: 100%;
    }
}
.articles__radio a:hover {
    text-decoration: none;
}
.articles__radio input[type="radio"]:checked + i,
.filter__checkbox input:checked + i {
    color: #00625e;
}
.articles__list {
    display: block;
    margin-bottom: -7px;
}
@media screen and (min-width: 768px) {
    .articles__list {
        margin: 0 -10px -10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.articles__article {
    margin-bottom: 31px;
    -webkit-box-ordinal-group: 201;
    -ms-flex-order: 200;
    order: 200;
}
@media screen and (min-width: 768px) {
    .articles__article {
        margin: 0 10px 30px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
}
@media screen and (min-width: 1260px) {
    .articles__article {
        -ms-flex-preferred-size: calc(33.3333% - 30px);
        flex-basis: calc(33.3333% - 30px);
        margin: 0 15px 45px;
    }
}
.articles__article .article__image::before {
    padding-top: 63.29286%;
}
.articles__article:nth-child(1) {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
}
.articles__article:nth-child(2) {
    -webkit-box-ordinal-group: 21;
    -ms-flex-order: 20;
    order: 20;
}
.articles__article:nth-child(3) {
    -webkit-box-ordinal-group: 31;
    -ms-flex-order: 30;
    order: 30;
}
.articles__article:nth-child(4) {
    -webkit-box-ordinal-group: 41;
    -ms-flex-order: 40;
    order: 40;
}
.articles__article:nth-child(5) {
    -webkit-box-ordinal-group: 51;
    -ms-flex-order: 50;
    order: 50;
}
.articles__article:nth-child(6) {
    -webkit-box-ordinal-group: 61;
    -ms-flex-order: 60;
    order: 60;
}
.articles__article:nth-child(7) {
    -webkit-box-ordinal-group: 71;
    -ms-flex-order: 70;
    order: 70;
}
.articles__article:nth-child(8) {
    -webkit-box-ordinal-group: 81;
    -ms-flex-order: 80;
    order: 80;
}
.articles__article:nth-child(9) {
    -webkit-box-ordinal-group: 91;
    -ms-flex-order: 90;
    order: 90;
}
.articles__article:nth-child(10) {
    -webkit-box-ordinal-group: 101;
    -ms-flex-order: 100;
    order: 100;
}
.articles__article:nth-child(11) {
    -webkit-box-ordinal-group: 111;
    -ms-flex-order: 110;
    order: 110;
}
.articles__article:nth-child(12) {
    -webkit-box-ordinal-group: 121;
    -ms-flex-order: 120;
    order: 120;
}
.articles__article:nth-child(13) {
    -webkit-box-ordinal-group: 131;
    -ms-flex-order: 130;
    order: 130;
}
.articles__article:nth-child(14) {
    -webkit-box-ordinal-group: 141;
    -ms-flex-order: 140;
    order: 140;
}
.articles__article:nth-child(15) {
    -webkit-box-ordinal-group: 151;
    -ms-flex-order: 150;
    order: 150;
}
.articles__article:nth-child(16) {
    -webkit-box-ordinal-group: 161;
    -ms-flex-order: 160;
    order: 160;
}
.articles__article:nth-child(17) {
    -webkit-box-ordinal-group: 171;
    -ms-flex-order: 170;
    order: 170;
}
.articles__article:nth-child(18) {
    -webkit-box-ordinal-group: 181;
    -ms-flex-order: 180;
    order: 180;
}
.articles__article:nth-child(19) {
    -webkit-box-ordinal-group: 191;
    -ms-flex-order: 190;
    order: 190;
}
.articles__article:nth-child(20) {
    -webkit-box-ordinal-group: 201;
    -ms-flex-order: 200;
    order: 200;
}
.articles__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
    .articles__info {
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1260px) {
    .articles__info {
        margin-bottom: 30px;
    }
}
.articles__info::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: rgba(1, 78, 114, 0.08);
}
.articles__info span {
    padding: 0 30px;
    background: #f6fafc;
    color: #2a384e;
    font-size: 13px;
    line-height: 1.4;
    position: relative;
}
.articles__info span span {
    padding: 0;
}
.articles__center {
    text-align: center;
}
.articles__more::after {
    content: "";
    display: block;
    width: 9px;
    height: 14px;
    margin-left: 10px;
    background: url(img/articles/arrow.svg) no-repeat center/contain;
}
.articles__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 12px 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 -3px 13px rgba(1, 78, 114, 0.2);
    box-shadow: 0 -3px 13px rgba(1, 78, 114, 0.2);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    z-index: 200;
}
@media screen and (min-width: 768px) {
    .articles__footer {
        display: none;
    }
}
.articles__filter-button::after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    margin-left: 10px;
    background: url(img/articles/filter.svg) no-repeat center/contain;
    position: relative;
    top: 1px;
}
.articles__filter-mobile {
    display: block;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.25s ease-in-out, z-index 0.25s ease-in-out,
        -webkit-transform 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, z-index 0.25s ease-in-out,
        transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, z-index 0.25s ease-in-out,
        transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, z-index 0.25s ease-in-out,
        transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    background: #eaf6f9;
    overflow: auto;
    padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
    .articles__filter-mobile {
        display: none;
    }
}
.articles__filter-mobile-active {
    opacity: 1;
    z-index: 10000;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
}
.articles__filter-buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 -3px 13px rgba(1, 78, 114, 0.2);
    box-shadow: 0 -3px 13px rgba(1, 78, 114, 0.2);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    z-index: 20000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 20px 13px;
    color: #00625e;
    font-size: 16px;
    line-height: 1.45;
}
.articles__filter-buttons .btn {
    margin-right: 40px;
}
.articles__filter-buttons a:hover,
.breadcrumbs__item a:hover {
    text-decoration: none;
    color: #2a384e;
}
.articles__sublist {
    background: url(img/articles/bg.svg) no-repeat center/100% 100%;
    padding: 10px 20px;
    margin: 0 -20px 33px;
}
@media screen and (min-width: 360px) {
    .articles__sublist {
        margin: 0 0 30px;
    }
}
@media screen and (min-width: 768px) {
    .articles__sublist {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
        margin: 0 10px 30px;
        padding: 10px 30px;
    }
}
@media screen and (min-width: 1260px) {
    .articles__sublist {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333% - 30px);
        flex: 0 0 calc(33.3333% - 30px);
        margin: 0 15px 40px;
        padding: 12px 30px;
    }
}
@media screen and (min-width: 768px) {
    .articles__sublist_cat1 {
        -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
        order: 15;
    }
}
@media screen and (min-width: 1260px) {
    .articles__sublist_cat1 {
        -webkit-box-ordinal-group: 26;
        -ms-flex-order: 25;
        order: 25;
    }
}
@media (max-width: 360px) {
    .articles__sublist_cat2 .articles__sublist-image {
        right: 5px;
        top: -29px;
    }
}
@media screen and (min-width: 768px) {
    .articles__sublist_cat2 {
        -webkit-box-ordinal-group: 71;
        -ms-flex-order: 70;
        order: 70;
    }
}
@media (max-width: 360px) {
    .articles__sublist_cat3 .articles__sublist-image {
        right: 5px;
        top: -29px;
    }
}
@media screen and (min-width: 768px) {
    .articles__sublist_cat3 {
        -webkit-box-ordinal-group: 126;
        -ms-flex-order: 125;
        order: 125;
    }
}
@media (max-width: 360px) {
    .articles__sublist_cat4 .articles__sublist-image {
        right: 5px;
        top: -29px;
    }
}
@media screen and (min-width: 768px) {
    .articles__sublist_cat4 {
        -webkit-box-ordinal-group: 156;
        -ms-flex-order: 155;
        order: 155;
    }
    .articles__sublist_cat5 {
        -webkit-box-ordinal-group: 216;
        -ms-flex-order: 215;
        order: 215;
    }
}
.articles__sublist-header {
    border-bottom: 1px solid rgba(1, 78, 114, 0.08);
    padding: 13px 0 16px;
    position: relative;
}
@media screen and (min-width: 1260px) {
    .articles__sublist-header {
        padding-top: 11px;
    }
}
.articles__sublist-title {
    font-size: 25px;
    color: #00625e;
    line-height: 1;
    font-family: "Neucha", sans-serif;
}
@media screen and (min-width: 1260px) {
    .articles__sublist-title {
        font-size: 30px;
    }
}
.articles__sublist-image {
    position: absolute;
    right: -15px;
    top: -27px;
    width: 130px;
    height: 112px;
}
@media screen and (min-width: 450px) {
    .articles__sublist-image {
        right: -5px;
        top: -28px;
    }
}
@media screen and (min-width: 768px) {
    .articles__sublist-image {
        right: 0;
        top: -30px;
    }
}
@media screen and (min-width: 1260px) {
    .articles__sublist-image {
        width: 151px;
        height: 130px;
        right: -16px;
        top: -40px;
    }
}
.articles__sublist-items {
    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: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 8px 0 6px;
}
@media screen and (min-width: 768px) {
    .articles__sublist-items {
        padding-top: 4px;
    }
}
.articles__sublist-item {
    padding: 10px 0 11px;
    font-size: 16px;
    color: #00625e;
    line-height: 1.45;
    display: block;
    border-top: 1px solid rgba(1, 78, 114, 0.08);
}
@media screen and (min-width: 768px) {
    .articles__sublist-item {
        padding: 8px 0 13px;
    }
}
@media screen and (min-width: 1260px) {
    .articles__sublist-item {
        font-size: 18px;
    }
}
.articles__sublist-item:first-child {
    border-top: none;
}
.articles__sublist-item_hidden {
    display: none;
}
.articlesLine {
    padding: 40px 0;
    background: #eaf6f9;
    position: relative;
}
@media screen and (min-width: 768px) {
    .articlesLine {
        padding: 50px 0;
    }
}
@media screen and (min-width: 1260px) {
    .articlesLine {
        padding: 70px 0;
    }
}
.articlesLine__title {
    margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
    .articlesLine__title {
        margin-bottom: 25px;
    }
}
@media screen and (min-width: 1260px) {
    .articlesLine__title {
        margin-bottom: 40px;
    }
}
.articlesLine__flex {
    display: block;
}
@media screen and (min-width: 768px) {
    .articlesLine__flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.articlesLine__articles {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0 20px 20px;
    margin-left: -20px;
    margin-right: -20px;
}
@media screen and (min-width: 768px) {
    .articlesLine__articles {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 0 23px 0 0;
        padding: 0;
        scroll-padding: 0;
        overflow: visible;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 250px);
        flex: 0 0 calc(100% - 250px);
    }
}
@media screen and (min-width: 1260px) {
    .articlesLine__articles {
        margin-right: 40px;
        -ms-flex-preferred-size: calc(100% - 406px);
        flex-basis: calc(100% - 406px);
    }
}
.articlesLine__article {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    margin-bottom: 30px;
}
.articlesLine__article:last-child {
    margin-bottom: 0;
    margin-right: 0;
}
@media screen and (min-width: 768px) {
    .articlesLine__article {
        margin-bottom: 0;
        -ms-flex-preferred-size: 229px;
        flex-basis: 229px;
        margin-right: 20px;
    }
}
@media screen and (min-width: 1260px) {
    .articlesLine__article {
        -ms-flex-preferred-size: 380px;
        flex-basis: 380px;
        margin-right: 30px;
    }
}
.articlesLine__more {
    padding-top: 30px;
    border-top: 1px solid rgba(0, 98, 94, 0.1);
    position: relative;
}
@media screen and (min-width: 360px) {
    .articlesLine__more {
        padding-left: 60px;
    }
    .articlesLine__more::before {
        content: "";
        display: block;
        width: 37px;
        height: 124px;
        background: url(img/articlesLine/arrow.svg) no-repeat center/contain;
        position: absolute;
        left: 0;
        top: 22px;
    }
}
@media screen and (min-width: 768px) {
    .articlesLine__more {
        padding-top: 0;
        padding-left: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 227px;
        flex: 0 0 227px;
        border-top: none;
    }
    .articlesLine__more::before {
        width: 45px;
        height: 147px;
        top: 17px;
    }
}
@media screen and (min-width: 1260px) {
    .articlesLine__more {
        -ms-flex-preferred-size: 366px;
        flex-basis: 366px;
        padding-left: 100px;
        padding-top: 20px;
    }
    .articlesLine__more::before {
        width: 66px;
        height: 221px;
        top: 40px;
        left: 10px;
    }
}
.articlesLine__more-title {
    max-width: calc(100% - 90px);
    margin-bottom: 15px;
    color: #00625e;
}
@media screen and (min-width: 768px) {
    .articlesLine__more-title {
        max-width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (min-width: 1260px) {
    .articlesLine__more-title {
        margin-bottom: 32px;
        font-size: 50px;
        line-height: 100%;
        max-width: 240px;
    }
}
.articlesLine__animal {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 78px;
    height: 101px;
    background: url(img/articlesLine/decor-m.png) no-repeat center/contain;
}
@media screen and (min-width: 360px) {
    .articlesLine__animal {
        right: 10px;
    }
}
@media screen and (min-width: 768px) {
    .articlesLine__animal {
        display: none;
    }
}
.articlesLine__moreBtn {
    text-align: center;
}
@media screen and (min-width: 768px) {
    .articlesLine__moreBtn {
        margin-top: 30px;
    }
}



.catalog {
    display: block;
    background: #f6fafc;
}
.catalog__title {
    margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
    .catalog__title {
        margin-bottom: 15px;
    }
}
@media screen and (min-width: 1260px) {
    .catalog__title {
        margin-bottom: 21px;
    }
}
.catalog__filter-top {
    display: none;
}
@media screen and (min-width: 768px) {
    .catalog__filter-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-bottom: 1px solid rgba(1, 78, 114, 0.08);
        margin-bottom: 30px;
    }
}
@media screen and (min-width: 1260px) {
    .catalog__filter-top {
        margin-bottom: 40px;
    }
}
.catalog__filter-item {
    font-size: 17px;
    line-height: 1.2;
    color: #2a384e;
    padding: 0;
    margin-right: 20px;
    position: relative;
    font-family: "Neucha", sans-serif;
}
@media screen and (min-width: 1260px) {
    .catalog__filter-item {
        font-size: 20px;
        line-height: 25px;
        margin-right: 30px;
    }
}
.catalog__filter-item span {
    color: rgba(42, 56, 78, 0.6);
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
.catalog__filter-item::after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #00625e;
    -webkit-transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
    -o-transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
    transition: height 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.catalog__filter-item:last-child {
    margin-right: 0;
}
.catalog__filter-item a {
    display: block;
    padding: 0 0 17px;
}
.catalog__filter-item a:hover,
.filter__checkbox a:hover {
    text-decoration: none;
    color: #00625e;
}
.catalog__filter-item a:hover span {
    color: rgba(0, 98, 94, 0.5);
}
.catalog__filter-item_active,
.catalog__filter-item_active span,
.catalog__text a,
.filter__element_active-parent > label {
    color: #00625e;
}
.catalog__filter-item_active::after {
    opacity: 1;
    height: 3px;
}
@media screen and (min-width: 768px) {
    .catalog__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
.catalog__filter-side {
    display: none;
}
@media screen and (min-width: 768px) {
    .catalog__filter-side {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 208px;
        flex: 0 0 208px;
        margin-right: 41px;
        font-size: 13px;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1260px) {
    .catalog__filter-side {
        -ms-flex-preferred-size: 260px;
        flex-basis: 260px;
        margin-right: 47px;
        font-size: 16px;
        line-height: 1.35;
    }
}
@media screen and (min-width: 768px) {
    .catalog__main {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 479px;
        flex: 1 0 479px;
    }
}
@media screen and (min-width: 1260px) {
    .catalog__main {
        -ms-flex-preferred-size: 894px;
        flex-basis: 894px;
    }
}
.catalog__products {
    margin: 0 -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
@media screen and (min-width: 768px) {
    .catalog__products {
        margin: 0 -10px;
    }
}
@media screen and (min-width: 1260px) {
    .catalog__products {
        margin: 0 -15px;
    }
}
.catalog__product {
    margin: 0 5px 20px;
    max-width: calc(50% - 10px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
}
@media screen and (min-width: 768px) {
    .catalog__product {
        margin: 0 10px 30px;
        max-width: calc(50% - 21px);
        -ms-flex-preferred-size: calc(50% - 21px);
        flex-basis: calc(50% - 21px);
    }
}
@media screen and (min-width: 1260px) {
    .catalog__product {
        margin: 0 15px 30px;
        max-width: calc(33.33% - 30px);
        -ms-flex-preferred-size: calc(33.33% - 30px);
        flex-basis: calc(33.33% - 30px);
    }
}
.catalog__center {
    margin-top: 20px;
}
@media screen and (min-width: 1260px) {
    .catalog__center {
        margin-top: 30px;
    }
}
.catalog__text {
    font-size: 13px;
    line-height: 1.4;
    color: rgba(42, 56, 78, 0.6);
    margin-top: 20px;
}
@media screen and (min-width: 1260px) {
    .catalog__text {
        font-size: 16px;
        line-height: 1.45;
        margin-top: 30px;
    }
}
.catalog__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 12px 0 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 -3px 13px rgba(1, 78, 114, 0.2);
    box-shadow: 0 -3px 13px rgba(1, 78, 114, 0.2);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    z-index: 200;
}
@media screen and (min-width: 768px) {
    .catalog__footer {
        display: none;
    }
}
.catalog__filter-button::after {
    content: "";
    display: block;
    width: 14px;
    height: 12px;
    margin-left: 10px;
    background: url(img/catalog/filter-button.svg) no-repeat center/contain;
    position: relative;
    top: 1px;
}
.filter__item {
    margin-bottom: 25px;
}
@media screen and (min-width: 1260px) {
    .filter__item {
        margin-bottom: 30px;
    }
}
.filter__item:last-child {
    margin-bottom: 0;
}
.filter__label {
    color: #2a384e;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.45;
}
@media screen and (min-width: 768px) {
    .filter__label {
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1260px) {
    .filter__label {
        font-size: 16px;
        line-height: 1.45;
    }
}
.filter__list {
    display: block;
    margin: -14px 0 0;
    padding: 0;
    list-style: none;
}
@media screen and (min-width: 768px) {
    .filter__list {
        margin-top: -9px;
    }
}
@media screen and (min-width: 1260px) {
    .filter__list {
        margin-top: -11px;
    }
}
.filter__element {
    position: relative;
    display: block;
    padding: 6px 0 7px;
    font-size: 16px;
    line-height: 1.35;
}
@media screen and (min-width: 768px) {
    .filter__element {
        font-size: 13px;
        line-height: 1.4;
        padding: 9px 0;
    }
}
@media screen and (min-width: 1260px) {
    .filter__element {
        font-size: 16px;
        line-height: 1.35;
        padding: 10px 0;
    }
}
.filter__element::after {
    content: "";
    width: calc(100% - 26px);
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(1, 78, 114, 0.08);
    position: absolute;
}
.comment:last-child::after,
.filter__element:last-child::after {
    display: none;
}
.filter__element > .filter__checkbox {
    display: block;
    padding-right: 16px;
}
.filter__element.disabled {
    pointer-events: none;
    color: rgba(42, 56, 78, 0.6);
}
.filter__element.disabled .filter__arrow {
    background-image: url(img/catalog/filter-arrow-disabled.svg);
}
.filter__arrow {
    position: absolute;
    right: -5px;
    top: 7px;
    width: 26px;
    height: 26px;
    background: url(img/catalog/filter-arrow.svg) no-repeat center/16px;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    border: 0;
    cursor: pointer;
}
.filter__element_parent {
    -webkit-transition: color 0.25s ease-in-out;
    -o-transition: color 0.25s ease-in-out;
    transition: color 0.25s ease-in-out;
}
.filter__subelements {
    display: none;
    padding-left: 26px;
    padding-bottom: 4px;
}
.filter__element_active-parent .filter__arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.filter__element_active-parent .filter__subelements {
    display: block;
    -webkit-animation: fade-in-down 0.25s ease-in-out;
    animation: fade-in-down 0.25s ease-in-out;
}
.filter__subelement {
    margin-top: 12px;
}
@media screen and (min-width: 768px) {
    .filter__subelement {
        margin-top: 10px;
    }
}
@media screen and (min-width: 1260px) {
    .filter__subelement {
        margin-top: 11px;
    }
}
.filter__checkbox input[type="checkbox"] + i::before {
    top: 5px;
}
@media screen and (min-width: 768px) {
    .filter__checkbox input[type="checkbox"] + i::before {
        top: 2px;
    }
}
a.filter__button {
    -webkit-appearance: none;
    width: 100%;
}
.filter_mobile {
    display: block;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity 0.25s ease-in-out, z-index 0.25s ease-in-out,
        -webkit-transform 0.25s ease-in-out;
    -o-transition: opacity 0.25s ease-in-out, z-index 0.25s ease-in-out,
        transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, z-index 0.25s ease-in-out,
        transform 0.25s ease-in-out;
    transition: opacity 0.25s ease-in-out, z-index 0.25s ease-in-out,
        transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    background: #f6fafc;
}
@media screen and (min-width: 768px) {
    .filter_mobile {
        display: none;
    }
}
.filter_mobile-active {
    opacity: 1;
    z-index: 10000;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: auto;
}
.filter__filters {
    display: block;
    padding-bottom: 70px;
    width: 100%;
    height: auto;
    max-height: 100%;
    overflow: auto;
}
.filter__types {
    background: #eaf6f9;
    padding: 8px 20px 11px;
    margin-bottom: 27px;
}
.filter__type {
    font-size: 16px;
    line-height: 1.45;
    color: #2a384e;
    border-bottom: 1px solid rgba(1, 78, 114, 0.08);
}
.filter__type span {
    color: rgba(42, 56, 78, 0.6);
}
.filter__type a {
    display: block;
    padding: 11px 0;
}
.filter__type a:hover {
    text-decoration: none;
}
.filter__type:last-child {
    border-bottom: 0;
}
.filter__type_active {
    color: #00625e;
    font-weight: 600;
}
.comments__auth a,
.filter__type_active span {
    color: #00625e;
}
.filter__items {
    padding: 0 20px;
}
.filter__buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 -3px 13px rgba(1, 78, 114, 0.2);
    box-shadow: 0 -3px 13px rgba(1, 78, 114, 0.2);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    z-index: 20000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #00625e;
    font-size: 16px;
    line-height: 1.45;
    padding: 12px 40px 13px 20px;
}
.filter__buttons .btn {
    margin-right: 40px;
}
.filter__buttons a:not(.btn):hover {
    text-decoration: none;
    color: #2a384e;
}

.useful .production__button_container {
	text-align: center;
}

.useful .production__button {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}

@media screen and (max-width: 768px) {

	.useful {
		padding-top: 30px !important;
	}

	.useful .production__button {
		margin-top: 0px;
	}

}
