@charset "UTF-8";
:root {
  --grey: #5e5e5e;
  --dark-grey: #444;
  --red: #ac2c15;
  --sand: #f2f0e8;
  --light-sand: #f6f5f1;
  --light-grey: #DDDCD8;
  --white: #fff;
}

:root {
  --font-family: "Libertinus Sans", sans-serif;
  --second-family: "Felidae", sans-serif;
  --third-family: "Inter", sans-serif;
}

@font-face {
  font-family: "Felidae";
  src: url("/fonts/Felidae.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Libertinus Sans";
  src: url("/fonts/LibertinusSans-Regular.woff") format("truetype");
  font-weight: 400;
  font-style: normal;
}
h1 {
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  background: var(--light-sand);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--light-sand);
  padding-bottom: 20px;
  transition: transform 0.3s ease;
  transform: translateY(0);
  padding: 30px 80px;
  background: #f2f0e8;
}
.header svg rect[fill="#EBE5D9"],
.header svg path[fill="#EBE5D9"] {
  fill: #2F2F2F;
}
.header--top {
  background: #f6f5f1;
}
.header--main {
  background: none !important;
}
.header--main .header__link {
  color: #ebe5d9;
}
.header--main svg rect[fill="#EBE5D9"],
.header--main svg path[fill="#EBE5D9"] {
  fill: #EBE5D9;
}
.header.hidden {
  transform: translateY(-100%);
}
.header__notice {
  padding: 12px 40px;
  border-bottom: 1px solid var(--red);
  width: 100%;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--grey);
}
.header__logo {
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.header__wrapper {
  width: 100%;
  max-width: 729px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.header__menu {
  display: flex;
  gap: 20px;
}
.header__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  text-decoration: none;
  color: #2f2f2f;
}
.header__link:hover {
  color: #AC2C15;
}
.header__link--active {
  color: var(--red);
}
.header__nav {
  display: flex;
  gap: 5px;
}
.header__nav svg {
  cursor: pointer;
}
.header__nav svg:hover path, .header__nav svg:hover rect {
  fill: #AC2C15;
}
@media (max-width: 1439px) {
  .header__wrapper {
    align-items: center;
    justify-content: end;
    padding: 15px;
    padding-bottom: 0;
  }
  .header__menu {
    display: none;
  }
  .header__search {
    display: none;
    visibility: hidden;
    margin: 0;
  }
}
@media (max-width: 1100px) {
  .header {
    padding: 30px 40px;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 20px;
  }
  .header__logo svg {
    height: 28px;
    width: 102px;
  }
  .header__wrapper {
    padding: 0;
  }
  .header__notice {
    font-size: 10px;
    padding: 12px 34px;
  }
}

.search {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 200px;
}
.search__icon {
  position: absolute;
  left: 12px;
  display: flex;
}
.search__input {
  border-radius: 51px;
  border: 1px solid var(--light-grey);
  height: 27px;
  padding-left: 12px;
  background: var(--light-sand);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #444;
}
.search__input:focus + .search__icon, .search__input:not(:placeholder-shown) + .search__icon {
  display: none;
}

.page {
  padding: 0 40px;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
.page--guarantee, .page--individual, .page--about, .page--tailor, .page--delivery, .page--guide, .page--checkout {
  max-width: 1640px;
  width: 100%;
  margin: auto;
  margin-top: 120px;
}
@media (max-width: 768px) {
  .page--guarantee, .page--individual, .page--about, .page--tailor, .page--delivery, .page--guide, .page--checkout {
    margin-top: 30px;
  }
}
.page--glavnaya {
  padding: 0 80px;
  background: var(--light-sand);
  top: -120px;
  position: relative;
}
.page--tailor .text-block {
  margin-top: 40px;
}
.page--guide .text-block {
  display: none;
  margin-top: 90px;
}
.page--guide .text-block--0 {
  display: block;
}
.page--cart .catalog-block--cart {
  display: none;
}
@media (min-width: 768px) {
  .page--cart .catalog-block {
    display: none;
  }
  .page--cart .catalog-block--cart {
    display: block;
  }
}
.page__banner {
  width: 100%;
  max-height: 400px;
  margin-top: 60px;
}
.page__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
}
@media (max-width: 1100px) {
  .page--glavnaya {
    padding: 0 40px;
    background: var(--light-sand);
  }
}
@media (max-width: 768px) {
  .page {
    padding: 0 15px;
  }
  .page__title {
    font-size: 28px;
  }
  .page--glavnaya {
    padding: 0 20px;
    background: var(--light-sand);
  }
}

.banner {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
}
.banner--new {
  justify-content: left;
  align-items: center;
  top: -120px;
}
.banner__picture {
  width: 100%;
  height: 800px;
  background-image: url(images/main-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner__picture--h {
  height: 1000px;
}
.banner__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: rgba(242, 240, 232, 0.7);
  position: absolute;
  margin: 80px;
}
.banner__plate {
  position: absolute;
  padding: 20px 22px;
  background: var(--light-sand);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.banner__name {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 80%;
  text-align: center;
  color: var(--dark-grey);
}
.banner__season {
  margin-top: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.2em;
  text-align: center;
  color: var(--dark-grey);
}
.banner__date {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 36px;
  line-height: 80%;
  text-align: center;
  color: var(--red);
  margin-top: 5px;
}
.banner__city {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  color: var(--dark-grey);
  opacity: 0.8;
  margin-top: 10px;
}
.banner__buttons {
  margin-top: 17px;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.banner__button {
  cursor: pointer;
}
.page--about .banner__picture {
  max-height: 620px;
  margin-top: 60px;
}
.page--tailor .banner__picture, .page--individual .banner__picture {
  max-height: 700px;
  margin-top: 120px;
}
.page--delivery .banner__picture {
  max-height: 400px;
}
.banner__video-wrapper {
  position: relative;
}
.banner__preview {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition: opacity 0.3s;
}
.banner__preview.hidden {
  opacity: 0;
  pointer-events: none;
}
.banner__video {
  width: 100%;
  max-height: 1200px;
}
.banner__play svg:last-child, .banner__audio svg:last-child {
  display: none;
}
.banner__play.active svg:first-child, .banner__audio.active svg:first-child {
  display: none;
}
.banner__play.active svg:last-child, .banner__audio.active svg:last-child {
  display: block;
}
@media (max-width: 1440px) {
  .banner--new {
    align-items: end;
  }
  .banner__text {
    font-size: 40px;
    margin: 40px;
  }
}
@media (max-width: 768px) {
  .banner--new {
    position: relative;
  }
  .banner--new::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 280px;
    background: linear-gradient(0deg, #1c1c1c 0%, rgba(28, 28, 28, 0) 100%);
    pointer-events: none; /* чтобы не мешал кликам */
  }
  .banner--new .banner__video {
    height: 700px;
    object-fit: cover;
  }
  .banner__text {
    z-index: 1;
    font-size: 24px;
    margin: 20px;
  }
  .banner__name, .banner__date {
    font-size: 22px;
  }
  .banner__season, .banner__city {
    font-size: 12px;
  }
  .banner__picture {
    max-height: 537px;
  }
  .page--about .banner__picture, .page--tailor .banner__picture, .page--individual .banner__picture {
    max-height: 420px;
    margin-top: 0;
  }
}

.main-text {
  display: flex;
  justify-content: space-between;
}
.main-text--mt120 {
  margin-top: 120px;
}
.main-text--mt200 {
  margin-top: 200px;
}
.main-text__first {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 80px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
}
.main-text__second {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: right;
  color: var(--grey);
}
@media (max-width: 1100px) {
  .main-text {
    flex-direction: column;
    gap: 30px;
    max-width: 600px;
  }
  .main-text--mt120 {
    margin-top: 90px;
  }
  .main-text .pc {
    display: none;
  }
  .main-text__first {
    font-size: 54px;
  }
  .main-text__second {
    font-size: 20px;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .main-text {
    margin-top: 60px;
    gap: 20px;
  }
  .main-text--mt120 {
    margin-top: 60px;
  }
  .main-text__first {
    font-size: 36px;
  }
  .main-text__first--mw br {
    display: none;
  }
  .main-text__second {
    font-size: 16px;
  }
  .main-text__second--mw300 br {
    display: none;
  }
  .main-text__second--mw300 {
    max-width: 300px;
  }
}

.block-button {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 20px;
  margin-top: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: var(--dark-grey);
}
.block-button:hover {
  color: var(--red);
}
@media (max-width: 768px) {
  .block-button {
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 20px;
  }
}

.block-button-new {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 20px;
  margin-top: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #2f2f2f;
  border: 1px solid #dddcd8;
  border-radius: 4px;
  padding: 15px 8px !important;
}
.block-button-new:hover {
  color: #2f2f2f !important;
  background: #EBE5D9 !important;
  border: none;
  padding: 16px 8px !important;
}
.block-button-new:hover .block-button-new__inner {
  border-right: 1px solid #2f2f2f;
  border-left: 1px solid #2f2f2f;
}
.block-button-new__inner {
  border-right: 1px solid #dddcd8;
  border-left: 1px solid #dddcd8;
  width: 100%;
}
@media (max-width: 768px) {
  .block-button-new {
    margin-top: 20px;
    font-size: 14px;
    padding: 15px 8px !important;
  }
}

.catalog-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 41px;
  border-top: 1px solid #DDDCD8;
  border-bottom: 1px solid #DDDCD8;
  padding: 14px 0;
}
.catalog-panel__count {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #5e5e5e;
}
.catalog-panel__wrapper {
  display: flex;
  gap: 20px;
}
.catalog-panel__sort {
  position: relative;
}
.catalog-panel__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #ac2c15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 42px;
  cursor: pointer;
}
.catalog-panel__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #f1f0e8;
  list-style: none;
  margin: 0;
  padding: 0;
  min-width: 170px;
  display: none;
  width: 100%;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 111;
}
.catalog-panel li {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
  font-family: var(--font-family);
}
.catalog-panel li a {
  color: var(--dark-grey);
  text-decoration: none;
}
.catalog-panel li a:hover {
  background: #f0f0f0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--red);
}
.catalog-panel__sort.active .catalog-panel__dropdown {
  display: block;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 768px) {
  .catalog-panel {
    flex-direction: column;
    border-top: none;
    border-bottom: none;
    margin-top: 0;
  }
  .catalog-panel__count {
    order: 1;
    margin-top: 15px;
    font-size: 10px;
  }
  .catalog-panel__wrapper {
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #DDDCD8;
    border-bottom: 1px solid #DDDCD8;
  }
  .catalog-panel__title {
    font-size: 10px;
    gap: 5px;
  }
  .catalog-panel__title svg {
    width: 25px;
  }
  .catalog-panel__dropdown--1 {
    left: 0;
  }
  .catalog-panel__dropdown--2 {
    right: 0;
    left: unset;
  }
  .catalog-panel li {
    font-size: 10px;
  }
}

.catalog-block {
  margin-top: 90px;
}
.catalog-block__title {
  padding-bottom: 60px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  text-align: center;
  color: #444;
}
.catalog-block__title--cart {
  text-align: left;
  font-size: 48px;
}
.catalog-block__cards {
  display: grid;
  gap: 40px;
  max-width: 100%;
  box-sizing: border-box;
  justify-content: center;
}
.catalog-block__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (max-width: 1400px) {
  .catalog-block__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1100px) {
  .catalog-block__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .catalog-block__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
.catalog-block__btn {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 20px;
  margin-top: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: var(--dark-grey);
}
.catalog-block__btn:hover {
  color: var(--red);
}
@media (max-width: 768px) {
  .catalog-block {
    margin-top: 30px;
  }
  .catalog-block__title {
    font-size: 32px;
    padding-bottom: 50px;
  }
  .catalog-block__cards {
    gap: 10px 5px;
    grid-template-columns: repeat(auto-fit, minmax(167px, 1fr));
  }
  .catalog-block__btn {
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 20px;
  }
}

/* =================== PRODUCT CARD =================== */
.product-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.product-card__wrapper {
  padding: 30px;
  background: #f6f5f1;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: transform 0.3s ease;
  transform: translateY(0);
  max-width: 90%;
  margin: auto;
  height: 100%;
}
.product-card:hover .product-card__wrapper {
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .product-card:hover .product-card__wrapper {
    transform: translateY(0);
  }
}
.product-card__image {
  overflow: hidden;
  position: relative;
}
.product-card__picture {
  width: 100%;
  object-fit: cover;
  transition: opacity 0.7s ease;
}
.product-card__picture--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-card:hover .product-card__picture--main {
  opacity: 0;
}
.product-card:hover .product-card__picture--hover {
  opacity: 1;
}
.product-card__fav {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.product-card__fav--active svg path {
  fill: #AC2C15 !important;
}
.product-card__info {
  text-align: center;
  width: 100%;
  max-width: 280px;
  margin: auto;
}
.product-card__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: var(--dark-grey);
}
.product-card__desc {
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: var(--red);
  margin-top: 5px;
}
.product-card__price {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: var(--dark-grey);
}
@media (max-width: 768px) {
  .product-card__wrapper {
    padding: 15px;
    background: none;
    max-height: 175px;
    min-height: 88px;
    width: 100%;
    max-width: 100%;
  }
  .product-card__name {
    font-size: 14px;
  }
  .product-card__desc {
    font-size: 12px;
  }
  .product-card__price {
    font-size: 14px;
  }
  .product-card__fav {
    top: 5px;
    right: 5px;
  }
}

.look-blocks {
  margin-top: 120px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 768px) {
  .look-blocks {
    margin-top: 70px;
    overflow: hidden;
    width: 100vw; /* ширина экрана */
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    display: block;
  }
}

.look-block {
  display: flex;
  justify-content: center;
  width: 100%;
  background: var(--sand);
}
.look-block__picture {
  display: block;
  max-width: 50%;
  width: 100%;
  object-fit: cover;
}
.look-block__look {
  max-width: 50%;
  width: 100%;
}
.look-block__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.look-block__body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.look-block__title {
  margin-top: 60px;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--light-sand);
  mix-blend-mode: exclusion;
}
.look-block__sep {
  margin-top: 30px;
}
.look-block__items {
  margin-top: 68px;
}
.look-block__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.look-block__item-pic {
  width: 400px;
  height: 460px;
  display: block;
  margin: auto;
  object-fit: cover;
}
.look-block__buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 540px;
  width: 100%;
  position: absolute;
  z-index: 10;
}
.look-block .swiper-button-disabled {
  visibility: hidden;
}
.look-block__info {
  display: none;
}
.swiper-slide-active .look-block__info {
  display: block;
}
.look-block__name {
  margin-top: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: var(--dark-grey);
  height: 57.6px;
}
.look-block__desc {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: var(--grey);
}
.look-block__position {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #2f2f2f;
  display: block;
  padding-bottom: 65px;
  border: 1px solid #dddcd8;
  border-radius: 4px;
  max-width: 400px;
  margin: auto;
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 6px 8px;
}
.look-block__position:hover {
  color: #2f2f2f !important;
}
.look-block__next, .look-block__prev {
  cursor: pointer;
}
@media (max-width: 768px) {
  .look-block {
    flex-direction: column;
    background: none;
  }
  .look-block--1 {
    display: none;
  }
  .look-block__picture {
    max-width: 100%;
    height: 800px;
  }
  .look-block__look {
    max-width: 100%;
    background: #f2f0e8;
  }
  .look-block__title {
    margin-top: 30px;
    font-size: 28px;
  }
  .look-block__items {
    margin-top: 30px;
  }
  .look-block__item-pic {
    width: 100%;
  }
  .look-block__buttons {
    max-width: 533px;
  }
  .look-block__name {
    margin-top: 13px;
    font-size: 14px;
    height: auto;
  }
  .look-block__desc {
    margin-top: 0;
    font-size: 12px;
  }
  .look-block__position {
    font-size: 12px;
    max-width: 295px;
  }
}
@media (max-width: 768px) {
  .look-block__picture {
    height: 540px;
  }
  .look-block__buttons {
    max-width: 380px;
  }
}

.advantages {
  max-width: 1560px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 120px;
}
.advantages__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
}
.advantages__items {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
}
.advantages__item {
  background: var(--sand);
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 500px;
  width: 33%;
}
.advantages__name {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--dark-grey);
}
.advantages__picture {
  max-width: 266px;
  max-height: 200px;
  margin: 40px auto;
  display: block;
}
.advantages__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--dark-grey);
  margin-top: 48px;
}
.advantages__btn {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  padding: 20px;
  margin-top: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: var(--dark-grey);
}
.advantages__btn:hover {
  color: var(--red);
}
@media (max-width: 1100px) {
  .advantages__items {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .advantages__item {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .advantages {
    margin-top: 70px;
  }
  .advantages__title {
    font-size: 28px;
    text-align: center;
  }
  .advantages__items {
    margin-top: 30px;
    flex-direction: column;
    align-items: center;
  }
  .advantages__item {
    width: 100%;
    padding: 30px 20px;
  }
  .advantages__name {
    font-size: 22px;
  }
  .advantages__picture {
    max-width: 200px;
    margin: 28px auto 0;
  }
  .advantages__desc {
    margin-top: 30px;
    font-size: 14px;
  }
  .advantages__btn {
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 20px;
  }
}

.cloth-swiper {
  width: 100%;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.cloth-swiper__next, .cloth-swiper__prev {
  cursor: pointer;
}
.cloth-swiper__buttons {
  width: 100%;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 10;
}
.cloth-swiper__buttons .swiper-button-disabled {
  opacity: 0.5;
}

.services {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.services__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--light-sand);
  mix-blend-mode: exclusion;
}
.services__items {
  margin-top: 60px;
  max-width: 1560px;
  gap: 20px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.services__item {
  max-width: 360px;
  width: 100%;
  width: 360px;
  height: 394px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.services__info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services__picture {
  width: 100%;
  height: 280px;
  object-fit: cover;
}
.services__name {
  margin-top: 45px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 127%;
  letter-spacing: -0.01em;
  text-align: center;
  color: var(--dark-grey);
}
.services__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
  color: var(--red);
  margin-top: 20px;
}
.services__arrow {
  display: none;
}
@media (max-width: 768px) {
  .services {
    margin-top: 70px;
  }
  .services__title {
    font-size: 26px;
  }
  .services__items {
    flex-direction: column;
    gap: 0;
    margin-top: 30px;
    width: 100%;
  }
  .services__items svg {
    display: none;
  }
  .services__item {
    flex-direction: row;
    height: 108px;
    border-bottom: 1px solid color-mix(in srgb, var(--grey) 20%, transparent);
    max-width: 100%;
    width: 100%;
  }
  .services__info {
    width: 173px;
  }
  .services__picture {
    width: 108px;
    height: 108px;
    object-fit: contain;
  }
  .services__name {
    margin-top: 0;
    font-size: 14px;
  }
  .services__link {
    margin-top: 10px;
  }
  .services__arrow {
    display: block !important;
  }
}

.footer {
  margin-top: 120px;
  width: 100%;
  padding: 0 40px;
}
.footer__body {
  padding: 50px;
  width: 100%;
  height: 225px;
  background: var(--dark-grey);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__menus {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.footer__menus--mb {
  display: none;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 152px;
}
.footer__menu-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer__menu-link:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.footer__menu-link {
  color: var(--light-sand);
}
.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 72px 0;
  width: 100%;
}
.footer__wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer__policy {
  display: flex;
  align-items: center;
  gap: 29px;
}
.footer__policy-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 127%;
  letter-spacing: -0.01em;
  color: var(--grey);
  text-decoration: none;
}
.footer__logo {
  position: absolute;
  width: 92px;
  height: 38px;
}
.footer__copy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 127%;
  letter-spacing: -0.01em;
  text-align: right;
  color: var(--grey);
}
@media (max-width: 1000px) {
  .footer__body {
    flex-direction: column;
    height: auto;
    align-items: unset;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 0 15px;
    margin-top: 70px;
  }
  .footer__body {
    padding: 30px 15px;
    flex-direction: column;
    height: 100%;
    height: auto;
  }
  .footer__menus {
    margin-top: 50px;
    gap: 10px;
    width: 100%;
    justify-content: start;
    flex-direction: column;
  }
  .footer__menus--mb {
    display: flex;
  }
  .footer__menu {
    gap: 5px;
  }
  .footer__menu--social {
    flex-direction: row;
    gap: 20px;
    margin-top: 20px;
  }
  .footer__menu-link {
    font-size: 12px;
  }
  .footer__bottom {
    padding: 18px 0;
    flex-direction: column;
  }
  .footer__wrapper {
    order: 1;
    margin-top: 15px;
  }
  .footer__policy {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }
  .footer__logo {
    position: relative;
  }
}

.subscribe-form {
  max-width: 300px;
}
.subscribe-form__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: var(--sand);
}
.subscribe-form__field {
  margin-top: 20px;
  border-bottom: 1px solid var(--grey);
  max-width: 240px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.subscribe-form__input {
  all: unset;
  background: var(--dark-grey);
  border: none;
  padding: 10px 0;
  color: var(--sand);
}
.subscribe-form__input::placeholder {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: var(--sand);
}
.subscribe-form__notice {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: var(--grey);
  max-width: 175px;
}
@media (max-width: 768px) {
  .subscribe-form {
    max-width: 100%;
    width: 100%;
  }
  .subscribe-form__title {
    font-size: 14px;
    max-width: 100%;
  }
  .subscribe-form__field {
    max-width: 100%;
    margin-top: 16px;
  }
  .subscribe-form__input {
    padding: 6px 0;
    font-size: 12px;
  }
  .subscribe-form__input::placeholder {
    font-size: 12px;
  }
}

.text-block {
  margin-top: 120px;
  width: 100%;
}
.text-block__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
  padding-bottom: 30px;
}
.text-block__title--sm {
  font-family: var(--font-family);
  font-size: 24px;
  line-height: 120%;
  color: #444;
}
.text-block__desc {
  margin-top: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--grey);
  max-width: 928px;
}
@media (max-width: 768px) {
  .text-block {
    margin-top: 50px !important;
  }
  .text-block__title {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .text-block__title--sm {
    font-size: 16px;
  }
}

.info-blocks {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
}
.info-blocks__picture {
  max-width: 612px;
  width: 100%;
  max-height: 480px;
  object-fit: cover;
  min-width: 0;
}
.info-blocks__wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
}
.info-blocks__rows {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.info-blocks__row {
  display: flex;
  gap: 20px;
  height: 100%;
}
.info-blocks__blocks {
  width: 100%;
}
.info-blocks__block {
  max-width: 296px;
  min-width: 296px;
  width: 100%;
  background: var(--sand);
  padding: 30px;
}
@media (min-width: 1441px) {
  .info-blocks__block {
    min-width: 0;
  }
}
.info-blocks__block--wide {
  max-width: 612px;
}
@media (min-width: 1441px) {
  .info-blocks__block--wide {
    min-width: 612px;
  }
}
.info-blocks__block--sm {
  max-height: 296px;
  height: 100%;
}
.info-blocks__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
  height: 64px;
}
.info-blocks__title--red {
  color: var(--red);
}
.info-blocks__title--sm {
  font-size: 24px;
  height: auto;
}
.info-blocks__title--h {
  height: 96px;
}
.info-blocks__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--grey);
}
.info-blocks__desc--sm {
  font-size: 14px;
}
.info-blocks__btn {
  margin-top: 20px;
  color: #ac2c15;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  cursor: pointer;
}
.info-blocks--tailor {
  margin-top: 0;
}
@media (min-width: 1440px) and (max-width: 1655px) {
  .info-blocks__block--sm {
    max-width: 230px;
  }
}
@media (max-width: 1440px) {
  .info-blocks--guide .info-blocks__wrapper, .info-blocks--about .info-blocks__wrapper, .info-blocks--about .info-blocks__blocks {
    flex-direction: column;
  }
  .info-blocks--guide .info-blocks__block, .info-blocks--about .info-blocks__block {
    height: 181px;
  }
  .info-blocks--about .info-blocks__block {
    max-width: 100%;
    height: auto;
  }
  .info-blocks--about .info-blocks {
    flex-direction: column;
  }
  .info-blocks .info-blocks, .info-blocks__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .info-blocks--guide .info-blocks__row {
    flex-direction: column;
  }
  .info-blocks--guide .info-blocks__block, .info-blocks--about .info-blocks__block {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .info-blocks {
    margin-top: 30px;
    flex-direction: column;
  }
  .info-blocks__picture {
    max-height: 600px;
  }
  .info-blocks__block {
    max-width: 100%;
  }
  .info-blocks--about .info-blocks {
    margin-top: 15px;
  }
  .info-blocks__title {
    font-size: 22px;
    padding-bottom: 15px;
  }
  .info-blocks__desc {
    font-size: 14px;
  }
  .info-blocks--guide .info-blocks__title {
    text-align: center;
  }
  .info-blocks--tailor {
    margin-top: 0;
  }
}

.info-block {
  margin-top: 120px;
  background: var(--sand);
  display: flex;
}
.info-block--guide {
  margin-top: 60px;
}
.info-block__picture-wrapper {
  position: relative;
  max-width: 50%;
  width: 100%;
}
.info-block__picture {
  max-width: 50%;
  width: 100%;
  object-fit: cover;
}
.info-block__picture-wrapper > .info-block__picture {
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.info-block__notice {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0.02em;
  color: #f6f5f1;
  position: absolute;
  left: 40px;
  bottom: 40px;
}
.info-block__wrapper {
  max-width: 50%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.info-block__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  color: var(--grey);
}
.info-block__separator {
  margin-top: 20px;
}
.info-block__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: var(--grey);
  margin-top: 20px;
  max-width: 500px;
}
.info-block__desc span {
  color: var(--red);
}
@media (max-width: 1300px) {
  .info-block {
    flex-direction: column;
    background: none;
  }
  .info-block__wrapper {
    background: var(--sand);
    margin-top: 20px;
    max-width: 100%;
    padding: 30px 35px;
  }
  .info-block__picture {
    max-width: 100%;
    height: 420px;
  }
  .info-block__picture-wrapper > .info-block__picture {
    max-width: 100%;
    width: 100%;
  }
  .info-block__picture-wrapper {
    max-width: 100%;
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: flex;
    justify-content: center;
  }
  .info-block__notice {
    left: unset;
    bottom: 20px;
    max-width: 340px;
    text-align: center;
  }
  .info-block__notice br {
    display: none;
  }
}
@media (max-width: 768px) {
  .info-block {
    margin-top: 20px;
  }
  .info-block--about {
    margin-top: 70px;
  }
  .info-block--about .info-block__separator {
    margin-top: 20px;
  }
  .info-block__desc:first-of-type {
    margin-top: 0;
  }
  .info-block__desc {
    font-size: 14px;
  }
  .info-block__wrapper > br {
    display: none;
  }
  .info-block__separator {
    margin-top: 0;
  }
  .info-block__notice {
    font-size: 14px;
    max-width: 240px;
  }
}

.product {
  max-width: 1560px;
  margin: 0 auto 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}
.product__gallery {
  cursor: none;
  max-width: 1165px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 5px;
  height: max-content;
}
.product__gallery--mb {
  display: none !important;
}
.product__picture {
  max-width: 580px;
  max-height: 870px;
  object-fit: cover;
  flex: 1 1 40%;
  min-width: 0;
}
.product__info {
  max-width: 375px;
  min-width: 375px;
  width: 100%;
}
.product__plate {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  color: var(--dark-grey);
}
.product__model {
  margin-top: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  color: var(--red);
}
.product__price {
  margin-top: 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  color: var(--grey);
}
.product__block {
  margin-top: 30px;
}
.product__block .line {
  padding-bottom: 30px;
  height: 32px;
}
.product__param {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--dark-grey);
  display: flex;
  justify-content: space-between;
}
.product__param--1 {
  font-size: 14px;
}
.product__colors {
  display: flex;
  gap: 4px;
  margin-top: 20px;
}
.product__color {
  padding: 4px;
  border-radius: 2px;
}
.product__color--active {
  border: 1px solid var(--red);
  cursor: pointer;
}
.product__color span {
  background: black;
  width: 28px;
  height: 28px;
  display: block;
  cursor: pointer;
}
.product__color--Beige span {
  background: #d9b99b;
}
.product__color--Ivory span {
  background: var(--light-grey);
}
.product__color--Melon span {
  background: #FFB07C;
}
.product__color--Peacock span {
  background: #1CA9C9;
}
.product__color--Cherry span {
  background: #D2042D;
}
.product__color--Mint span {
  background: #98FF98;
}
.product__color--Lavender span {
  background: #E6E6FA;
}
.product__color--Coral span {
  background: #FF7F50;
}
.product__color--NavyBlue span {
  background: #000080;
}
.product__color--Mustard span {
  background: #FFDB58;
}
.product__color--Olive span {
  background: #808000;
}
.product__color--Teal span {
  background: #008080;
}
.product__color--Rose span {
  background: #FF007F;
}
.product__color--Chocolate span {
  background: #D2691E;
}
.product__color--SkyBlue span {
  background: #87CEEB;
}
.product__color--Plum span {
  background: #DDA0DD;
}
.product__color--SlateGray span {
  background: #708090;
}
.product__color-radio {
  display: none;
}
.product__sizes {
  margin-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.product__size {
  position: relative;
  border-radius: 100%;
  border: 1px solid #444;
  width: 16px;
  height: 16px;
  padding: 3.7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__size-label {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #444;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.product__size-radio {
  display: none;
}
.product__size span {
  width: 8px;
  height: 8px;
  background: #444;
  border-radius: 100%;
  display: none;
  position: absolute;
}
.product__size-radio:checked + .product__size span {
  display: block;
}
.product__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--red);
  display: block;
  cursor: pointer;
}
.product__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: var(--red);
}
.product__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--grey);
}
.product__tailor {
  padding: 30px;
  background: var(--sand);
}
@media (max-width: 768px) {
  .product {
    flex-direction: column;
  }
  .product__gallery {
    display: none;
  }
  .product__gallery--mb {
    display: flex !important;
  }
  .product__picture {
    width: 100%;
    max-height: 645px;
    max-width: 100%;
  }
  .product__info {
    max-width: 100%;
  }
}

