.catalog-viewed {
      margin-bottom: 40px;
}

#popup_iframe_wrapper.active {
    display: flex;
    z-index: 3000;
}

#popup_iframe_wrapper .jqmOverlay {
    display: none;
}

#popup_iframe_wrapper.active .jqmOverlay {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 3001;
    opacity: 0.5;
    display: block;
}

.jqmWindow.show {
    z-index: 3002;
    opacity: 1;
}

.header-cabinet__link {
    cursor: pointer;
}

.range-slider-container { margin: 15px 0; height: 5px; }
.range-slider-container .noUi-connect { background: black; /* Цвет твоей темы */ }
.range-slider-container .noUi-handle {
    width: 15px; height: 15px; right: -7px; top: -5px; border-radius: 50%;
}
.range-slider-container .noUi-handle:before, .range-slider-container .noUi-handle:after { display: none; }

.noUi-touch-area {
    border: 1px solid black;
    border-radius: 100%;
}

.gallery-slider-thumb-button .stroke-dark-light {
    width: 16px;
    height: 16px;
}

.detail-gallery-big-slider-main .slider-button-next .stroke-use-svg-fff, .detail-gallery-big-slider-main .slider-button-prev .stroke-use-svg-fff {
    width: 6px;
    height: 12px;
}

.product-horizontal-swiper .catalog-block__info {
    margin-bottom: 0;
}

.catalog-block .slider-nav svg {
    width: 6px;
    height: 12px;
}

.catalog-block .swiper-button-next, .catalog-block .swiper-button-prev {
            top: 40%!important;
}

.recommended-products .swiper-button-next, .recommended-products .swiper-button-prev {
    top: 20% !important;
}

.recommended-products .catalog-block__info {
    margin-bottom: 0!important;
}

#one_click_buy .delivery_note_wrapper {
    border: 1px solid #dadada;
    border-color: var(--input_border_color);
    border-radius: 8px;
    border-radius: var(--theme-button-border-radius);
    padding: 6px 14px;
    margin: 12px 0 32px 0;
    background: #fff;
    background-color: var(--input_bg_color);
}

#one_click_buy .delivery_note {
    position: relative;
    cursor: pointer;
    padding: 3px 0 4px;
}

#one_click_buy .delivery_note_wrapper .text {
    margin: 14px 0 5px -1px;
}

#one_click_buy .delivery_note .title {
    color: #333;
    color: var(--white_text_black);
}

#one_click_buy .delivery_note .dropdown-select__icon-down {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1px;
    transition: transform .3s ease;
}

#one_click_buy .delivery_note.opened .dropdown-select__icon-down {
    transform: rotate(180deg);
}

#one_click_buy .form:not(.compact) .form-inner {
    padding-top: 0;
}

#one_click_buy .form.compact ~ .goods-popup {
    display: none;
}

#one_click_buy .form.compact .form-body>*:not(.form-inner),#one_click_buy .form.compact .licence_block,#one_click_buy .form.compact #one_click_buy_form_button {
    display: none;
}

#one_click_buy .form:not(.compact) .btn.jqmClose,#one_click_buy .form.compact.form--send-sms .btn.jqmClose {
    display: none;
}

#one_click_buy .form.compact .form-header .text:first-of-type {
    display: none;
}

#one_click_buy .form.compact.form--send-sms .form-body .sms_confirm {
    display: block;
}

.form-success-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.form-success-message {
    text-align: center;
}

.auth__bottom-action {
    margin-bottom: 30px;
}

.header-cabinet:hover .cabinet-dropdown {
    opacity: 1;
    visibility: visible;
}

.custom_photo_detail__item img {
    transform: none;
}

.gallery-type-horizontal .detail-gallery-big-aspect-wrapper {
    max-width: 950px;
}

@media (min-width: 768px) {
    .catalog-detail__top-info {
        min-width: 0;
    }

    .catalog-detail__top-info .detail-gallery-big {
        flex: 1 1 auto;
        width: 100%;
        min-width: 0;
    }

    .catalog-detail__top-info .detail-gallery-big-wrapper,
    .catalog-detail__top-info .gallery-wrapper__aspect-ratio-container {
        min-width: 0;
    }

    .catalog-detail__top-info .detail-gallery-big-slider-main {
        flex: 1 1 auto;
        height: auto;
        min-width: 0;
    }
}

