/*
 * cart_show_if_added - этим классом обозначается блок, который будет показан после того,
 * как товар добавлен в корзину
 */
/*
 * cart_hide_if_added - этим классом обозначаем то, что скроется, после того, как товар добавлен
 */
/*
 * added_to_cart - этот класс добавляется к контейнеру товара, когда его кладут в корзину
 */
.cart_show_if_added {
    position: absolute !important;
    left: -99999px !important;
}

.added_to_cart .cart_show_if_added {
    position: static !important;
    left: 0 !important;
}

.added_to_cart .cart_hide_if_added {
    position: absolute !important;
    left: -99999px !important;
}

.seo-table__show-more,
.seo-text__show-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    z-index: 2;
    height: 120px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25.46%, #FFFFFF), color-stop(79.67%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #FFFFFF 25.46%, rgba(255, 255, 255, 0) 79.67%);
    background: linear-gradient(0deg, #FFFFFF 25.46%, rgba(255, 255, 255, 0) 79.67%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.seo-text__show-more {
    position: relative;
    margin-top: -80px;
    pointer-events: none;
}

.seo-table.active .seo-table__show-more {
    position: relative;
    height: auto;
}

.seo-text__show-more.active {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25.46%, rgba(255, 255, 255, 0)), color-stop(79.67%, rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 25.46%, rgba(255, 255, 255, 0) 79.67%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 25.46%, rgba(255, 255, 255, 0) 79.67%);
}

.seo-table__show-more button,
.seo-text__show-more button {
    pointer-events: initial;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #818181;
    border: none;
    display: inline-block;
    vertical-align: baseline;
    border: none;
    background: transparent;
    margin: 30px 0 0;
    padding: 0;
    border-bottom: 1px dashed #818181;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.seo-table__show-more button:hover,
.seo-table__show-more button:focus,
.seo-text__show-more button:hover,
.seo-text__show-more button:focus {
    border-color: transparent;
}

.product__line {
    padding: 0 30px;
}

@media (max-width: 1199px) {
    .product__line {
        padding: 0 15px;
    }
}

.cart-modal__inner .product-size-modal__btn,
.product-size-modal__close {
    color: #306678;
    border-color: #306678;
}

.product-size-modal__close .icon,
.cart-modal__close .icon {
    fill: #306678;
}

.cart-modal__close {
    color: #306678;
    background: transparent;
}

.cart-modal__close-icon {
    border-color: #306678;
}

.category-sidebar__categories.fixed {
    z-index: 10000;
}

.seo-table>.c-accordion {
    margin-left: auto;
    width: calc(100% - 411px);
    max-width: 750px;
}

@media (max-width: 767px) {
    .seo-table>.c-accordion {
        margin-left: 0;
        width: 100%;
    }
}

.seo-table__desc+.c-accordion {
    margin-top: 35px;
}

@media (max-width: 767px) {
    .seo-table__desc+.c-accordion {
        margin-top: 50px;
    }
}

.typography p+.c-accordion {
    margin-top: 25px;
}

.typography .c-accordion {
    margin-bottom: 25px;
}

.typography .c-accordion:last-child {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .c-accordion__content {
        padding: 16px;
    }
}

.show+.c-accordion__content {
    display: block;
}

.show-all-btn {
    margin: 20px 0 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #F8B46E;
    border: none;
    border-bottom: 1px solid #F8B46E;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.show-all-btn:hover,
.show-all-btn:focus {
    border-color: transparent;
}

.c-accordion .show-all-btn {
    padding: 6px 15px;
    border: none;
    color: #000000;
    background-color: #E8F0F3;
}

.c-accordion .show-all-btn:hover,
.c-accordion .show-all-btn:focus {
    color: #ffffff;
    background-color: rgba(48, 102, 120, 0.70);
}

.seo-table>table td:last-child {
    white-space: nowrap;
}

.seo-table>table td:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.seo-table>table td:first-child span {
    margin-right: 7px;
}

.seo-text {
    position: relative;
    overflow: hidden;
}

.product-preview-box._loading {
    position: relative;
}

.product-preview-box._loading::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: center top 50px;
    background-size: 70px;
    content: "";
}

.js-tabs-content {
    display: none;
}

.js-tabs-content.active {
    display: block;
}

.product-tabs {
    margin-bottom: 100px;
}

.product-tabs .section-links__inner {
    justify-content: flex-start;
    margin-bottom: 36px;
}

.product-tabs .section-links__link {
    margin-right: 100px;
}

@media (max-width: 1199px) {
    .product-tabs .section-links__link {
        margin-right: 50px;
    }
}

@media (max-width: 767px) {
    .product-tabs .section-links__link {
        margin-right: 30px;
    }
}

.product-tabs .section-links__link.active {
    color: #272727;
}

.product-tabs .accordion-section__container+.accordion-section__container {
    margin-top: 50px;
}

.cart-delete-all {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #000;
    padding: 5px 10px;
    border-radius: 3px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    font-size: 16px;
    line-height: 1.2;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    color: #000;
}

.cart-delete-all:hover,
.cart-delete-all:focus {
    color: #fff;
}

.cart-delete-all::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
}