.button {
  width: 100%;
  margin-top: 60px;
  height: 50px;
  text-align: center;
  padding: 0 9px;
  background: var(--red);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  border: none;
}
.button:hover {
  background: var(--dark-grey);
}
.button__inner {
  border-left: 1px solid var(--sand);
  border-right: 1px solid var(--sand);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 136%;
  text-align: center;
  color: var(--sand);
  padding: 6.5px;
}

.accordion {
  width: 100%;
  margin-top: 34px;
}
.accordion__item--active .accordion__icon .v-line {
  opacity: 0;
  transform: scaleY(0);
}
.accordion__header {
  cursor: pointer;
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.2s ease;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--dark-grey);
}
.accordion__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accordion__icon svg {
  width: 28px;
  height: 28px;
}
.accordion__icon svg .v-line {
  transition: all 0.2s ease;
  transform-origin: center;
}
.accordion__content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--grey);
}
.accordion__item--active .accordion__content {
  opacity: 1;
  padding-bottom: 1rem;
}

.cart {
  margin: 90px auto 0;
  display: flex;
  gap: 20px;
  max-width: 1560px;
  width: 100%;
}
.cart__wrapper {
  max-width: 928px;
  width: 100%;
}
.cart__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.cart__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
}
.cart__count {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: right;
  color: var(--grey);
}
.cart__items {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.cart__total {
  max-width: 612px;
  width: 100%;
  padding: 60px;
  background: var(--sand);
  height: fit-content;
}
@media (max-width: 1439px) {
  .cart {
    flex-direction: column;
  }
  .cart__wrapper {
    max-width: 100%;
  }
  .cart__total {
    max-width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .cart__title {
    font-size: 28px;
  }
  .cart__count {
    font-size: 12px;
  }
  .cart__items {
    margin-top: 15px;
  }
  .cart__total {
    padding: 30px;
  }
}

.cart-item {
  display: flex;
  gap: 20px;
}
.cart-item__picture {
  max-width: 295px;
  max-height: 380px;
  width: 100%;
  object-fit: cover;
}
.cart-item__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cart-item__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart-item__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: var(--dark-grey);
  text-decoration: none;
}
.cart-item__price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: right;
  color: var(--dark-grey);
}
.cart-item__vendor {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--grey);
  margin-top: 20px;
}
.cart-item__param {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--grey);
}
.cart-item__param span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--dark-grey);
}
.cart-item__quantity-control {
  max-width: 68px;
  width: 100%;
  display: flex;
}
.cart-item__quantity {
  background: none;
  outline: none;
  border: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: #444;
  width: 100%;
  appearance: textfield; /* универсально */
  -moz-appearance: textfield; /* Firefox */
}
.cart-item__quantity::-webkit-inner-spin-button, .cart-item__quantity::-webkit-outer-spin-button {
  -webkit-appearance: none; /* Chrome, Safari, Edge */
  margin: 0;
}
.cart-item__quantity-minus, .cart-item__quantity-plus {
  background: none;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item__settings-wrapper {
  margin-top: 41px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-item__setting {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #5e5e5e;
  display: flex;
  gap: 20px;
}
.cart-item__setting > span {
  display: flex;
  align-items: center;
  gap: 20px;
}
.cart-item__setting--size {
  cursor: pointer;
}
.cart-item__setting.active svg {
  transform: rotateX(180deg);
}
.cart-item__sizes {
  display: none;
}
.cart-item__sizes.active {
  display: flex;
}
.cart-item__delete {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--red);
  cursor: pointer;
}
@media (max-width: 768px) {
  .cart-item__picture {
    max-width: 49px;
    max-height: 62px;
  }
  .cart-item__name {
    font-size: 14px;
  }
  .cart-item__price {
    font-size: 14px;
  }
  .cart-item__vendor {
    font-size: 12px;
    margin-top: 5px;
  }
  .cart-item__param {
    font-size: 14px;
    margin-top: 10px;
  }
  .cart-item__param span {
    font-size: 14px;
  }
  .cart-item__settings-wrapper {
    margin-top: 12px;
  }
  .cart-item__settings {
    gap: 5px;
  }
  .cart-item__setting {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #5e5e5e;
    gap: 5px;
  }
  .cart-item__quantity {
    font-size: 12px;
  }
  .cart-item__quantity span {
    gap: 5px;
  }
  .cart-item__delete {
    margin-top: 12px;
    font-size: 12px;
  }
}

.cart-total__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
}
.cart-total__notice {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--grey);
  padding-bottom: 30px;
  border-bottom: 1px solid var(--light-grey);
}
.cart-total__sum-block {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--light-grey);
}
.cart-total__sum {
  display: flex;
  justify-content: space-between;
  margin-top: 7px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--grey);
}
.cart-total__sum-total {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: var(--dark-grey);
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.cart-total__btn {
  margin-top: 30px;
}
.cart-total__help {
  margin-top: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--dark-grey);
  display: flex;
  justify-content: space-between;
}
.cart-total__help span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: right;
  color: var(--red);
}
.cart-total__infos {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-total__info {
  padding: 30px;
  background: var(--light-sand);
}
.cart-total__info-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: var(--dark-grey);
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 20px;
}
.cart-total__info-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--grey);
}
.cart-total__info-text--red {
  color: var(--red);
}
@media (max-width: 768px) {
  .cart-total__title {
    font-size: 28px;
  }
  .cart-total__notice {
    font-size: 12px;
    margin-top: 5px;
    padding-bottom: 15px;
  }
  .cart-total__sum-block {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  .cart-total__sum {
    font-size: 12px;
  }
  .cart-total__sum-total {
    font-size: 14px;
  }
  .cart-total__help {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 12px;
  }
  .cart-total__help span {
    font-size: 12px;
    margin: auto;
    margin-top: 5px;
  }
  .cart-total__info {
    padding: 15px;
  }
  .cart-total__info-title {
    font-size: 14px;
  }
  .cart-total__info-text {
    font-size: 12px;
  }
}

.info-tabs {
  border-radius: 8px;
  background: var(--white);
  max-width: 1560px;
  width: 100%;
  margin-top: 120px;
  padding: 10px;
  display: flex;
  gap: 5px;
  text-wrap-mode: nowrap;
}
.info-tabs__item--active {
  background: var(--light-sand);
  cursor: default !important;
}
.info-tabs__item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  padding: 6px 8px;
  max-width: 216px;
  width: 100%;
  height: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--dark-grey);
}
@media (max-width: 768px) {
  .info-tabs {
    margin-top: 70px;
    margin-right: -15px;
    overflow-x: scroll;
  }
  .info-tabs__item {
    font-size: 12px;
  }
}

