@font-face {
    font-family: 'Prosto One';
    src: url('/catalog/view/theme/prostore/fonts/ProstoOne-Regular.woff2') format('woff2'),
    url('/catalog/view/theme/prostore/fonts/ProstoOne-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.widford-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.is-header-v5 .header {
    min-height: 80px;
    border-bottom: 1px solid #FFF;
    position: fixed;
}

.container-fluid {
    max-width: 1600px;
    padding: 0;
}

.is-header-v5 .header__logo {
    position: absolute;
    margin: 0 0 0 -99px;
    flex: 0;
    max-width: 188px;
    width: 100%;
    min-height: 44px;
    left: 50%;
}

.windford__search {
    margin: 0 auto 0 194px;
}

.is-header-v5 .header__catalog {
    margin: 0;
    flex: 0 0 87px;
}

.header__catalog-btn {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    text-transform: unset;
    border: 0 solid transparent;
    color: #fff;
    border-radius: 0;
    padding: 0;
    height: 100%;
    transition: color 0.25s, background 0.25s, border-color 0.25s;
}

.header__catalog-btn img {
    margin: 0 16px 0 0;
    max-width: 20px;
    width: 100%;
}

.header__search-input {
    display: block;
    width: 100%;
    border: 0 solid transparent;
    border-bottom: 1px solid #fff;
    background: transparent;
    border-radius: 0;
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 120%;
    height: 34px;
    transition: background 0.25s, border-color 0.25s;
    padding: 9px 0;
    max-width: 203px;
    min-width: 203px;
}

.header__search-control {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.header__search-control .header__search-btn {
    position: relative;
    margin: 0 12px 0 0;
    top: 0;
    right: 0;
    width: 22px;
    height: 22px;
}

.header__call-btn {
    color: #FFF;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.header__call .header__call-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.header__call-link {
    color: #FFF;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 0;
    margin: 0 25px 0 0;
}

.header__call-menu .header__call-link {
    color: #000;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 0;
    margin: 12px 25px 12px 25px;
}

.header__call-offcanvas {
    max-width: 180px;
    min-height: 40px;
    width: 100%;
    box-shadow: unset;
    border-radius: 0;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}

.header__call-link:hover {
    color: #FFF;
    opacity: 0.7;
    text-decoration: underline;
}

.header__call-menu .header__call-link:hover {
    color: #000;
}

.header__call {
    margin: 0 40px 0 0;
}

.header__acc-btn {
    border: 0 solid transparent;
}

.header__cart-btn {
    border-radius: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 5.4rem;
    height: 4.6rem;
    padding: 0;
    border: 0 solid transparent;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: border-color 0.25s;
    position: relative;
}

.cart-total-counter {
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    background: none;
    color: inherit;
    opacity: 0.4;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 500;
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
}

.header__catalog.is-open .header__catalog-btn {
    background: transparent;
    color: #fff;
}

.header__search-btn:hover {
    background: transparent;
}

.header__action-counter, .header__cart-total mark {
    border-radius: 2px;
    background: #BD9A5F;
    width: 10px;
    height: 10px;
    opacity: 1;
    font-size: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
}

@media screen and (max-width: 1700px) {
    .widford-header {
        max-width: 1280px;
    }

    .windford__search {
        margin: 0 auto 0 114px;
    }

    .header__cart-btn, .header__action-btn {
        width: 4.4rem;
    }
}

@media screen and (max-width: 1299px) {
    .widford-header {
        max-width: 1120px;
    }

    .windford__search {
        margin: 0 auto 0 93px;
    }

    .header__cart-btn, .header__action-btn {
        width: 4.4rem;
    }
}

@media screen and (max-width: 1198px) {
    .widford-header {
        display: none;
    }
}

body {
    background: #fff;
}

.products-categories__item {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}

.products-categories__item-title {
    color: #1C1C1A;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 16.8px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
}

.breadcrumbs__title {
    color: #1C1C1A;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: #1C1C1A;
    font-family: "Prosto One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 32px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin: 20px 1rem 1rem 0;
}

@media screen and (max-width: 991px) {
    .breadcrumbs__title {
        font-size: 24px;
        letter-spacing: 1.2px;
        margin: 14px 1rem 1rem 0;
    }
}

.tech {
    background: url("/catalog/view/theme/prostore/images/redesign/tech.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.tech__social-link img {
    border-radius: unset;
    box-shadow: 0 0 0 2px transparent;
    background: transparent;
}

.resize-container, .header__search-menu {
    max-width: 1600px !important;
    margin: 0 auto !important;
    width: 100% !important;
}


@media screen and (max-width: 1700px) {
    .resize-container, .header__search-menu {
        max-width: 1280px !important;
    }
}

@media screen and (max-width: 1299px) {
    .resize-container, .header__search-menu {
        max-width: 1120px !important;
    }
}

@media screen and (max-width: 1198px) {
    .resize-container {
    }

    .header__search-menu {
        padding: 0 16px;
    }
}

.is-footer-v2 .footer {
    background: #313131;
    color: #fff;
}


.footer__nav {
    padding: 100px 0 115px;
}

.footer__nav-title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 18px */
    letter-spacing: 0.9px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.footer__nav-menu {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 28px */
    padding: 0;
}

.footer__nav-menu > li {
    padding: 0 0 0 15px;
}

.footer__logo {
    margin: 0 0 50px 0;
    max-width: 290px;
    width: 100%;
}

.footer__social-link img {
    width: 54px;
    height: 54px;
}

.footer__social-social > li {
    margin: 0;
}

.footer__social-social {
    gap: 30px;
    min-width: 230px;
}

.footer--v2 .col-xl-auto {
    width: 230px;
}

.footer__copyright {
    display: none;
}

.footer__support {
    width: 100%;
}

@media screen and (max-width: 1299px) {
    .footer__nav {
        padding: 80px 0 80px;
    }

    .footer__logo {
        margin: 0 0 30px 0;
        max-width: 260px;
        width: 100%;
    }

    .footer__social-social {
        gap: 20px;
        min-width: 200px;
    }

    .footer__social-link img {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1199px) {
    .is-xl-visible {
        display: block !important;
    }

    .is-footer-v2 .footer {
        padding: 50px 0 50px !important;
    }

    .col-5 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 0 0 25%;
    }

    .footer--v2 .col-xl-auto {
        flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        -webkit-box-flex: 0;
    }

    .footer__logo {
        margin: 0 0 30px 0;
        max-width: 180px;
    }

    .footer__social-social {
        gap: 25px;
        min-width: 100px;
    }

    .footer--v2 .col-xl-auto {
        width: 100%;
    }

    .resize-container {
        padding: 0 16px 40px;
    }
}

.is-footer-v2 .footer__desc {
    display: none !important;
}

@media (max-width: 991px) {
    .footer--v2 .col-xl-auto {
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
    }

    .is-footer-v2 .footer__support {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .footer__social-social {
        gap: 15px;
        min-width: 100px;
    }

    .footer__social-link img {
        max-width: 40px;
        width: 40px;
        height: auto;
    }
}

.products-categories .swiper-slide {
    width: auto;
}

.products-categories__item {
    display: block;
    text-align: center;
}

.products-categories__item-image img {
    max-width: 100%;
    height: auto;
}

.products-categories__item {
    min-height: 220px;
    margin: 10px 9px;
}

.products-categories .swiper-slide {
    margin: 0;
}

.products-categories {
    position: relative;
    z-index: 2;
    right: 0;
}

@media (max-width: 991px) {
    .resize-container .footer__nav .col-5 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 0 0 33.333333%;
    }

    .resize-container .footer__nav .row {
        display: flex;
        flex-wrap: wrap;
    }

    /* Первые три блока по 33.33% */
    .resize-container .footer__nav .row > .col-5.col-xl.is-xl-visible {
        width: 33.3333%;
    }

    /* Последний блок наверх и на всю ширину */
    .resize-container .footer__nav .row > .col-12.col-xl-auto {
        order: -1;
        width: 100%;
        padding: 0;
    }

    .is-footer-v2 .footer__logo {
        margin: 0;
    }

    .is-footer-v2 .footer__support {
        margin: 0 0 4rem;
    }

    .footer__nav-title {
        font-size: 16px;

    }

    .resize-container .footer__nav .row > .col-5.col-xl.is-xl-visible {
        padding: 0 1rem 6rem;
    }

    .footer__nav .row {
        margin: 0;
    }

}

@media (max-width: 767px) {
    /* Сделать блоки в одну колонку */
    .row > .col-5.col-xl.is-xl-visible {
        width: 100%;
    }

    /* Скрыть меню по умолчанию */
    .footer__nav-menu {
        display: none;
    }

    /* Активный спойлер — показать меню */
    .footer__nav-title.active + .footer__nav-menu {
        display: block;
        animation: fadeIn 0.3s ease-in-out;
    }

    /* Плавное появление */
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    /* Указатель на кликабельный заголовок */
    .footer__nav-title {
        cursor: pointer;
        position: relative;
    }

    .footer__nav-title::after {
        content: "";
        background-image: url('/catalog/view/theme/prostore/images/redesign/footer-arrow-icon.svg');
        background-repeat: no-repeat;
        background-size: 20px 20px;
        width: 20px;
        height: 20px;
        position: absolute;
        right: 0;
        top: -2px;
        transition: transform 0.2s ease;
        transform: rotate(180deg);
    }

    .footer__nav-title.active::after {
        transform: rotate(0);
    }

    .resize-container .footer__nav .row {
        flex-direction: column;
    }

    .resize-container .footer__nav .row > .col-5.col-xl.is-xl-visible {
        width: 100%;
    }

    .resize-container .footer__nav .col-5 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 0 0 100%;
        min-width: 100%;
    }

    .resize-container .footer__nav .row > .col-5.col-xl.is-xl-visible {
        padding: 0 1rem 1rem;
    }

    .footer__nav-title {
        border-bottom: 1px solid #BD9A5F;
        padding-bottom: 15px;
    }

    .footer__nav-menu {
        padding: 0 0 30px 0;
    }
}

@media (max-width: 567px) {
    .is-footer-v2 .footer__support {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px;
    }
}

.products-categories .swiper-slide {
    width: auto;
    min-width: 220px;
    max-width: 220px;
}

.products-categories__item {
    width: 100%;
}

.breadcrumbs__link, .breadcrumb > li > a {
    color: #B0B0B0;
}

.breadcrumbs__counter {
    color: #B0B0B0;
}

.seo__desc {
    max-width: 100%;
}

@media (min-width: 1199px) {
    .filter-aside {
        margin: 1rem 0 2rem 0;
        background: #FFFFFF;
        border-radius: 10px;
        padding: 3rem;
        border: 1px solid #F2F2F2;
    }
}

.products__item-buttons {
    position: absolute;
    top: 16px;
    right: 13px;
    flex-direction: column-reverse;
}

.icon-compare, .icon-favorites {
    width: 24px;
    height: 24px;
}

.icon-favorites {
    margin-bottom: 20px;
}

.products-categories .swiper-slide {
    width: auto; /* авто‑ширина под содержимое */
}

.products-categories__item {
    display: block;
    text-align: center;
}

.products-categories__item-image img {
    max-width: 100%;
    height: auto;
}


@media (min-width: 1199px) {
    .main {
        margin-top: 80px;
    }
}

.sku__view {
    background: #1C1C1A;
    border-radius: 0;
}

.breadcrumbs-product {
    background: #1C1C1A;
}

.windford-product__title {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

@media (max-width: 1198px) {
    .windford-product__title {
        font-size: 24px;
        margin: 16px 0 26px;
    }
}

.windford-product-bg {
    object-fit: contain;
    width: 100%;
    max-width: 817px;
    position: absolute;
    bottom: 0;
    right: -300px;
    opacity: .08;
}

.sku__horizontal-control {
    border: 0 solid transparent;
    background: #1C1C1A;
    padding: 0;
}

.swiper-horizontal-thumbs .swiper-slide-thumb-active {
    background: #1C1C1A;
}

.sku__horizontal {
    position: relative;
    border-bottom: 0 solid transparent;
    margin: 0;
}

.swiper-horizontal-thumbs .swiper-wrapper {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: left;
    gap: 33px;
}

.swiper-horizontal-thumbs .swiper-slide {
    height: auto;
    cursor: pointer;

    border-radius: 10px;
    background: #32322F;
    transition: background 0.25s;
    border-left: 0 solid transparent;
}

.sku__thumb img {
    display: block;
    max-width: 150px;
    max-height: 150px;
    width: 100%;
    height: auto;
    transition: transform 0.25s;
    mix-blend-mode: normal;
}

.sku__thumb {
    padding: 0;
}

.swiper-horizontal-thumbs {
    width: 517px;
    height: 150px;
}

.swiper-horizontal-thumbs .swiper-slide {
    max-width: 150px;
    width: 150px !important;
}

.swiper-horizontal-thumbs .swiper-slide-thumb-active {
    border: 1px solid #BD9A5F !important;
}

.sku__horizontal-control {
    padding-bottom: 20px;
}

@media (min-width: 1199px) {
    .sku__view-body > .row > [class^=col] {
        padding: 0;
        border-right: 0 solid transparent;
    }

    .sku__desc {
        padding: 20px 0;
    }

    .sku__id {
        float: unset;
        margin: 0 1rem 0 0;
    }

    .sku__availability {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
        padding: 0;
        color: #CBCBCB;
        margin: 0;
        float: unset;
    }
}

.breadcrumbs__menu > li:hover > .breadcrumbs__link, .breadcrumb > li:hover > a {
    color: #BD9A5F;
}

.sku-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
}

.sku__availability--true:before {
    display: none;
}

.sku__id {
    color: #CBCBCB;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.sku__detail-item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16px */
    padding: 16px 0;
    border-bottom: 1px solid #343434;
}

.sku__detail-item small {
    font-size: 16px;
}

.sku__details-grid {
    margin-bottom: 44px;
}

.sku__details-action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.sku__details-action > a {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}

.sku__addto-btn-text {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.sku__addto {
    z-index: 9;
}

.sku__addto-btn-icon .icon-favorites {
    margin-bottom: 0;
}

.sku__addto-btn-icon .icon-favorites-active path {
    fill: #BD9A5F;
}

.sku__addto-btn-icon .icon-compare-active rect {
    fill: #BD9A5F;
}

.sku__addto-btn-icon .icon-favorites-active, .sku__addto-btn-icon .icon-compare-active {
    width: 24px;
    height: 24px;
}

@media (min-width: 1199px) {
    .sku__group {
        padding: 0 0 2rem;
        margin: 0 0 2.5rem;
        border-bottom: 1px solid #BD9A5F;
    }
}

.windford-action {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 9;
    position: relative;
}

@media (min-width: 1199px) {
    .sku__action {
        margin: 0;
    }
}

.sku__price {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    flex-direction: column-reverse;
    align-items: flex-start;
    clear: both;
}

.sku__price-del {
    color: #636363;
    font-family: "Prosto One";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 20px */
    text-decoration-line: line-through;
}

.sku__price-del:after {
    background: #636363;
}

.ui-add-to-cart .ui-btn--primary span {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ui-add-to-cart .ui-btn--primary {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 6px;
    background: #BD9A5F;
    border: 2px solid transparent;
}

.sku__action .ui-btn--grey {
    display: flex;
    flex-direction: row;
    justify-content: center;
    border-radius: 6px;
    border: 2px solid #FFF;
    background: transparent;
    color: #FFF;
}

.sku__action .ui-btn--grey:hover {
    background: #fff;
    color: #636363;
}

.sku__view-body .sku__thumb {
    border-radius: 10px;
    border: 2px solid #BD9A5F;
    background: #32322F;
    overflow: hidden;
}

.sku__horizontal-nav {
    flex-direction: row;
    justify-content: space-between;
    border: 0 solid transparent;
    width: 100%;
}

.swiper-horizontal .swiper-prev, .swiper-horizontal .swiper-next {
    width: 54px;
    height: 54px;
    background-image: url('/catalog/view/theme/prostore/images/redesign/arrow-button-bg.svg');
    background-repeat: no-repeat;
    background-size: contain;
    flex: unset;
    color: #FFF;
    transition: .2s;
}

.swiper-horizontal .swiper-prev {
    transform: rotate(-180deg);
}

.sku__horizontal-nav > * {
    border-bottom: 0 solid transparent;
}

.swiper-horizontal .swiper-prev:hover, .swiper-horizontal .swiper-next:hover {
    background-color: transparent;
    background-image: url('/catalog/view/theme/prostore/images/redesign/arrow-button-bg-hover.svg');
}

.swiper-horizontal .swiper-button-disabled {
    opacity: .5;
}

.sku__horizontal-nav {
    top: calc(50% - 100px);
    left: 0;
    right: unset;
    width: 94%;
}

@media screen and (max-width: 1699px) {
    .sku__thumb img {
        max-width: 128px;
        max-height: 128px;
    }

    .swiper-horizontal-thumbs .swiper-slide {
        max-width: 128px;
    }

    .swiper-horizontal-thumbs {
        height: 128px;
    }
}

@media screen and (max-width: 1299px) {
    .sku__thumb img {
        max-width: 112px;
        max-height: 112px;
    }

    .swiper-horizontal-thumbs .swiper-slide {
        max-width: 112px;
    }

    .swiper-horizontal-thumbs {
        height: 112px;
    }
}

.windford-action .sku__action .col-md:nth-of-type(3) {
    padding: 0;
}

.windford-action .sku__action .col-md:nth-of-type(3) .ui-link {
    margin-right: 0.5rem;
}

.sku__view-body {
    position: relative;
}

@media screen and (max-width: 1499px) {
    .windford-product-bg {
        max-width: 717px;
    }
}

@media screen and (max-width: 1299px) {
    .windford-product-bg {
        max-width: 657px;
    }
}

.product-social-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 13px;

}

.product-social-buttons a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 44px;
    padding: 5px 56px;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid #FFF;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    z-index: 3;
    position: relative;
    margin: 40px 0 0;
}

.product-social-buttons a img {
    max-width: 24px;
    width: 100%;
    object-fit: contain;
}

.product-social-buttons .ui-link {
    border-radius: 10px;
    background: #313131;
    border: 1px solid transparent;
    max-width: 325px;
    min-width: 325px;
    width: 100%;
}

.product-social-buttons a:hover {
    color: #fff;
    background-color: #BD9A5F;
    opacity: 1;
    border: 1px solid #BD9A5F;
}

.sku__addto-btn-text small {
    display: block;
    font-size: 1.2rem;
    color: #BD9A5F;
}

.details__control-menu {
    justify-content: center;
}

.details__control div {
    margin: 0 auto 1rem;
    display: inline-block;
    border-radius: 10px;
    background: #313131;

}

.details__control {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.details__control-btn.is-active {
    color: #fff;
}

.details__control-btn {
    color: #fff;
}

.subsc__wrapper {
    background: transparent;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    margin: 0;
}

.subsc {
    background-image: url("/catalog/view/theme/prostore/images/redesign/subscribe-bg.svg");
    background-position: right bottom;
    background-size: 720px auto;
    background-repeat: no-repeat;
    margin: auto 0 0;
    background-color: #1C1C1A;
}

.subsc__form {
    margin: 17px 0 186px;
}

.ui-subsc .ui-label {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}


.ui-subsc .ui-caption {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
    margin: 0 0 60px 0;
}

.ui-subsc .ui-group {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 592px;
    gap: 20px;
}

.ui-subsc .ui-group div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.checkbox-wrapper {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.6px;
    margin: 0;
    padding: 0;
}

.checkbox-wrapper label {
    margin: 0;
    position: relative;
    cursor: pointer;
}

.checkbox-wrapper input {
    margin: 0;
}

.js-privacy-checkbox {
    position: absolute;
    opacity: 0;
}

.js-privacy-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    vertical-align: middle;
    border-radius: 2px;
    border: 1px solid #FFF;
    background: transparent;
    cursor: pointer;
    transition: background .2s;
    position: relative;
    float: left;
    clear: both;
}

.js-privacy-checkbox:checked + label::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 6px;
    height: 3px;
    border-left: 2px solid #FFFFFF;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.checkbox-wrapper a {
    color: #BD9A5F;
}

.ui-subsc .ui-group .subscribe-input {
    border-radius: 8px;
    border: 1px solid #FFF;
    max-width: 390px;
    width: 100%;
    background-color: #1C1C1A;
    padding: 13px 20px;
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.7px;
}

.subscribe-button {
    border-radius: 6px;
    background: #BD9A5F;
    display: flex;
    width: 210px;
    height: 44px;
    padding: 8px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    color: #FFF;
    border: 0px solid transparent;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: .2s;
}

.subscribe-button:hover {
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    color: #BD9A5F;
}

.subscribe-button:disabled {
    opacity: 0.4;
    cursor: unset;
}

.subscribe-button:disabled:hover {
    background: #BD9A5F;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    color: #FFFFFF;
}

@media screen and (max-width: 1299px) {
    .ui-subsc .ui-label {
        font-size: 28px;
        letter-spacing: 1.4px;
    }

    .subsc {
        background-position: right -100px bottom;
    }

    .subsc__form {
        margin: 17px 0 186px;
    }

    .main {
        margin: 80px 0 0;
    }

    .subsc__form {
        max-width: 575px;
    }
}

@media screen and (max-width: 991px) {
    .ui-subsc .ui-label {
        margin: 0 0 20px 0;
    }

    .ui-subsc .ui-caption {
        margin: 0 0 30px 0;
    }

    .subsc {
        background-position: right -250px bottom -70px;
    }

    .subsc__form {
        margin: 17px 0 150px;
    }

    .subsc__form {
        max-width: 461px;
    }

    .subscribe-button {
        width: 160px;
    }
}

@media screen and (max-width: 767px) {
    .ui-subsc .ui-label {
        margin: 0 0 10px 0;
        font-size: 26px;
    }

    .ui-subsc .ui-caption {
        margin: 0 0 40px 0;
        font-size: 14px;
    }

    .subsc {
        background-position: right 0 bottom -200px;
    }

    .subsc__form {
        margin: 17px 0 230px;
    }

    .subsc__form {
        max-width: 100%;
    }
}

@media screen and (max-width: 567px) {
    .ui-subsc .ui-label {
        margin: 0 0 10px 0;
        font-size: 21px;
    }

    .ui-subsc .ui-caption {
        margin: 0 0 40px 0;
        font-size: 12px;
    }

    .subsc {
        background-position: right 0 bottom -200px;
    }

    .subsc__form {
        margin: 17px 0 230px;
        max-width: 100%;
        flex-direction: column;
    }

    .ui-subsc .ui-group {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width: 100%;
        gap: 10px;
    }

    .subscribe-button {
        width: 100%;
    }

    .ui-subsc .ui-group .subscribe-input {
        max-width: 100%;
    }
}

.windford-qr {
    background: #1C1C1A;
    padding: 125px 0 180px;
}

.windford-qr .resize-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 211px;
}

