@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@font-face {
    font-family: 'ArsenalSC';
    src: url('fonts/ArsenalSC-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArsenalSC';
    src: url('fonts/ArsenalSC-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'ArsenalSC';
    src: url('fonts/ArsenalSC-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ArsenalSC';
    src: url('fonts/ArsenalSC-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

:root {
    --ad-badge: #EFECE6;
    --ad-green: #868862;
    --ad-black: #1E1E1E;
    --ad-noto-serif: 'Noto Serif Display', serif;
}

body {
    font-family: 'Noto Sans Display', sans-serif;
    color: var(--ad-black);
    font-size: 18px;
    padding-top: 110px;
    overflow-x: hidden;
}

a {
    color: var(--ad-black);
    text-decoration: none;
}

h2 {
    font-family: var(--ad-noto-serif);
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 20px;
}

.container {
    max-width: 1444px;
}

.sale-personal-section-index-block {
    background-color: #858862 !important;
}

.btn-primary, .btn-outline-secondary, .btn-primary.disabled, .btn-primary:disabled, .btn-primary:hover, .btn-primary:first-child:active, .bx-catalog-subscribe-button {
    color: #fff;
    background-color: var(--ad-black);
    border: none;
    border-radius: 30px;
    font-size: 14px;
    text-transform: uppercase;
    padding: 19px 30px;
    transition: opacity .2s;
}

.btn.btn-cart {
    padding: 9px 20px !important;
}

.btn-link, .btn-link:hover {
    color: var(--ad-black);
}

#detailAddToast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 105;
}

@media (max-width: 767.98px) {

    body {
        padding-top: 50px;
        font-size: 12px;
    }

    .row {
        --bs-gutter-x: 10px;
    }

}

/* header */

.header {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 101;
}
.header-inner {
    height: 110px;
    transition: all .2s;
}
.header_active .header-inner {
    height: 80px;
}
.header__hamburger {
    background: url(img/icons/hamb.svg) no-repeat center / contain;
    width: 33px;
    height: 22px;
    cursor: pointer;
    margin-left: 30px;
    margin-right: 25px;
}
.header__hamburger_active {
    background: url(img/icons/close.svg) no-repeat center / contain;
}
.header-menu__item {
    font-size: 16px;
    margin-right: 27px;
    transition: opacity .2s;
    position: relative;
}
.header-menu__item:hover {
    opacity: .8;
}
.header-logo {
    background: url(img/logo.svg) no-repeat center / contain;
    width: 114px;
    height: 87px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    transition: all .2s;
}
.header_active .header-logo {
    background-image: url(img/logo_3.svg);
    width: 184px;
    height: 44px;
    top: 21px;
}
.header-rb {
    margin-right: 30px;
}
.header-contacts__contact {
    font-size: 16px;
    transition: opacity .2s;
}
.header-contacts__contact:hover {
    opacity: .8;
}
.header-contacts__contact_link {
    margin-left: 27px;
}
/*.header-buttons {*/
/*    margin-left: 23px;*/
/*}*/
.header-buttons__btn {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid rgba(0, 0, 0, .10);
    background: #fff;
    margin-left: 5px;
    display: block;
    transition: background-color .2s;
}
.header-buttons__btn:hover {
    background-color: var(--ad-black);
}
.header-buttons__btn_cabinet {
    background: url(img/icons/person.svg) no-repeat center;
}
.header-buttons__btn_cabinet:hover {
    background-image: url(img/icons/person_w.svg);
}
.header-buttons__btn_favorites {
    background: url(img/icons/heart.svg) no-repeat center / 19px;
}
.header-buttons__btn_favorites:hover {
    background-image: url(img/icons/heart_w.svg);
}
.header-buttons__btn_lang {
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
}
.header-buttons__btn_lang:hover {
    color: #fff;
}
.header-buttons__btn_currency {
    text-align: center;
    line-height: 48px;
    font-size: 20px;
}
.header-buttons__btn_currency:hover {
    color: #fff;
}
.header-buttons__btn_cart {
    background: url(img/icons/bag.svg) no-repeat center / 17px;
    position: relative;
}
.header-buttons__btn_cart:hover {
    background-image: url(img/icons/bag_w.svg);
}
.header-buttons__btn_cart span {
    position: absolute;
    left: 37px;
    top: 1px;
    background-color: var(--ad-black);
    width: 23px;
    height: 23px;
    line-height: 23px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
}

@media (max-width: 767.98px) {

    .header-inner,
    .header_active .header-inner {
        height: 50px;
    }
    .header__hamburger {
        margin-right: 18px;
        margin-left: 0;
        width: 23px;
        height: 15px;
    }
    .header-rb {
        margin-right: 15px;
    }
    .header-buttons__btn {
        border-radius: unset;
        width: 16px;
        height: 17px;
        border: none;
        background-size: contain;
        background-color: transparent;
        margin-left: 5px;
    }
    .header-buttons__btn:hover {
        background-color: transparent;
    }
    .header-buttons__btn_cabinet:hover  {
        background-image: url(img/icons/person.svg);
    }
    .header-buttons__btn_favorites {
        background: url(img/icons/heart.svg) no-repeat center / contain;
        height: 18px;
        width: 18px;
        margin-right: 12px;
    }
    .header-buttons__btn_favorites:hover  {
        background-image: url(img/icons/heart.svg);
    }
    .header-buttons__btn_cart:hover {
        background-image: url(img/icons/bag.svg);
    }
    .header-buttons__btn_cart span {
        left: 17px;
        top: -3px;
        width: 14px;
        height: 14px;
        line-height: 14px;
        font-size: 9px;
    }
    .header-buttons__btn_lang {
        line-height: 17px;
        font-size: 14px;
        margin-right: 12px;
    }
    .header-buttons__btn_lang:hover {
        color: var(--ad-black);
    }
    .header-buttons__btn_currency {
        line-height: 15px;
        font-size: 12px;
        margin-left: 14px;
        border: 1px solid var(--ad-black);
        border-radius: 100%;
        height: 17px;
        width: 17px;
    }
    .header-buttons__btn_currency:hover {
        color: var(--ad-black);
    }
    .header-logo,
    .header_active .header-logo {
        background-image: url(img/logo_3.svg);
        width: 83px;
        height: 20px;
        top: 16px;
    }


}


/* mobile menu */

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999999999999;
    left: 0;
    background-color: #fff;
    height: 100vh;
    overflow: auto;
}
.mobile-menu__menu-item {
    font-size: 18px;
    line-height: 197%;
}
.mobile-menu__menu-sub-item {
    color: rgba(30, 30, 30, .5);
    font-size: 14px;
    line-height: 204.5%;
    margin-right: 9px
}
.mobile-menu__menu-sub-item:not(.mobile-menu__menu-sub-item:first-child):before {
    content: '•';
    padding-right: 13px;
}
.mobile-menu__logo {
    background: url(img/logo_2.svg) no-repeat center / contain;
    width: 47px;
    height: 27px;
    margin: 20px auto;
}
.mobile-menu__phone {
    font-size: 18px;
}
.mobile-menu__contact_link {
    font-size: 18px;
}

@media (max-width: 1199.98px) {

}

@media (max-width: 767.98px)
{

}


/* hero */

.hero {
    background: var(--ad-badge);
}
.hero-slide {

}
.hero__slide-picture {
    width: 100%;
}
.hero__slide__desc {
    position: absolute;
    bottom: 188px;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.hero__slide-title {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 64px;
    line-height: 100%;
}
.hero__slide-more {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 26px;
    display: inline-block;
    position: relative;
    padding-right: 38px;
    transition: opacity .2s;
}
.hero__slide-more:hover {
    opacity: .8;
}
.hero__slide-more:after {
    content: '';
    position: absolute;
    background: url(img/icons/arrow_1_w.svg) no-repeat right center / contain;
    width: 30px;
    height: 100%;
    right: 0;
}
.hero .swiper-pagination {
    bottom: 40px;
}
.hero .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    opacity: 1;
    transition: all .3s;
}
.hero .swiper-pagination-bullet-active {
    width: 40px;
    border-radius: 5px;
    background: var(--ad-black);
}

@media (max-width: 767.98px) {

    .hero__slide__desc {
        bottom: 55px;
    }
    .hero__slide-title {
        font-size: 44px;
    }
    .hero__slide-more {
        font-size: 9px;
        margin-top: 17px;
        padding-right: 24px;
    }
    .hero__slide-more:after {
        width: 20px;
    }
    .hero .swiper-pagination {
        bottom: 20px;
    }
    .hero .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 2px !important;
    }
    .hero .swiper-pagination-bullet-active {
        width: 20px;
    }

}


/* main novelties */

.novelties {
    margin-top: 182px
}
.novelties__title {
    position: relative;
    font-size: 32px;
    padding-right: 38px;
    margin-bottom: 0;
    font-weight: 300;
    display: inline-block;
}
.novelties__title:after {
    content: '';
    position: absolute;
    background: url(img/icons/arrow_1.svg) no-repeat right center;
    width: 30px;
    height: 10px;
    right: 0;
    top: 21px;
}
.novelties__title span {
    font-size: 26px;
    font-weight: 400;
    font-family: var(--ad-noto-serif);
    text-transform: uppercase;
    margin-right: -3px;
}
.novelties__title sup {
    font-size: 15px;
    top: -9px;
    right: 5px;
}
.novelties__hero {
    margin-top: 38px
}
.novelties__hero img {
    width: 100%;
}
.novelties__list {
    margin-top: 20px;
}

@media (max-width: 1199.98px) {

    .novelties {
        margin-top: 111px
    }

}

@media (max-width: 767.98px) {

    .novelties {
        margin-top: 37px;
    }
    .novelties__title {
        font-size: 23px;
        padding-right: 34px;
    }
    .novelties__title span {
        font-size: 18px;
        margin-right: -3px;
    }
    .novelties__title sup {
        font-size: 9px;
        top: -7px;
        right: 3px;
    }
    .novelties__title:after {
        top: 15px;
    }
    .novelties__hero {
        margin-top: 22px;
    }
    .novelties__list {
        margin-top: 10px;
    }

}


/* product card */

.product-card {
    position: relative;
}
.product-card__photo {
    height: 540px;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    display: block;
    position: relative;
}
.product-card__photo span {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.product-card__photo:hover span {
    transition: opacity .2s;
    opacity: 1;
}
.product-card_contain .product-card__photo {
    background-size: contain;
    background-repeat: no-repeat;
    background-color: var(--ad-badge);
    border: none;
}
.product-card_no-border .product-card__photo {
    border: none;
}
.product-card__badges {
    position: absolute;
    left: 20px;
    top: 24px;
}
.product-card__badge {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 9px 40px;
    pointer-events: none;
    margin-bottom: 7px;
}
.product-card_no-border .product-card__badge {
    border-color: transparent;
}
.product-card__buttons {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity .2s;
    z-index: 1;
}
.product-card:hover .product-card__buttons,
.product-card_contain .product-card__buttons {
    opacity: 1
}
.product-card__btn-favorite,
.product-card__btn-add {
    border-radius: 50%;
    width: 66px;
    height: 66px;
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: background-color .2s;
}
.product-card__btn-favorite {
    background: url(img/icons/heart.svg) no-repeat center;
}
.product-card__btn-favorite:not(.product-card__btn-favorite_active):hover {
    background-color: #fff
}
.product-card_white-buttons .product-card__btn-favorite:not(.product-card__btn-favorite_active) {
    border: none;
    background-color: rgba(255, 255, 255, .7);
}
.product-card__btn-favorite_active {
    background-image: url(img/icons/heart_fill.svg);
    background-color: #fff;
}
.product-card__btn-add {
    background: url(img/icons/bag.svg) no-repeat center;
    margin-left: 10px;
}
.product-card_white-buttons .product-card__btn-add {
    border: none;
    background-color: rgba(255, 255, 255, .7);
}
.product-card__btn-add:hover {
    /*background-color: #fff*/
}
.product-card__name {
    text-align: center;
    display: block;
    font-family: var(--ad-noto-serif);
    font-size: 22px;
    margin-top: 26px
}
.product-card__price-block {
    font-size: 20px;
    margin-top: 6px
}
.product-card__price {
    padding: 0 5px;
}
.product-card__old-price {
    padding: 0 5px;
    color: #BEBEBE;
    text-decoration: line-through;
}

@media (max-width: 767.98px) {

    .product-card {
        padding-bottom: 40px;
    }
    .product-card__photo {
        height: 220px;
    }
    .product-card__badges {
        left: 10px;
        top: 10px;
    }
    .product-card__badge {
        font-size: 7px;
        border-radius: 9px;
        padding: 1px 11px;
        margin-bottom: 5px;
    }
    .product-card__name {
        font-size: 12px;
        margin-top: 7px;
    }
    .product-card__price-block {
        font-size: 10px;
        margin-top: 2px;
    }
    .product-card__buttons {
        top: auto;
        bottom: 0;
        right: 0;
        opacity: 1;
        width: 100%;
    }
    .product-card__btn-favorite, .product-card__btn-add {
        width: 29px;
        height: 29px;
        background-size: 11px;
        margin: 0 4px;
    }
    .product-card_white-buttons .product-card__btn-favorite:not(.product-card__btn-favorite_active),
    .product-card_white-buttons .product-card__btn-add {
        border: 1px solid rgba(0, 0, 0, .1);
    }

}


/* main discounts */

.main-discounts {
    margin-top: 177px;
}
.main-discounts__title {
    position: relative;
    font-size: 32px;
    padding-right: 38px;
    margin-bottom: 0;
    font-weight: 300;
    display: inline-block;
}
.main-discounts__title:after {
    content: '';
    position: absolute;
    background: url(img/icons/arrow_1.svg) no-repeat right center;
    width: 30px;
    height: 10px;
    right: 0;
    top: 21px;
}
.main-discounts__title span {
    font-size: 26px;
    font-weight: 400;
    font-family: var(--ad-noto-serif);
    text-transform: uppercase;
    margin-right: -3px;
}
.main-discounts__title sup {
    font-size: 15px;
    top: -9px;
    right: 5px;
}
.main-discounts__list {
    margin-top: 38px;
}

@media (max-width: 1199.98px) {

    .main-discounts {
        margin-top: 110px;
    }

}

@media (max-width: 767.98px) {

    .main-discounts {
        margin-top: 50px;
    }
    .main-discounts__title {
        font-size: 23px;
        padding-right: 34px;
    }
    .main-discounts__title span {
        font-size: 18px;
        margin-right: -3px;
    }
    .main-discounts__title sup {
        font-size: 9px;
        top: -7px;
        right: 3px;
    }
    .main-discounts__title:after {
        top: 15px;
    }
    .main-discounts__list {
        margin-top: 24px;
    }

}


/* main sections */

.main-sections {
    background: url(img/demo/sections_bg.jpg) no-repeat center / cover;
    height: 760px;
    margin-top: 193px;
}
.main-sections__title {
    position: relative;
    font-size: 25px;
    padding-right: 38px;
    margin-bottom: 0;
    font-weight: 400;
    display: inline-block;
    margin-left: 62px;
}
.main-sections__title:after {
    content: '';
    position: absolute;
    background: url(img/icons/arrow_1.svg) no-repeat right center;
    width: 30px;
    height: 10px;
    right: 0;
    top: 15px;
}
.main-sections__title span {
    font-size: 26px;
    font-weight: 400;
    font-family: var(--ad-noto-serif);
    text-transform: uppercase;
    margin-right: -3px;
}
.main-sections__title sup {
    font-size: 15px;
    top: -9px;
    right: 5px;
}
.main-sections__menu {
    max-width: 400px;
    padding-left: 62px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.main-sections__menu-item {
    font-size: 18px;
    line-height: 170%;
    transition: opacity .2s;
    margin-right: 9px;
}
.main-sections__menu-item:not(.main-sections__menu-item:first-child):before {
    content: '•';
    padding-right: 13px
}
.main-sections__menu-item:hover {
    opacity: .8;
}

@media (max-width: 1199.98px) {

    .main-sections {
        margin-top: 120px;
    }

}

@media (max-width: 767.98px) {

    .main-sections {
        margin-top: 65px;
        height: 230px;
    }
    .main-sections_m {
        background: none;
        margin-top: 0;
        height: auto;
        padding: 24px 0;
    }
    .main-sections__title {
        font-size: 18px;
        padding-right: 34px;
    }
    .main-sections__title span {
        font-size: 18px;
        margin-right: -3px;
    }
    .main-sections__title sup {
        font-size: 9px;
        top: -7px;
        right: 3px;
    }
    .main-sections__title:after {
        top: 10px;
    }
    .main-sections__menu {
        padding-left: 0;
        margin: 16px auto 0;
        text-align: center;
    }
    .main-sections__menu-item {
        font-size: 14px;
    }

}


/* main sections photo */

.main-sections-photo {
    margin-top: 71px;
}
.main-sections-photo__item {
    position: relative;
    text-align: center;
    transition: opacity .2s;
    margin-bottom: 66px;
}
.main-sections-photo__item:hover {
    opacity: .8;
}
.main-sections-photo__item-photo {
    height: 540px;
    background-size: cover;
    background-position: center;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    display: block;
}
.main-sections-photo__item_no-border .main-sections-photo__item-photo {
    border: none;
}
.main-sections-photo__item-name {
    text-align: center;
    font-family: var(--ad-noto-serif);
    font-size: 34px;
    line-height: 100%;
    text-transform: uppercase;
    margin-top: 34px;
    display: block;
}

@media (max-width: 767.98px) {

    .main-sections-photo {
        margin-top: 0;
    }
    .main-sections-photo__item {
        margin-bottom: 16px;
    }
    .main-sections-photo__item-photo {
        height: 220px;
    }
    .main-sections-photo__item-name {
        font-size: 14px;
        margin-top: 17px;
    }

}


/* main about */

.main-about {
    margin-top: 154px;
}
.main-about__wrapper {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 79px 60px;
}
.main-about__wrapper img {
    width: 400px;
}
.main-about__text {
    max-width: 450px;
    padding-left: 60px;
    text-align: center;
}
.main-about__title {
    background: url(img/logo_2.svg) no-repeat right top / 130px auto;
    padding-top: 15px;
    text-align: left;
}
.main-about__title div:first-child {
    font-size: 54px;
    font-weight: 400;
    font-family: var(--ad-noto-serif);
    text-transform: uppercase;
    padding-left: 7px;
}
.main-about__title div:last-child {
    position: relative;
    font-size: 53px;
    line-height: 100%;
    padding-right: 38px;
    margin-top: -18px;
    font-weight: 300;
    padding-left: 103px;
    text-transform: uppercase;
}
.main-about__desc {
    text-align: center;
    font-size: 16px;
    line-height: normal;
    max-width: 390px;
    margin-top: 55px;
}
.main-about__more {
    font-size: 12px;
    text-transform: uppercase;
    margin-top: 36px;
    display: inline-block;
    position: relative;
    padding-right: 38px;
    max-width: 390px;
    transition: opacity .2s;
}
.main-about__more:after {
    content: '';
    position: absolute;
    background: url(img/icons/arrow_1.svg) no-repeat right center / contain;
    width: 30px;
    height: 100%;
    right: 0;
}

@media (max-width: 1199.98px) {

    .main-about {
        margin-top: 82px;
    }
    .main-about__title {
        max-width: 384px;
        margin: 0 auto;
    }
    .main-about__text {
        max-width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .main-about__desc {
        max-width: 620px;
        margin: 63px auto 0;
    }
    .main-about__wrapper {
        padding: 70px 0;
    }
    .main-about__wrapper img {
        width: 298px;
        margin: 64px auto 0;
    }

}

@media (max-width: 767.98px) {

    .main-about {
        margin-top: 50px;
    }
    .main-about__wrapper {
        padding: 38px 0;
        max-width: 280px;
        margin: 0 auto;
    }
    .main-about__wrapper img {
        width: 150px;
        margin: 30px auto 0;
    }
    .main-about__title {
        max-width: 158px;
        margin: 0 auto;
        background-size: 56px auto;
        padding-top: 9px;
    }
    .main-about__title div:first-child {
        font-size: 22px;
        padding-left: 0;
    }
    .main-about__title div:last-child {
        font-size: 22px;
        padding-right: 0;
        margin-top: -5px;
        padding-left: 40px;
    }
    .main-about__desc {
        max-width: 280px;
        margin: 24px auto 0;
        font-size: 12px;
    }
    .main-about__more {
        font-size: 9px;
        margin-top: 17px;
        padding-right: 24px;
    }
    .main-about__more:after {
        width: 20px
    }

}


/* main contacts */

.main-contacts {
    background: var(--ad-badge);
    margin-top: 192px;
    padding: 100px 0;
}
.main-contacts__title {
    font-size: 27px;
    padding-right: 38px;
    margin-bottom: 0;
    font-weight: 300;
    display: inline-block;
}
.main-contacts__title span {
    font-size: 26px;
    font-weight: 400;
    font-family: var(--ad-noto-serif);
    text-transform: uppercase;
    margin-right: -3px;
}
.main-contacts__title sup {
    font-size: 15px;
    top: -9px;
    right: 5px;
}
.main-contacts__desc {
    margin-top: 27px;
    font-size: 16px;
    max-width: 300px;
}
.main-contacts__desc p {
    margin-bottom: 18px;
}
.main-contacts__map {
    height: 589px;
    width: 100%;
}

@media (max-width: 1199.98px) {

    .main-contacts {
        margin-top: 135px;
        padding: 54px 0 0;
        text-align: center;
    }
    .main-contacts__title {
        padding-right: 0;
    }
    .main-contacts__desc {
        margin-top: 27px;
        max-width: 100%;
    }
    .main-contacts__map {
        width: calc(100% + var(--bs-gutter-x));
        margin-left: calc(0px - var(--bs-gutter-x) * .5);
    }

}

@media (max-width: 767.98px) {

    .main-contacts {
        margin-top: 60px;
        padding: 44px 0 0;
    }
    .main-contacts__title {
        font-size: 18px;
        padding-right: 0
    }
    .main-contacts__title span {
        font-size: 18px;
        margin-right: -3px;
    }
    .main-contacts__title sup {
        font-size: 9px;
        top: -7px;
        right: 3px;
    }
    .main-contacts__desc {
        font-size: 12px;
    }
    .main-contacts__map {
        height: 200px;
    }

}


/* footer */

.footer {
    background: var(--ad-green);
    color: #fff;
    padding: 60px 0;
}
.footer-menu {
    margin-top: 22px;
}
.footer-menu__item {
    font-size: 16px;
    margin-right: 19px;
    white-space: nowrap;
    color: #fff;
}
.footer-menu__item:last-child {
    margin-right: 0;
}
.footer-sub-menu {
    margin-top: 43px;
}
.footer-sub-menu__item {
    font-size: 14px;
    color: #fff;
    margin-bottom: 1px;
    opacity: .5;
}
.footer-logo {
    background: url(img/logo_w.svg) no-repeat center / contain;
    width: 340px;
    height: 112px;
    margin: 0 auto;
}
.footer-copy {
    text-align: center;
    margin-top: 54px;
    font-size: 12px;
    line-height: 120%;
}
.footer-contacts {
    margin-top: 24px;
}
.footer-contacts a {
    color: #fff;
    font-size: 16px;
}
.footer-socials {
    margin-top: 33px;
}
.footer-socials__icon_tg {
    background: url(img/icons/tg.svg) no-repeat center / contain;
    width: 25px;
    height: 21px;
    margin-right: 10px;
}
.footer-socials__icon_wa {
    background: url(img/icons/wa.svg) no-repeat center / contain;
    width: 22px;
    height: 22px;
    margin-right: 18px;
}
.footer-socials__icon_inst {
    background: url(img/icons/inst.svg) no-repeat center / contain;
    width: 22px;
    height: 22px;
}
.footer-subscribe {
    margin-top: 22px
}
.footer-subscribe__title {
    font-family: var(--ad-noto-serif);
    font-size: 18px;
}
.footer-subscribe__desc {
    font-size: 14px;
    margin-top: 4px;
    max-width: 320px;
}
.footer-subscribe__form {
    margin-top: 12px;
}
.footer-subscribe__form input {
    width: calc(280px - 55px);
    height: 45px;
    border-radius: 25px;
    border: none;
    outline: none;
    box-shadow: none;
    margin-right: 7px;
    font-size: 14px;
    padding: 0 23px;
}
.footer-subscribe__form button {
    background: url(img/icons/arrow_1_w.svg) no-repeat center / 25px auto;
    width: 45px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 50%;
    outline: none;
    box-shadow: none;
    transition: all .2s;
}
.footer-subscribe__form button:hover {
    background-color: var(--ad-black);
    border-color: var(--ad-black);
}
.footer-subscribe__result {
    font-size: 13px;
}

@media (max-width: 1199.98px) {

    .footer-menu {
        margin-top: 0;
        /*border-top: 1px solid rgba(255, 255, 255, .2);*/
        /*border-bottom: 1px solid rgba(255, 255, 255, .2);*/
        /*padding: 30px 0;*/
    }
    /*.footer-sub-menu {*/
    /*    margin-top: 30px;*/
    /*    text-align: center;*/
    /*}*/
    /*.footer-socials {*/
    /*    margin-top: 30px;*/
    /*}*/
    /*.footer-copy {*/
    /*    margin-top: 30px;*/
    /*}*/
    /*.footer-subscribe {*/
    /*    margin-top: 0;*/
    /*    text-align: center;*/
    /*}*/
    /*.footer-subscribe__form {*/
    /*    margin: 12px auto 0;*/
    /*    display: inline-block;*/
    /*}*/

}

@media (max-width: 767.98px) {

    .footer {
        padding: 40px 0;
    }
    .footer-menu__item {
        margin-right: 0;
    }

}


/* catalog head */

.catalog-head {
    background: var(--ad-badge);
    padding: 100px 0 40px;
}
.catalog-head h1 {
    font-family: var(--ad-noto-serif);
    font-size: 34px;
    line-height: 150%;
    margin-bottom: 40px;
    text-align: center;
}
.catalog-head h1 span {
    font-size: 44px;
}
.catalog-head__filter {
    border-radius: 3px;
    background: #fff url(img/icons/arrow_2.svg) no-repeat right 16px center;
    width: 200px;
    font-size: 14px;
    text-transform: uppercase;
    margin: 0 5px;
    padding: 10px 40px 10px 19px;
    cursor: pointer;
}

@media (max-width: 767.98px) {

    .catalog-head {
        background: var(--ad-badge);
        padding: 30px 0 17px;
    }
    .catalog-head h1 {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .catalog-head h1 span {
        font-size: 24px;
        margin-top: 10px;
    }
    .catalog-head__filter {
        background-position: right 12px center;
        background-size: 8px auto;
        width: 140px;
        font-size: 10px;
        padding: 8px 40px 8px 14px;
    }

}


/* catalog section */

.catalog-section {
    margin-bottom: 115px;
}
.catalog-section_recommendation {
    margin-top: 80px;
    margin-bottom: 90px;
}
.catalog-section h2 {
    font-family: var(--ad-noto-serif);
    font-size: 34px;
    line-height: 100%;
    margin-bottom: 40px;
    text-align: center;
}
.catalog-section__description {
    max-width: 940px;
    margin: 75px auto 0;
    text-align: center;
}
.catalog-section__list {
    margin-top: 50px;
}
.catalog-section__pagination {
    margin-top: 100px;
}
.catalog-section__pagination-desc {

}
.catalog-section__pagination-more {
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    margin-top: 24px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px 60px 10px 40px;
    background: var(--ad-black) url(img/icons/arrow_2_w.svg) no-repeat right 38px center;
    transition: opacity .2s;
}
.catalog-section__pagination-more:hover {
    opacity: .8;
}

@media (max-width: 767.98px) {

    .catalog-section {
        margin-bottom: 50px;
    }
    .catalog-section_recommendation {
        margin-top: 55px;
    }
    .catalog-section h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .catalog-section__description {
        margin-top: 25px;
    }
    .catalog-section__list {
        margin-top: 25px;
    }
    .catalog-section__pagination {
        margin-top: 30px;
    }
    .catalog-section__pagination-more {
        font-size: 12px;
        margin-top: 12px;
    }

}


/* product */

.product {
    margin-top: 45px;
}
.product__photo {
    height: 845px;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.product__thumb-photo {
    width: 160px;
    height: 200px;
    background-size: cover;
    background-position: center;
}
.product .swiper-pagination {
    top: 25px;
    left: 25px;
    width: auto;
    bottom: auto;
}
.product .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    opacity: .4;
    margin: 3px 0 !important;
    transition: all .3s;
}
.product .swiper-pagination-bullet-active {
    opacity: 1;
}
.product .gallery-container {
    position: relative;
    overflow: hidden;
}
.product .gallery-main {
    width: calc(100% - 175px);
    height: 844px;
    position: relative;
    z-index: 0;
}
.product .gallery-thumbs {
    order: -1;
    width: 160px;
    height: 860px;
    margin-right: 15px;
    position: relative;
    z-index: 1;
}
.product .gallery-thumbs .swiper-slide-active {
    opacity: .9;
}
.product .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}
.product .gallery-thumbs .swiper-slide-thumb-active .product__thumb-photo {
    position: relative;
}
.product .gallery-thumbs .swiper-slide-thumb-active .product__thumb-photo:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(30, 30, 30, .3);
}
.product__info {
    padding-left: 60px
}
.product__name {
    font-size: 18px;
    margin-right: 20px;
    font-weight: 600;
    margin-bottom: 7px
}
.product__badge {
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 20px;
    padding: 7px 25px;
    pointer-events: none;
    margin-bottom: 7px;
    margin-right: 11px;
}
.product__vendor {
    color: rgba(30, 30, 30, .4);
    font-size: 14px;
    margin-top: 3px;
}
.product__desc {
    font-size: 16px;
    margin-top: 20px;
}
.product__options {

}
.product__option {
    margin-top: 30px;
}
.product__option-title {
    color: rgba(30, 30, 30, .4);
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
.product__option-size {
    border-radius: 3px;
    background: #fff url(img/icons/arrow_2.svg) no-repeat right 16px center;
    width: 200px;
    border: 1px solid rgba(0, 0, 0, .1);
    font-size: 14px;
    margin-right: 15px;
    padding: 10px 40px 10px 19px;
    cursor: pointer;
}
.product__size-link {
    color: rgba(30, 30, 30, .4);
    font-size: 14px;
}
.product__option-color {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
}
.product__option-color_active {
    background-image: url(img/icons/check.svg);
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: center;
}
.product-item-scu-item-color-container.selected .product__option-color:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/icons/check.svg);
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: center;
}
.product__price-block {
    font-size: 30px;
}
.product__old-price {
    padding-right: 15px;
    color: #BEBEBE;
    text-decoration: line-through;
}
.product__price {

}
.product__buttons {
    margin-top: 27px;
}
.product__btn-add {
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 19px 69px 19px 98px;
    background: var(--ad-black) url(img/icons/bag_w.svg) no-repeat left 72px center / 14px auto;
    transition: opacity .2s;
    margin-right: 20px;
}
.product__btn-add:hover {
    opacity: .8;
}
.product__btn-favorite {
    background: url(img/icons/heart.svg) no-repeat center / 22px auto;
    border-radius: 50%;
    width: 59px;
    height: 59px;
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
    transition: background-color .2s;
}
.product__btn-favorite_active {
    background-image: url(img/icons/heart_fill.svg);
}
.product__tabs {
    margin-top: 60px;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.product__tab {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.product__tab_active {

}
.product__tab-name {
    font-size: 16px;
    padding: 13px 0;
    cursor: pointer;
    position: relative;
    transition: opacity .2s;
}
.product__tab-name:hover {
    opacity: .8;
}
.product__tab-name:after {
    content: '+';
    font-size: 23px;
    line-height: 23px;
}
.product__tab_active .product__tab-name:after {
    content: '-';
}
.product__tab-desc {
    display: none;
    font-size: 12px;
    padding-bottom: 13px;
}

@media (max-width: 1199.98px) {

    .product__info {
        padding-left: 0;
    }

}

@media (max-width: 991.98px) {



}

@media (max-width: 767.98px) {

    .product {
        margin-top: 20px;
    }

    .product .gallery-main {
        width: 100%;
        height: 450px;
    }
    .product__photo {
        height: 450px;
    }
    .product .gallery-thumbs {
        display: none;
    }
    .product__thumb-photo {
        width: 100px;
        height: 120px;
    }
    .product .swiper-pagination {
        top: auto;
        left: 50%;
        bottom: 20px;
        transform: translateX(-50%);
    }
    .product .swiper-pagination-bullet {
        margin: 0 3px !important;
    }
    .product__info {
        padding-left: 0;
        margin-top: 30px;
    }
    .product__name {
        font-size: 16px;
        margin-right: 12px
    }
    .product__desc {
        font-size: 14px;
    }
    .product__size-link {
        font-size: 12px;
    }
    .product__btn-add {
        padding: 19px 49px 19px 78px;
        background: var(--ad-black) url(img/icons/bag_w.svg) no-repeat left 52px center / 14px auto;
    }

}


/* collection list */

.collection-list {
    margin-bottom: 140px;
}
.collection-list__item {
    margin-top: 80px;
}
.collection-list__item-name {
    font-family: var(--ad-noto-serif);
    font-size: 34px;
    text-align: center;
    line-height: 100%;
}
.collection-list__item-sub-desc {
    font-size: 24px;
    text-align: center;
    margin-top: 14px;
}
.collection-list__item-desc {
    font-size: 14px;
    max-width: 260px;
    text-align: center;
    margin-top: 10px;
}

@media (max-width: 991.98px) {

    .collection-list__item-desc {
        margin: 10px auto 0 auto;
    }

}

@media (max-width: 767.98px) {

    .collection-list {
        margin-bottom: 40px
    }
    .collection-list__item {
        margin-top: 30px;
    }
    .collection-list__item-name {
        font-size: 18px;
        margin-top: 10px;
    }
    .collection-list__item-sub-desc {
        font-size: 14px;
        margin-top: 5px;
    }
    .collection-list__item-desc {
        font-size: 12px;
        margin-top: 10px;
    }

}


/* collection detail */

.collection-detail {
    margin: 80px 0 100px;
}
.collection-detail__info {
    margin-top: 80px;
    text-align: center;
}
.collection-detail__info-name {
    font-family: var(--ad-noto-serif);
    font-size: 34px;
    line-height: 100%;
}
.collection-detail__info-sub-desc {
    font-size: 24px;
    margin-top: 14px;
}
.collection-detail__info-desc {
    font-size: 14px;
    max-width: 940px;
    margin: 24px auto 0;
}
.collection-detail__gallery {
    margin-top: 100px;
}

@media (max-width: 767.98px) {

    .collection-detail {
        margin: 30px 0 40px;
    }
    .collection-detail__info {
        margin-top: 30px;
    }
    .collection-detail__info-name {
        font-size: 18px;
        margin-top: 10px;
    }
    .collection-detail__info-sub-desc {
        font-size: 14px;
        margin-top: 5px;
    }
    .collection-detail__info-desc {
        font-size: 12px;
        margin-top: 10px;
    }
    .collection-detail__gallery {
        margin-top: 30px;
    }

}


/* info page */

.info-page {
    margin-top: 50px;
}
.info-page h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}


/* contacts */

.contacts {
    margin: 50px 0 100px;
}
.contacts-socials__icon_tg {
    background: url(img/icons/tg_b.svg) no-repeat center / contain;
    width: 25px;
    height: 21px;
    margin-right: 18px;
}
.contacts-socials__icon_wa {
    background: url(img/icons/wa_b.svg) no-repeat center / contain;
    width: 22px;
    height: 22px;
    margin-right: 18px;
}
.contacts-socials__icon_inst {
    background: url(img/icons/inst_b.svg) no-repeat center / contain;
    width: 22px;
    height: 22px;
}
.contacts__map {
    height: 650px;
    margin-top: 50px;
}
.contacts__form {
    margin-top: 85px;
}
.contacts__form label {
    color: rgba(30, 30, 30, 0.4);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 9px;
    display: block;
    width: 100%;
}
.contacts__form .form-check-label {
    color: rgba(30, 30, 30, 0.4);
    font-size: 12px;
    text-transform: unset;
}
.contacts__form input[type='text'] {
    border-radius: 3px;
    border: 1px solid rgba(30, 30, 30, .15);
    height: 60px;
    box-shadow: none;
    outline: none;
    padding: 0 20px;
    width: 100%;
}
.contacts__form input[type='text']:focus {
    border: 1px solid var(--ad-black);
}
.contacts__form textarea {
    border-radius: 3px;
    border: 1px solid rgba(30, 30, 30, .15);
    height: 145px;
    box-shadow: none;
    outline: none;
    padding: 20px;
    width: 100%;
    resize: none;
}
.contacts__form textarea:focus {
    border: 1px solid var(--ad-black);
}
.contacts__form button {
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 61px 12px;
    background: var(--ad-black);
    transition: opacity .2s;
    border: none;
    margin-top: 10px;
}
.contacts__form__result {
    font-size: 14px;
}

@media (max-width: 767.98px) {

    .contacts {
        margin: 30px 0 40px;
    }
    .contacts__map {
        height: 250px;
        margin-top: 35px;
    }
    .contacts__form {
        margin-top: 35px;
    }
    .contacts__form label {
        font-size: 10px;
    }
    .contacts__form input[type='text'] {
        height: 50px;
    }
    .contacts__form textarea {
        height: 115px;
    }

}


.sizes-page {
    padding: 70px 0;
}
.sizes-page table {
    border: 1px solid #EFECE6;
}
.sizes-page table thead {
    border: 1px solid #EFECE6;
}
.sizes-page table tr {
    border: 1px solid #EFECE6;
}
.sizes-page table th {
    background: #EFECE6;
    font-weight: 400;
}
.sizes-page table td {
    border-color: #EFECE6;
}


.basket-item-price-difference,
.basket-coupon-block-total-price-difference,
.bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
    display: none !important;
}

[id^="CatalogSubscribe_bx_"] {
    padding: 25px !important;
    width: 400px;
    max-width: 100%;
}
[id^="CatalogSubscribe_bx_"] .popup-window-buttons span:nth-child(1) {
    width:  100%;
}
[id^="CatalogSubscribe_bx_"] .popup-window-buttons span:nth-child(2) {
    display: none;
}
[id^="CatalogSubscribe_bx_"] .popup-window-content {
    padding: 10px 0 !important
}
[id^="CatalogSubscribe_bx_"] .bx-catalog-subscribe-form-container-input input[type="text"] {
    height: 50px;
    background-color: #fff !important;
    border: 1px solid #d5dadc !important;
    box-shadow: none !important;
    border-radius: 2px;
    font-size: 13px;
    padding: 0 15px;
    outline: none !important;
    margin-top: 10px;
}
[id^="CatalogSubscribe_bx_"] .popup-window-titlebar {
    display: none;
}


/* Редизайна стили */

.design-reborn{
    padding-top: 0;
}

.design-reborn .header{
    position: relative;
}

.design-reborn .header > .container{
    max-width: none;
    margin-top: 0;
}

.design-reborn .header-buttons .header-buttons__btn {
    width: 24px;
    height: 24px;
    background: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 5px;
}

.design-reborn .header-buttons .header-buttons__btn.header-buttons__btn_lang{
    line-height: 1.5;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 24px;
    display: none!important;
}

.design-reborn .header-buttons .header-buttons__btn.header-buttons__btn_lang:hover{
    color: var(--ad-black);
}

.design-reborn .header__hamburger{
    height: auto;
}

.design-reborn .header-buttons > a{
    border: none;
}

.design-reborn .header-buttons .header-buttons__btn.header-buttons__btn_cart > span{
    display: none;
}

.design-reborn .header-buttons__btn_cabinet img
{
    width: 20px;
    height: 20px;
}

.design-reborn .header-buttons__btn_cart svg
{
    width: 20px;
    height: auto;
}

.design-reborn .header-buttons__btn_favorites img {
    width: 15px;
    height: auto;
}

.design-reborn .header-buttons__btn_favorites img,
.design-reborn .header-buttons__btn_cabinet img
{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.design-reborn .header-inner{
    height: 66px;
}

.design-reborn .header-menu{
    text-transform: uppercase;
    align-items: center;
}

.design-reborn .header-menu .header-menu__item {
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    color: #A5A5A5;
}

.design-reborn .header-menu .header-menu__item:hover {
    color: black;
    border-bottom: 1px solid black;
}

.design-reborn .header-menu__burger-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 50px;
    margin-left: 25px;
    transition: opacity .2s;
}

.design-reborn .header-menu__burger-icon:hover {
    opacity: 0.7;
}

.design-reborn .header-menu__burger-icon svg {
    width: 50px;
    height: auto;
}

.mobile-menu__nav-arrow.catalog-arrow
{
    display: none!important;
}

.design-reborn .header-logo-svg-mobile
{
    width: 40px;
    height: auto;
}

/* Скрыть хлебные крошки на главной странице */
.design-reborn.main-page .bx-breadcrumb {
    display: none !important;
}

/* Admin Header Menu Dropdown */
.design-reborn .header-menu__dropdown {
    position: relative;
}

.design-reborn .header-menu__item{
    font-size: 12px;
    margin-right: 20px;
    padding-top: 5px;
    padding-bottom: 3px;
}

.design-reborn .header-menu__item.header-menu__item_active {
    padding-top: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #171717;
    color: #171717;
}

.design-reborn .header-menu__item_dropdown {
    display: flex;
    align-items: center;
    gap: 8px;
}

.design-reborn .header-menu__dropdown-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid var(--ad-black);
    transition: transform .3s;
    margin-left: 5px;
}

.design-reborn .header-menu__dropdown:hover .header-menu__dropdown-arrow {
    transform: rotate(180deg);
}

.design-reborn .header-menu__dropdown-content {
    position: absolute;
    top: 0;
    left: -13px;
    background: #FFFFFF;
    backdrop-filter: blur(10px);
    width: 420px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
    border-radius: 0;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s;
    z-index: 100;
}

.design-reborn .header-menu__dropdown:hover .header-menu__dropdown-content {
    /* Отключаем hover для каталога */
}

/* Стили для каталога с кнопкой закрытия */
.design-reborn .header-menu__catalog-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    width: 430px;
    background: #FFFFFF;
    box-shadow: 2px 0 32px rgba(0, 0, 0, 0.12);
    padding: 80px 0 20px 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-100%);
    transition: all .3s ease-in-out;
    z-index: 1000;
    max-height: 100vh;
    overflow-y: auto;
}