.look {
  position: relative;
}
.look__info {
  max-width: 770px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.look__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.look__wrapper {
  width: 100%;
}
.look__picture {
  max-width: 770px;
  max-height: 849px;
  width: 100%;
  min-width: 0;
  object-fit: cover;
  position: sticky;
  top: 0;
  transition: top 0.3s ease;
}
.look__item-picture {
  max-width: 367px;
  max-height: 445px;
  width: 100%;
  object-fit: cover;
  min-width: 0;
}
.look__item {
  display: flex;
  gap: 28px;
  width: 100%;
}
.look .button {
  margin-top: 45px;
}
.look__block {
  margin-top: 30px;
  max-width: 374px;
}
@media (max-width: 768px) {
  .look__item {
    flex-direction: column;
  }
  .look__item-picture {
    max-width: 100%;
  }
  .look__block {
    max-width: 100%;
  }
  .look__picture {
    position: unset;
  }
}

.text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: var(--dark-grey);
  max-width: 800px;
  margin: auto;
  margin-top: 120px;
}
.text--individual {
  margin-top: 40px;
  margin-left: 0;
  text-align: left;
}
@media (max-width: 768px) {
  .text {
    margin-top: 70px;
    font-size: 14px;
    max-width: 300px;
  }
}

.pictures-block {
  display: flex;
  gap: 20px;
  margin-top: 120px;
}
.pictures-block__picture {
  max-width: 33%;
  min-width: 0;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .pictures-block {
    margin-top: 30px;
    gap: 15px;
    flex-direction: column;
  }
  .pictures-block__picture {
    max-width: 100%;
    height: 420px;
  }
}