.windford-qr__description img {
    max-width: 80px;
    width: 100%;
    min-height: 80px;
    object-fit: contain;
}

.windford-qr__description h3 {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin: 77px 0 30px;
}

.windford-qr__description p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
    margin: 0;
}

.windford-qr__tabs {
    margin: 0 0 0 125px;
    max-width: 500px;
    width: 100%;
}

.windford-qr__button-wrapper {
    display: flex;
    flex-direction: row;
}

.windford-qr__button-wrapper button {
    display: flex;
    max-width: 250px;
    width: 100%;
    min-height: 44px;
    padding: 8px 40px;
    justify-content: center;
    align-items: center;
    gap: 14px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    backdrop-filter: blur(3px);
}

.windford-qr__button-wrapper button:nth-of-type(1) {
    border-left: 1px solid #BD9A5F;
    border-top: 1px solid #BD9A5F;
    border-bottom: 1px solid #BD9A5F;
    border-radius: 6px 0 0 6px;
}

.windford-qr__button-wrapper button:nth-of-type(2) {
    border-right: 1px solid #BD9A5F;
    border-top: 1px solid #BD9A5F;
    border-bottom: 1px solid #BD9A5F;
    border-radius: 0 6px 6px 0;
}

.windford-qr__button-wrapper button.active {
    background: #BD9A5F;
}

.windford-qr__container {
    margin: 35px 0 0;
}

.windford-qr__container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.windford-qr__container ul li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

@media screen and (max-width: 1699px) {
    .windford-qr__tabs {
        margin: 0 0 0 60px;
    }

    .windford-qr .resize-container {
        gap: 106px;
    }
}

@media screen and (max-width: 1299px) {
    .windford-qr__description h3 {
        font-size: 30px;
    }

    .windford-qr .resize-container {
        gap: 60px;
    }

    .windford-qr__tabs {
        margin: 0 0 0 23px;
    }
}

@media screen and (max-width: 1199px) {
    .windford-qr__description h3 {
        font-size: 28px;
        margin: 44px 0 20px;
    }

    .windford-qr .resize-container {
        gap: 44px;
        align-items: flex-start;
    }

    .windford-qr__tabs {
        margin: 0;
        max-width: 440px;
    }

    .windford-qr__button-wrapper button {
        max-width: 220px;
    }

    .windford-qr__description img {
        max-width: 60px;
        min-height: 60px;
    }
}

@media screen and (max-width: 991px) {
    .windford-qr .resize-container {
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .windford-qr__tabs {
        margin: 0;
        max-width: 500px;
    }

    .windford-qr__button-wrapper button {
        max-width: 250px;
    }

    .windford-qr {
        background: #1C1C1A;
        padding: 160px 0 150px;
    }
}

@media screen and (max-width: 767px) {
    .windford-qr__description h3 {
        font-size: 26px;
        margin: 40px 0 20px;
    }

    .windford-qr__description p {
        font-size: 14px;
    }

    .windford-qr .resize-container {
        gap: 40px;
    }

    .windford-qr__tabs {
        max-width: 100%;
    }

    .windford-qr__button-wrapper button {
        max-width: 50%;
    }
}

@media screen and (max-width: 567px) {
    .windford-qr {
        padding: 140px 0 130px;
    }

    .windford-qr__description h3 {
        font-size: 21px;
        margin: 40px 0 10px;
    }

    .windford-qr__button-wrapper button {
        padding: 8px 10px;
    }

    .windford-qr__container ul li > img {
        display: none;
    }

    .windford-qr__container ul {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .windford-qr__container ul a img {
        width: 152px;
        object-fit: contain;
    }
}

.windford-home-social {
    padding: 125px 0 0;
    background-image: url("/catalog/view/theme/prostore/images/redesign/windford-home-social.svg");
    background-position: bottom 2px center;
    background-size: 1188px auto;
    background-repeat: no-repeat;
    background-color: #1C1C1A;
}

.windford-home-social__inner {
    max-width: 1030px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 54px;
}

.windford-home-social__title {
    text-align: center;
}

.windford-home-social__title span {
    color: #FFF;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 26.4px */
    letter-spacing: 2.2px;
    text-transform: uppercase;
    margin: 0;
}

.windford-home-social__title h2 {
    color: #FFF;
    text-align: center;
    font-family: "Prosto One";
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 36px */
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin: 12px 0 30px;
}

.windford-home-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.windford-home-social ul li {
    margin: 0;
    padding: 0;
}

.windford-home-social ul li img {
    object-fit: contain;
    max-width: 174px;
    width: 100%;
}

@media screen and (max-width: 1199px) {
    .windford-home-social__inner {
        max-width: 914px;
        width: 100%;
        margin: 0 auto;
        padding: 0 0 46px;
    }

    .windford-home-social ul li img {
        object-fit: contain;
        max-width: 154px;
        width: 100%;
    }

    .windford-home-social {
        background-size: 1060px auto;
    }
}

@media screen and (max-width: 991px) {
    .windford-home-social {
        display: none;
    }
}

.windford-home-social ul li img {
    transition: .2s;
}

.windford-home-social ul li a {
    opacity: 1;
    width: 174px;
    height: 174px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .2s;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.windford-home-social ul li a:hover {
    opacity: 1;
}

.windford-home-social ul li:nth-of-type(1) a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/home-dzen.svg");
}

.windford-home-social ul li:nth-of-type(2) a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/home-vk.svg");
}

.windford-home-social ul li:nth-of-type(3) a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/home-ok.svg");
}

.windford-home-social ul li:nth-of-type(4) a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/home-rutube.svg");
}

.windford-home-social ul li:nth-of-type(5) a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/home-youtube.svg");
}

.windford-home-social ul li:nth-of-type(1) a:hover {
    background-image: url("/catalog/view/theme/prostore/images/redesign/home-dzen-hover.svg");
}

.windford-home-social ul li:nth-of-type(2) a:hover {
    background-image: url("/catalog/view/theme/prostore/images/redesign/home-vk-hover.svg");
}

.windford-home-social ul li:nth-of-type(3) a:hover {
    background-image: url("/catalog/view/theme/prostore/images/redesign/home-ok-hover.svg");
}

.windford-home-social ul li:nth-of-type(4) a:hover {
    background-image: url("/catalog/view/theme/prostore/images/redesign/home-rutube-hover.svg");
}

.windford-home-social ul li:nth-of-type(5) a:hover {
    background-image: url("/catalog/view/theme/prostore/images/redesign/home-youtube-hover.svg");
}

.home-about-main {
    background-color: #1C1C1A;
    padding: 60px 0 35px;
}

.home-about-main__description {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 60px;
    align-items: center;
}

.home-about-main__description > div {
    width: 50%;
}

.home-about-main__text img {
    object-fit: contain;
    max-width: 274px;
    width: 100%;
    margin: 0 0 60px;
}

.home-about-main__text h3 {
    margin: 0 0 20px;
    color: #FFF;
    font-family: "Prosto One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.home-about-main__text p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
    margin: 0;
}

.home-about-main__video iframe {
    width: 100%;
    border: none;
    border-radius: 10px;
    min-height: 485px;
}

.home-about-main__list {
    margin: 60px 0 0;
}

.home-about-main__list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
}

.home-about-main__list ul li a {
    border-radius: 6px;
    border: 1px solid #BD9A5F;
    backdrop-filter: blur(3px);
    padding: 8px 0;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 355px;
    width: 100%;
    display: inline-block;
    transition: .2s;
}

.home-about-main__list ul li {
    max-width: 355px;
    width: 100%;
    display: inline-block;
}

.home-about-main__list ul li a:hover {
    border-radius: 6px;
    background: #BD9A5F;
    box-shadow: 0 2px 10px 0 rgba(189, 154, 95, 0.50);
    color: #FFF;
    opacity: 1 !important;
}

@media screen and (max-width: 1699px) {
    .home-about-main__list ul {
        gap: 20px;
    }

    .home-about-main__description {
        gap: 30px;
    }

    .home-about-main__video iframe {
        min-height: 400px;
    }

    .home-about-main {
        padding: 100px 0 75px;
    }
}

@media screen and (max-width: 1299px) {
    .home-about-main__description {
        gap: 40px;
        align-items: flex-end;
    }

    .home-about-main__video iframe {
        min-height: 345px;
    }
}

@media screen and (max-width: 1199px) {
    .home-about-main__video {
        position: absolute;
        right: 0;
        top: 0;
    }

    .home-about-main__description {
        position: relative;
    }

    .home-about-main__video iframe {
        max-width: 440px;
        min-height: 281px;
    }

    .home-about-main__description > div:last-of-type {
        width: 440px;
    }

    .home-about-main__description > div:first-of-type {
        width: 100%;
    }

    .home-about-main__text img {
        margin: 0 0 140px;
    }

    .home-about-main__text h3 {
        line-height: 120%;
        max-width: 400px;
    }

    .home-about-main__list ul {
        display: grid;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
        gap: 20px 40px;
        grid-template-rows: repeat(2, 1fr);
        grid-template-columns: repeat(2, 1fr);
    }

    .home-about-main__list ul li:nth-of-type(1) {
        grid-area: 1/1/2/2;
    }

    .home-about-main__list ul li:nth-of-type(2) {
        grid-area: 1/2/2/3;
    }

    .home-about-main__list ul li:nth-of-type(3) {
        grid-area: 2/1/3/2;
    }

    .home-about-main__list ul li:nth-of-type(4) {
        grid-area: 2/2/3/3;
    }

    .home-about-main__list ul li {
        max-width: 100%;
    }

    .home-about-main__list ul li a {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .home-about-main__description {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 60px;
        align-items: flex-start;
    }

    .home-about-main__video {
        position: relative;
        right: unset;
        top: unset;
    }

    .home-about-main__text img {
        max-width: 243px;
        margin: 0 0 40px;
    }

    .home-about-main {
        padding: 80px 0 0;
    }

    .home-about-main__text h3 {
        max-width: 100%;
        font-size: 28px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 1.4px;
    }

    .home-about-main__text__text p {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
        letter-spacing: 0.7px;
        margin: 0;
    }

    .home-about-main__description {
        gap: 40px;
    }

    .home-about-main__description > div:last-of-type {
        width: 100%;
    }

    .home-about-main__video iframe {
        max-width: 100%;
        min-height: 447px;
    }

    .home-about-main__list {
        margin: 40px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .home-about-main__text img {
        max-width: 224px;
        margin: 0 0 50px;
    }


    .home-about-main__text h3 {
        font-size: 26px;
        letter-spacing: 1.3px;
    }

    .home-about-main__text p {
        font-size: 14px;
        letter-spacing: 0.7px;
    }

    .home-about-main__description {
        gap: 30px;
    }

    .home-about-main__video iframe {
        min-height: 331px;
    }

    .home-about-main__list {
        margin: 25px 0 0;
    }

    .home-about-main__list ul {
        gap: 13px 20px;
    }
}

@media screen and (max-width: 567px) {
    .home-about-main__text img {
        max-width: 150px;
        margin: 0 0 30px;
    }


    .home-about-main__text h3 {
        font-size: 21px;
        line-height: 100%;
        letter-spacing: 1.05px;
    }

    .home-about-main__text p {
        font-size: 12px;
        letter-spacing: 0.6px;
    }

    .home-about-main__description {
        gap: 30px;
    }

    .home-about-main__video iframe {
        min-height: 204px;
    }

    .home-about-main__list {
        margin: 25px 0 0;
    }

    .home-about-main__list ul {
        gap: 13px 20px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        grid-template-rows: 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .home-about-main .resize-container {
        padding: 0 16px;
    }
}

@media (min-width: 1199px) {
    .is-header-v3 .intro, .is-header-v4 .intro, .is-header-v5 .intro, .is-header-v6 .intro {
        margin: 0;
        padding: 0;
    }
}

.intro__swiper--resizable .intro__item-desc {
    text-align: left;
}

.intro__swiper--resizable .intro__item-info {
    justify-content: left;
}

.intro__item-desc, .swiper-control-wrapper {
    padding: 0;
    max-width: 1600px;
    left: 50%;
    margin-left: -800px;
}

@media screen and (max-width: 1700px) {
    .intro__item-desc, .swiper-control-wrapper {
        max-width: 1280px !important;
        margin-left: -640px;
    }
}

@media screen and (max-width: 1299px) {
    .intro__item-desc, .swiper-control-wrapper {
        max-width: 1120px !important;
        margin-left: -560px;
    }
}

@media (max-width: 1199px) {
    .intro__item-desc, .swiper-control-wrapper {
        padding: 0 16px;
        max-width: 100% !important;
        margin-left: 0;
        left: 0;
    }
}

.intro .intro__item {
    border-radius: 0;
}

.intro__swiper {
    border-radius: 0;
}

.intro__item-info li span {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 28.8px */
    letter-spacing: 1.92px;
    text-transform: uppercase;
    margin: 0;
    opacity: 1;
}

.intro__item-info li h2 {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 48px */
    letter-spacing: 2.8px;
    text-transform: uppercase;
    margin: 10px 0 0;
    opacity: 1;
    position: relative;
}

.intro__item-info li h2:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 62px;
    border-bottom: 3px solid #FFF;
}

.intro__item-info {
    opacity: 1;
}

.intro__swiper--resizable .intro__item-info {
    max-width: 501px;
}

.intro__item-title {
    max-width: 501px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    letter-spacing: 0.64px;
    margin: 30px 0 60px;
}

.intro__item-price {
    border-radius: 6px;
    background: #BD9A5F;
    display: flex;
    max-width: 240px;
    width: 100%;
    min-height: 44px;
    padding: 8px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    transition: .2s;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.intro__item-price:hover {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    color: #BD9A5F;
}

.swiper-control-wrapper {
    position: absolute;
    max-width: 501px !important;
    width: 100%;
    bottom: 100px;
    min-height: 70px;
}

.intro .swiper-prev {
    background-image: url("/catalog/view/theme/prostore/images/redesign/slider-home-arrow-prev.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 70px;
    min-height: 70px;
    opacity: 1;
}

.intro .swiper-next {
    background-image: url("/catalog/view/theme/prostore/images/redesign/home-slider-arrow-next.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 70px;
    min-height: 70px;
    opacity: 1;
}

.intro .swiper-prev:hover {
    background-image: url("/catalog/view/theme/prostore/images/redesign/slider-home-arrow-prev-hover.svg");
    background-color: transparent;
    opacity: 1;
}

.intro .swiper-next:hover {
    background-image: url("/catalog/view/theme/prostore/images/redesign/slider-home-arrow-next-hover.svg");
    background-color: transparent;
    opacity: 1;
}

.swiper-control-wrapper .swiper-pagination {
    bottom: 34px;
}

@media screen and (max-width: 1699px) {
    .swiper-control-wrapper {
        bottom: 2vw;
    }
}

@media (max-width: 1199px) {
    .is-header-v3 .intro, .is-header-v4 .intro, .is-header-v5 .intro, .is-header-v6 .intro {
        background: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
    }

    .intro__swiper--resizable .intro__item-cover img {
        -o-object-fit: cover;
        object-fit: cover;
    }

    .intro__swiper--resizable .intro__item:not(.intro__item--vertical) {
        min-height: 850px;
    }

    .intro__item-cover {
        height: 850px;
    }

    .intro__item-info li span {
        font-size: 21px;
        line-height: 120%; /* 25.2px */
        letter-spacing: 1.68px;
    }

    .intro__item-info li h2 {
        font-family: "Prosto One";
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 42px */
        letter-spacing: 2.45px;
        text-transform: uppercase;
    }

    .intro__swiper--resizable .intro__item-info {
        max-width: 450px;
    }

    .intro__item-title {
        max-width: 450px;
    }

    .swiper-control-wrapper {
        max-width: 450px !important;
        width: 100%;
        bottom: 50px;
        min-height: 70px;
        margin-left: 16px;
    }
}


@media (max-width: 991px) {
    .intro__swiper--resizable .intro__item:not(.intro__item--vertical) {
        min-height: 765px;
    }

    .intro__item-cover {
        height: 765px;
    }

    .intro__item-info li span {
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 1.28px;
    }

    .intro__item-info li h2 {
        font-size: 27px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 1.89px;
    }

    .intro__swiper--resizable .intro__item-info {
        max-width: 340px;
    }

    .intro__item-title {
        max-width: 340px;
    }

    .swiper-control-wrapper {
        max-width: 340px !important;
        width: 100%;
        bottom: 50px;
        min-height: 54px;
        margin-left: 16px;
    }

    .intro .swiper-prev {
        max-width: 54px;
        min-height: 54px;
    }

    .intro .swiper-next {
        max-width: 54px;
        min-height: 54px;
    }

    .swiper-control-wrapper .swiper-pagination {
        bottom: 27px;
    }

    .swiper-pagination-bullet {
        width: 3.5rem;
    }
}


@media (max-width: 767px) {
    .intro__swiper--resizable .intro__item:not(.intro__item--vertical) {
        min-height: 745px;
    }

    .intro__item-cover {
        height: 745px;
    }

    .intro__item-info li span {
        font-size: 16px;
        line-height: 120%;
        letter-spacing: 1.28px;
    }

    .intro__item-info li h2 {
        font-size: 27px;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: 1.89px;
    }

    .intro__swiper--resizable .intro__item-info {
        max-width: 100%;
    }

    .intro__item-title {
        max-width: 100%;
    }

    .swiper-control-wrapper {
        max-width: 100% !important;
        width: 100%;
        bottom: 50px;
        min-height: 2px;
        margin-left: auto;
    }

    .swiper-control-wrapper .swiper-pagination {
        bottom: 0;
    }

    .swiper-pagination-bullet {
        width: 4rem;
    }

    .intro__swiper--resizable .intro__item-desc {
        bottom: 100px;
    }

    .intro__item-price {
        max-width: 100%;
    }
}


@media (max-width: 567px) {
    .intro__item-info li span {
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 1.12px;
    }

    .intro__item-info li h2 {
        font-size: 24px;
        letter-spacing: 1.68px;
    }

    .swiper-control-wrapper {
        max-width: 100% !important;
        width: 100%;
        bottom: 50px;
        min-height: 2px;
        margin-left: auto;
    }

    .intro__item-title {
        max-width: 100%;
        font-size: 12px;
        letter-spacing: 0.48px;
        margin: 20px 0 30px;
    }

    .intro__item-info > li {
        margin: 0 0 20px;
    }
}

.product-blocks {
    margin: 50px 0 100px;
}

.product-blocks__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-blocks__wrapper li {
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 538px;
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%) no-repeat;
}

.product-blocks__wrapper li > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    border-radius: 10px;
}

.product-blocks__wrapper li > div {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 538px;
}


.product-blocks__inner {
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.30) 100%);
    backdrop-filter: blur(4px);
    padding: 0 50px 50px;
    width: 100%;
}

.product-blocks__title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 28.6px */
    letter-spacing: 0.44px;
    text-transform: uppercase;
    margin: 5px 0 10px;
    padding: 0;
    max-width: 550px;
}

.product-blocks__description {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 24px */
    letter-spacing: 0.8px;
    margin: 0 0 20px;
    max-width: 550px;
}

.product-blocks__inner a {
    border-radius: 6px;
    background: #BD9A5F;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    padding: 11px 0;
    max-width: 290px;
    width: 100%;
    display: inline-block;
    opacity: 1;
}

.product-blocks__inner a:hover {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    opacity: 1;
    color: #BD9A5F;
}

