@charset "UTF-8";

:root {
  --primary: #c99f5e;
  --secondary: #f7f4ef;
  --202020: #202020;
  --d7b46a: #d7b46a;
  --e1d9c2: #e1d9c2;
  --dfdacf: #dfdacf;
}

[data-theme=dark] {
  --primary-color: #000000;
  --secondary-color: #333333;
  --text-color: #ffffff;
}

@font-face {
  font-family: "Didot";
  src: url("../fonts/Didot.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Didot";
  src: url("../fonts/Didot_Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Didot";
  src: url("../fonts/Didot_Italic.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Didot-Title";
  src: url("../fonts/Didot/Didot_Title.otf") format("opentype");
  font-weight: 400;
  /* или 800, зависит от файла */
  font-style: normal;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri_Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("../fonts/Calibri_Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}






* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  font-family: "Didot", serif;
  scroll-behavior: smooth;
}

/* Когда header липкий — отключаем прозрачный фон ВСЮДУ */
body {
  overflow-x: hidden;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: clamp(80px, 6.944vw, 100px);
}

body.catalog-page--man,
body.catalog-page--man html {
  background: var(--202020) !important;
}

body header.sticky {
  background: rgba(85, 85, 82, 0.4) !important;
}

body.catalog-page--man header.sticky {
  background: var(--202020) !important;
}

body.catalog-page--man footer {
  background: var(--202020) !important;
  border-top: 1px solid rgba(247, 244, 239, 0.5);
}

body.catalog-page--man .subscribe-form {
  color: #fff;
}

body.catalog-page--man .footer-botto_first a,
body.catalog-page--man .footer-bottom_second a {
  color: #fff;
}

body.catalog-page--man .footer-column p,
body.catalog-page--man .footer-column a {
  color: #fff;
}

.container {
  margin: 0 auto;
  max-width: clamp(360px, 133.333vw, 1920px);
  padding: 0 clamp(10px, 2.708vw, 39px) 0 clamp(10px, 2.708vw, 39px);
  width: 100%;
}

/* Стили для шапки */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: clamp(8px, 0.694vw, 10px);
  z-index: 1000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: transparent;
  /* прозрачная шапка */
}

header:hover {
  background: rgba(85, 85, 82, 0.4) !important;
}

/* body.main-page header:hover {
  background: unset !important;
} */

body.cart-page header {
  padding-top: clamp(25px, 2.083vw, 30px);
  padding-bottom: clamp(15px, 1.389vw, 20px);
  background: #fff;
}

body.cart-page .burger span {
  background: var(--202020);
}

body.cart-page header.sticky .burger span {
  background: var(--secondary);
}

body.cart-page header:hover .burger span {
  background: var(--secondary);
}

body.cart-page .header-center {
  display: none;
}

body.cart-page .search {
  display: none;
}

body.cart-page .left-menu {
  display: none;
}

body.cart-page .right-menu {
  display: none;
}

body.cart-page .icons a {
  color: var(--202020);
}

body.cart-page header.sticky .icons a {
  color: var(--secondary);
}

body.cart-page header:hover .icons a {
  color: var(--secondary);
}

body.cart-page .icons a svg {
  color: var(--202020);
}

body.cart-page header.sticky .icons a svg {
  color: var(--secondary);
}

body.cart-page header:hover .icons a svg {
  color: var(--secondary);
}

body.catalog-page .icons a {
  color: var(--202020);
}

body.catalog-page header.sticky .icons a {
  color: var(--secondary);
}

body.catalog-page header:hover .icons a {
  color: var(--secondary);
}

body.catalog-page .icons a svg {
  color: var(--202020);
}

body.catalog-page header.sticky .icons a svg {
  color: var(--secondary);
}

body.catalog-page header:hover .icons a svg {
  color: var(--secondary);
}

body.catalog-page .left-menu a {
  color: var(--202020);
}

body.catalog-page .right-menu a {
  color: var(--202020);
}

body.catalog-page header.sticky .left-menu a {
  color: var(--secondary);
}

body.catalog-page header:hover .left-menu a {
  color: var(--secondary);
}

body.catalog-page header.sticky .right-menu a {
  color: var(--secondary);
}

body.catalog-page header:hover .right-menu a {
  color: var(--secondary);
}

body.catalog-page .burger span {
  background: var(--202020);
}

body.catalog-page header.sticky .burger span {
  background: var(--secondary);
}

body.catalog-page header:hover .burger span {
  background: var(--secondary);
}

.search svg {
  color: #f7f4ef;
}

body.catalog-page .search svg path {
  stroke: var(--202020);
}

body.catalog-page header.sticky .search svg path {
  stroke: #f7f4ef;
}

body.catalog-page header:hover .search svg path {
  stroke: #f7f4ef;
}

body.catalog-page .search {
  border-bottom: 1px solid var(--202020);
}

body.catalog-page header.sticky .search {
  border-bottom: 1px solid #f7f4ef;
}

body.catalog-page header:hover .search {
  border-bottom: 1px solid #f7f4ef;
}

body.catalog-page .search input {
  color: var(--202020);
}

body.catalog-page .search input::-webkit-input-placeholder {
  color: var(--202020);
}

body.catalog-page .search input::-moz-placeholder {
  color: var(--202020);
}

body.catalog-page .search input:-ms-input-placeholder {
  color: var(--202020);
}

body.catalog-page .search input::-ms-input-placeholder {
  color: var(--202020);
}

body.catalog-page .search input::placeholder {
  color: var(--202020);
}

body.catalog-page header:hover .search input {
  color: #f7f4ef;
}

body.catalog-page header:hover .search input::-webkit-input-placeholder {
  color: #f7f4ef;
}

body.catalog-page header:hover .search input::-moz-placeholder {
  color: #f7f4ef;
}

body.catalog-page header:hover .search input:-ms-input-placeholder {
  color: #f7f4ef;
}

body.catalog-page header:hover .search input::-ms-input-placeholder {
  color: #f7f4ef;
}

body.catalog-page header:hover .search input::placeholder {
  color: #f7f4ef;
}


body.collab-page header .search input::placeholder {
  color: #f7f4ef;
}


body.main-page .search input {
  color: #f7f4ef;
}

body.main-page .search input::-webkit-input-placeholder {
  color: #f7f4ef;
}

body.main-page .search input::-moz-placeholder {
  color: #f7f4ef;
}

body.main-page .search input:-ms-input-placeholder {
  color: #f7f4ef;
}

body.main-page .search input::-ms-input-placeholder {
  color: #f7f4ef;
}

body.main-page .search input::placeholder {
  color: #f7f4ef;
}

/* Белая шапка при скролле */
body.catalog-page--man .burger span {
  background: var(--secondary);
}

body.catalog-page--man .search {
  border-bottom: 1px solid #f7f4ef;
}

body.catalog-page--man .search svg path {
  stroke: #f7f4ef;
}

body.catalog-page--man header.sticky .search svg path {
  stroke: #f7f4ef;
}

body.catalog-page--man .left-menu a {
  color: var(--secondary);
}

body.catalog-page--man header.sticky .left-menu a {
  color: var(--secondary);
}

body.catalog-page--man header:hover .left-menu a {
  color: var(--secondary);
}

body.catalog-page--man .right-menu a {
  color: var(--secondary);
}

body.catalog-page--man header.sticky .right-menu a {
  color: var(--secondary);
}

body.catalog-page--man header:hover .right-menu a {
  color: var(--secondary);
}

body.catalog-page--man .left-menu a {
  color: var(--secondary);
}

body.catalog-page--man header.sticky .left-menu a {
  color: var(--secondary);
}

body.catalog-page--man .icons a {
  color: var(--secondary);
}

body.catalog-page--man .icons a svg {
  color: var(--secondary);
}

body.catalog-page--man .search input {
  color: var(--secondary);
}

body.catalog-page--man .search input::-webkit-input-placeholder {
  color: var(--secondary);
}

body.catalog-page--man .search input::-moz-placeholder {
  color: var(--secondary);
}

body.catalog-page--man .search input:-ms-input-placeholder {
  color: var(--secondary);
}

body.catalog-page--man .search input::-ms-input-placeholder {
  color: var(--secondary);
}

body.catalog-page--man .search input::placeholder {
  color: var(--secondary);
}

body.product-page header {
  padding-top: clamp(25px, 2.083vw, 30px);
  padding-bottom: clamp(15px, 1.389vw, 20px);
  background: var(--secondary);
}

body.product-page .burger span {
  background: var(--202020);
}

body.product-page header.sticky .burger span {
  background: var(--secondary);
}

body.product-page header:hover .burger span {
  background: var(--secondary);
}

body.product-page .header-center {
  display: none;
}

body.product-page .search {
  display: none;
}

body.product-page .left-menu {
  display: none;
}

body.product-page .right-menu {
  display: none;
}

body.product-page .icons a {
  color: var(--202020);
}

body.product-page header.sticky .icons a {
  color: var(--secondary);
}

body.product-page header:hover .icons a {
  color: var(--secondary);
}

body.product-page .icons a svg {
  color: var(--202020);
}

body.product-page header.sticky .icons a svg {
  color: var(--secondary);
}

body.product-page header:hover .icons a svg {
  color: var(--secondary);
}

body.product-page--man .burger span {
  background: var(--secondary);
}

body.product-page--man .search {
  border-bottom: 1px solid #f7f4ef;
}

body.product-page--man .search svg path {
  stroke: #f7f4ef;
}

body.product-page--man header.sticky .search svg path {
  stroke: #f7f4ef;
}

body.product-page--man .left-menu a {
  color: var(--secondary);
}

body.product-page--man header.sticky .left-menu a {
  color: var(--secondary);
}

body.product-page--man header:hover .left-menu a {
  color: var(--secondary);
}

body.product-page--man .right-menu a {
  color: var(--secondary);
}

body.product-page--man header.sticky .right-menu a {
  color: var(--secondary);
}

body.product-page--man header:hover .right-menu a {
  color: var(--secondary);
}

body.product-page--man .left-menu a {
  color: var(--secondary);
}

body.product-page--man header.sticky .left-menu a {
  color: var(--secondary);
}

body.product-page--man.icons a {
  color: var(--secondary);
}

body.product-page--man .icons a svg {
  color: var(--secondary);
}

body.product-page--man .search input {
  color: var(--secondary);
}

body.product-page--man .search input::-webkit-input-placeholder {
  color: var(--secondary);
}

body.product-page--man .search input::-moz-placeholder {
  color: var(--secondary);
}

body.product-page--man .search input:-ms-input-placeholder {
  color: var(--secondary);
}

body.product-page--man .search input::-ms-input-placeholder {
  color: var(--secondary);
}

body.product-page--man .search input::placeholder {
  color: var(--secondary);
}

body.product-page--man footer {
  background: var(--202020) !important;
  border-top: 1px solid rgba(247, 244, 239, 0.5);
}

body.product-page--man .subscribe-form {
  color: #fff;
}

body.product-page--man .footer-botto_first a,
body.product-page--man .footer-bottom_second a {
  color: #fff;
}

body.product-page--man .footer-column p,
body.product-page--man .footer-column a {
  color: #fff;
}

body.product-page--man .footer_left-and-right .checkbox p {
  color: #fff;
}

body.product-page--man .product__title p {
  color: var(--secondary);
}

body.product-page--man .product__subtitle {
  color: var(--secondary);
}

body.product-page--man .product__meta-col:first-child {
  border-right: 1px solid var(--secondary);
}

body.product-page--man .product__meta-value {
  color: var(--secondary);
}

body.product-page--man .product__options .product-field__label {
  color: var(--secondary);
}

body.product-page--man .product__text {
  color: var(--secondary);
}

body.product-page--man .product-accordion__title {
  color: var(--secondary);
}

body.product-page--man .product__details-text p {
  color: var(--secondary);
}

body.product-page--man .product__details-label {
  color: var(--secondary);
}

body.product-page--man .product__details-value {
  color: var(--secondary);
}

body.product-page--man .product-name {
  color: var(--secondary);
}

body.product-page--man .product-price {
  color: var(--secondary);
}

body.collab-page footer {
  background: var(--202020) !important;
  border-top: 1px solid rgba(247, 244, 239, 0.5);
}

body.collab-page .subscribe-form {
  color: #fff;
}

body.collab-page .footer-botto_first a,
body.collab-page .footer-bottom_second a {
  color: #fff;
}

body.collab-page .footer-column p,
body.collab-page .footer-column a {
  color: #fff;
}

body.collab-page .footer_left-and-right .checkbox p {
  color: #fff;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(15px, 5.556vw, 80px);
}

/* Блоки */
.header-left,
.header-center,
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

/* Убираем фиксированные margin и делаем flex распределение */
.header-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  gap: clamp(55px, 6.597vw, 95px);
}

/* Логотип */
.header-center .logo {
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #f7f4ef;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 70px;
  width: 90px;
}

header.sticky .logo {
  color: #333;
}

/* Меню */
.left-menu a,
.right-menu a {
  text-decoration: none;
  color: #f7f4ef;
  font-weight: 500;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 13px;
  font-family: "Calibri";
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.left-menu a:hover,
.right-menu a:hover {
  color: var(--d7b46a);
}

/* Иконки */
.icons a {
  color: #f7f4ef;
  font-size: 14px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-weight: 100;
  height: 100%;
}

.icons svg {
  color: #f7f4ef;
}

.icons_cart {
  position: relative;
}

.icons_cart-count {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 8px;
  line-height: 200%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

.icons_heart {
  position: relative;
}

.icons_heart-count {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 8px;
  line-height: 200%;
  letter-spacing: 0.03em;
  text-align: center;
  color: #fff;
}

/* Бургер */
.burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 20px;
  height: 12px;
  cursor: pointer;
  margin-right: clamp(19px, 3.776vw, 29px);
}

.burger span {
  display: block;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.catalog-page--man .burger span {
  display: block;
  height: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* Поиск */
.search {
  position: relative;
  display: none;
  border-bottom: 1px solid #f7f4ef;
  gap: 8px;
  width: 114px;
  margin-right: clamp(30px, 4.861vw, 70px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.search input {
  padding: 5px 10px 5px 0;
  border: 0;
  background: transparent;
  color: #f7f4ef;
  outline: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: -0.01em;
  text-transform: capitalize;
}

.search input::-webkit-input-placeholder {
  color: var(--202020);
  font-weight: 100;
  font-family: "Calibri";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
}

.search input::-moz-placeholder {
  color: var(--202020);
  font-weight: 100;
  font-family: "Calibri";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
}

.search input:-ms-input-placeholder {
  color: var(--202020);
  font-weight: 100;
  font-family: "Calibri";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
}

.search input::-ms-input-placeholder {
  color: var(--202020);
  font-weight: 100;
  font-family: "Calibri";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
}

.search input::placeholder {
  color: var(--202020);
  font-weight: 100;
  font-family: "Calibri";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
}

.search i {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #f7f4ef;
}

header.sticky .search i {
  color: #333;
}

/* Стили для слайдера */
.main-slider {
  height: 100vh;
  width: 100%;
  position: relative;
}

.owl-carousel .item {
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f7f4ef;
  text-align: center;
}

.owl-carousel .item img {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-slider .owl-carousel .item {
  max-height: 860px;
}

@media (min-width: 768px) {
  .main-slider .owl-carousel .item {
    max-height: unset;
  }
}

.secondary-slider .owl-carousel .item {
  max-height: 460px;
}

@media (min-width: 768px) {
  .secondary-slider .owl-carousel .item {
    max-height: unset;
  }
}

/* slide-content объединён */
.slide-content {
  max-width: 800px;
  padding: 0 20px;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .slide-content {
    bottom: 75px;
  }
}

.slide-content h2 {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  color: #202020;
  line-height: 127%;
  letter-spacing: 2px;
}

.slide-content p {
  font-size: 20px;
  margin-bottom: 30px;
}

.slide-content-2 p {
  font-size: clamp(12px, 1.25vw, 18px);
  text-transform: uppercase;
  margin-bottom: 11px;
  font-family: "Calibri", sans-serif;
  line-height: 23px;
  letter-spacing: 0.05em;
  font-weight: 400;
  opacity: 80%;
  width: clamp(330px, 29.167vw, 420px);
}

.slide-content-3 h2 {
  font-family: "Didot";
  line-height: 92%;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 700;
}

.slide-content-4 h2 {
  line-height: 92%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary);
}

.btn {
  display: inline-block;
  border-radius: 30px;
  font-weight: 400;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: "Calibri";
  font-size: clamp(17px, 1.181vw, 17px);
  text-transform: uppercase;
  text-align: center;
  color: var(--primary);
}

/* Стили для навигации слайдера - ТОНКИЕ СТРЕЛКИ */
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.owl-nav.disabled {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

/* Точки/линии */
.owl-dots {
  position: absolute;
  bottom: 39px;
  width: 100%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.owl-dot {
  display: inline-block;
  margin: 0 8px;
}

.owl-dot span {
  width: 50px;
  height: 2px;
  background: rgba(255, 255, 255, 0.4) !important;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.owl-dot.active span {
  background: #f7f4ef !important;
  height: 2px;
}

/* Дополнительный контент для демонстрации скролла */
.content {
  padding: 100px 50px;
  background: #f9f9f9;
}

.content h2 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #333;
}

.content p {
  font-size: 18px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}

.owl-prev,
.owl-next {
  width: 50px;
  height: 100px;
  background: transparent !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.owl-prev svg,
.owl-next svg {
  stroke: #f7f4ef;
  /* ← цвет стрелок */
  stroke-width: 1;
  /* ← толщина стрелки */
}

.owl-prev:hover svg,
.owl-next:hover svg {
  stroke: rgba(255, 255, 255, 0.7);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.logo img {
  width: 92px;
  height: 71px;
}

.header-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 1.597vw, 23px);
}

.icons_global {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(7px, 0.486vw, 7px);
  text-decoration: none;
}

@media (min-width: 768px) {
  .icons_global {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(13px, 1.389vw, 20px);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: start;
}

.city-current {
  font-family: 'Calibri';
}

.sticky .icons_global {
  color: #fff !important;
}

.right-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 1.597vw, 23px);
}

.text_first {
  margin: clamp(70px, 9.028vw, 130px) 0;
}

.text_first-inner {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(12px, 1.042vw, 15px);
  max-width: 650px;
  margin: 0 auto;
}

.text_first h2 {
  color: #202020;
  text-transform: uppercase;
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 0%;
  text-align: center;
  font-family: "Calibri";
  font-weight: 400;
}

.text_first p {
  font-size: clamp(15px, 1.181vw, 17px);
  font-family: "Calibri";
  line-height: 141%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--202020);
}

.second-slider {
  height: 60vh;
  width: 100%;
  position: relative;
  margin-top: 50px;
}

.second-slider .owl-carousel .item {
  height: 100%;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #f7f4ef;
  text-align: center;
}

.second-slider .slide-content {
  max-width: 400px;
  padding: 0 10px;
}

.second-slider .btn {
  margin-top: 15px;
  display: inline-block;
  color: #c99f5e;
  border-radius: 30px;
  font-weight: 100;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.secondary-slider {
  width: 100%;
}

.secondary-slider .slide-content-1 h2,
.secondary-slider .slide-content-2 h2,
.secondary-slider .slide-content-3 h2 {
  color: #f7f4ef;
  margin: 0;
}

.secondary-slider .slide-content h2 {
  font-size: clamp(15px, 1.389vw, 20px);
  line-height: 153%;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .secondary-slider .slide-content h2 {
    font-size: 25px;
    line-height: 92%;
  }
}

.secondary-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
  margin: 0;
}

.secondary-slider .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  bottom: 0;
}

.slide-content-1 h2 {
  color: var(--202020);
  font-size: clamp(22px, 1.597vw, 23px);
}

.slide-content-2 h2 {
  color: #f7f4ef;
  font-size: clamp(17px, 1.597vw, 23px);
  font-weight: 700;
  margin: 0;
  margin-bottom: 11px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  width: clamp(319px, 32.431vw, 467px);
}

.slide-content-2_text_2 {
  margin-bottom: 15px !important;
}

.full-banner {
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #f7f4ef;
  overflow: hidden;
  margin-top: 15px;
  min-height: clamp(570px, 97.222vw, 100vh);
}

/* Видео растягивается на весь блок */
.full-banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

/* Видео растягивается на весь блок */
.full-image .banner-video-second {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

/* Контент поверх видео */
.full-banner .banner-content {
  position: relative;
  z-index: 1;
}

/* Стили текста */
.full-banner .banner-content h2 {
  font-size: 27px;
  margin-bottom: 15px;
  text-transform: uppercase;
  line-height: 23px;
  letter-spacing: 0.03em;
}

.full-banner .banner-content p {
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: "Calibri";
  line-height: 23px;
}

.two-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  padding: 21px 33px 0 33px;
  gap: 18px;
}

/* Каждый блок с изображением занимает 50% ширины */
.two-images .image-block {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  position: relative;
}

/* Изображение растягивается на весь блок */
.two-images .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.full-image {
  position: relative;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
  min-height: clamp(528px, 97.222vw, 100vh);
}

/* Картинка растягивается на весь блок */
.full-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* Текст поверх картинки (опционально) */
.full-image .image-text {
  text-align: center;
  color: #f7f4ef;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 36px;
}

/* Стили текста */
.full-image .image-text h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

.full-image .image-text p {
  font-size: 1.5rem;
}

.image-text a {
  font-size: 12px;
}

.fullscreen-banner {
  width: 100%;
  height: 100%;
  background-image: url("/assets/images/banner-f.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-top: 18px;
}

.fullscreen-banner__inner {
  padding-top: clamp(160px, 12.5vw, 180px);
  padding-bottom: clamp(60px, 4.861vw, 70px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(90px, 6.944vw, 100px);
  color: #f7f4ef;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-top h1 {
  font-family: "Didot";
  font-weight: 700;
  font-size: clamp(32px, 6.944vw, 100px);
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary);
}

/* Блок внизу */
.banner-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Ссылки */
.banner-link_first,
.banner-link_second {
  font-size: 17px;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.banner-top_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: clamp(35px, 3.125vw, 45px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: clamp(14px, 1.389vw, 20px);
  line-height: 115%;
  font-weight: 400;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(247, 244, 239, 0.9);
}

.banner-link_first {
  color: rgb(247, 244, 239);
  background-color: #c99f5e;
  width: 319px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Calibri";
}

.banner-link_second {
  color: rgba(32, 32, 32, 0.6);
  background-color: #cfc6b0;
  width: 319px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Calibri";
}

.footer {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 58px 22px;
  background-color: rgb(247, 244, 239);
  color: #202020;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .footer {
    gap: clamp(7px, 0.486vw, 7px);
  }
}

/* Левая часть (форма) */
.footer-left {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (min-width: 1024px) {
  .footer-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 0.694vw, 10px);
}

.subscribe-form input[type=email] {
  text-align: center;
  padding: 6px 12px;
  border: none;
  border-radius: 6px;
  width: clamp(134px, 12.083vw, 174px);
  height: 33px;
  -webkit-box-shadow: 0 4px 4px 0 rgba(191, 191, 191, 0.25);
  box-shadow: 0 4px 4px 0 rgba(191, 191, 191, 0.25);
  background: var(--primary);
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 167%;
  letter-spacing: 0.03em;
  color: rgba(247, 244, 239, 0.7);
}

.subscribe-form input[type=email]::-webkit-input-placeholder {
  color: #f7f4ef;
}

.subscribe-form input[type=email]::-moz-placeholder {
  color: #f7f4ef;
}

.subscribe-form input[type=email]:-ms-input-placeholder {
  color: #f7f4ef;
}

.subscribe-form input[type=email]::-ms-input-placeholder {
  color: #f7f4ef;
}

.subscribe-form input[type=email]::placeholder {
  color: #f7f4ef;
}

.subscribe-form button {
  font-family: "Calibri";
  -webkit-box-shadow: 0 4px 20px 0 rgba(191, 191, 191, 0.25);
  box-shadow: 0 4px 20px 0 rgba(191, 191, 191, 0.25);
  background: #cfc6b0;
  color: var(--202020);
  border: none;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 33px;
  width: clamp(109px, 9.861vw, 142px);
  font-weight: 400;
  font-size: 12px;
  line-height: 108%;
  letter-spacing: 0.02em;
  text-align: center;
  color: var(--202020);
}

.subscribe-form button:hover {
  background: #ddd;
}

/* Чекбокс */
.checkbox {
  font-size: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  opacity: 0.8;
  text-transform: unset !important;
}

/* Правая часть */
.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column: span 2;
  gap: clamp(30px, 12.153vw, 175px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 768px) {
  .footer-right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-self: center;
  }
}

@media (min-width: 1024px) {
  .footer-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.footer-column a {
  display: block;
  text-decoration: none;
  margin-bottom: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 14px;
  font-family: "Calibri";
  line-height: 100%;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.6);
}

.footer-column a:hover {
  opacity: 1;
}

.footer-logo {
  margin-top: clamp(-10px, -0.694vw, -10px);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 768px) {
  .footer-logo {
    justify-self: center;
  }
}

@media (min-width: 1024px) {
  .footer-logo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    justify-self: flex-end;
    padding-right: 28px;
  }
}

/* Логотип */
.footer-logo img {
  width: clamp(86px, 14.974vw, 115px);
  height: clamp(90px, 15.625vw, 120px);
  position: relative;
}

.subscribe-form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.subscribe-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(14px, 1.25vw, 18px);
  font-family: "Calibri";
}

@media (min-width: 768px) {
  .subscribe-form {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .subscribe-form {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.checkbox p {
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.01em;
}

.footer-column p {
  margin-bottom: 28px;
  font-size: 14px;
  font-family: "Calibri";
  font-weight: 400;
  line-height: 107%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(15px, 2.083vw, 30px);
  margin-top: clamp(15px, 1.389vw, 20px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-botto_first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.footer-bottom_second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(20px, 2.083vw, 30px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Calibri";
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer_socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 9px;
}

.footer-botto_first a,
.footer-bottom_second a {
  opacity: 0.6;
  color: #202020;
  text-decoration: none;
  font-family: "Calibri";
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.02em;
}

.floating-button {
  position: fixed;
  bottom: 63px;
  right: 20px;
  width: 60px;
  height: 60px;
  background: #c99f5e;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2000;
  -webkit-transition: 0.2s ease, opacity 0.5s ease;
  transition: 0.2s ease, opacity 0.5s ease;
  opacity: 1;
  visibility: visible;
}

.floating-button img {
  width: 28px;
  height: 28px;
}

.floating-button:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
  background: #b48a52;
}

.floating-button.hidden {
  opacity: 0;
  visibility: hidden;
}

.owl-nav {
  pointer-events: none;
}

.owl-nav button {
  pointer-events: auto;
}

/* Меню 30% слева */
.side-menu {
  position: fixed;
  top: 0;
  left: -120%;
  width: 360px;
  height: 100vh;
  background: #f7f4ef !important;
  color: #f7f4ef;
  padding: 39px 20px 0 20px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 1002;
}

/* Кнопка закрытия */
.side-menu .close-menu {
  font-size: 24px;
  cursor: pointer;
  color: #202020;
}

/* Активное меню */
.side-menu.active {
  left: 0;
}

/* Список меню */
.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
}

.side-menu li a {
  margin-bottom: 0;
  text-transform: uppercase;
  color: #202020;
  font-size: 16px;
  font-family: "Calibri";
  line-height: 100%;
  letter-spacing: 0.03em;
}

.side-menu a {
  color: #202020;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Calibri";
  line-height: 21px;
  letter-spacing: 0.03em;
}

.side-menu-list li {
  padding: 0;
  margin: 0;
}

.side-menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 12px 7px;
  text-decoration: none;
  color: #202020;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Calibri";
  letter-spacing: 0.03em;
  border-radius: 4px;
}

.side-menu-link:hover {
  background: rgba(0, 0, 0, 0.05);
}

.side-menu-arrow {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.overlay.active {
  display: block;
}

.side-menu_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  margin-bottom: 52px;
}

.gender-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}

.gender-link.active {
  text-decoration: underline;
}

.side-menu_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #202020;
  text-transform: uppercase;
  font-size: 14px;
  gap: 20px;
  position: absolute;
  bottom: 64px;
}

.side-menu_footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 17px;
}

.side-menu_footer-contacts-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.side-menu_footer a {
  color: #d7b46a;
  text-decoration: underline;
  font-size: 16px;
  font-family: "Calibri";
  line-height: 100%;
  letter-spacing: 0.02em;
}

.side-menu_footer p {
  font-size: 16px;
  font-family: "Calibri";
  line-height: 100%;
  letter-spacing: 0.02em;
}

@media (max-width: 768px) {
  .side-menu {
    width: 100%;
    left: -100%;
    padding: 24px 16px 0 16px;
  }

  .side-menu.active {
    left: 0;
  }

  /* скрываем боковые колонки на мобиле */
  .sub-menu,
  .third-menu {
    display: none !important;
  }

  .side-menu-back {
    display: none;
    /* по умолчанию спрятан, покажем из JS */
    margin-bottom: 16px;
    font-family: "Calibri";
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer;
  }

  .side-menu-link--active {
    background: rgba(0, 0, 0, 0.05);
  }
}

.city-panel {
  position: fixed;
  top: 0;
  left: -360px;
  width: 360px;
  height: 100vh;
  background: #f7f4ef;
  padding: 32px 24px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 1003;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.city-panel--open {
  left: 0;
}

.city-panel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
}

.city-panel__close {
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
}

.city-panel__title {
  font-family: "Calibri";
  text-transform: uppercase;
  font-size: 16px;
}

.city-panel__country {
  margin-bottom: 16px;
  font-family: "Calibri";
}

.city-panel__search {
  margin-bottom: 16px;
}

.city-panel__search-input {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.6);
  font-family: "Calibri";
}

.city-panel__list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.city-panel__item {
  margin-bottom: 4px;
}

.city-option {
  width: 100%;
  padding: 10px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.city-panel__item--active .city-option {
  background: rgba(0, 0, 0, 0.05);
}

.city-option__radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #c6b79a;
  margin-right: 12px;
  position: relative;
}

.city-panel__item--active .city-option__radio::after {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: #c6b79a;
}

.city-option__name {
  display: block;
  text-transform: uppercase;
  font-family: "Calibri";
  color: #202020;
  font-size: 14px;
}

.city-option__region {
  display: block;
  font-family: "Calibri";
  color: #202020;

  font-size: 12px;
  opacity: 0.7;
}

@media (max-width: 768px) {
  .city-panel {
    width: 100%;
    left: -100%;
  }

  .city-panel.city-panel--open {
    left: 0;
  }
}

.two-images_text {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #f7f4ef;
  top: 91px;
  left: 26px;
  z-index: 2;
}

.two-images_text-first {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Calibri";
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 100%;
  text-align: left;
}

.two-images_text-second {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 0.03em;
  font-weight: 700;
}

.icons img {
  height: 100%;
}

.ru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Calibri";
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.01em;
}

.subscribe-form label,
.subscribe-form div,
.subscribe-form p {
  font-family: "Calibri";
}

.subscribe-form label {
  text-transform: uppercase;
  font-size: 14px;
  width: 276px;
}

.footer_left-and-right {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  row-gap: clamp(30px, 2.083vw, 30px);
}

@media (min-width: 768px) {
  .footer_left-and-right {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer_left-and-right {
    grid-template-columns: 354px 1fr 1fr 1fr;
  }
}

.checkbox-policy {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  width: 38px;
  height: 14px;
  border: 1px solid #c99f5e;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  margin: 4px 0 0 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer_left-and-right .checkbox p {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 13px;
  line-height: 138%;
  letter-spacing: 0.01em;
  color: rgba(32, 32, 32, 0.6);
}

.footer_left-and-right .checkbox p a {
  color: rgba(201, 159, 94, 0.6);
  text-decoration: none;
  font-family: "Calibri";
}

/* Активный чекбокс */
.checkbox-policy:checked {
  border-color: #c99f5e;
  background-color: transparent;
}

/* Галочка */
.checkbox-policy:checked::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 10px;
  border: solid #c99f5e;
  border-width: 0 2px 2px 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  top: 40%;
  left: 50%;
}

.two-images-slider {
  width: 100%;
  margin-top: 18px;
}

.two-images-slider .item.image-block {
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  height: 100%;
}

@media (min-width: 768px) {
  .two-images-slider .item.image-block {
    height: 100vh;
  }
}

.two-images-slider .item.image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.banner-top_block p {
  font-family: "Calibri", sans-serif;
}

.banner-top_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(10px, 1.042vw, 15px);
}