.conditions-table {
  margin-top: 56px;
}
.conditions-table__row {
  border-top: 1px solid #DDDCD8;
  padding: 21px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 30px;
}
.conditions-table__num {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #444;
  max-width: 296px;
  min-width: 0;
  width: 100%;
}
.conditions-table__title-num {
  display: none;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #444;
}
.conditions-table__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #444;
  max-width: 612px;
  width: 100%;
}
.conditions-table__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #5e5e5e;
  max-width: 500px;
  width: 100%;
}
@media (max-width: 768px) {
  .conditions-table {
    margin-top: 20px;
  }
  .conditions-table__row {
    flex-direction: column;
  }
  .conditions-table__num {
    display: none;
  }
  .conditions-table__title-num {
    display: inline-block;
    margin-right: 15px;
  }
  .conditions-table__title {
    max-width: 100%;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #444;
  }
  .conditions-table__desc {
    max-width: 100%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: #5e5e5e;
  }
}

.express {
  padding: 30px;
  margin-top: 90px;
  width: 100%;
  background: #f2f0e8;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.express__wrapper {
  width: 100%;
  border-left: 1px solid #ac2c15;
  border-right: 1px solid #ac2c15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.express__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #ac2c15;
  padding-bottom: 20px;
}
.express__desc {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: center;
  color: #5e5e5e;
  max-width: 600px;
}
@media (max-width: 768px) {
  .express {
    height: 171px;
    padding: 30px 15px;
    margin-top: 30px;
  }
  .express__title {
    font-size: 22px;
    padding-bottom: 10px;
  }
  .express__desc {
    margin-top: 10px;
    font-size: 14px;
    padding: 0 20px;
  }
}

