#subscribe-popup .popup__wrapper {
    padding: 0;
    max-width: 810px;
    background: transparent;
}

#subscribe-popup .popup-content {
    display: flex;
    flex-direction: row-reverse;
}

#subscribe-popup .popup-content .left {
    position: absolute;
    z-index: 1;
    left: 0;
    height: 100%;
}

#subscribe-popup .popup-content .left img {
    height: 100%;
}

#subscribe-popup .popup-content .right {
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 2;
    background: white;
    padding: 35.5px 53.5px 31px 53.5px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

#subscribe-popup .sub-title {
    font-family: Spectral;
    font-size: 36px;
    font-style: italic;
    font-weight: 400;
    text-align: left;
}

#subscribe-popup .sub-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: 0.32px;
}

#subscribe-popup .sub-text b {
    font-weight: 700;
}

#subscribe-popup form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#subscribe-popup input {
    box-sizing: border-box;
    border: 1px solid rgb(228, 228, 228);
    background: rgb(255, 255, 255);
    color: #171717;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0;
    height: 48px;
    padding-left: 15px;
    margin-bottom: 5px;
}

#subscribe-popup input::placeholder {
    color: #171717;
}

#subscribe-popup input[type=submit] {
    background: rgb(23, 23, 23);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 0;
}

#subscribe-popup ul li {
    color: rgb(102, 102, 102);
    font-size: 10px;
    font-weight: 400;
    line-height: 11px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 9px;
}

#subscribe-popup .support-text {
    margin-top: 4px;
}

.control {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: rgb(23, 23, 23);
    font-family: Arial;
    font-size: 9px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    text-align: left;
}

.control a {
    text-decoration: underline;
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.control_indicator {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    border-radius: 0;
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #FFFFFF;
}

.control input:checked~.control_indicator {
    background: #ffffff;
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #FFFFFF;
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}

.control-checkbox .control_indicator:after {
    left: 4px;
    top: 2px;
    width: 7px;
    height: 7px;
    border: solid #171717;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.control-checkbox input:disabled~.control_indicator:after {
    border-color: #7b7b7b;
}

#subscribe-popup .js-popup-close {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    z-index: 10;
}

.choise-slider__card-image {
    overflow: hidden;
}

.breadcrumbs a:last-of-type::after {
    display: block !important;
}

.check-box-input input:required {
    display: inline-block;
    opacity: 0;
    position: absolute;
}

.loader-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    display: none;
}

.loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -50px;
    z-index: 2;
    background: url(../img/loader.svg) center center no-repeat;
}

.basket__loading .loader-bg {
    display: block;
}

.basket__loading .basket__wrp,
.basket__loading .cart-page__wrapper {
    opacity: 0.6;
}

.promocode-field {
    margin-bottom: 10px;
}

.promocode-text.promocode-text__err {
    color: #f44336;
}

.promocode-text.promocode-text__complete {
    color: #009688;
}

.swal2-html-container {
    margin: 1em 1.6em 1em;
    font-size: 1.5em;
}

.swal2-cancel.button {
    margin-left: 10px;
}

.catalog-card__image img,
.product__nav-sldier .swiper-slide img,
.product__main-sldier .swiper-slide img {
    mix-blend-mode: multiply;
    filter: brightness(1.05);
    width: auto;
}

.brands .brands-list {
    display: flex;
    flex-wrap: wrap;
}

.brands .brands-list-item {
    flex: 1 0 20%;
    margin: 1%;
}

.brands-list-item__wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    background: #f9f9f9;
    text-align: center;
    line-height: 200px;
    flex-direction: column;
}

.brands-list--simple .brands-list-item__wrap {
    background: transparent;
}

.brands-list-item__wrap:hover {
    opacity: 1;
}

.brands-list-item__wrap img {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    max-width: 80%;
    height: auto;
    transition: all .3s ease-out;
    mix-blend-mode: multiply;
    filter: brightness(1.05);
}

.brands-list-item__wrap .no-photo {
    width: 70px;
    height: 70px;
    opacity: .3;
    transition: all .3s ease-out;
}

.brands-list-item__wrap:hover .no-photo {
    opacity: .6;
}

.brands-list-item__wrap span {
    position: absolute;
    bottom: 10px;
    left: 0;
    display: block;
    padding: 0 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}

@media screen and (max-width: 780px) {
    .brands .brands-list-item {
        flex: 1 0 31.3%;
        margin: 1%;
    }
}

@media screen and (max-width: 500px) {
    .brands .brands-list-item {
        flex: 1 0 48%;
        margin: 1%;
    }
}

.element-faq h3 {
    margin: 3rem 0 1rem;
    font-weight: bold;
}