.sub-menu {
  position: fixed;
  top: 0;
  left: -360px;
  width: 360px;
  height: 100vh;
  background: #f7f4ef;
  padding: 39px 20px 0 20px;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
  z-index: 1001;
  pointer-events: none;
  opacity: 0;
  border-left: 1px solid rgba(225, 217, 194, 0.8);
}

.third-menu {
  position: fixed;
  top: 0;
  left: -360px;
  width: 360px;
  height: 100vh;
  background: #f7f4ef;
  padding: 39px 20px 0 20px;
  -webkit-transition: left 0.2s ease;
  transition: left 0.2s ease;
  z-index: 1003;
  /* было 1000 */
  pointer-events: none;
  opacity: 0;
  border-left: 1px solid rgba(225, 217, 194, 0.8);
}

.third-menu.visible {
  left: 720px;
  /* 360 (1‑й столбец) + 360 (2‑й) */
  opacity: 1;
  pointer-events: auto;
}

.third-menu-list {
  margin-top: 61px !important;
}

.sub-menu.visible {
  left: 360px;
  opacity: 1;
  pointer-events: auto;
}

.sub-menu-list {
  margin-top: 41px !important;
}

.banner-top_block ul li {
  font-family: "Calibri";
}

.side-menu-list li a span {
  font-family: "Calibri";
}

