/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 2;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}
.swiper-pagination-lock {
    display: none;
}
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

/* Article
-------------------
 */
.article-page-body {
    overflow:visible;
}

.article-page-body .wrapper {
    overflow:visible
}

.article-b {
    padding:30px 0 80px;
    --color-accent: #635C55;
    --color-primary: #b49881;
    /*font-family:'Roboto', sans-serif;*/
    font-size:16px;
    position: relative;
    position: relative;
}

.article-b .arrow-items_prev,
.article-b .arrow-items_next {
	cursor: pointer;
}

.article-b__heading {
    margin:0 0 40px;
    font-family: 'Forum', serif;
    text-transform:uppercase;
    font-size:36px;
    /* color:#666; */
}

.article-b .max-width {
    padding:0 20px;
    max-width:1350px;
    margin:0 auto;
    position: relative;
}

.article-b .breadcrumb {
    margin:0 0 30px
}

.article-b__start {
	margin: 0 0 20px;
	position: relative;
	background-repeat: no-repeat;
	background-position: 100%;
	background-size: cover;
	position: relative;
}

.article-b__start:before {
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:60%;
    height:100%;
    background: #A4878B;
    opacity: .9;
}

.article-b__start-block {
    min-height:65vh;
    color:#fff;
    padding:20px 60px 50px 0;
    width:50%;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    position:relative;
    z-index:2
}

.article-b__actions {
    margin:0 0 auto;
    display:flex;
    padding:0 0 20px;
    column-gap: 10px;
}

.article-b__actions-btn {
    cursor:pointer;
    border:0;
    appearance:none;
    background:none;
}

.article-b__actions-btn span:last-child {
    display:none
}

.article-b__actions-btn.blog-b__actions-btn_active span:first-child {
    display:none;
}

.article-b__actions-btn.blog-b__actions-btn_active span:last-child {
    display:block
}

.article-b__tags {
    display:flex;
    flex-wrap:wrap;
    margin:0 0 25px;
    line-height:1.3;
    color:#fff;
    font-size:14px;
    grid-row-gap:5px;
}

.article-b__tags-links {
    text-decoration:underline;
    transition:.3s ease-out;
    color:#fff;
}

.article-b__tags-item:after {
    content:'|';
    margin:0 10px;
}

.article-b__tags-item:last-child:after {
    display:none;
}

.article-b__tags-links:hover {
    text-decoration:underline;
    color:#ddd;
}

.article-b__title {
    margin:0 0 25px;
    font-family: 'Forum', serif;
    font-size:36px;
    color:#fff;
    text-transform:uppercase
}

.article-b__note {
    color:#fff;
    font-weight:300;
    font-size:18px;
}

.article-b__info {
    display:flex;
    justify-content:space-between;
    max-width:965px;
    width:100%;
    align-items:center;
    margin:0 0 40px;
    gap:55px;
}

.article-b__info-field {
    gap:5px;
    display:flex;
    align-items:center;
    color:var(--color-accent) !important;
    transition:.3s ease-out;
}

.article-b__info-field_views {
    margin:0 0 0 auto;
}

a.article-b__info-field:hover {
    opacity:.7
}


.article-b__content ul {
	list-style: disc;
}

.article-b__content ul,
.article-b__content ol {
	padding-left: 12px;
	margin-left: 20px;
}

.article-b__content ol {
	list-style: circle;
}


.article-b__scheme {
    /* max-width:965px; */
    margin:0 0 90px;
    width:100%;
    padding:25px;
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.05);
    font-size:18px;
    /* color:#666; */
}

.article-b__scheme a {
    /* color:#666; */
    display:block;
    transition:.3s ease-out
}

.article-b__scheme a:hover {
    color: #b49881;
}

.article-b__scheme-label {
    font-family: 'Forum', serif;
    margin:0 0 20px;
    font-size:36px;
    /* color:#666; */
    text-transform:uppercase
}

.article-b__scheme-item {
    margin:0 0 10px;
}

.article-b__scheme-item:last-child {
    margin:0
}

.article-b__scheme-item ul {
    margin:5px 0 0 10px;
    padding:0;
    list-style:none;
}

.article-b__scheme-item ul li {
    position:relative;
    padding:0 0 0 16px;
}