.design-reborn .header-menu__catalog-dropdown_open {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.design-reborn .header-menu__catalog-close {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 40px;
    height: 40px;
    background: #fff;
    border: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .2s;
    color: #000;
    padding: 0;
}

.design-reborn .header-menu__catalog-close:hover {
    opacity: 0.7;
}

.design-reborn .header-menu__catalog-close svg {
    width: 30px;
    height: 30px;
}

.design-reborn .header-menu__dropdown-item {
    display: block;
    padding: 5px 10px 10px 30px;
    font-size: 14px;
    color: var(--ad-black);
    text-transform: none!important;
    transition: background-color .2s, color .2s;
    white-space: nowrap;
    font-weight: 300;
    letter-spacing: 0.3px;
    font-family: 'Noto Sans', sans-serif;
}

.design-reborn .header-menu__dropdown-item:hover {
    background-color: rgba(0, 0, 0, 0.05);
    color: var(--ad-black);
}

.design-reborn .header-menu__dropdown-divider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.12);
    margin: 12px 30px;
    opacity: 0;
}

/* Admin Header Search */
.design-reborn .header-search {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 3px;
}

.design-reborn .header-search__icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity .2s;
    z-index: 2;
}

.design-reborn .header-search__icon:hover {
    opacity: 0.7;
}