.item-video {
  position: relative;
  overflow: hidden;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

/* Каталог */
.catalog-section {
  color: #202020;
  padding-top: clamp(20px, 1.389vw, 20px);
  background: var(--secondary);
}

.catalog-page--man .catalog-section {
  background: var(--202020);
}

.breadcrumbs {
  margin-top: clamp(80px, 6.944vw, 100px);
  margin-bottom: clamp(30px, 2.778vw, 40px);
  font-family: "Calibri";
  color: #666;
}

@media (min-width: 768px) {
  .breadcrumbs {
    width: auto;
  }
}

.breadcrumbs a {
  font-weight: 400;
  text-decoration: none;
  font-family: "Calibri";
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.5);
}

.breadcrumbs a svg {
  vertical-align: middle;
  padding-bottom: 2px;
  width: clamp(10px, 0.764vw, 11px);
  min-height: clamp(10px, 0.764vw, 11px);
  width: 12px;
  height: 12px;
}

.catalog-page--man .breadcrumbs a svg path {
  stroke: rgba(247, 244, 239);
}

.catalog-page--man .breadcrumbs a {
  color: rgba(247, 244, 239, 0.7);
}

.catalog-page--man .breadcrumbs span {
  color: rgba(247, 244, 239, 0.7);
}

.breadcrumbs span {
  font-weight: 400;
  text-decoration: none;
  font-family: "Calibri";
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.5);
}

.catalog-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .catalog-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.catalog-title {
  font-weight: 400;
  font-size: clamp(21px, 1.736vw, 25px);
  text-transform: uppercase;
  margin-bottom: clamp(20px, 2.778vw, 40px);
  color: #202020;
  line-height: 104%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: "Calibri";
}

.catalog-page--man .catalog-title {
  color: var(--secondary);
}

.catalog-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  padding: 0 38px;
}

.filter-toggle {
  background: #c99f5e;
  color: #f7f4ef;
  border: none;
  padding: 12px 24px;
  border-radius: 30px;
  cursor: pointer;
  font-family: "Calibri";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.filter-toggle:hover {
  background: #b48a52;
}

.sort-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.sort-options label {
  font-family: "Calibri";
  font-size: 14px;
  color: #666;
}

.sort-options select {
  background: transparent;
  border: 1px solid #c99f5e;
  border-radius: 4px;
  padding: 8px 15px;
  color: #202020;
  font-family: "Calibri";
  font-size: 14px;
  outline: none;
}

.category-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(10px, 1.389vw, 20px);
  margin-bottom: clamp(18px, 2.778vw, 40px);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-tab {
  font-family: "Calibri";
  font-size: clamp(13px, 0.972vw, 14px);
  font-weight: 400;
  color: var(--202020);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}

.catalog-page--man .category-tab {
  color: rgba(247, 244, 239, 0.8);
}

.category-tab.active {
  color: var(--primary);
}

.category-tab:hover {
  color: var(--primary);
}

.sort-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}

.sort-options label {
  font-family: "Calibri";
  font-size: 14px;
  color: #666;
}

.sort-options select {
  background: transparent;
  border: 1px solid #c99f5e;
  border-radius: 4px;
  padding: 8px 15px;
  color: #202020;
  font-family: "Calibri";
  font-size: 14px;
  outline: none;
}

.catalog-page--man .sort__title {
  color: var(--secondary);
}

.sort {
  position: relative;
  margin-bottom: clamp(20px, 2.083vw, 30px);
}

/* базовые стили choices */
.sort__title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-family: "Calibri";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--202020);
}

.sort__title .choices {
  min-width: 73px;
}

.choices {
  min-width: 220px;
}

.sort__title .choices__list--single {
  padding: 0;
  max-width: 110px;
}

.sort__filters {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
  cursor: pointer;
}

.catalog-page--man .sort__filters {
  color: var(--secondary);
}