.cart-delete-all:hover::before,
.cart-delete-all:focus::before {
    color: #fff;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.cart-delete-all span {
    position: relative;
    margin-top: 1px;
}

.cart-delete-all svg {
    position: relative;
    fill: transparent;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    will-change: filter;
}

.cart-delete-all:hover svg,
.cart-delete-all:focus svg {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.product-preview__one-click {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin: 0 3px 0 auto;
    border-radius: 5px;
    background: #f6f6f6;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: none;
}

@media (max-width: 767px) {
    .product-preview__one-click {
        position: absolute;
        bottom: 15px;
        right: 50px;
        width: 30px;
        height: 30px;
    }
}

.product-preview__one-click:hover,
.product-preview__one-click:focus {
    background-color: #ffde7d;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.product-preview__one-click .icon {
    width: 20px;
    height: 20px;
    position: relative;
    right: 1px;
    fill: #000;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width: 767px) {
    .product-preview__one-click .icon {
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 1400px) {
    .product-preview__price {
        margin-right: 8px;
        white-space: nowrap;
    }

    .product-preview__installment-price {
        margin-left: 0 !important;
        margin-right: 8px;
        white-space: nowrap;
    }

    .product-preview__price-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

/*категория сумки*/
.category-nosidebar {
    position: relative;
    background-color: #0b0b0b;
}

.category-banner {
    position: sticky;
    top: 100px;
    overflow: hidden;
    padding-bottom: 51.667%;
    background-color: #0b0b0b;
}

@media (max-width: 991px) {
    .category-banner {
        top: 47px;
    }
}

@media (max-width: 400px) {
    .category-banner {
        top: 71px;
    }
}

.category-banner video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: bottom;
    object-fit: cover;
}

.category-inner {
    position: relative;
    width: 100%;
    background-color: #fff;
}

.category-nosidebar__header {
    padding: 70px 0;
}

@media (max-width: 767px) {
    .category-nosidebar__header {
        padding: 40px 0;
    }
}

.category-nosidebar__header h1 {
    margin: 0;
    text-align: center;
    font-family: "DIN-2014", "Arial", sans-serif;
    font-size: 31.63px;
    line-height: 45px;
    color: #272727;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .category-nosidebar__header h1 {
        font-size: 26px;
        line-height: 1.4;
    }
}

.category-nosidebar-filter__list {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 0 1px #2C2C2C;
    border-bottom: none;
    margin-right: -1px;
}

@media (max-width: 767px) {
    .category-nosidebar-filter__list {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

.category-nosidebar-filter__item {
    background-color: #fff;
}

.category-nosidebar-filter__item input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    pointer-events: none;
}

.category-nosidebar-filter__item label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding: 0 30px;
    height: 40px;
    white-space: nowrap;
    border-right: 1px solid #2C2C2C;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    color: #2C2C2C;
    background-color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
    .category-nosidebar-filter__item label {
        font-size: 14px;
    }

    .category-nosidebar-filter__item:last-child label {
        border-right-color: transparent;
    }
}

.category-nosidebar-filter__item input:checked+label {
    background-color: #730F26;
    color: #fff;
}

@media (min-width: 768px) {
    .category-nosidebar-filter__item:hover label {
        color: #fff;
        background: #730F26;
    }
}

.category-nosidebar .product-preview-box {
    width: calc(100% + 1px);
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-bottom: 64px;
}

@media (max-width: 767px) {
    .category-nosidebar .product-preview-box {
        margin-left: 0;
    }
}

@media (max-width: 991px) {
    .category-nosidebar .product-preview-box {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (max-width: 575px) {
    .category-nosidebar .product-preview-box {
        grid-template-columns: 1fr 1fr;
    }
}

.category-videos {}

.category-videos .container {
    border: 1px solid #2C2C2C;
    padding: 0;
    max-width: 1320px;
}

@media (max-width: 991px) {
    .category-videos {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.category-videos__title {
    border-bottom: 1px solid #2C2C2C;
    padding: 12px 0;
    margin: 0 0 80px 0;
    text-align: center;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 115%;
    text-transform: uppercase;
    color: #2C2C2C;
}

@media (max-width: 767px) {
    .category-videos__title {
        margin: 0 0 40px 0;
    }
}

.category-videos__list {
    display: flex;
    margin: 0;
}

.category-videos__item {
    flex-shrink: 0 !important;
    width: 25%;
    margin-right: 24px;
    margin-bottom: 80px;
}

@media (max-width: 1199px) {
    .category-videos__item {
        width: calc(33%/3);
    }
}

@media (max-width: 767px) {
    .category-videos__item {
        margin-bottom: 40px;
    }
}

@media (max-width: 600px) {
    .category-videos__item {
        width: 50%;
    }
}

.category-videos__video {
    display: block;
    width: 100%;
    padding-bottom: 177%;
    position: relative;
}

.category-videos__video::after {
    position: absolute;
    z-index: 2;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    width: 70px;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='28' viewBox='0 0 22 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.0487 12.3917L3.34119 0.337297C2.74524 -0.0683588 1.97391 -0.111322 1.33665 0.225812C0.699378 0.562824 0.300781 1.22462 0.300781 1.94556V26.0545C0.300781 26.7753 0.699378 27.4371 1.33665 27.7742C1.97385 28.1113 2.74524 28.0684 3.34119 27.6627L21.0487 15.6082C21.5809 15.2459 21.8994 14.6438 21.8994 14C21.8995 13.3561 21.581 12.754 21.0487 12.3917Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    content: "";
}

.category-videos__video.play::after {
    opacity: 0;
}

.category-videos__video img,
.category-videos__video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-videos__video img {
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.category-videos__video.active img {
    opacity: 0;
}

.category-videos__slider {
    position: relative;
}

@media (max-width: 991px) {
    .category-videos__slider {
        width: calc(100% + 12px);
    }
}

.category-videos__container {
    position: relative;
    overflow: hidden;
    padding: 0 40px;
}

@media (max-width: 991px) {
    .category-videos__container {
        padding: 0 20px;
    }
}

.category-videos___arrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: linear-gradient(270deg, #ffb887 20%, #ffde7d 90%);
    box-shadow: 0 0 9px rgba(249, 123, 21, 0.66);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.category-videos___arrow.swiper-button-disabled {
    opacity: 0;
    pointer-events: none;
}

.category-videos___arrow--prev {
    left: -22px;
}

@media (max-width: 1280px) {
    .category-videos___arrow--prev {
        left: -12px;
    }
}

@media (max-width: 991px) {
    .category-videos___arrow--prev {
        display: none;
    }
}

.category-videos___arrow--next {
    transform: scaleX(-1) translateY(-50%);
    right: -22px;
}

@media (max-width: 1280px) {
    .category-videos___arrow--next {
        right: -12px;
    }
}

@media (max-width: 991px) {
    .category-videos___arrow--next {
        display: none;
    }
}

.category-videos___arrow .icon {
    fill: #000;
}

.category-videos___arrow:hover,
.category-videos___arrow:focus {
    background: linear-gradient(270deg, #0c131b 20%, #0c131b 90%);
    box-shadow: none;
}

.category-videos___arrow:hover .icon,
.category-videos___arrow:focus .icon {
    fill: #fff;
}

.category-links {
    padding: 32px 0;
    background-color: #E8F0F3;
}

.category-links__title {
    position: relative;
    margin: 0 0 29px;
    font-family: "DIN-2014", "Arial", sans-serif;
    font-size: 31.63px;
    line-height: 45px;
    color: #272727;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .category-links__title {
        font-size: 26px;
        line-height: 1.4;
    }
}

.category-links__title span {
    position: relative;
    top: -30px;
    padding-left: 10px;
    font-size: 13.67px;
    line-height: 14px;
    color: #C4C4C4;
}

.category-links__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -3px;
}

.category-links__item {
    padding: 3px;
}

.category-links__link {
    display: inline-block;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 6px;
    background-color: #fff;
    padding: 4px 6px 2px;
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    color: #272727;
    transition: all 0.3s ease-in-out;
}

.category-links__link span {
    text-decoration: underline;
    transition: all 0.3s ease-in-out;
}

.category-links__link:hover span,
.category-links__link:focus span {
    text-decoration: underline solid transparent;
}

.category-links__link span.num {
    position: relative;
    font-size: 11.3px;
    top: -6px;
}

.category-videos__mute {
    position: absolute;
    z-index: 3;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    border: none;
    background-color: rgba(255, 255, 255, 0.6);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24' class='icon'%3E%3Cpath fill='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15.536 8.464a5 5 0 0 1 0 7.072m2.828-9.9a9 9 0 0 1 0 12.728M5.586 15H4a1 1 0 0 1-1-1v-4a1 1 0 0 1 1-1h1.586l4.707-4.707C10.923 3.663 12 4.109 12 5v14c0 .891-1.077 1.337-1.707.707z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
    opacity: 0;
    cursor: pointer;
}

.category-videos__video:hover .category-videos__mute,
.category-videos__video:focus .category-videos__mute {
    opacity: 1;
}

.category-videos__mute:hover,
.category-videos__mute:focus {
    background-color: rgba(255, 255, 255, 1);
}

.category-videos__mute::before {
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 12px);
    width: 24px;
    height: 2px;
    border-radius: 5em;
    background-color: #000;
    transform: rotate(45deg);
    transition: all 0.3s ease-in-out;
    content: "";
}

.category-videos__mute.active::before {
    opacity: 0;
}

.product-reviews__show-btn {
    margin: 0 0 0 10px;
    padding: 0;
    display: inline-block;
    vertical-align: baseline;
    border: none;
    color: #fff;
    border-bottom: 1px dashed;
    cursor: pointer;
    background: transparent;
    transition: all 0.3s ease-in-out;
}

.product-reviews__show-btn:hover,
.product-reviews__show-btn:focus {
    border-color: rgba(255, 255, 255, 0.3);
}

.js-product-reviews-show-item {
    display: none;
}

.testimonials:not(.js-c-show-all) .testimonials__more {
    display: none !important;
}

.testimonials__more {
    margin: 30px auto 0;
}

.testimonials .testimonial {
    width: 100%;
}

.seo__text-full {
    position: relative;
    overflow: hidden;
}

.seo__container>.seo-table__show-more {
    position: relative;
    height: auto;
    margin-bottom: 30px;
}

.seo__container>.seo-table__show-more::before {
    position: absolute;
    bottom: calc(100% - 1px);
    width: 100%;
    height: 100px;
    background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, .1) 100%);
    content: "";
}

.seo .container.typography {
    max-width: 1344px;
}

.seo__container>.seo-table__show-more button {
    margin-top: 0;
}

.seo__container>.seo-table__show-more.active {
    margin-top: 30px;
}

.seo__container>.seo-table__show-more.active::before {
    display: none;
}

.v-video .fancybox-content {
    height: 100% !important;
    width: 48vh !important;
}

.product-slider-redesign--blog .product-preview {
    background-color: #fff;
}

.product-slider-redesign--blog .product-preview__img {
    max-width: 245px;
    max-height: 266px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

.product-slider-redesign--blog .product-preview__img--hidden {
    transform: translateX(-50%);
    left: 50%;
}

.product-slider-redesign--blog .product-preview__img img {
    max-height: 266px;
    height: auto;
}

.container.inner-content .inner-content__entery a.product-preview__title {
    color: #272727;
    text-decoration: none;
}

.container.inner-content .inner-content__entery a.product-preview__link {
    text-decoration: none;
}

.seriya-exclusive-hero__inner {
    position: relative;
    display: block;
    width: 100%;
    margin: 35px 0 70px;
    background-color: #0D0301;
}

.seriya-exclusive-hero__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seriya-exclusive-hero__content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px 15px 20px;
    font-family: "Manrope", "Helvetica Neue", "Arial", sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #ffffff;
}

@media (max-width: 767px) {
    .seriya-exclusive-hero__content {
        padding: 30px 15px;
    }
}

@media (max-width: 480px) {
    .seriya-exclusive-hero__content {
        font-size: 12px;
    }
}

.seriya-exclusive-hero__title {
    width: 100%;
    max-width: 800px;
    margin: 0;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 767px) {
    .seriya-exclusive-hero__title {
        font-size: 46px;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .seriya-exclusive-hero__title {
        font-size: 36px;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .seriya-exclusive-hero__title {
        font-size: 28px;
        text-align: left;
    }
}

.seriya-exclusive-hero__subtitle {
    width: 100%;
    max-width: 800px;
    margin: 14px 0 0;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
}

@media (max-width: 767px) {
    .seriya-exclusive-hero__subtitle {
        font-size: 20px;
        line-height: 22px;
        text-align: left;
    }
}

@media (max-width: 575px) {
    .seriya-exclusive-hero__subtitle {
        font-size: 18px;
        margin-top: 16px;
    }
}

@media (max-width: 480px) {
    .seriya-exclusive-hero__subtitle {
        font-size: 16px;
        margin-top: 12px;
    }
}

.seriya-exclusive-hero__desc {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .seriya-exclusive-hero__desc {
        gap: 10px;
    }
}

@media (max-width: 1024px) {
    .seriya-exclusive-hero__desc {
        flex-wrap: wrap;
        margin-top: 30px;
        gap: 15px;
    }
}

.seriya-exclusive-hero__item {
    display: flex;
    align-items: center;
    width: auto;
    max-width: 380px;
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, 0.5);
}

@media (max-width: 1199px) {
    .seriya-exclusive-hero__item {
        padding: 12px;
        flex-grow: 2;
        max-width: 100%;
    }
}

.seriya-exclusive-hero__item:first-child {
    max-width: 325px;
}

@media (max-width: 991px) {
    .seriya-exclusive-hero__item:first-child {
        max-width: 100%;
    }
}

.seriya-exclusive-hero__item--address {
    flex-shrink: 0;
    max-width: 490px;
    padding-left: 47px;
    color: #000000;
    background-color: #FFCF7D;
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='26' viewBox='0 0 21 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.25732 10.625C6.25732 8.38134 8.07617 6.5625 10.3198 6.5625C12.5635 6.5625 14.3823 8.38134 14.3823 10.625C14.3823 12.8687 12.5635 14.6875 10.3198 14.6875C8.07617 14.6875 6.25732 12.8687 6.25732 10.625Z' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.0367527 9.22174C0.466301 4.01056 4.82104 0 10.0499 0H10.5898C15.8187 0 20.1734 4.01056 20.603 9.22174C20.8342 12.0275 19.9676 14.8135 18.1855 16.9929L12.1942 24.3201C11.2254 25.5048 9.41427 25.5049 8.44556 24.3201L2.45423 16.9929C0.672157 14.8135 -0.19452 12.0275 0.0367527 9.22174ZM10.3198 4.6875C7.04063 4.6875 4.38232 7.34581 4.38232 10.625C4.38232 13.9042 7.04063 16.5625 10.3198 16.5625C13.599 16.5625 16.2573 13.9042 16.2573 10.625C16.2573 7.34581 13.599 4.6875 10.3198 4.6875Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left 13px center;
}

@media (max-width: 1199px) {
    .seriya-exclusive-hero__item--address {
        max-width: 345px;
    }
}

@media (max-width: 1024px) {
    .seriya-exclusive-hero__item--address {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    @media (max-width: 1024px) {
        .seriya-exclusive-hero__item--address {
            order: -1;
        }
    }
}

.cat-top-advantages__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 28px;
    margin-bottom: 70px;
}

@media (max-width: 575px) {
    .cat-top-advantages__list {
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }
}

.cat-top-advantages__item {
    width: 350px;
    max-width: calc(20% - (28px*4)/5);
    padding-top: 47px;
    font-family: "Manrope", "Helvetica Neue", "Arial", sans-serif;
    letter-spacing: 0;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 17 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='8.48529' width='12' height='12' transform='rotate(45 8.48529 0)' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center top;
}

@media (max-width: 1599px) {
    .cat-top-advantages__item {
        font-size: 18px;
    }
}

@media (max-width: 992px) {
    .cat-top-advantages__item {
        width: calc((100%/3) - (28px*2)/3);
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .cat-top-advantages__item {
        width: auto;
        padding-top: 0;
        padding-left: 27px;
        background-position: left center;
    }
}

.exclusive-slider__inner {
    position: relative;
    margin-bottom: 64px;
}

.exclusive-slider__inner.swiper-initialized {
    margin-bottom: 56px;
}

.exclusive-slider__list {
    display: flex;
}

.exclusive-slider__item {
    display: block;
    flex-shrink: 0;
    width: auto !important;
    max-width: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
}

.exclusive-slider__inner:not(.swiper-initialized) .exclusive-slider__item {
    margin-right: 18px;
}

.exclusive-slider__item:last-child {
    margin-right: 0 !important;
}

.exclusive-slider__img {
    display: inline-block;
    vertical-align: baseline;
    height: 320px;
    width: auto;
    max-width: 100%;
    object-fit: cover;   
}

@media (max-width: 1599px) {
    .exclusive-slider__img {
        height: 284px;
    }
}

.exclusive-slider__img.is-loaded {
    opacity: 1;
    filter: blur(0);
}

.exclusive-slider__pagination {
    position: static;
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 16px;
    text-align: center;
}

@media (max-width: 767px) {
    .exclusive-slider__pagination {
        gap: 5px;
    }
}

.exclusive-slider__inner .swiper-pagination-bullet {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #D9D9D9;
    transition: background-color 0.3s ease-in-out;
    cursor: pointer;
}

.exclusive-slider__inner .swiper-pagination-bullet-active {
    background-color: #848484;
}

.interior-banner__inner {
    display: flex;
}

@media (max-width: 767px) {
    .interior-banner__inner {
        flex-direction: column;
    }
}

.interior-banner__desc {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex-shrink: 0;
    width: 400px;
    padding: 33px;
    font-family: "Manrope", "Helvetica Neue", "Arial", sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #2C2C2C;
    background-color: #ece9e1;
}

@media (max-width: 1199px) {
    .interior-banner__desc {
        width: 300px;
    }
}

@media (max-width: 1024px) {
    .interior-banner__desc {
        width: 280px;
        padding: 30px 15px;
    }
}

@media (max-width: 991px) {
    .interior-banner__desc {
        padding: 16px 12px;
        font-size: 13px;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    .interior-banner__desc {
        width: 100%;
    }
}

.interior-banner__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.interior-banner__title {
    position: relative;
    margin: 0;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-transform: uppercase;
}

@media (max-width: 1024px) {
    .interior-banner__title {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .interior-banner__title {
        font-size: 18px;
    }
}

.interior-banner__text {
    position: relative;
    display: flex;
    flex-direction: column;
    font: inherit;
    gap: 8px;
    width: 100%;
    margin-top: 24px;
}

@media (max-width: 1024px) {
    .interior-banner__text {
        margin-top: 16px;
        gap: 4px;
    }
}

@media (max-width: 1024px) {
    .interior-banner__text {
        margin-top: 8px;
    }
}

.interior-banner__text > p {
    font: inherit;
}

.interior-banner__btn {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 36px;
    padding: 11px 16px;
    font-size: 14px;
    line-height: 16px;
    color: #2C2C2C;
    font-weight: 500;
    text-decoration: none;
    border: 1px solid;
    background-color: transparent;
    text-align: center; 
}

@media (max-width: 1024px) {
    .interior-banner__btn {
        margin-top: 24px;
    }
}

@media (max-width: 991px) {
    .interior-banner__btn {
        margin-top: 16px;
    }
}

.interior-banner__btn:hover,
.interior-banner__btn:focus {
    outline: none;
    color: #ffffff;
    background-color: #2C2C2C;
}

.interior-banner__image-wrapper {
    display: flex;
    flex-grow: 2;
    width: 100%;
    background-color: #ece9e1;
}

.interior-banner__image {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: auto;
    min-height: 100%;
    flex-grow: 2;
    object-fit: cover;
}

.mobile-filters__tags:first-child:last-child {
    width: 100%;
}

.mobile-filters__tags:first-child:last-child > .mobile-filters__tags-toggle {
    border-radius: 0;
}

@media (max-width: 767px) {
    .product-filters__items {
        width: 100%;
    }

    .product-filters__items .product-filters__item:first-child:last-child {
        color: red;
    }

    .product-filters__items .product-filters__item:first-child:last-child > .product-filters__control {
        pointer-events: none;
    }

    .product-filters__items .product-filters__item:first-child:last-child > .product-filters__control .product-filters__name:after {
        display: none;
    }

    .product-filters__items .product-filters__item:first-child:last-child > .product-filters__list {
        display: block !important;
    }
}

@media (min-width: 768px) {
    .product-filters__items {
        display: flex;
        flex-wrap: wrap;
    }
}

.modal--wide .modal-dialog {
    width: calc(100% - 16px);
    max-width: 1200px;
    z-index: 1000;
}

.modal--wide .ns-section_contact-form__wrap {
    padding: 32px;
    margin: 0;
}

.modal--wide .ns-section_contact-form__text p {
        margin-bottom: 16px;
    }

.modal--wide .ns-form__group:not(:last-child),
.modal--wide .ns-section_contact-form form .ns-form__group:nth-child(2) {
    margin-bottom: 16px;
}

@media (max-width: 575px) {
    .modal--wide .ns-section_contact-form__wrap {
        padding: 0;
        border: none;
    }

    .modal--wide .modal-inner {
        padding: 40px 16px 15px !important;
    }

    .modal--wide .ns-section_contact-form__text p {
        margin-bottom: 8px;
    }

    .modal--wide .ns-section_contact-form .ns-h2 {
        margin-bottom: 16px;
    }
}

.modal--wide .modal-close {
    top: 0;
    right: 0;
    background-color: transparent !important;
}

@media (min-width: 992px) {
    .modal--wide .ns-section_contact-form__text:first-child {
        padding-top: 28px;
    }
}