.element-faq-item {
    margin-bottom: 2rem
}

.element-faq-item__btn {
    font-weight: 600;
}

.catalog-card__no-available p {
    z-index: 10;
}

.catalog-card__no-available {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(251, 250, 249, 0.8);
}


.section-empty {
    text-align: center;
    padding: 10vh 0;
}

.sitemap>li {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5rem;
}

.sitemap-title {
    flex: 0 1 20%;
    font-weight: 700;
}

.sitemap-child {
    flex: 0 1 80%;
    display: flex;
    flex-wrap: wrap;
}

.sitemap-child .header__top-menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-start;
}

.sitemap-child li,
.sitemap-child .header__top-menu a {
    flex: 0 1 25%;
    padding: 0 3rem 0 0;
    margin: 0 0 1rem;
}

@media screen and (max-width: 1024px) {

    .sitemap-child li,
    .sitemap-child .header__top-menu a {
        flex: 0 1 33.3%;
    }
}

@media screen and (max-width: 780px) {
    .sitemap-title {
        flex: 0 1 30%;
    }

    .sitemap-child {
        flex: 0 1 70%;
    }

    .sitemap-child li,
    .sitemap-child .header__top-menu a {
        flex: 0 1 50%;
    }
}

@media screen and (max-width: 500px) {
    .sitemap-title {
        margin-bottom: 2rem;
    }

    .sitemap>li {
        flex-direction: column;
    }
}

.product_subtitle_small {
    margin-top: -10px;
    margin-bottom: 29px;
    font-size: 1.8rem;
    line-height: 114%;
    letter-spacing: -0.06em;
    color: #717171;
}

.element-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 18px;
}

.element-quantity-select {
    position: relative;
    flex: 0 0 50%;
}

.element-quantity-select__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px 0 28px;
    width: 100%;
    height: 60px;
    border: 1px solid #ccc;
    line-height: 60px;
    text-align: left;
    cursor: pointer;
}

.element-quantity-select__btn span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.element-quantity-select__btn._active svg {
    transform: rotate(180deg);
}

.element-quantity-select__wrap {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 5;
    display: none;
    width: 100%;
    max-height: 232px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}

.element-quantity-select__wrap::-webkit-scrollbar {
    width: 3px;
    background: transparent;
}

.element-quantity-select__wrap::-webkit-scrollbar-thumb {
    background-color: #bebbb5;
    border-radius: 3px;
}

.element-quantity-select__wrap::-webkit-scrollbar-track {
    border-width: 0;
}

.element-quantity-select__wrap li._active {
    background-color: #cccccc;
}

.element-quantity-select__wrap li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.element-quantity-select__wrap li a,
.element-quantity-select__wrap li span {
    display: block;
    padding: 19px 28px;
}

.element-quantity-select__wrap li svg {
    margin-right: 23px;
}

.element-quantity-select__wrap li+li {
    border-top: 1px solid #ccc;
}

@media (max-width: 550px) {
    .element-quantity-select {
        flex: 0 0 100%;
    }
}


.header__main-menu {
    bottom: 0 !important;
    padding-top: 15px;
}

@media screen and (max-width: 1240px) {
    .header__main-menu {
        padding-top: 20px;
    }
}

.head-nav {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-size: 13px;
    line-height: 130%;
}

.head-nav>div[id^=bx_incl_area] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 13px;
    line-height: 130%;
}

.head-nav>li {
    padding: 0 12.5px 17px;
}

.head-nav>li>p {
    cursor: pointer;
}

.head-nav>li:hover>p {
    opacity: .4;
}

.head-nav li a._red {
    color: #FF7571;
}

.head-nav>li:hover>a,
.head-nav>li>a._active {
    opacity: .4;
}

.head-nav-sub {
    position: absolute;
    top: 100%;
    left: -999999px;
    opacity: 0;
    width: 100%;
    min-height: 440px;
    background: #fff;
    transition: opacity .2s ease-out, padding .2s ease-out;

}

.head-nav li {
    list-style-type: none;
}

.head-nav li:hover .head-nav-sub {
    left: 0;
    opacity: 1;
    transition: opacity .1s ease-out, padding .1s ease-out;
    transition-delay: 0.3s;
    z-index: 9999;
}

.head-nav-sub-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 36px 42px 36px 28px;
}

.head-nav-sub-wrap__info {
    position: absolute;
    bottom: 0;
    padding: 36px 40.5px;
    color: #FF7571;
}

.head-nav-sub__left {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-grow: 1;
}

.head-nav-sub__left ul {
    flex: 0 0 calc(23% - 34px);
}