@media (max-width: 1699px) {
    .product-blocks__wrapper {
        gap: 20px;
    }

    .product-blocks__wrapper li {
        min-height: 432px;
    }

    .product-blocks__wrapper li > div {
        min-height: 432px;
    }

    .product-blocks__inner {
        padding: 0 40px 30px;
    }
}

@media (max-width: 1299px) {
    .product-blocks__wrapper {
        gap: 20px;
    }

    .product-blocks__wrapper li {
        min-height: 462px;
    }

    .product-blocks__wrapper li > div {
        min-height: 462px;
    }

    .product-blocks__inner {
        padding: 0 40px 40px;
    }
}

@media (max-width: 1199px) {
    .product-blocks__wrapper {
        gap: 10px;
    }

    .product-blocks__wrapper li {
        min-height: 485px;
    }

    .product-blocks__wrapper li > div {
        min-height: 485px;
    }

    .product-blocks__inner {
        padding: 0 30px 30px;
    }
}

@media (max-width: 991px) {
    .product-blocks__wrapper {
        gap: 20px;
    }

    .product-blocks__wrapper li {
        min-height: 404px;
    }

    .product-blocks__wrapper li > div {
        min-height: 404px;
    }

    .product-blocks__inner {
        padding: 0 20px 20px;
    }

    .product-blocks__title {
        font-size: 20px;
        letter-spacing: 0.4px;
        margin: 5px 0 10px;
    }

    .product-blocks__description {
        font-size: 14px;
        letter-spacing: 0.7px;
    }

    .product-blocks__inner a {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .product-blocks__wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
    }

    .product-blocks {
        margin: 40px 0 40px;
    }

    .product-blocks__wrapper li {
        min-height: 356px;
    }

    .product-blocks__wrapper li > div {
        min-height: 356px;
    }

    .product-blocks__inner {
        padding: 0 20px 20px;
    }

    .product-blocks__title {
        font-size: 20px;
        letter-spacing: 0.4px;
        margin: 5px 0 10px;
    }

    .product-blocks__description {
        font-size: 14px;
        letter-spacing: 0.7px;
    }

    .product-blocks__inner a {
        max-width: 100%;
    }

    .product-blocks__wrapper li > img {
        object-position: top center;
    }
}

@media (max-width: 567px) {
    .product-blocks {
        margin: 20px 0 20px;
    }

    .product-blocks__wrapper li {
        min-height: 374px;
    }

    .product-blocks__wrapper li > div {
        min-height: 374px;
    }
}

.categories__item {
    height: 44rem;
    width: 100%;
    box-shadow: 0px 4px 20px 0px rgba(28, 28, 26, 0.50);
}

.categories__item-image {
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    transform: unset;
}

.categories__item-menu {
    display: none;
}

.categories__item-front {
    padding: 40px;
    max-width: 100%;
    justify-content: flex-end;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0.25%, rgba(255, 255, 255, 0.10) 99.75%);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 114px;
    bottom: 0;
    position: absolute;
    transition: .2s;
}

.categories__item-title {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 36px */
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin: 0;
}

.categories__item:hover .categories__item-front {
    bottom: -10px;
    transform: scale(1.05);
    transition: .2s;
}

@media (min-width: 1199px) {
    .details__control-menu {
        gap: 30px;
    }

    .details__control-menu > li {
        margin: 0;
    }
}

.details__control-btn:after {
    display: none
}

.details__control-btn {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.details__control-btn:hover {
    color: #BD9A5F;
}

.ui-add-to-cart .ui-btn--primary {
    opacity: 1;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.ui-add-to-cart .ui-btn--primary:hover {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    color: #BD9A5F;
    opacity: 1;
}

.ui-add-to-cart .ui-btn--primary:hover span {
    color: #BD9A5F;
}

.sku__action .ui-btn--grey {
    min-width: 211px;
    width: 100%;
}

.sku__desc .sku__details-action > a:hover {
    color: #BD9A5F;
    text-decoration-line: underline;
}

.is-footer-v2 .footer__nav-link:hover, .is-footer-v2 .footer__support-link:hover {
    color: #BD9A5F;
}

.details__title {
    color: #1C1B1A;
    text-align: center;
    font-family: "Prosto One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin: 30px auto 60px;
    max-width: 1600px;
    width: 100%;
}

.details__specifications-table th {
    color: #1C1B1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.details__specifications-title {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    margin: 4rem 0 3rem;
}

@media screen and (max-width: 1699px) {
    .product-social-buttons a {
        max-width: 156px;
    }

    .product-social-buttons .ui-link {
        max-width: 285px;
        min-width: 285px;
    }

    .windford-action {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        gap: 52px;
    }

    .sku__price {
        gap: 7px;
    }

    .swiper-horizontal-slides {
        width: 100%;
        height: 60.4rem;
    }

    .sku__horizontal-control {
        padding-bottom: 50px;
    }

    .details__txt {
        max-width: 100%;
    }

    .sku .swiper-horizontal-thumbs {
        width: 451px;
    }
}

@media screen and (max-width: 1299px) {
    .product-social-buttons {
        justify-content: flex-start;
        gap: 13px;
        flex-wrap: wrap;
    }

    .product-social-buttons .ui-found a {
        margin: 0;
    }

    .sku .swiper-horizontal-thumbs {
        width: 403px;
    }
}

.details__control-counter {
    color: #fff;
}

.tags a {
    color: #1C1B1A;
    transition: .2s;
}

.tags a:hover {
    color: #BD9A5F;
}

@media screen and (max-width: 1199px) {
    .sku__horizontal-control {
        display: none;
    }

    .sku__compact.js-sku-compact {
        display: none;
    }

    .sku__slide {
        padding: 0;
    }

    .sku .swiper-horizontal-slides {
        height: 350px;
    }

    .sku__horizontal-nav {
        top: calc(50% - 27px);
        left: 0;
        right: unset;
        width: 100%;
    }

    .sku-wrapper {
        justify-content: space-between;
    }

    .sku__availability {
        color: #CBCBCB;
        margin: 0;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
    }

    .sku__desc .sku__group {
        padding: 0 16px;
        border-bottom: 0 solid transparent;
    }

    .sku__desc .sku__group .sku__group {
        padding: 0;
    }

    .sku__details-grid {
        margin-bottom: 30px;
    }

    .product-social-buttons .ui-found a {
        margin: 20px 0 0;
    }

    .product-social-buttons a {
        margin: 20px 0 0;
    }

    .sku__details {
        padding: 0 0 40px;
    }

    .windford-action {
        gap: 40px;
        margin: 40px 0 0;
    }

    .windford-product-bg {
        max-width: 857px;
    }

    .sku__action .col-md-auto {
        width: 50%;
    }

    .sku__action {
        width: 100%;
    }
}

@media screen and (max-width: 1699px) {
    .categories__item-image img {
        object-fit: cover;
        width: 100%;
    }

    .categories__item-front {
        justify-content: center;
    }

    .categories__item {
        min-height: 440px;
    }
}

@media screen and (max-width: 1199px) {
    .sku .swiper-wrapper {
        padding: 3rem 2.5rem 3rem 2.5rem !important;
    }

    .sku__desc .sku__group .sku__group {
        padding: 0 0 2rem;
        margin: 0 0 2.5rem;
        border-bottom: 1px solid #BD9A5F;
    }

    .sku .swiper-horizontal-slides {
        height: 500px;
    }
}

@media screen and (max-width: 1099px) {
    .categories__item-title {
        font-size: 20px;
        letter-spacing: 0.4px;
    }
}

@media screen and (max-width: 991px) {
    .categories__item {
        min-height: 366px;
    }


    .sku .swiper-horizontal-slides {
        height: 450px;
    }
}

@media screen and (max-width: 767px) {
    .categories__item-title {
        font-size: 16px;
        letter-spacing: 0.32px;
    }

    .categories__item {
        min-height: 302px;
    }

    .categories__item-front {
        padding: 20px 14px;
        height: 100px;
    }

    .sku__slide {
        min-height: auto;
    }
}

@media screen and (max-width: 567px) {
    .categories__item-front {
        padding: 10px;
        height: 80px;
    }
}

@media (max-width: 480px) {
    .sku__slide {
        min-height: auto;
    }
}

@media (max-width: 767px) {
    .sku__horizontal-nav {
        opacity: 1;
        visibility: unset;
    }
}

@media screen and (max-width: 1099px) {
    .sku__horizontal-nav {
        width: calc(100% - 32px);
        left: 16px;
    }
}

@media screen and (max-width: 767px) {
    .product-social-buttons a {
        max-width: 100%;
        min-width: 48.7%;
    }

    .product-social-buttons .ui-found {
        width: 100%;
    }

    .product-social-buttons .ui-link {
        max-width: 100%;
        min-width: 100%;
    }

    .product-social-buttons .ui-found a {
        margin: 10px 0 0;
    }

    .sku__details {
        padding: 0 0 20px;
    }

    .windford-product-bg {
        max-width: 100%;
        right: -200px;
    }


    .sku .swiper-slide {
        margin-right: 40px;
        height: 540px;
    }

    .sku .swiper-wrapper {
        padding: 0 !important;
    }

    .sku .swiper-horizontal-slides {
        height: 100%;
    }

    .sku__slide {
        min-height: unset;
        padding: 0 40px;
    }
}


@media screen and (max-width: 567px) {
    .product-social-buttons a {
        max-width: 100%;
        min-width: 100%;
        margin: 10px 0 0;
    }

    .sku__action .row {
        flex-direction: column;
    }

    .sku__action .col-md-auto {
        width: 100%;
    }

    .sku__action .row > [class^=col] {
        padding: 8px 0.5rem 8px;
    }

    .windford-action {
        gap: 30px;
        margin: 30px 0 0;
    }

    .sku__addto > li:last-child {
        position: absolute;
        top: -76vw;
    }

    .sku__addto > li:first-of-type {
        margin: 0;
    }

    .sku .swiper-slide {
        margin-right: 40px;
        height: 80vw;
    }

    .sku .swiper-wrapper {
        padding: 0 !important;
    }

    .sku .swiper-horizontal-slides {
        height: 100%;
    }

    .sku__slide {
        min-height: unset;
        padding: 0 40px;
    }

    .sku .swiper-slide {
        margin-right: 0;
        height: 80vw;
    }
}

.details__specifications-title {
    font-size: 2.3rem;
    font-family: "Prosto One";
}

@media screen and (max-width: 767px) {
    .details__title {
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        margin: 0 auto 40px;
        padding: 0 20px;
    }

    .details__specifications-title {
        font-size: 2rem;
        margin: 3rem 0 2rem;
    }
}

@media (min-width: 1199px) {
    .sku__compact-control {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .sku__compact-control-menu {
        border-radius: 10px;
        background: #313131;
        padding: 15px 20px;
    }

    .sku__compact {
        background: transparent;
        border-bottom: 0 solid transparent;
        margin: 30px 0 0;
    }

    .sku__compact-control-btn {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        transition: .2s;
        text-decoration: unset;
        border-bottom: 0 solid transparent;
    }

    .sku__compact-control-btn:hover {
        color: #BD9A5F;
    }

    .sku__compact .ui-add-to-cart.is-active .ui-btn--primary svg.icon-cart {
        display: none;
    }
}

@media screen and (max-width: 1299px) {
    .header__call-offcanvas {
        max-width: 100%;
    }
}

@media screen and (max-width: 1199px) {
    .header__sticky-text {
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%; /* 14px */
        letter-spacing: 0.56px;
    }

    .header__sticky-icon {
        max-width: 24px;
        min-height: 24px;
        width: 100%;
        margin: 0 0 10px;
    }

    .header__sticky-btn {
        height: 88px;
    }

    .header__sticky-counter {
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
        background: none;
        color: inherit;
        font-size: 1.2rem;
        line-height: 1.2;
        font-weight: 500;
        position: absolute;
        top: 1.4rem;
        right: 1.4rem;
        opacity: 1
    }

    .header__sticky-counter mark {
        border-radius: 2px;
        background: #BD9A5F;
        width: 10px;
        height: 10px;
        opacity: 1;
        font-size: 8px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header__sticky-counter.js-compare-total, .header__sticky-counter.js-wishlist-total {
        border-radius: 2px;
        background: #BD9A5F;
        width: 10px;
        height: 10px;
        opacity: 1;
        font-size: 8px;
        justify-content: center;
        align-items: center;
    }

    .header__sticky-counter .cart-total-counter {
        top: 0;
        left: 0;
        margin: 0;
    }

    .header__sticky {
        border-top: 1px solid #FFF;
    }

    .header__call .header__call-btn {
        align-items: center;
    }
}

@media screen and (max-width: 567px) {
    .header__sticky-btn {
        height: 64px;
    }

    .header__sticky-icon {
        max-width: 20px;
        min-height: 20px;
        margin: 0;
    }

    .header__sticky-text {
        display: none;
    }

    .is-header-v5 .header {
        min-height: 50px;
    }

    .header__mobile {
        height: 50px;
    }

    .main {
        margin: 50px 0 0;
    }
}

@media (min-width: 1199px) {
    .categories-aside {
        background: #fff;
        border-radius: 10px;
        border: 1px solid #F2F2F2;
        padding: 0;
        margin: 10px 0 6rem;
    }
}

.categories-aside__title, .panel-heading {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    margin: 0 0 2rem 20px;
}

.categories-aside__link {
    text-decoration: none;
    padding: 15px 40px 15px 20px;
    min-height: 50px;
    background: #fff;
    border-radius: 0;
    transition: color 0.25s;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.categories-aside__link span {
    background: transparent;
    top: unset;
}

.categories-aside__sublink {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding: 18px 20px;
    transition: color 0.25s;
}

.categories-aside__sublink:hover {
    background: #FAF8F4;
}

.categories-aside__link:hover {
    color: #BD9A5F;
}

.categories-aside__menu > li {
    border-bottom: 1px solid #BD9A5F;
}

.categories-aside__menu > li:last-of-type {
    border-bottom: 1px solid transparent;
}

.categories-aside__dropright {
    margin: 0 0 0 10px;
    padding: 3rem 0;
}

.categories-aside__back {
    color: #BD9A5F;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin: 0 20px 20px;
}

@media (min-width: 1199px) {
    .categories-aside__dropright .categories-aside__sublink {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        padding: 18px 20px;
        transition: color 0.25s;
    }
}

@media (min-width: 1199px) {
    .catalog #column-left {
        -ms-flex: 0 0 318px;
        flex: 0 0 318px;
        max-width: 318px;
    }

    .catalog .row > .col-xl-9 {
        -ms-flex: 0 0 calc(100% - 318px);
        flex: 0 0 calc(100% - 318px);
        max-width: calc(100% - 318px);
    }
}

.products__item-image {
    height: 274px;
}

.products__item-title, .compare__item-title {
    margin: 0 0 12px;
    color: #1C1C1A;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 26px */
    letter-spacing: 1px;
    height: 52px;
    clear: both;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
    transition: color 0.25s;
}

.compare__item-title {
    font-size: 16px;
    margin: 0;
}

.products__item-price, .compare__item-price {
    margin: 0;
    color: #1C1C1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    clear: both;
    align-items: flex-end;
}

.compare__item-price {
    font-size: 18px;
}

.products__item-price del, .price-old {
    color: #9A9A9A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
    text-decoration-line: line-through;
    margin-bottom: 5px;
}

.products__item-price del:after, .price-old:after {
    background: #9A9A9A;
}

.products__item-status {
    width: 100%;
    display: block;
    margin: 0 1.5rem 1rem 0;
    color: #9A9A9A;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 15.6px */
    letter-spacing: 0.6px;
    position: relative;
    padding: 0;
    clear: both;
}

.products__item-status:before {
    display: none;
}

.catalog .products__list--grid-4 .ui-btn--primary, .button-buy-product, #button-search {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 8px;
    background: #BD9A5F;
    margin: 20px 0 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding: 8px 10px;
    min-height: 44px;
    opacity: 1;
}

#button-search {
    max-width: 400px;
    width: 100%;
    margin: 0;
    min-width: 240px;
}

.catalog .products__list--grid-4 .ui-btn--primary:hover, .button-buy-product:hover, #button-search:hover {
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    opacity: 1;
    color: #BD9A5F;
    border: 1px solid #BD9A5F;
}

.products__item-action .ui-btn--view {
    color: #1C1C1A;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #BD9A5F;
    background: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(3px);
}

.products__item-action .ui-btn--view:hover {
    background: #BD9A5F;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    color: #fff;
}

.products__item-action {
    padding: 1rem 0 0;
}

.products__item-in {
    padding: 10px;
}

.products__item-action {
    width: 100%;
}

.icon-favorites-active {
    width: unset;
    height: unset;
}

.catalog .seo, .blog .seo, .brands .seo {
    border-top: 1px solid transparent;
}

.breadcrumbs__menu li:last-of-type {
    color: #BD9A5F;
}

.ui-add-to-cart.is-active .ui-btn--primary, .ui-add-to-cart.is-active .comments__form-btn, .ui-add-to-cart.is-active .brands__search-btn, .ui-add-to-cart.is-active .details__comments-form-btn, .ui-add-to-cart.is-active .reviews__form-btn {
    border: 1px solid #BD9A5F;
    background: #BD9A5F;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 15px;
    padding-right: 15px;
    width: 13.2rem;
}

.ui-add-to-cart.is-active .ui-btn--primary:hover span, .ui-add-to-cart.is-active .comments__form-btn:hover span, .ui-add-to-cart.is-active .brands__search-btn:hover span, .ui-add-to-cart.is-active .details__comments-form-btn:hover span, .ui-add-to-cart.is-active .reviews__form-btn:hover span {
    color: #fff;
}

.sku__compact-item-action .ui-btn svg {
    display: none;
}

.details__txt {
    max-width: 100%;
}

@media (min-width: 1199px) {
    .details__tabs-content {
        padding: 0;
    }
}

@media (min-width: 1199px) {
    .details__comments {
        -ms-flex-align: start;
        align-items: flex-start;
        flex-direction: column-reverse;
        max-width: 1195px;
        width: 100%;
        margin: 0 auto;
    }

    .details__comments-content, #faq_content {
        margin: 30px 0 0 0;
        width: 100%;
    }

    .details__comments-sidebar {
        width: 100%;
    }
}

.ui-progress__line-bar {
    background: #BD9A5F;
}

.details__comments-review-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 80px;
    align-items: center;
    border: 1px solid transparent;
    border-bottom: 1px solid #E4E4E4;
    position: relative;
}

.details__comments-review-item:first-of-type {
    border-top: 1px solid #E4E4E4;
}

.details__comments-item-title {
    color: #1C1C1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    margin: 10px 0 0;
}

.details__comments-item-date {
    color: #B5B5B5;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.details__comments-item-body {
    border-left: 1px solid #E4E4E4;
    padding-left: 60px;
}