.design-reborn .header-search__icon svg {
    width: 14px;
    height: auto;
}

.design-reborn .header-search__form {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    overflow: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.design-reborn .header-search.is-open .header-search__form {
    width: 200px;
    opacity: 1;
    padding-right: 30px;
}

.design-reborn .header-search__input {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--ad-black);
    background: transparent;
    padding: 5px 0;
    font-size: 12px;
    outline: none;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    border-radius: 0!important;
    background: white;
}

.design-reborn .header-search__input::placeholder {
    color: var(--ad-black);
    opacity: 0.6;
}

/* Admin Logo */
.design-reborn .header-logo-new {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .2s;
}

.design-reborn .header-logo-new svg {
    width: 123px;
    height: auto;
}

.header-icons-container
{
    margin-right: 5px!important;
}

/* Admin Mobile Menu Adjustments */
@media (max-width: 1199.98px)
{
    .design-reborn .header-logo-new svg {
        width: 140px;
    }
}

/*@media (max-width: 600px)*/
/*{*/
/*    .design-reborn .header-search__icon svg*/
/*    {*/
/*        width: 18px;*/
/*        height: 18px;*/
/*    }*/

/*    .design-reborn .header-buttons .header-buttons__btn*/
/*    {*/
/*        width: 18px;*/
/*        height: 18px;*/
/*    }*/