.head-nav-sub__left--column ul {
    flex: 0 0 calc(36% - 30px);
    column-count: 2;
    page-break-inside: avoid;
    break-inside: avoid;
}

.head-nav-sub__left ul li {
    margin-bottom: 14px;
    color: rgba(0, 0, 0, .4);
}

.head-nav-sub__left ul li a {
    display: inline-block;
    letter-spacing: .5px;
    color: #000;
}

.head-nav-sub__left ul li._parent a {
    color: rgba(0, 0, 0, .4);
}

.head-nav-sub__left ul li._parent a:hover {
    opacity: 1;
    color: #000;
}

.head-nav-sub__left ul li a.head-nav-label:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.head-nav-sub__left ul li a.head-nav-label._limit:after {
    background: #FFD7A0;
}

.head-nav-sub__left ul li a.head-nav-label._gift:after {
    background: #E35935;
}

.head-nav-sub__left ul li a.head-nav-label._bestseller:after {
    background: #396781;
}

.head-nav-sub__left ul li a.head-nav-label._top25:after {
    background: #BAB5AA;
}

.head-nav-sub__left ul li a.head-nav-label._new:after {
    background: #44983c;
}



.mobile_menu_li a.head-nav-label:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.mobile_menu_li a.head-nav-label._limit:after {
    background: #FFD7A0;
}

.mobile_menu_li a.head-nav-label._gift:after {
    background: #E35935;
}

.mobile_menu_li a.head-nav-label._bestseller:after {
    background: #396781;
}

.mobile_menu_li a.head-nav-label._top25:after {
    background: #BAB5AA;
}

.mobile_menu_li a.head-nav-label._new:after {
    background: #44983c;
}





.head-nav-sub__right {
    flex: 0 0 288px;
}

.head-nav-sub__right p {
    margin-bottom: 10px;
    text-align: center;
}

.head-nav-sub__right img {
    width: 288px;
    height: 288px;
    object-fit: cover;
    object-position: center;
}

.head-btns {
    position: absolute;
    top: calc(100% - 4px);
    right: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.head-info ._view,
.head-btns ._view {
    display: block;
}

.head-info ._view._scroll,
.head-btns ._view._scroll {
    display: none;
}

.head-info ._hide,
.head-btns ._hide {
    display: none;
}

.head-info ._hide._scroll,
.head-btns ._hide._scroll {
    display: flex;
}

.head-btns li {
    position: relative;
    padding-bottom: 2px;
    width: 26px;
    text-align: center;
}

.head-btns li+li {
    margin-left: 16px;
}

.head-btns li#smallCart {
    width: 34px;
    margin-left: 0;
    padding-left: 16px;
}

.head-btns li svg {
    min-height: 20px;
}

.head-btns li span {
    display: none;
}

.head-btns li a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.head-btns li._active a span,
.head-btns li a p {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 0;
}

.head-btns li._active a span:before {
    content: '(';
}

.head-btns li._active a span:after {
    content: ')';
}

.head-btns li.head-btns__btn {
    position: relative;
    top: -6px;
    width: auto;
}

.head-btns li.head-btns__btn a {
    padding: 0 19px;
    width: auto;
    height: 33px;
    font-size: 11px;
    line-height: 33px;
}

.menu_mobile_version {
    display: none;
}

.mobile_menu_li {
    margin-bottom: 30px;
    font-size: 14px;
}

.mobile_subsections .mobile_menu_li {
    margin-bottom: 14px;
}

.mobile_subsections {
    display: none;
}

.mobile_subsections.active {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
}

.menu.selector__arrow-icon {
    transform: rotate(-90deg);
    width: max-content;
    height: max-content;
}

.mobile_menu_have_sections {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.menu.selector__arrow-icon.active {
    transform: rotate(0deg);
}

@media screen and (max-width: 1240px) {
    .menu_desktop_version {
        display: none;
    }

    .menu_mobile_version {
        display: block;
    }
}

.pcatalog-card__price {
    color: #bb793e;
    font-size: 1.7rem;
    line-height: 2rem;
    margin-top: 2rem;
}

.product-img__label {
    margin-bottom: 5px;
    margin-right: 5px;

}

.product-img__labels--new .product-img__label {
    background: #fff;
    padding: 0 5px;
    border-radius: 16px;
}

.product-img__label span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 120%;
    opacity: .4;
    transition: all .15s ease-out;
}

.product-img__label:hover span {
    opacity: 1;
}

.product-img__label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    width: 12px;
    height: 12px;
    border-radius: 100%;
}

.product-img__label._bestseller:before {
    background: #39677f;
}

.product-img__label._limit:before {
    background: #FFD7A0;
}

.product-img__label._limit1:before {
    background: #FFD7A0;
}