.details__comments-item-readmore {
    color: #1C1C1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.details__comments-item-foot {
    -ms-flex-order: unset;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.ui-btn--like {
    color: #BD9A5F;
}

.ui-btn--dislike {
    color: #BD9A5F;
}

.details__comments-item-rating svg.icon-star {
    color: #BD9A5F;
}

.details__comments-rating {
    background: #FFFFFF;
    border: 1px solid transparent;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    border-radius: 0;
    padding: 3rem;
    margin: 0 0 2rem;
}

@media (min-width: 1199px) {
    .details__comments-form {
        background: #FFFFFF;
        border: 1px solid transparent;
        border-radius: 0;
        padding: 3rem 3rem 3.5rem;
    }
}

.ui-input, .ui-range__input, .ui-textarea, .form-control:not(select) {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #B0B0B0;
    color: #B0B0B0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-appearance: none;
    appearance: none;
}

.ui-rating__input:checked ~ .ui-rating__star {
    color: #BD9A5F;
}

.details__comments-form .ui-btn--primary {
    border-radius: 4px;
    background: #BD9A5F;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: .2s;
}

.details__comments-form .ui-btn--primary:hover {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    color: #BD9A5F;
    opacity: 1;
}

.sku__rating {
    display: none;
}

.details__comments-item {
    background: #FFFFFF;
    border: 1px solid transparent;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    border-radius: 0;
}

.details__comments-item-letter {
    display: none;
}

.details__comments-item-answer {
    border-radius: 0;
    background: #E4E4E4;
    margin: 3rem 0 0;
}

.details__comments-item-answer-date {
    color: #1C1C1A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.details__comments-item-answer-body, .details__comments-item-body {
    color: #1C1C1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.details__comments-item-answer-title {
    color: #1C1C1A;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

@media (max-width: 1199px) {
    .details__comments-form-btn, .reviews__form-btn {
        border-radius: 4px;
        background: #BD9A5F;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        transition: .2s;
        margin: 0 16px;
        width: calc(100% - 32px)
    }

    .details__comments-form-btn:hover, .reviews__form-btn:hover {
        border-radius: 6px;
        background: #FFF;
        box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
        color: #BD9A5F;
        opacity: 1;
    }

    .details__comments-form-offcanvas {
        justify-content: center;
    }
}

.details__comments-form > a {
    color: #BD9A5F;
}

.details__comments-form > a:hover {
    color: #313131;
}

@media (min-width: 992px) and (max-width: 1699px) {
    .products__list--grid-4 > li, .products__list--responsive.products__list--grid-4 > li {
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
        max-width: 33.333%;
    }
}

@media (max-width: 767px) {
    .products__item-image {
        height: 204px;
    }

    .products__list--grid-4 > li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 567px) {
    .products__item-image {
        height: 174px;
    }

    .products__list--grid-4 > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 1199px) and (max-width: 1299px) {
    .products__item-image {
        height: 244px;
    }
}

@media screen and (max-width: 767px) {
    .sku__compact.js-sku-compact {
        display: block;
        position: fixed;
        bottom: 0;
        z-index: 99;
        width: 100%;
    }

    .is-header-sticky .header__sticky {
        transform: translate(0, 0) !important;
    }

    .details__control {
        display: none;
    }

    .sku__compact {
        border-radius: 10px 10px 0px 0px;
        background: rgba(49, 49, 49, 0.93);
        backdrop-filter: blur(4.5px);
        left: 0;
        margin: 0;
        padding: 10px 0 98px 0;
    }

    .sku__compact-control-menu {
        justify-content: center;
    }

    .sku__compact-control-btn {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .sku__compact-control-btn.is-active {
        border-bottom: 1px solid #fff;
    }

    .sku__compact .sku__compact-item-action {
        top: -60px;
        right: 10px;
        position: absolute;
    }

    .sku__compact-control-btn:hover {
        color: #BD9A5F;
    }

    .details__comments-review-item {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 10px;
        align-items: flex-start;
    }

    .details__comments-item-body {
        border-left: 0 solid transparent;
        padding-left: 0;
    }
}

@media screen and (max-width: 567px) {
    .sku__compact-control-btn {
        font-size: 13px;
    }

    .sku__compact-control-menu {
        scrollbar-width: thin; /* Firefox */
        -webkit-overflow-scrolling: touch;
        /* пла
           }

           .sku__compact-control-menu li {
               flex: 0 0 auto; /* предотвращает сжатие и перенос */
    }

    .sku__compact-control-menu::-webkit-scrollbar {
        height: 6px;
    }

    .sku__compact-control-menu::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 4px;
    }

    .sku__compact {
        border-radius: 10px 10px 0px 0px;
        background: rgba(49, 49, 49, 0.93);
        backdrop-filter: blur(4.5px);
        left: 0;
        margin: 0;
        padding: 10px 0 70px 0;
    }

    .sku__compact-control-menu > li {
        margin: 0;
    }

    .sku__compact-control-counter {
        display: none;
    }

    .sku__compact .ui-add-to-cart .ui-btn--primary {
        font-size: 14px;
        max-width: 20rem;
        min-width: 13rem;
        width: 100%;
    }
}

.sku__compact-control-counter {
    color: #fff;
}

@media (max-width: 1199px) {
    .details__comments {
        padding: 0 16px;
    }

    .details__comments-rating.is-xl-hidden {
        display: none;
    }
}

@media (max-width: 1299px) {
    .details__txt {
        max-width: calc(100% - 1rem);
        margin-left: 0.5rem;
    }
}

@media (max-width: 1199px) {
    .header__call-offcanvas {
        justify-content: center;
    }
}


#simplecheckout_cart > .table-responsive {
    display: none;
}

.simple-content .checkout-heading {
    background-color: transparent;
    border: 0 solid transparent;
    border-radius: 0;
    padding: 0;
    color: #1C1C1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0;
}

@charset "UTF-8";
.checkout .header-block {
    padding: 12px 0;
    margin-bottom: 20px;
    align-items: center;
}

.checkout .nav-tabs {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.header-logo-checkout {
    height: 75px;
    display: flex;
    align-items: center;
}

.header-back-checkout {
    margin-left: 50px;
    margin-right: auto;
}

.header-logo-checkout img {
    filter: invert(0.9);
    margin-right: 10px;
}

.checkout .header-phones {
    padding-right: 0;
}

.checkout .header-phones__main {
    font-size: 16px;
}

.header_phones_pretxt {
    color: var(--grey1);
    padding-right: 5px;
}

.checkout footer {
    padding: 0;
}

.checkout .footer__socials-payments {
    padding: 0 0 40px 0;
}

.checkout-customer__inner {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    gap: 20px;
    margin: 0 24px 0 0;
}

.checkout-customer__inner .control-label, .unicheckout__comment .control-label {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #8493A8;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .checkout-customer__inner {
        display: grid;
        grid-template-columns: repeat(1, 97%);
        gap: 20px;
        margin: 0 3%;
    }
}

#cart.fly {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 0;
}

.header-cart__dropdown {
    display: none !important;
}

#unicheckout {
    position: relative;
    counter-reset: section;
}

.checkout_heading {
    position: relative;
    color: #8493a8;
    font-size: 16px;
    margin: 40px 0 25px;
}

.checkout_heading::before {
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: -38px;
    top: -2px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #eceff4;
    border-radius: 14px;
    text-align: center;
}

.checkout-cart__wrapper {
    margin: 0 0 20px;
}

.checkout-cart__item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    min-height: 173px;
}

.checkout-cart__item {
    border-bottom: solid 1px #eceff4;
}

.checkout-cart__image {
    flex: 0 0 100px;
    padding: 0 25px 0 0;
}

.checkout-cart__item-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
}

.checkout-cart__name {
    flex: 1 0 0;
    padding: 0 15px 0 0;
    font-size: 13px;
}

.checkout-cart__name a {
    color: #8493a8;
}

.checkout-cart__options {
    margin: 5px 0;
}

.checkout-cart__options-item {
    display: block;
    margin: 0 10px 0 0;
    color: #888;
}

.checkout-cart__model {
    margin: 0 0 0 auto;
    padding: 0 25px 0 0;
    font-size: 0.95em;
}

.checkout-cart__quantity {
    padding: 0 25px 0 0;
}

.checkbox-label {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #374355;
}

.checkbox-inner .control-label {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    color: #8493A8;
}

.checkbox-inner .form-control {
    border-radius: 4px 0 0 4px;
}

.checkbox-inner .form-group button {
    background: #D59B38;
    border: 1px solid #D59B38;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.checkbox-inner .form-group {
    margin: 30px 40px;
}

.checkbox-inner .form-group div {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.checkbox-input + .label {
    display: block;
    cursor: pointer;
}

.checkbox-input {
    display: none;
}

.checkbox-input + label:before {
    content: "✔";
    border: 1px solid #CAD3DF;
    background: #fff;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    font-size: 16px;
    height: 24px;
    color: transparent;
    margin-right: 10px;
    vertical-align: bottom;
    transition: 0.2s;
}

@media (max-width: 767px) {
    .checkbox-inner .form-group {
        margin: 20px 25px;
    }

    .checkbox-inner {
        width: 80vw;
    }

    .checkbox-inner .form-group div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .checkbox-inner .form-control {
        border-radius: 4px;
    }

    .checkbox-inner .form-group button {
        border-radius: 4px;
        width: 100%;
        margin-top: 20px;
    }
}

.checkbox-input + label:active:before {
    transform: scale(0);
}

.checkbox-input:checked + label:before {
    border: 0 solid #000;
    background: #D59B38;
    color: #fff;
}

.checkbox-input:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

.checkbox-input:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

.checkbox-label input {
    margin: 0 10px 0 0;
    padding: 0;
}

.checkbox-inner {
    border-radius: 4px;
    background: #F9FAFB;
    padding: 30px 24px;
    margin: 0 0 10px;
}

.checkout-cart__quantity, .checkout-cart__price, .checkout-cart__total {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.checkout-cart__quantity .qty-switch {
    margin: 0;
}

.checkout-cart__price {
    flex: 0 0 80px;
    font-size: 15px;
    white-space: nowrap;
}

.checkout-cart__total {
    flex: 0 0 90px;
    font-size: 15px;
    white-space: nowrap;
}

.checkout-cart__price-text, .checkout-cart__total-text {
    margin: 0 0 10px;
    line-height: 1em;
    font-size: 10px;
    text-align: center;
}

.checkout-cart__remove {
    padding: 0 5px;
    color: #888;
    cursor: pointer;
}

.checkout-cart__text-additional {
    margin: 0 0 10px;
    font-size: 0.95em;
    color: #888;
}

.checkout-cart__text-reward {
    margin: 0 0 20px;
    font-size: 0.95em;
    font-weight: 500;
}

.checkout-cart__coupon, .checkout-cart__reward, .checkout-cart__voucher {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 10px;
}

.checkout-cart__coupon-input, .checkout-cart__reward-input, .checkout-cart__voucher-input {
    max-width: 180px;
    height: 50px;
    margin: 0 -1px 0 0;
    font-size: 0.8em;
    border-radius: 3px 0 0 3px;
}

.checkout-cart__coupon-btn, .checkout-cart__reward-btn, .checkout-cart__voucher-btn {
    height: 50px;
    font-size: 0.85em;
    border-radius: 0 3px 3px 0;
}

.product-thumb-related {
    display: flex;
    margin: 0 0 20px;
}

.product-thumb-related__image {
    flex: 0 0 33.333333%;
}

.product-thumb-related__caption {
    display: flex;
    flex-direction: column;
    padding: 0 0 0 15px;
}

.product-thumb-related__name {
    display: block;
    font-weight: 500;
    margin: 0 0 15px;
}

.product-thumb-related__price {
    margin: 0 0 15px;
    font-size: 1.3em;
}

.checkout-login {
    margin: 0 0 20px;
    padding: 15px;
    font-size: 0.95em;
    font-weight: 500;
    background: #F8F9FB;
    border-radius: 4px;
}

.checkout-login__link {
    border-bottom: dotted 1px;
}

.checkout-customer {
    margin: 0 -7.5px;
}

.checkout-customer__input {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
}

.checkout-customer__input.full-width {
    width: 100%;
}

.checkout-customer__group {
    display: none;
}

.checkout-customer__group-label {
    margin: 0 0 10px;
    font-weight: 500;
    color: #888;
}

.checkout-customer__group-item {
    margin: 0 0 5px 0;
}

.checkout-customer__register {
    padding: 0 0 1px;
}

.checkout-customer__register-label {
    margin: 20px 0 10px;
}

.unicheckout__address {
    position: relative;
}

.unicheckout__address .cover {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
}

.checkout-address-new {
    margin: 0 -7.5px;
}

.checkout-address-new__input, .checkout-address-new__select {
    width: calc(50% - 15px);
    margin: 0 7.5px 15px;
}

.checkout-address-new__input.full-width {
    width: 100%;
}

.checkout-sticky {
    position: sticky;
    top: 20px;
    padding-left: 35px;
}

.checkout-sticky__wrapper {
    padding: 30px 25px;
    background: #F8F9FB;
    border-radius: 4px;
}

.checkout-sticky__heading {
    margin: 0 0 20px;
    font-size: 24px;
}

.checkout-sticky__total {
    margin: 10px 0;
    line-height: normal;
}

.checkout-sticky__total-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
}

.checkout-sticky__total-item:last-child {
    padding: 25px 0;
    border-top: 1px solid #eceff4;
    border-bottom: 1px solid #eceff4;
    margin: 10px 0 0;
}

.checkout-sticky__total-title {
    color: #8493a8;
}

.checkout-sticky__total-text {
    /*min-width:90px;*/
    padding: 0 0 0 10px;
    white-space: nowrap;
}

.checkout-sticky__total-item:last-child .checkout-sticky__total-text {
    font-size: 24px;
}

.checkout-sticky__total-text .coupon {
    color: #D9534F;
}

.checkout-sticky__confirm-agree {
    margin: 30px 0 0;
    font-size: 13px;
    color: #8493a8;
}

.checkout-sticky__confirm-agree .input {
    display: block;
}

.checkout-sticky__confirm-agree .input input {
    top: 2px;
}

.checkout-sticky__confirm-agree a {
    color: #374355;
}

.checkout-comment {
    min-height: 100px;
    margin: 0;
}

.unicheckout__user, .unicheckout__comment {
    margin: 0 0 40px;
    border-bottom: 1px solid #eceff4;
    padding-bottom: 20px;
    font-size: 15px;
}

.unicheckout__payment, .unicheckout__shipping {
    margin: 0 0 40px;
    border-bottom: 1px solid #eceff4;
    font-size: 15px;
}

@media (max-width: 767px) {
    .unicheckout__comment-inner {
        margin-left: -40px !important;
    }
}

.unicheckout__address {
    margin: 0 0 10px;
}

.unicheckout__custom-field {
    margin: -15px 0 20px;
}

.shipping-method__label {
    width: 100%;
}

.shipping-method__quote {
    display: flex;
    width: calc(100% - 26px);
    justify-content: space-between;
    line-height: 24px;
}

.shipping-method__quote-text {
    white-space: nowrap;
    font-size: 18px;
}

#unicheckout .hide {
    display: none;
}

#unicheckout .custom-field__label {
    display: block;
    margin: 0 0 10px;
    font-weight: 500;
    color: #888;
}

#unicheckout .custom-field label + .text-danger {
    margin: -5px 0 10px;
}

.payment-method .radio label, .shipping-method .radio label {
    padding: 26px 24px;
    border-radius: 4px;
    position: relative;
}

@media (max-width: 767px) {
    .payment-method .radio label, .shipping-method .radio label {
        padding: 20px 24px;
        border-radius: 4px;
        position: relative;
    }

    .unicheckout__address .radio {
        margin: 30px 0 30px -15px;
    }

    #payment-existing {
        margin: 30px 0 30px -40px;
    }
}

.payment-method .radio label:hover, .shipping-method .radio label:hover {
    background: #F8F9FB;
}

.preloader {
    position: fixed;
}

.fly-block__wishlist, .fly-block__compare {
    display: none;
}

@media (max-width: 575px) {
    .checkout-cart__wrap {
        margin: 0 0 20px;
    }

    .checkout-cart__item {
        padding: 15px 0;
    }

    .checkout-cart__item-wrapper {
        flex-wrap: wrap;
    }

    .checkout-cart__name {
        flex: 1 0 100%;
        margin: 0 0 10px;
        font-size: 0.95em;
    }

    .checkout-cart__model {
        flex: 1 0 100%;
        margin: 0 0 15px;
        font-size: 0.85em;
    }

    .checkout-cart__quantity {
        padding: 0 15px 0 0;
    }

    .checkout-cart__total {
        flex: auto;
        font-size: 1.1em;
    }

    .checkout-cart__total-text {
        display: none;
    }

    .checkout-cart__text-additional {
        display: none;
    }
}

@media (max-width: 330px) {
    .checkout-cart__quantity {
        flex: 1 0 100%;
        padding: 0 15px 15px 0;
    }
}

.col-sm-12 {
    color: transparent;
}

.unicheckout-sticky__total-item {
    color: #1C1C1A;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header__search-more a {
    color: #D59B38;
}

.header__search-more a:hover {
    color: #5A5653
}

.header__search-category-mark {
    border-radius: 10px;
    background: #313131;
    color: #FFFFFF;
}

.header__search-autocomplete {
    border-radius: 0;
}

.header__search-item-price del:after {
    background: #000000;
}

@media (max-width: 1199px) {
    .header__search-offcanvas {
        background: #fff;
    }

    .header__search-menu .header__search-item {
        display: none;
    }

    .header__search-input {
        color: #1C1C1A;
    }

    .header__search-dropdown .products__item-action .ui-btn--view {
        width: 50%;
    }

    .header__search-dropdown .ui-add-to-cart .ui-btn--primary {
        width: 50%;
    }

    .header__search-dropdown .products__item {
        margin: 0 0 20px;
    }
}

.unicheckout-sticky__heading {
    color: #1C1C1A;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0 0 40px;
}

.unicheckout-sticky__total > div {
    margin-bottom: 30px;
}

.unicheckout-sticky__confirm-btn {
    border-radius: 5px;
    background: #BD9A5F;
    color: #FFFFFF;
    min-height: 60px;
}

.simplecheckout-button-block {
    padding: 0;
}

.unicheckout-sticky__wrapper {
    padding: 0 0 0 30px;
}

.simplecheckout {
    padding-right: 120px;
}

.checkout-cart__item {
    border-bottom: 1px solid #E4E4E4;
}

.checkout-cart__item:first-of-type {
    border-top: 1px solid #E4E4E4;
}

.checkout-cart__name a {
    color: #1C1C1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    text-transform: uppercase;
}

.checkout-cart__name a:hover {
    color: #BD9A5F;
}

.checkout-cart__total, .checkout-cart__price {
    color: #1C1C1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0 20px;
    text-align: left;
    min-width: 143px;
}

.checkout-cart__price-text, .checkout-cart__total-text {
    color: #A6A6A6;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
}

.unicheckout-sticky {
    top: 0 !important;
}

.qty-switch__cart button {
    color: #1C1C1A;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.checkout-cart__quantity .qty-switch {
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
}

.checkout-cart__remove {
    max-width: 24px;
    width: 100%;
    min-height: 24px;
    object-fit: contain;
    margin: 0 20px 100px 0;
}

.qty-switch__cart input {
    display: flex;
    max-width: 66px;
    width: 100%;
    min-height: 50px;
    flex-direction: column;
    justify-content: center;
    color: #4D4D4D;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background-color: #F2F2F2;
    border-radius: 0;
    border: solid 0 transparent;
    margin: 0;
}

.unicheckout-sticky__confirm-btn:hover, #simplecheckout_button_login:hover {
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    color: #fff;
    background: #BD9A5F;
}

.checkout-heading-button a {
    color: #BD9A5F
}

.checkout-heading-button a:hover {
    color: #4D4D4D;
}

.checkout-cart__remove:hover svg path {
    fill: #BD9A5F
}

.checkout-cart__coupon input, .checkout-cart__reward input {
    display: flex;
    max-width: 250px;
    width: 100%;
    min-height: 50px;
    flex-direction: column;
    justify-content: flex-start;
    color: #4D4D4D;
    text-align: left;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background-color: #F2F2F2;
    border-radius: 0;
    border: solid 0 transparent;
    margin: 0 20px 0 0;
}

.checkout-cart__coupon button, .checkout-cart__reward button {
    background: #BD9A5F;
    color: #fff;
    font-size: 16px;
    margin-left: 10px;
}

.simplecheckout-block-content input {
    border-radius: 10px;
    border: 1px solid #D6D6D6 !important;
    min-height: 64px;
    color: #1C1C1A;
}

.simplecheckout-block-content .form-group {
    margin: 0 0 60px;
}

.simplecheckout-block-content label {
    color: #1C1C1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding: 0;
        text-align: left;
    }
}

.simplecheckout-block-content fieldset {
    padding: 0;
    margin-top: 30px;
}

#simplecheckout_cart {
    margin-bottom: 50px;
}

.simplecheckout-error-text {
    display: block;
    position: absolute;
    bottom: -25px;
    left: 10px;
    margin-top: 3px;
    color: #BD9A5F;
}

.is-error .ui-input, .is-error .ui-range__input, .is-error .ui-textarea, .has-error .form-control {
}

.row-customer_register > div > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 22px;
}

.row-customer_register .radio {
    display: block !important;
    margin-right: 0;
    padding: 0;
}

.row-customer_register .radio input {
    margin: 0;
    position: relative;
}

.row-customer_register .radio label {
    padding: 0;
    color: #1C1C1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin: 0;
    display: flex !important;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

input[type="radio"] {
    appearance: none !important; /* убрать стандартный стиль */
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 40px !important; /* ширина кружка */
    height: 40px !important;
    max-height: 40px !important;
    min-height: 40px !important; /* высота кружка */
    border: 2px solid #BD9A5F !important; /* граница */
    border-radius: 50% !important; /* круг */
    background-color: #fff !important; /* фон неактивного */
    cursor: pointer !important;
    display: inline-block !important;
    position: relative !important;
    vertical-align: middle !important;
    transition: all 0.2s !important;
    padding: 8px !important;
}

input[type="radio"]:checked {
    border-color: #BD9A5F !important; /* цвет рамки при активации */
    background-color: #fff !important; /* фон при активации */
}

input[type="radio"]:checked::after {
    content: "" !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 24px !important; /* размер точки внутри */
    height: 24px !important;
    background: #BD9A5F !important;
    border-radius: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.simplecheckout-block-content {
    padding: 0;
}

.simplecheckout .shipm {
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 22px;
    padding: 0;
    margin: 20px 0 40px;
}

.shipm input {
    margin: 0 !important;
}

#simplecheckout_shipping p {
    display: none;
}

.shipping-method__item {
    margin-bottom: 30px;
}

.simplecheckout-block-content select {
    color: #1C1C1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    min-height: 64px;
    border-radius: 10px;
}

.ui-label.required:before, div.required .control-label:before {
    color: #BD9A5F;
}

.unicheckout-sticky__confirm-description {
    color: #B0B0B0;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 30px 0 0;
    text-align: left;
}

@media screen and (min-width: 767px) {
    #simple_login {
        max-width: 573px;
        width: 100%;
    }
}

#simplecheckout_login h5 {
    color: #191D23;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 24px 0;
}

#simplecheckout_login fieldset {
    padding: 0;
    margin: 0
}

#simple_login {
    padding: 24px;
}

#simple_login .simplecheckout-block-content {
    padding: 0;
}