.menu-panel {
  align-items: start;
}
.menu-panel li {
  text-align: left !important;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(41, 41, 41, 0.6);
  visibility: hidden;
  justify-content: flex-end;
  z-index: 1000;
  display: flex;
  transition: visibility 0.4s ease;
}
.overlay.active {
  visibility: visible;
}
.overlay.active .panel {
  transform: translateX(0);
}
.overlay .panel {
  padding: 60px;
  background: #f2f0e8;
  width: 100%;
  max-width: 600px;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  transform: translateX(100%);
  transition: transform 0.4s ease;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 15px;
}
.overlay .panel__menus {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.overlay .panel__menu {
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.overlay .panel__menu li {
  list-style: none;
  text-align: center;
}
.overlay .panel__menu li a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.01em;
  text-decoration: none;
  text-decoration-skip-ink: none;
  text-align: center;
  color: #444;
}
.overlay .panel__menu li a:hover {
  text-decoration: underline;
}
.overlay .panel__close {
  position: absolute;
  top: 15px;
  right: 20px;
  border: none;
  background: none;
  font-size: 28px;
  cursor: pointer;
}
.overlay .panel__socials {
  display: flex;
  align-items: center;
  gap: 30px;
}
.overlay .panel__social {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.01em;
  color: #676765;
  text-decoration: none;
}
@media (max-width: 768px) {
  .overlay .panel {
    padding: 20px;
    max-width: 100%;
  }
}

.form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #282921;
}
.form__notice {
  margin-top: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #5b5a57;
}
.form__group-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #444;
}
.form__group {
  display: flex;
  gap: 8px;
  width: 50%;
}
.form__group--wide {
  width: 100%;
}
.form__group-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form__fields {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.form__fields--groups {
  gap: 60px;
}
.form__field {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 100%;
}
.form__label {
  width: 100%;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #5e5e5e;
  height: 18px;
}
.form__input {
  background: none;
  outline: none;
  border: none;
  border-bottom: 1px solid #ded9ce;
  padding: 10px 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: rgba(0, 0, 0, 0.6);
}
.form__policy {
  display: block;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: rgba(40, 41, 33, 0.6);
  margin-top: 30px;
}
.form__policy a {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: rgba(40, 41, 33, 0.6);
}
.form__policy label {
  flex-shrink: 0;
  border: 1px solid #7a7b74;
  border-radius: 3px;
  display: inline-flex;
}
.form__policy label span {
  display: flex;
  background: none;
  border: none;
}
.form__policy label span span {
  border-radius: 3px;
  width: 12px;
  height: 12px;
  display: none;
  background: #444;
}
.form button {
  margin-top: 30px;
}
@media (max-width: 768px) {
  .form__group-wrapper {
    gap: 20px;
  }
  .form__title {
    font-size: 22px;
  }
  .form__group-title {
    font-size: 14px;
  }
  .form__label {
    font-size: 12px;
  }
  .form__notice {
    font-size: 12px;
    margin-top: 10px;
  }
  .form__fields {
    margin-top: 30px;
  }
  .form__fields--groups {
    gap: 20px;
  }
  .form__group {
    flex-direction: column;
    width: 100%;
  }
  .form__field {
    gap: 20px;
  }
  .form__label {
    height: auto;
  }
  .form__label--empty {
    display: none;
  }
  .form__input {
    font-size: 12px;
  }
}

.cursor-circle {
  position: fixed;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.5s ease, width 0.2s ease, height 0.2s ease, background 0.2s ease;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cursor-circle.hide {
  transform: translate(-50%, -50%) scale(0);
}
.cursor-circle__inner {
  height: 72px;
  width: 72px;
  background: #ded9ce;
  border-radius: 999px;
  position: absolute;
}
.cursor-circle__round {
  pointer-events: none;
  animation: spin 8s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.cursor-circle__plus {
  display: block;
  position: absolute;
}

.zoom-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
  background: transparent;
  cursor: none;
}

.zoom-overlay img {
  width: 100vw; /* сохраняем пропорции */
  height: auto; /* масштабируем вертикально */
  max-width: none;
  object-fit: cover;
  transform: translateY(0);
  transition: transform 0.05s ease-out;
  display: block;
}

.checkout {
  width: 100%;
  margin: auto;
  display: flex;
}
.checkout__column {
  max-width: 928px;
  width: 100%;
}
.checkout__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #282921;
  padding-bottom: 30px;
}
.checkout__tabs {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  margin-top: 30px;
  gap: 8px;
}
.checkout__tab {
  padding: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #282921;
  border-radius: 4px;
  max-width: 450px;
  width: 100%;
  cursor: pointer;
}
.checkout__tab--active {
  background: #f1f0e8;
  border: 1px solid #f1f0e8;
}
.checkout__form {
  margin-top: 60px;
}
.checkout__total-block {
  margin-top: 90px;
}
.checkout__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .checkout__title {
    font-size: 28px;
    padding-bottom: 0;
    border: none;
  }
  .checkout__form {
    margin-top: 10px;
  }
  .checkout__tabs {
    padding: 5px;
  }
  .checkout__tab {
    font-size: 10px;
  }
  .checkout__total-block {
    margin-top: 30px;
  }
}