.product-img__label._top25:before {
    background: #BAB5AA;
}

.product-img__label._gift:before {
    background: #E35935;
}

.product-img__label._gift1:before {
    background: #E35935;
}

.product-img__label._new:before {
    background: #44983c;
}

.product-img__label._feb23:before {
    margin: 0 12px 0 -2px;
    width: 16px;
    height: 16px;
    clip-path: polygon(50% 2.45%, 61.8% 38.77%, 100% 38.77%, 69.1% 61.23%, 80.9% 97.55%, 50% 75.1%, 19.1% 97.55%, 30.9% 61.23%, 0% 38.77%, 38.2% 38.77%);
    background-color: red;
}

.product-img__labels--new {
    display: flex;
    margin-left: 12px;
    margin-top: 16px;
    flex-wrap: wrap;
    align-items: center;
}

.catalog-card .product-img__labels--new {
    padding-right: 50px;
}

.product-img__labels--new .product-img__label:before {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 0;
    background: center center no-repeat;
    background-size: contain;
    margin-right: 0;
}

.product-img__labels--new .product-img__label span {
    font-family: Nunito;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: #000000;
    opacity: 1;

}

.product-img__labels--new .product-img__label._limit:before,
.product-img__labels--new .product-img__label._limit1:before {
    background-image: url(/images/icons/diamond.svg);
}

.product-img__labels--new .product-img__label._gift:before,
.product-img__labels--new .product-img__label._gift1:before {
    background-image: url(/images/icons/gift.svg);
}

.product-img__labels--new .product-img__label._box_price:before {
    background-image: url(/images/icons/box.svg);
}

.product-img__labels--new .product-img__label._bestseller:before,
.product-img__labels--new .product-img__label._top25:before {
    background-image: url(/images/icons/fire.svg);
}

.product-img__labels--new .product-img__label._new:before {
    content: none;
}

.product-img__labels--new .product-img__label._new {
    display: inline-block;
    background: #000;
    border-radius: 16px;
}

.product-img__labels--new .product-img__label._new span {
    color: #fff;
    padding: 4px 8px;
}

.reviews {
    margin-bottom: 140px;
}

.reviews-rating {
    margin-top: -11px;
}

.reviews-wrap {
    margin: 0 auto 40px;
    max-width: 950px;
}

.reviews-wrap .owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.reviews-wrap .owl-dot {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
    width: 4px;
    height: 4px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    transition: all .2s ease-out;
}

.reviews-wrap .owl-dot.active {
    background: #000;
}

.review {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 15px 0 3px;
    border-top: 2px solid #7f7f7f;
}

.review-info {
    flex: 0 0 190px;
}

.review-info__date {
    color: rgba(0, 0, 0, .4);
}

.review-info__rating {
    margin: 12px 0 6px;
    font-size: 0
}

.review-info__rating li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.review-text {
    flex-grow: 1;
}

.review-text__comment {
    margin-bottom: 32px;
}

.review-text__plus,
.review-text__minus {
    margin-bottom: 15px;
}

.reviews .title {
    text-align: center;
    margin-bottom: 30px;
    font-size: 15px;
}