/*    .design-reborn .header-buttons__btn_cabinet img*/
/*    {*/
/*        width: 18px;*/
/*        height: 18px;*/
/*    }*/

/*    .design-reborn .header-buttons__btn_favorites img*/
/*    {*/
/*        width: 18px;*/
/*        height: 18px;*/
/*    }*/
/*}*/

@media (max-width: 501px) {
    .design-reborn .header{
        position: fixed;
    }
}

.footer.custom-footer
{
    margin-top: 60px;
}

.footer.custom-footer .footer-menu.first-footer-menu{
    flex-flow: column nowrap!important;
}

.footer.custom-footer .footer-copy{
    margin-top: 0;
}

.footer.custom-footer > .container{
    max-width: none;
}

.footer.custom-footer .footer-logo-new{
    display: flex;
    justify-content: end;
    flex-flow: column nowrap;
    align-items: flex-end;
}



.footer.custom-footer .footer-logo-com-wrapper{
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.footer.custom-footer .footer-copy{
    display: flex;
    justify-content: flex-end;
    min-width: 180px;
}

.footer.custom-footer .footer-copy > p{
    margin-right: 5%;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    font-size: 12px;
}

.footer.custom-footer .container > .row{
    justify-content: space-between;
}

.footer.custom-footer .footer-socials__icon_inst{
    margin-right: 10px;
}

.footer.custom-footer .footer-contacts{
    margin-top: 15px;
}

.footer.custom-footer .footer-email{
    margin-top: 3px;
    text-transform: uppercase;
}

.footer.custom-footer{
    background: #2B2A29;
    opacity: 0.9;
    padding: 50px 0;
}

.footer.custom-footer{
    font-family: 'ArsenalSC', sans-serif;
}


.footer.custom-footer .footer-menu .footer-menu__item{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 2;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
}

.footer.custom-footer .footer-logo-svg{
    width: 145px;
    height: 85px;
}

.footer-menu-first-block
{
    margin-left: 30px;
}

.footer.custom-footer .footer-socials__icon_wa,
.footer.custom-footer .footer-socials__icon_inst{
    width: 15px;
    height: 15px;
}

.footer.custom-footer .footer-socials__icon_tg{
    transform: rotate(0deg);
    width: 15px;
    height: 15px;
}

.footer.custom-footer .footer-socials{
    align-items: center;
}

.footer.custom-footer .footer-contacts a{
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    margin-top: 5px;
    margin-bottom: 5px;
}

.footer.custom-footer .footer-socials__icon_wa{
    background: url(img/icons/whatsapp.svg) no-repeat center / contain;
}

@media (max-width: 1266px)
{
    .footer-custom-row-block
    {
        margin-right: calc(-.5 * 1rem);
        margin-left: calc(-.5 * 1rem);
    }

    .mobile-second-menu
    {
        width: 340px;
    }

    .footer-center-block
    {
        width: 200px;
    }
}

@media (min-width: 768px) {
    .design-reborn .header .header-contacts{
        display: none!important;
    }
}

@media (min-width: 1200px) {
    .design-reborn .header .header-buttons__btn.header-buttons__btn_lang.mobile-button{
        display: none !important;
    }
}

@media (max-width: 1200px)
{
    .design-reborn .header .header-buttons__btn.header-buttons__btn_lang.desktop-button{
        display: none!important;
    }

    /* .design-reborn .header .header-buttons__btn.header-buttons__btn_cabinet.desktop-button{
        display: none!important;
    } */
}

@media (max-width: 768px)
{
    .design-reborn .header .header-buttons__btn.header-buttons__btn_cabinet.mobile-button-style{
        display: none!important;
    }
}

.design-reborn .header .header__hamburger{
    background: none;
}

.design-reborn .header .header__hamburger svg path{
    fill: black;
}

@media (max-width: 801px) {
    .design-reborn .header-logo-new svg{
        width: 75px;
    }

    /*.design-reborn .header-search__icon svg*/
    /*{*/
    /*    width: 16px;*/
    /*    height: 16px;*/
    /*}*/

    /*.design-reborn .header-buttons__btn_cabinet img*/
    /*{*/
    /*    width: 22px;*/
    /*    height: 22px;*/
    /*}*/

    /*.design-reborn .header-buttons__btn_cart svg*/
    /*{*/
    /*    width: 22px;*/
    /*    height: 22px;*/
    /*}*/

    /*.design-reborn .header-buttons__btn_favorites img*/
    /*{*/
    /*    width: 18px;*/
    /*    height: 18px;*/
    /*}*/

    .design-reborn .header-buttons .header-buttons__btn{
        /*margin-left: 0!important;*/
    }

    .design-reborn .header-buttons .header-buttons__btn
    {
        width: 22px;
        height: 22px;
    }

    .design-reborn .header-inner
    {
        height: 45px;
    }

    .design-reborn .header-buttons .header-buttons__btn.header-personal-icon
    {
        display: none!important;
    }

    .header__hamburger
    {
        margin-right: 0;
        margin-left: 0;
    }

    .design-reborn .header > .container
    {
        padding: 0 5px;
        margin: 0!important;
    }
}

/*@media (max-width: 600px) {*/
/*    .design-reborn .header-logo-new svg{*/
/*        width: 65px;*/
/*    }*/

/*    .design-reborn .header-search__icon svg*/
/*    {*/
/*        width: 12px;*/
/*        height: 12px;*/
/*    }*/

/*    .design-reborn .header-buttons__btn_cabinet img*/
/*    {*/
/*        width: 18px;*/
/*        height: 18px;*/
/*    }*/

/*    .design-reborn .header-buttons__btn_cart svg*/
/*    {*/
/*        width: 18px;*/
/*        height: 18px;*/
/*    }*/

/*    .design-reborn .header-buttons__btn_favorites img*/
/*    {*/
/*        width: 14px;*/
/*        height: 14px;*/
/*    }*/

/*    .design-reborn .header-buttons .header-buttons__btn*/
/*    {*/
/*        width: 18px;*/
/*        height: 18px;*/
/*        margin-right: 5px;*/
/*        margin-left: 5px;*/
/*    }*/

/*    .design-reborn .header-inner*/
/*    {*/
/*        height: 45px;*/
/*    }*/

/*    .design-reborn .header-search*/
/*    {*/
/*        margin-right: 3px;*/
/*    }*/

/*    .design-reborn .header .header__hamburger svg*/
/*    {*/
/*        width: 18px;*/
/*        height: 18px;*/
/*    }*/
/*}*/

/*@media (max-width: 1200px) {*/

/*    .footer.custom-footer{*/
/*        position: relative;*/
/*    }*/

/*    .footer.custom-footer .footer-socials{*/
/*        position: absolute;*/
/*        right: 0;*/
/*        top: 0;*/
/*    }*/

/*    .footer.custom-footer .footer-menu {*/
/*        margin-top: 10px;*/
/*        border-top: none;*/
/*        border-bottom: none;*/
/*        padding: 15px 0;*/
/*        align-items: flex-start!important;*/
/*    }*/

/*    .footer-menu-first-block{*/
/*        margin-left: 0;*/
/*    }*/

/*    .footer.custom-footer .footer-contacts{*/
/*        display: none!important;*/
/*    }*/

/*    .footer.custom-footer .col-xl-2.mobile-second-menu{*/
/*        width: 100%!important;*/
/*        align-items: center !important;*/
/*    }*/

/*    .footer.custom-footer .footer-logo-new,*/
/*    .footer.custom-footer .footer-copy{*/
/*        justify-content: center;*/
/*    }*/

/*    .footer.custom-footer .footer-logo-new svg{*/
/*        margin: 20px 0 0 0;*/
/*    }*/

/*    .footer.custom-footer .footer-copy > p{*/
/*        margin: 0;*/
/*    }*/
/*}*/

/* Мобильное меню для администраторов */
.design-reborn .mobile-menu__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 0 15px 50px 15px;
}