.sort__label {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
  cursor: pointer;
}

.catalog-page--man .sort__label {
  color: var(--secondary);
}

.sort__toggle {
  border: none;
  background: transparent;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  cursor: pointer;
  font: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  color: inherit;
}

.sort__arrow {
  width: 7px;
  height: 7px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  margin-top: 1px;
}

.catalog-page--man .sort__arrow {
  border-right: 1px solid var(--secondary);
  border-bottom: 1px solid var(--secondary);
}

.sort.open .sort__arrow {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 4px;
}

.sort-mobile.open .sort__arrow {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 4px;
}

/* дропдаун */
.sort__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  margin-top: 6px;
  padding: 16px 0;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  display: none;
  min-width: 260px;
  z-index: 100;
}

@media (min-width: 1024px) {
  .sort__dropdown {
    left: unset;
  }
}

.sort.open .sort__dropdown {
  display: block;
}

.sort-mobile.open .sort__dropdown {
  display: block;
  top: 29%;

}

.sort__option {
  width: 100%;
  padding: 14px 24px;
  border: none;
  background: transparent;
  text-align: left;
  font-family: "Calibri";
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #202020;
  cursor: pointer;
}

/* выбранная опция */
.sort__option.is-active {
  background: #f7f3eb;
  position: relative;
}

.sort__option.is-active::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  width: 10px;
  height: 6px;
  margin-top: -4px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* галочка */
}

.sort__option:hover {
  background: rgba(0, 0, 0, 0.03);
}

.sort__title .choices__list--single .choices__item {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
}

.sort__title .choices[data-type*=select-one]::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.sort__title .choices[data-type*=select-one].is-open::after {
  margin-top: 0;
  right: 14px;
}

.sort__title .choices__list[aria-expanded] {
  min-width: 190px;
}

/* обёртка активного селекта */
.choices__inner {
  border: 0;
  border-radius: 0;
  padding: 0;
  min-height: auto;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* текст выбранного пункта */
.choices__list--single .choices__item {
  padding: 4px 0;
  font-size: 13px;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 108%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--202020);
}

.catalog-page--man .choices__list--single .choices__item {
  color: var(--secondary);
}

/* убираем стандартную стрелку choices и рисуем свою тонкую */
.choices[data-type*=select-one]::after {
  content: "";
  border: 0;
  position: absolute;
  right: 5px;
  top: 35%;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* при открытом выпадающем списке — поворачиваем стрелку вверх */
.choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* сам dropdown */
.choices__list--dropdown,
.choices__list[aria-expanded] {
  margin-top: 6px;
  border: 0;
  border-radius: 6px;
  padding: 6px 0;
  -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  background-color: #fff;
}

.catalog-page--man .choices__list--dropdown,
.choices__list[aria-expanded] {
  background-color: #fff !important;
}

/* пункт списка */
.choices__list--dropdown .choices__item {
  padding: 12px 18px;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 108%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--202020);
  cursor: pointer;
}

/* убираем стандартный hover */
.choices__list--dropdown .choices__item.is-highlighted {
  background-color: transparent;
}

/* выбранный пункт – бежевый фон + галочка */
.choices__list--dropdown .choices__item.is-selected {
  background-color: #f7f3eb;
  position: relative;
}

/* галочка справа */
.choices__list--dropdown .choices__item.is-selected::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 6px;
  margin-top: -4px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* прячем поиск внутри dropdown (он по умолчанию есть) */
.choices__list--dropdown .choices__input {
  display: none !important;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 0 !important;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(184px, 1fr));
  -webkit-column-gap: clamp(10px, 0.833vw, 12px);
  -moz-column-gap: clamp(10px, 0.833vw, 12px);
  column-gap: clamp(10px, 0.833vw, 12px);
  row-gap: clamp(20px, 1.389vw, 20px);
  margin-bottom: clamp(50px, 4.514vw, 65px);
}

@media (min-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: clamp(20px, 1.736vw, 25px);
  }
}

@media (min-width: 1024px) {
  .products-grid {
    grid-template-columns: repeat(auto-fill, minmax(339px, 1fr));
  }
}

.product-card {
  background: transparent;
}

.product-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: opacity 0.03s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.03s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.03s ease, transform 0.4s ease;
  transition: opacity 0.03s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  display: block;
  aspect-ratio: 8/11;
}

.product-image .img-hover {
  position: absolute;
  inset: 0;
  opacity: 0;
}

.product-card:hover .product-image .img-hover {
  opacity: 1;
}

.product-card:hover .product-image .img-primary {
  opacity: 0;
}

.products-grid>a {
  text-decoration: none;
}

.btn-wish {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}

.btn-wish svg {
  -webkit-transition: fill 0.3s ease, stroke 0.3s ease;
  transition: fill 0.3s ease, stroke 0.3s ease;
  fill: transparent;
}

.btn-wish:hover svg path {
  fill: #c99f5e;
  stroke: #c99f5e;
}

.btn-add svg {
  fill: transparent;
  stroke: #f7f4ef;
}

.btn-add:hover svg path {
  stroke: #c99f5e;
}

.product__add {
  fill: var(--secondary);
}

.product__add:hover path {
  /* fill: #c99f5e; */
  stroke: #c99f5e;
}

.product__wish {
  fill: var(--secondary);
}

.product__wish:hover path {
  fill: #c99f5e;
  stroke: #c99f5e;
}

.product-plate {
  position: absolute;
  bottom: 0;
  background: rgba(32, 32, 32, 0.2) !important;
  width: 100%;
  padding: 10px 16px 16px 16px;
}

.product-plate__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.product-plate p {
  font-family: "Calibri";
  color: #f7f4ef;
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 136%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--secondary);
  text-align: center;
}

.product-plate a {
  position: absolute;
  right: 0;
  opacity: 0;
  visibility: hidden;
}

.product-card:hover .product-plate a {
  opacity: 1;
  visibility: visible;
}

.product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: clamp(10px, 0.833vw, 12px);
}

.product-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: clamp(4px, 0.278vw, 4px);
  /* скрываем высоту и отступы */

  height: 35px;
  margin-bottom: clamp(8px, 0.694vw, 10px);

  overflow: hidden;
  opacity: 1;
  -webkit-transition: height 0.25s, opacity 0.25s, margin-bottom 0.25s;
  transition: height 0.25s, opacity 0.25s, margin-bottom 0.25s;
}

/* .product-card:hover .product-line {
  height: 35px;
  margin-bottom: clamp(8px, 0.694vw, 10px);
  opacity: 1;
} */

.product-line__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--e1d9c2);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  cursor: pointer;
  overflow: hidden;
}


.product-line__wrapper.active {
  border: 1px solid var(--primary);
}

.product-line__wrapper img {
  width: 35px !important;
  height: 35px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  border-radius: 100% !important;
}

.product-name {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 11px;
  line-height: 136%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: var(--202020);
  margin-bottom: clamp(8px, 0.694vw, 10px);
  text-decoration: none;
}

.product-name span {
  color: var(--primary);
}

.catalog-page--man .product-name {
  color: rgba(247, 244, 239, 0.8);
}

.product-price {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: var(--202020);
}

.product-price span {
  font-size: 10px;
  line-height: 160%;
  letter-spacing: 0.01em;
  text-transform: lowercase;
  /* color: rgba(32, 32, 32, 0.5); */
  color: #202020;

}

.catalog-page--man .product-price {
  color: var(--secondary);
}

.catalog-page--man .product-price span {
  color: rgba(247, 244, 239, 0.5);
}

/* Адаптивка */
@media (max-width: 1200px) {

  .left-menu,
  .right-menu {
    display: none;
  }
}

/* Адаптивка (мобильные устройства) */
@media (max-height: 800px) {
  .side-menu_footer {
    bottom: 10px;
  }
}

@media (max-width: 768px) {
  .search input {
    width: 100px;
  }

  .two-images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .two-images .image-block {
    height: 50vh;
  }

  .banner-top h1 {
    font-size: 2rem;
  }

  .banner-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.default-title {
  font-weight: 400;
  font-size: clamp(19px, 1.389vw, 20px);
  line-height: 110%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
  font-family: "Calibri";
}

.cart {
  margin-top: clamp(20px, 1.389vw, 20px);
  padding-bottom: clamp(70px, 15.278vw, 220px);
}

.cart__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(45px, 11.111vw, 160px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .cart__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cart__main {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.cart__main-title {
  color: rgba(32, 32, 32, 0.9);
}

.cart__right-title {
  color: rgba(32, 32, 32, 0.9);
}

.cart__product {
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
  width: 100%;
  padding: clamp(25px, 1.736vw, 30px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(15px, 1.944vw, 28px);
}

.cart__right {
  -webkit-box-flex: 1.3;
  -ms-flex: 1.3;
  flex: 1.3;
}

.cart__product-left {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cart__product-left img {
  width: 100%;
  height: 100%;
  width: clamp(105px, 7.431vw, 107px);
  -o-object-fit: cover;
  object-fit: cover;
}

.cart__product-right {
  width: 100%;
}

.cart__product-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: clamp(20px, 2.083vw, 30px);
  margin-bottom: clamp(14px, 0.972vw, 14px);
}

.cart__product-title {
  display: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

@media (min-width: 1024px) {
  .cart__product-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    lign-items: center;
  }
}

.cart__product-name {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(13px, 0.972vw, 14px);
  line-height: 150%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.9);
}

.cart__product-price {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(18px, 1.389vw, 20px);
  line-height: 80%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(32, 32, 32, 0.9);
}

.cart__product-wish {
  cursor: pointer;
  margin-top: -2px;
  -webkit-transition: stroke 0.3s ease;
  transition: stroke 0.3s ease;
  fill: #fff;
}

.cart__product-wish:hover path {
  fill: #c99f5e;
  stroke: #c99f5e;
}

.cart__product-attr {
  margin-bottom: clamp(11px, 0.833vw, 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cart__product-attr p {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 158%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.7);
}

.cart__product-line {
  margin-bottom: clamp(13px, 1.042vw, 15px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.cart__roduct-line .product-line__wrapper {
  width: clamp(14px, 1.042vw, 15px);
  height: clamp(14px, 1.042vw, 15px);
}

.cart__product-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 2.083vw, 30px);
  margin-bottom: clamp(15px, 1.25vw, 18px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* общие стили кнопок */
  /* корзина слева */
  /* плюс справа */
  /* поле количества */
  /* убираем спиннеры у number */
  /* базовая обёртка choices */
  /* сам вид селекта */
  /* текст выбранного элемента */
  /* своя стрелка */
  /* при открытом списке – стрелка вверх */
  /* dropdown */
  /* элементы списка */
  /* правая часть — состояние наличия */
  /* в закрытом селекте показываем только размер */
  /* убираем стандартный hover цвет */
}

@media (min-width: 768px) {
  .cart__product-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.cart__product-options .product-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  min-width: 120px;
}

.cart__product-options .product-field__label {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--primary);
}

.cart__product-options .quantity.qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 3px;
  border: 1px solid rgba(32, 32, 32, 0.2);
  padding: clamp(4px, 0.313vw, 4.5px) clamp(10px, 0.833vw, 12px);
  background: #fff;
  gap: clamp(8px, 1.042vw, 15px);
  width: 100%;
  max-width: clamp(83px, 12.5vw, 96px);
}

.cart__product-options .quantity .plus {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  font-family: "Calibri";
  font-size: clamp(18px, 1.25vw, 18px);
  color: #202020;
}

.cart__product-options .quantity .minus {
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  font-family: "Calibri";
  font-size: clamp(18px, 1.25vw, 18px);
  color: #202020;
}

.cart__product-options .quantity .minus svg {
  width: clamp(17px, 1.181vw, 17px);
  height: clamp(15px, 1.181vw, 17px);
}

.cart__product-options .quantity .plus {
  font-size: clamp(18px, 1.25vw, 18px);
  line-height: 72%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--202020);
  font-weight: 400;
  font-family: "Calibri";
}

.cart__product-options .quantity .qty.input-text {
  width: clamp(10px, 1.111vw, 16px);
  text-align: center;
  border: none;
  padding: 0;
  margin: 0;
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(16px, 1.111vw, 16px);
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--202020);
  background: transparent;
}

.cart__product-options .quantity .qty::-webkit-outer-spin-button,
.cart__product-options .quantity .qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.cart__product-options .quantity .qty[type=number] {
  -moz-appearance: textfield;
}

.cart__product-options .product-field .choices {
  width: 100%;
}

.cart__product-options .product-field .choices__inner {
  border-radius: 6px;
  border: 1px solid #ebdfca;
  background-color: #fff;
  min-height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.cart__product-options .product-field .choices__list--single .choices__item {
  font-size: 14px;
  color: #222;
  padding: 4px 16px 4px 10px;
}

.cart__product-options .product-field .choices[data-type*=select-one]::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /* вниз */
  pointer-events: none;
}

.cart__product-options .product-field .choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.cart__product-options .product-field .choices__list--dropdown,
.cart__product-options .product-field .choices__list[aria-expanded] {
  border-radius: 6px;
  border: 1px solid #ebdfca;
  margin-top: 4px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.cart__product-options .product-field .choices__list--dropdown .choices__item {
  font-size: 14px;
  padding: 8px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 16px;
}

.cart__product-options .product-field .choices__list--dropdown .choices__item::after {
  content: attr(data-availability);
  font-family: "Calibri";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #202020;
  opacity: 0.7;
}

.cart__product-options .product-field .choices__list--single .choices__item::after {
  content: none;
}

.cart__product-options .product-field .choices__list--dropdown .choices__item.is-highlighted {
  background-color: #f7f3eb;
}

.cart__product-options .product-field .choices {
  min-width: clamp(30px, 4.861vw, 70px);
  max-width: clamp(100px, 8.333vw, 120px);
}

.delete {
  margin-left: auto;
  background: none;
  outline: none;
  border: none;
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 175%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: underline;
  color: var(--202020);
  cursor: pointer;
}

.delete:hover {
  text-decoration: none;
}

.cart__product-choise {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.cart__choise-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(6px, 0.556vw, 8px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cart__choise-wrapper p {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 10px;
  line-height: 210%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.6);
}

.cart__main-bottom {
  margin-top: clamp(20px, 1.944vw, 28px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(22px, 1.875vw, 27px);
}

.cart-section {
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
}

.cart-section--open {
  border-bottom: none;
}

.cart-section__header {
  width: 100%;
  padding: 16px 0 4px 0;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.cart-section__header>div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cart-section__title {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(13px, 0.972vw, 14px);
  line-height: 21%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
}

.cart-section__subtitle {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.903vw, 13px);
  line-height: 158%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.6);
}

.cart-section__arrow {
  width: 8px;
  height: 8px;
  border-right: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  /* СВЁРНУТО: ">" (вправо) */
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.cart-section--open .cart-section__arrow {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /* РАЗВЁРНУТО: "v" (вниз) */
}

.cart-section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(14px, 1.389vw, 20px);
  padding: 16px 0 0;
  width: 100%;
  max-width: clamp(450px, 37.5vw, 540px);
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  border-top: 1px solid #e0e0e0;
  -webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
  transition: max-height 0.3s ease, opacity 0.3s ease;
}

.cart-section--open .cart-section__body {
  max-height: 1000px;
  opacity: 1;
  border-top: none;
}

.cart-section--open .cart-section__arrow {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

/* поля */
.cart-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3px;
}

.cart-delivery-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(14px, 1.389vw, 20px);
}

.cart-field__label {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.903vw, 13px);
  line-height: 146%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.9);
}