.reviews .title h2 {
    font-size: 25px;
    margin: 40px 0 20px;
    line-height: 120%;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

@media (max-width: 650px) {
    .review {
        flex-wrap: wrap;
    }

    .review-info {
        position: relative;
        flex: 0 0 100%;
        padding-right: 130px;
    }

    .review-info__rating {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
    }

    .review-text {
        flex: 0 0 100%;
        padding: 30px 0 10px;
    }

    .review-text__comment {
        margin-bottom: 15px;
    }
}

.brands-section__slider-item img,
.brands-list-item__wrap img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.paristore-choise__card-info .button {
    background: #dedede;
    border: 1px solid #dedede;
    color: #000000;
}

.paristore-choise__card-info .button:hover {
    background: #bb793e;
    border-color: #bb793e;
    color: #f7f7ef;
}

.product__about-col a.product__about-text {
    color: #000000;
}

a.product__about-text:hover {
    color: #949494;
}

.product__about-text {
    display: block;
}

a.product__about-text {
    text-decoration: none;
}

.catalog-card__price {
    position: absolute;
    bottom: 70px;
}

.fast-buy-card .catalog-card__price {
    position: static;
}

.gift-wrap-slider .catalog-card__price-block {
    display: flex;
    flex-direction: column;
}

.gift-wrap-slider .catalog-card__price {
    position: static;
}

.gift-wrap-slider .catalog-card__price-old {
    padding: 0;
}

.catalog-card__reviews-counter {
    position: absolute;
    top: 10px;
    z-index: 1;
    left: 10px;
}

.catalog-card__reviews-counter-no-absolute {
    position: initial;
}

.swiper-wrapper .swiper-slide {
    position: initial;
}

.swiper-wrapper .catalog-card {
    position: initial;
}

.swiper-wrapper .pcatalog-card__price {
    position: absolute;
    width: max-content;
    bottom: 0;
}

@media screen and (max-width: 500px) {
    .swiper-wrapper .swiper-slide {
        position: relative;
    }
}

.catalog-sort.selector:first-child {
    margin-right: 20px;
}

.catalog-sort-wrapper {
    flex-wrap: wrap;
    max-width: 100%;
}

@media screen and (max-width: 780px) {
    .catalog-card .product-img__labels:not(.product-img__labels--cigar) {
        display: none;
    }

    .product-img__labels--new .product-img__label {
        line-height: 12px;
    }

    .product-img__labels--new .product-img__label._new+.product-img__label {
        margin-top: 0;
        margin-left: 0;
    }

    .product-img__labels--new .product-img__label span {
        font-size: 8px;
        line-height: 12px;
    }

    .product-img__labels--new .product-img__label._new {
        line-height: 20px;
    }

    .product-img__labels--new .product-img__label._new span {
        padding: 0 4px;
    }

    .product-img__labels--new .product-img__label::before {
        width: 12px;
        height: 12px;
    }
}

.paristore-choise__card-name {
    margin-bottom: 10px;
}

.element-stars {
    text-align: left;
}

.bid-rating__value {
    margin-left: 0;
}

.bid-rating__value li:first-child {
    margin-left: 0;
}

.cart-page__cards-elem {
    margin-bottom: 20px;
}

.bx-filter .bx-filter-input-container input {
    font: inherit;
}

.btn {
    font-family: "InputSans", sans-serif;
}

body.header_fixed {
    margin-bottom: 101px;
    padding-top: 1px;
}

body.header_fixed main {
    margin-top: 189px;
}

@media (max-width: 1240px) {
    body.header_fixed {
        margin-bottom: 0px;
    }

    body.header_fixed main {
        margin-top: 103px;
    }

    .header__main-menu.is-open {
        top: 103px;
    }
}

.header__bottom__fixed .header__main-menu.is-open {
    top: 105px;
}

.menu.selector__arrow-icon svg {
    height: 7px;
    width: 18px;
}

@media (max-width: 600px) {
    .header__main-menu.is-open {
        top: 141px;
    }

    .im-hero-slider__title {
        margin: 0 10px;
    }

    .breadcrumbs {
        font-size: 1.1rem;
    }

    .header__main {
        top: 39px;
        width: 100%;
        z-index: 500;
    }

    body.header_fixed .header__main {}

    #bx-panel {
        display: none !important;
    }

    .header__main-menu {
        top: 105px;
    }
}

.search-page__form input::placeholder,
.search-page__form .button {
    font-family: "InputSans", sans-serif;
}

.catalog-card__fast-buy._added {
    background: #d89457;
}

.check-box-input a {
    text-decoration: none !important;
}

.check-box-input:hover {
    color: #bb793e;
}

.head-nav-sub-wrap {
    padding-left: 12px;
}

.personal-favorite.new {
    grid-template-columns: repeat(4, 1fr);
}

@media screen and (max-width: 1024px) {
    .personal-favorite.new {
        grid-template-columns: repeat(3, 1fr);
    }
}

.header__main-menu.bottom_border {
    border-bottom: 1px solid #bb793e;
}

.fancybox__container {
    z-index: 10000;
}

body.header_fixed .header {
    -webkit-box-shadow: 0px 7px 14px -1px rgba(34, 60, 80, 0.17);
    -moz-box-shadow: 0px 7px 14px -1px rgba(34, 60, 80, 0.17);
    box-shadow: 0px 7px 14px -1px rgba(34, 60, 80, 0.17);
}

.top-button__button-up {
    display: none;
}


@media screen and (min-width: 1240px) {
    .header.hide_header_menu .header__bottom {
        display: none;
    }
}

@media screen and (min-width: 600px) {
    .top-button__button-up {
        z-index: 5000;
        display: none;
        width: 55px;
        height: 55px;
        position: fixed;
        bottom: 40px;
        right: 40px;
        background: white;
        border-radius: 50%;
        cursor: pointer;
        -webkit-box-shadow: 0px 0px 11px 11px rgba(34, 60, 80, 0.09);
        -moz-box-shadow: 0px 0px 11px 11px rgba(34, 60, 80, 0.09);
        box-shadow: 0px 0px 11px 11px rgba(34, 60, 80, 0.09);
    }

    .top-button__button-up.show {
        display: block;
    }
}