.article-b__scheme-item ul li:after {
    border-radius:50%;
    width:4px;
    height:4px;
    background:#666;
    content:'';
    top: 31px;
    left:0;
    position:absolute;
}

.article-b__scheme-title {
    text-transform:uppercase;
}

.article-b__scheme-links {
    font-weight:300;
}

.article-b__grid {
    display:flex;
    justify-content:space-between;
    margin:0 0 60px;
    position: relative;
}

.article-b__content {
    width:calc(100% - 334px);
    font-size:18px;
    font-weight:300;
    line-height:1.4;
    /* color:#666; */
    position: relative;
}

.article-b__content figure img {
    max-width:100%;
    height:auto;
    margin:0 0 50px;
    display:block;
}

.article-b__content h2,
.article-b__content h3 {
    font-family: 'Forum', serif;
    margin:0 0 20px;
    font-weight: 300;
}

.article-b__content h2 {
    text-transform:uppercase;
    font-size:36px
}

.article-b__content h3 {
    font-size:30px
}

.article-b__content p ~ h2,
.article-b__content p ~ h3 {
    margin-top:50px;
}


.article-b__collection {
    margin: 0 0 30px;
}

.article-b__collection-controls {
    display:none;
    margin:15px 0 0;
}

.article-b__collection-controls .swiper-pagination {
    display:flex;
    align-items:center;
    position:initial
}

.article-b__collection-controls .swiper-pagination-bullet {
    margin: 0 5px;
    width:10px;
    height:10px;
    background: #c7aab1;
}

.article-b__collection-controls .swiper-pagination-bullet-active {
    width:12px;
    height:12px;
}

.article-b__expert {
    margin:0 0 60px;
    padding:40px 50px 40px 123px;
    background:#FCF8F9;
    position:relative;
    font-size:18px;
    font-weight:300;
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.05);
    /* color:#666 */
}

.article-b__expert-icon {
    left:10px;
    top:20px;
    position:absolute
}

.article-b__expert-text {
    max-width:750px;
}

.article-b .item-cards__inner {
    width:initial;
    height: 100%;
}

.article-b .item-cards__inner .item-cards__item {
    padding:0;
    display:flex;
    align-items:center;
    justify-content:center;
    /* height:270px; */
    background: #fff;
}

.article-b .item-cards__status {
    right: auto;
    left: auto;
    /* height:40px; */
    /* padding:0 20px; */
    /* background: #FFF; */
    /* box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.05); */
    /* text-transform:uppercase; */
    /* font-weight:300; */
    /* align-items:center; */
    /* flex-direction:row; */
    /* display:flex; */
    /* font-size:16px; */
}

.article-b .item-cards__status-text {
    /* padding:0; */
    /* height:initial; */
    /* color:#666; */
    /* background:none; */
    /* font-size:16px; */
}

.article-b .item-cards__wrap {
    margin: 0;
    padding: 0;
    /* margin-top: auto; */
    height: 100%;
}

.article-b .item-cards__wrap a {
	margin-bottom: auto;
}

.article-b .item-cards__title {
    font-family: 'Forum', serif;
    margin:0 0 6px;
    font-size: 18px;
    color: #AB8B93;
    display:block;
}
@media screen and (max-width:900px) {
.article-b .item-cards__wrap {
    min-height: 200px;
    height: 100%;
    justify-content: space-between;
 }
}

.article-b .item-cards__desc {
    font-size:13px;
    font-weight:300;
    color:#666;
    margin:0 0 10px;
    line-height:1.3;
    display:block;
}

.article-b__collection-arrow {
    display:block !important;
    cursor: pointer;
}
@media screen and (max-width:900px) {
.article-b__collection-arrow {
    display:none !important;
}
}
.article-b .prise-block {
    margin: auto 0 5px 0;
    font-size:24px;
    font-weight: 300;
}

.article-b .item-cards__wrap .item-cards__btn {
    /*background:var(--color-primary);*/
    /*font-size:12px;*/
    margin-top: 0;
}

.article-b .item-cards__wrap .item-cards__btn:hover {
    /*background:#666*/
}


/*! Article Sidebar */
.article-b__sidebar {
    position: relative;
    width:310px;
}

.article-b__sticky {
    position:sticky;
    top: 0;
    background: #FFF;
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.05);
    padding:20px 8px;
}