.cart-field__text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.903vw, 13px);
  line-height: 158%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

.cart-field__hint {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(11px, 0.833vw, 12px);
  line-height: 158%;
  letter-spacing: 0.01em;
  color: rgba(32, 32, 32, 0.6);
}

.cart-field--row-2,
.cart-field--row-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: clamp(13px, 1.042vw, 15px);
}

.cart-field--row-2 .cart-field {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cart-field--row-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.cart-field--row-3 .cart-field:last-child {
  grid-column: span 2;
}

.cart-field input,
.cart-field select {
  outline: none;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(32, 32, 32, 0.2);
  padding: 10px 12px;
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.903vw, 13px);
  line-height: 158%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.6);
}

.cart-field select {
  font-size: clamp(13px, 0.972vw, 14px);
  line-height: 93%;
  letter-spacing: 0.01em;
  color: rgba(32, 32, 32, 0.8);
}

.cart-field__control--with-icon {
  position: relative;
}

.cart-field__control--with-icon input {
  padding-right: 32px;
}

.cart-field__icon-btn {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: transparent;
  cursor: pointer;
}

.cart-field--radio-group .cart-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(5px, 0.417vw, 6px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* радиокнопки */
.cart-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  margin-bottom: 8px;
  cursor: pointer;
}

.cart-radio input {
  display: none;
}

.cart-radio__text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 162%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
}

.cart-radio__box {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  position: relative;
}

.cn-form__field .checkbox__box {
  border: 1px solid rgba(32, 32, 32, 0.5);
}

.cart-field--radio-b .cart-radio__box {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 4px;
}

.cart-radio input:checked+.cart-radio__box::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: #202020;
}

.cart-radio__subtext {
  display: block;
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 117%;
  letter-spacing: 0.01em;
  color: rgba(32, 32, 32, 0.4);
}

/* логотипы оплаты */
.cart-payment-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  gap: 9px;
}

.cart-payment-logos img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.wishlist {
  background: #fff;
}

.wishlist__main-title {
  margin-bottom: clamp(35px, 3.472vw, 50px);
}

.product-radio__wrapper {
  border: 1px solid rgba(32, 32, 32, 0.8);
  border-radius: 50%;
  width: 11px;
  height: 11px;
  cursor: pointer;
}

.product-line__wrapper.active {
  border: 1px solid var(--primary);
}

.product-radio__wrapper.active {
  border: 1px solid var(--primary);
}

.cart__checkout {
  padding: clamp(25px, 1.736vw, 30px) 0;
}

.cart__checkout-promocode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(8px, 0.694vw, 10px);
}

.cart__promocode-title {
  font-weight: 400;
  font-size: clamp(12px, 0.972vw, 14px);
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--primary);
  font-family: "Calibri";
}

.cart__promocode-field {
  border: none;
  outline: none;
  padding: clamp(8px, 0.694vw, 10px) 0;
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.972vw, 14px);
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
  background: #fff;
}

.cart__additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(15px, 1.389vw, 20px);
}

.cart__bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(0px, 0.694vw, 10px);
}

.cart__bonus-title {
  font-weight: 400;
  font-size: clamp(12px, 0.972vw, 14px);
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--primary);
  font-family: "Calibri";
}

.cart__bonus-plate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(8px, 0.694vw, 10px);
}

.cart__bonus-plate p {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 175%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

.cart__bonus-plate svg {
  cursor: pointer;
}

.cart__active {
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.06);
  background: rgba(225, 217, 194, 0.6);
  border-radius: 5px;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 11px;
  line-height: 145%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: var(--202020);
  text-align: center;
  width: clamp(168px, 17.292vw, 249px);
  height: clamp(37px, 2.778vw, 40px);
}

.cart__active:hover {
  background: rgba(235, 230, 215, 0.6);
}

.cart__ways {
  margin-top: clamp(24px, 2.361vw, 34px);
}

.cart__ways-title {
  font-weight: 400;
  font-size: clamp(12px, 0.972vw, 14px);
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--primary);
  font-family: "Calibri";
  margin-bottom: clamp(10px, 1.042vw, 15px);
}

.cart__ways-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-ways__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 14px;
  height: 14px;
}

.cart__ways-wrapper p {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

.product-ways__wrapper.active {
  border: 1px solid var(--primary);
}

.cart__bottom {
  margin-bottom: clamp(20px, 2.083vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(10px, 0.694vw, 10px);
}

.cart__bottom-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(20px, 1.389vw, 20px);
}

.cart__item-normal--title {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

.cart__item-normal--text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(13px, 1.042vw, 15px);
  line-height: 107%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(32, 32, 32, 0.9);
}

.cart__item-discount--title {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--primary);
}

.cart__item-discount--text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(13px, 1.042vw, 15px);
  line-height: 107%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: var(--primary);
}

.cart__bottom-item--add {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 191%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--202020);
  margin-bottom: 20px;
  margin-top: -20px;
}

.cart__bottom-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(10px, 0.694vw, 10px);
}

.cart__item-result--title {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(14px, 1.042vw, 15px);
  line-height: 105%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(32, 32, 32, 0.9);
}

.cart__item-result--text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(20px, 1.736vw, 25px);
  line-height: 64%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: rgba(32, 32, 32, 0.9);
}

.cart__bottom-btn {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(13px, 0.972vw, 14px);
  line-height: 114%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary);
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background: var(--primary);
  width: 100%;
  padding: 18px;
  border-radius: 6px;
}

.cart__bottom-btn:hover {
  background: #d4b27e;
}

.cart__bottom-text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 164%;
  letter-spacing: 0.01em;
  text-align: center;
  color: rgba(32, 32, 32, 0.6);
  padding-top: clamp(10px, 0.694vw, 10px);
  max-width: clamp(348px, 54.688vw, 420px);
  width: 100%;
  margin: 0 auto;
}

.checkout-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 1000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.checkout-modal--open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkout-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.checkout-modal__dialog {
  position: relative;
  max-width: 420px;
  width: 100%;
  background: #fff;
  padding: 24px 24px 28px;
  border-radius: 12px;
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

/* Крестик */
.checkout-modal__close {
  position: absolute;
  top: 16px;
  right: 18px;
  border: none;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

/* Табы */
.checkout-modal__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
  padding-right: 32px;
  /* чтобы не прилипали к крестику */
}

.checkout-modal__tab {
  cursor: pointer;
  border: none;
  padding: 0;
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(20px, 1.736vw, 25px);
  line-height: 88%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--202020);
  background: none;
}

/* Форма */
.checkout-form__group {
  margin-bottom: 16px;
}

.checkout-form__label {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 83%;
  color: rgba(32, 32, 32, 0.4);
}

.checkout-form__input {
  width: 100%;
  padding: 10px 12px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  color: rgba(32, 32, 32, 0.4);
  outline: none;
  margin-top: 4px;
}

.checkout-form__input:focus {
  border-color: #c9a06b;
}

/* Кастомный селект */
.custom-select {
  position: relative;
  margin-top: 4px;
}

.custom-select__current {
  width: 100%;
  text-align: left;
  padding: 10px 36px 10px 12px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background: #fff;
  cursor: pointer;
  position: relative;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 14px;
  line-height: 93%;
  color: rgba(32, 32, 32, 0.4);
}

.custom-select__current::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease;
}

.custom-select--open .custom-select__current::after {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  -ms-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}

.custom-select__dropdown {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background: #fff;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: max-height 0.2s ease, opacity 0.2s ease;
  transition: max-height 0.2s ease, opacity 0.2s ease;
  z-index: 1;
}

.custom-select--open .custom-select__dropdown {
  max-height: 150px;
  opacity: 1;
  pointer-events: auto;
}

.custom-select__option {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border: none;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.custom-select__option:hover {
  background: #f5f5f5;
}

/* Чекбоксы */
.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  margin-bottom: 11px;
}

.checkbox__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.checkbox__box {
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #c9a06b;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
}

.checkbox__input:checked+.checkbox__box::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 0px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #c9a06b;
  border-bottom: 2px solid #c9a06b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox__text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  letter-spacing: -0.01em;
  color: rgba(32, 32, 32, 0.6);
}

.checkbox__text a {
  color: var(--primary);
  text-decoration: none;
}

/* Кнопка отправки */
.checkout-form__submit {
  width: 100%;
  margin-top: 14px;
  padding: 12px 16px;
  border-radius: 7px;
  border: none;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 15px;
  line-height: 107%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: var(--primary);
}

.checkout-form__submit:hover {
  background: #b48c56;
}

/* адаптив */
@media (max-width: 480px) {
  .checkout-modal__dialog {
    margin: 20px 10px;
    padding: 18px 16px 22px;
  }
}

.footer-custom {
  margin-top: auto;
  background: var(--secondary);
  position: relative;
  display: none;
}

@media (min-width: 1024px) {
  .footer-custom {
    display: block;
  }
}

.footer-custom::before,
.footer-custom::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100vw;
  height: 1px;
  background: var(--202020);
}

.footer-custom::before {
  top: 30px;
}

.footer-custom::after {
  bottom: 60px;
}

.footer-custom__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-custom__top {
  margin-top: clamp(60px, 4.167vw, 60px);
  margin-bottom: clamp(38px, 2.639vw, 38px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(20px, 1.389vw, 20px);
}

.footer-custom__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(16px, 1.597vw, 23px);
}

.footer-custom__menu--item {
  list-style-type: none;
}

.footer-custom__menu--item a {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
  text-decoration: none;
}

.footer-custom__menu--item a:hover {
  color: var(--primary);
}

.footer-custom__news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 1.111vw, 16px);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-custom__news--title {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
}

