@charset "UTF-8";

:root {
  --brand-primary-blue: #002554;
  --brand-primary-white: #fff;
  --brand-secondary-sand: #e2c1a6;
  --brand-secondary-burgundy: #803444;
  --brand-secondary-ocher: #c29f55;
  --brand-secondary-turquoise: #82b0aa;
  --text-primary: #2c2d2e;
  --text-secondary: #99a2ad;
  --text-subhead: #6d7885;
  --text-link: #82b0aa;
  --bergenson-text-black: #262626;
  --bergenson-primary-beige: #bab3a9;
  --bergenson-primary-gray: #d9d9d9;
  --menu-width: 360px;
  --menu-padding-top: 120px;
  --mobile-header-height: 100px;
  --menu-padding-bottom: 65px;
  --font-primary: "Aeonik", system-ui, sans-serif;
  --font-secondary: "TTnorms", system-ui, sans-serif;
}
html {
  box-sizing: border-box;
}
*,
*::before,
*::after {
          box-sizing: inherit;
}
* {
  -webkit-tap-highlight-color: transparent;
}

body {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0;
  background-color: #fff;
  font-family: var(--font-primary);
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-fx {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.container-max {
  max-width: 1940px;
  margin: 0 auto;
  padding: 0 20px;
}
h1, h2 {
  text-wrap: balance;
}
h1, h2, h4, h3, p {
  margin: 0;
}

.btn-default {
  display: flex;
  justify-content: center;
  background: #000;
  border-radius: 24px;
  color: #fff;
}

.hidden {
  display: none; /* Или visibility: hidden, если хотите сохранить место для элемента */
}

/* Скрытие стрелок для всех браузеров */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none; /* Убирает стрелки в WebKit-браузерах (Chrome, Safari) */
  margin: 0; /* Убирает отступы */
}

input[type=number] {
  -moz-appearance: textfield; /* Убирает стрелки в Firefox */
}

/* Стилизация самой полосы прокрутки */
::-webkit-scrollbar {
  width: 8px; /* Ширина вертикальной полосы */
  height: 8px; /* Высота горизонтальной полосы */
}

/* Стилизация фона полосы прокрутки */
::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 6px;
}

/* Стилизация самого ползунка */
::-webkit-scrollbar-thumb {
  background: #bab3a9;
  border-radius: 10px;
}

/* Стилизация ползунка при наведении */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}



@font-face {
  font-family: "Aeonik";
  src: url("../resourses/fonts/AeonikPro-Light.otf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Aeonik";
  src: url("../resourses/fonts/AeonikPro-Regular.otf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "TTnorms";
  src: url("../resourses/fonts/TTNorms-Medium.otf") format("opentype");
  font-weight: 500;
}
.no-scroll {
  overflow: hidden;
  height: 100vh;
}

.btn {
  border: 0;
  background: transparent;
  transition: all .3s;
}

.body__class .header {
  margin-bottom: 0px;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;

}

@media (max-width: 480px) {
  .body__class .header-wrapper {
    padding: 10px 10px 0 0px;
  }
}

@media (max-width: 576px) {
  .container {
    padding-inline: 10px;
  }
  .container-noflex {
    padding: 0;
  }
}

@media (max-width: 576px) {
  .header .header_noflex {
    padding: 20px 0 0 0;
  }
  .body__class:not(.active-blur) .header {
    background-color: #fff;
    position: relative;
    z-index: 1000;
  }
  .container-max {
    padding-inline: 10px;
  }
}
@media (max-width: 480px) {
  .header .header_noflex .header__navbar.open-logo {
    margin-left: 3px;
  }
}
.header .header_noflex .header__navbar.open {
  padding-left: 10px;
}
@media (max-width: 480px) {
  .header .header_noflex .header__menu-item {
    padding: 10px 16px;
  }
}

.header {
  width: 100%;
  margin: 0 0 55px 0;
  padding-top: 20px;
}
@media (max-width: 576px) {
  .header {
    margin: 0px 0 40px 0;
    
  }
  .body__class .header {
    height: var(--mobile-header-height);
  }
}
.header-wrapper {
  display: flex;
  flex-direction: column;
  gap: 65px;
  overflow: hidden;
  max-height: 750px;
}
@media (max-width: 668px) {
  .header-wrapper {
    max-height: 407px;
    gap: 25px;
  }
}
@media (max-width: 576px) {
  .header-wrapper {
    padding: 15px 15px 0 15px;
  }
}
@media (max-width: 480px) {
  .header-wrapper {
    padding: 10px 10px 0 10px;
  }
}
.header-wrapper .header_top {
  display: inherit;
  justify-content: space-between;
  align-items: center;
}
.menu--opened .header-wrapper .header_first-logo,
.menu--opened .header-wrapper .header_second-logo,
.menu--opened .header-wrapper .header_right__burger {
  z-index: 1100;
}
@media (max-width: 668px) {
  .header-wrapper .header_second-logo {
    display: none;
  }
}
@media (max-width: 576px) {
  .header-wrapper .header_first-logo img {
    vertical-align: middle;
  }
}
@media (max-width: 480px) {
  .header-wrapper .header_first-logo img {
    max-width: 148px;
    max-height: 18px;
  }
}
.header-wrapper .header_right {
  display: flex;
  gap: 24px;
  align-items: center;
  cursor: pointer;
}
.header-wrapper .header_right__cart-mob {
  display: none;
}
@media (max-width: 576px) {
  .menu--opened .header_right__search,
  .menu--opened .header_right__cart,
  .menu--opened .header_right__catalog,
  .menu--opened .header_right__cart-mob,
  .menu--opened .header_right__user {
    z-index: 1100;
  }
  .header-wrapper .header_right__cart {
    display: none;
  }
  .header-wrapper .header_right__cart-mob {
    display: block;
  }
  .footer__info span {
    display: block;
  }
}
@media (max-width: 480px) {
  .header-wrapper .header_right {
    gap: 10px;
  }
}
.header-wrapper .header_right__burger {
  position: relative;
  border: none;
  border-radius: 9px;
  padding: 18px 13px 17px 13px;
  width: 41px;
  height: 41px;
  cursor: pointer;
  background: transparent;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
  gap: 5px;
}
.header-wrapper .header_right__burger:focus-visible {
  background: #efefef;
}
@media (max-width: 480px) {
  .header-wrapper .header_right__burger {
    width: 35px;
    height: 30px;
    gap: 3px;
  }
}
.header-wrapper .header_right__burger span {
  display: inline-block;
  border-radius: 2px;
  height: 1px;
  width: 15px;
  background-color: #41352f;
  border: 1.5px solid #41352f;
  transition: all 0.5s ease;
}
@media (max-width: 480px) {
  .header-wrapper .header_right__burger span {
    width: 16px;
  }
}
.header-wrapper .header_right__burger.active span:nth-of-type(1) {
  position: absolute;
  top: 46%;
  transform: translateY(46%) rotate(45deg);
  transform-origin: center;
}
@media (max-width: 480px) {
  .header-wrapper .header_right__burger.active span:nth-of-type(1) {
    top: 42%;
    transform: translateY(42%) rotate(45deg);
  }
}
.header-wrapper .header_right__burger.active span:nth-of-type(2) {
  bottom: 48%;
  position: absolute;
  transform: translateY(48%) rotate(-45deg);
  transform-origin: center;
}
@media (max-width: 480px) {
  .header-wrapper .header_right__burger.active span:nth-of-type(2) {
    bottom: 51%;
    transform: translateY(51%) rotate(-45deg);
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .header-wrapper .header_right__burger.active {
    /* Эти стили применяются только в Safari */
  }
  .header-wrapper .header_right__burger.active span:nth-of-type(2) {
    bottom: 47%;
    position: absolute;
    transform: translateY(47%) rotate(-45deg);
    transform-origin: center;
  }
  @media (max-width: 480px) {
    .header-wrapper .header_right__burger.active span:nth-of-type(2) {
      bottom: 51%;
      transform: translateY(51%) rotate(-45deg);
    }
  }
}
/*.header-wrapper .burger-fix {
  border: 2px solid #41352f;
}*/
.header-wrapper .header__navbar {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: var(--header-top-offset);
  left: 0;
  width: 0;
  height: calc(100vh - var(--header-top-offset));
  max-height: 770px;
  padding-left: 70px;
  padding-top: var(--menu-padding-top);
  padding-bottom: var(--menu-padding-bottom);
  background: var(--brand-primary-white);
  z-index: -1;
  transition: all 0.3s ease-in, z-index 0ms .3s;
  display: flex;
  gap: 80px;
  pointer-events: none;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .header-wrapper .header__navbar {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .header-wrapper .header__navbar {
    padding-left: 12px;
  }
}
@media (width < 1000px) {
  :root {
    --menu-padding-top: 100px;
  }
  .header-wrapper .header__navbar {
   // padding-left: 80px;
    flex-direction: column;
    max-height: unset;
    height: calc(100vh - var(--header-top-offset));
    overflow: hidden;
  }
}
.header-wrapper .header__navbar.open {
  scrollbar-width: none;
  visibility: visible;
  opacity: 1;
  width: 100%;
  transition: all 0.3s ease-in, z-index 0ms;
  z-index: 1000;
  pointer-events: auto;
}
.header-wrapper .header__navbar.open .header__collection-wrapper {
  opacity: 1;
}
.header-wrapper .header__navbar-logo {
  display: flex;
  align-items: center;
  gap: 413px;
  padding-bottom: 32px;
}
@media (max-width: 1440px) {
  .header-wrapper .header__navbar-logo {
    margin-right: 80px;
    gap: unset;
    justify-content: space-between;
  }
}
@media (max-width: 668px) {
  .header-wrapper .header__navbar-logo .header_logo-second {
    display: none;
  }
  .header-wrapper .header__navbar-logo .header_logo-first {
    margin-left: 10px;
  }
  .header-wrapper .header__navbar-logo {
    margin-top: -22px;
  }
}
@media (max-width: 480px) {
  .header-wrapper .header__navbar-logo .header_logo-first img {
    max-width: 148px;
    margin-left: -8px;
    margin-top: 3px;
  }
}
.header-wrapper .header__menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .header-wrapper .header__menu {
    flex: 1;
  }
}

.header-wrapper .header__menu-item {
  padding: 10px 12px;
  border-radius: 12px;
  max-width: var(--menu-width);
}

@media (max-width: 576px) {
  .header-wrapper .header__menu-item {
    max-width: 100%;
    margin-left: -8px;
    padding: 10px 22px;
  }
}
@media (max-width: 480px) {
  .header-wrapper .header__menu-item {
    padding: 10px 12px;
  }
}
.header-wrapper .header__menu-item .header__menu-sale,
.header-wrapper .header__menu-item .header__menu-sale:hover{
  color: #d70404;
}
.header-wrapper .header__menu-item .icon {
  max-width: 32px;
  max-height: 32px;
}

.header-wrapper .header__menu-item > a {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #41352f;
}
.header-wrapper .header__menu-item > a:hover {
  color: #000;
}
.header-wrapper .header__menu-item a .header__menu-item_arrow {
  display: none;
  margin-left: auto;
  margin-right: 2px;
}


.header-wrapper .header__menu-item .header__inner {
  display: flex;
  position: absolute;
  left: calc(var(--menu-width) + 20px);
  width: calc(100% - var(--menu-width) - 20px);
  bottom: 0;
  top: 0;
  margin: 0;
  padding: 0;
  transition: all 0.3s ease-in;
}


.header-wrapper .header__menu-item .header__submenu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  flex: 0 0 260px;
  max-height: 600px;
  overflow: auto;
}
.header-wrapper .header__menu-item .header__submenu a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #41352f;
}

.header-wrapper .header__menu-item .header__submenu .header__submenu-item_arrow {
  display: none;
}

.header-wrapper .header__product-wrapper {
  display: flex;
  gap: 20px;
  flex: 1;
  justify-content: flex-end;
}
.header-wrapper .header__product {
  height: 100%;
  flex: 0 1;
  font-size: 20px;
}
.header-wrapper .header__product .image-wrap {
  height: 100%;
  max-height: 430px;
  width: 360px;
  border-radius: 16px;
}
.header-wrapper .header__product .product__card-image-wrapper {
  height: 100%;
}
.header-wrapper .header__product a {
  color: inherit;
  font-weight: 400;
  font-size: inherit;
}
.header-wrapper .header__product a:hover {

}
.header-wrapper .header__product .product__card_price {
  font-size: inherit;
}


@media (max-width: 480px) {
  .header-wrapper .header__menu-item.active .header__submenu-item_arrow {
    display: block;
    margin-left: auto;
    margin-right: 22px;
  }
}

@media (width >= 1000px) {
  .header-wrapper .header__menu-item .header__inner {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .header-wrapper .header__menu-item.active .header__inner {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  
  .header-wrapper .header__menu-item.active,
  .header-wrapper .header__menu-item:not(.active):hover{
    background: #f7f7f7;
  }
}
@media (width < 1000px) {
  :root {
    --menu-padding-bottom: 30px;
  }
  
  .header-wrapper .header__menu-item .header__inner {
    left: 0;
    width: calc(100% - 10px);
    transform: translateX(calc(-100% - 10px));
    background-color: var(--brand-primary-white);
    flex-direction: column;
    margin-top: 52px;
    overflow-y: auto;
  }
  .header-wrapper .header__menu-item .header__inner::-webkit-scrollbar {
    width: 2px;
  }
  .header-wrapper .header__menu:has(.active)>.header__menu-item:not(.active)  {
    display: none;
  }
  .header-wrapper .header__menu-item.active .header__inner {
    transform: translateX(0);
  }
 
  .header-wrapper .header__menu-item .header__submenu {
    padding-bottom: 20px;
    padding-left: 10px;
    flex: 1;
  }
  
  .header-wrapper .header__menu-item a .header__menu-item_arrow {
    display: block;
  }
  .header-wrapper .header__menu-item.active>a {
    color: #a9a9a9;
  }
  .header-wrapper .header__menu-item.active a .header__menu-item_arrow {
    rotate: 180deg;
  }
  .header-wrapper .header__product {
    flex: 1;
    font-size: 14px;
  }
  .header-wrapper .header__product .image-wrap {
    width: auto;
    height: auto;
    border-radius: 8px;
  }
  .header-wrapper .header__product .image-wrap img {
    width: 90%;
  }
}

.header-wrapper .header__cart {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 0;
  top: 0;
  background: var(--brand-primary-white);
  z-index: 1000;
  padding: 40px 40px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 500px;
  transform: translateX(100%);
}
.header-wrapper .header__cart.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media (max-width: 576px) {
  .header-wrapper .header__cart.active {
    
    padding: 20px 20px;
  }
}
.header-wrapper .header__cart .wrapper__right-container {
  height: auto;
}
.header-wrapper .header__cart .wrapper__right {
  height: auto;
  position: relative;
  padding: 0;
}
.header-wrapper .header__cart-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
.header-wrapper .header__cart-top .header__cart-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-transform: uppercase;
  color: var(--text-primary);
}
.header-wrapper .header__cart-top .header__cart-close {
  cursor: pointer;
}
.header-wrapper .header__cart-body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: auto;
  height: calc(100vh - 260px);
}
.header-wrapper .header__cart-item {
  display: flex;
  gap: 20px;
  padding-bottom: 20px;
}
.header-wrapper .header__cart-item:not(:first-child) {
  padding-top: 20px;
}
.header-wrapper .header__cart-item img {
  max-width: 96px;
}
.header-wrapper .header__cart-item > a {
  display: flex;
  align-items: center;
}
.header-wrapper .header__cart-item .image-wrap {
  height: 100%;
  border-radius: 8px;
  width: 95px;
}
.header-wrapper .header__cart-item .image-wrap img {
  width: 80%;
}
.header-wrapper .header__cart-wrapper {
  display: grid;
  grid-template-areas:
"product-title product-title"
"product-price product-stepper"
"product-remove product-remove";
  gap: 20px;
}
.header-wrapper .header__cart-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #41352f;
  grid-area: product-title;
  
}
.header-wrapper .header__cart-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #41352f;
  grid-area: product-price;
  display: flex;
  align-items: center;
}
.header-wrapper .header__cart-price .price__line {
  color: #a9a9a9;
}
.header-wrapper .header__cart-stepper {
  display: flex;
  gap: 4px;
  grid-area: product-stepper;
}
.header-wrapper .header__cart-stepper button,
.header-wrapper .header__cart-stepper input {
  border: none;
  outline: none;
  height: 32px;
  font-size: 16px;
  text-align: center;
  background-color: transparent;
}
.header-wrapper .header__cart-stepper button {
  cursor: pointer;
  padding: 0;
}
.header-wrapper .header__cart-remove {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #41352f;
  grid-area: product-remove;
}
.header-wrapper .header__cart-item .header__cart-wrapper .header__cart-remove svg {
  margin-bottom: 2px;
}
.header-wrapper .header__cart-item:not(:last-child) {
  border-bottom: 1px solid #efefef;
}
.header-wrapper .header__cart-bottom {
  margin-top: auto;
  padding-top: 25px;
}
.header-wrapper .header__cart-bottom .header__cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.header-wrapper .header__cart-bottom .header__cart-total .header__cart-subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  color: #41352f;
}
.header-wrapper .header__cart-bottom .header__cart-total .header__cart-subprice {
  font-weight: 600;
  font-size: 14px;
  line-height: 102%;
  color: #41352f;
}
.header-wrapper .header__cart-bottom .header__cart-total .header__cart-subprice .price__line {
  color: #a9a9a9;
}
.header-wrapper .header__cart-bottom .header__cart-btn, .header-wrapper .header__cart-bottom .header__cart-btnsub {
  display: block;
  text-align: center;
}
.header-wrapper .header__cart-bottom .header__cart-btn {
  margin-bottom: 24px;
  background-color: #7e6355;
  border-radius: 8px;
  padding: 16px 56px;
  font-weight: 500;
  font-size: 14px;
  line-height: 102%;
  color: #fff;
}
.header-wrapper .header__cart-bottom .header__cart-btnsub {
  font-weight: 600;
  font-size: 14px;
  line-height: 102%;
  text-decoration: none;
          text-decoration-skip-ink: none;
  color: #41352f;
}
.header-wrapper .header__auth {
  opacity: 0;
  visibility: hidden;
  width: 0;
  position: fixed;
  right: 0;
  top: 0;
  background: var(--brand-primary-white);
  z-index: 1000;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}
