

/* Start:/local/templates/samura/components/bitrix/news.list/mainslider_video/style.css?174134920227289*/
.mainslider {
    overflow: hidden;
    position: relative;
    width: 1720px;
    margin: 0 auto;
    height: 500px;
    padding: 70px 0 90px;
}

@media(min-width: 2560px) {
    .mainslider {
        width: 2320px;
    }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
    .mainslider {
        width: 1180px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .mainslider {
        width: 710px;
    }
}
@media screen and (max-width: 767px) {
    .mainslider {
        width: 100%;
        padding-left: 20px !important;
        padding-right: 20px !important;
        max-width: 460px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
}
.mainslider.slide-image {
    height: 645px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
    .mainslider.slide-image {
        height: 440px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .mainslider.slide-image {
        height: 290px;
    }
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
    .mainslider {
        height: 380px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .mainslider {
        padding: 50px 0 85px;
        height: 350px;
    }
}
@media screen and (max-width: 767px) {
    .mainslider {
        height: auto;
        min-height: 510px;
        padding: 24px 0 60px;
    }
    .mainslider.anim {
        transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
    }
    .mainslider.slide-image {
        height: 460px;
        min-height: 460px;
        max-height: 460px;
    }
}
.mainslider .mainslider-bxslider {
    position: relative;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.mainslider .mainslider-bxslider .mobile {
    display: none;
}
.mainslider .mainslider-item {
    overflow: hidden;
    position: relative;
    outline: none;
}
.mainslider .mainslider-item div.item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (min-width: 1280px) {
    .mainslider .mainslider-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .mainslider .mainslider-item img {
        height: 100%;
    }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .mainslider .mainslider-item .item.desktop img {
        margin-left: -40px;
    }
}
.mainslider .mainslider-item a.bg-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: block;
}
.mainslider .mainslider-item_video {
    background-size: cover;
}
.mainslider .mainslider-item_video.video-showed .mainslider-sale {
    display: none;
}
.mainslider .mainslider-item_video.video-showed .play_video {
    display: none;
}
.mainslider .mainslider-item_video.video-showed.video-paused .play_video {
    display: block;
}
.mainslider .mainslider-item_video.video-showed .item {
    visibility: hidden;
    display: none;
}
.mainslider .mainslider-item_video.video-showed video {
    display: block;
}
.mainslider .mainslider-item_video .item {
    background-size: cover;
}
.mainslider .mainslider-bg-video {
    overflow: hidden;
    text-align: center;
    max-height: 720px;
    min-height: 320px;
}
.mainslider .mainslider-bg-video .item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.mainslider #iframe-player,
.mainslider .mainslider-video {
    max-width: 100%;
    display: none;
    margin: 0 auto 20px;
    outline: none;
    max-height: 420px;
}
.mainslider .slide-info {
    height: 100%;
}
@media screen and (min-width: 768px) {
    .mainslider .slide-info {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        -moz-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -moz-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.mainslider .slide-info .name-text-button {
    min-width: 450px;
    max-width: 450px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
    .mainslider .slide-info .name-text-button {
        min-width: 350px;
        max-width: 350px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .mainslider .slide-info .name-text-button {
        min-width: 350px;
        max-width: 350px;
    }
}
@media screen and (max-width: 767px) {
    .mainslider .slide-info .name-text-button {
        min-width: 100%;
        max-width: 100%;
    }
}
.mainslider .slide-info .name-text-button .new {
    padding: 15px 20px;
    -webkit-border-radius: 41px;
    -moz-border-radius: 41px;
    -ms-border-radius: 41px;
    border-radius: 41px;
    background-color: white;
    color: #231F20;
    font-size: 16px;
    font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    line-height: 16px;
    display: table;
}
@media screen and (max-width: 767px) {
    .mainslider .slide-info .name-text-button .new {
        font-size: 12px;
        line-height: 12px;
        padding: 10px 20px;
    }
}
.mainslider .slide-info .name-text-button .name {
    margin-top: 28px;
    color: #231F20;
    font-size: 64px;
    font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    line-height: 64px;
    text-transform: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
    .mainslider .slide-info .name-text-button .name {
        font-size: 42px;
        line-height: 42px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .mainslider .slide-info .name-text-button .name {
        font-size: 38px;
        line-height: 38px;
    }
}
@media screen and (max-width: 767px) {
    .mainslider .slide-info .name-text-button .name {
        font-size: 28px;
        line-height: 28px;
        margin-top: 15px;
    }
}
.mainslider .slide-info .name-text-button .sub-name {
    margin-top: 25px;
    color: #76767B;
    font-size: 20px;
    font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
}
@media screen and (max-width: 1799px) and (min-width: 768px) {
    .mainslider .slide-info .name-text-button .sub-name {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .mainslider .slide-info .name-text-button .sub-name {
        font-size: 14px;
        margin-top: 12px;
    }
}
.mainslider .slide-info .name-text-button .sub-name span {
    color: #231F20;
}
.mainslider .slide-info .name-text-button .mobile-image {
    display: none;
}
.mainslider .slide-info .name-text-button .mobile-image a {
    width: 100%;
    height: 100%;
    display: block;
}
@media screen and (max-width: 767px) {
    .mainslider .slide-info .name-text-button .mobile-image {
        margin-top: 15px;
        display: block;
        width: 100%;
        min-height: 300px;
        overflow: hidden;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px;
    }
    .mainslider .slide-info .name-text-button .mobile-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
.mainslider .slide-info .name-text-button .buy-link {
    margin-top: auto;
    display: inline-block;
    position: relative;
    align-items: center;
    min-width: 275px;
    max-width: 275px;
    height: 64px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-border-radius: 41px;
    -moz-border-radius: 41px;
    -ms-border-radius: 41px;
    border-radius: 41px;
    text-decoration: none;
    cursor: pointer;
    overflow: hidden;
    border: 0;
    padding: 0;
    outline: none;
    background: #016466;
    color: white;
    font-size: 20px;
    font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
}
.mainslider .slide-info .name-text-button .buy-link > span, .mainslider .slide-info .name-text-button .buy-link > div, .mainslider .slide-info .name-text-button .buy-link a {
    color: white;
    font-size: 20px;
    font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 767px) {
    .mainslider .slide-info .name-text-button .buy-link > span, .mainslider .slide-info .name-text-button .buy-link > div, .mainslider .slide-info .name-text-button .buy-link a {
        font-size: 16px;
    }
}
.mainslider .slide-info .name-text-button .buy-link:before {
    left: 0;
    background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
}
.mainslider .slide-info .name-text-button .buy-link:after, .mainslider .slide-info .name-text-button .buy-link:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-border-radius: 41px;
    -moz-border-radius: 41px;
    -ms-border-radius: 41px;
    border-radius: 41px;
}
.mainslider .slide-info .name-text-button .buy-link:after {
    opacity: 0;
    right: 100%;
    background: linear-gradient(-90deg, #005f61 0%, #008c8f 100%);
}
.mainslider .slide-info .name-text-button .buy-link:hover:not(.noHover):not([disabled]):not(.disabled):after {
    right: 0;
    opacity: 1;
}
.mainslider .slide-info .name-text-button .buy-link:active:after, .mainslider .slide-info .name-text-button .buy-link:active:before {
    opacity: 0;
}
.mainslider .slide-info .name-text-button .buy-link:disabled, .mainslider .slide-info .name-text-button .buy-link.disabled {
    background-color: #76767B;
    cursor: default;
}
.mainslider .slide-info .name-text-button .buy-link:disabled:after, .mainslider .slide-info .name-text-button .buy-link:disabled:before, .mainslider .slide-info .name-text-button .buy-link.disabled:after, .mainslider .slide-info .name-text-button .buy-link.disabled:before {
    opacity: 0;
}
@media screen and (max-width: 767px) {
    .mainslider .slide-info .name-text-button .buy-link {
        height: 50px;
        min-width: 100%;
        max-width: 100%;
        font-size: 16px;
        margin-top: 15px;
    }
}
.mainslider .slide-info .name-text-button .price {
    margin-top: 15px;
    color: #76767B;
    font-size: 15px;
    font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
    text-transform: uppercase;
    text-transform: none;
    text-align: center;
    min-width: 275px;
    max-width: 275px;
}
@media screen and (max-width: 767px) {
    .mainslider .slide-info .name-text-button .price {
        font-size: 14px;
        margin-top: 10px;
        min-width: 100%;
        max-width: 100%;
    }
}
.mainslider .slide-info .images {
    margin-left: auto;
    min-width: 1140px;
    max-width: 1140px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}
@media screen and (max-width: 767px) {
    .mainslider .slide-info .images {
        display: none;
    }
}
.mainslider .slide-info .images .two-images, .mainslider .slide-info .images .one-image {
    min-width: 560px;
    max-width: 560px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
    .mainslider .slide-info .images .two-images, .mainslider .slide-info .images .one-image {
        min-width: 405px;
        max-width: 405px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .mainslider .slide-info .images .two-images, .mainslider .slide-info .images .one-image {
        min-width: 360px;
        max-width: 360px;
    }
}
.mainslider .slide-info .images .two-images .image, .mainslider .slide-info .images .one-image .image {
    width: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-color: white;
    display: block;
}
.mainslider .slide-info .images .two-images img, .mainslider .slide-info .images .one-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mainslider .slide-info .images .two-images .image {
    height: 240px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
    .mainslider .slide-info .images .two-images .image {
        height: 180px;
    }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .mainslider .slide-info .images .two-images .image {
        height: 165px;
    }
}
.mainslider .slide-info .images .two-images .image:first-child {
    margin-bottom: 20px;
}
.mainslider .slide-info .images .one-image {
    height: 100%;
}
.mainslider .slide-info .images .one-image .image {
    height: 100%;
}
.mainslider .owl-nav {
    position: absolute;
    bottom: 50px;
    right: 0;
    width: 120px;
    height: 0;
}
.mainslider .owl-nav.disabled {
    display: none !important;
}
@media screen and (max-width: 767px) {
    .mainslider .owl-nav {
        display: none !important;
    }
}
.mainslider .owl-nav button {
    width: 50px;
    height: 50px;
    position: absolute;
    border: 0;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.mainslider .owl-nav button span {
    font-size: 0;
}
.mainslider .owl-nav button:hover {
    -webkit-box-shadow: 0 -3px 12px 0 rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 -3px 12px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 -3px 12px 0 rgba(0, 0, 0, 0.08);
}
.mainslider .owl-nav .owl-prev {
    left: 0;
    background: url("/local/templates/samura/components/bitrix/news.list/mainslider_video/../../../../img/carousel-arrow-left.svg") 45% 50% no-repeat white;
}
@media screen and (max-width: 767px) {
    .mainslider .owl-nav .owl-prev {
        display: none;
    }
}
.mainslider .owl-nav .owl-next {
    right: 0;
    background: url("/local/templates/samura/components/bitrix/news.list/mainslider_video/../../../../img/carousel-arrow-right.svg") 55% 50% no-repeat white;
}
@media screen and (max-width: 767px) {
    .mainslider .owl-nav .owl-next {
        display: none;
    }
}
.mainslider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 25px;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
    .mainslider .owl-dots {
        bottom: 15px;
    }
}
@media screen and (max-width: 767px) {
    .mainslider .owl-dots {
        display: none !important;
    }
}
.mainslider .owl-dots .owl-dot {
    border: 0;
    cursor: pointer;
    outline: none;
    min-width: 12px;
    max-width: 12px;
    height: 12px;
    background-color: #D9D9D9;
    margin: 0 4px;
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .mainslider .owl-dots .owl-dot {
        margin: 0 5px;
    }
}
.mainslider .owl-dots .owl-dot.active {
    min-width: 15px;
    max-width: 15px;
    height: 15px;
    background-color: #005F61;
}
@media screen and (max-width: 767px) {
    .mainslider .owl-dots .owl-dot.active {
        min-width: 65px;
        max-width: 65px;
    }
}
.mainslider .owl-dots.disabled {
    display: none !important;
}

.mainslider-sale {
    position: absolute;
    bottom: 35px;
    left: 0;
    z-index: 3;
    width: 100%;
    display: none;
}

.mainslider-sale.mainslider-sale-top {
    top: 200px;
    height: 49px;
    display: block;
}

.mainslider-sale.mainslider-sale-top .mainslider-sale__inner {
    margin: 0;
}

.mainslider-sale.mainslider-sale-top .mainslider-sale__title {
    font-size: 15px;
}

.mainslider-sale__inner {
    margin: auto;
    text-align: center;
    color: #ff130b;
    font-weight: 300;
}

.mainslider-sale__block {
    padding: 10px 20px;
    max-width: 100%;
}

.mainslider-sale__title {
    font-size: 34px;
    text-transform: uppercase;
}

.mainslider-sale__number {
    font-size: 200px;
    line-height: 1;
}

.mainslider-sale__btn {
    display: inline-block;
    margin-top: 45px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 23px 10px;
    width: 476px;
    max-width: 100%;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
}

.mainslider-sale__btn:hover {
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

.play_video {
    transform: translate(-50%, 0px);
    position: absolute;
    z-index: 1000;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    border: 4px solid white;
    border-radius: 50%;
    background-image: url(/local/templates/samura/components/bitrix/news.list/mainslider_video/images/play_video.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    cursor: pointer;
}

.play_video_link {
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 250px;
    margin: 0 50% 0 50%;
    transform: translate(-125px, 0px);
    z-index: 100000;
    top: 170px;
}

.play_video_link a {
    background-color: white;
    width: 150px;
    height: 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
}

.play_video_link span {
    color: black;
    cursor: pointer;
}

@media (min-width: 1700px) {
    .mainslider-sale {
        position: absolute;
        bottom: 70px; /*bottom: 70px;*/
        left: 0;
        z-index: 3;
        width: 100%;
    }
}
@media (max-width: 1300px) {
    .mainslider-sale__title {
        font-size: 24px;
    }
    .mainslider-sale__number {
        font-size: 150px;
    }
    .mainslider-sale__btn {
        font-size: 24px;
    }
    .mainslider-sale.mainslider-sale-top {
        top: 170px;
        height: 49px;
    }
}
@media (min-width: 740px) and (max-width: 1200px) {
    .mainslider-sale.mainslider-sale-top {
        top: auto;
        bottom: 10px;
        height: 49px;
    }
    .mainslider-sale.mainslider-sale-top .mainslider-sale__inner {
        margin: auto;
    }
}
@media (max-width: 1200px) {
    .mainslider-sale__title {
        font-size: 15px;
    }
    .mainslider-sale__number {
        font-size: 80px;
    }
    .mainslider-sale__btn {
        font-size: 18px;
    }
}
@media (max-width: 768px) {
    .mainslider-sale__inner {
        padding-top: 10px;
        max-width: 100%;
    }
    .mainslider-sale__block {
        padding: 5px;
    }
    .mainslider-sale__btn {
        padding: 5px;
        width: 280px;
    }
}
@media screen and (max-width: 741px) {
    .mainslider .mainslider-bxslider .desktop {
        display: none !important;
    }
    .mainslider .mainslider-bxslider .item {
        height: 100%;
    }
    .mainslider .mainslider-bxslider .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 740px) {
    .mainslider-sale.mainslider-sale-top {
        top: 0;
        height: 49px;
    }
    .mainslider-sale.mainslider-sale-top .mainslider-sale__inner {
        margin: auto;
    }
    .mainslider-sale.mainslider-sale-top .mainslider-sale__title {
        font-size: 12px;
    }
    .mainslider .mainslider-item {
        padding-top: 0;
    }
    .mainslider {
        top: 0;
        margin-bottom: 0;
    }
    .mainslider-item {
        padding-top: 0;
    }
    .mainslider-sale__title {
        font-size: 15px;
    }
    .mainslider-sale__title {
        font-size: 12px;
    }
    .play_video {
        margin-top: -70px;
    }
    .play_video_link {
        top: 30px;
    }
}
@media (max-width: 500px) {
    .play_video {
        background-size: 30px;
        width: 70px;
        height: 70px;
    }
}

.slide-with-video {
    display: grid;
    grid-template-areas: "desc video" "button video";
    font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
}

.slide-with-video__desc {
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-area: desc;
}

.slide-with-video__video {
    position: relative;
    width: 1140px;
    height: 100%;
    flex-shrink: 0;
    grid-area: video;
}

.slide-with-video__video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    display: block;
    pointer-events: none;
}

.slide-with-video__play-btn {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    cursor: pointer;
    backdrop-filter: blur(4px);
    transition: 0.3s;
    display: none;
    justify-content: center;
    align-items: center;
}

.slide-with-video__play-btn:hover {
    background: rgba(255, 255, 255, 0.7);
}

.slide-with-video__tag {
    background: #fff;
    border-radius: 20px;
    min-height: 40px;
    padding: 5px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    color: #231F20;
    margin-bottom: 28px;
}

.slide-with-video__title {
    font-size: 64px;
    font-weight: 700;
    color: #231F20;
    margin-bottom: 13px;
    font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
}

.slide-with-video__sub-title {
    font-size: 20px;
    font-weight: 500;
    color: #76767B;
    line-height: 1.3;
    font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
}

.slide-with-video__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    min-height: 64px;
    min-width: 275px;
    padding: 5px 20px;
    border-radius: 32px;
    color: #fff;
    /*background: linear-gradient(#005F61, #008C8F);*/
    background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
    font-size: 20px;
    font-weight: bold;
    margin-top: auto;
    margin-bottom: 28px;
    text-decoration: none;
    width: fit-content;
    font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
}


.slide-with-video__button:hover,
.slide-with-video__button:active,
.slide-with-video__button:visited,
.slide-with-video__button:focus {
    text-decoration: none;
}

@media (max-width: 1799px) {
    /*.mainslider {*/
    /*    width: 1180px;*/
    /*}*/

    /*.video-slide {*/
    /*    height: 440px;*/
    /*}*/

    /*.slide {*/
    /*    height: 440px;*/
    /*}*/

    .slide-with-video__video {
        width: 650px;
    }

    .slide-with-video__title {
        font-size: 50px;
    }
}

@media (max-width: 1279px) {
    /*.mainslider {*/
    /*    width: 710px;*/
    /*    height: 290px;*/
    /*}*/

    /*.mainslider__slide {*/
    /*    height: 290px;*/
    /*}*/

    .slide-with-video__video {
        width: 400px;
    }

    .slide-with-video__title {
        font-size: 30px;
    }

    .slide-with-video__tag {
        margin-bottom: 18px;
        font-size: 14px;
    }

    .slide-with-video__button {
        min-width: 230px;
        min-height: 50px;
        margin-bottom: 0;
        font-size: 18px;
    }

    .slide-with-video__sub-title {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    /*.mainslider {*/
    /*    height: auto;*/
    /*    max-width: 460px;*/
    /*    padding: 24px 20px 60px;*/
    /*    box-sizing: border-box;*/
    /*    width: auto;*/
    /*}*/

    /*.mainslider__slide {*/
    /*    height: auto;*/
    /*}*/

    .slide-with-video {
        grid-template-areas: "desc" "video" "button";
    }

    .slide-with-video__video {
        /* height: 338px; */
        height: 150px;
        width: 100%;
        margin-bottom: 15px;
    }

    .slide-with-video__tag {
        font-size: 12px;
        min-height: 32px;
        border-radius: 16px;
        margin-bottom: 15px;
    }

    .slide-with-video__title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    /*.slide-with-video__sub-title {*/
    /*    font-size: 14px;*/
    /*}*/

    .slide-with-video__desc {
        margin-right: 0;
        margin-bottom: 12px;
    }

    .slide-with-video__button {
        width: auto;
        font-size: 16px;
    }

    .slide-with-video__play-btn {
        width: 62px;
        height: 62px;
    }
}

@media (max-width: 370px) {
    .slide-with-video__title {
        font-size: 25px;
    }
}



/* End */


/* Start:/local/templates/samura/components/samura/stories/desktop/style.css?174098613227755*/
@charset "UTF-8";
.section_stories_desktop {
  width: 1720px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 56px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

@media(min-width: 2560px) {
  .section_stories_desktop {
    width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .section_stories_desktop {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .section_stories_desktop {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .section_stories_desktop {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .section_stories_desktop {
    padding: 35px 0;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .section_stories_desktop {
    padding: 25px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_stories_desktop {
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 30px;
    width: 100%;
  }
}
.section_stories_desktop .storiesWrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.story.owl-item {
  min-width: 142px;
  max-width: 142px;
}
@media screen and (max-width: 1799px) {
  .story.owl-item {
    min-width: 118.4px;
    max-width: 118.4px;
  }
}
@media screen and (max-width: 767px) {
  .story.owl-item {
    min-width: 90px;
    max-width: 90px;
  }
}
.story.owl-item:hover:not(.noHover) .item-preview img {
  -moz-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.story.owl-item .item-link {
  text-decoration: none;
}
.story.owl-item .item-preview {
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-decoration: none;
  border: 3px solid #005F61;
  background-color: #FFFFFF;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1799px) {
  .story.owl-item .item-preview {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 767px) {
  .story.owl-item .item-preview {
    border: 2px solid #005F61;
  }
}
.story.owl-item .item-preview:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px) {
  .story.owl-item .item-preview:after {
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.story.owl-item .item-preview img {
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
@media screen and (max-width: 767px) {
  .story.owl-item .item-preview img {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
  }
}
.story.owl-item .info {
  margin: 20px -10px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .story.owl-item .info {
    margin-top: 12px;
  }
}
.story.owl-item .info .name {
  color: #231F20;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 1799px) {
  .story.owl-item .info .name {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .story.owl-item .info .name {
    word-break: break-all;
    padding: 0 10px;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .slick-track {
    height: 100%;
  }
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

.slick-prev:before {
  content: "←";
}

.slick-next {
  right: -25px;
}

.slick-next:before {
  content: "→";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  display: none !important;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*viewer slider*/
.desktop-arrow {
  width: 37%;
  height: 100%;
  position: absolute;
  top: 120px;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .desktop-arrow {
    width: 20%;
  }
}

.desktop-arrow-prev {
  left: 0;
}

.desktop-arrow-next {
  right: 0;
}

.story-viewer {
  height: 100% !important;
  width: 177.7777777778vh !important;
  left: 50% !important;
  position: relative;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media all and (max-width: 177.7777777778vh) {
  .story-viewer {
    height: calc(100vh - 17px);
    width: calc(177.7777777778vh - 30.2222222222px);
  }
}
@media screen and (max-width: 767px) {
  .story-viewer {
    max-width: 100%;
  }
}
.story-viewer .story-viewer-inner {
  width: 100%;
  height: 100%;
}

.story-viewer > div > .slick-slider {
  position: absolute;
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  padding: 20px 0;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 767px) {
  .story-viewer > div > .slick-slider {
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

.story-viewer > div > .slides > .slick-list {
  overflow: visible;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .story-viewer > div > .slides > .slick-list {
    height: 100%;
    padding: 0 !important;
  }
}

.story-viewer > div > .slides > .slick-list > .slick-track > .slick-slide {
  transition: transform 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.97);
  outline: none;
  border: none;
  background-color: #000;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .story-viewer > div > .slides > .slick-list > .slick-track > .slick-slide {
    height: 100%;
    transform: scale(1);
  }
}

.story-viewer > div > .slides > .slick-list > .slick-track > .slick-slide .bg_image {
  opacity: 0.75;
  transition: opacity 800ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.story-viewer > div > .slides > .slick-list > .slick-track > .slick-slide.slick-center {
  /*z-index: -100;*/
  /*box-shadow: 0 13px 21px rgba(17, 26, 31, 0.5);*/
  /*cursor: -webkit-grab;*/
}

.story-viewer > div > .slides > .slick-list > .slick-track > .slick-slide.slick-center .bg_image {
  opacity: 1;
}

.bg_image {
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

/*ds*/
#ds-modal {
  outline: 0 !important;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  background: #060606;
  z-index: 100000;
  font-size: 14px;
  font-family: inherit;
}
#ds-modal .loader-wrap {
  display: block;
  background: transparent;
}
#ds-modal .loader-wrap .sk-fading-circle {
  width: 6em;
  height: 6em;
}
#ds-modal #ds-modal-content {
  position: relative;
  z-index: 1004;
}

#ds-modal-content,
#ds-modal-content .story-viewer,
#ds-modal-content .story-viewer > .slides,
#ds-modal-content .story-viewer > .slides > * {
  width: 100vw;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
}

#ds-modal * {
  user-select: none;
  outline: 0;
}

#ds-modal.with-effects {
  opacity: 0;
  transform: translateY(-50%);
  transform-origin: top left;
  transition: 0.45s;
  width: 100%;
  height: 100vh;
}

#ds-modal.with-effects.animated {
  opacity: 1;
  transform: translateY(0%);
  border-radius: 0;
  margin-top: 0 !important;
  margin-left: 0 !important;
}

#ds-modal.with-effects.closed {
  opacity: 0;
  transform: translateY(-50%);
}

#ds-modal .slider {
  /*    width: 100vw;
      height: 100%;
      top: 0;
      bottom: 0;
      left: 0;
      position: absolute*/
}

#ds-modal .slider > * {
  /*    width: 100vw;
      height: 100%;
      top: 0;
      bottom: 0;
      position: absolute*/
}

#ds-modal .slider.animated {
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}

#ds-modal-slider > .head {
  position: absolute;
  height: 56px;
  right: 0;
  line-height: 56px;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
  width: 100%;
  left: 50%;
  top: 20px;
  z-index: 2;
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  #ds-modal-slider > .head {
    padding: 6px 21px 0 12px;
  }
}
#ds-modal-slider > .head .item-preview {
  display: none;
}
#ds-modal-slider > .head .right {
  display: none;
}
#ds-modal-slider > .head .back {
  margin-left: auto;
  order: 1;
  margin-right: 20px;
  height: 50px;
  width: 50px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  vertical-align: top;
  font-size: 0;
  background: url("/local/templates/samura/components/samura/stories/desktop/../../../../img/exit.svg") center no-repeat #ffffff;
  cursor: pointer;
  z-index: 100010;
}
@media screen and (max-width: 767px) {
  #ds-modal-slider > .head .back {
    background: url("/local/templates/samura/components/samura/stories/desktop/../../../../img/exit-mobile.svg") center no-repeat;
    background-size: 16px;
    margin-right: -9px;
  }
}

#ds-modal-content .story-viewer .viewer-item .head {
  position: absolute;
  height: 56px;
  left: 0;
  right: 0;
  line-height: 56px;
  color: #fff;
  font-size: 14px;
  padding: 6px 12px;
}
@media screen and (max-width: 767px) {
  #ds-modal-content .story-viewer .viewer-item .head {
    padding: 6px 21px 0 12px;
  }
}

#ds-modal-content .story-viewer .head .item-preview {
  background-size: contain;
  height: 20px;
  align-self: center;
  display: none;
}

#ds-modal-content .story-viewer .head .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

#ds-modal-content .story-viewer .head .left {
  display: flex;
  align-items: flex-start;
  line-height: 1;
  font-size: 15px;
  margin: 32px 0 0 32px;
}
@media screen and (max-width: 767px) {
  #ds-modal-content .story-viewer .head .left {
    margin-left: 13px;
  }
}
#ds-modal-content .story-viewer .head .left .item-preview {
  display: none;
}

#ds-modal-content .story-viewer .head .right {
  display: none;
}

/*story*/
.viewer-item-wrapper .slick-slide {
  position: relative;
  outline: none !important;
  height: 100%;
  background-color: black;
}

.viewer-item-wrapper .slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.viewer-item-wrapper .slick-center {
  transform: scale(1);
  opacity: 1;
  transition: all 0.2s;
  -webkit-transform: scale(1);
}

.viewer-item-wrapper .slide-item-wrapper {
  height: 100%;
}

.viewer-item-wrapper .slide-item-wrapper:focus {
  outline: transparent none 0;
  outline-color: transparent;
  outline-style: none;
  outline-width: 0;
}

.viewer-item-wrapper.slick-slider {
  height: 100%;
}

.viewer-item-wrapper .slick-list,
.viewer-item-wrapper .slick-track {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  z-index: 1;
}

.viewer-item-wrapper .slick-track {
  margin: 0;
}

.viewer-item-wrapper .slick-slide img {
  height: 100%;
  margin: 0 auto;
  width: 100%;
  object-fit: cover;
}

.viewer-item-wrapper .slick-slide video {
  height: 100%;
  width: 100%;
  margin: auto;
  object-fit: cover;
  pointer-events: none;
  /* Could Use thise as well for Individual Controls */
}
.viewer-item-wrapper .slick-slide video::-webkit-media-controls {
  display: none;
}
.viewer-item.slick-slide {
  position: relative;
}

.viewer-item.slick-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 111;
  transition: 0.2s;
  opacity: 0.6;
}

.viewer-item.slick-slide.slick-current.slick-center::before {
  opacity: 0;
  z-index: -1;
}

/*.slide-prev,
.slide-next {
    display: flex !important;
}

.slide-prev.slick-disabled,
.slide-next.slick-disabled {
    opacity: 0 !important;
    display: none !important;
}*/
.viewer-item-wrapper .slick-arrow.slick-next {
  height: 100%;
  right: 0;
  width: 20%;
  z-index: 2;
}

.viewer-item-wrapper .slick-arrow.slick-prev {
  height: 100%;
  left: 0;
  width: 20%;
  z-index: 2;
}

.viewer-item-wrapper .slick-arrow:before {
  opacity: 0.35 !important;
  display: none;
}

.viewer-item-wrapper .slick-dots {
  display: none !important;
  max-height: 5px;
}

.viewer-item.slick-slide.slick-current.slick-center .viewer-item-wrapper .slick-dots {
  padding: 0 10px;
  top: -22px;
  left: 50%;
  width: 100%;
  max-width: calc(100vw - 46px);
  transform: translateX(-50%);
  list-style: none;
  text-align: center;
  background: transparent;
  display: flex !important;
  margin: 0 auto;
  justify-content: center;
  z-index: 1;
  margin-left: -1.5px;
}
@media screen and (max-width: 767px) {
  .viewer-item.slick-slide.slick-current.slick-center .viewer-item-wrapper .slick-dots {
    top: 24px;
  }
}

.viewer-item.slick-slide.slick-current.slick-center .viewer-item-wrapper .slick-dots li {
  position: relative;
  list-style: none;
  width: 100%;
  max-width: 100px;
  height: 3px;
  margin: 0 3px;
  overflow: hidden;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 100px;
  transition: all 0.2s;
  transition-timing-function: linear;
}
@media screen and (max-width: 767px) {
  .viewer-item.slick-slide.slick-current.slick-center .viewer-item-wrapper .slick-dots li {
    height: 2px;
  }
}

.viewer-item.slick-slide.slick-current.slick-center .viewer-item-wrapper .slick-dots li:last-of-type {
  margin-right: 0;
}

.viewer-item.slick-slide.slick-current.slick-center .viewer-item-wrapper .slick-dots li:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.viewer-item.slick-slide.slick-current.slick-center .viewer-item-wrapper .slick-dots li button {
  position: absolute;
  padding: 0 !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 10px;
  background-color: white;
  /*    -webkit-animation-play-state: paused;
      animation-play-state: paused; */
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.viewer-item.slick-slide.slick-current.slick-center .viewer-item-wrapper .slick-dots li.slick-active button {
  width: 100%;
  border-radius: 10px;
  /*    -webkit-animation: activeNav 10.5s forwards;
      animation: activeNav 10.5s  forwards;
      transition-timing-function: linear;*/
  -webkit-animation-name: activeNav;
  animation-name: activeNav;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: 8s;
}

.viewer-item.slick-slide.slick-current.slick-center .viewer-item-wrapper .slick-dots li.slick-active button {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.viewer-item.slick-slide.slick-current.slick-center .viewer-item-wrapper:not(.paused):not(.stopped) .slick-dots li.slick-active button {
  -webkit-animation-play-state: running;
  animation-play-state: running;
}

.viewer-item.slick-slide.slick-current.slick-center .viewer-item-wrapper .slick-dots li button:before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  cursor: pointer;
  background: transparent;
}

@keyframes activeNav {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
/*control*/
.viewer-item .head {
  display: none;
  position: absolute;
  height: 56px;
  left: 0;
  right: 0;
  line-height: 56px;
  z-index: 100010;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35), 1px 0 1px rgba(0, 0, 0, 0.35);
  padding: 6px 12px;
}

.viewer-item.slick-slide.slick-current.slick-center.viewer-item .head {
  display: block;
}

.viewer-item .head .left {
  display: flex !important;
  align-items: flex-start;
  line-height: 1 !important;
  font-size: 15px;
  margin: 15px 0;
}

#ds-modal-content .story-viewer .viewer-item .head .item-preview {
  width: 30px;
  height: 30px;
  margin-right: 12px;
  margin-left: 0 !important;
  border-radius: 50%;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  background-size: cover;
  border: 2px solid #035453;
  display: none;
}

.viewer-item .head .item-preview img {
  display: block;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.viewer-item .head .left .info {
  display: inline-block;
  max-width: 30vw;
  vertical-align: middle;
  line-height: 30px;
}

.viewer-item .head .left .info > .name {
  width: 100%;
  display: inline-block;
  color: white;
  font-size: 27px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-transform: none;
}
@media screen and (max-width: 767px) {
  .viewer-item .head .left .info > .name {
    font-size: 14px;
    letter-spacing: 0;
  }
}

.viewer-item .viewer-item-wrapper .slide_link {
  background: #035453 !important;
  color: #fff !important;
  font-size: 14px !important;
  font-weight: normal !important;
  width: 100% !important;
  max-width: 220px !important;
  border-radius: 0 !important;
  text-transform: none !important;
  padding: 6px 12px;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  text-align: center;
}

.viewer-item.slick-slide.slick-current.slick-center.viewer-item .viewer-item-wrapper .slide_link {
  display: none;
}

.viewer-item .head .control_buttons {
  display: none !important;
  margin-left: auto;
  position: static !important;
  order: 1;
  margin-right: 0;
  text-align: left;
  vertical-align: top;
  text-shadow: none;
  color: #b2b2b2;
  font-size: 30px;
  display: flex;
  align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .viewer-item .head .control_buttons {
    margin-top: 45px;
  }
}

.control_button {
  width: 30px;
  height: 30px;
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.control_button_vol {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><svg width="800px" height="800px" viewBox="0 -3 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"><title>volume-muted</title><desc>Created with Sketch Beta.</desc><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"><g id="Icon-Set-Filled" sketch:type="MSLayerGroup" transform="translate(-311.000000, -573.000000)" fill="%23ffffff"><path d="M336.444,585 L340.617,580.827 C341.067,580.377 341.109,579.688 340.711,579.289 C340.312,578.891 339.623,578.933 339.173,579.383 L335,583.556 L330.827,579.383 C330.377,578.933 329.688,578.891 329.289,579.289 C328.891,579.688 328.933,580.377 329.383,580.827 L333.556,585 L329.383,589.173 C328.933,589.623 328.891,590.312 329.289,590.711 C329.688,591.109 330.377,591.067 330.827,590.617 L335,586.444 L339.173,590.617 C339.623,591.067 340.312,591.109 340.711,590.711 C341.109,590.312 341.067,589.623 340.617,589.173 L336.444,585 L336.444,585 Z M325,573 L318,577.667 L318,592.333 L325,597 C326.104,597 327,596.104 327,595 L327,575 C327,573.896 326.104,573 325,573 L325,573 Z M311,581 L311,589 C311,590.104 311.896,591 313,591 L316,591 L316,579 L313,579 C311.896,579 311,579.896 311,581 L311,581 Z" id="volume-muted" sketch:type="MSShapeGroup"></path></g></g></svg>');
  background-size: 20px;
}

.control_button_vol.active {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8" standalone="no"%3F><svg width="800px" height="800px" viewBox="0 -1.5 31 31" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns"><title>volume-full</title><desc>Created with Sketch Beta.</desc><defs></defs><g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage"><g id="Icon-Set-Filled" sketch:type="MSLayerGroup" transform="translate(-258.000000, -571.000000)" fill="%23ffffff"><path d="M277,571.015 L277,573.068 C282.872,574.199 287,578.988 287,585 C287,590.978 283,595.609 277,596.932 L277,598.986 C283.776,597.994 289,592.143 289,585 C289,577.857 283.776,572.006 277,571.015 L277,571.015 Z M272,573 L265,577.667 L265,592.333 L272,597 C273.104,597 274,596.104 274,595 L274,575 C274,573.896 273.104,573 272,573 L272,573 Z M283,585 C283,581.477 280.388,578.59 277,578.101 L277,580.101 C279.282,580.564 281,582.581 281,585 C281,587.419 279.282,589.436 277,589.899 L277,591.899 C280.388,591.41 283,588.523 283,585 L283,585 Z M258,581 L258,589 C258,590.104 258.896,591 260,591 L263,591 L263,579 L260,579 C258.896,579 258,579.896 258,581 L258,581 Z" id="volume-full" sketch:type="MSShapeGroup"></path></g></g></svg>');
}

.control_button_play {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><svg width="800px" height="800px" viewBox="0 0 512 512" xmlns="http://www.w3.org/2000/svg"><path fill="%23ffffff" d="M120.16 45A20.162 20.162 0 0 0 100 65.16v381.68A20.162 20.162 0 0 0 120.16 467h65.68A20.162 20.162 0 0 0 206 446.84V65.16A20.162 20.162 0 0 0 185.84 45h-65.68zm206 0A20.162 20.162 0 0 0 306 65.16v381.68A20.162 20.162 0 0 0 326.16 467h65.68A20.162 20.162 0 0 0 412 446.84V65.16A20.162 20.162 0 0 0 391.84 45h-65.68z"/></svg>');
  background-size: 15px;
}

.control_button_play.active {
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="iso-8859-1"%3F><svg fill="%23ffffff" height="800px" width="800px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 512 512" xml:space="preserve"><g><g><path d="M500.203,236.907L30.869,2.24c-6.613-3.285-14.443-2.944-20.736,0.939C3.84,7.083,0,13.931,0,21.333v469.333c0,7.403,3.84,14.251,10.133,18.155c3.413,2.112,7.296,3.179,11.2,3.179c3.264,0,6.528-0.747,9.536-2.24l469.333-234.667C507.435,271.467,512,264.085,512,256S507.435,240.533,500.203,236.907z"/></g></g></svg>');
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/samura/components/bitrix/catalog.section/bestsellers/style.css?174599887621723*/
.bestsellers-wrap {
  width: 1720px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}

@media(min-width: 2560px) {
  .bestsellers-wrap {
    width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .bestsellers-wrap {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .bestsellers-wrap {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .bestsellers-wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1279px) {
  .bestsellers-wrap {
    padding: 30px 0;
  }
}
.bestsellers-wrap .title-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.bestsellers-wrap .title-wrap .title {
  margin: 0;
  color: #231F20;
  font-size: 48px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .bestsellers-wrap .title-wrap .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .bestsellers-wrap .title-wrap .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .title-wrap .title {
    font-size: 24px;
  }
}
.bestsellers-wrap .title-wrap .section-link {
  margin-left: auto;
  padding: 0 20px 0 25px;
  height: 60px;
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 25px 0 30px;
  font-size: 18px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .bestsellers-wrap .title-wrap .section-link {
    font-size: 16px;
    padding: 0 18px 0 25px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .title-wrap .section-link {
    font-size: 14px;
    padding: 3px 8px 0 14px;
    height: 31px;
  }
}
.bestsellers-wrap .title-wrap .section-link svg {
  margin-left: 10px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .bestsellers-wrap .title-wrap .section-link svg {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .title-wrap .section-link svg {
    width: 12px;
    margin-left: 7px;
    margin-top: -1px;
  }
}
.bestsellers-wrap .title-wrap .section-link:hover:not(.noHover) {
  background-color: #016466;
  color: #FFFFFF;
}
.bestsellers-wrap .title-wrap .section-link:hover:not(.noHover) svg path {
  stroke: #FFFFFF;
}
.bestsellers-wrap .bestsellers-products {
  margin-top: 40px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .bestsellers-wrap .bestsellers-products {
    margin-top: 30px;
    width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .bestsellers-products {
    margin-top: 25px;
    width: 210px;
  }
}
.bestsellers-wrap .bestsellers-products .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) {
  min-width: 328px;
  max-width: 328px;
  height: 460px;
  position: relative;
  padding: 20px 30px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media(min-width: 2560px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) {
    min-width: 370px;
    max-width: 370px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) {
    min-width: 228px;
    max-width: 228px;
  }
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) {
    padding: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 360px;
  }
}
@media screen and (max-width: 1279px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) {
    min-width: 210px;
    max-width: 210px;
    margin-bottom: 0;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item).fadeOf {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0;
  min-width: 0;
  max-width: 0;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item):hover:not(.noHover) .image img {
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 1;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps {
    left: 16px;
    top: 16px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps .top-prop {
  color: #231F20;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 13px;
  text-transform: none;
  padding: 10px 0;
  min-width: 90px;
  max-width: 90px;
  text-align: center;
  display: table;
  margin-bottom: 4px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps .top-prop {
    font-family: "HelveticaNeueCyr Medium";
    font-size: 12px;
    padding: 6px 0 4px;
    min-width: 72px;
    max-width: 72px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps .top-prop.NEW {
  background-color: #F3F6F6;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .topProps .top-prop.SALE {
  color: white;
  background-color: #F92F2F;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-favorite {
  position: absolute;
  z-index: 3;
  right: 30px;
  top: 20px;
  cursor: pointer;
  width: 30px;
  height: 27px;
  background: url("/local/templates/samura/components/bitrix/catalog.section/bestsellers/../../../../img/favorite-product.svg") center no-repeat;
  background-size: contain !important;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-favorite:hover:not(.noHover), .bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-favorite[data-action=remove] {
  background: url("/local/templates/samura/components/bitrix/catalog.section/bestsellers/../../../../img/favorite-product-active.svg") center no-repeat;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-favorite {
    right: 16px;
    top: 16px;
    width: 27px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .image {
  margin-top: 20px;
  min-width: 100%;
  max-width: 100%;
  height: 185px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .image {
    height: 145px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .name {
  margin-top: 8px;
  color: #231F20;
  font-size: 22px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: box;
  display: -webkit-box;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .name {
    font-size: 16px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .artnumber {
  margin-top: 6px;
  color: #76767B;
  font-size: 12px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) {
  white-space: nowrap;
  color: #231F20;
  font-size: 36px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) {
    font-size: 24px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) .rub {
  color: #231F20;
  font-size: 12px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount {
  white-space: nowrap;
  color: #231F20;
  font-size: 18.5px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount {
    font-size: 14px;
    display: block;
    height: 18px;
    margin-bottom: 5px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount .percent {
  padding: 6.5px 3.7px;
  color: white;
  font-size: 12px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 10px;
  text-transform: none;
  background-color: #F92F2F;
  margin-right: 8px;
  -webkit-border-radius: 7.4px;
  -moz-border-radius: 7.4px;
  -ms-border-radius: 7.4px;
  border-radius: 7.4px;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount .percent {
    font-size: 10px;
    margin-right: 2px;
    padding: 6.5px 3.2px 4px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount .price-discount-strike {
  opacity: 0.5;
  text-decoration:line-through;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount .rub {
  color: #231F20;
  font-size: 8px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 6px;
  opacity: 0.5;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .price-and-cart .price-wrap.discount .rub {
    margin-top: 3px;
    margin-left: 0;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .not-in-stock {
  color: #231F20;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  opacity: 0.5;
  text-transform: none;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .subscribe-button {
  margin-top: 25px;
  min-width: 100%;
  height: 36px;
  color: #231F20;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #F3F6F6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1799px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .subscribe-button {
    margin-top: 15px;
    font-size: 14px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2) {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):after, .bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2) .icon {
  position: absolute;
  z-index: 1;
  background: url("/local/templates/samura/components/bitrix/catalog.section/bestsellers/../../../../img/basket-icon-white.svg") center no-repeat;
  width: 17px;
  height: 21px;
  top: 50%;
  left: 50%;
  margin-top: -10.5px;
  margin-left: -8px;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2).in-stock-empty {
  background: #9e9e9e;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2) .quantity-in-basket {
  display: none;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart {
  background: #F3F6F6;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .icon {
  background: url("/local/templates/samura/components/bitrix/catalog.section/bestsellers/../../../../img/basket-icon-black.svg") center no-repeat;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .quantity-in-basket {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  background: #008C8F;
  text-align: center;
  width: 13px;
  height: 13px;
  line-height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-size: 8px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .quantity-in-basket.not-exist {
  display: none;
}
@media screen and (max-width: 1279px) {
  .bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .quantity-in-basket {
    line-height: 16px;
  }
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart) {
  background: #005F61;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):before {
  left: 0;
  background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):after {
  opacity: 0;
  right: 100%;
  background: linear-gradient(-90deg, #005f61 0%, #008c8f 100%);
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):hover:not(.noHover):after {
  right: 0;
  opacity: 1;
}
.bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):active:after, .bestsellers-wrap .bestsellers-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):active:before {
  opacity: 0;
}
.bestsellers-wrap .bestsellers-products .owl-dots {
  display: none !important;
}
.bestsellers-wrap .bestsellers-products .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  height: 0;
  width: 100%;
}
.bestsellers-wrap .bestsellers-products .owl-nav.disabled {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .bestsellers-products .owl-nav {
    display: none !important;
  }
}
.bestsellers-wrap .bestsellers-products .owl-nav button {
  width: 64px;
  height: 64px;
  position: absolute;
  border: 0;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .bestsellers-products .owl-nav button {
    width: 42px;
    height: 42px;
  }
}
.bestsellers-wrap .bestsellers-products .owl-nav button span {
  font-size: 0;
}
.bestsellers-wrap .bestsellers-products .owl-nav button:hover {
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.bestsellers-wrap .bestsellers-products .owl-nav .owl-prev {
  left: -40px;
  background: url("/local/templates/samura/components/bitrix/catalog.section/bestsellers/../../../../img/carousel-arrow-left.svg") 45% 50% no-repeat white;
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .bestsellers-products .owl-nav .owl-prev {
    display: none;
  }
}
.bestsellers-wrap .bestsellers-products .owl-nav .owl-next {
  right: -40px;
  background: url("/local/templates/samura/components/bitrix/catalog.section/bestsellers/../../../../img/carousel-arrow-right.svg") 55% 50% no-repeat white;
}
@media screen and (max-width: 767px) {
  .bestsellers-wrap .bestsellers-products .owl-nav .owl-next {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/samura/components/bitrix/catalog.section/collections/style.css?174599886734119*/
.collections-wrap {
  width: 1720px;
  margin: 0 auto;
  padding: 60px 0;
}

@media(min-width: 2560px) {
  .collections-wrap {
    width: 2320px;
  }
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap {
    padding: 30px 0;
  }
}
.collections-wrap .title-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.collections-wrap .title-wrap .title {
  margin: 0;
  padding: 0;
  color: #231F20;
  font-size: 48px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap .title-wrap .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap .title-wrap .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .title-wrap .title {
    font-size: 24px;
  }
}
.collections-wrap .title-wrap .section-link {
  margin-left: auto;
  padding: 0 20px 0 25px;
  height: 60px;
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 25px 0 30px;
  font-size: 18px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap .title-wrap .section-link {
    font-size: 16px;
    padding: 0 18px 0 25px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .title-wrap .section-link {
    font-size: 14px;
    padding: 3px 8px 0 14px;
    height: 31px;
  }
}
.collections-wrap .title-wrap .section-link svg {
  margin-left: 10px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap .title-wrap .section-link svg {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .title-wrap .section-link svg {
    width: 12px;
    margin-left: 7px;
    margin-top: -1px;
  }
}
.collections-wrap .title-wrap .section-link:hover:not(.noHover) {
  background-color: #016466;
  color: #FFFFFF;
}
.collections-wrap .title-wrap .section-link:hover:not(.noHover) svg path {
  stroke: #FFFFFF;
}
.collections-wrap .title-wrap .change-section-arrows {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .collections-wrap .title-wrap .change-section-arrows {
    display: none;
  }
}
.collections-wrap .title-wrap .change-section-arrows .left-arrow, .collections-wrap .title-wrap .change-section-arrows .right-arrow {
  position: relative;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap .title-wrap .change-section-arrows .left-arrow, .collections-wrap .title-wrap .change-section-arrows .right-arrow {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
  }
}
.collections-wrap .title-wrap .change-section-arrows .left-arrow.disabled, .collections-wrap .title-wrap .change-section-arrows .right-arrow.disabled {
  cursor: default;
}
.collections-wrap .title-wrap .change-section-arrows .left-arrow svg, .collections-wrap .title-wrap .change-section-arrows .right-arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.collections-wrap .title-wrap .change-section-arrows .left-arrow {
  margin-left: 32px;
  margin-right: 7px;
  position: relative;
}
.collections-wrap .title-wrap .change-section-arrows .left-arrow svg {
  -webkit-transform: rotate(180deg); /* Chrome y Safari */
  -moz-transform: rotate(180deg); /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number); /* Robotonet Explorer */
  -o-transform: rotate(180deg); /* Opera */
  -ms-transform: rotate(180deg);
}
.collections-wrap .collections {
  margin-top: 40px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap .collections {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collections {
    margin-top: 25px;
  }
}
.collections-wrap .collections .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.collections-wrap .collections .collection {
  width: auto !important;
  margin-right: 20px;
  padding: 22px 36px;
  color: #76767B;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.collections-wrap .collections .collection * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap .collections .collection {
    font-size: 18px;
    padding: 18px 28px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collections .collection {
    font-size: 16px;
    padding: 11px 24px 7px;
    margin-right: 0;
  }
}
.collections-wrap .collections .collection.selected {
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  border-radius: 37px;
  background-color: #005F61;
  color: white;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  cursor: default;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap .collections .collection.selected {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collections .collection.selected {
    font-size: 16px;
  }
}
.collections-wrap .collections .collection:last-child {
  margin-right: 0;
}
.collections-wrap .collections .owl-nav, .collections-wrap .collections .owl-dots {
  display: none !important;
}
.collections-wrap .products-no-exists {
  padding: 30px 0 400px;
  color: #231F20;
  font-size: 24px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center;
}
.collections-wrap .collection-products {
  margin-top: 40px;
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collection-products {
    margin-top: 32px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap .collection-products {
    width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .collection-products {
    width: 210px;
  }
}
.collections-wrap .collection-products .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
@media screen and (min-width: 1280px) {
  .collections-wrap .collection-products .owl-stage {
    width: 100% !important;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collection-products .owl-stage {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.collections-wrap .collection-products .owl-nav, .collections-wrap .collection-products .owl-dots {
  display: none !important;
}
.collections-wrap .collection-products .section-item {
  min-width: 676px;
  max-width: 676px;
  height: 460px;
  position: relative;
  padding: 30px 40px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 20px 20px 0;
}

@media(min-width: 2560px) {
  .collections-wrap .collection-products .section-item {
    min-width: 760px;
    max-width: 760px;
    height: 440px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap .collection-products .section-item {
    min-width: 466px;
    max-width: 466px;
  }
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .section-item {
    height: 360px;
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collection-products .section-item {
    padding: 16px;
    min-width: 210px;
    max-width: 210px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .collections-wrap .collection-products .section-item:hover:not(.noHover) .image img {
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
  }
}
.collections-wrap .collection-products .section-item .topProps {
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 1;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .section-item .topProps {
    left: 16px;
    top: 16px;
  }
}
.collections-wrap .collection-products .section-item .topProps .top-prop {
  color: #231F20;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 13px;
  text-transform: none;
  padding: 10px 0;
  min-width: 90px;
  max-width: 90px;
  text-align: center;
  display: table;
  margin-bottom: 4px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .section-item .topProps .top-prop {
    font-size: 12px;
    padding: 6px 0;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collection-products .section-item .topProps .top-prop {
    padding: 7px 0 5px;
  }
}
.collections-wrap .collection-products .section-item .topProps .top-prop.NEW {
  background-color: #F3F6F6;
}
.collections-wrap .collection-products .section-item .topProps .top-prop.SALE {
  color: white;
  background-color: #F92F2F;
}
.collections-wrap .collection-products .section-item .image {
  margin-top: 50px;
  min-width: 100%;
  max-width: 100%;
  height: 200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .section-item .image {
    margin-top: 20px;
    height: 180px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collection-products .section-item .image {
    height: 140px;
  }
}
.collections-wrap .collection-products .section-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.collections-wrap .collection-products .section-item .name-and-link {
  bottom: 30px;
  left: 40px;
  width: calc(100% - 80px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .collections-wrap .collection-products .section-item .name-and-link {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .section-item .name-and-link {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
.collections-wrap .collection-products .section-item .name-and-link .name {
  color: #231F20;
  font-size: 36px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collection-products .section-item .name-and-link .name {
    font-size: 16px;
  }
}
.collections-wrap .collection-products .section-item .name-and-link .preview-text {
  margin-top: 18px;
  color: #76767B;
  font-size: 18px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 20px;
  padding-right: 30px;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .section-item .name-and-link .preview-text {
    font-size: 14px;
    line-height: 14px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collection-products .section-item .name-and-link .preview-text {
    font-size: 12px;
    line-height: 12px;
    padding-right: 0;
    margin-top: 15px;
  }
}
.collections-wrap .collection-products .section-item .name-and-link .preview-text span {
  color: #231F20;
}
.collections-wrap .collection-products .section-item .name-and-link .link {
  margin-left: auto;
  padding: 0 20px 0 25px;
  height: 60px;
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #F3F6F6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 25px 0 30px;
  font-size: 18px;
  margin-left: auto;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap .collection-products .section-item .name-and-link .link {
    font-size: 16px;
    padding: 0 18px 0 25px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .collection-products .section-item .name-and-link .link {
    font-size: 14px;
    padding: 3px 8px 0 14px;
    height: 31px;
  }
}
.collections-wrap .collection-products .section-item .name-and-link .link svg {
  margin-left: 10px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .collections-wrap .collection-products .section-item .name-and-link .link svg {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .collections-wrap .collection-products .section-item .name-and-link .link svg {
    width: 12px;
    margin-left: 7px;
    margin-top: -1px;
  }
}
.collections-wrap .collection-products .section-item .name-and-link .link:hover:not(.noHover) {
  background-color: #016466;
  color: #FFFFFF;
}
.collections-wrap .collection-products .section-item .name-and-link .link:hover:not(.noHover) svg path {
  stroke: #FFFFFF;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .section-item .name-and-link .link {
    font-size: 16px;
    height: 46px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collection-products .section-item .name-and-link .link {
    margin-top: 25px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 178px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.collections-wrap .collection-products .product:not(.section-item) {
  min-width: 328px;
  max-width: 328px;
  height: 460px;
  position: relative;
  padding: 20px 30px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media(min-width: 2560px) {
  .collections-wrap .collection-products .product:not(.section-item) {
    min-width: 370px;
    max-width: 370px;
    height: 440px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .collections-wrap .collection-products .product:not(.section-item) {
    min-width: 228px;
    max-width: 228px;
  }
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .product:not(.section-item) {
    padding: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 360px;
  }
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collection-products .product:not(.section-item) {
    min-width: 210px;
    max-width: 210px;
    margin-bottom: 0;
  }
}
.collections-wrap .collection-products .product:not(.section-item).fadeOf {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0;
  min-width: 0;
  max-width: 0;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .collections-wrap .collection-products .product:not(.section-item):hover:not(.noHover) .image img {
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
  }
}
.collections-wrap .collection-products .product:not(.section-item) .topProps {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 1;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .product:not(.section-item) .topProps {
    left: 16px;
    top: 16px;
  }
}
.collections-wrap .collection-products .product:not(.section-item) .topProps .top-prop {
  color: #231F20;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 13px;
  text-transform: none;
  padding: 10px 0;
  min-width: 90px;
  max-width: 90px;
  text-align: center;
  display: table;
  margin-bottom: 4px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .product:not(.section-item) .topProps .top-prop {
    font-family: "HelveticaNeueCyr Medium";
    font-size: 12px;
    padding: 6px 0 4px;
    min-width: 72px;
    max-width: 72px;
  }
}
.collections-wrap .collection-products .product:not(.section-item) .topProps .top-prop.NEW {
  background-color: #F3F6F6;
}
.collections-wrap .collection-products .product:not(.section-item) .topProps .top-prop.SALE {
  color: white;
  background-color: #F92F2F;
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-favorite {
  position: absolute;
  z-index: 3;
  right: 30px;
  top: 20px;
  cursor: pointer;
  width: 30px;
  height: 27px;
  background: url("/local/templates/samura/components/bitrix/catalog.section/collections/../../../../img/favorite-product.svg") center no-repeat;
  background-size: contain !important;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-favorite:hover:not(.noHover), .collections-wrap .collection-products .product:not(.section-item) .add-to-favorite[data-action=remove] {
  background: url("/local/templates/samura/components/bitrix/catalog.section/collections/../../../../img/favorite-product-active.svg") center no-repeat;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .product:not(.section-item) .add-to-favorite {
    right: 16px;
    top: 16px;
    width: 27px;
  }
}
.collections-wrap .collection-products .product:not(.section-item) .image {
  margin-top: 20px;
  min-width: 100%;
  max-width: 100%;
  height: 185px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .product:not(.section-item) .image {
    height: 145px;
  }
}
.collections-wrap .collection-products .product:not(.section-item) .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.collections-wrap .collection-products .product:not(.section-item) .name {
  margin-top: 8px;
  color: #231F20;
  font-size: 22px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: box;
  display: -webkit-box;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .product:not(.section-item) .name {
    font-size: 16px;
  }
}
.collections-wrap .collection-products .product:not(.section-item) .artnumber {
  margin-top: 6px;
  color: #76767B;
  font-size: 12px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
.collections-wrap .collection-products .product:not(.section-item) .price-and-cart {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.collections-wrap .collection-products .product:not(.section-item) .price-and-cart.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .product:not(.section-item) .price-and-cart {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
.collections-wrap .collection-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) {
  white-space: nowrap;
  color: #231F20;
  font-size: 36px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) {
    font-size: 24px;
  }
}
.collections-wrap .collection-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) .rub {
  color: #231F20;
  font-size: 12px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.collections-wrap .collection-products .product:not(.section-item) .price-and-cart .price-wrap.discount {
  white-space: nowrap;
  color: #231F20;
  font-size: 18.5px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .product:not(.section-item) .price-and-cart .price-wrap.discount {
    font-size: 14px;
    display: block;
    height: 18px;
    margin-bottom: 5px;
  }
}
.collections-wrap .collection-products .product:not(.section-item) .price-and-cart .price-wrap.discount .percent {
  padding: 6.5px 3.7px;
  color: white;
  font-size: 12px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 10px;
  text-transform: none;
  background-color: #F92F2F;
  margin-right: 8px;
  -webkit-border-radius: 7.4px;
  -moz-border-radius: 7.4px;
  -ms-border-radius: 7.4px;
  border-radius: 7.4px;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .product:not(.section-item) .price-and-cart .price-wrap.discount .percent {
    font-size: 10px;
    margin-right: 2px;
    padding: 6.5px 3.2px 4px;
  }
}
.collections-wrap .collection-products .product:not(.section-item) .price-and-cart .price-wrap.discount .price-discount-strike {
  opacity: 0.5;
  text-decoration:line-through;
}
.collections-wrap .collection-products .product:not(.section-item) .price-and-cart .price-wrap.discount .rub {
  color: #231F20;
  font-size: 8px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 6px;
  opacity: 0.5;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .product:not(.section-item) .price-and-cart .price-wrap.discount .rub {
    margin-top: 3px;
    margin-left: 0;
  }
}
.collections-wrap .collection-products .product:not(.section-item) .not-in-stock {
  color: #231F20;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  opacity: 0.5;
  text-transform: none;
}
.collections-wrap .collection-products .product:not(.section-item) .subscribe-button {
  margin-top: 25px;
  min-width: 100%;
  height: 36px;
  color: #231F20;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #F3F6F6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1799px) {
  .collections-wrap .collection-products .product:not(.section-item) .subscribe-button {
    margin-top: 15px;
    font-size: 14px;
  }
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2) {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2):after, .collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2):before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2) .icon {
  position: absolute;
  z-index: 1;
  background: url("/local/templates/samura/components/bitrix/catalog.section/collections/../../../../img/basket-icon-white.svg") center no-repeat;
  width: 17px;
  height: 21px;
  top: 50%;
  left: 50%;
  margin-top: -10.5px;
  margin-left: -8px;
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2).in-stock-empty {
  background: #9e9e9e;
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2) .quantity-in-basket {
  display: none;
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart {
  background: #F3F6F6;
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .icon {
  background: url("/local/templates/samura/components/bitrix/catalog.section/collections/../../../../img/basket-icon-black.svg") center no-repeat;
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .quantity-in-basket {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  background: #008C8F;
  text-align: center;
  width: 13px;
  height: 13px;
  line-height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-size: 8px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .quantity-in-basket.not-exist {
  display: none;
}
@media screen and (max-width: 1279px) {
  .collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .quantity-in-basket {
    line-height: 16px;
  }
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart) {
  background: #005F61;
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):before {
  left: 0;
  background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):after {
  opacity: 0;
  right: 100%;
  background: linear-gradient(-90deg, #005f61 0%, #008c8f 100%);
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):hover:not(.noHover):after {
  right: 0;
  opacity: 1;
}
.collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):active:after, .collections-wrap .collection-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):active:before {
  opacity: 0;
}

@media screen and (min-width: 1280px) {
  .collections-wrap .collection-products .product:not(.section-item):nth-child(5n+4) {
    margin-right: 0 !important;
  }
}

@media(min-width: 2560px) {
  .collections-wrap .collection-products .product:not(.section-item):nth-child(5n+4) {
    margin-right: 20px !important;
  }

  .collections-wrap .collection-products .product:not(.section-item):nth-child(5n+5) {
    margin-right: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/samura/components/bitrix/news.list/categories/style.css?17418741365975*/
.categories {
  width: 1720px;
  margin: 0 auto;
  padding: 60px 0;
}

@media(min-width: 2560px) {
  .categories {
    width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .categories {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .categories {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .categories {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .categories {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1279px) {
  .categories {
    padding: 30px 0;
  }
}
.categories .category-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1799px) {
  .categories .category-row {
    gap: 16px;
  }
}
@media screen and (max-width: 1279px) {
  .categories .category-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .categories .category-row {
    gap: 9px;
  }
}
.categories .category-row .category-col {
  min-width: 416px;
  max-width: 416px;
  height: 500px;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 30px 40px 30px;
  position: relative;
  text-decoration: none;
}

@media(min-width: 2560px) {
  .categories .category-row .category-col {
    min-width: 565px;
    max-width: 565px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .categories .category-row .category-col {
    min-width: 283px;
    max-width: 283px;
    height: 380px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .categories .category-row .category-col {
    min-width: 347px;
    max-width: 347px;
    height: 380px;
  }
}
@media screen and (max-width: 767px) {
  .categories .category-row .category-col {
    min-width: 48.5%;
    max-width: 48.5%;
    height: 200px;
    padding: 16px;
  }
}
.categories .category-row .category-col .category-title {
  color: #231F20;
  font-size: 36px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

@media(min-width: 2560px) {
  .categories .category-row .category-col .category-title {
    max-width: 300px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 768px) {
  .categories .category-row .category-col .category-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .categories .category-row .category-col .category-title {
    font-size: 16px;
  }
}
.categories .category-row .category-col img {
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  object-fit: contain;
}
.categories .category-row .category-col img[data-id="20613"] {
  left: 47%;
  bottom: -108px;
}
@media screen and (max-width: 1799px) and (min-width: 768px) {
  .categories .category-row .category-col img[data-id="20613"] {
    width: 65%;
  }
}
@media screen and (max-width: 767px) {
  .categories .category-row .category-col img[data-id="20613"] {
    left: 44%;
    width: 73%;
    bottom: -198px;
  }
}
.categories .category-row .category-col img[data-id="20612"] {
  left: 47%;
  bottom: -200px;
}
@media screen and (max-width: 1799px) and (min-width: 768px) {
  .categories .category-row .category-col img[data-id="20612"] {
    width: 83%;
  }
}
@media screen and (max-width: 767px) {
  .categories .category-row .category-col img[data-id="20612"] {
    width: 81%;
    left: 51%;
    bottom: -268px;
  }
}
.categories .category-row .category-col img[data-id="20611"] {
  left: 43%;
  bottom: -177px;
}
@media screen and (max-width: 1799px) and (min-width: 768px) {
  .categories .category-row .category-col img[data-id="20611"] {
    width: 100%;
    bottom: -179px;
  }
}
@media screen and (max-width: 767px) {
  .categories .category-row .category-col img[data-id="20611"] {
    left: 36%;
    width: 100%;
    bottom: -241px;
  }
}
.categories .category-row .category-col img[data-id="20587"] {
  left: 47%;
  bottom: -153px;
}
@media screen and (max-width: 1799px) and (min-width: 768px) {
  .categories .category-row .category-col img[data-id="20587"] {
    width: 100%;
    bottom: -190px;
  }
}
@media screen and (max-width: 767px) {
  .categories .category-row .category-col img[data-id="20587"] {
    width: 100%;
    bottom: -257px;
  }
}
@media screen and (min-width: 1800px) {
  .categories .category-row .category-col:hover:not(.noHover) img[data-id="20613"] {
    width: 55%;
    bottom: -40px;
  }
  .categories .category-row .category-col:hover:not(.noHover) img[data-id="20612"] {
    left: 57%;
    width: 112%;
    bottom: -165px;
  }
  .categories .category-row .category-col:hover:not(.noHover) img[data-id="20611"] {
    width: 105%;
    bottom: -105px;
    left: 50%;
  }
  .categories .category-row .category-col:hover:not(.noHover) img[data-id="20587"] {
    width: 75%;
    bottom: -88px;
    left: 52%;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/samura/components/bitrix/catalog.section/accessories/style.css?174599884534052*/
.accessories-wrap {
  width: 1720px;
  margin: 0 auto;
  padding: 60px 0;
}

@media(min-width: 2560px) {
  .accessories-wrap {
    width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .accessories-wrap {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .accessories-wrap {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .accessories-wrap {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .accessories-wrap {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1279px) {
  .accessories-wrap {
    padding: 30px 0;
  }
}
.accessories-wrap .title-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.accessories-wrap .title-wrap .title {
  margin: 0;
  color: #231F20;
  font-size: 48px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .accessories-wrap .title-wrap .title {
    font-size: 42px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .accessories-wrap .title-wrap .title {
    font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .accessories-wrap .title-wrap .title {
    font-size: 24px;
  }
}
.accessories-wrap .title-wrap .section-link {
  margin-left: auto;
  padding: 0 20px 0 25px;
  height: 60px;
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 25px 0 30px;
  font-size: 18px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .accessories-wrap .title-wrap .section-link {
    font-size: 16px;
    padding: 0 18px 0 25px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .accessories-wrap .title-wrap .section-link {
    font-size: 14px;
    padding: 3px 8px 0 14px;
    height: 31px;
  }
}
.accessories-wrap .title-wrap .section-link svg {
  margin-left: 10px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .accessories-wrap .title-wrap .section-link svg {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .accessories-wrap .title-wrap .section-link svg {
    width: 12px;
    margin-left: 7px;
    margin-top: -1px;
  }
}
.accessories-wrap .title-wrap .section-link:hover:not(.noHover) {
  background-color: #016466;
  color: #FFFFFF;
}
.accessories-wrap .title-wrap .section-link:hover:not(.noHover) svg path {
  stroke: #FFFFFF;
}
.accessories-wrap .title-wrap .change-section-arrows {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .accessories-wrap .title-wrap .change-section-arrows {
    display: none;
  }
}
.accessories-wrap .title-wrap .change-section-arrows .left-arrow, .accessories-wrap .title-wrap .change-section-arrows .right-arrow {
  position: relative;
  min-width: 60px;
  max-width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .accessories-wrap .title-wrap .change-section-arrows .left-arrow, .accessories-wrap .title-wrap .change-section-arrows .right-arrow {
    min-width: 45px;
    max-width: 45px;
    height: 45px;
  }
}
.accessories-wrap .title-wrap .change-section-arrows .left-arrow.disabled, .accessories-wrap .title-wrap .change-section-arrows .right-arrow.disabled {
  cursor: default;
}
.accessories-wrap .title-wrap .change-section-arrows .left-arrow svg, .accessories-wrap .title-wrap .change-section-arrows .right-arrow svg {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  margin-left: -10px;
}
.accessories-wrap .title-wrap .change-section-arrows .left-arrow {
  margin-left: 32px;
  margin-right: 7px;
  position: relative;
}
.accessories-wrap .title-wrap .change-section-arrows .left-arrow svg {
  -webkit-transform: rotate(180deg); /* Chrome y Safari */
  -moz-transform: rotate(180deg); /* Firefox */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$number); /* Robotonet Explorer */
  -o-transform: rotate(180deg); /* Opera */
  -ms-transform: rotate(180deg);
}
.accessories-wrap .accessories {
  margin-top: 40px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .accessories-wrap .accessories {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories {
    margin-top: 25px;
  }
}
.accessories-wrap .accessories .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.accessories-wrap .accessories .accessory {
  width: auto !important;
  margin-right: 20px;
  padding: 22px 36px;
  color: #76767B;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 20px;
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .accessories-wrap .accessories .accessory {
    font-size: 18px;
    padding: 18px 28px;
  }
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories .accessory {
    font-size: 16px;
    padding: 11px 24px 7px;
    margin-right: 0;
  }
}
.accessories-wrap .accessories .accessory.selected {
  -webkit-border-radius: 37px;
  -moz-border-radius: 37px;
  -ms-border-radius: 37px;
  border-radius: 37px;
  background-color: #005F61;
  color: white;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  cursor: default;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .accessories-wrap .accessories .accessory.selected {
    font-size: 18px;
  }
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories .accessory.selected {
    font-size: 16px;
  }
}
.accessories-wrap .accessories .accessory:last-child {
  margin-right: 0;
}
.accessories-wrap .accessories .owl-nav, .accessories-wrap .accessories .owl-dots {
  display: none !important;
}
.accessories-wrap .products-no-exists {
  padding: 30px 0 400px;
  color: #231F20;
  font-size: 24px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-align: center;
}
.accessories-wrap .accessories-products {
  margin-top: 40px;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .accessories-wrap .accessories-products {
    width: 650px;
  }
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories-products {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .accessories-wrap .accessories-products {
    width: 210px;
  }
}
.accessories-wrap .accessories-products .owl-stage {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
@media screen and (min-width: 1280px) {
  .accessories-wrap .accessories-products .owl-stage {
    width: 100% !important;
  }
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories-products .owl-stage {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.accessories-wrap .accessories-products .owl-nav, .accessories-wrap .accessories-products .owl-dots {
  display: none !important;
}
.accessories-wrap .accessories-products .section-item {
  min-width: 676px;
  max-width: 676px;
  height: 460px;
  position: relative;
  padding: 30px 40px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media(min-width: 2560px) {
  .accessories-wrap .accessories-products .section-item {
    min-width: 760px;
    max-width: 760px;
    height: 440px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .accessories-wrap .accessories-products .section-item {
    min-width: 466px;
    max-width: 466px;
  }
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .section-item {
    height: 360px;
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories-products .section-item {
    padding: 16px;
    min-width: 210px;
    max-width: 210px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .accessories-wrap .accessories-products .section-item:hover:not(.noHover) .image img {
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
  }
}
.accessories-wrap .accessories-products .section-item .topProps {
  position: absolute;
  left: 40px;
  top: 30px;
  z-index: 1;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .section-item .topProps {
    left: 16px;
    top: 16px;
  }
}
.accessories-wrap .accessories-products .section-item .topProps .top-prop {
  color: #231F20;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 13px;
  text-transform: none;
  padding: 10px 0;
  min-width: 90px;
  max-width: 90px;
  text-align: center;
  display: table;
  margin-bottom: 4px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories-products .section-item .topProps .top-prop {
    padding: 7px 0 5px;
  }
}
.accessories-wrap .accessories-products .section-item .topProps .top-prop.NEW {
  background-color: #F3F6F6;
}
.accessories-wrap .accessories-products .section-item .topProps .top-prop.SALE {
  color: white;
  background-color: #F92F2F;
}
.accessories-wrap .accessories-products .section-item .image {
  margin-top: 40px;
  min-width: 100%;
  max-width: 100%;
  height: 250px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .section-item .image {
    margin-top: 20px;
    height: 180px;
  }
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories-products .section-item .image {
    height: 140px;
  }
}
.accessories-wrap .accessories-products .section-item .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.accessories-wrap .accessories-products .section-item .name-and-link {
  bottom: 30px;
  left: 40px;
  width: calc(100% - 80px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .accessories-wrap .accessories-products .section-item .name-and-link {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .section-item .name-and-link {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
.accessories-wrap .accessories-products .section-item .name-and-link .name {
  color: #231F20;
  font-size: 36px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 36px;
  text-transform: none;
  text-decoration: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .accessories-wrap .accessories-products .section-item .name-and-link .name {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories-products .section-item .name-and-link .name {
    font-size: 16px;
  }
}
.accessories-wrap .accessories-products .section-item .name-and-link .preview-text {
  margin-top: 18px;
  color: #76767B;
  font-size: 18px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 20px;
  padding-right: 30px;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .section-item .name-and-link .preview-text {
    font-size: 14px;
    line-height: 14px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories-products .section-item .name-and-link .preview-text {
    font-size: 12px;
    line-height: 12px;
    padding-right: 0;
    margin-top: 15px;
  }
}
.accessories-wrap .accessories-products .section-item .name-and-link .preview-text span {
  color: #231F20;
}
.accessories-wrap .accessories-products .section-item .name-and-link .link {
  margin-left: auto;
  padding: 0 20px 0 25px;
  height: 60px;
  color: #76767B;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #F3F6F6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 25px 0 30px;
  font-size: 18px;
  margin-left: auto;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .accessories-wrap .accessories-products .section-item .name-and-link .link {
    font-size: 16px;
    padding: 0 18px 0 25px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .accessories-wrap .accessories-products .section-item .name-and-link .link {
    font-size: 14px;
    padding: 3px 8px 0 14px;
    height: 31px;
  }
}
.accessories-wrap .accessories-products .section-item .name-and-link .link svg {
  margin-left: 10px;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .accessories-wrap .accessories-products .section-item .name-and-link .link svg {
    width: 15px;
  }
}
@media screen and (max-width: 767px) {
  .accessories-wrap .accessories-products .section-item .name-and-link .link svg {
    width: 12px;
    margin-left: 7px;
    margin-top: -1px;
  }
}
.accessories-wrap .accessories-products .section-item .name-and-link .link:hover:not(.noHover) {
  background-color: #016466;
  color: #FFFFFF;
}
.accessories-wrap .accessories-products .section-item .name-and-link .link:hover:not(.noHover) svg path {
  stroke: #FFFFFF;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .section-item .name-and-link .link {
    font-size: 14px;
    height: 46px;
  }
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories-products .section-item .name-and-link .link {
    margin-top: 25px;
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 178px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) {
  min-width: 328px;
  max-width: 328px;
  height: 460px;
  position: relative;
  padding: 20px 30px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media(min-width: 2560px) {
  .accessories-wrap .accessories-products .product:not(.section-item) {
    min-width: 370px;
    max-width: 370px;
    height: 440px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .accessories-wrap .accessories-products .product:not(.section-item) {
    min-width: 228px;
    max-width: 228px;
  }
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .product:not(.section-item) {
    padding: 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 360px;
  }
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories-products .product:not(.section-item) {
    min-width: 210px;
    max-width: 210px;
    margin-bottom: 0;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item).fadeOf {
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  opacity: 0;
  min-width: 0;
  max-width: 0;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .accessories-wrap .accessories-products .product:not(.section-item):hover:not(.noHover) .image img {
    -moz-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    -o-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .topProps {
  position: absolute;
  left: 30px;
  top: 20px;
  z-index: 1;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .product:not(.section-item) .topProps {
    left: 16px;
    top: 16px;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .topProps .top-prop {
  color: #231F20;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 13px;
  text-transform: none;
  padding: 10px 0;
  min-width: 90px;
  max-width: 90px;
  text-align: center;
  display: table;
  margin-bottom: 4px;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .product:not(.section-item) .topProps .top-prop {
    font-family: "HelveticaNeueCyr Medium";
    font-size: 12px;
    padding: 6px 0 4px;
    min-width: 72px;
    max-width: 72px;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .topProps .top-prop.NEW {
  background-color: #F3F6F6;
}
.accessories-wrap .accessories-products .product:not(.section-item) .topProps .top-prop.SALE {
  color: white;
  background-color: #F92F2F;
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-favorite {
  position: absolute;
  z-index: 3;
  right: 30px;
  top: 20px;
  cursor: pointer;
  width: 30px;
  height: 27px;
  background: url("/local/templates/samura/components/bitrix/catalog.section/accessories/../../../../img/favorite-product.svg") center no-repeat;
  background-size: contain !important;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-favorite:hover:not(.noHover), .accessories-wrap .accessories-products .product:not(.section-item) .add-to-favorite[data-action=remove] {
  background: url("/local/templates/samura/components/bitrix/catalog.section/accessories/../../../../img/favorite-product-active.svg") center no-repeat;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .product:not(.section-item) .add-to-favorite {
    right: 16px;
    top: 16px;
    width: 27px;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .image {
  margin-top: 20px;
  min-width: 100%;
  max-width: 100%;
  height: 185px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .product:not(.section-item) .image {
    height: 145px;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.accessories-wrap .accessories-products .product:not(.section-item) .name {
  margin-top: 8px;
  color: #231F20;
  font-size: 22px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  display: box;
  display: -webkit-box;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .product:not(.section-item) .name {
    font-size: 16px;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .artnumber {
  margin-top: 6px;
  color: #76767B;
  font-size: 12px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
.accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 60px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart {
    bottom: 16px;
    left: 16px;
    width: calc(100% - 32px);
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) {
  white-space: nowrap;
  color: #231F20;
  font-size: 36px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) {
    font-size: 24px;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart .price-wrap:not(.discount) .rub {
  color: #231F20;
  font-size: 12px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart .price-wrap.discount {
  white-space: nowrap;
  color: #231F20;
  font-size: 18.5px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart .price-wrap.discount {
    font-size: 14px;
    display: block;
    height: 18px;
    margin-bottom: 5px;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart .price-wrap.discount .percent {
  padding: 6.5px 3.7px;
  color: white;
  font-size: 12px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 10px;
  text-transform: none;
  background-color: #F92F2F;
  margin-right: 8px;
  -webkit-border-radius: 7.4px;
  -moz-border-radius: 7.4px;
  -ms-border-radius: 7.4px;
  border-radius: 7.4px;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart .price-wrap.discount .percent {
    font-size: 10px;
    margin-right: 2px;
    padding: 6.5px 3.2px 4px;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart .price-wrap.discount .price-discount-strike {
  opacity: 0.5;
  text-decoration:line-through;
}
.accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart .price-wrap.discount .rub {
  color: #231F20;
  font-size: 8px;
  font-family: "HelveticaNeueCyr", Arial, Sans-Serif;
  text-transform: uppercase;
  margin-top: 7px;
  margin-left: 6px;
  opacity: 0.5;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .product:not(.section-item) .price-and-cart .price-wrap.discount .rub {
    margin-top: 3px;
    margin-left: 0;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .not-in-stock {
  color: #231F20;
  font-size: 14px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  opacity: 0.5;
  text-transform: none;
}
.accessories-wrap .accessories-products .product:not(.section-item) .subscribe-button {
  margin-top: 25px;
  min-width: 100%;
  height: 36px;
  color: #231F20;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background-color: #F3F6F6;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1799px) {
  .accessories-wrap .accessories-products .product:not(.section-item) .subscribe-button {
    margin-top: 15px;
    font-size: 14px;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2) {
  min-width: 48px;
  max-width: 48px;
  height: 48px;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2):after, .accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2):before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2) .icon {
  position: absolute;
  z-index: 1;
  background: url("/local/templates/samura/components/bitrix/catalog.section/accessories/../../../../img/basket-icon-white.svg") center no-repeat;
  width: 17px;
  height: 21px;
  top: 50%;
  left: 50%;
  margin-top: -10.5px;
  margin-left: -8px;
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2).in-stock-empty {
  background: #9e9e9e;
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2) .quantity-in-basket {
  display: none;
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart {
  background: #F3F6F6;
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .icon {
  background: url("/local/templates/samura/components/bitrix/catalog.section/accessories/../../../../img/basket-icon-black.svg") center no-repeat;
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .quantity-in-basket {
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  background: #008C8F;
  text-align: center;
  width: 13px;
  height: 13px;
  line-height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: white;
  font-size: 8px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .quantity-in-basket.not-exist {
  display: none;
}
@media screen and (max-width: 1279px) {
  .accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2).inCart .quantity-in-basket {
    line-height: 16px;
  }
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart) {
  background: #005F61;
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):before {
  left: 0;
  background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):after {
  opacity: 0;
  right: 100%;
  background: linear-gradient(-90deg, #005f61 0%, #008c8f 100%);
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):hover:not(.noHover):after {
  right: 0;
  opacity: 1;
}
.accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):active:after, .accessories-wrap .accessories-products .product:not(.section-item) .add-to-cart:not(.style-2):not(.in-stock-empty):not(.inCart):active:before {
  opacity: 0;
}
@media screen and (min-width: 1280px) {
  .accessories-wrap .accessories-products .product:not(.section-item):nth-child(5n+4) {
    margin-right: 0 !important;
  }
}

@media(min-width: 2560px) {
  .accessories-wrap .accessories-products .product:not(.section-item):nth-child(5n+4) {
    margin-right: 20px !important;
  }

  .accessories-wrap .accessories-products .product:not(.section-item):nth-child(5n+5) {
    margin-right: 0 !important;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/templates/samura/components/bitrix/news.detail/banner/style.css?17409897589068*/
.banner-wrap {
  padding-top: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .banner-wrap {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1279px) {
  .banner-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.banner-wrap .banner {
  width: 1720px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  height: 580px;
  display: block;
  text-decoration: none;
}

@media(min-width: 2560px) {
  .banner-wrap .banner {
    width: 2320px;
  }
}

@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .banner-wrap .banner {
    width: 1180px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .banner-wrap .banner {
    width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrap .banner {
    width: 100%;
    padding-left: 20px !important;
    padding-right: 20px !important;
    max-width: 460px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .banner-wrap .banner {
    height: 460px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .banner-wrap .banner {
    height: 360px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrap .banner {
    width: 100%;
    height: 500px;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
  }
}
.banner-wrap .banner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .banner-wrap .banner:before {
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  }
}
@media screen and (max-width: 767px) {
  .banner-wrap .banner:before {
    background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  }
}
.banner-wrap .banner-img, .banner-wrap .banner-img-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: none;
}
@media screen and (min-width: 768px) {
  .banner-wrap .banner-img {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrap .banner-img-mobile {
    display: block;
  }
}
.banner-wrap .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.banner-wrap .cta {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 560px;
  padding: 50px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .banner-wrap .cta {
    width: 460px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .banner-wrap .cta {
    width: 380px;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrap .cta {
    padding: 24px 0;
    width: 100%;
    margin: 0 auto;
  }
}
.banner-wrap .cta .top-props {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.banner-wrap .cta .top-props .top-prop {
  color: #231F20;
  font-size: 16px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 14px;
  text-transform: none;
  padding: 13px 20px;
  text-align: center;
  display: table;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
  margin-right: 7px;
}
@media screen and (max-width: 767px) {
  .banner-wrap .cta .top-props .top-prop {
    padding: 11px 20px 8px;
    font-size: 14px;
    margin-right: 14px;
  }
}
.banner-wrap .cta .top-props .top-prop.new {
  background-color: #F3F6F6;
}
.banner-wrap .cta .top-props .top-prop.discount {
  color: white;
  background-color: #F92F2F;
}
.banner-wrap .cta .cta-title {
  margin-top: 65px;
  color: white;
  font-size: 64px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  line-height: 64px;
  text-transform: none;
}
@media screen and (max-width: 1799px) and (min-width: 1280px) {
  .banner-wrap .cta .cta-title {
    font-size: 48px;
    line-height: 48px;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .banner-wrap .cta .cta-title {
    font-size: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrap .cta .cta-title {
    font-size: 40px;
    line-height: 40px;
    margin-top: auto;
  }
}
.banner-wrap .cta .cta-text {
  margin-top: 25px;
  color: #76767B;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Medium", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  line-height: 20px;
  padding-right: 30px;
}
@media screen and (max-width: 1799px) {
  .banner-wrap .cta .cta-text {
    padding-right: 0;
  }
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .banner-wrap .cta .cta-text {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrap .cta .cta-text {
    font-size: 16px;
    margin-top: 15px;
    padding-right: 90px;
  }
}
.banner-wrap .cta .cta-text span {
  color: white;
}
.banner-wrap .cta .cta-button {
  margin-top: auto;
  display: inline-block;
  position: relative;
  align-items: center;
  min-width: 275px;
  max-width: 275px;
  height: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  border: 0;
  padding: 0;
  outline: none;
  background: #016466;
  color: white;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
}
.banner-wrap .cta .cta-button > span, .banner-wrap .cta .cta-button > div, .banner-wrap .cta .cta-button a {
  color: white;
  font-size: 20px;
  font-family: "HelveticaNeueCyr Bold", Arial, Sans-Serif;
  text-transform: uppercase;
  text-transform: none;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .banner-wrap .cta .cta-button > span, .banner-wrap .cta .cta-button > div, .banner-wrap .cta .cta-button a {
    font-size: 16px;
  }
}
.banner-wrap .cta .cta-button:before {
  left: 0;
  background: linear-gradient(90deg, #005f61 0%, #008c8f 100%);
}
.banner-wrap .cta .cta-button:after, .banner-wrap .cta .cta-button:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -webkit-border-radius: 41px;
  -moz-border-radius: 41px;
  -ms-border-radius: 41px;
  border-radius: 41px;
}
.banner-wrap .cta .cta-button:after {
  opacity: 0;
  right: 100%;
  background: linear-gradient(-90deg, #005f61 0%, #008c8f 100%);
}
.banner-wrap .cta .cta-button:hover:not(.noHover):not([disabled]):not(.disabled):after {
  right: 0;
  opacity: 1;
}
.banner-wrap .cta .cta-button:active:after, .banner-wrap .cta .cta-button:active:before {
  opacity: 0;
}
.banner-wrap .cta .cta-button:disabled, .banner-wrap .cta .cta-button.disabled {
  background-color: #76767B;
  cursor: default;
}
.banner-wrap .cta .cta-button:disabled:after, .banner-wrap .cta .cta-button:disabled:before, .banner-wrap .cta .cta-button.disabled:after, .banner-wrap .cta .cta-button.disabled:before {
  opacity: 0;
}
@media screen and (max-width: 1279px) and (min-width: 768px) {
  .banner-wrap .cta .cta-button {
    height: 47px;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .banner-wrap .cta .cta-button {
    height: 47px;
    margin-top: 40px;
    min-width: 100%;
    max-width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/samura/components/bitrix/news.list/mainslider_video/style.css?174134920227289 */
/* /local/templates/samura/components/samura/stories/desktop/style.css?174098613227755 */
/* /local/templates/samura/components/bitrix/catalog.section/bestsellers/style.css?174599887621723 */
/* /local/templates/samura/components/bitrix/catalog.section/collections/style.css?174599886734119 */
/* /local/templates/samura/components/bitrix/news.list/categories/style.css?17418741365975 */
/* /local/templates/samura/components/bitrix/catalog.section/accessories/style.css?174599884534052 */
/* /local/templates/samura/components/bitrix/news.detail/banner/style.css?17409897589068 */