#simplecheckout_login .simplecheckout-block-content {
    padding: 0 !important;
}


@media screen and (min-width: 1199px) {
    .header__catalog-overlay {
        position: fixed;
        inset: 0;
        background: rgba(0, 0, 0, 0);
        opacity: 0;
        visibility: hidden;
        transition: background-color 0.3s ease, opacity 0.3s ease, visibility 0.3s;
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        pointer-events: none;
        z-index: 9998;
    }

    .header__catalog-overlay.open {
        background: rgba(0, 0, 0, 0.4);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .header__catalog-overlay .header__catalog-offcanvas {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: 1360px !important;
        max-width: 100%;
        height: 100vh !important;
        background: #fff;
        margin: 0 !important;
        padding: 2rem;
        border-radius: 0 !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(-100%);
        transition: transform 0.4s ease !important;
        overflow-y: auto;
        will-change: transform;
    }

    .header__catalog-overlay.open .header__catalog-offcanvas {
        transform: translateX(0) !important;
    }

    .header__catalog-main {
        flex: 1;
        padding: 1rem;
        overflow-y: auto;
        transition: opacity 0.3s ease;
        background: #fff;
        min-height: 100%;
    }

    .header__catalog-dropdown {
        opacity: 0;
        transform: translateX(20px);
        transition: opacity 0.3s ease, transform 0.3s ease;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 1360px !important;
        max-width: 100%;
        height: 100vh !important;
        background: #fff !important;
        z-index: 9;

    }

    .header__catalog-dropdown.is-active {
        opacity: 1 !important;
        visibility: visible !important;
        transform: translateX(0);
    }

    .header__catalog-menu > li {
        position: unset !important;
    }
}

@media (min-width: 1199px) {
    .header__catalog-btn:hover {
        background: transparent;
        border-color: transparent;
        color: #BD9A5F;
    }

    .header__catalog-back {
        display: inline-block;
        background: none;
        border: none;
        font-size: 1rem;
        font-weight: 500;
        color: #333;
        padding: 0.75rem 1rem;
        cursor: pointer;
        text-align: left;
        width: 100%;
        border-bottom: 1px solid #eee;
        transition: background 0.2s;
    }

    .header__catalog-back:hover {
        background: #f7f7f7;
    }

    .header__catalog-menu .header__catalog-dropdown {
        display: none !important;
    }
}


.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: flex;
    justify-content: flex-start;
    transition: all 0.3s;
}

.side-menu {
    width: 100%;
    max-width: 1360px;
    background: #fff;
    height: 100vh;
    display: flex;
    flex-direction: row;
    position: relative;
}

@media screen and (max-width: 1440px) {
    .side-menu {
        width: 100%;
        max-width: 1120px;
    }
}

.side-menu__close {
    position: absolute;
    top: 20px;
    right: -90px;
    font-size: 62px;
    cursor: pointer;
    background: none;
    border: 0;
    color: #fff;
}

.side-menu__content {
    display: flex;
    width: 100%;
}

.side-menu__left {
    width: 50%;
    background: #1C1C1A;
    color: #fff;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.side-menu__left-wrapper {
    text-decoration: none;
    width: 90%;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.icon-arrow-down {
    opacity: 0;
}

.side-menu__left-wrapper h3 {
    color: #FFF;
    font-size: 52px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 0;
    position: absolute;
    bottom: 124px;
    left: 57px;
    right: 57px;
}

.side-menu__left-wrapper p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin: 30px 0 0;
    text-align: left;
    position: absolute;
    bottom: 81px;
    left: 57px;
}

.side-menu__left img {
    max-width: 100%;
    margin-bottom: 20px;
    width: 100%;
}

.side-menu__right {
    width: 50%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    max-height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.side-menu__search input {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}

.side-menu__section ul {
    list-style: none;
    padding: 0;
}

.side-menu__section li {
    margin: 10px 0;
}

.side-menu__section a {
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.side-menu__bottom {
    margin-top: 40px;
}

.side-menu__socials a {
    margin-right: 10px;
    font-size: 20px;
}

@media (max-width: 768px) {
    .side-menu__left {
        display: none;
    }

    .side-menu__right {
        width: 100%;
    }
}

.hidden {
    display: none !important;
}

.js-side-menu-toggle span {
    color: #fff;
    transition: .2s;
    margin: 0 0 0 10px;
}

.js-side-menu-toggle:hover span {
    color: #BD9A5F;
}

.side-menu-search {
    width: 100%;
}

.side-menu-search input {
    border-bottom: 1px solid #B0B0B0;
    border-radius: 0;
    color: #B0B0B0;
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 100%;
    padding: 20px 0;
}

.side-menu-search input::placeholder {
    color: #B0B0B0;
}

.side-menu__search-control {
    position: relative;
}

.side-menu__search-control button {
    right: 0;
    top: 0;
    position: absolute;
}

.side-menu__search-control img {
    filter: grayscale(100%) brightness(0.6);

}

/* ───────── layout / overlay ───────── */
.side-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1100;
    overflow-y: auto;
    transition: opacity .25s;
}

.side-menu-overlay.hidden {
    display: none;
}

/* кнопка «×» */
.side-menu__close {
    position: absolute;
    top: 20px;
    right: -50px;
    font-size: 39px;
    cursor: pointer;
    background: none;
    border: 0;
}

/* ───────── навигация ───────── */
.side-menu__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-menu__menu img {
    max-width: 64px;
    width: 100%;
    min-height: 64px;
    object-fit: contain;
    margin-right: 30px;
}

.side-menu__menu.hidden {
    display: none;
}

.side-menu__root-btn {
    justify-content: space-between;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.side-menu__open {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 32px;
    justify-content: center;
}

.side-menu__back {
    margin-bottom: 16px;
}

/* ───────── misc ───────── */
.side-menu__left img {
    max-width: 100%;
    display: block;
    border-radius: 8px;
    margin-bottom: 12px;
}

.side-menu__phone {
    font-size: 1.1em;
    font-weight: 600;
    margin-top: 24px;
}

.side-menu__socials a {
    margin-right: 8px;
}

.side-menu__search {
    padding: 32px 24px 0;
}

.side-menu__menu li {
    padding: 0 24px;
    transition: .2s;
    min-height: 80px;
    color: #1C1C1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
}

.side-menu__menu li:hover {
    background: rgba(189, 154, 95, 0.20);

}

.side-menu__menu li .side-menu__open {
    padding: 0;
    min-height: 80px;
    min-width: 150px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    border-left: 1px solid #fff;
}

.side-menu__menu li .side-menu__open:hover svg path {
    fill: #fff;
    stroke: #fff;
}

.side-menu__open {
    width: unset !important;
    position: unset !important;
}

.side-menu__menu li a {
    color: #1C1C1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    width: unset;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.side-menu__menu li a:hover {
    color: #1C1C1A;
}

.side-menu__back button {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 0;
    width: 100%;
}

.side-menu__submenu {
    position: absolute;
    top: 0;
    background-color: #fff;
    width: 100%;
}

.side-menu__submenu li:first-of-type {
    border-bottom: 1px solid #B0B0B0;
}

#simple_login_header {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

#simple_login_header img {
    margin: 0 !important;
    object-fit: contain;
    max-width: 188px;
    width: 100%;
    min-height: 44px;
}

#simplecheckout_login .simplecheckout-block-content .form-group {
    margin: 0 0 24px;
}

#simplecheckout_login .simplecheckout-block-content label {
    margin: 0 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.forgot-pass {
    color: #B0B0B0;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.forgot-pass:hover {
    color: #BD9A5F;
}

#simplecheckout_button_login {
    border-radius: 4px;
    background: #BD9A5F;
    width: 100%;
    color: #FFF;
    text-align: center;
    font-feature-settings: 'liga' off, 'clig' off;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 10px 0 0 !important;
}

@media screen and (min-width: 767px) {
    #simple_login {
        max-width: 573px;
        width: 100%;
        height: 435px !important;
    }
}

#simple_login .simplecheckout-warning-block {
    clear: both;
    position: absolute;
    width: 100%;
    left: 0;
    top: -80px;
    background-color: #BD9A5F;
    color: #FFF;
    border: 1px solid transparent;
    border-radius: 10px;
}

#simple_login .simplecheckout-block-content input {
    border-radius: 4px;
    min-height: 40px;
}

#simplecheckout_login .button {
    margin: 10px 0 0 !important;
}

@media screen and (max-width: 767px) {
    #simple_login {
        padding: 14px;
    }

    #simple_login_header img {
        max-width: 148px;
        width: 100%;
        min-height: 24px;
    }

    #simplecheckout_login h5 {
        font-size: 18px;
        margin: 18px 0;
    }

    .simplecheckout-block-content label {
        font-size: 14px;
        padding: 5px 10px 10px;
    }

    #simplecheckout_login .simplecheckout-block-content .form-group {
        margin: 0 0 18px;
    }

    #simplecheckout_login .button {
        margin: 5px 0 0 !important;
        font-size: 14px;
    }

    #simple_login {
        height: 340px !important;
    }

    #simplecheckout_login .simplecheckout-warning-block {
        padding: 10px;
        font-size: 13px;
    }

    #simple_login .simplecheckout-warning-block {
        top: -90px;
        border-radius: 7px;
    }
}

.has-error .control-label {
    color: #BD9A5F;
}

.simple-content {
    margin: 30px 5px 0;
}

@media screen and (max-width: 1599px) {
    .simplecheckout {
        padding-right: 40px;
    }

    .checkout-cart__total, .checkout-cart__price {
        margin: 0 15px;
        min-width: 123px;
    }
}