.checkout-item {
  display: flex;
  gap: 20px;
}
.checkout-item__picture {
  width: 110px;
  height: 140px;
  object-fit: cover;
}
.checkout-item__wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.checkout-item__row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.checkout-item__name {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #121010;
  max-width: 200px;
}
.checkout-item__price {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: right;
  color: #121010;
}
.checkout-item__vendor {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--grey);
  margin-top: 20px;
}
.checkout-item__param {
  margin-top: 5px;
  display: flex;
  gap: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #5b5a57;
}
.checkout-item__param span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #5b5a57;
}
.checkout-item__delivery {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #ac2c15;
  margin-top: 5px;
}
.checkout-item__delete {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: var(--red);
  cursor: pointer;
}
@media (max-width: 768px) {
  .checkout-item__picture {
    max-width: 49px;
    max-height: 62px;
  }
  .checkout-item__name {
    font-size: 14px;
  }
  .checkout-item__price {
    font-size: 14px;
  }
  .checkout-item__vendor {
    font-size: 12px;
    margin-top: 5px;
  }
  .checkout-item__param {
    font-size: 14px;
    margin-top: 5px;
  }
  .checkout-item__param span {
    font-size: 14px;
  }
  .checkout-item__settings {
    margin-top: 12px;
  }
  .checkout-item__delivery, .checkout-item__delete {
    font-size: 12px;
  }
}