.header-wrapper .header__auth.active {
  opacity: 1;
  visibility: visible;
  width: 592px;
}
@media (max-width: 668px) {
  .header-wrapper .header__auth.active {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .header-wrapper .header__auth.active {
    padding: 20px 29px;
  }
}
.header-wrapper .header__auth-top {
  margin-left: auto;
  margin-bottom: 155px;
}
@media (max-width: 576px) {
  .header-wrapper .header__auth-top {
    margin-bottom: 135px;
  }
}
.header-wrapper .header__auth-body {
  display: flex;
  flex-direction: column;
  max-width: 334px;
  margin: 0 auto;
  margin-left: 50px;
}
@media (max-width: 576px) {
  .header-wrapper .header__auth-body,
  .sign-in__form,
  .ctweb-smsauth-form {
    flex: 1;
  }
  .ctweb-smsauth-form {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .header-wrapper .header__auth-body {
    margin-left: 0;
  }
}
.header-wrapper .header__auth-body .header__auth-title {
  font-weight: 500;
  font-size: clamp(28px, 4vw, 32px);
  line-height: 119%;
  margin-bottom: 24px;
  color: #41352f;
}
.header-wrapper .header__auth-body .header__auth-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #41352f;
}
.header-wrapper .header__auth-body .header__auth-field {
  outline: none;
  border: none;
  border-bottom: 1px solid #d9d9d9;
  display: flex;

  width: 100%;
  color: #41352f;
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  padding-bottom: 13px;
}
.sign-in__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sign-in__form .timer-wrap {
  font-size: 14px;
  color: var(--text-secondary);
}
.sign-in__form .timer-wrap .seconds {
  color: var(--bergenson-text-black);
}
.sign-in__form .header__auth-btn {
  margin-top: 60px;
}
@media (max-width: 576px) {
  .sign-in__form .header__auth-btn {
    margin-top: auto;
  }
}
.header-wrapper .header__auth-body .header__auth-btn {
  border-radius: 8px;
  background-color: #efefef;
  padding: 20px 56px;
  border: none;
  outline: none;
  width: 100%;
  color: #a9a9a9;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  transition: background-color 0.3s ease;
  margin-bottom: 9px;
}
.header-wrapper .header__auth-body .header__auth-btn.active {
  background-color: #7e6355;
  cursor: pointer;
  color: #fff;
}
.header-wrapper .header__auth-body .header__auth-additional {
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  color: #a9a9a9;
}
.header-wrapper .header__auth-body a {
  display: inline-block;
  width: fit-content;
  border-bottom: 1px solid currentColor;
  color: #41352f;
  transition: all .3s;
}
.header-wrapper .header__auth-body a:hover {
  border-color: transparent;
}
.header-wrapper .header__noauth {
  opacity: 0;
  visibility: hidden;
  width: 420px;
  position: fixed;
  right: 0;
  top: 0;
  background: var(--brand-primary-white);
  z-index: 1000;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
  transform: translateX(100%);
}
.header-wrapper .header__noauth.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
@media (max-width: 668px) {
  .header-wrapper .header__noauth.active {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .header-wrapper .header__noauth.active {
    padding: 20px 29px;
  }
}
.header-wrapper .header__noauth-top {
  margin-left: auto;
  margin-bottom: 155px;
}
@media (max-width: 576px) {
  .header-wrapper .header__noauth-top {
    margin-bottom: 135px;
  }
}
.header-wrapper .header__noauth-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 119%;
  color: #41352f;
  margin-bottom: 24px;
}
.header-wrapper .header__noauth-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 137%;
  color: #41352f;
  margin-bottom: 80px;
}
.header-wrapper .header__noauth-btn {
  border-radius: 8px;
  padding: 20px;
  width: 100%;
  height: 60px;
  background: #7e6355;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}
@media (max-width: 576px) {
  .header-wrapper .header__noauth-btn {
    width: 280px;
  }
}
.header-wrapper .header__search {
  opacity: 0;
  visibility: hidden;
  max-width: 0;
  position: fixed;
  z-index: 999;
  top: 136px;
  right: 50%;
  transform: translateX(50%) scaleY(0);
  border-radius: 8px;
  padding: 12px 12px;
  background-color: #fff;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out, max-width 0.4s ease-in-out, visibility 0s ease-in-out 0.4s;
}
.header-wrapper .header__search.active {
  opacity: 1;
  visibility: visible;
  max-width: 655px;
  transform: translateX(50%) scaleY(1);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, max-width 0.5s ease-in-out, visibility 0s ease-in-out 0s;
}
@media (max-width: 576px) {
  .header-wrapper .header__search.active {
    top: 100px;
  }
}
@media (max-width: 480px) {
  .header-wrapper .header__search.active {
    padding: 12px 8px;
  }
}
.header-wrapper .header__search .search-container {
  position: relative;
  width: 610px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .header-wrapper .header__search .search-container {
    width: 470px;
  }
}
@media (max-width: 576px) {
  .header-wrapper .header__search .search-container {
    width: 430px;
  }
}
@media (max-width: 480px) {
  .header-wrapper .header__search .search-container {
    width: calc(100vw - 40px);
  }
}
.header-wrapper .header__search .search-container .search_input {
  outline: none;
  border: none;
  width: 100%;
  margin-right: 90px;
  padding: 4px 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  color: #454545;
}
@media (max-width: 480px) {
  .header-wrapper .header__search .search-container .search_input {
    padding: 2px 28px;
  }
}
.header-wrapper .header__search .search-container .search_button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  background-color: #7e6355;
  cursor: pointer;
  border-radius: 8px;
  padding: 12px 18px;
  font-weight: 500;
  font-size: 14px;
  line-height: 102%;
  text-align: center;
  border: none;
}
.header-wrapper .header__search .search-container .header__search-close {
  position: absolute;
  right: -12px;
  top: -105%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .header-wrapper .header__search .search-container .header__search-close {
    right: -8px;
    top: -110%;
  }
}
.header-wrapper .header__search .search-container .header__search-close svg {
  vertical-align: middle;
}
.header-wrapper .header__search .search-container .header__search-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
.header-wrapper .header__search .header__search-body {
  position: fixed;
  top: 120%;
  background-color: #fff;
  padding: 12px 12px;
  border-radius: 8px;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
.header-wrapper .header__search .header__search-body .header__search-lists {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.header-wrapper .header__search .header__search-body .header__search-lists .header__search-item {
  padding: 8px;
  display: inherit;
  align-items: center;
  gap: 12px;
}
.header-wrapper .header__search .header__search-body .header__search-lists .header__search-item img {
  max-width: 56px;
}
.header-wrapper .header__search .header__search-body .header__search-lists .header__search-item .header__search-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #454545;
  margin-bottom: 2px;
}
.header-wrapper .header__search .header__search-body .header__search-lists .header__search-item .header__search-price {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #454545;
}
.header-wrapper .header__search .header__search-body .header__search-more {
  margin-top: 18px;
  display: flex;
  align-items: center;
  padding-left: 8px;
  margin-bottom: 8px;
  cursor: pointer;
}
.header-wrapper .header__search .header__search-body .header__search-more p {
  font-weight: 400;
  font-size: 15px;
  line-height: 133%;
  color: #7e6355;
}
.header-wrapper .header_main {
  display: inherit;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header-wrapper .header_main-image {
  width: 100vw;
}
.header-wrapper__bg--default {
  border-radius: 20px;
  padding: 20px 55px 0 55px;
  background-image: url("../imgs/Banner-sd.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
@media (max-width: 576px) {
  .header-wrapper__bg--default {
    padding: 20px 16px 0 16px;
    border-radius: 0;
  }
}

.header .header_first-logo img {
  width: 228px;
  height: 28px;
}

.header .header_second-logo img {
  width: 60px;
  height: 60px;
}

/* Когда добавляется класс active-blur на body */
body::before {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  z-index: -1;
  opacity: 0;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
body.active-blur::before {
  z-index: 999;
  opacity: 1;
}

/* Когда добавляется класс active-blur на html */
html.active-blur::before {
  content: "";
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  pointer-events: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Проверка фона */
  filter: blur(6px); /* Используем filter для теста */
}

/* Применение размытия через backdrop-filter (если нужно) */
html.active-blur::before {
  backdrop-filter: blur(6px);
}
.about__inner h1 {
  text-align: center;
  font-size: clamp(30px, 3vw, 48px);
  margin-bottom: 40px;
}
.about__top {
  padding-bottom: 140px;
}
@media (max-width: 576px) {
  .about__top {
    padding-bottom: 55px;
  }
}

.about__top .about__category-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
.about__category-title {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
  text-transform: uppercase;
}

@media (max-width: 1178px) {
  .about__top .about__category-wrapper {
    justify-content: flex-start;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .about__top .about__category-wrapper::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 576px) {
  .about__top .about__category-wrapper {
    gap: 10px;
    margin-left: 20px;
  }
}
.about__category:hover .image-wrap,
.about__category:focus-visible .image-wrap {
  background-color: #e6e6e6;
}
.about__category .image-wrap {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 110px;
  transition: background-color 0.3s ease;
}
.animation-wrapper {
  min-height: 0;
}
.image-wrap {
  transition: background-color 0.3s ease;
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image-wrap img {
  mix-blend-mode: darken;
  height: 90%;
  object-fit: contain;
}

.about__top .about__category-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--text-primary);
  margin-top: 10px;
}
.about__top .about__category-text a {
  color: var(--text-primary);
}
.about__bottom {
  margin-bottom: 85px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 140px;
}
@media (max-width: 576px) {
  .about__bottom {
    gap: 60px;
    margin-bottom: 8px;
  }
}
.about__bottom-text {
  position: relative;
  font-weight: 400;
  font-size: 36px;
  line-height: 102%;
  
  color: var(--text-primary);
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 576px) {
  .about__bottom-text {
    font-size: 24px;
    line-height: 122%;
    margin-bottom: 40px;
    padding-inline: 20px;
  }
}
.about__bottom-text img {
  mix-blend-mode: darken;
  vertical-align: middle;
  width: 76px;
  height: 76px;
}
@media (max-width: 992px) {
  .about__bottom-text img {
    margin-bottom: -14px;
    margin-top: -16px;
  }
}
@media (max-width: 576px) {
  .about__bottom-text img {
    margin-bottom: -10px;
    margin-top: -10px;
  }
}
@media (max-width: 668px) {
  .about__bottom-text img {
    max-width: 48px;
    max-height: 48px;
  }
}
.about__bottom .about__fill {
  position: relative;
}
.about__bottom .about__fill img {
  width: 100%;
}
.about__bottom .about__fill-circle {
  position: absolute;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, -50%);
}
.about__bottom .about__fill-circle:hover .about__fill-circle-content {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease, visibility 0s linear 0.2s;
}
.about__bottom .about__fill-circle--first {
  left: 30%;
  bottom: 40%;
}
@media (max-width: 576px) {
  .about__bottom .about__fill-circle--first {
    left: 12%;
    bottom: 16%;
  }
  .about__bottom .about__fill {
    display: none;
  }
}
.about__bottom .about__fill-circle--second {
  left: 43%;
  bottom: 18%;
}
@media (max-width: 576px) {
  .about__bottom .about__fill-circle--second {
    bottom: -6%;
  }
}
.about__bottom .about__fill-circle--third {
  left: 65%;
  bottom: 40%;
}
@media (max-width: 576px) {
  .about__bottom .about__fill-circle--third {
    left: 69%;
    bottom: 30%;
  }
}
.about__bottom .about__fill-circle-content {
  display: none;
  opacity: 0;
  visibility: hidden;
  background: var(--brand-primary-white);
  border-radius: 12px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  margin-left: 170px;
  gap: 8px;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: #000;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
@media (max-width: 576px) {
  .about__bottom .about__fill-circle-content {
    padding: 4px 10px;
    font-size: 12px;
    width: fit-content;
    margin-left: 55px;
  }
}

.partition {
  margin-bottom: 75px;
}
.partition__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 668px) {
  .partition__items {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 576px) {
  .partition__items {
    gap: 8px;
  }
}
.partition__items .partition__item {
  position: relative;
  overflow: hidden;
  border-radius: 35px;
}
@media (max-width: 668px) {
  .partition__items .partition__item {
    grid-column: span 2;
  }
}
.partition__items .partition__item img {
  width: 100%;
  height: 100%;
     object-fit: cover;
  transform-origin: center center;
  transition: transform 0.3s ease-in-out;
}
.partition__items .partition__item:hover img {
  transform: scale(1.1);
}
.partition__items .partition__item-text {
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  text-align: center;
  font-family: var(--font-secondary);
  margin-bottom: 40px;
}
.partition__items .partition__item-text h1 {
  font-weight: 500;
  font-size: 32px;
  line-height: 100%;
  color: var(--brand-primary-white);
  margin-bottom: 7px;
}
@media (max-width: 576px) {
  .partition__items .partition__item-text h1 {
    font-size: 25px;
  }
}
.partition__items .partition__item-text a {
  color: var(--brand-primary-white);
  text-decoration: underline;
  text-underline-offset: 5px;
  display: inline-block;
  margin-top: 5px;
}
.partition__items .partition__item-third {
  grid-column: span 2;
}
.partition__items .partition__item-sixth {
  grid-column: span 2;
}

.popular {
  margin-bottom: 75px;
}
@media (max-width: 1178px) {
  .popular {
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .popular {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.popular__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 102%;
  color: var(--text-primary);
  margin-bottom: 40px;
}
.popular .popular__content {
  display: flex;
  margin-bottom: 30px;
}
.popular .popular__content .popular__item {
  overflow-x: scroll;
  scrollbar-width: none;
  width: clamp(358px, 50%, 453px);
}
@media (max-width: 992px) {
  .popular .popular__content .popular__item {
    width: auto;
  }
}

@media (max-width: 992px) {
  .popular .popular__content .popular__item {
    width: auto;
  }
}
.popular .popular__content .popular__item .product__card_images img {
  width: clamp(48px, 6vw, 100%);
  height: 100%;
}
.popular .popular__content .popular__item .product__card_images a:not(.product__card_more) {
  width: 18%;
}
@media (max-width: 1178px) {
  .popular .popular__content .popular__item .product__card_images a:not(.product__card_more) {
    width: 13%;
  }
}
@media (max-width: 668px) {
  .popular .popular__content .popular__item .product__card_images a:not(.product__card_more) {
    width: 16%;
  }
}
@media (max-width: 576px) {
  .popular .popular__content .popular__item .product__card_images a:not(.product__card_more) {
    width: 22%;
  }
}
.popular .popular__content .popular__item .product__card_images {
  display: flex;
  gap: 10px;
  width: 100%;
  overflow-x: hidden;
  scrollbar-width: none;
}
@media (max-width: 480px) {
  .popular .popular__content .popular__item .product__card_images {
    width: 118%;
  }
}
.popular .popular__content .popular__item .product__card_images .product__card_more {
  display: inherit;
  border: 1px dashed #99a2ad;
  width: 100%;
  max-width: 4%;
  padding: 50px 35px;
  border-radius: 16px;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 102%;
  text-transform: uppercase;
  color: #99a2ad;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1920px) {
  .popular .popular__content .popular__item .product__card_images .product__card_more {
    max-width: 7%;
    padding: 50px 39px;
  }
}
@media (max-width: 1360px) {
  .popular .popular__content .popular__item .product__card_images .product__card_more {
    padding: 36px 29px;
  }
}
@media (max-width: 1178px) {
  .popular .popular__content .popular__item .product__card_images .product__card_more {
    padding: 27px 21px;
  }
}
@media (max-width: 992px) {
  .popular .popular__content .popular__item .product__card_images .product__card_more {
    padding: 18px;
    border-radius: 10px;
  }
}
@media (max-width: 480px) {
  .popular .popular__content .popular__item .product__card_images .product__card_more {
    width: 100%;
  }
}

.product__cards {
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3 - 20px));
  justify-content: space-between;
  row-gap: 60px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (min-width: 1680px) {
  .product__cards {
    grid-template-columns: repeat(4, calc(25% - 20px));
  }
}
@media (max-width: 768px) {
  .product__cards {
    grid-template-columns: repeat(2, calc(50% - 10px));
  }
}
@media (max-width: 480px) {
  .product__cards {
    row-gap: 50px;
    column-gap: 8px;
    justify-content: center;
  }
  .swiper .product__cards {
    justify-content: flex-start;
    column-gap: 0;
  }
}
.product__cards .size-full {
  grid-column: span 2;
}
.product__cards .size-full .product__card_image {
  aspect-ratio: 16/9;
  border-radius: 15px;
}
.product__cards .product__card-image-wrap {
  background: #f0efee;
  border-radius: 20px;
   object-fit: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Обрезаем все, что выходит за пределы контейнера */
  mix-blend-mode: darken;
}
.product__cards .product__card-image-wrap.shape--ark {
  border-radius: 75% 75% 0 0;
}
.product__card-image-wrapper {
  mix-blend-mode: darken;
  padding: clamp(30px, 4vw, 70px) clamp(20px, 3vw, 40px);
}
.product__cards .product__card-image-wrap2 {
  background: #f0efee;
  border-radius: 350px 350px 20px 20px;
     object-fit: cover;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Обрезаем все, что выходит за пределы контейнера */
}
.product__cards .product__card_image {
  object-fit: cover;
  max-width: 100%;
  width: 600px;
  mix-blend-mode: inherit;
}

.product__cards .product__card_images img {
  width: clamp(48px, 6vw, 102px);
}

.product__card .product__card_title, .product__card .product__card_price {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 24px);
  color: var(--text-primary);
}
.product__card .product__card_price {
  font-smoothing: antialiased;
}
.product__card_title {
  margin: 35px 0 15px 0;
}
@media (max-width: 768px) {
  .product__card_title {
    margin: 20px 0 12px 0;
  }
}
.product__card_price {
  margin-bottom: 20px;
  display: inline-block;
}

.colection {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .colection {
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .colection {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.colection__inner {
  background-image: url("../imgs/col_frame.webp");
  max-height: 760px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  text-align: center;
  padding: 270px 0 270px 0;
}
@media (max-width: 992px) {
  .colection__inner {
    padding: 180px 0 180px 0;
  }
}
.colection__inner .colection__title {
  font-weight: 400;
  font-size: clamp(55px, 5vw, 98px);
  line-height: 82%;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 625px;
}
.colection__inner .colection__title a {
  color: var(--brand-primary-white);
}
.colection__inner .colection__more {
  text-decoration: underline;
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 16px;
  line-height: 102%;
  color: var(--brand-primary-white);
  text-underline-offset: 5px;
}

.main__inner .main__breadcrumb {
  margin-bottom: 15px;
}
@media (max-width: 576px) {
  .main__inner .main__breadcrumb {
    margin-bottom: 0;
  }
}
.main__inner .main__images {
  position: relative;
  overflow: visible;
}
.main__inner .main__images .div {
  display: flex;
  align-items: flex-end;
      flex-wrap: wrap;
  gap: 135px;
  margin-bottom: 50px;
}
@media (max-width: 1360px) {
  .main__inner .main__images .div {
    gap: 50px;
  }
}
@media (max-width: 1178px) {
  .main__inner .main__images .div {
    gap: 10px;
        flex-wrap: nowrap;
  }
}
@media (max-width: 768px) {
  .main__inner .main__images .div {
        flex-wrap: wrap;
  }
}
.main__inner .main__images .div p {
  font-weight: 400;
  font-size: 22px;
  line-height: 117%;
  color: #384254;
  margin-bottom: 10px;
  max-width: 510px;
  margin-left: auto;
}
@media (max-width: 1178px) {
  .main__inner .main__images .div p {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .main__inner .main__images .div p {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .main__inner .main__images .div p {
    margin-left: 50%;
  }
}
@media (max-width: 480px) {
  .main__inner .main__images .div p {
    font-size: 16px;
    margin-left: 30%;
  }
}
.main__inner .collection_frame-one {
  position: absolute;
  top: 0;
  left: 49.4%;
  transform: translateX(-50%);
  width: 100vw;
  z-index: -1;
}
@media (min-width: 2400px) {
  .main__inner .collection_frame-one {
    top: -15%;
  }
}
.main__inner .collection_frame-two {
  max-width: 100%;
  margin-top: 270px;
}
@media (min-width: 2400px) {
  .main__inner .collection_frame-two {
    margin-top: 345px;
  }
}
@media (max-width: 1360px) {
  .main__inner .collection_frame-two {
    margin-top: 225px;
  }
}
@media (max-width: 1178px) {
  .main__inner .collection_frame-two {
    margin-top: 190px;
  }
}
@media (max-width: 992px) {
  .main__inner .collection_frame-two {
    margin-top: 150px;
  }
}
@media (max-width: 768px) {
  .main__inner .collection_frame-two {
    margin-top: 120px;
    max-width: 400px;
  }
}
@media (max-width: 668px) {
  .main__inner .collection_frame-two {
    margin-top: 100px;
  }
}
@media (max-width: 576px) {
  .main__inner .collection_frame-two {
    max-width: 155px;
    margin-left: 30px;
    margin-top: 80px;
  }
}

.descr {
  margin-bottom: 130px;
}
@media (max-width: 576px) {
  .descr {
    margin-bottom: 75px;
  }
}
.descr img {
  width: 100%;
}
.descr__inner {
  text-align: center;
}
.descr__inner .descr__bottom-text {
  margin-top: 110px;
  position: relative;
  font-weight: 400;
  font-size: 36px;
  line-height: 102%;
  text-transform: uppercase;
  color: var(--text-primary);
}
@media (max-width: 576px) {
  .descr__inner .descr__bottom-text {
    font-size: 24px;
    margin-top: 65px;
    line-height: 122%;
  }
}
.descr__inner .descr__bottom-text img {
  mix-blend-mode: darken;
  vertical-align: middle;
  width: 76px;
  height: 76px;
}
@media (max-width: 992px) {
  .descr__inner .descr__bottom-text img {
    margin-bottom: -14px;
    margin-top: -16px;
  }
}
@media (max-width: 576px) {
  .descr__inner .descr__bottom-text img {
    margin-bottom: -10px;
    margin-top: -10px;
  }
}
@media (max-width: 668px) {
  .descr__inner .descr__bottom-text img {
    max-width: 48px;
    max-height: 48px;
  }
}

.preposition {
  margin-bottom: 12px;
}
.preposition img {
  max-width: 100%;
}
.preposition__inner {
  background: #f0efee;
  border-radius: 20px;
  padding: 88px 55px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media (max-width: 992px) {
  .preposition__inner {
    padding: 78px 10px;
    gap: 60px;
  }
}
@media (max-width: 668px) {
  .preposition__inner {
    gap: 50px;
    padding: 15px 15px;
  }
}
.preposition__inner .preposition__item {
  display: flex;
  gap: 78px;
}
@media (max-width: 1178px) {
  .preposition__inner .preposition__item {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .preposition__inner .preposition__item-img {
    max-width: 405px;
  }
}
@media (max-width: 768px) {
  .preposition__inner .preposition__item {
    gap: 15px;
  }
}
@media (max-width: 668px) {
  .preposition__inner .preposition__item {
    flex-direction: column;
  }
  .preposition__inner .preposition__item-img {
    max-width: 100%;
  }
}
.preposition__inner .preposition__item-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 117%;
  color: #384254;
  max-width: 513px;
      align-self: flex-end;
}
@media (max-width: 1178px) {
  .preposition__inner .preposition__item-text {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .preposition__inner .preposition__item-text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .preposition__inner .preposition__item-text {
        align-self: flex-start;
  }
}
@media (max-width: 668px) {
  .preposition__inner .preposition__item-text {
    margin-left: 50%;
  }
}
@media (max-width: 576px) {
  .preposition__inner .preposition__item-text {
    margin-left: 30%;
  }
}
@media (max-width: 480px) {
  .preposition__inner .preposition__item-text {
    margin-left: 20%;
  }
}
.preposition__inner .preposition__item-second {
  justify-content: space-between;
}
.preposition__inner .preposition__item-img.first {
  max-width: 454px;
}
.preposition__inner .preposition__item-img.second {
  max-width: 749px;
}
.preposition__inner .preposition__item-img.third {
  max-width: 394px;
}
@media (max-width: 1178px) {
  .preposition__inner .preposition__item-second .preposition__item-text {
    order: 2;
  }
  .preposition__inner .preposition__item-second .preposition__item-img {
    order: 1;
    max-width: 600px;
  }
}
@media (max-width: 992px) {
  .preposition__inner .preposition__item-second .preposition__item-img {
    order: 1;
    max-width: 500px;
  }
}
@media (max-width: 768px) {
  .preposition__inner .preposition__item-second .preposition__item-img {
    order: 1;
    max-width: 405px;
  }
}
@media (max-width: 668px) {
  .preposition__inner .preposition__item-second .preposition__item-img {
    max-width: 100%;
  }
}
.preposition__inner .preposition__item-third {
  justify-content: flex-end;
}

.selection {
  margin-bottom: 85px;
}
.selection img {
  width: 100%;
}
.selection .selection__top-img {
  margin-bottom: 12px;
}
.selection__inner {
  background: #f0efee;
  border-radius: 20px;
  padding: 165px 210px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1178px) {
  .selection__inner {
    padding: 130px 140px;
  }
}
@media (max-width: 992px) {
  .selection__inner {
    padding: 115px 100px;
  }
}
@media (max-width: 768px) {
  .selection__inner {
    padding: 100px 70px;
  }
}
@media (max-width: 668px) {
  .selection__inner {
    padding: 50px 30px;
  }
}
@media (max-width: 480px) {
  .selection__inner {
    padding: 30px 15px;
  }
}
.selection__inner .selection__items {
  max-width: 970px;
  display: flex;
  justify-content: space-between;
  row-gap: 15px;
      flex-wrap: wrap;
}
@media (max-width: 480px) {
  .selection__inner .selection__items {
    row-gap: 2px;
  }
}
.selection__inner .selection__items .selection__item {
      flex-basis: 49%;
}

.more {
  margin-bottom: 38px;
}
.more img {
  width: 100%;
}
.more .more__title {
  font-weight: 500;
  font-size: 26px;
  line-height: 123%;
  color: #384254;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .more .more__title {
    margin-bottom: 25px;
  }
}
.more .more__items {
  display: flex;
      flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
}
.more .more__items .more__item {
      flex-basis: 32.6666666667%;
}
@media (max-width: 480px) {
  .more .more__items .more__item {
        flex-basis: 49%;
    row-gap: 3px;
  }
}

.main__top {
  margin-bottom: 40px;
  margin-top: 50px;
  display: flex;
  
  align-items: center;
}

@media (max-width: 768px) {
  .main__top {
        flex-wrap: wrap;
  }
}
.main__filters {
  order: 3;
  display: flex;
  gap: 10px;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .main__filters {
    order: 2;
  }
}
@media (max-width: 480px) {
  .main__filters {
    gap: 6px;
  }
}
.filter-toggle {
  border: 0;
  display: flex;
  gap: 10px;
  background-color: transparent;
}
.main__filters-icon {
  margin-top: 2px;
}
.main__filters-text {
  font-weight: 500;
  font-size: 16px;
  color: #384254;
  cursor: pointer;
}
@media (max-width: 480px) {
  .main__filters-text {
    font-size: 13px;
    display: none;
  }
}
.main__filters .inner__filter {
  opacity: 0;
  visibility: hidden;
  width: 420px;
  position: fixed;
  right: 0;
  top: 0;
  background: var(--brand-primary-white);
  z-index: 1200;
  padding: 13px 20px;
  height: 100%;
  transition: all 0.3s ease-in;
  transform: translateX(100%);
  pointer-events: auto;
  /* Кастомная стилизация чекбокса */
}
@media (max-width: 480px) {
  .main__filters .inner__filter {
    top: 50px;
    border-radius: 30px;
  }
}
.main__filters .inner__filter.active {
  opacity: 1;
  visibility: visible;
  overflow-y: scroll;
  transform: translateX(0);
  scrollbar-color: transparent transparent;
}
@media (max-width: 480px) {
  .main__filters .inner__filter.active {
    width: 99.8%;
  }
}
.main__filters .inner__filter .custom-checkbox {
  display: none;
}
.main__filters .inner__filter .custom-checkbox-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  padding-top: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 133%;
  color: var(--text-primary);
}
.main__filters .inner__filter .custom-checkbox-label::before {
  content: url('data:image/svg+xml;charset=UTF-8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16.9991 9L9.99906 16L6.99902 13" stroke="white" stroke-width="1.6" stroke-linecap="square" stroke-linejoin="round" /></svg>');
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border: 1px solid var(--text-primary); /* Граница чекбокса */
  border-radius: 2px;
  background-color: #fff; /* Фон по умолчанию */
  transition: background 0.3s, border-color 0.3s;
}
.main__filters .inner__filter .custom-checkbox:checked ~ .custom-checkbox-label::before {
  border: 1px solid var(--text-primary);
  z-index: 2;
  background-color: var(--text-primary);
}
.main__filters .inner__filter_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .main__filters .inner__filter_head {
    justify-content: center;
    gap: 60px;
  }
}
.main__filters .inner__filter_head .inner__filter_reset {
  margin-right: auto;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  color: var(--text-secondary);
}
.main__filters .inner__filter_head .inner__filter-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  color: var(--text-primary);
  margin-left: -15px;
}
.main__filters .inner__filter_head .inner__filter_close {
  cursor: pointer;
  margin-left: auto;
}
.main__filters .inner__filter_top {
  margin-bottom: 30px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.main__filters .inner__filter_top .custom-checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}
.main__filters .inner__filter_top .custom-checkbox-label {
  font-weight: 400;
  line-height: 133%;
  color: var(--text-primary);
}
.main__filters .inner__filter_top .slider-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  text-transform: uppercase;
  color: var(--text-primary);
  margin-bottom: 15px;
}
.main__filters .inner__filter_top .slider-range {
  margin-top: 18px;
}
.main__filters .inner__filter_top .input-wrapper {
  margin-bottom: 10px;
  display: flex;
  gap: 15px;
}
.main__filters .inner__filter_top .slider-input {
  color: #9fa2a9;
  border: 1px solid #f2f3f5;
  border-radius: 5px;
  padding: 12px;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 3px;
  font-weight: 400;
  font-size: 16px;
  line-height: 133%;
}
.main__filters .inner__filter_top .slider-input input {
  outline: none;
  border: none;
  background: none;
  width: 100%;
}
.main__filters .inner__filter_top .slider-input .slider-text {

}
.main__filters .inner__filter_top .slider-input.active {
  background: #fff;
  border: 1px solid var(--text-primary);
}
.main__filters .inner__filter_top .slider-input.active .slider-text {
  color: var(--text-primary);
}
.main__filters .inner__filter_top .slider-input.active input {
  color: var(--text-primary);
}
.main__filters .inner__filter_top .noUi-target {
  background: #f2f3f5;
  border-radius: 3px;
  border: 1px solid #f2f3f5;
          box-shadow: inset 0 1px 1px #f2f3f5, 0 3px 6px -5px #f2f3f5;
  height: 4px;
}
.main__filters .inner__filter_top .noUi-connect {
  background: var(--text-primary);
}
.main__filters .inner__filter_top .noUi-handle:after, .main__filters .inner__filter_top .noUi-handle:before {
  display: none;
}
.main__filters .inner__filter_top .noUi-horizontal .noUi-handle {
  width: 15px;
  height: 15px;
  right: -14px;
}
.main__filters .inner__filter_top .noUi-handle {
  border-radius: 100%;
  border: 2px solid var(--text-primary);
          box-shadow: none;
}
.main__filters .inner__filter_top .noUi-horizontal .noUi-handle-upper {
  right: 0;
}
.main__filters .inner__filter_top .noUi-touch-area::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%224.5%22%20r%3D%224.5%22%20fill%3D%22%232C2D2E%22%20%2F%3E%3C%2Fsvg%3E");
  width: 9px;
  height: 9px;
  position: absolute;
  left: 1px;
  bottom: 7px;
}
@media (max-width: 480px) {
  .main__filters .inner__filter_top .noUi-touch-area::after {
    bottom: 8px;
    height: 8px;
  }
}
@media not all and (min-resolution: 0.001dpcm) {
  .main__filters .inner__filter_top {
    /* Эти стили применяются только в Safari */
  }
  .main__filters .inner__filter_top .noUi-touch-area::after {
    content: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%229%22%20viewBox%3D%220%200%209%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20cx%3D%224.5%22%20cy%3D%224.5%22%20r%3D%224.5%22%20fill%3D%22%232C2D2E%22%20%2F%3E%3C%2Fsvg%3E");
    width: 9px;
    height: 9px;
    position: absolute;
    left: 1px;
    bottom: 6px;
  }
  @media (max-width: 480px) {
    .main__filters .inner__filter_top .noUi-touch-area::after {
      bottom: 8px;
      height: 8px;
    }
  }
}
.main__filters .inner__filter_top input::-webkit-outer-spin-button,
.main__filters .inner__filter_top input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.main__filters .inner__filter_top input[type=number] {
  -moz-appearance: textfield;
}
.main__filters .inner__filter_body {
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .main__filters .inner__filter_body {
    padding-bottom: 25px;
  }
}
.main__filters .inner__filter_body .inner__body-title {
  margin-bottom: 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 114%;
  text-transform: uppercase;
  color: var(--text-primary);
}
.main__filters .inner__filter_body .inner__body-more {
  margin-top: 15px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 157%;
  text-decoration: underline;
          text-decoration-skip-ink: none;
  color: var(--text-primary);
}
.main__filters .inner__filter_body .custom-checkbox-wrapper {
  display: flex;
  margin-bottom: 14px;
}
.main__filters .inner__filter_body .inner__filter-category, .main__filters .inner__filter_body .inner__filter-color, .main__filters .inner__filter_body .inner__filter-material {
  margin-bottom: 30px;
}
.main__cat {
  display: flex;
  justify-content: center;
  gap: 3px;
  flex: 1;
  order: 2;
}
@media (max-width: 768px) {
  .main__top .main__cat {
    margin-left: 0;
    order: 1;
    flex: 0 0 100%;
    justify-content: center;
  }
}
.main__cat-text {
  font-weight: 400;
  font-size: 36px;
  line-height: 102%;
  text-align: center;
  color: var(--text-primary);
  margin-bottom: 28px;
}
@media (max-width: 768px) {
  .main__cat-text {
    font-size: 30px;
  }
}
@media (max-width: 668px) {
  .main__cat-text {
    font-size: 28px;
    
  }
}
.main__cat .main__cat-suptext {
  color: var(--text-secondary);
  font-size: 12px;
  vertical-align: top;
}
.main__sorting {
  display: flex;
  align-items: center;
  order: 1;
}
@media (max-width: 768px) {
  .main__sorting {
    width: 300px;
    height: 50px;
    flex: 1;
  }
}

.main__sorting .filter-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 187%;
  color: #9fa2a9;
}
.main__sorting .choices {
  padding-right: 5px;
}
@media (max-width: 768px) {
  .main__sorting .filter-text {
    font-size: 14px;
  }
}
.main__sorting .choices__inner {
  font-weight: 500;
  font-size: 16px;
  line-height: 187%;
  color: #384254;
  outline: none;
  border: none;
  background: none;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .main__sorting .choices__inner {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .main__sorting .choices__inner {
    padding: 7.5px 2.5px 3.75px;
    font-size: 13px;
  }
}
.main__sorting .choices__list--single {
  padding-right: 20px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .main__sorting .choices__list--single {
    font-size: 14px;
  }
}
.main__sorting .is-open .choices__inner {
  font-weight: 500;
  font-size: 16px;
  line-height: 187%;
  color: #384254;
  outline: none;
  border: none;
  background: none;
}
.main__sorting .is-open .choices__list--dropdown {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.1);
  background: var(--brand-primary-white);
  border: 1px solid var(--bergenson-primary-gray);
  border-radius: 5px;
  width: 194px;
  right: 8px;
}
.main__sorting .choices__list--dropdown .choices__list,
.main__sorting .choices__list[aria-expanded] .choices__list {
  width: 100%;
}
.main__sorting .choices__list--dropdown,
.main__sorting .choices__list[aria-expanded] {
  display: block;
  visibility: hidden;
}
.main__sorting .is-active.choices__list--dropdown,
.main__sorting .is-active.choices__list[aria-expanded] {
  display: block;
  visibility: visible;
}
.main__sorting .choices__list--dropdown .choices__item,
.main__sorting .choices__list[aria-expanded] .choices__item {
  font-size: 14px;
  
}

.main__content {
  margin-bottom: 90px;
}
.main__content .product__card_images {
  overflow-x: scroll;
  scrollbar-width: none;
  display: flex;
  gap: 10px;
  width: 100%;
}
.main__content .product__card {
  overflow-x: scroll;
  scrollbar-width: none;
}
@media (max-width: 576px) {
  .main__content {
    margin-bottom: 50px;
  }
}

.main__more {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  cursor: pointer;
}
@media (max-width: 576px) {
  .main__more {
    margin-bottom: 25px;
  }
}
.main__more .main__more-wrapper {
  background: var(--bergenson-primary-beige);
  border-radius: 68px;
  padding: 56px 47px;
  width: 136px;
  height: 136px;
  border: none;
  cursor: pointer;
}
@media (max-width: 576px) {
  .main__more .main__more-wrapper {
    width: 92px;
    height: 92px;
    padding: 34px 24px;
  }
}
.main__more .main__more-wrapper .main__more-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 102%;
  text-transform: uppercase;
  color: var(--brand-primary-white);
}

.single__product-top {
  --swiper-pagination-bottom: 15px;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-size: 24px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: -4px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  font-family: var(--font-primary-bold);
}
@media (max-width: 992px) {
  .single__product-top {
    grid-template-columns: 1fr;
  }
}
.single__product-top .single__product-main {
  width: 100%;
  max-height: 700px;
  border-radius: 12px;
}
.single__product-top .single__product-main .image-wrap {
  height: 100%;
}
.single__product-top .single__product-main .single__product-pic {
  width: 80%;
  height: 80%;
  object-fit: contain;
  position: relative;
}
@media (max-width: 480px) {
  .single__product-top .single__product-main .single__product-pic {
    aspect-ratio: 1;
  }
}
@media (max-width: 576px) {
  .single__product-top .single__product-main .single__product-pic {
    position: relative;
    top: -30px;
    margin-top: 30px;
    border-radius: 12px;
  }
  .single__product-top .single__product-main {
    padding-bottom: 40px;
  }
}
.single__product-top .single__product-main .swiper-button-next:after, .single__product-top .single__product-main .swiper-rtl .swiper-button-prev:after {
  content: unset;
}
.single__product-top .single__product-main .swiper-button-prev:after, .single__product-top .single__product-main .swiper-rtl .swiper-button-next:after {
  content: unset;
}
.single__product-top .single__product-main .swiper-button-next, .single__product-top .single__product-main .swiper-rtl .swiper-button-prev {
  right: 30px;
}
@media (max-width: 668px) {
  .single__product-top .single__product-main .swiper-button-next, .single__product-top .single__product-main .swiper-rtl .swiper-button-prev {
    display: none;
  }
}
.single__product-top .single__product-main .swiper-button-prev, .single__product-top .single__product-main .swiper-rtl .swiper-button-prev {
  left: 30px;
}
@media (max-width: 668px) {
  .single__product-top .single__product-main .swiper-button-prev, .single__product-top .single__product-main .swiper-rtl .swiper-button-prev {
    display: none;
  }
}
.single__product-top .single__product-main .swiper-pagination-bullet {
  padding: 10px;
  opacity: unset;
  background: none;
  
}
.single__product-top .single__product-main .swiper-pagination-bullet::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #384254;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.single__product-top .single__product-main .swiper-pagination-bullet-active::before {
  transform: scale(3);
}

.single__product-top .single__product-descr {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.single__product-top .single__product-descr .product-wrap {
  max-width: 800px;
}
.single__product-top .single__product-line {
  background: #d9d9d9;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
  border: none;
}
.single__product-top .single__product-title {
  color: #384254;
  font-weight: 500;
  font-size: clamp(20px, 2.5vw, 32px);
  line-height: 125%;
  margin-top: 20px;
  margin-bottom: 40px;
}
.single__product-top .single__product-title .pretitle {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 1178px) {
  .single__product-top .single__product-title {
    margin-top: 0;
  }
}
@media (max-width: 992px) {
  .single__product-top .single__product-title {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.single__product-price {
  font-size: 24px;
}
.single__product-top .single__product-thumbnails {
  margin: 0;
}
.single__product-top .single__product-thumb {
  width: 80px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: all .3s;
  overflow: hidden;
}
.single__product-top .single__product-thumb:not(.swiper-slide-thumb-active):hover .image-wrap {
  background-color: #eee;
}
.single__product-top .single__product-thumb .image-wrap {
  height: 100%;
}
.single__product-top .single__product-thumb img {
  width: 80%;
  mix-blend-mode: multiply;
}
.single__product-top .swiper-slide-thumb-active {
  border: 1px solid var(--bergenson-primary-beige);
}
.single__product-top .single__product-name {
  font-weight: 400;
  font-size: 17px;
  display: block;
  margin: 8px 0;
  line-height: 2;
  color: var(--bergenson-text-black);
}
.single__product-top .single__product-options {
  display: flex;
  margin-bottom: 24px;
  justify-content: space-between;
  align-items: center;
      flex-wrap: wrap;
}
.single__product-top .single__product-options .single__product-stepper {
  border-radius: 8px;
  max-width: 202px;
  display: flex;
  padding: 7px 12px;
  align-items: center;
     -moz-user-select: none;
  user-select: none;
  overflow: visible;
}
.single__product-top .single__product-options .single__product-stepper .btn__default {
  background-color: transparent;
  color: #d9d9d9;
  border: none;
  font-size: 18px;
  display: block;
  cursor: pointer;
}
.single__product-top .single__product-options .single__product-stepper .btn__default svg {
  vertical-align: middle;
}
.single__product-top .single__product-options .single__product-stepper .btn__default:hover {
  color: var(--bergenson-text-black);
}
.single__product-top .single__product-options .single__product-stepper .stepper-input {
  font-family: var(--font-primary) !important;
  color: #000 !important;
  outline: none;
  border: none;
  background-color: #fff !important;
  width: 50px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  min-height: 40px;
  padding: 8px;
  flex-grow: 1;
  box-sizing: border-box;
  -moz-appearance: none;
       appearance: none;
}
.single__product-top .single__product-options .single__product-stepper .stepper-input:focus {
  color: #000 !important;
  outline: none !important; /* Убираем стандартное выделение */
}
.single__product-top .single__product-options .single__product-stepper .stepper-input::placeholder {
  color: #000 !important; /* Цвет плейсхолдера */
}
.single__product-top .single__product-addtocart {
  background: #7e6355;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: var(--brand-primary-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  width: 100%;
  max-width: 300px;
}
.single__product-top .single__product-addtocart:hover {
  background: #907669;
}

.single__product-bottom {
  max-width: 1200px;
  display: flex;
  flex-direction: column;
}
.single__product-bottom .single__product-tab .single__product-header {
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
}
.single__product-bottom .single__product-tab .single__product-header.active img {
  transform: rotate(180deg);
  transition: transform 0.4s ease-in-out;
}
.single__product-bottom .single__product-tab .single__product-header img {
  transition: transform 0.4s ease-in-out;
}
.single__product-bottom .single__product-tab .single__product-header .single__product-title {
  font-weight: 500;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 160%;
  color: #384254;
}
.single__product-bottom .single__product-tab .single__product-body {
  position: relative;
  top: 0;
  width: 100%;
  margin-bottom: 0;
}

.single__product-bottom .single__product-tab .single__product-body.open {
  margin-bottom: 44px;
}
.single__product-bottom .single__product-tab .single__product-body .single__description-text {
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.5;
  color: var(--bergenson-text-black);
}
.single__product-bottom .single__product-tab .single__product-body .product-characteristics__term,
.single__product-bottom .single__product-tab .single__product-body .product-materials__term {
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.5;
  color: #909090;
}
.single__product-bottom .single__product-tab .single__product-body .product-characteristics__value,
.single__product-bottom .single__product-tab .single__product-body .product-materials__value {
  font-weight: 400;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 1.5;
  color: var(--bergenson-text-black);
}
.single__product-bottom .single__product-tab .single__product-body .product-characteristics__value svg, .single__product-bottom .single__product-tab .single__product-body .product-materials__value svg {
  vertical-align: sub;
}
.single__product-bottom .single__product-tab:not(:last-child) {
  border-bottom: 1px solid #d9d9d9;
}
.single__product-bottom .single__materials-body, .single__product-bottom .single__characteristics-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
     -moz-column-gap: 80px;
          column-gap: 80px;
}
@media (max-width: 576px) {
  .single__product-bottom .single__materials-body, .single__product-bottom .single__characteristics-body {
    grid-template-columns: 1fr;
    row-gap: 12px;
  }
  .single__product-top .single__product-name,
  .single__product-top .single__product-name + hr {
    display: none;
  }
  .single__product-options {
    margin-top: 20px;
  }
}
.single__product-bottom .product-characteristics__column, .single__product-bottom .product-materials__column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 453px;
}
.single__product-bottom .product-characteristics__item, .single__product-bottom .product-materials__item {
  display: flex;
  justify-content: space-between;
  max-width: 453px;
}
.single__product-bottom .product-characteristics__term, .single__product-bottom .product-materials__term {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
}
.single__product-bottom .product-characteristics__term:after, .single__product-bottom .product-materials__term:after {
  content: "________________________________________________________________________";
  position: absolute;
  color: #d9d9d9;
}
.single__product-bottom .product-characteristics__value, .single__product-bottom .product-materials__value {
  margin: 0;
  width: 25%;
}
@media (max-width: 576px) {
  .single__product-bottom .product-characteristics__value, .single__product-bottom .product-materials__value {
    width: 30%;
  }
}

.review {
  margin-top: 40px;
}
.review .review__inner .review__top {
  display: grid;
  grid-template-columns: 1.5fr 1.5fr 1fr;
  grid-template-rows: auto;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 30px;
}
@media (max-width: 668px) {
  .review .review__inner .review__top {
    grid-template-columns: 1fr 1fr;
       -moz-column-gap: 4px;column-gap: 4px;
    row-gap: 20px;
  }
}
.review .review__inner .review__top .review__top-text {
  grid-column: 2/4;
  max-width: 690px;
  justify-self: flex-end;
  font-weight: 400;
  font-size: clamp(16px, 3vw, 30px);
  line-height: 120%;
  color: #384254;
}
@media (max-width: 668px) {
  .review .review__inner .review__top .review__top-text {
    grid-column: 1/4;
    max-width: 237px;
  }
}
.review .review__inner .review__top .review__top-img {
  max-width: 100%;
  height: auto;
}
.review .review__inner .review__middle {
  margin-top: 160px;
  margin-bottom: 85px;
}
@media (max-width: 668px) {
  .review .review__inner .review__middle {
    margin-top: 65px;
    margin-bottom: 12px;
  }
}
.review .review__inner .review__middle img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 576px) {
  .review .review__inner .review__middle img {
    border-radius: 12px;
  }
}
.review .review__inner .review__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
     -moz-column-gap: 135px;
          column-gap: 135px;
  row-gap: 85px;
}
@media (max-width: 668px) {
  .review .review__inner .review__bottom {
    grid-template-columns: 1fr;
    row-gap: 12px;
    margin-bottom: 0;
  }
}
.review .review__inner .review__bottom img {
  max-width: 100%;
  height: auto;
}
.review .review__inner .review__bottom .fix_block {
  aspect-ratio: 16/25.5;
}
@media (max-width: 668px) {
  .review .review__inner .review__bottom .fix_block {
    grid-row: 1/2;
    aspect-ratio: unset;
  }
}
.review .review__inner .review__bottom .review__bottom-block {
  display: flex;
  flex-direction: column;
  gap: 90px;
}
@media (max-width: 668px) {
  .review .review__inner .review__bottom .review__bottom-block {
    gap: 20px;
  }
}
.review .review__inner .review__bottom .review__bottom-block .review__bottom-title {
  font-weight: 500;
  font-size: clamp(20px, 3vw, 26px);
  line-height: 123%;
  color: #384254;
}
.review .review__inner .review__bottom .review__bottom-block .review__bottom-text {
  order: 1;
  font-weight: 500;
  font-size: clamp(16px, 3vw, 18px);
  line-height: 145%;
  color: #384254;
}
@media (max-width: 668px) {
  .review .review__inner .review__bottom .review__bottom-block .review__bottom-text {
    order: 2;
  }
}
.review .review__inner .review__bottom .review__bottom-block .review__bottom-text1 {
  max-width: 572px;
}
@media (max-width: 668px) {
  .review .review__inner .review__bottom .review__bottom-block .review__bottom-text1 {
    max-width: 237px;
  }
}
.review .review__inner .review__bottom .review__bottom-block .review__bottom-text2 {
  max-width: 335px;
  margin-top: auto;
}
@media (max-width: 668px) {
  .review .review__inner .review__bottom .review__bottom-block .review__bottom-text2 {
    max-width: 237px;
  }
}
.review .review__inner .review__bottom .review__bottom-block img {
  order: 2;
}
@media (max-width: 668px) {
  .review .review__inner .review__bottom .review__bottom-block img {
    order: 1;
  }
}
.review .review__inner .review__bottom .review__bottom-block2 {
  align-items: flex-end;
}
.review .review__inner .review__bottom .review__bottom-block2 .review__bottom-title {
  max-width: 276px;
  margin-right: 70px;
}
@media (max-width: 668px) {
  .review .review__inner .review__bottom .review__bottom-block2 .review__bottom-title {
    margin-right: 0;
  }
}

.advantages {
  margin-bottom: 25px;
}
.advantages__inner {
  background: #f5f5f5;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 0.6fr 2fr;
  grid-template-rows: auto;
  justify-content: center;
  margin-top: 40px;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 85px;
  gap: 123px;
}
@media (max-width: 1178px) {
  .advantages__inner {
    gap: 90px;
  }
}
@media (max-width: 992px) {
  .advantages__inner {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .advantages__inner {
    padding-top: 17px;
    padding-bottom: 20px;
    gap: 0;
  }
}
@media (max-width: 576px) {
  .advantages__inner {
    gap: 25px;
  }
}
@media (max-width: 480px) {
  .advantages__inner {
    gap: 15px;
  }
}
.advantages__inner img {
  mix-blend-mode: darken;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .advantages__inner .advantages__images img {
    max-width: 120px;
  }
}
@media (max-width: 576px) {
  .advantages__inner .advantages__images img {
    max-width: 85px;
  }
}
@media (max-width: 480px) {
  .advantages__inner .advantages__images img {
    max-width: 65px;
  }
}
.advantages__inner .advantages__refs {
  display: grid;
  grid-template-columns: 1fr 2fr;
  align-items: center;
  position: relative;
}
@media (max-width: 668px) {
  .advantages__inner .advantages__refs {
    align-items: unset;
  }
}
@media (max-width: 768px) {
  .advantages__inner .advantages__refs-pics {
    max-width: 318px;
    max-height: 100%;
  }
}
@media (max-width: 668px) {
  .advantages__inner .advantages__refs-pics {
    max-width: 230px;
  }
}
@media (max-width: 576px) {
  .advantages__inner .advantages__refs-pics {
    max-width: 170px;
  }
}
@media (max-width: 480px) {
  .advantages__inner .advantages__refs-pics {
    max-width: 142px;
  }
}
.advantages__inner .advantages__refs-block {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 1178px) {
  .advantages__inner .advantages__refs-block {
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .advantages__inner .advantages__refs-block {
    gap: 0px;
  }
}
@media (max-width: 668px) {
  .advantages__inner .advantages__refs-block {
        align-self: flex-end;
  }
}
.advantages__inner .advantages__refs-block .advantages__refs-item {
  z-index: 2;
  max-width: 310px;
  margin-left: 50px;
}
@media (max-width: 1178px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item {
    max-width: 250px;
  }
}
@media (max-width: 992px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item {
    width: 190px;
  }
}
@media (max-width: 768px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item {
    width: 175px;
  }
}
@media (max-width: 668px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item {
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item {
    max-width: 120px;
  }
}
.advantages__inner .advantages__refs-block .advantages__refs-item::before {
  content: "";
  display: block;
  width: clamp(142px, 29vw, 1140px);
  height: 1px;
  background-color: #d9d9d9;
}
@media (max-width: 768px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item::before {
    width: clamp(142px, 35vw, 1140px);
  }
}
@media (max-width: 576px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item::before {
    width: clamp(142px, 40vw, 1140px);
  }
}
@media (max-width: 480px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item::before {
    width: clamp(142px, 36vw, 1140px);
  }
}
.advantages__inner .advantages__refs-block .advantages__refs-item .advantages__refs-title {
  font-family: var(--font-primary-bold);
  font-weight: 500;
  font-size: clamp(14px, 3vw, 18px);
  line-height: 144%;
  color: #384254;
  margin-bottom: 8px;
  margin-top: 16px;
}
@media (max-width: 992px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item .advantages__refs-title {
    font-size: clamp(14px, 1vw, 18px);
  }
}
@media (max-width: 768px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item .advantages__refs-title {
    padding-top: 4px;
    padding-bottom: 2px;
    margin-bottom: 0;
    margin-top: 0;
    font-size: clamp(12px, 1vw, 18px);
  }
}
@media (max-width: 576px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item .advantages__refs-title {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item .advantages__refs-title {
    font-size: 8px;
  }
}
.advantages__inner .advantages__refs-block .advantages__refs-item .advantages__refs-text {
  font-weight: 400;
  font-size: clamp(14px, 3vw, 18px);
  line-height: 144%;
  color: #384254;
}
@media (max-width: 992px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item .advantages__refs-text {
    font-size: clamp(14px, 1vw, 18px);
  }
}
@media (max-width: 768px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item .advantages__refs-text {
    font-size: clamp(12px, 1vw, 18px);
    margin-bottom: 16px;
  }
}
@media (max-width: 576px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item .advantages__refs-text {
    margin-bottom: 8px;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .advantages__inner .advantages__refs-block .advantages__refs-item .advantages__refs-text {
    font-size: 8px;
  }
}

.other {
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .other {
    margin-bottom: 10px;
  }
}
.other__inner img {
  max-width: 100%;
  height: auto;
}
.other__inner .other__title {
  font-weight: 500;
  font-size: clamp(16px, 3vw, 26px);
  line-height: 123%;
  text-align: center;
  color: #384254;
  max-width: 978px;
  margin: 80px auto 70px auto;
}
@media (max-width: 576px) {
  .other__inner .other__title {
    margin: 55px auto 55px auto;
  }
}
.other__inner .other__lists {
  background: var(--bergenson-primary-beige);
  border-radius: 20px;
  padding: 60px;
  display: flex;
  gap: 20px;
}
@media (max-width: 992px) {
  .other__inner .other__lists {
    padding: 40px;
  }
}
@media (max-width: 668px) {
  .other__inner .other__lists {
    flex-direction: column;
  }
}
@media (max-width: 576px) {
  .other__inner .other__lists {
    padding: 16px 16px 50px 16px;
    gap: 50px;
  }
}
.other__inner .other__lists-item {
  display: flex;
  flex-direction: column;
}
.other__inner .other__lists-item a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: clamp(16px, 3vw, 30px);
  line-height: 120%;
  color: var(--brand-primary-white);
  margin-top: 20px;
}
@media (max-width: 668px) {
  .other__inner .other__lists-item a {
    margin-top: 8px;
  }
}
.single__product-thumbnails .swiper-wrapper {
  gap: 8px;
}

.cart {
  flex-grow: 1;
  background: #fcfcfc;
  padding-top: 15px;
}
.cart__inner {
  display: grid;
  grid-template-columns: 3fr 1fr;
     -moz-column-gap: 52px;
          column-gap: 52px;
  margin-top: 30px;
  overflow: scroll;
  scrollbar-width: none;
}
@media (max-width: 1178px) {
  .cart__inner {
       -moz-column-gap: 20px;column-gap: 20px;
  }
}
@media (max-width: 992px) {
  .cart__inner {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
.cart .cart__main {
  display: flex;
  flex-direction: column;
}
.cart .cart__main-title {
  font-weight: 400;
  font-size: 24px;
  line-height: 132%;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.cart .cart__main-item {
  display: flex;
  gap: 24px;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 1178px) {
  .cart .cart__main-item {
    gap: 14px;
  }
}
@media (max-width: 480px) {
  .cart .cart__main-item {
    gap: 20px;
  }
}
.cart .cart__main-item img {
  max-width: 120px;
  mix-blend-mode: darken;
}
@media (max-width: 480px) {
  .cart .cart__main-item img {
    max-width: 96px;
  }
}
.cart .cart__main-item .cart__main-wrapper {
  padding-top: 28px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 576px) {
  .cart .cart__main-item .cart__main-wrapper {
    padding-top: 0;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, 1fr);
    grid-auto-columns: 1fr;
  }
}
.cart .cart__main-item .cart__main-wrapper .cart__main-text {
  font-weight: 400;
  font-size: clamp(14px, 1vw, 20px);
  line-height: 112%;

  color: #2c2d2e;
}
@media (max-width: 576px) {
  .cart .cart__main-item .cart__main-wrapper .cart__main-text {
    grid-column: span 2;
  }
}
.cart .cart__main-item .cart__main-wrapper .cart__main-remove {
  grid-row: 2/2;
  grid-column: span 3;
  display: flex;
  gap: 4px;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #41352f;
  cursor: pointer;
}
@media (max-width: 576px) {
  .cart .cart__main-item .cart__main-wrapper .cart__main-remove {
    grid-template-columns: 1fr;
    grid-row: 3/4;
    grid-column: 1/2;
    margin-bottom: 0;
  }
}
.cart .cart__main-item .cart__main-wrapper .cart__main-remove svg {
  margin-bottom: 2px;
}
.cart .cart__main-item .cart__main-wrapper .cart__main-options {
      justify-self: center;
}
@media (max-width: 992px) {
  .cart .cart__main-item .cart__main-wrapper .cart__main-options {
    justify-self: flex-end;
  }
}
@media (max-width: 576px) {
  .cart .cart__main-item .cart__main-wrapper .cart__main-options {
    justify-self: flex-end;
    grid-row: 3/4;
        align-self: center;
  }
}
@media (max-width: 480px) {
  .cart .cart__main-item .cart__main-wrapper .cart__main-options {
        justify-self: center;
  }
}
.cart .cart__main-item .cart__main-wrapper .cart__main-options .cart__main-stepper {
  display: flex;
  gap: 16px;
  align-items: center;
}
@media (max-width: 576px) {
  .cart .cart__main-item .cart__main-wrapper .cart__main-options .cart__main-stepper {
    gap: 4px;
  }
}
.cart .cart__main-item .cart__main-wrapper .cart__main-options .cart__main-stepper .btn__default {
  cursor: pointer;
  outline: none;
  background: none;
  border: none;
}
.cart .cart__main-item .cart__main-wrapper .cart__main-options .cart__main-stepper .btn__default svg {
  vertical-align: middle;
  margin-top: 2px;
}
.cart .cart__main-item .cart__main-wrapper .cart__main-options .cart__main-stepper .stepper-input {
  font-family: var(--font-primary) !important;
  outline: none;
  background-color: #fcfcfc !important;
  border: none;
  width: 20px;
  font-weight: 400;
  font-size: clamp(14px, 1vw, 24px);
  line-height: 120%;
  margin-top: 3px;
  text-align: center;
  -moz-appearance: none;
       appearance: none;
  color: #000;
  -webkit-appearance: none;
}
@media (max-width: 576px) {
  .cart .cart__main-item .cart__main-wrapper .cart__main-options .cart__main-stepper .stepper-input {
    width: 22px;
  }
}
.cart .cart__main-item .cart__main-wrapper .cart__main-options .cart__main-stepper .stepper-input:focus {
  color: #000 !important;
  outline: none !important; /* Убираем стандартное выделение */
}
.cart .cart__main-item .cart__main-wrapper .cart__main-options .cart__main-stepper .stepper-input::-webkit-input-placeholder {
  color: #000 !important; /* Цвет плейсхолдера */
}
.cart .cart__main-item .cart__main-wrapper .cart__main-options .cart__main-stepper .stepper-input::-moz-placeholder {
  color: #000 !important; /* Цвет плейсхолдера */
}
.cart .cart__main-item .cart__main-wrapper .cart__main-options .cart__main-stepper .stepper-input:-ms-input-placeholder {
  color: #000 !important; /* Цвет плейсхолдера */
}
.cart .cart__main-item .cart__main-wrapper .cart__main-options .cart__main-stepper .stepper-input::-ms-input-placeholder {
  color: #000 !important; /* Цвет плейсхолдера */
}
.cart .cart__main-item .cart__main-wrapper .cart__main-options .cart__main-stepper .stepper-input::placeholder {
  color: #000 !important; /* Цвет плейсхолдера */
}
.cart .cart__main-item .cart__main-wrapper .cart__main-price {
      justify-self: center;
  color: #181f2b;
  font-weight: 500;
  font-size: clamp(14px, 1vw, 22px);
  line-height: 120%;
}
@media (max-width: 992px) {
  .cart .cart__main-item .cart__main-wrapper .cart__main-price {
    justify-self: flex-end;
  }
}
@media (max-width: 576px) {
  .cart .cart__main-item .cart__main-wrapper .cart__main-price {
    justify-self: flex-start;
    grid-row: 2/3;
        align-self: center;
    grid-column: span 2;
  }
}
.cart .cart__main-item .cart__main-wrapper .cart__main-price .price__line {
  color: #99a2ad;
}
.cart .cart__main-item:not(:last-child) {
  border-bottom: 1.5px solid #efefef;
}
@media (max-width: 992px) {
  .cart .cart__main-item:last-child {
    border-bottom: 1.5px solid #efefef;
  }
}

.wrapper__right {
  position: sticky;
  top: 20px;
  padding: 10px 32px;
}
@media (max-width: 576px) {
  .wrapper__right {
    padding: 0;
  }
}
.wrapper__right-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
@media (max-width: 480px) {
  .wrapper__right-top {
    display: none;
  }
}
.wrapper__right-top .wrapper__right-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 102%;
  color: #41352f;
}
.wrapper__right-body {
  display: flex;
  flex-direction: column;
}
.wrapper__right-body .wrapper__right-row {
  order: 1;
}
@media (max-width: 576px) {
  .wrapper__right-body .wrapper__right-row {
    order: 2;
  }
}
.wrapper__right-body .wrapper__right-item {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  color: #41352f;
}
.wrapper__right-body .wrapper__right-item-fx {
  margin-top: 19px;
  font-weight: 600;
  font-size: 18px;
  line-height: 102%;
  color: #41352f;
}
@media (max-width: 576px) {
  .wrapper__right-body .wrapper__right-item-fx {
    margin-bottom: 40px;
  }
}
.wrapper__right-body .wrapper__right-coupon {
  margin-top: 16px;
  margin-bottom: 16px;
  order: 2;
}
@media (max-width: 576px) {
  .wrapper__right-body .wrapper__right-coupon {
    order: 1;
  }
}
.wrapper__right-body .wrapper__right-coupon .wrapper__right-head.active img {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.wrapper__right-body .wrapper__right-coupon .wrapper__right-field {
  opacity: 0;
  visibility: hidden;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
.wrapper__right-body .wrapper__right-coupon .wrapper__right-field.active {
  opacity: 1;
  visibility: visible;
  grid-template-rows: 1fr;
  transition: all 0.3s ease-in;
}
.wrapper__right-body .wrapper__right-coupon .wrapper__right-promo {
  min-height: 0;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 12px;
}
.wrapper__right-body  #promo,
.wrapper__right-body  #promo-1,
.wrapper__right-body  #promo-2 {
  border-radius: 12px;
  padding: 15px 16px;
  border: 1px solid #a9a9a9;
  outline: none;
}
@media (max-width: 576px) {
  .wrapper__right-body #promo,
  .wrapper__right-body #promo-1,
  .wrapper__right-body #promo-2 {
    width: 100%;
  }
}
.wrapper__right-body .wrapper__right-coupon .wrapper__right-field .wrapper__right-btn {
  padding: 16px 27px;
  max-width: 140px;
}
.wrapper__right-body .wrapper__field-btn {
  border-radius: 8px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  background-color: #7e6355;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
}
.wrapper__right-body .wrapper_field-ct {
  padding: 20px 56px;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  order: 3;
  width: 100%;
}
@media (max-width: 992px) {
  .wrapper__right-body .wrapper_field-ct {
    width: 100%;
  }
}
.wrapper__right .wrapper__right-questions .wrapper__right-question {
  border-bottom: 1.5px solid #efefef;
  padding-bottom: 16px;
  padding-top: 16px;
}
.wrapper__right .wrapper__right-questions .wrapper__right-question .wrapper__right-header.active img {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}
.wrapper__right .wrapper__right-questions .wrapper__right-question .wrapper__right-subtext {
  padding-right: 14px;
  padding-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 102%;
  color: #41352f;
}
.wrapper__right .wrapper__right-questions .wrapper__right-question .wrapper__right-content {
  display: none;
}
.wrapper__right .wrapper__right-questions .wrapper__right-question .wrapper__right-content.active {
  display: block;
  transition: all 0.3s ease-in-out;
}
.wrapper__right .wrapper__tab {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
}
.wrapper__right .wrapper__tab .wrapper__tab-title {
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  color: #41352f;
}

.wrapper__right-container {
  background: #fff;
  height: 100%;
}

.wrapper__container-isempty {
  background: none !important;
}

.main {
  flex-grow: 1;
  margin-bottom: 70px;
}
.main .main__сontacts {
}
.main .main__сontacts-img {
  max-width: 100%;
  width: 100%; /* Добавлено для обеспечения ширины */
  margin-top: 35px;
  margin-bottom: 40px;
     object-fit: cover; /* Оставляем object-fit для правильного обрезания */
}
@media (min-width: 2830px) {
  .main .main__сontacts-img {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .main .main__сontacts-img {
    margin: 20px 0;
    border-radius: 8px;
    aspect-ratio: 8/4; /* Устанавливаем aspect-ratio для правильных пропорций */
    height: auto; /* Убираем жесткую высоту, чтобы избежать растягивания */
  }
}
.main .main__сontacts-title {
  font-weight: 400;
  font-size: clamp(24px, 3vw, 36px);
  line-height: 132%;
  text-transform: uppercase;
  margin-bottom: 65px;
  color: #41352f;
}
@media (max-width: 480px) {
  .main .main__сontacts-title {
    margin-bottom: 40px;
  }
}
.main .main__blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  row-gap: 65px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
@media (max-width: 1178px) {
  .main .main__blocks {
       -moz-column-gap: 30px;column-gap: 30px;
  }
}
@media (max-width: 992px) {
  .main .main__blocks {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 668px) {
  .main .main__blocks {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .main .main__blocks {
    row-gap: 32px;
  }
}
.main .main__blocks-item {
  max-width: 400px;
}
.main .main__blocks-item .main__blocks-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #41352f;
  margin-bottom: 8px;
}
.main .main__blocks-item .main__blocks-text {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  color: #41352f;
}
.main .main__blocks-item .main__blocks-text a {
  color: #41352f;
}
.main .main__blocks-item .main__blocks-text a:link,
.main .main__blocks-item .main__blocks-text a:visited {
  color: #41352f;
  text-decoration: none;
}
.main .main__blocks-item .main__blocks-text a:hover,
.main .main__blocks-item .main__blocks-text a:focus-visible {
  color: #7e6355;
}

.main .main__blocks-item .main__blocks-text:focus {
  outline: none; /* Убираем контур, если он появляется при фокусе */
}

.error {
  flex-grow: 1;
  color: red;
}
.error__inner {
  height: 100%;
}
.error .error__top {
  margin: 105px 0 50px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
@media (min-width: 2400px) {
  .error .error__top {
    margin: 25px 0 50px 0;
  }
}
@media (max-width: 576px) {
  .error .error__top {
    margin: 48px 0 40px 0;
  }
}
.error .error__top-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  text-align: center;
  color: #41352f;
}
@media (max-width: 576px) {
  .error .error__top-title {
    font-size: 20px;
  }
}
.error .error__top-btn {
  border-radius: 8px;
  padding: 20px 56px;
  background-color: #7e6355;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #fff;
  max-width: 236px;
  width: 100%;
}
.error .error__bottom {
  overflow: hidden;
  max-height: 816px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media (min-width: 2830px) {
  .error .error__bottom {
    max-height: 100%;
  }
}
.error .error__bottom img {
  max-width: 100%;
}
.error .error__bottom-hip {
  width: 805px;
  margin-bottom: -255px;
}
@media (min-width: 2400px) {
  .error .error__bottom-hip {
    margin-bottom: -410px;
  }
}
@media (min-width: 2830px) {
  .error .error__bottom-hip {
    width: 35%;
  }
}
@media (max-width: 992px) {
  .error .error__bottom-hip {
    margin-bottom: -190px;
  }
}
@media (max-width: 668px) {
  .error .error__bottom-hip {
    width: 550px;
    margin-bottom: -140px;
  }
}
@media (max-width: 576px) {
  .error .error__bottom-hip {
    width: 480px;
    margin-bottom: -110px;
  }
}
@media (max-width: 480px) {
  .error .error__bottom-hip {
    margin-bottom: -80px;
  }
}
.error .error__bottom-foot {
  margin-top: 80px;
  width: 1060px;
  margin-bottom: -450px;
}
@media (min-width: 2830px) {
  .error .error__bottom-foot {
    width: 100%;
  }
}
@media (min-width: 2400px) {
  .error .error__bottom-foot {
    margin-bottom: -1925px;
  }
}
@media (max-width: 1178px) {
  .error .error__bottom-foot {
    margin-top: 105px;
  }
}
@media (max-width: 992px) {
  .error .error__bottom-foot {
    margin-top: 15px;
    margin-bottom: -250px;
  }
}
@media (max-width: 668px) {
  .error .error__bottom-foot {
    margin-bottom: -220px;
  }
}
@media (max-width: 576px) {
  .error .error__bottom-foot {
    margin-bottom: -180px;
  }
}
@media (max-width: 480px) {
  .error .error__bottom-foot {
    margin-bottom: -140px;
  }
}

.main__title {
  font-weight: 400;
  font-size: clamp(30px, 3vw, 36px);
  line-height: 132%;
  text-transform: uppercase;
  margin: 20px 0 40px 0;
}
@media (max-width: 480px) {
  .main__title {
    margin-bottom: 30px;
  }
}
.main .main__input {
  position: relative;
  margin-top: 20px;
  max-width: 908px;
  margin-bottom: 55px;
  /* Стили для select */
  /* Стили для статичного текста внутри select */
  /* Стили для выпадающего списка */
  /* Чтобы убрать стандартный текст "Выберите город..." */
}
.main .main__input-sub {
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 128%;
  color: #a9a9a9;
}
.main .main__input .choices__inner {
  width: 100%;
  font-size: 16px;
  border: 1px solid #41352f;
  background: #fff;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  border-radius: 12px;
  padding: 9px 14px;
}
.main .main__input .choices__input {
  background-color: transparent;
  margin-top: 8px;
}
.main .main__input .choices {
  margin-bottom: 18px;
}
.main .main__input .choices__list--single {
  margin-top: 12px;
}
.main .main__input .choices__list--dropdown {
  border-radius: 12px;
  margin-top: 0;
}
.main.main-checkout .main__input .choices__list {
  margin-top: 0;
}
.main .main__input .choices__item {
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  color: #41352f;
}
/*.main .main__input .choices__list--dropdown .choices__list, .main .main__input .choices__list[aria-expanded] .choices__list {
  border: 1px solid #41352f;
  border-radius: 11px;
}*/
.main .main__input .choices[data-type*=select-one]::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%226%22%20viewBox%3D%220%200%2010%206%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8.48275%200.50356C8.76174%200.22523%209.21334%200.225146%209.49243%200.503374C9.77255%200.782627%209.77269%201.23626%209.49274%201.51568L5.70644%205.29488C5.31607%205.68452%204.68393%205.68452%204.29356%205.29488L0.507261%201.51568C0.227313%201.23626%200.22745%200.782627%200.507567%200.503374C0.786656%200.225146%201.23826%200.22523%201.51725%200.50356L5%203.97813L8.48275%200.50356Z%22%20fill%3D%22%2341352F%22%20%2F%3E%3C%2Fsvg%3E");
  height: 6px;
  width: 10px;
  position: absolute;
  right: 23px;
  top: 40%;
  margin-top: -2.5px;
  pointer-events: none;
  border-width: 0;
}
.main .main__input .choices__list--dropdown .choices__item, .main .main__input .choices__list[aria-expanded] .choices__item {
  font-size: 16px;
}

.main .main__input .choices__list--multiple .choices__item {
  border: none;
  background-color: transparent;
  padding: 8px 4px;
  border-radius: 0;
  margin-bottom: 0;
}
.main .main__input .custom-placeholder {
  position: absolute;
  top: 8px;
  left: 18px;
  color: #a9a9a9;
  font-size: clamp(12px, 2vw, 14px);
  pointer-events: none;
  z-index: 1;
  font-weight: 400;
  line-height: 120%;
}
.main .main__input select option[disabled] {
  display: none;
}
.main .main__delivery {
  display: flex;
  flex-direction: column;
  max-width: 930px;
  color: #41352f;
  gap: 55px;
  overflow: hidden;
}
.main .city-chosen-wrapper {
  overflow: hidden;
}
.main .main__delivery .main__delivery-title {
  font-weight: 500;
  font-size: clamp(21px, 3vw, 24px);
  line-height: 117%;
  margin-bottom: 25px;
}
.main .main__delivery-header {
  display: flex;
  margin-bottom: 22px;
  background: #efefef;
  border-radius: 10px;
  width: fit-content;
}
.main .main__delivery-header .delivery__description-header {
  border: 1px solid #efefef;
  max-width: 260px;
  text-align: center;
  font-weight: 500;
  font-size: clamp(12px, 3vw, 14px);
  line-height: 102%;
  border-radius: 10px;
  padding: 17px 16px;
  margin-top: 2px;
  cursor: pointer;
  min-width: 150px;
}
@media (max-width: 480px) {
  .main .main__delivery-header .delivery__description-header {
    padding: 24px 16px;
    width: min-content;
  }
}
.main .main__delivery-header .delivery__description-header.active {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  margin: 2px;
}
.main .main__delivery-header .delivery__description-header > span {
  white-space: nowrap;
}
.main .main__delivery-body .delivery__description-text {
  display: none;
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 128%;
}
.main .main__delivery-body .delivery__description-text.active {
  display: block;
}
.main .main__delivery-body .delivery__description-text .extra_link {
  color: #7e6355;
  cursor: pointer;
}
.main .main__delivery-body .delivery__description-text p {
  margin-bottom: 1em;
}
.city-chosen {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows .5s ease-in-out, margin-bottom .3s linear;
}
.city-chosen.is-opened {
  grid-template-rows: 1fr;
  margin-bottom: 1rem;
}
.main .main__bottom {
  max-width: 930px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main .main__accordion {
  display: flex;
  flex-direction: column;
  color: #41352f;
  border-bottom: 1px solid #efefef;
  padding: 12px 0;
}
.main .main__accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.main .main__accordion-header .accordion__header-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  font-size: clamp(18px, 3vw, 20px);
}
.main .main__accordion-header .accordion__header-btn {
  position: relative;
  border: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: transparent;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  box-sizing: border-box;
}
.accordion__header-btn::before,
.accordion__header-btn::after {
  content: '';
  display: inline-block;
  height: 2px;
  width: 16px;
  background-color: #41352f;
  border-radius: 2px;
  visibility: visible;
  opacity: 1;
  transition: all 0.1s linear;
}
.main .main__accordion-header .accordion__header-btn::after {
  bottom: 50%;
  position: absolute;
  transform: translateY(20%) rotate(-90deg);
  transform-origin: center;
}
.main .main__accordion-header.active .accordion__header-btn::after {
  visibility: hidden;
  opacity: 0;
  width: 0;
  transition: all 0.1s linear;
}
.main .main__accordion-body {
  opacity: 0;
  display: grid;
  overflow: hidden;
  grid-template-rows: 0fr;
  transition: all 0.4s ease-in-out;
}
.main .main__accordion-body.active {
  opacity: 1;
  padding-top: 12px;
  padding-bottom: 20px;
  grid-template-rows: 1fr;
}
.main .main__accordion-body-content {
  min-height: 0;
}
.main .main__accordion-body .main__accordion-text {
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 128%;
}
.main .main__accordion-body .main__accordion-text ol {
  list-style-type: decimal;
}
.main .main__accordion-body .main__accordion-text .extra-line-break {
  height: 30px;
  display: block;
}
.main .main__accordion-body .inner_link {
  font-weight: 400;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 128%;
  border: none;
  outline: none;
  background: none;
  color: #7e6355;
  margin: 0;
  padding: 0;
  display: inline;
  cursor: pointer;
}
.main .main__accordion-body .main__accordion-text-sd {
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 12px;
}
.main .main__accordion-body .main__accordion-list {
  margin-bottom: 12px;
  font-weight: 400;
  line-height: 128%;
  font-size: clamp(14px, 3vw, 16px);
}
.main .main__accordion-body .main__accordion-list span {
  font-weight: 600;
  line-height: 120%;
}
.main .main__accordion-body .main__accordion-numlist {
  margin: 0;
  padding-left: 21px;
  margin-bottom: 20px;
}
.main .main__accordion-body .main__accordion-dotlist {
  margin: 0;
  margin-bottom: 20px;
  margin-left: 5px;
}
.main .main__accordion-body .main__accordion-dotlist li {
  position: relative;
  padding-left: 18px;
}
.main .main__accordion-body .main__accordion-dotlist li::before {
  content: ""; /* Псевдо-элемент не имеет текста, только визуальный контент */
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  background-color: black;
  border-radius: 50%;
  transform: translateY(-50%);
}
.main .main__accordion .main__accordion-text-inner {
  margin-bottom: 18px;
}

.main__bottom .main__accordion-body ul {
}
.main__bottom .main__accordion-body li {
  color: inherit;
}
.main__bottom .main__accordion-body span {
  color: inherit;
}
.main__bottom .main__accordion-body a {
  color: #7e6355;
  text-decoration: none;
  transition: all .3s ease;
  border-bottom: 1px solid transparent;
}
.main__bottom .main__accordion-body a:hover,
.main__bottom .main__accordion-body a:focus-visible {
  border-color: currentColor;
}
.main .main__pics {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 2fr;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 992px) {
  .main .main__pics {
       -moz-column-gap: 10px;column-gap: 10px;
  }
}
@media (max-width: 480px) {
  .main .main__pics {
       -moz-column-gap: 6px;column-gap: 6px;
  }
}
.main .main__pics img {
  width: 100%;
  height: auto;
     object-fit: cover;
  max-height: 437px;
  border-radius: 17px;
}
@media (max-width: 668px) {
  .main .main__pics img {
    border-radius: 12px;
    aspect-ratio: 8/5;
  }
}
.main .main__pics img:first-child {
  height: 100%;
}
.main .main__dummy {
  margin-bottom: 95px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 2fr;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media (max-width: 992px) {
  .main .main__dummy {
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .main .main__dummy {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}
@media (max-width: 668px) {
  .main .main__dummy {
    grid-template-columns: 1fr;
    row-gap: 30px;
    margin-bottom: 0px;
    margin-top: 30px;
  }
}
.main .main__dummy-title {
  font-weight: 400;
  font-size: clamp(53px, 7vw, 98px);
  line-height: 100%;
  color: #41352f;
}
.main .main__dummy-textblock .extra-line-break {
  margin-bottom: 30px;
  display: block;
}
@media (max-width: 480px) {
  .main .main__dummy-textblock .extra-line-break {
    margin-bottom: 20px;
  }
}
.main .main__dummy-textblock .main__dummy-suptext {
  font-weight: 400;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 112%;
  color: #41352f;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .main .main__dummy-textblock .main__dummy-suptext {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .main .main__dummy-textblock .main__dummy-suptext {
    margin-bottom: 30px;
  }
}
.main .main__dummy-textblock .main__dummy-suptext img {
  width: 37px;
  height: 37px;
  vertical-align: middle;
  mix-blend-mode: darken;
  margin-top: -2px;
}
@media (max-width: 480px) {
  .main .main__dummy-textblock .main__dummy-suptext img {
    width: 32px;
    height: 32px;
  }
}
.main .main__dummy-textblock .main__dummy-subtext {
  font-weight: 400;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 112%;
  color: #41352f;
}

.main-checkout {
  padding-top: 15px;
  margin-bottom: 0;
  background: #fcfcfc;
}
.main-checkout .inner__checkout {
  position: relative;
  display: none;
}
.main-checkout .inner__checkout .main__input {
  margin-bottom: 30px;
  max-width: 930px;
}
.main-checkout .inner__checkout .main__input .custom-placeholder {
  top: 19px;
}
.main-checkout .inner__checkout .main__breadcrumb-mod {
  overflow-y: auto;
  scrollbar-width: none;
}
.main-checkout .inner__checkout .main__breadcrumb-mod li {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: clamp(14px, 2vw, 16px);
}
.main-checkout .inner__checkout .main__breadcrumb-mod a {
  font-weight: 500;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 128%;
  color: #41352f;
  white-space: nowrap;
}
.main-checkout .inner__checkout .main__breadcrumb-mod .breadcrumb__item-disabled a {
  pointer-events: none;
  font-weight: 400;
}
.main-checkout .inner__checkout .main__wrapper {
  display: grid;
  grid-template-columns: 3fr 1fr;
  margin-bottom: 40px;
  gap: 30px;
/*  grid-template-areas:
      "checkout-delivery checkout-info"
      "checkout-btn checkout-btn";*/
}

@media (max-width: 992px) {
  .main-checkout .inner__checkout .main__delivery {
    grid-area: checkout-delivery;
  }
  .main-checkout .inner__checkout .wrapper__right-container {
    grid-area: checkout-right;
  }
  .main-checkout .inner__checkout .main__delivery-btn {
    grid-area: checkout-btn;
  }
  .main-checkout .inner__checkout .main__wrapper {
    grid-template-columns: 1fr;
    gap: 0;
    grid-template-areas:
      "checkout-delivery"
      "checkout-btn";
  }
}

.main-checkout .inner__checkout .main__delivery {
  margin-bottom: 0;
  gap: 0;
}
.main-checkout .inner__checkout .main__delivery .choices__input {
  padding: 10px;
  background-color: transparent;
}
.main-checkout .inner__checkout .main__delivery .choices__list--multiple .choices__item {
  border: none;
  background-color: transparent;
  padding: 0 4px;
  border-radius: 0;
  margin-bottom: 0;
}
@media (max-width: 668px) {
  .main-checkout .inner__checkout .main__delivery {
    overflow-x: scroll;
  }
}
.main-checkout .inner__checkout .main__delivery-btn {
  background: #7e6355;
  border-radius: 8px;
  padding: 16px 56px;
  font-weight: 500;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 120%;
  text-align: center;
  color: #fff;
      align-self: flex-start;
  max-width: 458px;

}
@media (max-width: 576px) {
  .main-checkout .inner__checkout .main__delivery-btn {
    width: 100%;
  }
}
.main-checkout .inner__checkout .main__delivery .delivery__description-text {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
     -moz-column-gap: 12px;
          column-gap: 12px;
  position: relative;
  padding-top: 62px;
  /* Для мобильных устройств */
}
@media (max-width: 992px) {
  .main-checkout .inner__checkout .main__delivery .delivery__description-text {
    padding-top: 82px;
  }
}
.main-checkout .delivery__description-text .main__delivery-subheader {
  position: absolute;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 128%;
  color: #41352f;
  padding-bottom: 20px;
}
.main-checkout .delivery__description-text input {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #a9a9a9;
  border-radius: 12px;
  padding: 25px 16px 10px 16px;
          box-sizing: border-box;
}
.main-checkout .delivery__description-text input:focus {
  outline: none; /* Убираем стандартную обводку */
  transform: scale(1); /* Это предотвращает масштабирование */
}
.main-checkout .delivery__description-text .delivery__description-field5, .main-checkout .delivery__description-text .delivery__description-field10 {
  grid-column: span 2;
}
.main-checkout .delivery__description-text .delivery__description-field10 .description__edit {
  width: 28px;
  position: absolute;
  right: 16px;
  top: 18%;
  border-left: 1px solid #a9a9a9;
  padding-left: 10px;
}
.main-checkout .main__delivery-wrapper {
  display:grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all .3s ease;
}
.main-checkout .main__delivery-wrapper.is-opened {
  grid-template-rows: 1fr;
}
.main__delivery.sdf ~ .main__delivery-btn {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.main__delivery:has(.main__delivery-wrapper.is-opened) ~ .main__delivery-btn {
  opacity: 1;
  visibility: visible;
}
.main-checkout .delivery__description-text .sdf {
  position: relative;
  /* Сдвигаем лейбл вверх при фокусе на инпут */
}
.main-checkout .sdf .custom-placeholder-input {
  position: absolute;
  top: 19px;
  left: 17px;
  color: #a9a9a9;
  pointer-events: none;
  font-weight: normal;
  z-index: 1;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 14px);
  line-height: 120%;
  transition: all 0.3s ease;
}

.main-checkout  .sdf input:focus + .custom-placeholder-input,
.main-checkout  .sdf input:not(:placeholder-shown) + .custom-placeholder-input {
  top: 8px;
}
input[type="tel"] + label {
  top: 8px!important;
}
@media (max-width: 576px) {
  .main-checkout  .sdf:not(.minmobile) {
    grid-column: span 2;
  }
}
.main-checkout .delivery__description-field5 {
  grid-column: span 2;
}
.main-checkout .delivery__description-text {
  display: none;
}
.main-checkout .delivery__description-text.active {
  display: grid;
}
.main-checkout .main__delivery-header {
  margin-bottom: 12px;
}
.main__delivery-header-wrap {
  overflow-x: auto;
}
.main-checkout .main__delivery-body .choices__inner {
  background-color: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  font-size: 14px;
  min-height: auto;
}
.main-checkout  .choices__inner input {
  width: 100% !important;
}
.main-checkout  .choices__list--dropdown,
.main-checkout  .choices__list[aria-expanded] {
  top: 100%;
  position: absolute;
  border: 1px solid #a9a9a9;
  z-index: 2;
}
.main-checkout .choices__list--multiple .choices__item {
  border: none;
  background-color: transparent;
  padding: 22px 0px 0px 17px;
  border-radius: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 128%;
  color: #41352f;
  position: absolute;
}
.main-checkout .main__delivery-title {
  margin: 30px 0 20px 0;
}
.main-checkout .main__delivery-subtitle {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 102%;
  color: #41352f;
}
.main-checkout .main__payments {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.main-checkout .main__payment {
  align-items: center;
  justify-content: space-between;
  display: flex;
  border: 1px solid #a9a9a9;
  border-radius: 12px;
  padding: 20px 16px;
  /* Кастомная стилизация чекбокса */
  /* Когда чекбокс выбран, меняем стили */
}
.main-checkout .main__payment .custom-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.main-checkout .main__payment .custom-checkbox-label {
  position: relative;
  padding-left: 40px; /* увеличиваем отступ для круга */
  cursor: pointer;
  display: inline-block;
  padding-top: 4px;
  font-weight: 500;
  font-size: сlamp(14px, 2vw, 16px);
  line-height: 120%;
  color: #41352f;
}
.main-checkout .main__payment .custom-checkbox-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%; /* Сделаем чекбокс круглым */
  border: 1.2px solid #262626; /* Граница чекбокса */
  background-color: transparent; /* Фон по умолчанию */
  transition: background 0.3s, border-color 0.3s;
}
.main-checkout .main__payment .custom-checkbox:checked ~ .custom-checkbox-label::before {
  content: ""; /* Убираем все лишнее */
  border: 1.2px solid #262626;
  display: flex;
  align-items: center;
  justify-content: center; /* Центрируем содержимое внутри */
  padding: 4px; /* Отступы внутри круга */
  z-index: 2;
}
.main-checkout .main__payment .custom-checkbox:checked ~ .custom-checkbox-label::after {
  content: ""; /* Используем изображение или SVG в качестве галочки */
  display: flex;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="6" fill="%23262626" /></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 6px;
  top: 6px;
}
.main-checkout .main__delivery-mod .main_composition {
  display: flex;
  gap: 12px;
  margin-bottom: 30px;
  scrollbar-width: none;
  overflow-x: scroll;
      flex-wrap: wrap;
}
.main-checkout .main__delivery-mod .main_composition .image-wrap {
  height: 128px;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  color: inherit;
}
.main-checkout .main__delivery-mod .main_composition .image-wrap i {
  position: absolute;
  bottom: 8px;
  right: 8px;
  font-style: normal;
  font-size: 12px;
}
.main-checkout .main__delivery-mod .main_composition .image-wrap i[data-quantity="1"] {
  display: none;
}

.main-checkout .main__delivery-mod .main_composition img {
  max-width: 96px;
  width: 100%;
}

@media (max-width: 768px) {
  .main-checkout .main__delivery-mod .main_composition img {
    width: auto;
  }
 
}
.main-checkout .main__delivery-mod .main__order {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .main-checkout .main__delivery-mod .main__order {
    gap: 30px;
    margin-bottom: 30px;
  }
  .main__delivery-header-wrap {
    width: calc(100vw - 20px);
  }
}
.main-checkout .main__order-block label {
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 102%;
  color: #41352f;
}
.main-checkout .main__order-block .main__order-edit {
  margin-top: 13px;
  background: #efefef;
  border-radius: 8px;
  min-height: 48px;
  display: flex;
  align-items: center;
  padding-inline: 16px;
}
.main-checkout .main__order-block .main__order-edit p {
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 128%;
  color: #41352f;
}
.main-checkout .main__delivery-mod .main__confirmation {
  /* Кастомная стилизация чекбокса */
}
.main-checkout .main__confirmation .confirmation_field {
  font-weight: 500;
  font-size: clamp(16px, 2vw, 18px);
  line-height: 102%;
  color: #41352f;
  margin-bottom: 20px;
}
.main-checkout .main__confirmation .main__confirmation-field {
  position: relative;
}
.main-checkout .main__confirmation-field .custom-placeholder-input {
  position: absolute;
  top: -30px;
  left: 17px;
  color: #a9a9a9;
  pointer-events: none;
  font-weight: normal;
  z-index: 1;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 14px);
  line-height: 120%;
}
.main-checkout .main__confirmation .main__confirmation-field #comment {
  border-radius: 12px;
  padding: 18px 16px;
  border: 1px solid #a9a9a9;
  resize: none;
  width: 100%;
  height: 105px;
  caret-color: #41352f;
}
.main-checkout .main__confirmation .main__confirmation-field #comment:focus {
  outline: none; /* Убирает стандартный контур */
  border: 1px solid #41352f; /* Например, задаем свой цвет для фокуса */
}
.main-checkout .main__confirmation .custom-checkbox-wrapper {
  margin: 20px 0;
}
.main-checkout .main__confirmation .custom-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.main-checkout .main__confirmation .custom-checkbox-label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  line-height: 20px;
  padding-top: 5px;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 128%;
  color: #41352f;
}
.main-checkout .main__confirmation .custom-checkbox-label a {
  color: #7e6355;
}
.main-checkout .main__confirmation .custom-checkbox-label::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border: 1.2px solid #d9d9d9; /* Граница чекбокса */
  border-radius: 2px;
  background-color: #fff; /* Фон по умолчанию */
  transition: background 0.3s, border-color 0.3s;
}
.main-checkout .main__confirmation .custom-checkbox:checked ~ .custom-checkbox-label::before {
  content: ""; /* Убираем все лишнее */
  border: 1.2px solid #262626;
  display: flex;
  align-items: center;
  justify-content: center; /* Центрируем содержимое внутри */
  padding: 4px; /* Отступы внутри круга */
  z-index: 2;
}
.main-checkout .main__confirmation .custom-checkbox:checked ~ .custom-checkbox-label::before {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2212%22%20height%3D%229%22%20viewBox%3D%220%200%2012%209%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.8215%201L3.94647%207.875L1%204.92857%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20%2F%3E%3C%2Fsvg%3E");
  border: 1.2px solid #7e6355;
  z-index: 2;
  background-color: #7e6355;
  padding-top: 3px;
}
.main-checkout .custom-checkbox-wrapper input[type=checkbox]:focus + .custom-checkbox-label:before {
  border-color: #7e6355;
  outline: none;
}
.main-checkout .wrapper__right-checkout-desk {
  margin-top: 15px;
  height: 300px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 992px) {
  .main-checkout .wrapper__right-checkout-desk {
    display: none;
  }
}
@media (max-width: 768px) {
  .main-checkout .wrapper__right-checkout-desk {
    padding-top: 10px;
  }
}
.main-checkout .wrapper__right-checkout-desk .wrapper__right-text {
  font-size: clamp(16px, 1vw, 18px);
}
.main-checkout .wrapper__right-checkout-desk-body {
  border-top: 1px solid #EFEFEF;
  padding-top: 30px;
}
.main-checkout .wrapper__right-checkout-mobile {
  height: auto;
  position: relative;
  display: none;
  flex-direction: column;
  top: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .main-checkout .wrapper__right-checkout-mobile {
    display: flex;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .main-checkout .wrapper__right-checkout-mobile {
    margin-bottom: 0;
  }
}
.main-checkout .wrapper__right-checkout-mobile .wrapper__right-text {
  font-size: clamp(16px, 1vw, 18px);
}
.main-checkout .wrapper__right-checkout-mobile-body {
  border-top: 1px solid #EFEFEF;
  padding-top: 30px;
}
.main-checkout .inner__checkout.active {
  display: unset;
}
.main-checkout .maps__wrapper {
  padding: 20px 0 20px 20px;
  display: none;
  gap: 20px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 82px;
  left: 0;
  bottom: 0;
  z-index: 3;
}
@media (max-width: 1178px) {
  .main-checkout .maps__wrapper {
    gap: 5px;
  }
}
@media (max-width: 768px) {
  .main-checkout .maps__wrapper {
        flex-wrap: wrap;
    overflow: scroll;
    padding: 20px;
  }
}
@media (max-width: 576px) {
  .main-checkout .maps__wrapper {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .main-checkout .maps__wrapper {
    top: 76px;
  }
}
.main-checkout .maps__wrapper .maps__container {
  flex: 3;
  order: 1;
  position: relative;
}
@media (max-width: 768px) {
  .main-checkout .maps__wrapper .maps__container {
    flex: 100%;
    height: 100%;
  }
}
@media (max-width: 576px) {
  .main-checkout .maps__wrapper .maps__container {
    order: 2;
    display: none;
  }
  .main-checkout .maps__wrapper .maps__container.active {
    display: flex;
    max-height: 596px;
  }
}
.main-checkout .maps__wrapper .maps__container .map {
  width: 100%;
  height: 100%;
  background-color: #333;
  border-radius: 20px;
}
@media (max-width: 576px) {
  .main-checkout .maps__wrapper .maps__container .map {
    border-radius: 0;
  }
}
.main-checkout .maps__wrapper .maps__container .maps__close {
  position: absolute;
  top: -25px;
  right: 0;
  display: none;
}
@media (max-width: 768px) {
  .main-checkout .maps__wrapper .maps__container .maps__close {
    display: block;
  }
}
@media (max-width: 576px) {
  .main-checkout .maps__wrapper .maps__container .maps__close {
    display: block;
  }
}
.main-checkout .maps__wrapper .maps__right {
  order: 2;
  overflow-y: scroll;
  flex: 1;
  padding: 0 40px;
}
@media (max-width: 992px) {
  .main-checkout .maps__wrapper .maps__right {
    padding: 0 25px;
  }
}
@media (max-width: 768px) {
  .main-checkout .maps__wrapper .maps__right {
    flex: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 576px) {
  .main-checkout .maps__wrapper .maps__right {
    order: 1;
    padding: 0 15px;
  }
}
.main-checkout .maps__wrapper .maps__right .maps_right-top {
  display: flex;
  flex-direction: column;
  position: relative;
}
.main-checkout .maps__wrapper .maps__right .maps_right-top .maps_right-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.main-checkout .maps__wrapper .maps__right .maps_right-top .maps_right-header .maps_right-close-desk {
  margin-left: 100%;
}
@media (max-width: 576px) {
  .main-checkout .maps__wrapper .maps__right .maps_right-top .maps_right-header .maps_right-close-desk {
    display: none;
  }
}
.main-checkout .maps__wrapper .maps__right .maps_right-top .maps_right-header .maps_right-close-mobile {
  display: none;
  align-items: center;
  gap: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #2c2d2e;
}
@media (max-width: 576px) {
  .main-checkout .maps__wrapper .maps__right .maps_right-top .maps_right-header .maps_right-close-mobile {
    display: flex;
  }
}
.main-checkout .maps__wrapper .maps__right .maps_right-top .maps_right-inner {
  display: none;
  margin-bottom: 20px;
  background: #efefef;
  border-radius: 10px;
  justify-content: space-between;
}
@media (max-width: 576px) {
  .main-checkout .maps__wrapper .maps__right .maps_right-top .maps_right-inner {
    display: flex;
  }
}
.main-checkout .maps__wrapper .maps__right .maps_right-top .maps_right-inner-item {
      justify-self: center;
  border: 1px solid #efefef;
  flex: 1;
  text-align: center;
  font-weight: 500;
  font-size: clamp(12px, 3vw, 14px);
  line-height: 102%;
  border-radius: 10px;
  padding: 17px 16px;
  margin-top: 2px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .main-checkout .maps__wrapper .maps__right .maps_right-top .maps_right-inner-item {
    padding: 12px 16px;
  }
}
.main-checkout .maps__wrapper .maps__right .maps_right-top .maps_right-inner-item.active {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  margin: 2px;
}
.main-checkout .maps__wrapper .maps__right .maps_right-top .maps__right-title {
  font-weight: 600;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 112%;
  color: #41352f;
  margin-bottom: 8px;
}
.main-checkout .maps__wrapper .maps__right .maps_right-top .maps__right-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 20px;
}
.main-checkout .maps__wrapper .maps__right .maps_right-top .custom-placeholder-input {
  top: 16px !important;
  left: 14px !important;
}
.main-checkout .maps__wrapper .maps__right .maps_right-top #field15 {
  padding: 18px 16px 18px 46px !important;
}
.main-checkout .maps__wrapper .maps__right .maps_right-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 576px) {
  .main-checkout .maps__wrapper .maps__right .maps_right-body {
    display: none;
  }
  .main-checkout .maps__wrapper .maps__right .maps_right-body.active {
    display: flex;
  }
}
.main-checkout .maps__wrapper .maps__right .maps_right-body hr {
  background-color: #efefef;
  height: 1px;
  width: 100%;
  border: none;
}
.main-checkout .maps__wrapper .maps__right .maps_right-body .maps-right-suptitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #41352f;
  margin-bottom: 8px;
}
.main-checkout .maps__wrapper .maps__right .maps_right-body .maps-right-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #41352f;
  margin-bottom: 12px;
}
.main-checkout .maps__wrapper .maps__right .maps_right-body .maps-right-btn {
  cursor: pointer;
  border: none;
  background-color: #7e6355;
  border-radius: 8px;
  padding: 12px 16px;
  display: block;
  font-weight: 600;
  font-size: clamp(12px, 2vw, 14px);
  line-height: 102%;
  text-align: center;
  color: #fff;
  width: 50%;
}
@media (max-width: 1178px) {
  .main-checkout .maps__wrapper .maps__right .maps_right-body .maps-right-btn {
    width: 100%;
  }
}
.main-checkout .maps__wrapper .maps__right .maps_right-body .maps-right-btn.active {
  background-color: #fff;
  color: #7e6355;
  border: 1px solid #7e6355;
}
.main-checkout .maps__wrapper.active {
  display: flex;
}

.checkout-order__inner {
  padding-top: 55px;
  padding-bottom: 90px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 576px) {
  .checkout-order__inner {
    padding-top: 75px;
    padding-bottom: 69px;
  }
}
.checkout-order__imgs {
  display: flex;
  gap: 7px;
  margin-bottom: 32px;
}
.checkout-order__imgs-wrapper {
  border-radius: 34px;
  width: 70px;
  height: 70px;
}
.checkout-order__imgs-wrapper img {
     object-fit: cover;
  width: 100%;
}
.checkout-order__imgs-wrapper-sm {
  border-radius: 47px 47px 3px 3px;
  width: 60px;
  height: 70px;
}
.checkout-order__imgs-wrapper-sm img {
     object-fit: cover;
  width: 100%;
}
.checkout-order__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 610px;
}
.checkout-order__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 117%;
  text-align: center;
  color: #41352f;
}
.checkout-order__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 128%;
  text-align: center;
  color: #41352f;
}
.checkout-order__text a {
  color: #7e6355;
}
.checkout-order__btn {
  margin-top: 55px;
  border-radius: 8px;
  padding: 20px 56px;
  width: 236px;
  height: 59px;
  background: #7e6355;
  outline: none;
  border: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #fff;
}

.footer {
  padding-bottom: 20px;
  margin-top: auto;
}
.footer__inner {
  background: #edecea;
  border-radius: 20px;
  padding: 80px 35px 70px 35px;
  text-align: center;
  display: grid;
  gap: 50px;
  font-family: var(--font-primary);
  font-weight: 500;
  color: #41352f;
  font-size: clamp(16px, 3vw, 24px);
}
@media (max-width: 992px) {
  .footer__inner {
    padding: 40px 30px 50px 30px;
  }
}
@media (max-width: 768px) {
  .footer__inner {
    padding-bottom: 40px;
    gap: 30px;
  }
}
.footer__inner img {
  max-width: 100%;
}
.footer__inner .footer__logo {
  width: 870px;
  height: 106px;
}
@media (max-width: 992px) {
  .footer__inner .footer__logo {
    width: 670px;
    height: 86px;
  }
}
@media (max-width: 668px) {
  .footer__inner .footer__logo {
    width: 470px;
    height: 55px;
  }
}
@media (max-width: 480px) {
  .footer__inner .footer__logo {
    width: 298px;
    height: 34px;
       object-fit: contain;
  }
}
.footer__inner .footer__logo-no {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .footer__inner .footer__logo-no {
    margin-bottom: 80px;
  }
}
@media (max-width: 576px) {
  .footer__inner .footer__logo-no {
    margin-bottom: 40px;
  }
}
.footer__inner .footer__social {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 80px 0 110px 0;
}
@media (max-width: 768px) {
  .footer__inner .footer__social {
    margin: 40px 0 20px 0;
  }
}
.footer__inner a {

  color: #41352f;
  transition: all .3s;
}

.footer__inner a:hover {
  color: #7E6355;
}
@media (max-width: 992px) {
  .footer__inner .footer__social a {
    font-size: 16px;
  }
}
.footer__contacts {
  display: grid;
  gap: 10px;
  text-align: center;
}
.footer__contacts .footer__work-time {
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 10px;
  row-gap: 5px;
}
.footer__policies {
  display: grid;
  gap: 5px;
  text-align: left;
}
.footer__inner .footer__bottom {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: center;
}
.footer__inner .footer__bottom > div {
  flex: 1;
}
@media (max-width: 768px) {
  .footer__inner .footer__bottom {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer__inner .footer__bottom .footer__copyright {
    margin-top: 20px;
  }
  .footer__inner .footer__phone {
    font-size: 20px;
  }
  .footer__policies {
    font-weight: 400;
  }
}
.footer__inner .footer__bottom .footer__copyright {
  order: 3;
  font-weight: 500;
  text-align: right;
}
.footer__inner .footer__bottom p {
  font-weight: 500;
  font-size: 22px;
  line-height: 117%;
}
.footer__policies {
  text-decoration: underline;
  font-size: clamp(12px, 2vw, 18px);
}
@media (max-width: 992px) {
  .footer__inner .footer__bottom p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .footer__inner .footer__bottom p {
    order: 2;
  }
  .footer__policies {
    text-align: center;
    font-weight: 400;
  }
}
.footer__socials {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}
.footer__socials svg {
  width: 58px;
  height: 58px;
}
.footer__chat a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: clamp(12px, 2vw, 18px);
}
.footer__chat span {
  text-decoration: underline;
}
.footer__chat svg {
  width: 25px;
  height: 25px;
}

.footer__inner .footer__bottom .footer__phone:hover {
  color: #000;
}
.footer__inner .footer__bottom .footer__menu {
  display: flex;
  column-gap: 14px;
  row-gap: 8px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer__menu-column {
  display: flex;
  gap: 14px;
}
@media (max-width: 768px) {
  .footer__inner .footer__bottom .footer__menu {
    order: 1;
  }
}
.footer__inner .footer__bottom .footer__menu li a {
  font-family: var(--font-secondary);
  font-weight: 500;
  font-size: 22px;
  line-height: 117%;
  color: #41352f;
}
.footer__inner .footer__bottom .footer__menu li a:hover {
  color: #000;
}
@media (max-width: 992px) {
  .footer__inner .footer__bottom .footer__menu li a {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .footer-noflex {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  overflow-y: hidden;
  scrollbar-width: none;
  white-space: nowrap;
}
@media (max-width: 480px) {
  .breadcrumb {
    gap: 8px;
  }
}
.breadcrumb li a {
  font-weight: 500;
  font-size: 13px;
  line-height: 123%;
  color: var(--text-primary);
  white-space: nowrap;
}
@media (max-width: 480px) {
  .breadcrumb li a {
    font-size: 10px;
    padding-top: 4px;
  }
}
.breadcrumb .breadcrumb__item-disabled a {
  color: var(--text-secondary);
}
.breadcrumb .breadcrumb-separator {
  width: 3px;
  height: 3px;
  background-color: var(--text-secondary);
  border-radius: 50%;
  margin-top: 2px;
}
@media (max-width: 480px) {
  .breadcrumb .breadcrumb-separator {
    margin-top: 5px;
  }
}

.main {
  padding-top: 24px;
}
@media (max-width: 480px) {
  .main {
    padding-top: 13px;
  }
}

.popup.popup--add-to-basket {
  height: 56px;
  width: 100vw;
  position: fixed;
  top: calc(var(--header-top-offset) + var(--mobile-header-height));
  background-color: #262626;
  color: #fff;
  font-size: 14px;
  padding-inline: 20px;
  display: flex;
  align-items: center;
  z-index: 999;
  transition: all .3s ease;
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .popup.popup--add-to-basket.is-shown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }
}
.popup.popup--add-to-basket .popup__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.popup.popup--add-to-basket .popup__text {
  display: flex;
  align-items: center;
  gap: 8px;
}
.popup.popup--add-to-basket .icon svg {
  width: 24px;
  height: 24px;
}
.popup.popup--add-to-basket .popup__link a{
  color: #fff;
  border-bottom: 1px solid #fff;
  display: block;
  transition: all 0.3s;
  padding-bottom: 3px;
}
.popup.popup--add-to-basket .popup__link a:hover {
  border-color: transparent;
}