.menu_hide_desc {
    display: none;
}

@media screen and (max-width: 500px) {
    .subscripbe-form form .button {
        margin-top: 0rem;
    }

    .menu_hide_desc {
        display: block;
    }

    .menu_hide_mobile {
        display: none;
    }

    .footer__wrapper .area-8 {
        margin-top: 30px
    }

}


.button--ghost-transparent {
    background: transparent !important;
}

:root {
    --pdf-page-padding: 40px;
}

.pdf-page {
    max-width: 1024px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
}

.pdf-page__section-separator {
    width: 300px;
    height: 1px;
    background: #000000;
    margin: 0 auto;
}

.pdf-page .mb-100 {
    margin-bottom: 30px;
}

.pdf-page__h2 {
    font-size: 2.8rem;
    line-height: 100%;
}

.pdf-page__h3 {
    font-size: 2.2rem;
    line-height: 100%;
    font-weight: 500;
}

.pdf-page__h4 {
    font-size: 1.8rem;
    line-height: 100%;
    font-weight: 500;
}

.pdf-page__headeing-section {
    position: relative;
    color: #edeae2;
    height: 100vh;
}

.pdf-page__headeing-section::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 5;
}

.pdf-page__headeing-section-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.pdf-page__headeing-section-content {
    position: absolute;
    z-index: 15;
    top: calc(var(--pdf-page-padding) * 3);
    left: var(--pdf-page-padding);
}

.pdf-page__headeing-section-number {
    position: absolute;
    z-index: 15;
    top: var(--pdf-page-padding);
    right: var(--pdf-page-padding);
    font-size: 2.6rem;
}

.pdf-page__headeing-section-header {
    font-size: 4rem;
    line-height: 100%;
}

.pdf-page__headeing-section-subheader {
    font-size: 2.4rem;
}

.pdf-page__headeing-section-description {
    padding-top: 40px;
    font-size: 1.4rem;
    max-width: 230px;
}

.pdf-center-section__tile {
    margin-bottom: 40px;
}

.pdf-center-section__container {
    display: grid;
    grid-template-columns: 400px 250px;
    gap: 40px;
    justify-content: space-between;
}

.pdf-medium-text,
.pdf-small-text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media screen and (min-width: 780px) {
    .pdf-small-text.list-1 {
        margin-top: -100px;
    }
}


.pdf-small-text__content {
    font-size: 12px;
    line-height: 120%;
}

.pdf-small-text__price {
    font-size: 16px;
}

.pdf-page-right-img {
    max-width: 100%;
    margin-left: auto;
}

.pdf-sidebar-section {
    display: flex;
    gap: 40px;
}

.pdf-sidebar-section.is-revers {
    flex-direction: row-reverse;
}

.pdf-sidebar-section__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-shrink: 0;
    width: 400px;
    padding-top: 60px;
}

.pdf-sidebar-section__image {
    width: 100%;
}

@media screen and (max-width: 780px) {
    :root {
        --pdf-page-padding: 20px;
    }

    .pdf-page__headeing-section-content {
        top: calc(var(--pdf-page-padding) * 4);
    }

    .pdf-page__headeing-section-header {
        font-size: 3rem;
    }

    .pdf-page__headeing-section-subheader {
        font-size: 2rem;
    }

    .pdf-page__headeing-section-description {
        padding-top: 10px;
    }

    .pdf-page {
        gap: 20px;
    }

    .pdf-page .mb-100 {
        margin-bottom: 20px;
    }

    .pdf-page__h2 {
        font-size: 2.2rem;
    }

    .pdf-page__h2 br {
        display: none;
    }

    .pdf-page-right-img {
        max-width: 100%;
    }

    .pdf-center-section__container {
        grid-template-columns: 1fr;
    }

    .pdf-sidebar-section__content {
        padding: 0;
        width: 100%;
    }

    .pdf-sidebar-section {
        flex-direction: column-reverse !important;
    }
}

.short_pages_btn_wrap {
    margin-bottom: 20px;
    justify-content: flex-start;
}

@media screen and (min-width: 780px) {
    .button--ghost:hover {
        background: #171717 !important;
        border-color: #171717;
        color: #f7f7ef;
    }
}

.header-search__result {
    position: absolute;
    top: calc(100% + 5px);
    width: 100%;
    background: #fff;
    padding: 12px;
    z-index: 100;
    box-shadow: 0px 7px 14px -1px rgba(34, 60, 80, 0.17);

    transition: .3s;
    opacity: 0;
    visibility: hidden;
    transform: translate(0, -10px);
}

.header-search__result.is-active {
    opacity: 1;
    visibility: visible;
    transform: translate(0, 0);
}