.checkout-tailor {
  display: none;
  flex-direction: column;
  gap: 14px;
  margin-top: 30px;
}
.checkout-tailor__block {
  padding: 30px;
  max-width: 33%;
  width: 100%;
  background: #f2f0e8;
}
.checkout-tailor__block--wide {
  max-width: 100%;
}
.checkout-tailor__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #444;
}
.checkout-tailor__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #5e5e5e;
  margin-top: 10px;
}
.checkout-tailor__wrapper {
  display: flex;
  gap: 14px;
}
@media (max-width: 768px) {
  .checkout-tailor__block {
    padding: 15px;
    max-width: 100%;
  }
  .checkout-tailor__title {
    font-weight: 400;
    font-size: 16px;
  }
  .checkout-tailor__desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
    color: #5e5e5e;
    margin-top: 5px;
  }
  .checkout-tailor__wrapper {
    flex-direction: column;
  }
}

.empty-cart {
  margin-top: 90px;
}
.empty-cart__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #444;
}
.empty-cart__desc {
  margin-top: 30px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #5e5e5e;
  text-align: center;
}
.empty-cart__blocks {
  margin-top: 120px;
  display: flex;
  gap: 30px;
}
@media (max-width: 1300px) {
  .empty-cart {
    margin-top: 30px;
  }
  .empty-cart__blocks {
    flex-direction: column;
    margin-top: 51px;
  }
  .empty-cart__title {
    font-size: 28px;
  }
  .empty-cart__desc {
    margin-top: 10px;
    font-size: 12px;
  }
}

.empty-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 50px 30px;
  width: 33%;
  background: #f2f0e8;
}
.empty-block__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.01em;
  text-align: center;
  color: #444;
  height: 80px;
}
.empty-block__picture {
  width: 100%;
  max-width: 300px;
  max-height: 220px;
}
.empty-block__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.01em;
  text-align: center;
  color: #5e5e5e;
  max-width: 400px;
}
.empty-block__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: right;
  color: #ac2c15;
}
@media (max-width: 1300px) {
  .empty-block {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .empty-block {
    padding: 30px;
  }
  .empty-block__title {
    font-size: 22px;
    height: auto;
  }
  .empty-block__picture {
    width: 200px;
    height: 150px;
  }
  .empty-block__desc {
    font-size: 14px;
  }
  .empty-block__link {
    margin-top: -20px;
    font-size: 12px;
  }
}

.line {
  width: 100%;
  display: block;
}

.icon:hover path, .icon:hover rect {
  fill: #AC2C15;
}

.policy {
  margin-top: 90px;
  max-width: 1020px;
}
.policy__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
}
.policy__blocks {
  margin-top: 110px;
}
.policy__block {
  margin-top: 70px;
}
.policy__subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
}
.policy__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--grey);
  margin-top: 30px;
}
.policy svg {
  width: 100%;
}
@media (max-width: 768px) {
  .policy {
    margin-top: 18px;
  }
  .policy__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: var(--dark-grey);
  }
  .policy__blocks {
    margin-top: 50px;
  }
  .policy__block {
    margin-top: 30px;
  }
  .policy__subtitle {
    font-size: 26px;
  }
  .policy__text {
    margin-top: 10px;
    font-size: 14px;
  }
}

.text-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 190px;
}
.text-content__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
}
.text-content__subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
}
.text-content__blocks {
  margin-top: 110px;
}
.text-content__block {
  margin-top: 70px;
}
.text-content__desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: var(--grey);
  max-width: 600px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .text-content {
    margin-top: 90px;
  }
  .text-content__title {
    font-size: 32px;
  }
  .text-content__desc {
    font-size: 14px;
  }
}

#sizes {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
  justify-content: end;
  align-items: center;
}

#sizes.active {
  display: flex;
}

#sizes .panel {
  max-width: 612px;
  overflow-y: scroll;
}

#sizes .close-btn {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  font-size: 30px;
  cursor: pointer;
  color: #333;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.3s;
  z-index: 10001;
}

#sizes .close-btn:hover {
  background-color: #f0f0f0;
}

.size-guide-content h2 {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #282921;
}

.model-info {
  background: #f8f9fa;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 25px;
  text-align: center;
}

.model-params {
  margin-top: 8px;
  color: #666;
  font-size: 14px;
}

.size-table-container {
  overflow-x: auto;
  margin-bottom: 25px;
}

.size-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  max-width: 375px;
}

.size-table th,
.size-table td {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #282921;
  padding: 11px 10px;
  text-align: center;
}