.article-b__sidebar-title {
    margin:0 0 20px;
    font-family: 'Forum', serif;
    text-transform:uppercase;
    font-size:24px;
    /* color:#666; */
    line-height:1;
}

.article-b__sidebar-arrows {
    display:flex;
    margin:10px 0 0;
    justify-content:center;
    gap:30px;
}

.article-b__sidebar-arrow:hover {
    opacity:.5;
}


/*! Article Result */
.article-b__result {
    background: #FCF8F9;
    margin:0 0 75px;
    padding:15px 20px 45px 3px;
}

.article-b__result-top {
    display:flex;
    justify-content:space-between;
    margin:0 0 24px;
    align-items:flex-start;
}

.article-b__result-verify {
    display:flex;
    align-items:flex-end;
    gap:5px;
    font-family: 'Forum', serif;
    /* color:#666; */
    font-size:30px;
    line-height:1.2;
}

.article-b__rate {
    padding:20px 0 0;
    text-align:right;
}

.article-b__rate-stars {
    display:flex;
    margin:0 0 20px;
}

.article-b__rate-value {
    margin:0 0 10px;
    font-size:20px;
    /* color:#666; */
    font-weight:300;
}

.article-b__rate-value strong {
    font-weight:normal;
}

.article-b__rate-count {
    font-size:20px;
    /* color:#666; */
    font-weight:300;
}

.article-b__share_desktop {
    padding-left:17px;
}

.article-b__share_mobile {
    display:none;
}

.article-b__share-title {
    margin:0 0 10px;
    font-size:20px;
    font-weight:300;
    /* color:#666; */
}

.article-b__share-list {
    display:flex;
    gap:10px
}

.article-b__share-item {
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius: 8px;
    background: #666;
    width:51px;
    transition:.3s ease-out;
    height:51px;
}

.article-b__share-item:hover {
    background:#333;
}

.article-b__share-item img {
    max-width:40px;
    max-height:40px;
}


/*! Article Sales */
.article-b__sales {
    margin:60px 0;
    padding:60px 0;
    border-bottom:1px solid #D3CDC8;
    border-top:1px solid #D3CDC8;
}

.article-b__sales-controls {
    display:none;
    margin:15px 0 0;
}

.article-b__sales-controls .swiper-pagination {
    display:flex;
    align-items:center;
    position:initial
}

.article-b__sales-controls .swiper-pagination-bullet {
    margin:0 10px;
    width:10px;
    height:10px;
    background:var(--color-primary);
}

.article-b__sales-controls .swiper-pagination-bullet-active {
    width:12px;
    height:12px;
}


/*! Article Feeds */
.article-b__feeds {
    margin:60px 0 0;
    padding:60px 0 0;
    border-top:1px solid #D3CDC8;
    display:none;
}

.article-b__feeds-controls {
    display:none;
    margin:15px 0 0;
}

.article-b__feeds-controls .swiper-pagination {
    display:flex;
    align-items:center;
    position:initial
}

.article-b__feeds-controls .swiper-pagination-bullet {
    margin:0 10px;
    width:10px;
    height:10px;
    background:var(--color-primary);
}

.article-b__feeds-controls .swiper-pagination-bullet-active {
    width:12px;
    height:12px;
}


/*! Article Similar */
.article-b__similar-list {
    display:grid;
    gap:20px;
    grid-template-columns: repeat(4, 1fr);
}

.article-b__similar-block {
    position:relative;
}

.article-b__similar-block:before {
    pointer-events:none;
    content:'';
    z-index:2;
    width:100%;
    position:absolute;
    height:100%;
    left:0;
    top:0;
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1));
    opacity:.8;
    transition:.3s ease-out
}

.article-b__similar-block:hover:before {
    opacity:1
}

.article-b__similar-block img {
    width:100%;
    object-fit:cover;
    position:absolute;
    height:100%;
    left:0;
    top:0;
}

.article-b__similar-content {
    height:324px;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:20px;
}

.article-b__similar-tags {
    display:flex;
    flex-wrap:wrap;
    margin:0 0 10px;
    line-height:1.2;
    color:#fff;
    font-size:12px;
    grid-row-gap:5px;
    position:relative;
    z-index:2
}

.article-b__similar-tag a {
    text-decoration:underline;
    transition:.3s ease-out;
    color:#fff;
}

.article-b__similar-tag:after {
    content:'|';
    margin:0 10px;
}