@media (min-width: 1200px) {
    .catalog-detail__top-info .detail-gallery-big-slider-main {
        width: calc(100% - 128px);
        max-width: calc(100% - 128px);
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .catalog-detail__top-info .detail-gallery-big-slider-main {
        width: calc(100% - 74px);
        max-width: calc(100% - 74px);
    }
}

.footer__pays img {
    width: 450px;
}

.error-alert {
    color: red;
    margin-top: 20px;
}

.success-container h1 {
    text-align: center;
}

.success-container p {
    text-align: center;
}

.lk-orders .orders-item {
	border-bottom: 1px solid #EEE;
}
.lk-orders .orders-item:last-child {
	border-bottom: none;
}
.lk-orders .orders-item-button {
	display: flex;
	align-items: center;
	padding: 16px;
	cursor: pointer;
}
.lk-orders .orders-item-button i {
	font-style: normal;
}
.lk-orders .orders-item-button .icon {
	margin-right: 16px;
}
.lk-orders .orders-item-button .name {
	font-weight: 500;
}
.lk-orders .orders-item-button .name span {
	font-size: 12px;
	font-weight: 400;
	display: block;
}
.lk-orders .orders-item-button .price {
	font-size: 28px;
	margin-right: 20px;
	margin-left: auto;
}
.lk-orders .orders-item-button .green-button {
	margin-right: 10px;
}
.lk-orders .orders-item-button .border-button {
	border: 1px solid #1A1A1A;
	padding: 11px 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 135%;
	letter-spacing: 0.28px;
	text-transform: uppercase;
	margin-right: 20px;
}
.lk-orders .orders-item-button .arrow {
	width: 24px;
	height: 24px;
	background: url("../images/order-arrow.cbc83ac67c5e.svg") no-repeat center center / 100%;
	transition: .4s;
}
.lk-orders .orders-item-button.active .arrow {
	transform: rotate(180deg);
}

.orders-item-info {
	height: 0px;
	overflow: hidden;
	opacity: 0;
	transition: .4s;
}
.lk-orders .orders-item-button.active + .orders-item-info {
	height: auto;
	opacity: 1;
}
.lk-order-info-list-item {
	display: flex;
	align-items: center;
	width: 100%;
	border-top: 1px solid #EEE;
	padding: 16px;
}
.lk-order-info-list-item:last-child {
	border-bottom: 1px solid #EEE;
}
.lk-order-info-list-item .img {
	width: 80px;
	margin-right: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lk-order-info-list-item .img img {
	width: 100%;
}
.lk-order-info-list-item .name {
	font-size: 15px;
	font-weight: 500;
}
.lk-order-info-list-item .value {
	font-size: 18px;
	margin-left: auto;
	margin-right: 28px;
	font-weight: 500;
}
.lk-order-info-list-item .price {
	font-size: 18px;
	font-weight: 500;
}
.orders-item-info .cart-right-info {
	width: 100%;
	padding: 16px 16px 0 16px;
}
.orders-item-info .cart-right-info p {
	width: 100%;
}
.orders-item-info .cart-right-info .delivery-adress {
	text-transform: none;
	margin-top: -10px;
}

.orders-item.active .orders-item-info {
    transition: 0.3s;
    height: auto;
    opacity: 1;
}

@media (max-width: 500px) {
  .footer__pays img {
     width: 100%;
  }
}

.social__items .social__item:where(.viber) .social__link:before {
    --icon-position: 1;
}

.social__items .social__item:where(.whatsapp) .social__link:before {
    --icon-position: 0;
}


.social__items .social__item:where(.instagram) .social__link:before {
    --icon-position: 22;
}

.social__items .social__item:where(.tiktok) .social__link:before {
    --icon-position: 3;
}

.cookie-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #000;
    padding: 15px 20px;
    z-index: 99999;
    display: none;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.4;
}

.cookie-notification-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex
;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-text {
    color: #000 !important;
    font-size: 12px;
}

.cookie-text a {
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

.cookie-notification-content .btn {
  width: 20%;
    border: none;
}

@media (max-width: 768px) {
    .cookie-notification-content {
        flex-direction: column;
        text-align: center;
    }
    .cookie-notification-content .btn {
      width: 50%;
      border: none;
    }

}

.header__bottom-inner {
  width: 100%;
}


.header__bottom-inner.header__section--offset .header__top-sections {
      border-top: 1px solid #dad7d7;
    padding-top: 14px;
}

.header__bottom-item .drag-scroll__content {
  justify-content: space-around;
}

.header-menu__link--only-catalog {
  transition: 0.3s;
}

.header-menu__link--only-catalog:hover {
  opacity: 0.7;
  transition: 0.3s;
}

#mega-menu {
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    z-index: 100;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    display: flex!important;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-top: 1px solid #ccc;
    top: 80px;
}

#mega-menu.show {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.mega-menu-left {
    width: 333px;
    border-right: 1px solid #ccc;
    padding: 0;
    background: rgba(255, 255, 255, 0.95);
}

.mega-menu-left {
    padding-bottom: 1rem;
}

.mega-menu-left ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.submenu-link {
    cursor: pointer;
    padding: 10px;
    display: block;
    text-decoration: none;
    color: #000;
}

.submenu-link, .submenu-href {
    line-height: 45px;
    padding: 0 23px;
}

.mega-menu-left ul li a {
    height: 45px;
    display: flex
;
    justify-content: space-between;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.01em;
    align-items: center;
}

.mega-menu-right {
    flex: 1;
    padding: 0px;
}



.right-content {
    display: none;
    transition: all 1s ease-out;
}

.right-content {
    display: none;
    justify-content: space-between;
}

.right-content.active {
    display: block;
}

.main-podmenu {
    display: flex
;
    flex-wrap: wrap;
    padding: 30px 30px 65px;
    min-height: 350px;
}

.podmenu {
    max-width: 250px;
    flex: 0 1 auto;
    width: 25%;
    margin-bottom: 30px;
    padding: 10px;
}

.podmenu h4 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 147%;
    letter-spacing: -0.02em;
    color: #000;
    margin-bottom: 15px;
}

.submenu-link.active {
    color: #fff;
    background: #2e2e35;
    text-decoration: none;
}

.submenu-link:hover {
   color: #fff;
    background: #2e2e35;
    text-decoration: none;
   transition: 0.3s;
}

.submenu-link:hover use {
    stroke: var(--button_color_text);
}

.bx_filter_parameters_box .bx_filter_block {
  display: none;
}

.bx_filter_parameters_box_title.opened + .bx_filter_block {
  display: block!important;
}

@media (min-width: 769px) {
  .map-container {
    width: 100%;
  }
}

.map-list__items-wrapper--aside {
  width: 50%;
}

.map-items__inner-wrapper .scrollbar {
  overflow-y: hidden;
}

.shop__photo img {
  width: 100%;
  object-fit: cover;
  height: 70%;
}

.map-items__item .p--20 {
  padding: 20px!important;
}

@media (max-width: 1200px) {
  .map-list__items-container {
    flex-direction: column;
  }

  .map-list__items-wrapper--aside {
    width: 100%;
  }
}

@media (max-width: 769px) {
  .map-list__items-wrapper {
    --container-height: auto;
  }
}