.design-reborn .mobile-menu__nav-group {
    width: 100%;
    margin-bottom: 2px;
}

.design-reborn .mobile-menu__nav-trigger {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    padding: 0;
    border: none;
    background: none;
    font-size: 12px;
    line-height: 1.97;
    color: var(--ad-black);
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    cursor: pointer;
    text-align: left;
    transition: opacity .2s;
    color: black;
}

.design-reborn .mobile-menu__nav-arrow {
    flex-shrink: 0;
    margin-left: auto;
    transition: transform .25s ease;
    width: 30px;
    height: 7px;
}

.design-reborn .mobile-menu__nav-group_open .mobile-menu__nav-arrow {
    transform: rotate(180deg);
}

.design-reborn .mobile-menu__sub {
    display: flex;
    flex-direction: column;
    padding-left: 5px;
    margin-top: 4px;
    margin-bottom: 12px;
}

.design-reborn .mobile-menu__nav-group_open .mobile-menu__sub {
    display: flex;
}

.design-reborn .mobile-menu__sub-item {
    font-size: 12px;
    line-height: 1.97;
    color: var(--ad-black);
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    padding: 5px 0 5px 10px;
    border-radius: 4px;
}

.design-reborn .mobile-menu__sub-item:hover
{
    background: #EDEDED;
}