.article-b__similar-tag:last-child:after {
    display:none;
}

.article-b__similar-tag a:hover {
    text-decoration:underline;
    color:#ddd;
}

.article-b__similar-title {
    color:#fff;
    font-family: 'Forum', serif;
    font-size:16px;
    display:block;
    position:relative;
    z-index:2;
    line-height:1.2;
    transition:.3s ease-out
}

.article-b__similar-title:hover {
    color:#ddd;
}

/*! Article Comments */
.article-b__comments-list {
    margin:0 0 60px;
}

.article-b__comments-item {
    margin:0 0 20px;
    padding:30px;
    display:flex;
    justify-content:space-between;
    background: #FFF;
    box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.05);
}

.article-b__comments-item:last-child {
    margin:0
}

.article-b__comments-photo {
    border-radius: 8px;
    background: #FCF8F9;
    width:166px;
    height:166px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.article-b__comments-photo img {
    max-width:140px;
    max-height:140px;
    object-fit:contain
}

.article-b__comments-about {
    width:calc(100% - 186px)
}

.article-b__comments-info {
    display:flex;
    align-items:center;
    gap:20px;
    margin:0 0 15px;
}

.article-b__comments-author {
    font-size:18px;
    /* color:#666; */
    font-weight:300;
    padding:4px 0 0;
}

.article-b__comments-author strong {
    font-weight:normal
}

.article-b__comments-stars {
    display:flex;
}

.article-b__comments-stars img {
    height:30px;
}

.article-b__comments-text {
    font-style:italic;
    font-weight:300;
    font-size:16px;
    /* color:#666; */
}

.article-b__comments-label {
    margin:0 0 20px;
    font-family: 'Forum', serif;
    /* color:#666; */
    font-size:30px;
}

.article-b__comments-form {
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    align-items:center;
}

.article-b__comments-field {
    width:calc(50% - 10px);
    margin:0 0 20px;
}

.article-b__comments-field_full {
    width:100%
}

.article-b__comments-values {
    display:none;
}

.article-b__comments-input {
    width: 100%;
    box-sizing: border-box;
    outline: none;
    box-shadow: none;
    height: 50px;
    padding: 0 20px;
    appearance: none;
    font-size: 16px;
    line-height: 1.3;
    transition: 0.3s ease-out;
    background: #fff;
    /* border-radius: 4px; */
    border: 1px solid #808080;
    color: #635C55;
    transition: box-shadow .3s ease;
}

.article-b__comments-input:focus {
	    box-shadow: 0 0 0 .2rem #80808040;
}

.article-b__comments-input::placeholder {
    /* color:#666; */
}

textarea.article-b__comments-input {
    padding:12px 20px;
    height:90px;
}

.article-b__comments-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width:100%;
    /* font-weight: 600; */
    line-height: 1;
    font-size: 16px;
    font-family:'Roboto', sans-serif;
    background: #C7AAB1;
    letter-spacing: 0.026px;
    text-transform: uppercase;
    border-radius: 0;
    height: 50px;
}

.article-b__comments-btn:hover {
    opacity:.8;
}

.article-b__comments-field_full .article-b__comments-btn {
    max-width:640px;
    margin:0 auto;
    display:table
}

.article-b__comments-rate {
    display:flex;
    align-items:center;
    color:#666;
    font-size:20px;
    gap:13px;
    font-weight:300;
}

.article-b__comments-field_full .article-b__comments-rate {
    justify-content:center;
}

.article-b__comments-rate_stars {
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: center;
    position: relative;
}

.article-b__comments-rate_stars > label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    color: #000;
}

.article-b__comments-rate_stars > input {
    display:none;
}

.article-b__comments-rate_stars > label img {
    opacity:.5;
    filter: grayscale(50%);
    transition:.3s ease-out
}

.article-b__comments-rate_stars > label:hover,
.article-b__comments-rate_stars > label:hover ~ label,
.article-b__comments-rate_stars > input.radio-btn:checked ~ label {
    color: transparent;
}

.article-b__comments-rate_stars > label:hover img,
.article-b__comments-rate_stars > label:hover ~ label img,
.article-b__comments-rate_stars > input.radio-btn:checked ~ label img {
    opacity:1;
    filter:grayscale(0);
}