.footer-custom__news input {
  border: none;
  outline: none;
  padding-bottom: clamp(8px, 0.694vw, 10px);
  border-bottom: 1px solid rgba(32, 32, 32, 0.2);
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(13px, 0.972vw, 14px);
  letter-spacing: -0.01em;
  text-transform: capitalize;
  color: rgba(32, 32, 32, 0.6);
  background: none;
  width: clamp(320px, 22.778vw, 328px);
}

.footer-custom__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(20px, 1.389vw, 20px);
  margin-bottom: clamp(22px, 1.944vw, 28px);
}

.footer-custom__copyright {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-custom__copyright img {
  padding-right: 2px;
}

.footer-custom__copyright--year {
  padding-right: 3px;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.5);
}

.footer-custom__copyright--text {
  font-family: "Didot";
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.7);
}

.footer-custom__second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(22px, 2.917vw, 42px);
}

.footer-custom__second a {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.5);
  text-decoration: none;
}

.footer-custom__second a:hover {
  color: var(--primary);
}

.footer-custom--black {
  background: var(--202020);
}

.footer-custom--black::before,
.footer-custom--black::after {
  background: #fff;
}

.footer-custom--black .footer-custom__menu--item a {
  color: var(--secondary);
}

.footer-custom--black .footer-custom__menu--item a:hover {
  color: var(--primary);
}

.footer-custom--black .footer-custom__news input {
  border-bottom: 1px solid #fff;
  color: var(--secondary);
}

.footer-custom--black .footer-custom__news--title {
  color: var(--secondary);
}

.footer-custom--black .footer-custom__copyright--year {
  color: var(--secondary);
}

.footer-custom--black .footer-custom__copyright--text {
  color: var(--secondary);
}

.footer-custom--black .footer-custom__second a {
  color: var(--secondary);
}

.footer-custom--black .footer-custom__second a:hover {
  color: var(--primary);
}

.footer-main {
  display: block;
}

@media (min-width: 1024px) {
  .footer-main {
    display: none;
  }
}

.product {
  margin-top: clamp(30px, 2.083vw, 30px);
}

/* Страница товара */
.product-main {
  background: var(--secondary);
}

.product-page--man .product-main {
  background: var(--202020);
}

.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(25px, 2.778vw, 40px);
}

@media (min-width: 1024px) {
  .product__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.product__inner .cart {
  padding-bottom: 0;
  padding-top: 0;
}

.product__gallery {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(14px, 1.25vw, 18px);
}

.product__gallery-main img {
  width: 100%;
}

.product__gallery-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(8px, 0.833vw, 12px);
  overflow-x: auto;
  padding-bottom: 4px;
}

.product__thumb {
  border: 1px solid rgba(32, 32, 32, 0.15);
  border-radius: 4px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 clamp(64px, 5.833vw, 84px);
  flex: 0 0 clamp(64px, 5.833vw, 84px);
  height: clamp(82px, 7.639vw, 110px);
}

.product__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.product__thumb.is-active {
  border-color: var(--primary);
}

.product__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(14px, 1.25vw, 18px);
}

@media (min-width: 1024px) {
  .product__info {
    margin-top: 23px;
  }
}

.product__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2px;
  gap: clamp(35px, 3.472vw, 50px);
}

.product__title p {
  max-width: 245px;
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(14px, 1.389vw, 20px);
  line-height: 110%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.9);
}

.product__title span {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(15px, 1.389vw, 20px);
  margin-left: auto;
}

.product__subtitle {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(18px, 1.528vw, 22px);
  line-height: 73%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: left;
  color: rgba(32, 32, 32, 0.9);
}

.product__price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
  margin-top: clamp(6px, 0.694vw, 10px);
}

@media (min-width: 768px) {
  .product__price-block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    gap: clamp(16px, 1.389vw, 20px);
  }
}

.product__price-main {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(18px, 1.528vw, 22px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.9);
}

.product__price-extra {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 11px;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.6);
}

.product__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(12px, 1.389vw, 20px);
}

@media (min-width: 768px) {
  .product__options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.product__options .product-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
  min-width: 140px;
}

.product__options .product-field__label {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: var(--primary);
}

.product__options .product-field .choices {
  width: 100%;
  min-width: clamp(70px, 6.25vw, 90px);
  max-width: clamp(130px, 10.417vw, 150px);
}

.product__options .product-field .choices__inner {
  border-radius: 6px;
  border: 1px solid #ebdfca;
  background-color: #fff;
  min-height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product__options .product-field .choices__list--single .choices__item {
  font-size: 14px;
  color: #222;
  padding: 4px 16px 4px 10px;
}

.product__options .product-field .choices[data-type*=select-one]::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  pointer-events: none;
}