.header--sticky {
    position: fixed;
    top: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

/* Анимация скрытия верхней части */
.header__top-part {
    transition: all 0.3s ease;
    max-height: 200px; /* подберите под вашу высоту */
    opacity: 1;
    background: #2D3519;
}

.header--scrolled .header__top-part {
    max-height: 0;
    opacity: 0;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
}

body {
  padding-top: 180px;
}

@media (max-width: 996px) {
  body {
    padding-top: 0;
  }
}

@media (min-width: 769px) {
    .grey-bg-goods-y .grid-list .catalog-block__item:hover .catalog-block__underlay {
        position: absolute;
        inset: calc(-100px * -1);
        display: block;
        background: var(--card_bg_black);
        border-radius: var(--catalog-block-radius);
    }
}

.module-slider .slider-wrapper .swiper-slide, .module-banners_grid .slider-wrapper .swiper-slide {
    max-width: 100%;
    transition: all 200ms ease-out;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
}

.module-slider .slider-wrapper .swiper-slide.swiper-slide-active, .module-banners_grid .slider-wrapper .swiper-slide.swiper-slide-active {
    z-index: 1;
}

.module-slider .slider-wrapper>.swiper-container>.swiper-wrapper>.swiper-slide {
    width: 100%;
    min-height: 360px;
    max-height: 100%;
}

.module-slider-1091>.slider-wrapper>.swiper-container>.swiper-wrapper>.swiper-slide {
    width: 100% !important;
    height: calc(100vh - 180px);
}

.module-slider .slide-content, .module-banners_grid .slide-content {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-position-x: center;
    background-position-y: center;
}

.module-slider-1091 .slide-content {
    --object-position-h: center;
    justify-content: center;
    --object-position-v: top;
    align-self: flex-start;
}

.module-slider-1091 .swiper-slide .slide-content {
    background-color: rgb(255, 255, 255, 0.5);
}

.module-slider-1091 .module-item-1 .slide-content {
    --object-position-v: center;
}

.module-slider .slide-content::before, .module-banners_grid .slide-content::before {
    content: "";
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    border-radius: inherit;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0;
    transition: all 200ms ease-out;
}

.module-slider-1091 .slide-content:before {
    display: block;
    background-color: rgba(0, 0, 0, .5);
    --background-color: rgba(0, 0, 0, .3);
    background-image: linear-gradient(to top, hsla(0, 0%, 0%, 0) 0%, hsla(0, 0%, 0%, .007) 8.3%, hsla(0, 0%, 0%, .026) 16.3%, hsla(0, 0%, 0%, .056) 24.1%, hsla(0, 0%, 0%, .097) 31.7%, hsla(0, 0%, 0%, .147) 39%, hsla(0, 0%, 0%, .205) 46.1%, hsla(0, 0%, 0%, .27) 53%, hsla(0, 0%, 0%, .341) 59.7%, hsla(0, 0%, 0%, .416) 66.1%, hsla(0, 0%, 0%, .495) 72.3%, hsla(0, 0%, 0%, .576) 78.3%, hsla(0, 0%, 0%, .658) 84%, hsla(0, 0%, 0%, .74) 89.6%, hsla(0, 0%, 0%, .821) 94.9%, hsla(0, 0%, 0%, .9) 100%);
    opacity: .8;
    mix-blend-mode: multiply;
}

.module-slider .slide-content-video>video {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: var(--object-position-h) var(--object-position-v);
    object-position: var(--object-position-h) var(--object-position-v);
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.module-slider-1091 .slide-content>video {
    align-self: flex-start;
    width: 100%;
    height: 100%;
}

.module-slider-1091 .module-item-1 .slide-content>video {
    align-self: center;
}

.module-slider .slide-cols, .module-banners_grid .slide-cols {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.module-slider .slide-cols {
    gap: var(--cols-gap, 0px);
}

.module-slider-1091 .slide-content .slide-cols {
    max-width: min(100% - 32px * 2, 1240px - 32px * 2);
    --cols-content-gutter: var(--content-gutter);
}

.module-slider .slide-col, .module-banners_grid .slide-col {
    position: relative;
    max-width: 100%;
    max-height: 100%;
    --element-padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-grow: 1;
    min-width: 0;
    padding: var(--slides-cols-left-padding, 0);
    flex-basis: calc((var(--slides-cols-auto-stack, 0px) - (100 * var(--stack-unit, 1%))) * 9999);
}

.module-slider .slide-col-left {
    min-width: calc(var(--slides-cols-width, 50%) - var(--cols-gap, 0px));
    z-index: 1;
}

.module-slider-1091 .slide-col {
    justify-content: center;
    --stack-unit: 1vw;
}

.module-slider-1091 .slide-col-left {
    order: 1;
}

.module-slider .slide-layers, .module-banners_grid .slide-layers {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 32px;
    width: -moz-available;
    width: -webkit-fill-available;
    width: stretch;
    height: 100%;
    position: relative;
    z-index: 1;
    transform: scale(var(--layers-scale, 100%));
    container-type: inline-size;
}

.module-slider-1091 .slide-layers {
    align-items: center;
    margin-inline: auto;
    justify-content: center;
    height: 100%;
    --slide-layer-gap: 32px;
    padding-top: 64px;
    --element-padding-top: 64px;
    padding-bottom: 64px;
    --element-padding-bottom: 64px;
}

.module-slider .module-subitem, .module-banners_grid .module-subitem {
    max-width: 100%;
    z-index: 2;
}

.module-slider .slide-text, .module-banners_grid .slide-text {
    max-width: 1000px;
    display: flex;
    align-items: center;
    transition: all 75ms ease-out;
    line-height: 1.3;
}

.module-slider-1091 .slide-text {
    text-align: center;
}

.module-slider-1091 .module-subitem.slide-text {
    --layer-max-width: 1000px;
}

.module-slider .slide-cols .module-subitem:not(.slide-icon), .module-banners_grid .slide-cols .module-subitem:not(.slide-icon) {
    position: relative;
    margin-top: var(--slide-layer-gap-custom, 0px);
}

.module-slider-1091 .module-item-1.swiper-slide .slide-cols .module-subitem-1:not(:only-child) {
    margin-top: auto;
}

.module-slider .slide-text .slide-text-item, .module-banners_grid .slide-text .slide-text-item {
    display: inline;
}

.module-slider-1091 .slide-col .slide-text .slide-text-item {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7;
}

.module-slider-1091 .module-item-1 .module-subitem-1.slide-text .slide-text-item span {
    font-weight: 400;
    font-size: calc(28px + 5cqw);
    color: #ffffff;
    letter-spacing: -.5px;
    word-spacing: 1px;
    line-height: 1.1;
    display: block;
}

.subheading_season {
    font-size: 20px;
    color: #fff;
    letter-spacing: 1.5px;
}

.slide-text-item h1 {
    font-size: 50px;
    color: #ffffff;
}

.module-slider .module-subitem, .module-banners_grid .module-subitem {
    max-width: 100%;
    z-index: 2;
}

.module-slider-1091 .slide-button {
    --slide-button-gap: 32px;
    width: auto;
}

.module-slider-1091 .module-subitem.slide-button {
    --slide-layer-gap-custom: 4px;
}

.module-slider .slide-cols .module-subitem:not(.slide-icon), .module-banners_grid .slide-cols .module-subitem:not(.slide-icon) {
    position: relative;
    margin-top: 4px;
}

.module-slider-1091 .slide-cols .module-subitem.slide-button:not(:only-child):last-child {
    margin-bottom: 0;
}

.module-slider-1091 .slide-button-group {
    flex-direction: row;
}

.module-slider .slide-col .slide-button .slide-button-group, .module-banners_grid .slide-col .slide-button .slide-button-group {
    margin: calc(var(--slide-layer-gap-custom, 0px) - (var(--slide-button-gap, 0px) / 2)) calc(0px - (var(--slide-button-gap, 0px) / 2)) calc(0px - (var(--slide-button-gap, 0px) / 2)) calc(0px - (var(--slide-button-gap, 0px) / 2));
    display: flex;
    flex-wrap: wrap;
}

.module-slider .slide-col .slide-button .btn, .module-banners_grid .slide-col .slide-button .btn {
    margin: calc(var(--slide-button-gap, 0px) / 2);
    flex-grow: 1;
    transition: all 100ms ease-out;
}

.module-slider-1091 .module-item-1 .module-subitem-2 .slide-button-1.btn, .module-slider-1091 .module-item-1 .module-subitem-2 .slide-button-1.btn:visited {
    color: rgba(255, 255, 255, 1) !important;
}

.module-slider-1091 .module-item-1 .module-subitem-2 .slide-button-1.btn, .module-slider-1091 .module-item-1 .module-subitem-2 .slide-button-1.tooltip {
    background-color: rgba(0, 0, 0, .01);
    --background-color: rgba(0, 0, 0, .01);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.module-slider-1091 .module-item-1 .module-subitem-2 .slide-button-1.btn {
    border-width: 1px;
    border-color: rgba(202, 196, 182, 1);
    border-radius: 35px !important;
    --element-border-radius: 35px !important;
}

.module-slider-1091 .module-subitem.slide-button .slide-button-group .btn.slide-button-1 {
    font-weight: 400 !important;
    font-size: var(--j-font_size-font-size-600) !important;
    text-transform: none !important;
    line-height: 1 !important;
    padding-top: 14px !important;
    --element-padding-top: 14px !important;
    padding-right: 36px !important;
    --element-padding-right: 36px !important;
    padding-bottom: 14px !important;
    --element-padding-bottom: 14px !important;
    padding-left: 36px !important;
    --element-padding-left: 36px !important;
}

.module-slider .slide-col .slide-button .btn>span, .module-banners_grid .slide-col .slide-button .btn>span {
    white-space: nowrap;
}

.module-slider-1091 .slide-col .slide-text .slide-text-item p {
    font-size: 22px;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 24px;
}

.banners-big__wrapper {
    height: calc(100vh - 180px);
}

@media (max-width: 996px) {
    .banners-big__wrapper {
        height: calc(100vh - 60px);
    }
}

.banners-big__nav-wrap .slider-nav-wrap {
  display: none;
}

.banners-big__depend-height {
  height: 100%;
}

@media (max-width: 600px) {
	    .banners-big--adaptive-1 .banners-big__depend-height {
		            height: 100%!important;
			        }
				.slide-text-item h1 {
				  font-size: 40px;
				}
				.module-slider-1091 .slide-col .slide-text .slide-text-item p {
				  font-size: 20px;
				}
}

.footer {
    background: hsl(0.00deg 0.00% 12.16% / 100.00%);
}

.btn.btn-default {
    background: #2D3519;
}

.banners-big__buttons .btn {
    border: none;
}

.bg-more-theme {
    background: #2D3519;
}

.fill-dark-light-block use {
    fill: #2D3519;
}

.tizers-list__items-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#bx-soa-order-form .btn.btn-default {
    background: #2D3519;
}

.price__subscription span {
    font-size: 12px;
    color: rgb(255, 77, 77);
    font-weight: 600;
}

.prices .price {
    display: flex;
    align-items: center;
    gap: 8px;
}

.price__old .price__new-val {
    font-size: 12px;
    color: #8f8282;
    font-weight: 600;
}

.price__old .only-price {
    font-weight: 600;
    color: #8f8282;
}

.price__old .old-price {
    text-decoration: line-through;
    color: #8f8282;
}

.price__subscription .old-price {
    text-decoration: line-through;
    color: #8f8282;
}

.price__new.new_subscription span {
    color: rgb(255, 77, 77);
}

.detail-product-price .price__subscription span {
    font-size: 16px;
}

.detail-product-price .price__old .price__new-val {
    font-size: 16px;
}

.subscription-header {
    text-align: center;
    margin-bottom: 60px;
    color: white;
}

.subscription-header h1 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.subscription-header p {
    font-size: 20px;
    opacity: 0.95;
    margin-bottom: 10px;
}

.discount-badge {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 8px 20px;
    border-radius: 50px;
    font-size: 16px;
    backdrop-filter: blur(10px);
}

/* Сетка карточек */
.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

/* Карточка подписки */
.plan-card {
    background: white;
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    animation: fadeInUp 0.6s ease-out;
    animation-fill-mode: both;
}

.plan-card:nth-child(1) { animation-delay: 0.1s; }
.plan-card:nth-child(2) { animation-delay: 0.2s; }
.plan-card:nth-child(3) { animation-delay: 0.3s; }

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.plan-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

/* Популярная карточка */
.plan-card.popular {
    border: 2px solid #f59e0b;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.2);
}

.plan-card.popular::before {
    content: "🔥 ПОПУЛЯРНЫЙ";
    position: absolute;
    top: 20px;
    right: -30px;
    background: linear-gradient(135deg, #f59e0b, #f97316);
    color: white;
    padding: 8px 40px;
    font-size: 12px;
    font-weight: bold;
    transform: rotate(45deg);
    z-index: 1;
    letter-spacing: 1px;
}

/* Карточка премиум */
.plan-card.premium {
    background: #f4f4f4;
    color: white;
}

.plan-card.premium .plan-price,
.plan-card.premium .plan-duration,
.plan-card.premium .discount-value,
.plan-card.premium .discount-label,
.plan-card.premium .plan-description {
    color: #2D3519;
}

/* Содержимое карточки */
.plan-card-content {
    padding: 40px 30px;
}

.plan-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}

.plan-price-wrapper {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 2px solid #e5e7eb;
    padding-bottom: 20px;
}

.plan-price {
    font-size: 48px;
    font-weight: 800;
    color: #1f2937;
}

.plan-price-currency {
    font-size: 24px;
    font-weight: 600;
    color: #2D3519;
}

.plan-duration {
    color: #6b7280;
    font-size: 14px;
    margin-top: 5px;
}

/* Дисконт блок */
.discount-block {
    text-align: center;
    margin: 30px 0;
    padding: 20px;
    background: #ffffff;
    border-radius: 16px;
    color: white;
}

.discount-value {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
}

.discount-percent {
    font-size: 24px;
    color: #2D3519;
}

.discount-label {
    font-size: 14px;
    margin-top: 5px;
    opacity: 0.95;
}

/* Список преимуществ */
.features-list {
    list-style: none;
    margin: 30px 0;
    list-style-type: none;
}

.features-list>li::before {
    display:none!important;
}

.features-list li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #f3f4f6;
}

.features-list li:last-child {
    border-bottom: none;
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: #2D3519;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
    flex-shrink: 0;
}

.feature-text {
    font-size: 14px;
    color: #222228;
}

.premium-card .feature-text {
    color: rgba(255,255,255,0.9);
}

/* Активная подписка */
.active-subscription-banner {
    background: linear-gradient(135deg, #10b981, #059669);
    border-radius: 16px;
    padding: 20px 30px;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    animation: slideIn 0.5s ease-out;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.active-info {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    color: white;
}

.active-badge {
    background: rgba(255,255,255,0.2);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.discount-show {
    font-size: 32px;
    font-weight: 800;
}


/* Пример товара */
.example-product {
    background: white;
    border-radius: 16px;
    padding: 30px;
    margin-top: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.example-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1f2937;
    text-align: center;
}

.price-comparison {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.original-price {
    text-align: center;
}

.original-price-label {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 5px;
}

.original-price-value {
    font-size: 24px;
    color: #9ca3af;
    text-decoration: line-through;
}

.arrow-icon {
    font-size: 30px;
    color: #10b981;
}

.discounted-price {
    text-align: center;
}

.discounted-price-label {
    font-size: 14px;
    color: #10b981;
    font-weight: 600;
    margin-bottom: 5px;
}

.discounted-price-value {
    font-size: 32px;
    color: #059669;
    font-weight: 800;
}

.saving-badge {
    background: linear-gradient(135deg, #f59e0b, #f97316);
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    color: white;
}

/* Адаптивность */
@media (max-width: 768px) {
    .subscription-header h1 {
        font-size: 32px;
    }

    .plans-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .plan-card.popular::before {
        top: 15px;
        right: -25px;
        font-size: 10px;
        padding: 5px 35px;
    }

    .active-subscription-banner {
        flex-direction: column;
        text-align: center;
    }

    .active-info {
        justify-content: center;
    }
}

/* Счетчик дней */
.days-counter {
    background: rgba(255,255,255,0.1);
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 14px;
}

.plans_page .lead {
    font-size: 20px;

}

.plan-card-content .btn {
    height: 45px;
}

#subscription-form {
    padding-left: 32px;
    padding-right: 32px;
}

#cancel-subscription-form {
    padding-left: 32px;
    padding-right: 32px;
}

.bottom-menu .fill-dark-light-block use {
    fill: #ffffff!important;
}

.container .left_block {
        display: block;
    }

@media (max-width: 991px) {
    .side_left .main-wrapper {
        display: flex!important;
        flex-direction: column-reverse;
    }
    .container .left_block {
        overflow: hidden;

        max-height: 0;
        opacity: 0;
        visibility: hidden;

        transition:
            max-height 0.4s ease,
            opacity 0.3s ease,
            visibility 0.3s ease;

        padding-right: 0!important;
        width: 100%;
    }

    .container .left_block.active {
        max-height: 2000px; /* заведомо больше контента */
        opacity: 1;
        visibility: visible;
    }
    .dropdown-select .dropdown-select__title {
        justify-content: space-between;
    }
    .main-wrapper .bx_filter_vertical {
        display: block!important;
    }
    .bx_filter .bx_filter_button_box {
        display: flex;
        gap: 10px;
    }
    .range-slider-container .noUi-handle {
        right: 0;
    }
    .range-slider-container .noUi-handle-lower {
       right: -14px;
    }
    .detail-gallery-big .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 10px!important;
    }
    .catalog-block__info .without-delivery {
      font-size: 12px;
    }
    .catalog-block__info .subscription-price-value {
      font-size: 12px;
    }
}

.mobileheader .logo {
    height: 35px;
}

.delivery-address-field {
    margin-bottom: 10px!important;
}

.without-delivery {
      margin: 0;
          color: #a5a28d;
	      font-size: 11px;
}

.club-romb {
	    display: inline-block;
	        width: 8px;
		    height: 8px;
		        background-color: #ab8960;
			    transform: rotate(45deg);
		    }

.header-menu__link .club-romb {
      margin-left: 7px;
}

.price__row {
  align-items: center;
}

.subscription-price {
  font-size: 14px;
}

.subscription-price-value {
  margin-right: 3px;
  font-size: 16px;
  color: rgb(255, 77, 77);
  font-weight: 600;
}


/*.header__main-part {
    height: 120px;
}

.logo img {
    min-height: 110px;
}

@media (max-width: 769px) {
    .logo img {
        min-height: 90px;
    }
    .mobileheader {
        --mobile-header-top: 90px;
    }
}
*/

	/* Карточка товара на мобилке: ровные кнопки «В корзину» + отступ от текста.
	   Цепочка flex-высоты, чтобы блок с ценой/названием заполнял карточку. */
	@media (max-width: 768px) {
		.catalog-block__item  { display: flex; flex-direction: column; }
		.catalog-block__inner { display: flex; flex-direction: column; flex: 1 1 auto; }
		.catalog-block__info  { flex: 1 1 auto; }
		/* Название всегда занимает 3 строки — карточки одинаковой высоты,
		   поэтому кнопки не «скачут» между колонками, даже если текст короче. */
		.catalog-block__info-title { min-height: calc((1em + 7px) * 3); }
		/* Прижать кнопку к низу И гарантировать отступ от текста: padding-top
		   держит зазор даже там, где margin-top:auto схлопывается в 0. */
		.catalog-block__info-bottom { margin-top: auto; padding-top: 12px; }
	}

.out-of-stock-label { color: #999; font-weight: 500; }

:root { --rv-accent:#2D3519; --rv-star:#FFB800; --rv-star-empty:#D9D9D9; --rv-line:#EDEDED; --rv-muted:#8D8D8D; }

.rating-stars { display:inline-block; position:relative; white-space:nowrap; line-height:1; font-size:14px; vertical-align:middle; }
.rating-stars__bg { color:var(--rv-star-empty); letter-spacing:2px; }
.rating-stars__fill { color:var(--rv-star); letter-spacing:2px; position:absolute; left:0; top:0; overflow:hidden; }
.rating-stars--lg { font-size:20px; }
.rating-stars--sm { font-size:12px; }

.card-rating { display:inline-flex; align-items:center; gap:5px; margin-top:6px; }
.card-rating__value { font-size:13px; font-weight:600; color:#222; }
.card-rating__count { font-size:12px; color:var(--rv-muted); }

.detail-rating { display:inline-flex; align-items:center; gap:8px; cursor:pointer; }
.detail-rating__value { font-size:15px; font-weight:600; color:#222; }
.detail-rating__count { font-size:14px; color:var(--rv-muted); border-bottom:1px dashed var(--rv-muted); }
.detail-rating:hover .detail-rating__count { color:var(--rv-accent); border-bottom-color:var(--rv-accent); }

.rv-summary { display:flex; gap:40px; flex-wrap:wrap; align-items:flex-start; padding-bottom:24px; border-bottom:1px solid var(--rv-line); margin-bottom:24px; }
.rv-summary__score { text-align:center; min-width:140px; }
.rv-summary__num { font-size:44px; font-weight:700; color:#222; line-height:1.1; }
.rv-summary__total { font-size:13px; color:var(--rv-muted); margin-top:6px; }
.rv-bars { flex:1 1 260px; max-width:420px; display:flex; flex-direction:column; gap:7px; }
.rv-bar { display:flex; align-items:center; gap:10px; font-size:13px; }
.rv-bar__label { width:44px; color:#222; white-space:nowrap; }
.rv-bar__track { flex:1; height:8px; background:#F0F0F0; border-radius:6px; overflow:hidden; }
.rv-bar__fill {display: block; height:100%; background:var(--rv-star); border-radius:6px; }
.rv-bar__count { width:34px; text-align:right; color:var(--rv-muted); }
.rv-summary__action { margin-left:auto; }

.rv-list { display:flex; flex-direction:column; gap:22px; }
.rv-item { padding-bottom:22px; border-bottom:1px solid var(--rv-line); }
.rv-item:last-child { border-bottom:0; padding-bottom:0; }
.rv-item__head { display:flex; align-items:center; gap:10px; flex-wrap:wrap; margin-bottom:8px; }
.rv-item__author { font-weight:600; color:#222; font-size:14px; }
.rv-item__date { font-size:12px; color:var(--rv-muted); }
.rv-item__badge { font-size:11px; color:var(--rv-accent); border:1px solid var(--rv-accent); border-radius:20px; padding:2px 9px; }
.rv-item__section { margin-top:8px; font-size:14px; line-height:1.5; color:#333; }
.rv-item__section b { color:#222; font-weight:600; }
.rv-item__photos { display:flex; justify-content:flex-start; align-items:flex-start; gap:8px; flex-wrap:wrap; margin-top:12px; }
.rv-item__photos a,
.rv-item__photos > img { display:block; flex:0 0 78px; width:78px; height:78px; margin:0; line-height:0; }
.rv-item__photos img { display:block; margin:0; object-fit:cover; border-radius:8px; cursor:pointer; border:1px solid var(--rv-line); }
.rv-item__photos a img { width:100%; height:100%; }
.rv-empty { color:var(--rv-muted); font-size:14px; padding:18px 0; }

.rv-btn { display:inline-flex; align-items:center; justify-content:center; gap:8px; padding:11px 22px;
  border:0; border-radius:8px; background:var(--rv-accent); color:#fff; font-size:14px; font-weight:500;
  cursor:pointer; text-decoration:none; transition:opacity .15s; }
.rv-btn:hover { opacity:.88; color:#fff; }
.rv-btn--ghost { background:transparent; color:var(--rv-accent); border:1px solid var(--rv-accent); }
.rv-btn--ghost:hover { background:rgba(45,53,25,.06); color:var(--rv-accent); }
.rv-btn--sm { padding:8px 16px; font-size:13px; }
.rv-btn[disabled] { opacity:.45; cursor:not-allowed; }

.rv-modal { position:fixed; inset:0; z-index:11000; display:none; }
.rv-modal.is-open { display:block; }
.rv-modal__overlay { position:absolute; inset:0; background:rgba(0,0,0,.5); }
.rv-modal__box { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:94%; max-width:560px;
  max-height:90vh; overflow-y:auto; background:#fff; border-radius:14px; padding:26px; box-shadow:0 14px 50px rgba(0,0,0,.28); }
.rv-modal__head { display:flex; align-items:flex-start; justify-content:space-between; gap:14px; margin-bottom:18px; }
.rv-modal__title { font-size:19px; font-weight:600; color:#222; }
.rv-modal__product { font-size:13px; color:var(--rv-muted); margin-top:4px; }
.rv-modal__close { border:0; background:none; font-size:27px; line-height:1; color:#999; cursor:pointer; }
.rv-field { margin-bottom:16px; }
.rv-field__label { display:block; font-size:13px; font-weight:500; color:#222; margin-bottom:7px; }
.rv-field textarea { width:100%; min-height:78px; padding:11px 13px; border:1px solid #D5D5D5; border-radius:9px;
  font-size:14px; font-family:inherit; resize:vertical; box-sizing:border-box; }
.rv-field textarea:focus { outline:none; border-color:var(--rv-accent); }

.rv-stars-input { display:flex; gap:5px; }
.rv-stars-input button { border:0; background:none; padding:0; cursor:pointer; font-size:33px; line-height:1;
  color:var(--rv-star-empty); transition:color .12s, transform .12s; }
.rv-stars-input button:hover { transform:scale(1.12); }
.rv-stars-input button.is-on { color:var(--rv-star); }
.rv-rating-hint { font-size:13px; color:var(--rv-muted); margin-top:7px; min-height:18px; }

.rv-upload { display:inline-flex; align-items:center; gap:8px; padding:9px 15px; border:1px dashed #C9C9C9;
  border-radius:9px; font-size:13px; color:#555; cursor:pointer; }
.rv-upload:hover { border-color:var(--rv-accent); color:var(--rv-accent); }
.rv-upload input { display:none; }
.rv-preview { display:flex; gap:8px; flex-wrap:wrap; margin-top:10px; }
.rv-preview__item { position:relative; width:66px; height:66px; }
.rv-preview__item img { width:100%; height:100%; object-fit:cover; border-radius:7px; }
.rv-preview__del { position:absolute; top:-6px; right:-6px; width:20px; height:20px; border:0; border-radius:50%;
  background:#222; color:#fff; font-size:13px; line-height:20px; cursor:pointer; padding:0; }
.rv-error { color:#c53030; font-size:13px; margin-bottom:12px; display:none; }

.rv-tabs { display:flex; gap:26px; border-bottom:1px solid var(--rv-line); margin-bottom:24px; }
.rv-tabs__item { padding:0 0 13px; font-size:15px; color:var(--rv-muted); cursor:pointer; border-bottom:2px solid transparent; margin-bottom:-1px; }
.rv-tabs__item.is-active { color:var(--rv-accent); border-bottom-color:var(--rv-accent); font-weight:600; }
.rv-tabs__count { font-size:12px; color:var(--rv-muted); margin-left:5px; }
.rv-pane { display:none; }
.rv-pane.is-active { display:block; }
.rv-prod { display:flex; align-items:center; gap:16px; padding:16px 0; border-bottom:1px solid var(--rv-line); }
.rv-prod:last-child { border-bottom:0; }
.rv-prod__img { width:74px; height:74px; flex:0 0 74px; border-radius:9px; overflow:hidden; background:#F7F7F7;
  display:flex; align-items:center; justify-content:center; }
.rv-prod__img img { width:100%; height:100%; object-fit:contain; }
.rv-prod__body { flex:1; min-width:0; }
.rv-prod__title { font-size:14px; font-weight:500; color:#222; text-decoration:none; display:block; margin-bottom:5px; }
.rv-prod__title:hover { color:var(--rv-accent); }
.rv-prod__meta { font-size:12px; color:var(--rv-muted); }
.rv-prod__action { flex:0 0 auto; }
.rv-status { font-size:12px; padding:3px 10px; border-radius:20px; }
.rv-status--pending { background:#FFF6E5; color:#B7791F; }
.rv-status--published { background:#EEF2E8; color:var(--rv-accent); }
.rv-status--rejected { background:#FDECEC; color:#C53030; }
.cabinet-review-count.icon-count { display:inline-flex!important; align-items:center; justify-content:center; position:static; transform:none; margin-left:6px; vertical-align:middle; color:var(--button_color_text); }

@media (max-width:767px) {
  .rv-summary { gap:22px; }
  .rv-summary__action { margin-left:0; width:100%; }
  .rv-summary__action .rv-btn { width:100%; }
  .rv-modal__box { padding:20px; }
  .rv-prod { flex-wrap:wrap; }
  .rv-prod__action { width:100%; }
  .rv-prod__action .rv-btn { width:100%; }
}

#in_stock,
#in_stock + label,
#in_stock + label * {
  cursor: pointer !important;
  user-select: none;
}

.interier-intro {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(34, 34, 34, .08);
  border-radius: 8px;
  background: #fff;
}
.interier-intro__text { max-width: 620px; }
.interier-intro__text p { margin: 0; line-height: 1.55; }
.interier-intro__steps { display: flex; flex-wrap: wrap; gap: 10px; align-content: center; }
.interier-intro__steps span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f5f6f2;
  color: #333;
  font-size: 13px;
}
.interier-intro__steps b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--theme-base-color, #2D3519);
  color: #fff;
  font-size: 12px;
}
.interier-card__badge,
.interier-card__hint {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.interier-card__badge {
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
  color: #222;
  font-weight: 700;
}
.interier-card__hint {
  left: 14px;
  bottom: 14px;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(0,0,0,.56);
  color: #fff;
  font-size: 12px;
}

.form-success-message {
  justify-content: center;
  gap: 8px;
  min-height: 120px;
  padding: 24px;
  text-align: center;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.45;
  color: #333;
}
.form-success-message h3,
.form-success-message .font_24 {
  margin: 0 0 8px;
  font-family: inherit;
  line-height: 1.25;
}
.form-error-message {
  margin: 0 0 14px;
  padding: 10px 12px;
  border-radius: 6px;
  background: #fff1f1;
  color: #d33 !important;
  font-family: inherit;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
}
.form-field-invalid.form-control,
.form-field-invalid.inputtext,
.form-field-invalid.inputtextarea {
  border-color: #d33 !important;
  box-shadow: 0 0 0 2px rgba(211, 51, 51, .08) !important;
}
.form-checkbox.is-invalid .form-checkbox__box {
  border-color: #d33 !important;
  box-shadow: 0 0 0 2px rgba(211, 51, 51, .08);
}

.section-gallery-wrapper {
  touch-action: pan-y;
}

.phones {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 4px;
}
.phones__phone-link,
.phones__phone-title {
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.phones__callback {
  margin-top: 2px;
  font-size: 13px;
  line-height: 1.25;
}
.phones__inner {
  display: inline-flex;
  align-items: center;
}

#mega-menu .submenu-link,
#mega-menu .submenu-href,
#mega-menu .podmenu h4 a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}
#mega-menu .podmenu h4 { margin: 0 0 10px; }
#mega-menu .mega-menu-left ul li a { padding-top: 10px; padding-bottom: 10px; }

.stories-scrollbar {
  display: none;
}

.catalog-detail__top-info .detail-gallery-big,
.catalog-detail__top-info .sticky-block,
.catalog-detail__top-info .detail-gallery-big-wrapper,
.catalog-detail__top-info .gallery-wrapper__aspect-ratio-container {
  width: 100%;
}
.catalog-detail__top-info .detail-gallery-big__picture {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.basket-subscription-offer {
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(171,137,96,.28);
  border-radius: 8px;
  background: #faf7f2;
}
.basket-subscription-offer__row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-size: 14px;
  line-height: 1.45;
}
.basket-subscription-offer__row--saving { color: #b34b3f; }
.basket-subscription-offer__btn { margin-top: 12px; width: 100%; }

.checkout-subscription-offer {
  margin: 10px 0 12px;
  padding: 12px;
  border: 1px solid rgba(171,137,96,.28);
  border-radius: 8px;
  background: #faf7f2;
}
.checkout-subscription-offer__row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 13px;
  line-height: 1.45;
}
.checkout-subscription-offer__row--saving { color: #b34b3f; }
.checkout-subscription-offer__btn { margin-top: 10px; width: 100%; font-size: 12px;}
.checkout-field-invalid {
  border-color: #d33 !important;
  box-shadow: 0 0 0 2px rgba(211, 51, 51, .08) !important;
}
.checkout-field-error {
  margin-top: 6px;
  color: #d33;
  font-size: 12px;
  line-height: 1.35;
}

@media (max-width: 991px) {
  .interier-intro { flex-direction: column; padding: 18px; }
  .mobilemenu__menu-item .link-wrapper {
    position: relative;
    min-height: 44px;
  }
  .mobilemenu__item-link,
  .mobilemenu__menu-item a.icon-block,
  .mobilemenu__menu-item a.no-decoration {
    min-height: 44px;
    display: flex;
    align-items: center;
  }
  .mobilemenu__menu-item-svg,
  .mobilemenu__menu-item-svg svg {
    width: 20px !important;
    height: 20px !important;
  }
  .mobilemenu .mobilemenu__submenu-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    transition: transform .18s ease;
    margin-right: 10px;
  }
  .mobilemenu .mobilemenu__submenu-arrow svg {
    width: 6px !important;
    height: 12px !important;
    display: block;
  }
  .mobilemenu .mobilemenu__submenu-arrow use,
  .mobilemenu .mobilemenu__submenu-arrow path {
    fill: #222 !important;
    stroke: #222 !important;
  }
  .mobilemenu__menu-item.opened > .link-wrapper .mobilemenu__submenu-arrow {
    transform: rotate(90deg);
  }
  .mobilemenu .toggle_block {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 48px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  .mobilemenu__menu-item > .mobilemenu__menu-dropdown {
    display: none;
  }
  .mobilemenu__menu-item.opened > .mobilemenu__menu-dropdown {
    display: block;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }
  .mobilemenu__menu-item > .mobilemenu__menu-dropdown {
    margin: 0 0 6px 0;
    padding: 4px 0 8px 14px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    overflow: visible;
  }
  .mobilemenu__menu-item > .mobilemenu__menu-dropdown .link-wrapper {
    min-height: 38px;
  }
  .mobilemenu__menu-item > .mobilemenu__menu-dropdown .mobilemenu__item-link {
    min-height: 38px;
    color: #555;
    padding: 0;
  }
  .mobilemenu__menu-item > .mobilemenu__menu-dropdown .font_15 {
    font-size: 14px;
    font-weight: 400;
  }
  .mobilemenu .mobilemenu__footer .menu-arrow,
  .mobilemenu .mobilemenu__footer .toggle_block {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .stories .stories-slider {
    padding-bottom: 18px;
  }
  .stories-scrollbar {
    display: block;
    position: static;
    margin-top: 2px;
    height: 4px;
    background: rgba(45,53,25,.1);
    border-radius: 999px;
  }
  .stories-scrollbar .swiper-scrollbar-drag {
    background: rgba(45,53,25,.35);
    border-radius: 999px;
  }
  .detail .detail-gallery-big-slider .detail-gallery-big__item img {
    width: 100%;
    object-fit: contain;
  }
  .detail-gallery-big__item>a {
        padding: 0;
  }
}