.size-table th {
  background: #ac2c15;
  padding: 11px 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: var(--light-sand);
}

.size-guide-content {
  height: 100%;
}

.measurement-guide {
  height: 100%;
}

.measurement-guide h3 {
  margin-bottom: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #282921;
}

.measurement-guide img {
  width: 100%;
  max-height: 650px;
}

.measurement-steps {
  margin-top: 20px;
}

.step {
  margin-bottom: 20px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #444;
}

.step p {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #676765;
}

@media (max-width: 768px) {
  #sizes .panel {
    width: 95%;
    padding: 20px;
    margin: 20px;
  }
  .size-table th,
  .size-table td {
    padding: 8px 6px;
    font-size: 14px;
  }
  .size-guide-content h2 {
    font-size: 20px;
  }
}
.cookie-block {
  padding: 30px;
  right: 50px;
  bottom: 50px;
  position: absolute;
  background: #f2f0e8;
  max-width: 500px;
}
.cookie-block__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #282921;
}
.cookie-block__btn {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #ac2c15;
  cursor: pointer;
}

.photo-gallery {
  max-width: 950px;
  width: 100%;
  margin: 40px auto 0;
}
.photo-gallery .swiper-wrapper {
  align-items: center;
}
.photo-gallery .swiper-slide {
  width: 100%;
  max-width: 870px;
  max-height: 580px;
}
.photo-gallery .swiper-slide img,
.photo-gallery .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1100px) {
  .photo-gallery {
    max-width: 460px;
  }
  .photo-gallery .swiper-slide {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .photo-gallery {
    max-width: 335px;
  }
  .photo-gallery .swiper-slide {
    width: 300px;
    height: 300px;
  }
}

.advantages-lite {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 160px;
  gap: 22px;
}
.advantages-lite__item {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
}
.advantages-lite__item--left {
  text-align: left;
}
.advantages-lite__item--center {
  text-align: center;
}
.advantages-lite__item--right {
  text-align: right;
}
@media (max-width: 1100px) {
  .advantages-lite {
    margin-top: 120px;
  }
  .advantages-lite__item {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .advantages-lite {
    flex-direction: column;
    margin-top: 69px;
  }
  .advantages-lite__item {
    text-align: center;
    font-size: 24px;
  }
}

.catalog-sections {
  margin-top: 160px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.catalog-sections__item {
  padding: 40px;
  display: flex;
  align-items: end;
  aspect-ratio: 425/500;
  background: var(--sand);
  background-size: 100%;
  text-decoration: none;
  transition: background-size 200ms ease;
}
.catalog-sections__item:hover {
  background-size: 103%;
  background-color: #EBE5D9;
}
.catalog-sections__name {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: var(--dark-grey);
}
@media (max-width: 1490px) {
  .catalog-sections__name {
    font-size: 40px;
  }
}
@media (max-width: 1332px) {
  .catalog-sections {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1100px) {
  .catalog-sections {
    gap: 8px;
    margin-top: 110px;
  }
  .catalog-sections__item {
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .catalog-sections {
    gap: 5px;
    margin-top: 60px;
  }
  .catalog-sections__item {
    aspect-ratio: 340/400;
    padding: 20px;
  }
  .catalog-sections__name {
    font-size: 24px;
  }
}

.info-list {
  margin-top: 90px;
  position: relative;
}
.info-list__item {
  padding: 40px 10px;
  border-top: 1px solid #dddcd8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  color: #5e5e5e;
  cursor: default;
  transition: padding 0.2s ease;
}
.info-list__item:hover {
  color: #5e5e5e;
  background: #f2f0e8;
  padding: 40px 20px;
}
.info-list__btn {
  text-decoration: none;
  cursor: pointer;
}
.info-list img, .info-list video {
  max-width: 650px;
  width: 100%;
  position: absolute;
  top: -40px;
  right: 40px;
  display: none;
}
.info-list img.active, .info-list video.active {
  display: block;
}
.info-list img, .info-list video {
  overflow: hidden;
}
@media (max-width: 1439px) {
  .info-list__pictures {
    display: none !important;
  }
}
@media (max-width: 1100px) {
  .info-list {
    margin-top: 60px;
  }
  .info-list__item {
    padding: 30px 0 !important;
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .info-list {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .info-list__item {
    background: none !important;
    padding: 20px 0 !important;
    font-size: 18px;
  }
}

.footer-new {
  width: 100%;
  padding: 60px 80px;
  padding-bottom: 0;
}
.footer-new__inner {
  border-top: 1px solid #ebe5d9;
  width: 100%;
  display: flex;
}
.footer-new__wrapper {
  width: 50%;
  padding-top: 60px;
}
.footer-new__wrapper:first-child {
  border-right: 1px solid #ebe5d9;
}
.footer-new__wrapper:last-child {
  padding: 60px;
}
.footer-new__text {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: 0.01em;
  color: #2f2f2f;
  max-width: 605px;
}
.footer-new__socials {
  margin-top: 88px;
  display: flex;
  gap: 5px;
}
.footer-new__social {
  display: block;
}
.footer-new__social:hover {
  transform: scale(1.03);
}
.footer-new__menus {
  display: flex;
  justify-content: space-between;
}
.footer-new__copy {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #5e5e5e;
  margin-top: 66px;
}
.footer-new__copy--mb {
  display: none;
  width: 234px;
  margin-top: 0;
  font-size: 16px;
}
.footer-new__policy {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer-new__policy-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  color: #5e5e5e;
  text-decoration: none;
}
.footer-new__bottom {
  display: flex;
  margin-top: 168px;
  align-items: end;
  justify-content: space-between;
}
@media (max-width: 1300px) {
  .footer-new__inner {
    flex-direction: column;
  }
  .footer-new__wrapper {
    width: 100%;
  }
  .footer-new__wrapper:first-child {
    border-right: none;
  }
  .footer-new__wrapper:last-child {
    padding: 0;
  }
  .footer-new__menus {
    margin-top: 60px;
  }
  .footer-new__copy {
    display: none;
  }
  .footer-new__copy--mb {
    display: block;
  }
  .footer-new__policy {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 1100px) {
  .footer-new {
    padding: 40px 85px;
  }
  .footer-new__text {
    font-size: 40px;
  }
  .footer-new__socials {
    margin-top: 30px;
  }
  .footer-new__social {
    width: 36px;
    height: 36px;
  }
  .footer-new__copy {
    width: 199px;
  }
  .footer-new__policy-link {
    font-size: 16px;
  }
  .footer-new__bottom {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ebe5d9;
  }
}
@media (max-width: 768px) {
  .footer-new {
    padding: 20px;
  }
  .footer-new__text {
    font-size: 30px;
  }
  .footer-new__socials {
    margin-top: 30px;
  }
  .footer-new__social {
    width: 36px;
    height: 36px;
  }
  .footer-new__menus {
    flex-direction: column;
    gap: 30px;
  }
  .footer-new__copy {
    font-size: 12px;
    margin-top: 20px;
  }
  .footer-new__policy-link {
    font-size: 12px;
  }
  .footer-new__bottom {
    flex-direction: column;
    align-items: start;
  }
}

.footer-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-menu__item {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #5e5e5e;
}
.footer-menu__item:hover {
  color: #AC2C15;
}
@media (max-width: 1100px) {
  .footer-menu__item {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .footer-menu__item {
    font-size: 16px;
  }
}

/*# sourceMappingURL=styles.css.map */