.article-b__comments-toggle {
    cursor:pointer;
    align-items:center;
    display:flex;
    gap:7px;
    user-select:none;
    color: #635C55;
    font-size:18px;
    transition:.3s ease-out
}

.article-b__comments-toggle:hover {
    opacity:.8;
    color: #AB8B93;
}


/* Modal
-------------------------
 */
.modal-b {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    display: none;
    color: #000;
    text-align: left;
    background: rgba(170, 170, 170, 0.51);
}
.modal-b::-webkit-scrollbar {
    display: none;
}
.modal-b__inner {
    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: 15px;
    min-height: 100%;
    position: relative;
    z-index: 2;
}
.modal-b__close {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
    width:30px;
    height:30px;
    display:flex;
    justify-content:center;
    transition:.3s ease-out;
    align-items:center;
}
.modal-b__close:hover {
    opacity:.7
}
.modal-b__block {
    background: #fff;
    box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.05);
    padding: 70px;
    max-width: 1048px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.modal-b__title {
    margin:0 0 40px;
    text-align:center;
    font-size:36px;
    /* color:#666; */
    font-family: 'Forum', serif;
}

.modal-b__social {
    display:flex;
    justify-content:center;
    gap:20px;
}

.modal-b__social-links {
    width:65px;
    height:65px;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#666;
    border-radius:10px;
    transition:.3s ease-out;
}

.modal-b__social-links:hover {
    background:#AB8B93
}


/*! Adaptive
--------------------------
 */