@media screen and (max-width: 1299px) {
    .unicheckout-sticky__wrapper {
        padding: 0;
    }

    .simplecheckout {
        padding-right: 30px;
    }

    .checkout-cart__total, .checkout-cart__price {
        font-size: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .checkout-cart__total, .checkout-cart__price {
        font-size: 20px;
    }

    .checkout-cart__total, .checkout-cart__price {
        margin: 0 15px;
        min-width: 93px;
    }

    .qty-switch__cart input {
        max-width: 56px;
        font-size: 18px;
    }

    input[type="radio"]:checked::after {
        width: 18px !important;
        height: 18px !important;
    }

    input[type="radio"] {
        width: 30px !important;
        height: 30px !important;
        max-height: 30px !important;
        min-height: 30px !important;
        padding: 6px !important;
    }
}

@media screen and (max-width: 1099px) {
    .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .checkout-cart__remove {
        position: absolute;
        right: 30px;
    }

    .checkout-cart__total, .checkout-cart__price {
        margin: 0 0 0 15px;
        min-width: 83px;
    }

    .simple-content {
        margin: 20px 5px 0;
    }

    .simplecheckout {
        padding: 0;
    }

    .checkout-cart__remove {
        right: 0;
    }
}

@media screen and (max-width: 991px) {
    .simple-content .checkout-heading {
        font-size: 18px;
        margin: 0;
    }

    .simplecheckout-block-content .form-group {
        margin: 0 0 30px;
    }
}


@media screen and (max-width: 567px) {
    .unicheckout-sticky__heading {
        font-size: 20px;
        margin: 0 0 20px;
    }

    .simple-content .checkout-heading {
        font-size: 16px;
        margin: 0;
    }

    .unicheckout-sticky__total > div {
        margin-bottom: 20px;
    }

    .unicheckout-sticky__confirm-btn {
        min-height: 50px;
    }

    .unicheckout-sticky__confirm-description {
        margin: 20px 0 0;
    }

    .checkout-cart__item {
        padding: 10px 0;
        min-height: 153px;
    }

    .qty-switch__cart input {
        max-width: 40px;
        font-size: 18px;
        min-height: 40px;
    }
}

@media screen and (min-width: 1099px) {
    .unicheckout-sticky {
        height: auto; /* или auto */
        position: relative; /* ensure context */
        overflow: visible; /* обязательно! */
    }

    .unicheckout-sticky__wrapper {
        position: sticky;
        top: 110px;
        margin-bottom: 50px;
    }

    .app {
        overflow: visible;
    }
}

.unicheckout-sticky__links {
    margin: 0 0 60px;
}

.unicheckout-sticky__links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.unicheckout-sticky__links ul li a {
    color: #1C1C1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 220%; /* 35.2px */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.unicheckout-sticky__links ul li a:hover {
    color: #BD9A5F;
}

.unicheckout-sticky__links ul li {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1099px) {
    .unicheckout-sticky__links {
        margin: 0 0 30px;
    }
}

@media (min-width: 1199px) {
    .compare__sticky.is-sticky {
        top: 100px !important;
    }
}

.compare__data-dl dt {
    color: #BD9A5F;
}

.ui-btn--compare.is-active svg.icon-favorites, .ui-btn--favorite.is-active svg.icon-favorites {
    fill: #BD9A5F;
    stroke: #BD9A5F;
}

.ui-btn--compare.is-active, .ui-btn--favorite.is-active {
    color: #BD9A5F;
}

.compare__item-price mark {
    display: none;
}

.compare__item-price del:after {
    background: #1C1C1A;
}

.side-menu__solo-links li {
    padding: 0 24px;
    transition: .2s;
    min-height: 80px;
    color: #1C1C1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
    justify-content: space-between;
}

.side-menu__solo-links li:hover {
    background: rgba(189, 154, 95, 0.20);
}

.side-menu__solo-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.side-menu__solo-links a {
    color: #1C1C1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-decoration: none;
}

.popup--prod .sku__view-body {
    padding: 24px;
}

.popup--prod .js-button-fast-cart {
    display: none;
}

.popup--prod .sku__view-head {
    color: #fff;
}

.popup--prod .product-social-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

@media screen and (max-width: 1199px) {
    .popup--prod .resize-container {
        padding: 0;
    }

    .popup--prod .sku__view-body {
        padding: 0;
    }

    .popup--prod .swiper-horizontal-slides {
        width: 100%;
        height: 100%;
    }

    .popup--prod .sku__addto-btn {
        display: none;
    }
}

.header__nav-action-btn .icon-favorites {
    margin-bottom: 0;
}

.dealers__header {
    min-height: 380px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url("/image/catalog/pages/dealers-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.service__header {
    min-height: 380px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url("/image/catalog/pages/service-bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.dealers__header h1, .service__header h1 {
    color: #FFF;
    text-align: center;
    font-family: "Prosto One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 48px */
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin: 0;
}

@media screen and (max-width: 767px) {
    .dealers__header {
        min-height: 300px;
    }

    .dealers__header h1, .service__header h1 {
        font-size: 28px;
    }
}

.dealers-form__description, .dealers__advantages__inner p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    max-width: 892px;
    margin: 40px 0 0 !important;
}

.dealers__advantages__inner p {
    margin: 20px 0 0 !important;
}

@media screen and (max-width: 767px) {
    .dealers-form__description, .dealers__advantages__inner p {
        font-size: 14px;
    }
}

.dealers__advantages {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 100px auto !important;
    gap: 165px;
}

.dealers__advantages__image-wrapper {
    max-width: 680px;
    width: 100%;
}

.dealers__advantages__image-wrapper img {
    object-fit: contain;
    max-width: 680px;
    width: 100%;
}

.dealers__advantages__inner h3 {
    color: #000;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 69px */
    text-transform: uppercase;
    margin: 0;
}

.dealers__advantages__inner h3 span {
    color: #BD9A5F;
}

.dealers__advantages__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    max-width: 745px;
    width: 100%;
}

.dealers__advantages__inner ul {
    list-style: none;
    text-decoration: none;
    margin: 0 !important;
}


.dealers__advantages__inner ul li {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 220%;
}

.ui-ul > li:after, .ui-wysiwyg ul:not([class]) > li:after {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 0;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    border-radius: 2px;
    background: #BD9A5F;
}

.dealers__support, .bloggers__support {
    background-color: #1C1C1A;
    background-image: url("/image/catalog/pages/dealers-dark-bg.svg");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 730px;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bloggers__support {
    margin: 100px 0 0;
    padding-top: 120px;
    padding-bottom: 120px;
}

.dealers__support h3, .bloggers__support h3, .bloggers__about h2 {
    color: #fff;
    font-family: "Prosto One";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 69px */
    text-transform: uppercase;
    margin: 0 0 60px;
    max-width: 100%;
    width: 100%;
}

.bloggers__about h2 {
    color: #000;
}

.bloggers__support h3 {
    margin: 0 0 40px;
}

.bloggers__support li h4 {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%; /* 43.2px */
    text-transform: uppercase;
    margin: 0 0 10px;
    text-align: left;
}

.bloggers__support li p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin: 0;
    text-align: left;
}

.dealers__support h3 span, .bloggers__support h3 span, .bloggers__about h2 span {
    color: #BD9A5F;
}

.dealers__support ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.bloggers__support ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.dealers__support ul li:after, .bloggers__support ul li:after {
    display: none !important;
}

.dealers__support ul li {
    margin: 0 !important;
    padding: 0 60px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 220%;
    min-height: 151px;
    text-align: center;
}

.bloggers__support ul li {
    margin: 0 !important;
    padding: 0 60px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 220%;
    min-height: 208px;
    text-align: center;
}

.bloggers__support ul li:nth-of-type(1) {
    border: 1px solid #fff;
}

.bloggers__support ul li:nth-of-type(2) {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.bloggers__support ul li:nth-of-type(3) {
    border: 1px solid #fff;
}

.bloggers__support ul li:nth-of-type(4) {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.dealers__support ul li:nth-of-type(1) {
    border: 1px solid #fff;
}

.dealers__support ul li:nth-of-type(2) {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.dealers__support ul li:nth-of-type(3) {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.dealers__support ul li:nth-of-type(4), .dealers__support ul li:nth-of-type(7) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.dealers__support ul li:nth-of-type(5), .dealers__support ul li:nth-of-type(8) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.dealers__support ul li:nth-of-type(6), .dealers__support ul li:nth-of-type(9) {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

@media screen and (max-width: 991px) {
    .dealers__advantages__image-wrapper {
        display: none;
    }

    .dealers__advantages {
        margin: 60px auto !important;
        gap: 40px;
    }

    .dealers__advantages__inner h3 {
        font-size: 36px;
    }

    .dealers__support h3, .bloggers__support h3, .bloggers__about h2 {
        font-size: 32px;
        margin: 0 0 40px;
        max-width: 652px;
    }

    .dealers__support ul li {
        padding: 0 20px !important;
    }

    .bloggers__support ul li {
        padding: 0 40px !important;
    }
}

@media screen and (max-width: 767px) {
    .dealers__support ul {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .bloggers__support li h4 {
        font-size: 20px;
    }

    .bloggers__support li p {
        font-size: 16px;
    }

    .dealers__support h3, .bloggers__support h3, .bloggers__about h2 {
        font-size: 28px;
    }

    .bloggers__support {
        margin: 20px 0 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .bloggers__support ul {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }

    .bloggers__support ul li:nth-of-type(1), .bloggers__support ul li:nth-of-type(3) {
        border-right: unset;
    }

    .dealers__support ul li:nth-of-type(1) {
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }

    .dealers__support ul li:nth-of-type(2) {
        border-top: unset;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .dealers__support ul li:nth-of-type(3) {
        border-top: unset;
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .dealers__support ul li:nth-of-type(4), .dealers__support ul li:nth-of-type(7) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .dealers__support ul li:nth-of-type(5), .dealers__support ul li:nth-of-type(8) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .dealers__support ul li:nth-of-type(6), .dealers__support ul li:nth-of-type(9) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .dealers__support {
        background-size: 530px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .dealers__support ul li {
        padding: 0 10px !important;
        min-height: 115px;
        line-height: 180%;
    }

    .dealers__advantages__inner ul li {
        font-size: 14px;
    }

    .dealers__advantages {
        margin: 0 auto !important;
        gap: 40px;
    }

    .dealers__advantages__inner h3 {
        font-size: 24px;
    }

    .dealers__advantages__inner p:first-of-type {
        margin: 0 !important;
    }

    .bloggers__support ul li {
        padding: 0 30px !important;
    }
}

@media screen and (max-width: 567px) {
    .dealers__support h3 {
        font-size: 24px;
    }

    .bloggers__support ul li {
        padding: 0 20px !important;
    }

    .dealers__header h1, .service__header h1 {
        font-size: 24px;
    }

    .bloggers__support li h4 {
        font-size: 20px;
    }

    .bloggers__support li p {
        font-size: 14px;
    }
}

.dealers__advantages__inner_full {
    width: 100%;
    max-width: 100%;
}

.bloggers__about {
    margin: 100px auto 0 !important;
}

@media screen and (max-width: 991px) {
    .bloggers__about {
        margin: 80px auto 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .bloggers__about {
        margin: 60px auto 0 !important;
    }
}

.bloggers__about ul {
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.bloggers__about ul li {
    margin: 0 !important;
    padding: 24px !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    border: 1.5px solid #BD9A5F;
    width: 100%;
}

.bloggers__about ul li:after {
    display: none !important;
}

.bloggers__about ul li svg {
    max-width: 50px;
    width: 100%;
    min-width: 50px;
}

@media screen and (max-width: 767px) {

    .bloggers__about ul li svg {
        max-width: 30px;
        min-width: 30px;
    }

    .bloggers__about ul li {
        margin: 0 !important;
        padding: 16px !important;
        gap: 14px;
    }
}

.service-about {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    margin: 150px auto 200px !important;
}

.service-about__inner {
    max-width: 711px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.service-about__inner h3 {
    color: #000;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 69px */
    text-transform: uppercase;
    margin: 0;
}

.service-about__inner h3 span {
    color: #BD9A5F;
}

.service-about__inner p {
    color: #1C1C1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

@media screen and (max-width: 1199px) {
    .service-about {
        margin: 70px auto 80px !important;
    }
}

@media screen and (max-width: 991px) {
    .service-about__inner h3 {
        font-size: 36px;
    }

    .service-about {
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 40px;
    }

    .service-about {
        margin: 60px auto 60px !important;
    }
}

@media screen and (max-width: 767px) {
    .service-about__inner h3 {
        font-size: 24px;
    }

    .service__header {
        min-height: 300px;
    }

    .service-about__inner {
        max-width: 711px;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
    }

    .service-about__image-wrapper {
        margin: 10px auto 0;
        width: 90%;
    }
}

@media screen and (max-width: 567px) {
    .service-about__inner p {
        color: #1C1C1A;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 200%;
    }

    .service-about {
        margin: 40px auto 50px !important;
    }
}

.service .dealers__support h3 {
    max-width: 711px;
}

.service .dealers__support li h4 {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 24px */
    text-transform: uppercase;
    margin: 0 0 16px;
    padding: 0;
    text-align: left;
}

.service .dealers__support ul li {
    min-height: 257px;
}

.service .dealers__support ul {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.service .dealers__support ul li {
    margin: 0 !important;
    padding: 0 20px 40px !important;
}

.service .dealers__support ul li {
    justify-content: flex-end;
    align-items: flex-start;
}

.service .dealers__support ul li p {
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0;
    text-align: left;
    min-height: 72px;
}

@media screen and (max-width: 1299px) {
    .service .dealers__support ul li p {
        min-height: 98px;
    }
}

@media screen and (max-width: 991px) {
    .service .dealers__support ul li p {
        font-size: 14px;
    }

    .service .dealers__support ul li p {
        min-height: 76px;
    }

    .service .dealers__support li h4 {
        font-size: 20px;
        margin: 0 0 12px;
    }

    .service .dealers__support ul {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .service .dealers__support ul {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr);
    }
}

@media screen and (max-width: 567px) {
    .ui-subsc .ui-group div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

.header__call-offcanvas {
    display: none;
}

.service-contacts {
    margin: 200px auto;
}

.service-contacts > div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
}

.service-contacts > div > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 100px;
    width: 100%;
}

.service-contacts > div > div h3 {
    color: #000;
    font-family: "Prosto One";
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 69px */
    text-transform: uppercase;
    margin: 0 0 60px;
    max-width: 100%;
    width: 100%;
}

.service-contacts > div > div p {
    max-width: 760px;
    width: 100%;
    color: #1C1C1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
}

.service-contacts > div > div h3 span {
    color: #BD9A5F;
}

@media screen and (max-width: 991px) {
    .service-contacts > div > div h3 {
        font-size: 32px;
        margin: 0 0 40px;
        max-width: 652px;
    }
}

@media screen and (max-width: 767px) {
    .service-contacts > div > div h3 {
        font-size: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .side-menu__close {
        top: 10px;
        right: 20px;
        font-size: 59px;
        color: #000;
        z-index: 1300;
    }

    .side-menu__search-control {
        position: relative;
        width: 85%;
    }
}

@media screen and (max-width: 991px) {
    .side-menu__left {
        display: none;
    }

    .side-menu__right {
        width: 100%;
    }
}

.side-bottom__social-icon {
    max-width: 42px;
    width: 100%;
    min-height: 42px;
    transition: .2s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.side-bottom__list li:first-of-type .side-bottom__social-icon {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-1.svg");
}

.side-bottom__list li:nth-of-type(2) .side-bottom__social-icon {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-2.svg");
}

.side-bottom__list li:nth-of-type(3) .side-bottom__social-icon {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-3.svg");
}

.side-bottom__list li:nth-of-type(4) .side-bottom__social-icon {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-4.svg");
}

.side-bottom__list li:nth-of-type(5) .side-bottom__social-icon {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-5.svg");
}

.side-bottom__list li:first-of-type:hover .side-bottom__social-icon {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-1-hover.svg");
}

.side-bottom__list li:nth-of-type(2):hover .side-bottom__social-icon {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-2-hover.svg");
}

.side-bottom__list li:nth-of-type(3):hover .side-bottom__social-icon {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-3-hover.svg");
}

.side-bottom__list li:nth-of-type(4):hover .side-bottom__social-icon {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-4-hover.svg");
}

.side-bottom__list li:nth-of-type(5):hover .side-bottom__social-icon {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-5-hover.svg");
}

.side-bottom__list li {
    width: 100%;
    max-width: 44px;
}

.side-bottom__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
}

.side-menu__bottom {
    margin: auto 0 40px 24px;
}

.side-bottom__social span, .side-menu__phone span {
    margin: 0;
    color: #B0B0B0;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.side-menu__phone {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.side-menu__phone a {
    color: #1C1C1A;
    text-align: right;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 35px;
}

.side-menu__phone a:hover {
    color: #BD9A5F;
}

@media screen and (max-width: 767px) {
    .side-menu__menu li, .side-menu__solo-links li {
        padding: 0 16px;
        min-height: 60px;
    }

    .side-menu__menu li button {
        min-height: 60px;
    }

    .side-menu__close {
        font-size: 39px;
    }

    .side-menu__menu li a {
        font-size: 18px;
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        height: 60px;
    }

    .side-menu__menu img {
        max-width: 44px;
        width: 100%;
        min-height: 64px;
        object-fit: contain;
        margin-right: 10px;
    }

    .js-back span {
        font-size: 16px;
    }

    .side-menu__phone a {
        font-size: 26px;
        margin: 0 0 25px;
    }

    .side-bottom__social-icon {
        max-width: 36px;
        min-height: 36px;
    }

    .side-bottom__list {
        gap: 14px;
    }
}

@media screen and (max-width: 1299px) {
    .side-menu__left-wrapper h3 {
        font-size: 42px;
        bottom: 114px;
        left: 37px;
        right: 37px;
    }

    .side-menu__left-wrapper p {
        bottom: 61px;
        left: 37px;
        right: 37px;
    }

    .side-menu__left {
        padding: 60px 0;
    }
}

@media screen and (max-height: 800px) {
    .side-menu__left-wrapper h3 {
        font-size: 42px;
        bottom: 114px;
        left: 37px;
        right: 37px;
    }

    .side-menu__left-wrapper p {
        bottom: 61px;
        left: 37px;
        right: 37px;
    }

    .side-menu__left {
        padding: 60px 0;
        justify-content: flex-start;
    }
}

.ui-btn--favorite .icon-clear {
    width: 24px;
    height: 24px;
    margin: 0 0 10px;
}

.ui-btn--favorite .icon-clear path {
    fill: #BD9A5F;
}

.service-contacts__contacts {
    width: 50%;
}

.service-contacts__contacts > div p:first-of-type {
    color: #BD9A5F;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
    margin: 5px 0 0;
}

.service-contacts__contacts > div p:nth-of-type(2) {
    color: #1C1C1A;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    margin: 0 0 45px;
}

@media screen and (max-width: 1699px) {
    .service-contacts__contacts > div p:nth-of-type(2) {
        font-size: 26px;
    }
}

@media screen and (max-width: 1299px) {
    .service-contacts__contacts > div p:nth-of-type(2) {
        font-size: 20px;
    }

    .service-contacts {
        margin: 100px auto;
    }
}

@media screen and (max-width: 991px) {
    .service-contacts {
        margin: 80px auto;
    }
}

@media screen and (max-width: 767px) {
    .service-contacts > div > div {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 0;
        width: 100%;
    }

    .service-contacts {
        margin: 60px auto;
    }
}

.blog-header {
    background-image: url("/catalog/view/theme/prostore/images/redesign/blog-header-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    min-height: 500px;
    margin: 0 0 60px;
}

.about-us__header {
    min-height: 300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url("/image/catalog/pages/about/about-us-title.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about-us__header h1 {
    color: #FFF;
    text-align: center;
    font-family: "Prosto One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.about-us__discription {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 220px;
    padding: 100px 0 180px 160px;
}

.about-us__discription img {
    max-width: 170px;
    width: 100%;
}

.about-us__discription-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-us__discription-text p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

@media screen and (max-width: 1700px) {
    .about-us__discription {
        gap: 180px;
        padding: 100px 0 170px 90px;
    }
}

@media screen and (max-width: 1299px) {
    .about-us__discription {
        gap: 120px;
        padding: 100px 0 150px 90px;
    }
}

@media screen and (max-width: 1199px) {
    .about-us__header {
        min-height: 240px;
    }

    .about-us__discription {
        gap: 80px;
        padding: 100px 20px 150px 60px;
    }

    .about-us__discription-text p {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .about-us__header {
        min-height: 150px;
    }

    .about-us__header h1 {
        font-size: 28px;
    }

    .about-us__discription {
        align-items: start;
        gap: 50px;
        padding: 60px 30px 100px 50px;
    }
}

@media screen and (max-width: 767px) {
    .about-us__discription {
        flex-direction: column;
        gap: 30px;
        padding: 50px 35px 100px 35px;
    }

    .about-us__discription img {
        max-width: 130px;
    }
}

@media screen and (max-width: 567px) {
    .about-us__header {
        min-height: 120px;
    }

    .about-us__header h1 {
        font-size: 21px;
        padding: 0 20px;
    }

    .about-us__discription {
        gap: 20px;
        padding: 40px 20px 100px 20px;
    }

    .about-us__discription-text p {
        font-size: 16px;
    }
}

/* advantages----------------------------------------------------------------------------------- */
.about-us__advantages {
    display: flex;
    flex-direction: column;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
}

.about-us__advantages h2 {
    color: #000;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    max-width: 580px;
    width: 100%;
}

.about-us__advantages h2 span {
    color: #BD9A5F;
}

.aboutSwiper {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 40px;
    max-width: 1600px;
    overflow: hidden;
    margin: -70px 0 0 0;
}

.aboutSwiper .swiper-slide {
    max-width: 640px;
    width: 100%;
    border: 2px solid #BD9A5F;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 80px;
    justify-content: space-between;
    height: auto;
    border-right: 0;
}

.aboutSwiper .swiper-slide p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

.aboutSwiper .swiper-slide h3 {
    color: #BD9A5F;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.about-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 920px;
    width: 100%;
}

.about-buttons {
    display: flex;
    gap: 50px;
    align-items: center;
}

.about-button-prev,
.about-button-next {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.about-pagination .current {
    color: #BD9A5F;
    font-family: "Prosto One";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.about-pagination .separator {
    color: #B0B0B0;
    font-family: "Prosto One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    padding: 0 7px;
}

.about-pagination .total {
    color: #B0B0B0;
    font-family: "Prosto One";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

@media screen and (max-width: 1700px) {
    .about-us__advantages {
        max-width: 1282px;
    }

    .aboutSwiper {
        max-width: 1282px;
    }

    .about-controls {
        max-width: 600px;
    }
}

@media screen and (max-width: 1299px) {
    .about-us__advantages {
        max-width: 1122px;
    }

    .about-us__advantages h2 {
        font-size: 44px;
        max-width: 545px;
    }

    .aboutSwiper {
        max-width: 1122px;
        margin: -65px 0 0 0;
    }

    .aboutSwiper .swiper-slide {
        max-width: 560px;
        gap: 50px;
    }

    .about-controls {
        max-width: 540px;
    }

    .about-buttons {
        gap: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .about-us__advantages {
        max-width: 922px;
    }

    .about-us__advantages h2 {
        font-size: 36px;
        max-width: 450px;
    }

    .aboutSwiper {
        max-width: 922px;
        margin: -50px 0 0 0;
    }

    .aboutSwiper .swiper-slide {
        max-width: 460px;
        gap: 60px;
        padding: 30px;
    }

    .aboutSwiper .swiper-slide p {
        font-size: 18px;
    }

    .aboutSwiper .swiper-slide h3 {
        font-size: 28px;
    }

    .about-controls {
        max-width: 450px;
    }

    .about-buttons {
        gap: 20px;
    }

    .about-pagination .current {
        font-size: 48px;
    }

    .about-pagination .separator {
        font-size: 20px;
        padding: 0 3px;
    }

    .about-pagination .total {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    .about-us__advantages {
        gap: 30px;
        padding: 0 35px;
    }

    .aboutSwiper {
        margin: 0;
        gap: 30px;
    }

    .about-controls {
        max-width: 100%;
    }

    .about-button-prev,
    .about-button-next {
        max-width: 44px;
        width: 100%;
    }

    .aboutSwiper .swiper-slide {
        max-width: 350px;
        gap: 30px;
        padding: 20px;
    }

    .aboutSwiper .swiper-slide h3 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    .about-us__advantages {
        padding: 0 25px;
    }
}

@media screen and (max-width: 567px) {
    .about-us__advantages {
        padding: 0 20px;
        gap: 20px;
    }

    .about-us__advantages h2 {
        font-size: 26px;
        max-width: 330px;
    }

    .aboutSwiper .swiper-slide p {
        font-size: 16px;
    }

    .aboutSwiper .swiper-slide h3 {
        font-size: 22px;
    }

    .aboutSwiper .swiper-slide {
        max-width: 100%;
        gap: 50px;
        box-sizing: border-box;
        border: 2px solid #BD9A5F;
    }
}

/* worth------------------------------------------------------------------------- */
.about-us__worth {
    max-width: 1280px;
    width: 100%;
    margin: 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.about-us__worth h2 {
    color: #000;
    text-align: center;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.about-us__worth ul {
    list-style: none;
    margin: 0 !important;
    padding: 0;
    display: flex;
    gap: 40px;
}

.about-us__worth ul li {
    max-width: 290px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    padding: 20px !important;
    margin: 0 !important;
}

.about-us__worth ul li::after,
.about-us__worth ul li::before {
    content: none !important;
}

.about-us__worth ul li img {
    max-width: 120px;
    width: 100%;
}

.about-us__worth ul li h5 {
    color: #1C1C1A;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
}

@media screen and (max-width: 1299px) {
    .about-us__worth {
        max-width: 1120px;
    }

    .about-us__worth h2 {
        font-size: 44px;
    }

    .about-us__worth ul {
        gap: 50px;
    }

    .about-us__worth ul li {
        max-width: 240px;
        padding: 20px 0 !important;
    }
}

@media screen and (max-width: 1199px) {
    .about-us__worth {
        max-width: 833px;
    }

    .about-us__worth h2 {
        font-size: 36px;
    }

    .about-us__worth ul li {
        max-width: 170px;
    }

    .about-us__worth ul li h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .about-us__worth {
        max-width: 700px;
        gap: 40px;
    }

    .about-us__worth ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
        column-gap: 60px;
    }

    .about-us__worth ul li {
        max-width: 235px;
    }
}

@media screen and (max-width: 767px) {
    .about-us__worth {
        max-width: 100%;
        padding: 0 35px;
    }

    .about-us__worth ul {
        column-gap: 20px;
    }

    .about-us__worth ul li {
        max-width: 230px;
    }
}

@media screen and (max-width: 567px) {
    .about-us__worth {
        padding: 0 20px;
    }

    .about-us__worth h2 {
        font-size: 24px;
    }

    .about-us__worth ul {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .about-us__worth ul li {
        padding: 0 20px !important;
    }

    .about-us__worth ul li img {
        max-width: 80px;
    }

    .about-us__worth ul li h5 {
        font-size: 14px;
    }
}

/* profitable--------------------------------------------------------------------- */
.about-us__profitable {
    background-image: url(/image/catalog/pages/about/profitable-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
}

.about-us__profitable-wrap {
    display: flex;
    flex-direction: column;
    gap: 100px;
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
}

.about-us__profitable-wrap h2 {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    max-width: 840px;
    width: 100%;
}

.about-us__profitable-wrap h2 span {
    color: #BD9A5F;
}

.about-us__profitable-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.about-us__profitable-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 40px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
}

.about-us__profitable-item h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.about-us__profitable-item p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

@media screen and (max-width: 1700px) {
    .about-us__profitable-wrap {
        max-width: 1280px;
    }
}

@media screen and (max-width: 1299px) {
    .about-us__profitable-wrap h2 {
        font-size: 44px;
    }

    .about-us__profitable-wrap {
        max-width: 1040px;
    }
}

@media screen and (max-width: 1199px) {
    .about-us__profitable {
        padding: 80px 60px;
    }

    .about-us__profitable-wrap {
        gap: 60px;
        max-width: 100%;
    }

    .about-us__profitable-wrap h2 {
        font-size: 36px;
        max-width: 660px;
    }

    .about-us__profitable-list {
        gap: 20px;
    }

    .about-us__profitable-item {
        padding: 30px;
    }

    .about-us__profitable-item h4 {
        font-size: 20px;
    }

    .about-us__profitable-item p {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .about-us__profitable {
        padding: 60px 50px;
    }

    .about-us__profitable-list {
        display: flex;
        flex-direction: column;
    }

    .about-us__profitable-item {
        border-radius: 8px;
    }
}

@media screen and (max-width: 767px) {
    .about-us__profitable {
        padding: 60px 25px;
    }

    .about-us__profitable-wrap h2 {
        font-size: 28px;
        max-width: 518px;
    }

    .about-us__profitable-item {
        padding: 20px;
        border-radius: 6px;
    }
}

@media screen and (max-width: 567px) {
    .about-us__profitable {
        padding: 40px 25px;
    }

    .about-us__profitable-wrap {
        gap: 40px;
    }

    .about-us__profitable-wrap h2 {
        font-size: 24px;
    }

    .about-us__profitable-item {
        border-radius: 4px;
    }

    .about-us__profitable-item h4 {
        font-size: 16px;
    }

    .about-us__profitable-item p {
        font-size: 16px;
    }
}

/* guarantee----------------------------------------------------------------------------------- */
.about-us__guarantee {
    padding: 100px 0;
}

.about-us__guarantee-list {
    max-width: 1520px;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 20px;
}

.about-us__guarantee-item {
    display: flex;
    align-items: center;
    gap: 100px;
}

.about-us__guarantee-inner {
    padding: 40px 0 40px 20px;
    border-radius: 10px;
    background: #BD9A5F;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
    max-width: 420px;
    width: 100%;
}

.about-us__guarantee-inner h4 {
    color: #FFF;
    text-align: right;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.about-us__guarantee-inner img {
    max-width: 80px;
    width: 100%;
    margin: 0 -40px 0 0;
}

.about-us__guarantee-item p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

@media screen and (max-width: 1700px) {
    .about-us__guarantee-list {
        max-width: 1280px;
    }

    .about-us__guarantee-item {
        gap: 80px;
    }

    .about-us__guarantee-inner {
        padding: 40px 0 40px 40px;
        max-width: 400px;
    }
}

@media screen and (max-width: 1299px) {
    .about-us__guarantee-list {
        max-width: 1040px;
    }

    .about-us__guarantee-inner {
        padding: 40px 0 40px 20px;
        max-width: 307px;
    }

    .about-us__guarantee-inner h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1199px) {
    .about-us__guarantee {
        padding: 80px 60px;
    }

    .about-us__guarantee-list {
        max-width: 100%;
    }

    .about-us__guarantee-item {
        gap: 60px;
    }

    .about-us__guarantee-inner {
        max-width: 380px;
        flex-shrink: 0;
        padding: 40px 0 40px 40px;
    }

    .about-us__guarantee-item p {
        font-size: 18px;
    }
}

@media screen and (max-width: 991px) {
    .about-us__guarantee {
        padding: 60px 35px;
    }

    .about-us__guarantee-inner {
        max-width: 300px;
        padding: 40px 0 40px 20px;
        border-radius: 8px;
    }
}

@media screen and (max-width: 767px) {
    .about-us__guarantee {
        padding: 80px 45px;
    }

    .about-us__guarantee-list {
        gap: 30px;
        padding: 0 40px 0 0;
    }

    .about-us__guarantee-item {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }

    .about-us__guarantee-inner {
        padding: 20px 0 20px 20px;
        border-radius: 6px;
        max-width: 100%;
        justify-content: space-between;
    }

    .about-us__guarantee-inner h4 {
        text-align: start;
        font-size: 18px;
    }

    .about-us__guarantee-item p {
        padding: 0 20px;
    }
}

@media screen and (max-width: 567px) {
    .about-us__guarantee {
        padding: 60px 20px;
    }

    .about-us__guarantee-inner {
        min-width: 260px;
    }

    .about-us__guarantee-item p {
        font-size: 16px;
    }
}

/* partner------------------------------------------------------------------------------------ */
.about-us__partner {
    padding: 100px 0 0 0;
    background-color: #313131;
    overflow: hidden;
}

.about-us__partner-wrap {
    position: relative;
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 100px 0;
}

.about-us__partner-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 840px;
    width: 100%;
}

.about-us__partner-inner img {
    max-width: 100px;
    width: 100%;
}

.about-us__partner-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about-us__partner-info h2 {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.about-us__partner-info p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

.about-us__partner-pattern {
    position: absolute;
    bottom: 0;
    left: 1010px;
    width: 1156px;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
}

@media screen and (max-width: 1700px) {
    .about-us__partner-wrap {
        max-width: 1280px;
    }

    .about-us__partner-pattern {
        left: 716px;
    }
}

@media screen and (max-width: 1299px) {
    .about-us__partner-wrap {
        max-width: 1040px;
    }

    .about-us__partner-inner {
        max-width: 750px;
    }

    .about-us__partner-info h2 {
        font-size: 44px;
    }

    .about-us__partner-pattern {
        left: 663px;
    }
}

@media screen and (max-width: 1199px) {
    .about-us__partner {
        padding: 80px 60px 0 60px;
    }

    .about-us__partner-wrap {
        max-width: 100%;
        padding: 0 0 60px 0;
    }

    .about-us__partner-inner {
        max-width: 620px;
    }

    .about-us__partner-info h2 {
        font-size: 36px;
    }

    .about-us__partner-info p {
        font-size: 18px;
    }

    .about-us__partner-pattern {
        left: 522px;
    }
}

@media screen and (max-width: 991px) {
    .about-us__partner {
        padding: 80px 35px 60px 35px;
    }

    .about-us__partner-wrap {
        padding: 0;
    }

    .about-us__partner-inner {
        max-width: 100%;
    }

    .about-us__partner-pattern {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .about-us__partner {
        padding: 60px 45px;
    }

    .about-us__partner-inner {
        gap: 30px;
    }

    .about-us__partner-inner img {
        max-width: 80px;
    }
}

@media screen and (max-width: 567px) {
    .about-us__partner {
        padding: 40px 20px;
    }

    .about-us__partner-inner {
        gap: 20px;
    }

    .about-us__partner-info {
        gap: 10px;
    }

    .about-us__partner-info h2 {
        font-size: 24px;
    }

    .about-us__partner-info p {
        font-size: 16px;
    }
}

.page {
    padding: 0;
}

.breadcrumbs__blog-title {
    text-align: center;
    color: #FFF;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.breadcrumbs__title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 400px;
}

.breadcrumbs__title-wrapper p {
    color: #FFF;
    margin: 16px 0 0;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.32px;
    text-transform: uppercase;
}

.blog__item {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(0.5px);
    border-radius: 0;
}

.blog__item-wrapper {
    border-radius: 0;
    overflow: hidden;
    margin: 0 0 2rem;
}

.blog__item-image {
    max-height: 20rem;
}

.blog__item-date {
    color: #8A8A8A;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.7px;
}

.blog__item-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    margin: 15px 0 0;
    transition: .2s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28.6px; /* настрой по своему шрифту */
    max-height: calc(28.6px * 3); /* 3 строки */
}

.blog__item-title:hover {
    color: #BD9A5F;
}

@media (max-width: 1199px) {
    .breadcrumbs__blog-title {
        font-size: 32px;
    }

    .breadcrumbs__title-wrapper {
        min-height: 300px;
    }

    .blog-header {
        min-height: 450px;
        margin: 0 0 60px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs__blog-title {
        font-size: 24px;
    }

    .breadcrumbs__title-wrapper p {
        margin: 10px 0 0;
        font-size: 14px;
    }

    .breadcrumbs__title-wrapper {
        min-height: 200px;
    }

    .blog-header {
        min-height: 350px;
        margin: 0 0 20px;
    }
}

@media (min-width: 1199px) {
    .blog__nav-title, .blog__tags-title {
        text-decoration: none;
        padding: 0;
        min-height: 50px;
        background: #fff;
        border-radius: 0;
        transition: color 0.25s;
        color: #000;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
        font-family: "Prosto One";
        margin: 0;
    }

    .blog__nav-menu > li {
        margin: 0;
        border-bottom: 1px solid #BD9A5F;
        transition: .2s;
    }

    .blog__nav-link {
        background: #fff;
        border-radius: 0;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: 100%;
    }

    .blog__nav-menu {
        border-radius: 10px;
        border: 1px solid #F2F2F2;
    }

    .blog__sidebar {
        margin: 0 2rem 4rem 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 34rem;
        background: #FFFFFF;
        border-radius: 0;
        padding: 0 6rem 0 0;
    }

    .blog__sidebar + .blog__sidebar {
        padding: 0 6rem 0 0;
        margin: 0;
    }

    .blog__nav-menu > li:hover a {
        background: #BD9A5F;
        color: #fff;
    }

    .blog__tags-link {
    }
}

.blog-page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1030px;
    background: #1C1C1A;
    background-size: 100% 1030px;
}

.blog-page-header {
    position: relative;
    max-width: 1010px;
    width: 100%;
    margin: 0 auto;
}

.blog-page-header__title {
    color: #FFF;
    font-size: 46px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 59.8px */
    text-transform: uppercase;
}

.article__image {
    border-radius: 0;
    height: 59.3rem;
}

@media (max-width: 1699px) {
    .article__image {
        border-radius: 0;
        height: 55.3rem;
    }
}

.blog-page-header__about {
    margin: 40px 0;
}

.blog-page-header__about ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.blog-page-header__about ul li:last-of-type {
    margin: 0 0 0 auto;
}

.blog-page-header__about svg {
    max-width: 24px;
    width: 100%;
    min-height: 24px;
    margin: 0 11px 0 0;
}

.blog-page-share {
    color: #B0B0B0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

@media (min-width: 1199px) {
    .article__head {
        margin: 0 0 60px;
    }
}

.comments {
    width: 100%;
}

.news__item-image {
    border-radius: 0;
}

.news__item-title:hover {
    color: #BD9A5F;
}


.exchange-wf__header {
    min-height: 300px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url("/image/catalog/pages/exchange/exchange-wf-title.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.exchange-wf__header h1 {
    color: #FFF;
    text-align: center;
    font-family: "Prosto One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    text-wrap: balance;
    padding: 0 30px;
}

.exchange-wf__discription {
    background-color: #313131;
    padding: 150px 0;
}

.exchange-wf__discription-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 110px;
}

.exchange-wf__discription-wrap img {
    max-width: 672px;
    width: 100%;
}

.exchange-wf__discription-wrap p {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

@media screen and (max-width: 1700px) {
    .exchange-wf__discription {
        padding: 125px 0;
    }

    .exchange-wf__discription-wrap {
        max-width: 1280px;
        gap: 60px;
    }

    .exchange-wf__discription-wrap img {
        max-width: 420px;
    }
}

@media screen and (max-width: 1299px) {
    .exchange-wf__discription-wrap {
        max-width: 1120px;
        gap: 80px;
    }

    .exchange-wf__discription-wrap p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .exchange-wf__header {
        min-height: 240px;
    }

    .exchange-wf__discription {
        padding: 63px 60px;
    }

    .exchange-wf__discription-wrap {
        max-width: 100%;
        gap: 60px;
    }

    .exchange-wf__discription-wrap img {
        max-width: 356px;
    }

    .exchange-wf__discription-wrap p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .exchange-wf__header {
        min-height: 230px;
    }

    .exchange-wf__header h1 {
        font-size: 28px;
    }

    .exchange-wf__discription {
        padding: 45px 80px;
    }

    .exchange-wf__discription-wrap {
        flex-direction: column;
        align-items: start;
        gap: 24px;
    }

    .exchange-wf__discription-wrap img {
        max-width: 280px;
    }
}

@media screen and (max-width: 767px) {
    .exchange-wf__header h1 {
        font-size: 24px;
    }

    .exchange-wf__discription {
        padding: 45px 25px;
    }

    .exchange-wf__discription-wrap p {
        font-size: 14px;
    }
}

@media screen and (max-width: 567px) {
    .exchange-wf__header {
        min-height: 170px;
    }

    .exchange-wf__header h1 {
        font-size: 21px;
        padding: 0 20px;
    }

    .exchange-wf__discription {
        padding: 30px 20px;
    }

    .exchange-wf__discription-wrap {
        gap: 20px;
    }
}

/* rules-------------------------------------------------------------------------------------- */
.exchange-wf__rules {
    padding: 160px 0;
}

.exchange-wf__rules-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exchange-wf__rules-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.exchange-wf__rules-info h2 {
    color: #000;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    max-width: 679px;
    width: 100%;
}

.exchange-wf__rules-info h2 span {
    color: #BD9A5F;
}

.exchange-wf__rules-info p {
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

.exchange-wf__rules-wrap img {
    max-width: 679px;
    width: 100%;
}

@media screen and (max-width: 1700px) {
    .exchange-wf__rules {
        padding: 150px 0;
    }

    .exchange-wf__rules-wrap {
        max-width: 1280px;
        gap: 50px;
    }

    .exchange-wf__rules-wrap img {
        max-width: 514px;
    }
}

@media screen and (max-width: 1299px) {
    .exchange-wf__rules-wrap {
        max-width: 1120px;
        gap: 40px;
    }

    .exchange-wf__rules-wrap img {
        max-width: 388px;
    }
}

@media screen and (max-width: 1199px) {
    .exchange-wf__rules {
        padding: 140px 35px;
    }

    .exchange-wf__rules-wrap {
        max-width: 100%;
        gap: 30px;
    }

    .exchange-wf__rules-info {
        gap: 30px;
    }

    .exchange-wf__rules-info h2 {
        font-size: 36px;
        max-width: 536px;
    }

    .exchange-wf__rules-info p {
        font-size: 18px;
    }

    .exchange-wf__rules-wrap img {
        content: url(/image/catalog/pages/exchange/rules-2.svg);
        max-width: 333px;
    }
}

@media screen and (max-width: 991px) {
    .exchange-wf__rules {
        padding: 120px 35px;
    }

    .exchange-wf__rules-info {
        gap: 40px;
    }

    .exchange-wf__rules-wrap img {
        max-width: 222px;
        margin: 0 0 -30px -110px;
    }

    .exchange-wf__rules-info p {
        font-size: 16px;
        padding: 0 100px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .exchange-wf__rules {
        padding: 120px 25px;
    }

    .exchange-wf__rules-wrap img {
        display: none;
    }

    .exchange-wf__rules-info p {
        padding: 0;
    }
}

@media screen and (max-width: 567px) {
    .exchange-wf__rules {
        padding: 100px 20px;
    }

    .exchange-wf__rules-info {
        gap: 20px;
    }

    .exchange-wf__rules-info h2 {
        font-size: 26px;
    }
}

/* careful------------------------------------------------------------------------------------- */
.exchange-wf__careful {
    padding: 80px 0;
    width: 100%;
    background: #313131;
}

.exchange-wf__careful-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.exchange-wf__careful-wrap img {
    max-width: 120px;
    width: 100%;
}

.exchange-wf__careful-info {
    display: flex;
    align-items: center;
    gap: 70px;
}

.exchange-wf__careful-info h3 {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
    text-wrap: nowrap;
}

.exchange-wf__careful-info p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
    max-width: 752px;
}

@media screen and (max-width: 1700px) {
    .exchange-wf__careful-wrap {
        max-width: 1280px;
        gap: 65px;
    }

    .exchange-wf__careful-info {
        gap: 65px;
    }

    .exchange-wf__careful-info h3 {
        font-size: 31px;
    }

    .exchange-wf__careful-info p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1299px) {
    .exchange-wf__careful-wrap {
        max-width: 1120px;
    }

    .exchange-wf__careful-info h3 {
        font-size: 26px;
    }
}

@media screen and (max-width: 1199px) {
    .exchange-wf__careful {
        padding: 85px 60px;
    }

    .exchange-wf__careful-wrap {
        max-width: 100%;
        gap: 50px;
        justify-content: start;
    }

    .exchange-wf__careful-info {
        flex-direction: column;
        align-items: start;
        gap: 20px;
    }
}

@media screen and (max-width: 991px) {
    .exchange-wf__careful {
        padding: 85px 35px;
    }

    .exchange-wf__careful-wrap {
        gap: 40px;
    }

    .exchange-wf__careful-info h3 {
        font-size: 26px;
    }

    .exchange-wf__careful-info p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .exchange-wf__careful {
        padding: 40px 25px;
    }

    .exchange-wf__careful-wrap {
        flex-direction: column;
        align-items: start;
        gap: 16px;
    }

    .exchange-wf__careful-wrap img {
        max-width: 71px;
    }

    .exchange-wf__careful-info {
        gap: 16px;
    }
}

@media screen and (max-width: 567px) {
    .exchange-wf__careful {
        padding: 30px 20px;
    }

    .exchange-wf__careful-wrap img {
        max-width: 56px;
    }

    .exchange-wf__careful-info {
        gap: 14px;
    }

    .exchange-wf__careful-info h3 {
        font-size: 20px;
    }

    .exchange-wf__careful-info p {
        font-size: 14px;
    }
}

/* procedure---------------------------------------------------------------------------------- */
.exchange-wf__procedure {
    padding: 160px 0;
}

.exchange-wf__procedure-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.exchange-wf__procedure-wrap h2 {
    color: #000;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    max-width: 823px;
    width: 100%;
}

.exchange-wf__procedure-wrap h2 span {
    color: #BD9A5F;
}

.exchange-wf__procedure-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.exchange-wf__procedure-item {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 40px 260px 40px 60px;
    border: 1.5px solid #BD9A5F;
}

.exchange-wf__procedure-item img {
    max-width: 97px;
    width: 100%;
}

.exchange-wf__procedure-item p {
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

@media screen and (max-width: 1700px) {
    .exchange-wf__procedure {
        padding: 150px 0;
    }

    .exchange-wf__procedure-wrap {
        max-width: 1280px;
    }

    .exchange-wf__procedure-item {
        padding: 40px 50px 40px 60px;
    }

    .exchange-wf__procedure-item p {
        font-size: 18px;

    }
}

@media screen and (max-width: 1299px) {
    .exchange-wf__procedure-wrap h2 {
        font-size: 44px;
        max-width: 800px;
    }

    .exchange-wf__procedure-wrap {
        max-width: 1120px;
    }

    .exchange-wf__procedure-item {
        padding: 35px 85px 35px 60px;
    }
}

@media screen and (max-width: 1199px) {
    .exchange-wf__procedure {
        padding: 140px 35px;
    }

    .exchange-wf__procedure-wrap {
        max-width: 100%;
    }

    .exchange-wf__procedure-wrap h2 {
        font-size: 36px;
        max-width: 640px;
    }

    .exchange-wf__procedure-item {
        gap: 40px;
        padding: 40px;
    }

    .exchange-wf__procedure-item p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .exchange-wf__procedure {
        padding: 120px 35px;
    }

    .exchange-wf__procedure-item {
        gap: 40px;
        padding: 35px 40px;
    }

    .exchange-wf__procedure-item p {
        font-size: 14px;
    }

    .article__image {
        height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .exchange-wf__procedure {
        padding: 120px 25px;
    }

    .exchange-wf__procedure-wrap {
        gap: 30px;
    }

    .exchange-wf__procedure-list {
        gap: 20px;
    }

    .exchange-wf__procedure-item {
        gap: 30px;
        padding: 30px;
    }

    .article__image {
        height: 100%;
    }
}

@media screen and (max-width: 567px) {
    .exchange-wf__procedure {
        padding: 100px 16px;
    }

    .exchange-wf__procedure-wrap h2 {
        font-size: 24px;
    }

    .exchange-wf__procedure-wrap {
        gap: 20px;
    }

    .exchange-wf__procedure-item {
        gap: 20px;
        padding: 20px 16px;
        flex-direction: column;
        text-align: center;
    }

    .article__image {
        height: 100%;
    }
}

/* documents---------------------------------------------------------------------------------- */
.exchange-wf__documents {
    padding: 0 0 160px 0;
}

.exchange-wf__documents-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.exchange-wf__documents-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 880px;
    width: 100%;
}

.exchange-wf__documents-inner h2 {
    color: #000;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    margin: 0;
    text-wrap: balance;
    max-width: 454px;
    width: 100%;
}

.exchange-wf__documents-inner h2 span {
    color: #BD9A5F;
}

.exchange-wf__documents-inner p {
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

.exchange-wf__documents-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.exchange-wf__documents-inner ul li {
    color: #000;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 218%;
    letter-spacing: 0.02em;
    display: flex;
    gap: 10px;
    align-items: center;
}

.exchange-wf__documents-inner ul li::before {
    content: url(/image/catalog/pages/exchange/list.svg);
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.exchange-wf__documents-wrap img {
    max-width: 556px;
    width: 100%;
}

@media screen and (max-width: 1700px) {
    .exchange-wf__documents {
        padding: 0 0 150px 0;
    }

    .exchange-wf__documents-wrap {
        max-width: 1280px;
    }

    .exchange-wf__documents-wrap img {
        max-width: 380px;
        margin: 0 0 0 -100px;
    }
}

@media screen and (max-width: 1299px) {
    .exchange-wf__documents-inner h2 {
        font-size: 44px;
    }

    .exchange-wf__documents-wrap {
        max-width: 1120px;
    }

    .exchange-wf__documents-wrap img {
        max-width: 335px;
    }

    .exchange-wf__documents-inner {
        gap: 30px;
        max-width: 800px;
    }
}

@media screen and (max-width: 1199px) {
    .exchange-wf__documents {
        padding: 0 35px 140px 35px;
    }

    .exchange-wf__documents-inner h2 {
        font-size: 36px;
    }

    .exchange-wf__documents-wrap {
        max-width: 100%;
    }

    .exchange-wf__documents-wrap img {
        display: none;
    }

    .exchange-wf__documents-inner {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .exchange-wf__documents {
        padding: 0 35px 120px 35px;
    }

    .exchange-wf__documents-inner p {
        font-size: 18px;
    }

    .exchange-wf__documents-inner ul li {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .exchange-wf__documents {
        padding: 0 25px 120px 25px;
    }

    .exchange-wf__documents-inner ul {
        gap: 20px;
    }

    .exchange-wf__documents-inner ul li {
        align-items: start;
        line-height: 150%;
    }

    .exchange-wf__documents-inner ul li::before {
        margin: 8px 0 0 0;
    }
}

@media screen and (max-width: 567px) {
    .exchange-wf__documents {
        padding: 0 20px 100px 20px;
    }

    .exchange-wf__documents-inner {
        gap: 20px;
    }

    .exchange-wf__documents-inner h2 {
        font-size: 26px;
    }

    .exchange-wf__documents-inner p {
        font-size: 16px;
    }

    .exchange-wf__documents-inner ul li {
        font-size: 16px;
    }

    .exchange-wf__documents-inner ul li::before {
        margin: 6px 0 0 0;
    }
}

/* partner------------------------------------------------------------------------------------ */
.exchange-wf__partner {
    padding: 100px 0 0 0;
    background-color: #313131;
    overflow: hidden;
}

.exchange-wf__partner-wrap {
    position: relative;
    max-width: 1520px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 100px 0;
}

.exchange-wf__partner-inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 840px;
    width: 100%;
}

.exchange-wf__partner-inner img {
    max-width: 100px;
    width: 100%;
}

.exchange-wf__partner-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.exchange-wf__partner-info h2 {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.exchange-wf__partner-info p {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

.exchange-wf__partner-pattern {
    position: absolute;
    bottom: 0;
    left: 1010px;
    width: 1156px;
    height: 100%;
    object-fit: cover;
    object-position: left bottom;
}

@media screen and (max-width: 1700px) {
    .exchange-wf__partner-wrap {
        max-width: 1280px;
    }

    .exchange-wf__partner-pattern {
        left: 716px;
    }
}

@media screen and (max-width: 1299px) {
    .exchange-wf__partner-wrap {
        max-width: 1040px;
    }

    .exchange-wf__partner-inner {
        max-width: 750px;
    }

    .exchange-wf__partner-info h2 {
        font-size: 44px;
    }

    .exchange-wf__partner-pattern {
        left: 663px;
    }
}

@media screen and (max-width: 1199px) {
    .exchange-wf__partner {
        padding: 80px 60px 0 60px;
    }

    .exchange-wf__partner-wrap {
        max-width: 100%;
        padding: 0 0 60px 0;
    }

    .exchange-wf__partner-inner {
        max-width: 620px;
    }

    .exchange-wf__partner-info h2 {
        font-size: 36px;
    }

    .exchange-wf__partner-info p {
        font-size: 18px;
    }

    .exchange-wf__partner-pattern {
        left: 522px;
    }
}

@media screen and (max-width: 991px) {
    .exchange-wf__partner {
        padding: 80px 35px 60px 35px;
    }

    .exchange-wf__partner-wrap {
        padding: 0;
    }

    .exchange-wf__partner-inner {
        max-width: 100%;
    }

    .exchange-wf__partner-pattern {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .exchange-wf__partner {
        padding: 60px 45px;
    }

    .exchange-wf__partner-inner {
        gap: 30px;
    }

    .exchange-wf__partner-inner img {
        max-width: 80px;
    }
}

@media screen and (max-width: 567px) {
    .exchange-wf__partner {
        padding: 40px 20px;
    }

    .exchange-wf__partner-inner {
        gap: 20px;
    }

    .exchange-wf__partner-info {
        gap: 10px;
    }

    .exchange-wf__partner-info h2 {
        font-size: 24px;
    }

    .exchange-wf__partner-info p {
        font-size: 16px;
    }
}


.pay-wf__header {
    min-height: 380px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url("/image/catalog/pages/pay/pay-wf-title.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.pay-wf__header h1 {
    color: #FFF;
    text-align: center;
    font-family: "Prosto One";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    text-wrap: balance;
    padding: 0 30px;
}

.pay-wf__discription {
    background-color: #313131;
    padding: 150px 0;
}

.pay-wf__discription-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 110px;
}

.pay-wf__discription-wrap img {
    max-width: 672px;
    width: 100%;
}

.pay-wf__discription-wrap p {
    color: #FFF;

    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

@media screen and (max-width: 1700px) {
    .pay-wf__discription {
        padding: 125px 0;
    }

    .pay-wf__discription-wrap {
        max-width: 1280px;
        gap: 60px;
    }

    .pay-wf__discription-wrap img {
        max-width: 420px;
    }
}

@media screen and (max-width: 1299px) {
    .pay-wf__discription-wrap {
        max-width: 1120px;
        gap: 80px;
    }

    .pay-wf__discription-wrap p {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .pay-wf__header {
        min-height: 300px;
    }

    .pay-wf__discription {
        padding: 63px 60px;
    }

    .pay-wf__discription-wrap {
        max-width: 100%;
        gap: 60px;
    }

    .pay-wf__discription-wrap img {
        max-width: 356px;
    }

    .pay-wf__discription-wrap p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .pay-wf__header {
        min-height: 280px;
    }

    .pay-wf__header h1 {
        font-size: 28px;
    }

    .pay-wf__discription {
        padding: 45px 80px;
    }

    .pay-wf__discription-wrap {
        flex-direction: column;
        align-items: start;
        gap: 24px;
    }

    .pay-wf__discription-wrap img {
        max-width: 280px;
    }
}

@media screen and (max-width: 767px) {
    .pay-wf__header h1 {
        font-size: 24px;
    }

    .pay-wf__discription {
        padding: 45px 25px;
    }

    .pay-wf__discription-wrap p {
        font-size: 14px;
    }
}

@media screen and (max-width: 567px) {
    .pay-wf__header {
        min-height: 170px;
    }

    .pay-wf__header h1 {
        font-size: 21px;
        padding: 0 20px;
    }

    .pay-wf__discription {
        padding: 30px 20px;
    }

    .pay-wf__discription-wrap {
        gap: 20px;
    }
}

/* delivery------------------------------------------------------------------------------------ */
.pay-wf__delivery {
    padding: 160px 0;
}

.pay-wf__delivery-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.pay-wf__delivery-text {
    display: flex;
    flex-direction: column;
    gap: 34px;
    max-width: 610px;
    width: 100%;
}

.pay-wf__delivery-text h2 {
    color: #000;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
}

.pay-wf__delivery-text h2 span {
    color: #BD9A5F;
}

.pay-wf__delivery-text p {
    color: #000;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

.pay-wf__delivery-text h5 {
    color: #000;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

.pay-wf__delivery-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.pay-wf__delivery-item {
    color: #000;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 24px 30px;
    border: 1.5px solid #BD9A5F;
}

.pay-wf__delivery-item::before {
    content: "";
    background-image: url("/image/catalog/pages/pay/pay-list.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media screen and (max-width: 1700px) {
    .pay-wf__delivery {
        padding: 90px 0;
    }

    .pay-wf__delivery-wrap {
        max-width: 1280px;
    }
}

@media screen and (max-width: 1299px) {
    .pay-wf__delivery-wrap {
        max-width: 1120px;
    }
}

@media screen and (max-width: 1199px) {
    .pay-wf__delivery {
        padding: 90px 35px;
    }

    .pay-wf__delivery-wrap {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .pay-wf__delivery {
        padding: 60px 35px;
    }

    .pay-wf__delivery-text {
        gap: 20px;
        max-width: 580px;
    }

    .pay-wf__delivery-text h2 {
        font-size: 36px;
    }

    .pay-wf__delivery-item {
        gap: 30px;
        padding: 20px 30px;
        text-wrap: balance;
    }
}

@media screen and (max-width: 767px) {
    .pay-wf__delivery {
        padding: 60px 25px;
    }

    .pay-wf__delivery-text h2 {
        font-size: 24px;
        max-width: 330px;
    }

    .pay-wf__delivery-item {
        gap: 20px;
        padding: 20px;
    }
}

@media screen and (max-width: 567px) {
    .pay-wf__delivery {
        padding: 60px 20px;
    }

    .pay-wf__delivery-item {
        font-size: 14px;
        padding: 16px 20px;
    }

    .pay-wf__delivery-item::before {
        width: 40px;
        height: 40px;
    }
}

/* payment----------------------------------------------------------------------------- */
.pay-wf__payment {
    padding: 130px 0;
    background-color: #313131;
}

.pay-wf__payment-wrap {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.pay-wf__payment-wrap h2 {
    color: #FFF;
    font-family: "Prosto One";
    font-size: 46px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    max-width: 764px;
    width: 100%;
}

.pay-wf__payment-wrap h2 span {
    color: #BD9A5F;
}

.pay-wf__payment-wrap p {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
    max-width: 733px;
    width: 100%;
}

.pay-wf__payment-wrap h5 {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
}

.pay-wf__payment-wrap p:last-child {
    max-width: 872px;
}

.pay-wf__payment-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pay-wf__payment-item {
    color: #FFF;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.02em;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px 40px;
    border: 1.5px solid #FFF;
}

.pay-wf__payment-item::before {
    content: "";
    background-image: url("/image/catalog/pages/pay/payment-list.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

@media screen and (max-width: 1700px) {
    .pay-wf__payment-wrap {
        max-width: 1280px;
    }
}

@media screen and (max-width: 1299px) {
    .pay-wf__payment-wrap {
        max-width: 1120px;
    }
}

@media screen and (max-width: 1199px) {
    .pay-wf__payment {
        padding: 130px 35px;
    }

    .pay-wf__payment-wrap {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    .pay-wf__payment {
        padding: 60px 35px;
    }

    .pay-wf__payment-wrap h2 {
        font-size: 36px;
        max-width: 700px;
    }
}

@media screen and (max-width: 767px) {
    .pay-wf__payment-wrap {
        gap: 25px;
    }

    .pay-wf__payment-wrap h2 {
        font-size: 24px;
        max-width: 405px;
    }

    .pay-wf__payment-item {
        gap: 30px;
        padding: 25px 30px;
    }
}

@media screen and (max-width: 567px) {
    .pay-wf__payment {
        padding: 40px 20px;
    }

    .pay-wf__payment-wrap {
        gap: 20px;
    }

    .pay-wf__payment-wrap p {
        font-size: 14px;
    }

    .pay-wf__payment-item {
        gap: 24px;
        padding: 18px 20px;
        font-size: 14px;
    }
}

.categories-aside__title, .panel-heading {
    color: #1C1C1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.account__title {
    margin: 0 0 20px 30px;
}

@media (min-width: 1199px) {
    .personal__overview {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
    }


    .personal__overview-sidebar {
        margin: 20px 0 0 30px;
        width: 100%;
    }
}

@media (min-width: 1199px) {
    .personal__overview-content {
        max-width: 100%;
        width: 100%;
    }
}

.personal__action-menu {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px;
}

.personal__action-menu > li {
    -ms-flex: 0 0 183px;
    flex: 0 0 183px;
    max-width: 183px;
    border-radius: 16px;
    border: 1px solid #B0B0B0 !important;
}

.personal__action-link-icon svg {
    max-width: 40px;
    width: 100%;
}

.personal__action-link-text {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.ui-btn--compare {
    margin: 20px 0 0 1rem !important;
}

.personal__card-head .ui-link {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;

}

.personal__card-title {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
}

.personal__action-menu li {
    transition: .2s;
}

.personal__action-menu li:hover {
    border: 1px solid #BD9A5F !important;
}

.personal__action-menu li:hover .personal__action-link-icon path {
    fill: #BD9A5F;
}

.personal__action-menu li:hover .personal__action-link-text {
    color: #BD9A5F;
}

.personal__card-total .ui-link {
    color: #BD9A5F;
}

.products__item--small .products__item-title {
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
    height: 50px;
    max-height: 50px;
    margin: 0;
    -webkit-line-clamp: 2;
}

@media (max-width: 1199px) {
    .account__title {
        margin: 0 0 20px 0;
    }

    .categories-aside__title {
        display: none;
    }

    .settings button {
        width: 100%;
        background: #BD9A5F;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .personal__action-menu > li {
        -ms-flex: 0 0 31%;
        flex: 0 0 31%;
        max-width: 31%;
    }

    .personal__action-menu {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 3%;
    }

    .personal__action-link-icon svg {
        max-width: 30px;
    }

    .personal__action-link-text {
        font-size: 13px;
    }

    .personal__action-link {
        height: 11rem;
    }
}

.simpleregister-button-right {
    float: left;
    text-align: left;
}

.simple-content .button, #simplecheckout_login .button {
    display: flex;
    width: 283px;
    height: 44px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #BD9A5F;
}

.simpleregister-block-content .form-horizontal {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.simple-content .buttons {
    margin: 0px 0px 15px 6px;
}

.auth__form .ui-btn--primary {
    display: flex;
    width: 283px;
    height: 44px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #BD9A5F;
}

.auth__form .ui-btn--primary:hover {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    color: #BD9A5F;
}


.news-wrapper {
    max-width: 1012px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    box-sizing: border-box;
}

.article__head {
    max-width: 1012px;
    margin: 60px -10px 60px -10px;
    width: 100%;
}

.news-wrapper p {
    color: #1C1C1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin: 0;
}

.news-wrapper hr {
    margin: 0;
    border: none;
    height: 1px;
    width: 100%;
    background-color: #1C1C1A;
    opacity: 0.2;
}

.news-wrapper * {
    box-sizing: border-box;
}

.news-wf {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.news-wf h2 {
    color: #1C1C1A;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
    margin: 0;
}

.news-wf h4 {
    color: #1C1C1A;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}

.news-wf h5 {
    color: #1C1C1A;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
}

.news-wf p span {
    font-weight: 600;
}

.news-wf img {
    max-width: 1020px;
    width: 100%;
}

.news-wf__first {
}

.news-wf ul:not([class]) {
    margin: 0;
}

li:after, .ui-wysiwyg ul:not([class]) > li:after {
    top: 6px;
    width: 15px;
    height: 15px;
}

.news-wr-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-wr-quote {
    margin: 0;
    width: 100%;
    color: #1C1C1A;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 180%;
    padding: 95px 145px;
    background: #F7F7F7;
    position: relative;
}

.news-wr-quote:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 40px;
    width: 58px;
    height: 58px;
    background-image: url(/image/catalog/news/news-wr-quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.news-wr-quote::after {
    content: "";
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 58px;
    height: 58px;
    background-image: url(/image/catalog/news/news-wr-quote.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.news-wf__ninth ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
}

.news-wr-attention {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 64px 88px 64px 40px;
    background: #F7F7F7;
}

.news-wr-attention img {
    width: 38px;
}

@media screen and (max-width: 1700px) {
    .news-wr-quote {
        font-size: 20px;
        padding: 120px 35px;
    }

    .news-wr-quote:before {
        top: 35px;
        left: 35px;
    }

    .news-wr-quote::after {
        bottom: 35px;
        right: 35px;
    }

    .news-wr-attention {
        gap: 50px;
        padding: 50px 100px 50px 40px;
    }
}

@media screen and (max-width: 1299px) {

}

@media screen and (max-width: 1199px) {

}

@media screen and (max-width: 991px) {
    .news-wr-quote {
        font-size: 16px;
    }

    .news-wr-attention {
        gap: 30px;
        padding: 50px 30px 50px 30px;
    }
}

@media screen and (max-width: 767px) {
    .news-wf h2 {
        font-size: 28px;
    }

    .news-wr-quote {
        font-size: 14px;
    }

    .news-wf__ninth ul {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 567px) {
    .news-wrapper {
        gap: 40px;
    }

    .news-wf h2 {
        font-size: 24px;
    }

    .news-wf h4 {
        font-size: 18px;
    }

    .news-wrapper p {
        font-size: 14px;
    }

    .news-wr-info {
        gap: 16px;
    }

    .news-wr-quote {
        padding: 70px 20px;
    }

    .news-wr-quote:before {
        top: 20px;
        left: 20px;
        width: 33px;
        height: 33px;
    }

    .news-wr-quote::after {
        bottom: 20px;
        right: 20px;
        width: 33px;
        height: 33px;
    }

    .news-wr-attention {
        flex-direction: column;
        align-items: start;
        gap: 20px;
        padding: 30px 20px;
    }
}

.breadcrumbs__title.news__title {
    max-width: 1012px;
    margin-left: -10px;
}

@media (min-width: 1199px) {
    .news-main .right-news {
        max-width: 30%;
        border-left: 1px solid rgba(28, 28, 26, 0.2);
        position: relative;
    }

    .news-main .col-xl-9 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }

    .news-main .col-xl-3 .blog-aside {
        max-width: 385px;
        width: 100%;
    }

    .news-main .social-media-mini {
        max-width: 385px;
        min-width: 385px;
        width: 100%;
    }

    .right-news #column-right {
        position: sticky;
        top: 100px;
        margin-left: 20px;
    }
}

@media (min-width: 1699px) {
    .right-news #column-right {
        margin-left: 40px;
    }
}

.news-featured__item-image {
    border-radius: 0;
    margin: 0 0 2rem;
    height: 18.2rem;
}

.news-featured__item-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    margin: 15px 0 0;
    transition: .2s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28.6px; /* настрой по своему шрифту */
    max-height: calc(28.6px * 3);
}

.news-featured__item-date {
    color: #8A8A8A;
    text-align: left;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.7px;
    margin: 0 0 2rem;
}

.news-main .blog-aside__list > li {
    margin: 0 0 4rem;
}

.news-main .ui-link {
    color: #BD9A5F;
}

@media (max-width: 1199px) {
    .article__head {
        margin: 60px -10px 60px -10px;
        width: calc(100% + 20px);
    }

    .breadcrumbs__title.news__title {
        margin-right: -10px;
    }
}


@media screen and (max-width: 991px) {
    .article__image {
        border-radius: 0;
        height: 50rem;
    }
}


@media screen and (max-width: 767px) {
    .article__image {
        border-radius: 0;
        height: 55vw;
    }

    .article__head {
        margin: 40px -10px 40px -10px;
        width: calc(100% + 20px);
    }
}

@media (min-width: 1299px) and (max-width: 1699px) {
    .news-main .right-news {
        max-width: calc(30% - 40px);
        border-left: 1px solid rgba(28, 28, 26, 0.2);
        margin-left: 40px;
        position: relative;
    }

    .news-main .col-xl-3 .blog-aside {
        max-width: 285px;
        width: 100%;
    }


    .news-main .social-media-mini {
        max-width: 285px;
        min-width: 285px;
        width: 100%;
    }
}

@media (min-width: 1199px) and (max-width: 1299px) {
    .news-main .right-news {
        max-width: calc(30% - 20px);
        border-left: 1px solid rgba(28, 28, 26, 0.2);
        margin-left: 20px;
        position: relative;
    }

    .news-main .col-xl-3 .blog-aside {
        max-width: 265px;
        width: 100%;
    }

    .news-main .social-media-mini {
        max-width: 265px;
        min-width: 265px;
        width: 100%;
    }

}

@media (max-width: 1299px) {
    .news-featured__item-title {
        font-size: 20px;
        letter-spacing: 0.4px;
    }
}

@media (max-width: 1199px) {
    .news-main .breadcrumbs .resize-container {
        padding-top: 0;
        padding-bottom: 0;
    }
}

.news-main .resize-container .row {
    margin: 0;
}

.news-category .news__item-date {
    color: #8A8A8A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.7px;
}

.news__item-title {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.44px;
    text-transform: uppercase;
    margin: 15px 0 0;
    transition: .2s;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 28.6px; /* настрой по своему шрифту */
    max-height: calc(28.6px * 3);
}

@media (max-width: 1199px) {
    .news-featured__item-title, .news__item-title {
        font-size: 18px;
    }
}

.breadcrumbs__menu li:last-of-type {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1 1 auto;
}


.categories__item {
    position: relative;
    overflow: visible; /* Чтобы меню не обрезалось */
}

.categories__item-in {
    overflow: hidden;
}

.categories__item-menu {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    min-height: 440px;
    width: 340px; /* или auto, или под контент */
    background: #1c1c1a;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    border-radius: 10px 0 0 10px;
    background: rgba(28, 28, 26, 0.70);
    backdrop-filter: blur(5px);
}

@media screen and (max-width: 1199px) {
    .categories__item-back {
        pointer-events: none;
    }
}

.categories__item:hover .categories__item-menu {
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
}

.categories__item:hover .categories__item-front {
    backdrop-filter: unset;
}

.categories__item-front {
    z-index: 3;
}

.categories__item-link {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 21px */
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    transition: .2s;
    background: transparent;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.categories__item-link:hover {
    background: transparent;
    color: #BD9A5F;
}

.categories__item-link:hover path {
    fill: #BD9A5F;
}

.categories__item-menu > li {
    margin: 0 0.6rem 1rem 1rem;
}

.categories__item-title:hover {
    color: #BD9A5F;
}

@media (max-width: 767px) {
    .categories__item-menu > li {
        margin: 0 0.2rem 1rem 0;
    }
}

@media (max-width: 567px) {
    .categories__item-menu {
        padding: 20px 6px;
    }

    .categories__item-menu {
        width: 300px;
    }
}

.blog-aside {
    margin: 0;
}

.social-media-mini {
    border-top: 1px solid rgba(28, 28, 26, 0.2);
    padding-top: 40px;
}

.social-media-mini__title {
    color: #B0B0B0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.social-media-mini__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
    gap: 16px;
}

.social-media-mini__list li {
    max-width: 55px;
    width: 100%;
}

.social-media-mini__list li a {
    max-width: 55px;
    width: 100%;
    min-height: 55px;
    display: flex;
    transition: .2s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.social-media-mini__list li:first-of-type a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-5.svg");
}

.social-media-mini__list li:nth-of-type(2) a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-1.svg");
}

.social-media-mini__list li:nth-of-type(3) a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-3.svg");
}

.social-media-mini__list li:nth-of-type(4) a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-4.svg");
}

.social-media-mini__list li:nth-of-type(5) a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-2.svg");
}

.social-media-mini__list li:first-of-type:hover a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-5-hover.svg");
}

.social-media-mini__list li:nth-of-type(2):hover a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-1-hover.svg");
}

.social-media-mini__list li:nth-of-type(3):hover a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-3-hover.svg");
}

.social-media-mini__list li:nth-of-type(4):hover a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-4-hover.svg");
}

.social-media-mini__list li:nth-of-type(5):hover a {
    background-image: url("/catalog/view/theme/prostore/images/redesign/side-menu-item-2-hover.svg");
}

@media (min-width: 1199px) {
    .right-news .col-xl-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
    }
}

@media (min-width: 1199px) {
    .header__cart-total {
        color: #1C1C1A;
    }
}

.side-menu__menu li .side-menu__open:hover {
    background: rgba(189, 154, 95, 0.40);
}

.side-menu__menu li .side-menu__open span {
    margin: 0 10px 0 0;
}

.products__item-in > button {
    width: 100%;
    border-radius: 8px;
    background: #BD9A5F;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 290px;
    display: inline-block;
    opacity: 1;
    margin: 10px 0 0;
}

.products__item-in > button:hover {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    color: #BD9A5F;
}

.settings .ui-display {
    display: none;
}

.settings button {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
}

.settings .icon-catalog {
    margin: 0 !important;
}

.settings .icon-catalog:hover {
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    opacity: 1;
    color: #BD9A5F;
}

.settings button:hover {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    color: #BD9A5F;
}

@media screen and (max-width: 1199px) {
    .settings .col-auto {
        width: 50%;
        max-width: 540px;
    }

    .settings .ui-select {
        width: 100%;
    }
}


@media screen and (max-width: 567px) {
    .settings .col-auto {
        width: 100%;
        max-width: 540px;
    }
}


@media screen and (max-width: 1199px) {
    .categories__item:hover .categories__item-front {
        bottom: 0;
        transform: scale(1);
        transition: .2s;
    }
}

@media only screen and (max-width: 1199px) {
    .simpleregister .form-horizontal .form-group {
        margin-bottom: 0;
    }

    input[type=checkbox]:not([class]), input[type=radio]:not([class]) {
        margin-right: 10px;
        margin-top: 0 !important;
    }
}

.compare__item-action .ui-btn--50x50 {
    padding: 0;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    height: 40px;
}

.compare__item-action {
    margin: 10px 0 0;
}

.compare__item-action .ui-btn--primary {
    border-radius: 6px;
    background: #BD9A5F;
    display: flex;
    padding: 8px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    transition: .2s;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.compare__item-action .ui-btn--primary:hover {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 2px 10px 0px rgba(189, 154, 95, 0.50);
    color: #BD9A5F;
}

.compare__item-action .js-btn-preview {
    border-radius: 6px;
}