.design-reborn .mobile-menu__nav-indent {
    margin-top: 7px;
    margin-bottom: 7px;
}

.design-reborn .mobile-menu__nav-item_personal {
    display: flex;
    align-items: center;
    gap: 10px;
}

.design-reborn .mobile-menu__nav-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.design-reborn .mobile-menu__nav-item {
    font-size: 12px;
    line-height: 1.97;
    color: var(--ad-black);
    text-decoration: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    display: block;
    margin-bottom: 2px;
}

.design-reborn .mobile-menu__image-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}

.design-reborn .mobile-menu__image-link {
    display: block;
    position: relative;
    width: 100%;
}

.design-reborn .mobile-menu__image {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.design-reborn .mobile-menu__image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
}

.design-reborn .mobile-menu__image-title {
    font-size: 50px;
    font-family: 'Noto Serif Display', serif;
    color: #fff;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 0;
    padding-top: 25%;
    width: 100%;
}

.design-reborn .mobile-menu__image-link-text {
    font-size: 12px;
    font-family: 'Noto Serif Display', serif;
    color: #fff;
    font-weight: 200;
    line-height: 1.2;
    margin-bottom: 0;
    padding-bottom: 20px;
    width: 100%;
    margin-top: 7px;
}

.design-reborn .mobile-menu__footer-links {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: nowrap;
    margin-bottom: 40px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.design-reborn .mobile-menu__footer-link {
    font-size: 16px;
    color: var(--ad-black);
    text-decoration: none;
    transition: opacity .2s;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}

.design-reborn .mobile-menu__footer-link:hover {
    opacity: 0.7;
}

.design-reborn .mobile-menu__subscribe {
    margin-bottom: 30px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.design-reborn .mobile-menu__subscribe .footer-subscribe__title,
.design-reborn .mobile-menu__subscribe .footer-subscribe__desc {
    text-align: left;
}

.design-reborn .mobile-menu__subscribe .footer-subscribe__form {
    margin-top: 12px;
}

/* Крестик закрытия мобильного меню */
.design-reborn .mobile-menu__close {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 24px;
    height: 24px;
    padding: 0;
    border: none;
    background: #fff;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity .2s;
    color: #000;
    z-index: 2;
}

.design-reborn .mobile-menu__close:hover {
    opacity: 0.7;
}

.design-reborn .mobile-menu__close svg {
    width: 24px;
    height: 24px;
}

.design-reborn .mobile-menu .container {
    position: relative;
    padding: 60px 0;
}

.design-reborn .mobile-menu__logo-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;

    width: 100%;
}

.design-reborn .mobile-menu__logo-link {
    display: block;

    width: 100%;
}

.design-reborn .mobile-menu__logo-link svg {
    width: 100%;
    /*width: 185px;*/
    height: auto;
}

@media (max-width: 1200px)
{
    .footer.custom-footer .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }

    .footer.custom-footer .order-xl-0 {
        order: 0 !important;
    }

    .footer.custom-footer .order-3 {
        order: 2 !important;
    }

    .footer.custom-footer .footer-third-block{
        display: none;
    }

    .footer.custom-footer .mobile-second-menu
    {
        width: 340px;
    }

    .footer.custom-footer .footer-menu-first-block
    {
        margin-left: 0;
    }

    .footer.custom-footer .footer-contacts
    {
        align-items: flex-start !important;
    }

    .footer.custom-footer .footer-menu-last-block
    {
        margin-right: 25px;
    }
}