.product__options .product-field .choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.product__options .product-field .choices__list--dropdown,
.product__options .product-field .choices__list[aria-expanded] {
  border-radius: 6px;
  border: 1px solid #ebdfca;
  margin-top: 4px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.product__options .product-field .choices__list--dropdown .choices__item {
  font-size: 14px;
  padding: 8px 12px;
}

.product__options .product-field .choices__list--dropdown .choices__item.is-highlighted {
  background-color: #f7f3eb;
}

.product__buttons {
  margin-top: clamp(20px, 2.083vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(10px, 0.694vw, 10px);
}

.product__btn-primary {
  border-radius: 6px;
  font-weight: 400;
  font-family: "Calibri";
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 13px;
  line-height: 123%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary);
  padding: 17px 14px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background: var(--primary);
  border: none;
  outline: none;
  cursor: pointer;
}

.product__btn-primary:hover {
  background: #b88f54;
}

form.cart select[name^=attribute_pa_color] {
  display: none;
}

.product__btn-secondary {
  padding: 17px 14px;
  border-radius: 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid rgba(225, 217, 194, 0.8);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background: #cfc6b0;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary);
}

.product__btn-secondary:hover {
  background: #b8ae97;
}

.product__services {
  margin-top: clamp(14px, 1.389vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.product__service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.product__service-item p {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 10px;
  line-height: 210%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.6);
}

.product__service-dot {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  border: 1px solid var(--primary);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product__details {
  margin-top: clamp(24px, 2.222vw, 32px);
}

.product-accordion {
  border-top: 1px solid rgba(225, 217, 194, 0.8);
  font-family: "Calibri";
}

.product-accordion__item {
  border-bottom: 1px solid rgba(225, 217, 194, 0.8);
}

.product-accordion__header {
  width: 100%;
  padding: 14px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: transparent;
  border: none;
  cursor: pointer;
}

.product-accordion__title {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 13px;
  line-height: 146%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.9);
}

.product-accordion__arrow {
  width: 8px;
  height: 8px;
  border-right: 1px solid rgb(210, 192, 152);
  border-bottom: 1px solid rgb(210, 192, 152);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.product-accordion__item.is-open .product-accordion__arrow {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.product-accordion__body {
  display: none;
  padding: 0 0 14px 0;
}

.product__details-text p {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

.product__details-item {
  margin-top: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.product__details-label {
  font-family: "Calibri";
  font-weight: 500;
  font-size: 13px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

.product__details-value {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

.product__recommendations {
  margin-top: clamp(80px, 6.25vw, 90px);
}

.product__recommendations .default-title {
  margin-bottom: clamp(24px, 2.361vw, 34px);
}

.product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(24px, 2.778vw, 40px);
}

@media (min-width: 1024px) {
  .product__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.product__gallery {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.product-gallery-item img {
  width: 100%;
  height: 100%;
  max-height: 401px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

/* мозаика фото слева */
.product-gallery-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-auto-rows: minmax(140px, auto);
  gap: clamp(4px, 0.278vw, 4px);
}

.product-gallery-item--large-left {
  grid-column: 1/span 3;
  grid-row: 1/span 2;
}

.product-gallery-item--large-left img {
  max-height: 640px;
}

.product-gallery-item--large-right {
  grid-column: 4/span 3;
  grid-row: 1/span 2;
}

.product-gallery-item--large-right img {
  max-height: 640px;
}

/* три нижних маленьких */
.product-gallery-item--small:nth-of-type(3) {
  grid-column: 1/span 2;
  grid-row: 3;
}

.product-gallery-item--small:nth-of-type(4) {
  grid-column: 3/span 2;
  grid-row: 3;
}

.product-gallery-item--small:nth-of-type(5) {
  grid-column: 5/span 2;
  grid-row: 3;
}

@media (max-width: 768px) {
  .product-gallery-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(220px, auto);
  }

  .product-gallery-item--large-left,
  .product-gallery-item--large-right,
  .product-gallery-item--small:nth-of-type(3),
  .product-gallery-item--small:nth-of-type(4),
  .product-gallery-item--small:nth-of-type(5) {
    grid-column: auto;
    grid-row: auto;
  }
}

/* правая колонка */
.product__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(12px, 1.25vw, 18px);
}

@media (max-width: 1024px) {
  .product__info {
    margin-left: 0;
    max-width: 100%;
  }
}

.product__collection {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(15px, 1.181vw, 17px);
  line-height: 106%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #cfc6b0;
  margin-bottom: 2px;
}

.product__text {
  margin-top: clamp(15px, 1.389vw, 20px);
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

.product__title {
  text-align: left;
}

/* цвет + арт + кружки */
.product__meta {
  margin-top: clamp(8px, 0.833vw, 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(8px, 0.694vw, 10px);
}

.product__meta-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.product__meta-col:first-child {
  border-right: 1px solid rgba(32, 32, 32, 0.8);
  padding-right: 5px;
}

.product__meta-label {
  font-family: "Calibri";
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.4);
}

.product__meta-value {
  font-family: "Calibri";
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

.product__meta-col:last-child .product__meta-value {
  color: rgba(32, 32, 32, 0.6);
}

.product__meta-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.product__colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.product-color {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(32, 32, 32, 0.2);
  background: #e1d9c2;
  /* заглушка */
  cursor: pointer;
}

.product-color.is-active {
  border-color: var(--primary);
}

.product__size-link {
  font-family: "Calibri";
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.6);
  text-decoration: none;
}

/* выбор размера */
.product__sizes {
  margin-top: clamp(18px, 1.667vw, 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.product__sizes-title {
  font-family: "Calibri";
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.6);
}

.product-sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.product-size {
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(225, 217, 194, 0.8);
  background: #fff;
  padding: 10px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.product-size__value {
  font-family: "Calibri";
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #202020;
}

.product-size__status {
  font-family: "Calibri";
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.6);
}

.product-size.is-active {
  border-color: var(--primary);
}

.product-size.is-disabled {
  opacity: 0.4;
  cursor: default;
}

.product-gallery-slider {
  display: none;
}

.product-gallery-slide img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .product__gallery .product-gallery-grid {
    display: none;
  }

  .product__gallery .product-gallery-slider {
    display: block;
  }
}

.product__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(12px, 2.083vw, 30px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* базовая обёртка choices */
  /* сам вид селекта */
  /* текст выбранного элемента */
  /* своя стрелка */
  /* при открытом списке – стрелка вверх */
  /* dropdown */
  /* элементы списка */
  /* убираем стандартный hover цвет */
}

@media (min-width: 768px) {
  .product__options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.product__options .product-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(10px, 0.972vw, 14px);
  width: 100%;
}

.product__options .product-field__label {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
  text-decoration: underline;
  cursor: pointer;
  text-align: right;
  outline: none;
  border: none;
  background: none;
}

.product__options .product-field .choices {
  width: 100%;
}

.product__options .product-field .choices__inner {
  border-radius: 6px;
  border: 1px solid #ebdfca;
  background-color: #fff;
  min-height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.product__options .product-field .choices__list--single .choices__item {
  font-size: 13px;
  color: rgba(32, 32, 32, 0.9);
  padding: 17px 16px 17px 10px;
}

.product__options .product-field .choices[data-type*=select-one]::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  /* вниз */
  pointer-events: none;
}

.product__options .product-field .choices[data-type*=select-one].is-open::after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.product__options .product-field .choices__list--dropdown,
.product__options .product-field .choices__list[aria-expanded] {
  border-radius: 6px;
  border: 1px solid #ebdfca;
  margin-top: 4px;
  -webkit-box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.product__options .product-field .choices__list--dropdown .choices__item {
  font-size: 12px;
  padding: 8px 12px;
}

.product__options .product-field .choices__list--dropdown .choices__item.is-highlighted {
  background-color: #f7f3eb;
}

.product__options .product-field .choices {
  max-width: 100%;
}

.size-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.size-modal--open {
  opacity: 1;
  pointer-events: auto;
}

.size-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.size-modal__dialog {
  position: relative;
  max-width: 472px;
  width: 90%;
  max-height: 90vh;
  background: #fff;
  border-radius: 8px;
  padding: 16px;
  z-index: 1;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(20px, 1.667vw, 24px);
}

.size-modal__title {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  color: var(--202020);
}

.size-modal__image {
  display: block;
  width: 100%;
  height: auto;
  max-width: 427px;
  max-height: 548px;
}

.size-modal__close {
  position: absolute;
  top: 3px;
  right: 8px;
  border: none;
  background: transparent;
  font-size: 23px;
  cursor: pointer;
  color: #202020;
}

.custom-sidebar {
  position: fixed;
  inset: 0;
  z-index: 1100;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.custom-sidebar--open {
  pointer-events: auto;
  opacity: 1;
}

.custom-sidebar__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.custom-sidebar__panel {
  position: absolute;
  top: 0;
  right: -420px;
  width: 455px;
  max-width: 100%;
  height: 100vh;
  background: #fff;
  padding: 32px 24px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.custom-sidebar--open .custom-sidebar__panel {
  right: 0;
}

.custom-sidebar__close {
  position: absolute;
  top: 18px;
  right: 18px;
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.custom-sidebar__title {
  margin-top: 40px;
  margin-bottom: 24px;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 16px;
  line-height: 131%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
  text-align: center;
}

.custom-sidebar__text p {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
  margin-bottom: 30px;
}

.custom-sidebar__label {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #d9a25e;
}

.custom-sidebar__input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #e5dccb;
  padding: 6px 0;
  margin-bottom: 24px;
  font-family: "Calibri";
  outline: none;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.01em;
  color: var(--primary);
}

.custom-sidebar__input::-webkit-input-placeholder {
  color: var(--primary);
  font-size: 14px;
  font-family: "Calibri";
}

.custom-sidebar__input::-moz-placeholder {
  color: var(--primary);
  font-size: 14px;
  font-family: "Calibri";
}

.custom-sidebar__input:-ms-input-placeholder {
  color: var(--primary);
  font-size: 14px;
  font-family: "Calibri";
}

.custom-sidebar__input::-ms-input-placeholder {
  color: var(--primary);
  font-size: 14px;
  font-family: "Calibri";
}

.custom-sidebar__input::placeholder {
  color: var(--primary);
  font-size: 14px;
  font-family: "Calibri";
}

.custom-sidebar__input::-webkit-input-placeholder {
  color: var(--primary);
  font-size: 14px;
  font-family: "Calibri";
}

.custom-sidebar__input::-moz-placeholder {
  color: var(--primary);
  font-size: 14px;
  font-family: "Calibri";
}

.custom-sidebar__input:-ms-input-placeholder {
  color: var(--primary);
  font-size: 14px;
  font-family: "Calibri";
}

.custom-sidebar__btn {
  width: 100%;
  border: none;
  border-radius: 4px;
  padding: 12px 14px;
  background: #d8c9aa;
  font-family: "Calibri";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
}

.add-to-cart-popup {
  position: fixed;
  right: 24px;
  bottom: 24px;
  max-width: 360px;
  width: 100%;
  padding: 12px 16px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  z-index: 1200;
}

.add-to-cart-popup--visible {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.add-to-cart-popup__image-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  height: 64px;
  overflow: hidden;
  border-radius: 4px;
}

.add-to-cart-popup__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.add-to-cart-popup__title {
  font-family: "Calibri";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin: 0 0 8px;
}

.add-to-cart-popup__link {
  font-family: "Calibri";
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #202020;
}

.add-to-cart-popup__arrow {
  margin-left: 8px;
}

.filter-sidebar {
  position: fixed;
  inset: 0;
  z-index: 1100;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.filter-sidebar--open {
  pointer-events: auto;
  opacity: 1;
}

.filter-sidebar__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.filter-sidebar__panel {
  position: absolute;
  top: 0;
  right: -420px;
  width: 450px;
  max-width: 100%;
  height: 100vh;
  background: #fff;
  padding: 32px 24px 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.filter-sidebar--open .filter-sidebar__panel {
  right: 0;
}

.filter-sidebar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.filter-sidebar__title {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(14px, 1.042vw, 15px);
  line-height: 107%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--202020);
}

.filter-sidebar__close {
  border: none;
  background: transparent;
  font-size: 20px;
  cursor: pointer;
  color: #202020;
}

/* группы */
.filter-sidebar__group {
  border-bottom: 1px solid #f0e6d5;
}

.filter-sidebar__group-header {
  width: 100%;
  padding: 14px 0;
  border: none;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.filter-sidebar__group-header span {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(14px, 1.042vw, 15px);
  line-height: 120%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--202020);
}

.filter-sidebar__group-arrow {
  width: 8px;
  height: 8px;
  border-right: 1px solid #bca06a;
  border-bottom: 1px solid #bca06a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.filter-sidebar__group.is-open .filter-sidebar__group-arrow {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.filter-sidebar__group-body {
  display: none;
  padding-bottom: 14px;
}

.filter-sidebar__group.is-open .filter-sidebar__group-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 6px;
}

/* чипы */
.filter-chip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 4px;
  background: rgba(225, 217, 194, 0.3);
  gap: clamp(6px, 0.556vw, 8px);
  cursor: pointer;
  padding: 0;
  padding: clamp(8px, 0.694vw, 10px) clamp(12px, 1.042vw, 15px);
}

.filter-line__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--e1d9c2);
  border-radius: 50%;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.filter-line__wrapper img {
  width: 10px !important;
  height: 10px !important;
  -o-object-fit: cover !important;
  object-fit: cover !important;
  border-radius: 100% !important;
}

.filter-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.filter-chip span {
  display: block;
  font-weight: 400;
  font-family: "Calibri";
  font-size: clamp(12px, 0.903vw, 13px);
  line-height: 123%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--202020);
}

/* активное состояние */
.filter-chip:has(input:checked) {
  background: rgba(225, 217, 194, 0.9);
}

/* футер */
.filter-sidebar__footer {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.filter-sidebar__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 12px;
  border-radius: 4px;
  border: none;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 13px;
  line-height: 108%;
  text-align: center;
  color: var(--202020);
  cursor: pointer;
}

.filter-sidebar__btn--primary {
  background: #d8c9aa;
}

.filter-sidebar__btn--secondary {
  background: transparent;
  border: 1px solid #d8c9aa;
}

.order-modal {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.order-modal--open {
  opacity: 1;
  pointer-events: auto;
}

.order-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}

.order-modal__dialog {
  position: relative;
  max-width: 740px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: clamp(50px, 4.167vw, 60px) clamp(20px, 4.167vw, 60px);
  -webkit-box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
  z-index: 1;
  text-align: center;
}

.order-modal__close {
  position: absolute;
  top: 16px;
  right: 18px;
  border: none;
  background: transparent;
  font-size: 22px;
  cursor: pointer;
}

.order-modal__title {
  margin-bottom: clamp(20px, 2.083vw, 30px);
  font-family: "Calibri";
  font-size: clamp(22px, 1.944vw, 28px);
  line-height: 79%;
  text-align: center;
  color: rgba(32, 32, 32, 0.9);
}

.order-modal__text {
  margin-bottom: clamp(20px, 2.083vw, 30px);
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(16px, 1.25vw, 18px);
  line-height: 133%;
  letter-spacing: 0.01em;
  text-align: center;
  color: rgba(32, 32, 32, 0.7);
}

.order-modal__number {
  color: var(--202020);
}

.order-modal__btn {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  padding: 17px 32px;
  border-radius: 6px;
  border: none;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  background: var(--primary);
  font-family: "Calibri";
  font-size: 13px;
  line-height: 123%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary);
  cursor: pointer;
}

.cn {
  width: 100%;
  position: relative;
  background: var(--secondary);
}

.cn__top {
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 860px;
}

@media (min-width: 768px) {
  .cn__top {
    max-height: unset;
  }
}

.cn__top-inner {
  /* max-width: clamp(370px, 38.542vw, 555px); */
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: clamp(25px, 1.944vw, 28px);
  padding: 0 clamp(10px, 0.694vw, 10px);
}

.cn__top-title {
  font-family: "Didot";
  font-weight: 700;
  font-size: clamp(20px, 2.083vw, 30px);
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary);
}

.cn__top-subtitle {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(13px, 1.111vw, 16px);
  line-height: 163%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary);
}

.cn__top-text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 192%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  max-width: 510px;
}

.cn__top-btn {
  white-space: nowrap;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  background: var(--secondary);
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.903vw, 13px);
  line-height: 123%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--d7b46a);
  border-radius: 6px;
  padding: clamp(14px, 1.111vw, 16px) clamp(85px, 8.819vw, 127px);
}

.cn__top-btn:hover {
  background: #e8e3db;
}

.cn__main {
  margin-top: clamp(90px, 10.417vw, 150px);
  margin-bottom: clamp(90px, 7.986vw, 115px);
}

.cn__main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cn__main-title {
  font-family: "Didot";
  font-weight: 700;
  font-size: clamp(20px, 1.736vw, 25px);
  line-height: 110%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--202020);
}

.cn__work-title {
  margin-bottom: clamp(40px, 4.167vw, 60px);
  text-align: center;
}

.cn__work-wrapper {
  max-width: 900px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  row-gap: clamp(30px, 2.778vw, 40px);
}

@media (min-width: 768px) {
  .cn__work-wrapper {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: clamp(30px, 3.472vw, 50px);
    -moz-column-gap: clamp(30px, 3.472vw, 50px);
    column-gap: clamp(30px, 3.472vw, 50px);
  }
}

.cn__work-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 1.597vw, 23px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cn__work-item img {
  width: clamp(100px, 6.944vw, 100px);
  height: clamp(100px, 6.944vw, 100px);
}

.cn__work-item--text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  text-transform: uppercase;
  text-align: center;
  color: rgba(32, 32, 32, 0.8);
}

.cn__work-item--text span {
  font-weight: 700;
}

.cn__target {
  margin-top: clamp(90px, 10.417vw, 150px);
}

.cn__target img {
  max-width: 891px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cn__target-text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 225%;
  text-transform: uppercase;
  text-align: center;
  color: var(--202020);
}

.cn__parametrs {
  margin-top: clamp(90px, 6.944vw, 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cn__parametrs-title {
  margin-bottom: clamp(30px, 2.778vw, 40px);
}

.cn__parametrs-inner {
  margin-top: 32px;
}

.cn-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.cn-form__section-title {
  text-align: center;
  font-family: "Calibri";
  font-size: clamp(15px, 1.25vw, 18px);
  line-height: 150%;
  text-transform: uppercase;
  color: var(--202020);
  margin-bottom: clamp(20px, 2.083vw, 30px);
}

.cn-form__field {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cn-form__label {
  text-align: center;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 225%;
  text-transform: uppercase;
  color: var(--primary);
}

.cn-form__text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  text-transform: uppercase;
  text-align: center;
  color: var(--202020);
  margin-bottom: clamp(20px, 1.389vw, 20px);
}

.cn-form__question {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(13px, 1.25vw, 18px);
  line-height: 117%;
  text-transform: uppercase;
  text-align: center;
  color: var(--202020);
  margin-bottom: clamp(14px, 1.042vw, 15px);
}

.checkbox__item {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 175%;
  text-transform: uppercase;
  text-align: center;
  color: var(--202020);
}

.cn-form__input,
.cn-form__textarea {
  width: 100%;
  border: 1px solid rgba(32, 32, 32, 0.3);
  border-radius: 5px;
  padding: 14px 20px;
  background: transparent;
  font-family: "Calibri";
  font-weight: 400;
  font-size: 14px;
  line-height: 123%;
  color: var(--202020);
  max-width: 336px;
}

.cn-form__textarea {
  resize: vertical;
}

.cn-form__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.cn-form__options--columns {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.cn-form__actions {
  margin-top: 24px;
  text-align: center;
}

.cn-form__note {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(13px, 1.25vw, 18px);
  line-height: 150%;
  text-transform: uppercase;
  color: var(--primary);
  text-align: center;
  text-decoration: underline;
  margin-bottom: 10px;
}

.cn-form__end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: clamp(10px, 2.431vw, 35px);
}

.cn-form__end--title {
  text-align: center;
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(13px, 1.25vw, 18px);
  line-height: 117%;
  text-transform: uppercase;
  color: var(--202020);
  margin-bottom: clamp(7px, 0.694vw, 10px);
}

.cn-form__actions {
  margin-top: clamp(10px, 1.389vw, 20px);
}

.cn-form__submit {
  min-width: 260px;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  background: var(--primary);
  border-radius: 6px;
  border: none;
  outline: none;
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(13px, 0.903vw, 13px);
  line-height: 123%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--secondary);
  padding: clamp(15px, 1.181vw, 17px) clamp(90px, 7.986vw, 115px);
}

.cn-form__submit:hover {
  background: #b89155;
}

.cn__example {
  margin-top: clamp(90px, 6.944vw, 100px);
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

@media (min-width: 1024px) {
  .cn__example {
    grid-template-columns: 1fr 1fr;
  }
}

.cn__example img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 614px;
}

.pl {
  width: 100%;
  position: relative;
}

.pl__top {
  max-height: 860px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px) {
  .pl__top {
    max-height: unset;
  }
}

.pl__top img {
  height: 100vh;
  width: 100vw;
  -o-object-position: top;
  object-position: top;
  -o-object-fit: cover;
  object-fit: cover;
}

.pl__top-title {
  position: absolute;
  font-family: "Didot";
  font-weight: 700;
  font-size: clamp(30px, 1.458vw, 21px);
  line-height: 145%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--secondary);
}

