.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;
}

.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.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;
}

.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;
}

.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(10px * -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;
				}
}