@media (max-width: 951px)
{
    .footer.custom-footer .footer-custom-row-block
    {
        flex-flow: column nowrap;
        align-items: center;
    }

    .footer.custom-footer .mobile-second-menu
    {
        width: 100%;
        text-align: center;
        align-items: center;
        align-content: center;
        justify-content: center;
        display: flex;
    }

    .footer.custom-footer .footer-menu .footer-menu__item
    {
        width: 100%;
        text-align: center;
        font-size: 11px;
    }

    .footer.custom-footer .footer-socials__icon_wa,
    .footer.custom-footer .footer-socials__icon_inst,
    .footer.custom-footer .footer-socials__icon_tg
    {
        width: 11px;
        height: 11px;
    }

    .footer-socials__icon_wa
    {
        margin-right: 0;
    }

    .footer.custom-footer .footer-contacts a
    {
        font-size: 11px;
        margin-bottom: 0;
        margin-top: 5px;
    }

    .footer-socials
    {
        margin-top: 15px;
    }

    .footer.custom-footer .footer-logo-svg
    {
        width: 80px;
        height: auto;
    }

    .footer.custom-footer .footer-copy > p
    {
        font-size: 8px;
        margin-right: 0;
    }

    .footer.custom-footer .footer-menu-first-block
    {
        width: 100%;
    }

    .footer.custom-footer .footer-menu-last-block
    {
        order: 1 !important;
        margin: 0;
        text-align: center;
        width: 100%;
    }

    .footer.custom-footer .footer-contacts {
        align-items: center !important;
    }

    .footer.custom-footer
    {
        padding: 20px 0 10px 0;
    }

    .footer.custom-footer .mobile-second-menu
    {
        margin-top: 25px;
    }

    .footer.custom-footer .footer-center-block
    {
        margin-top: 15px;
    }

    .footer.custom-footer .footer-copy
    {
        justify-content: center;
    }
}