@media (min-width: 768px) {
  .pl__top-title {
    line-height: 157%;
    letter-spacing: 0.05em;
  }
}

.pl__count {
  margin-top: clamp(40px, 4.514vw, 65px);
  margin-bottom: clamp(60px, 7.292vw, 105px);
  overflow: hidden;
  position: relative;
}

.pl__count-md {
  margin-top: 0;
  margin-bottom: 0;
  background: var(--secondary);
}

.pl__count-inner {
  background: var(--secondary);
  padding-top: clamp(40px, 4.028vw, 58px);
  padding-bottom: clamp(60px, 5.694vw, 82px);
}

.pl__count-plate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
}

/* короткая линия справа */
.pl__count::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: clamp(170px, 13.194vw, 190px);
  height: 1px;
  background-color: rgba(32, 32, 32, 0.2);
}

/* длинная линия слева */
.pl__count::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  width: clamp(290px, 115.625vw, 1665px);
  background-color: rgba(32, 32, 32, 0.2);
}

/* длинная линия слева */
.pl__count-md::after {
  display: none;
}

.pl__count-plate p {
  position: relative;
  padding: clamp(23px, 1.736vw, 25px) 0;
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(13px, 0.903vw, 13px);
  line-height: 162%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--202020);
  max-width: clamp(290px, 43.62vw, 335px);
}

.pl__count-md .pl__count-plate p {
  padding: 0;
  padding-top: clamp(23px, 1.736vw, 25px);
}

.pl__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: clamp(60px, 9.722vw, 140px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .pl__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.pl__item-left {
  margin-bottom: clamp(60px, 4.167vw, 60px);
  padding-left: clamp(20px, 2.778vw, 40px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (min-width: 1024px) {
  .pl__item-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 0;
  }
}

.pl__item--second .pl__item-left {
  margin-top: clamp(40px, 2.778vw, 40px);
  margin-bottom: 0;
  padding-right: clamp(40px, 4.167vw, 60px);
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media (min-width: 1024px) {
  .pl__item--second .pl__item-left {
    margin-top: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.pl__item-title {
  font-family: "Didot";
  font-weight: 700;
  font-size: clamp(20px, 2.865vw, 22px);
  line-height: 325%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--202020);
}

@media (min-width: 768px) {
  .pl__item-title {
    line-height: 295%;
    letter-spacing: 0.05em;
  }
}

.pl__item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 2.083vw, 30px);
}

@media (min-width: 768px) {
  .pl__item-text {
    max-width: clamp(364px, 56.25vw, 432px);
  }
}

.pl__item-text--base {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 200%;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

@media (min-width: 768px) {
  .pl__item-text--base {
    line-height: 225%;
  }
}

.pl__item-text--base span {
  color: var(--202020);
  font-weight: 700;
  font-family: "Calibri";
}

.pl__item-text--lp {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 200%;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

@media (min-width: 768px) {
  .pl__item-text--lp {
    line-height: 225%;
  }
}

.pl__item-text-lk {
  text-decoration: underline !important;
  -webkit-text-decoration-skip-ink: none !important;
  text-decoration-skip-ink: none !important;
  color: rgba(32, 32, 32, 0.8) !important;
  font-family: "Calibri" !important;
  font-weight: 400 !important;
  line-height: 225% !important;
  text-transform: uppercase !important;
}

.pl__item-text--quote {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 217%;
  text-transform: uppercase;
  color: var(--d7b46a);
}

.pl__item-author {
  margin-top: clamp(30px, 2.778vw, 40px);
  max-width: clamp(300px, 22.917vw, 330px);
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 200%;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Calibri";
}

.pl__item-author span {
  font-weight: 700;
  color: var(--202020);
  line-height: 225%;
  font-family: "Calibri";
}

.pl__item-text--value {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 217%;
  text-transform: uppercase;
  color: var(--d7b46a);
}



.pl__item-text ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pl__item-text ul li {
  list-style-type: none;
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(11px, 0.833vw, 12px);
  line-height: 225%;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

.pl__item-text ul li span {
  color: var(--202020);
  font-family: "Calibri" !important;
}

.pl__item-text--ds {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 225%;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

.pl__item-text--ds span {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 225%;
  text-transform: uppercase;
  color: var(--202020);
}

.pl__item-text--ds a {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: rgba(32, 32, 32, 0.8);
}

.pl__item-right {
  width: 100%;
  height: 860px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 1.3;
  -ms-flex: 1.3;
  flex: 1.3;
}

@media (min-width: 1024px) {
  .pl__item-right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.pl__item--second .pl__item-right {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media (min-width: 1024px) {
  .pl__item--second .pl__item-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (min-width: 768px) {
  .pl__item--third .pl__item-text {
    max-width: clamp(364px, 54.427vw, 418px);
  }
}

@media (min-width: 768px) {
  .pl__item--second .pl__item-text {
    max-width: clamp(364px, 55.599vw, 427px);
  }
}

.pl__item-img {
  width: 100%;
  height: 100%;
  max-height: clamp(480px, 79.861vw, 1150px);
  -o-object-fit: cover;
  object-fit: cover;
}

.pl__item--third {
  background: var(--secondary);
  padding-bottom: clamp(60px, 13.889vw, 200px);
  padding-top: clamp(60px, 13.889vw, 200px);
}

.pl__item--third .pl__item-left {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .pl__item--third .pl__item-left {
    margin-top: 0;
  }
}

.pl__item--third .pl__item-right {
  height: auto;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: clamp(5px, 1.597vw, 23px);
  -moz-column-gap: clamp(5px, 1.597vw, 23px);
  column-gap: clamp(5px, 1.597vw, 23px);
}

@media (min-width: 1024px) {
  .pl__item--third .pl__item-right {
    margin-right: clamp(30px, 2.708vw, 39px);
  }
}

.pl__item--third .pl__item-right .pl__item-img {
  width: 100%;
  height: 100%;
  max-height: clamp(248px, 45.278vw, 652px);
  -o-object-fit: cover;
  object-fit: cover;
}

.collab {
  width: 100%;
  position: relative;
}

.collab__top {
  background: var(--202020);
  height: 100vh;
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 860px;
}

@media (min-width: 768px) {
  .collab__top {
    max-height: unset;
  }
}

.collab__top-title {
  font-family: "Didot";
  font-weight: 700;
  font-size: clamp(20px, 2.083vw, 30px);
  line-height: 137%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary);
  padding-bottom: clamp(25px, 2.778vw, 40px);
  max-width: 651px;
  margin: 0 auto;
}

.collab__top-text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(11px, 1.111vw, 16px);
  line-height: 163%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: var(--secondary);
  max-width: 478px;
  margin: 0 auto;
}

.collab__top-text::after {
  content: "";
  display: block;
  width: 148px;
  height: 1px;
  background-color: var(--secondary);
  margin: 18px auto 0;
}

.collab__bg {
  margin-top: -2px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 400px;
}

.collab__middle {
  margin-top: clamp(52px, 7.569vw, 109px);
}

.collab__middle-top {
  margin-bottom: clamp(52px, 7.569vw, 109px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .collab__middle-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.collab__middle-title {
  font-family: "Didot";
  font-weight: 700;
  font-size: clamp(16px, 1.389vw, 20px);
  /* line-height: 325%; */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--202020);
}

@media (min-width: 1024px) {
  .collab__middle-title {
    width: 456px;
  }
}

.collab__middle-text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: clamp(12px, 0.833vw, 12px);
  line-height: 225%;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

.collab__middle-text span {
  font-weight: 700;
}

@media (min-width: 1024px) {
  .collab__middle-text {
    width: 500px;
  }
}

.collab__middle-main {
  max-width: 1027px;
  margin: 0 auto;
}

.collab__middle-imgs {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(15px, 1.319vw, 19px);
  margin-bottom: clamp(20px, 2.778vw, 40px);
}

.collab__middle-imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 735px;
}

@media (min-width: 768px) {
  .collab__middle-imgs img {
    max-width: 504px;
  }
}

@media (min-width: 768px) {
  .collab__middle-imgs {
    grid-template-columns: 1fr 1fr;
  }
}

.collab__middle-content {
  margin-bottom: clamp(52px, 7.569vw, 109px);
  width: 48%;
}

.collab__middle-content p:first-child {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 225%;
  text-transform: uppercase;
  color: var(--primary);
}

.collab__middle-content p:last-child {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 225%;
  text-transform: uppercase;
  color: rgba(32, 32, 32, 0.8);
}

@media (min-width: 768px) {
  .collab__middle-content p:last-child {
    max-width: 559px;
  }
}

.collab__bottom {
  background: var(--202020);
  padding-top: clamp(52px, 7.569vw, 109px);
  padding-bottom: clamp(101px, 10.486vw, 151px);
}

.collab__bottom .container {
  max-width: 1238px;
}

.collab__bottom-top {
  display: flex;
  justify-content: space-between;
}

.collab__bottom-top div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: clamp(20px, 2.778vw, 40px);
  padding-bottom: clamp(52px, 7.569vw, 109px);
  width: 50%;
  margin-left: 9px;
}

.collab__bottom-title {
  font-family: "Didot";
  font-weight: 700;
  font-size: clamp(16px, 1.528vw, 22px);
  line-height: 45%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--secondary);
}

.collab__bottom-text {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 225%;
  text-transform: uppercase;
  color: var(--secondary);
  max-width: 452px;
}

.collab__bottom-imgs {
  padding-bottom: clamp(20px, 2.778vw, 40px);
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(16px, 1.25vw, 18px);
}

.collab__bottom-imgs img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 735px;
}

@media (min-width: 768px) {
  .collab__bottom-imgs img {
    max-height: 843px;
    max-width: 610px;
  }
}

@media (min-width: 768px) {
  .collab__bottom-imgs {
    grid-template-columns: 1fr 1fr;
  }
}

.collab__bottom-uptitle {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 225%;
  text-transform: uppercase;
  color: var(--primary);
}

.collab__bottom-uptext {
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 225%;
  text-transform: uppercase;
  color: var(--secondary);
  padding-bottom: clamp(52px, 7.569vw, 109px);
}

@media (min-width: 768px) {
  .collab__bottom-uptext {
    max-width: 543px;
  }
}

.collab__bottom-more {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 20px;
  margin: 0 auto;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.07);
  background: var(--primary);
  font-family: "Calibri";
  font-weight: 400;
  font-size: 12px;
  line-height: 133%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: var(--secondary);
}

.collab__bottom-more:hover {
  background: #b88f54;
}

.auth-modal__body {
  margin-top: 24px;
}

.auth-form {
  display: none;
}

.auth-form--active {
  display: block;
}

.auth-form__submit {
  cursor: pointer;
  width: 100%;
  margin-top: 16px;
  background: var(--primary);
  border: 0;
  padding: clamp(12px, 0.903vw, 13px) clamp(80px, 6.25vw, 90px);
  border-radius: 5px;
  font-family: "Calibri";
  font-weight: 600;
  font-size: clamp(13px, 1.042vw, 15px);
  line-height: 107%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--secondary);
}

.auth-form__submit:hover {
  background: #d6b98a;
}

.auth-form__link {
  margin: 16px 0 8px;
  text-align: center;
  font-family: "Calibri";
  font-size: 12px;
  color: rgba(32, 32, 32, 0.7);
}

.auth-form__link-btn {
  border: 0;
  padding: 0;
  background: none;
  font: inherit;
  color: rgba(32, 32, 32, 0.7);
  text-decoration: underline;
  cursor: pointer;
}


.photo-dropzone__text,
.photo-dropzone__hint {
  font-family: "Calibri";
}


.section-title-photo {
  margin-bottom: 20px !important;
}

.section-title-photo-desc {
  display: block;
  font-family: "Calibri";
  margin-bottom: 20px !important;
}


.custom-page-info-mobile {
  display: none;
}

@media(max-width: 600px) {
  .custom-page-info-mobile {display: block !important;}
  .custom-page-submit {margin:60px 0  60px 0 !important;}
}