@media screen and (max-width:900px) {
    .article-b__start-block {
        min-height:initial;
        width:100%;
        padding:20px 0;
    }

    .article-b__start:before {
        width:100%;
    }

    .article-b__actions {
        justify-content:flex-end
    }

    .article-b__tags {
        font-size:12px;
    }

    .article-b__title {
        font-size:24px;
    }

    .article-b__note {
        font-size:14px;
    }

    .article-b__info {
        gap:0;
        margin:0 0 25px;
    }

    .article-b__info-field_views {
        margin:0
    }

    .article-b__info-field {
        font-size:11px;
    }

    .article-b__info-field img {
        max-height:15px;
        width:auto
    }

    .article-b__scheme {
        padding:12px;
        font-size:12px;
        margin:0 0 45px;
    }

    .article-b__scheme-item ul {
        margin-left:7px;
    }

    .article-b__scheme-item ul li {
        padding-left:10px;
    }

    .article-b__scheme-item ul li:after {
        width: 3px;
        height: 3px;
        top: 26px;
    }

    .article-b__scheme-label {
        font-size:20px;
    }

    .article-b__grid {
        display:block
    }

    .article-b__content {
        width:100%;
        font-size:12px;
    }

    .article-b__content h2 {
        font-size:20px;
    }

    .article-b__content h3 {
        font-size:18px;
        position:relative;
        padding: 0 0 0 16px;
    }

    .article-b__content h3:before {
        content:'';
        width:6px;
        height:6px;
        background:#666;
        border-radius:50%;
        position:absolute;
        left:0;
        top: 9px;
        margin-top: 20px;
    }
    .article-b .item-cards__inner {
        /* min-height: 252px; */
        justify-content: flex-start;
        /* margin-bottom: auto; */
    }

    .article-b .item-cards__inner .item-cards__item {
        /*height:180px;*/
    }

    .article-b .item-cards__desc {
        display:none;
    }

    .article-b .item-cards__status {
        height:26px;
        top:0 !important;
        padding:0 12px;
    }

    .article-b .item-cards__status-text {
        font-size:12px;
    }

    .article-b__expert {
        margin:0 -20px 40px;
        padding:35px 20px;
        font-size:12px
    }

    .article-b__expert-icon {
        right:10px;
        left:initial;
    }

    .article-b__expert-icon img {
        width:74px;
    }

    .article-b__expert-icon h2 {
        padding-right:30px;
    }

    .article-b__content p ~ h2, .article-b__content p ~ h3 {
        margin-top: auto;
    }

    .article-b__result {
        margin:0 -20px 50px;
        padding:10px 15px;
    }

    .article-b__result-verify {
        font-size:20px;
    }

    .article-b__rate {
        display:none;
    }

    .article-b__result-top {
        margin:0
    }

    .article-b__heading {
        margin:0 0 20px;
        font-size:20px;
    }

    .article-b__comments-item {
        padding:16px
    }

    .article-b__comments-photo {
        width:80px;
        height:80px;
    }

    .article-b__comments-photo img {
        width:65px;
        height:65px;
    }

    .article-b__comments-about {
        width:calc(100% - 100px)
    }

    .article-b__comments-author {
        font-size:14px;
        padding:0;
    }

    .article-b__comments-info {
        min-height:80px;
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        justify-content:flex-end;
        gap:5px
    }

    .article-b__comments-text {
        margin-left:-100px;
        font-size:12px;
    }

    .article-b__share_desktop {
        display:none
    }

    .article-b__share_mobile {
        display:block;
        margin:30px 0 0;
    }

    .article-b__share_mobile .article-b__share-list {
        display:flex;
        justify-content:space-between;
    }

    .article-b__result-verify img {
        width:74px
    }

    .article-b__similar-list {
        display:flex;
        overflow-x: scroll;
        white-space: nowrap;
        gap:10px;
        -webkit-overflow-scrolling: touch;
        margin:0 -20px;
        padding:0 15px;
    }

    .article-b__similar-item {
        min-width:300px;
        white-space:normal
    }

    .article-b__similar-list::-webkit-scrollbar {
        display: none;
    }

    .article-b__comments-label {
        margin:0 0 20px;
        font-size:20px;
    }

    .article-b__comments-input{
        height:42px;
        font-size:12px;
        padding: 0 10px;
    }

    textarea.article-b__comments-input{
        padding: 10px;
    }

    .article-b__sales-controls {
        display:flex;
        justify-content:center;
        gap:40px;
    }

    .article-b__feeds {
        display:block;
    }

    .article-b__feeds-controls {
        display:flex;
        justify-content:center;
        gap:40px;
    }

    .article-b__comments-field {
        width:100%;
        margin:0 0 10px;
        order:1;
    }

    .article-b__comments-field_rating {
        order:0;
        display:flex;
        justify-content:space-between;
        align-items:flex-end;
    }

    .article-b__comments-rate {
        display:block;
        font-size:12px;
    }

    .article-b__comments-rate_stars > label img {
        height:35px;
        width:auto
    }

    .article-b__comments-values {
        display:block;
        text-align:right;
    }

    .article-b__comments-values .article-b__rate-value{
        font-size:12px;
        margin:0;
    }

    .article-b__comments-values .article-b__rate-count {
        font-size:12px;
    }

    .article-b__collection-controls {
        display:flex;
        justify-content:center;
        gap:40px;
    }

    .article-b__sidebar {
        display:none
    }

    .modal-b__title {
        font-size:20px;
        margin:0 0 15px;
    }

    .modal-b__block {
        padding:35px 25px 25px;
    }

    .modal-b__block .article-b__comments-rate {
        display:flex
    }
}
.article-b__comments-rate_stars > label.active img, .article-b__comments-rate_stars > label.active ~ label img, .article-b__comments-rate_stars > input.radio-btn:checked ~ label img {
    opacity: 1;
    filter: grayscale(0);
}
@media screen and (min-width:900px) {
	.item-cards__inner {
    min-height: 475px;
    /* justify-content: space-between; */
}
.article-b__collection-controls {
    display: flex;
    justify-content: center;
    gap: 20%;
}
	.article-b__collection-controls .swiper-pagination {
    display: none;
}

.js--slider-sales .article-b__sales-controls {
    display: flex;
    justify-content: center;
    gap: 20%;
}
.js--slider-sales .article-b__sales-controls .swiper-pagination {
    display: none;
}
}
  @media screen and (max-width: 900px) {
.article-page-body {
    overflow: hidden;
}
}
.brands-on-blog img {
  max-width: 100%;
  width: 100%;
  opacity: .6;
}
.brands-on-blog {
  overflow: hidden;
}
.brands-on-blog .brand-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands-on-blog .swiper-slide {
    height: 100%;
    max-height: 100%;
}
.brands-on-blog .swiper-wrapper {
    display: flex;
    align-items: center;
}
.brands-slider-title {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    font-family: 'Forum', serif;
    /* color: #666; */
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.brand-link  {
    display: block;
    margin-bottom: 50px;
}
.brand-link  img {
  max-width: 230px;
  width: 100%;
  opacity: .6;
}