.header-search__history {
    padding-bottom: 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #C1BBB7;
}

.header-search__history-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.header-search__history-title {
    font-weight: 600;
    font-size: 17px;
    color: #171717;
}

.header-search__history-clear {
    font-weight: 400;
    font-size: 9px;
    letter-spacing: -0.01em;
    color: #c1bbb7;
    cursor: pointer;
}

.header-search__history-list {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.header-search__history-list-item {
    color: #c1bbb7;
    font-weight: 400;
    font-size: 11px;
    line-height: 155%;
    letter-spacing: -0.01em;
}

.header-search__history-list span {
    color: #171717;
}

.header-search__slider .swiper {
    padding-bottom: 20px;
}

.header-search__slider .swiper-slide {
    width: 300px;
}

.header-search__slider .swiper-pagination {
    top: auto;
    bottom: 0;
    background: #f2f1f0;
    border-radius: 1rem;
}

.header-search__slider .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #171717;
    border-radius: 1rem;
}

.header-search__slider-arrows {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.header-search__slider-arrows .swiper-arrow {
    position: unset;
    width: 16px;
    height: 16px;
    transform: none;
}

.header-search__slider-arrows .swiper-arrow.swiper-button-disabled {
    display: block;
    opacity: .3;
}

.header-search__card {
    width: 100%;
}

.header-search__card-top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.header-search__card-rating {
    font-size: 13px;
    letter-spacing: -0.01em;
    color: #171717;
}

.header-search__card-articul {
    font-size: 13px;
    letter-spacing: -0.01em;
    color: #c1bbb7;
}

.header-search__card-main {
    display: flex;
    gap: 10px;
}

.header-search__card-image-box {
    position: relative;
    height: 102px;
    width: 53px;
    flex-shrink: 0;
}

.header-search__card-image-box .catalog-card__image {
    padding: 0;
    background: none;
}

.header-search__card-main .catalog-card__name {
    font-size: 1.7rem;
}


.header-search__card-main .pcatalog-card__price {
    position: unset;
    margin: 0 0 10px 0;
}

.header-search__card-main .button {
    height: 30px;
    font-size: 14px;
    padding: 1.5px 23px 2px;
}

/*Поиск*/
.header-search__result {
    position: initial;
}

.header-search__result_absolute {
    position: absolute;
}

.header-search__slider .swiper .swiper-wrapper .swiper-slide {
    height: auto;
    display: block;
}

.header-search__slider .swiper .swiper-wrapper .swiper-slide .header-search__card {
    height: 100%;
}

.header-search__slider .swiper .swiper-wrapper .swiper-slide .header-search__card-main .header-search__card_main-props {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header-search__slider .swiper .swiper-wrapper .swiper-slide .header-search__card-main {
    height: calc(100% - 30px);
}

.header__main-right {
    align-items: center;
}

.header-search__form .button {
    line-height: 20px;
}

.search_mobile_active {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 9999999999;
    -webkit-box-shadow: -1px 13px 22px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 13px 22px -9px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 13px 22px -9px rgba(0, 0, 0, 0.75);
}

.header_search_container.active {
    background-color: rgba(0, 0, 0, .25098039215686274);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

.header_search_container.active .header-search__form input {
    height: 4.9rem;
}

.header_search_container.active .header-search__form .button {
    height: 4rem;
}

.header_search_container.active .header-search__result {
    top: calc(100% + 1px);
}

.header_search_close {
    font-family: 'Geometria', Helvetica, Arial, sans-serif;
    font-size: 11px;
    line-height: 13px;
    letter-spacing: 0.037em;
    text-transform: uppercase;
    display: block;
    border: none;
    padding: 2px 0 0;
    color: #28282A;
    background-color: transparent;
    flex-shrink: 0;
    margin: 0 0 0 8px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    cursor: pointer;
}

@media (min-width: 1024px) {
    .header_mobile_search_icon {
        display: none;
    }

    .header_search_close {
        display: none;
    }
}

@media (max-width: 1024px) {
    div.title-search-result {
        z-index: 99999 !important;
    }

    .header_search_container.active .header-search__form .button {
        height: 3.3rem;
        font-size: 1.4rem;
        line-height: 14px;
    }

    .header_search_container.active .header-search__form input {
        margin-right: 20px;
    }

    #subscribe-popup .popup-content .left {
        display: none;
    }

    #subscribe-popup .popup-content {
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }

    #subscribe-popup .popup-content .right {
        padding: 20px;
    }

    #subscribe-popup .js-popup-close {
        top: 20px;
        right: 20px;
    }

    #subscribe-popup .sub-title {
        font-size: 24px;
    }

    #subscribe-popup .sub-text {
        font-size: 14px;
    }
}