@media (max-width: 400px)
{
    /*.footer.custom-footer .footer-copy > p*/
    /*{*/
    /*    font-size: 10px;*/
    /*}*/
}

@media (max-width: 767.98px) {

    .design-reborn .mobile-menu__footer-links {
        flex-wrap: wrap;
        gap: 15px;
    }

    /*.design-reborn .mobile-menu__footer-link {*/
    /*    font-size: 16px;*/
    /*}*/

    /*.design-reborn .mobile-menu__logo-link svg {*/
    /*    width: 140px;*/
    /*}*/
}

/* Стили для скрытия элементов при открытии мобильного меню */
.mobile-menu-hidden {
    display: none !important;
}

/* Убираем margin-top у контейнера шапки при открытии мобильного меню */
.design-reborn .header > .container.mobile-menu-open {
    margin-top: 0 !important;
}

@media (max-width: 801px)
{
    /*.design-reborn .mobile-menu__nav-item{*/
    /*    font-size: 18px;*/
    /*}*/
}

@media (max-width: 551px)
{
    .design-reborn .mobile-menu__footer-link{
        font-size: 14px;
    }

    /*.design-reborn .mobile-menu__logo-link svg{*/
    /*    width: 90px;*/
    /*}*/

    /*.design-reborn .mobile-menu__image-title{*/
    /*    font-size: 16px;*/
    /*}*/
}

@media (max-width: 786px)
{
    .design-reborn .mobile-menu__image-title{
        font-size: 30px;
    }
}

@media (max-width: 487px)
{
    .design-reborn .mobile-menu__image-title{
        font-size: 25px;
    }
}

@media (max-width: 375px)
{
    .design-reborn .mobile-menu__image-title{
        font-size: 18px;
    }
}

@media (max-width: 734px)
{
    .design-reborn .mobile-menu__footer-link{
        font-size: 12px;
    }
}

@media (max-width: 601px)
{

}

@media (max-width: 300px)
{
    /*.design-reborn .mobile-menu__nav-item{*/
    /*    font-size: 12px;*/
    /*}*/

    /*.design-reborn .mobile-menu__footer-link{*/
    /*    font-size: 12px;*/
    /*}*/

    /*.design-reborn .mobile-menu__image-title{*/
    /*    font-size: 14px;*/
    /*}*/
}

.design-reborn .header-search.header-mobile-menu-search
{
    display: block!important;
    margin-bottom: 50px;
    margin-right: 0!important;
}

.design-reborn .search-mobile-menu-icon{
    position: absolute;
    transform: scale(0.8);
}

.design-reborn .header.mobile-menu-open
{
    display: none!important;
}

.design-reborn .header-mobile-menu-search .header-search__input:focus{
    width: 100%!important;
    padding-left: 25px;
}

/* когда фокус внутри формы (в т.ч. в инпуте) */
.design-reborn .header-mobile-menu-search :focus-within .search-mobile-menu-icon {
    /*width: 16px;              !* уменьшаем *!*/
    transform: scale(0.8);    /* по желанию ещё уменьшаем */
}

.design-reborn .about-company__image.mobile-about
{
    display: none;
}

@media (max-width: 1101px)
{
    .collection-list__item-name
    {
        font-size: 60px !important;
    }

    .collection-list__item-desc
    {
        font-size: 18px!important;
    }
}

@media (max-width: 1025px)
{
    .design-reborn .about-company .about-company__image
    {
        display: none;
    }

    .design-reborn .about-company .about-company__title
    {
        margin-bottom: 0;
    }

    .design-reborn .about-company .about-company__grid
    {
        gap: 20px;
    }

    .design-reborn .about-company .about-company__text h2,
    .design-reborn .about-company .about-company__text h3
    {
        margin: 30px 0 15px 0;
    }

    .about-company
    {
        margin-top: 0;
        padding-top: 0;
    }

    .design-reborn .about-company__image.mobile-about
    {
        display: block;
    }
}

@media (max-width: 780px)
{
    .collection-list__item-name
    {
        font-size: 50px !important;
    }

    .collection-list__item-desc
    {
        font-size: 16px!important;
    }

    .collection-list__content
    {
        padding: 0;
    }
}

@media (max-width: 560px)
{
    .collection-list__item-name
    {
        font-size: 30px !important;
    }

    .collection-list__item-desc
    {
        font-size: 14px!important;
    }
}

@media (max-width: 560px)
{
    .collection-list__item-name
    {
        font-size: 28px !important;
    }

    .collection-list__item-desc
    {
        font-size: 14px!important;
    }
}

@media (max-width: 500px)
{
    .about-company__title
    {
        font-size: 6rem;
    }
}

@media (max-width: 433px)
{
    .about-company__title
    {
        font-size: 5rem;
    }
}

@media (max-width: 365px)
{
    .about-company__title
    {
        font-size: 4rem;
    }
}

@media (max-width: 300px)
{
    .about-company__title
    {
        font-size: 3rem;
    }
}