.seo_text_wrap h2,
.seo_text_wrap h3,
.seo_text_wrap h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 15px;
}

@media screen and (max-width: 768px) {

    input,
    textarea,
    select {
        font-size: 16px;
    }
}

.short_pages_btn_wrap .button {
    border: 1px solid #c1bbb7;
    padding: 3px 1.1rem;
    font-size: 1.3rem;
    line-height: 2.3rem;
    font-family: input-sans, sans-serif;
    font-style: normal;
}

.menu-info {
    display: none;
}

.menu-info__icon {
    width: 32px;
    height: 32px;
    background: #000 center center no-repeat;
    background-size: 16px;
    margin-right: 10px;
}

.menu-info__icon--inst {
    background-image: url(/images/icons/streamline_instagram-solid.svg);
}

.menu-info__icon--wa {
    background-image: url(/images/icons/ri_whatsapp-fill.svg);
}

.menu-info__icon--tg {
    background-image: url(/images/icons/lineicons_telegram.svg);
}

.menu-info__icon--tel {
    background-image: url(/images/icons/iconoir_phone-solid.svg);
}

@media(width < 1241px) {
    .header__main-menu {
        opacity: 1;
        visibility: visible;
        transform: translateX(-100%);
    }

    .header__main-menu.is-open {
        transform: translateX(0);
    }

    .menu_mobile_version {
        width: 100%;
    }

    .mobile_menu_have_sections {
        justify-content: space-between;
    }

    .mobile_subsections {
        padding-left: 15px;
    }

    .menu-about {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .menu-about .only-mobile {
        color: #171717;
    }

    .menu-about .header__main-menu-item.higlited {
        order: -1;
        margin-bottom: 25px;
        margin-top: -10px;
    }

    .header__main-menu-item.sale {
        font-size: 14px;
    }

    .menu-info {
        display: flex;
        width: 100%;
        margin-top: 30px;
    }
}

@media(width < 992px) {
    .product-img__labels--new {
        display: flex !important;
        /*! margin: 0; */
        margin-left: 10px;
        margin-top: 5px;
    }

    .catalog-card__favorite {
        top: 1.5rem !important;
        right: 1.5rem;
    }
}

.button--ghost.active {
    background: #171717 !important;
    border-color: #171717;
    color: #f7f7ef;
}

@media(width < 500px) {
    .product-img__labels--new {
        display: flex !important;
        padding-right: 0;
        flex-direction: column;
        align-items: start;
    }
}

.swiper .catalog-card:has(.catalog-card__price-old) .catalog-card__price {
    color: #9E0000;
}

.swiper .catalog-card__reviews-counter {
    display: none;
}

.label-discount {
    border-radius: 15px;
    padding: 5px 8px;
    background-color: #000000FF;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 15px 0 5px 10px;
    max-width: max-content;
}

.product-img__labels--new .label-discount {
    margin: 0 5px 5px 0;
}

.label-discount__text {
    line-height: 100%;
    font-size: 10px;
    color: #FFFFFFFF;
    opacity: 1;
}

.catalog-card__labels {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 10;
}

@media screen and (max-width: 780px) {
    .label-discount {
        margin: 12px 0 5px 0;
        padding: 5px 8px;
    }

    .label-discount__text {
        font-size: 8px;
    }
}

.product__wrapper--new .swiper-arrow-prev:hover,
.product__wrapper--new .swiper-arrow-next:hover {
    background: #fff;
}

.product__wrapper--new .swiper-arrow-prev {
    left: 1rem;
}

.product__wrapper--new .swiper-arrow-next {
    right: 1rem;
}

@media(width > 780px) {
    .product__wrapper--new .product__main-sldier .swiper-slide {
        padding: 0 50px;
    }
}

@media(width < 500px) {
    .product-img__labels--new {
        margin-left: 0;
        white-space: nowrap;
    }

    .catalog-card .product-img__labels--new {
        padding-right: 0px !important;
    }

    .catalog-card__favorite,
    .catalog-card__favorite svg {
        width: 15px !important;
        height: 15px !important;
    }

    .catalog-card {
        padding: 3px 3px 90px;
    }

    .catalog-card__rating-box {
        top: 0.5rem;
        left: 0.5rem;
    }

    .catalog-card__favorite {
        top: 0.8rem !important;
        right: 0.5rem !important;
    }

    .catalog-grid .catalog-card .button,
    .catalog-grid .catalog-card .js-product__cart-counter {
        width: calc(100% - 6px);
    }
}

@media screen and (max-width: 600px) {
    .personal-favorite.new {
        grid-template-columns: repeat(2, 1fr);
    }
}

