@charset "UTF-8";
@font-face {
  font-family: "Bounded";
  src: url("/dist/fonts/Bounded-ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Bounded";
  src: url("/dist/fonts/Bounded-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Bounded";
  src: url("/dist/fonts/Bounded-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Bounded";
  src: url("/dist/fonts/Bounded-Variable.woff2") format("woff2");
  font-weight: 100 900;
  font-style: normal;
}
body {
  font-family: "Bounded", sans-serif;
  font-weight: 400;
  width: 100vw;
  background-color: rgb(240, 240, 240);
  display: flow-root;
  overflow: auto;
  min-height: 100vh;
}

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

section {
  padding: 100px 0;
}

button {
  font-family: "Bounded", sans-serif;
}

.callback-button .button {
  white-space: nowrap;
}

.button {
  cursor: pointer;
  height: 60px;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 245px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;

  border-radius: 30px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}

.button-white {
  color: white;
  box-sizing: border-box;
  border: 3px solid rgb(255, 255, 255);
  border-radius: 30px;
}

.button-white:hover {
  background: linear-gradient(0.00deg, rgba(179, 157, 146, 0.8),rgba(143, 130, 123, 1) 100%);
  color: rgba(255, 255, 255, 1);
  border: unset;
}

.button-white:active {
  background-color: rgba(194, 178, 169, 1);
  color: rgba(64, 64, 64, 1);
  border: unset;
}

.button-black {
  color: rgba(64, 64, 64, 1);
  box-sizing: border-box;
  border: 3px solid rgba(64, 64, 64, 1);
}

.button-black:hover {
  background: linear-gradient(0.00deg, rgba(179, 157, 146, 0.8),rgba(143, 130, 123, 1) 100%);
  color: rgba(255, 255, 255, 1);
  border: unset;
  cursor: pointer;
}

.button-black:active {
  background-color: rgba(194, 178, 169, 1);
  color: rgba(64, 64, 64, 1);
  border: unset;
}

.button-black-fill {
  color: white;

  outline: 3px solid rgba(64, 64, 64, 1);
  background-color: rgba(64, 64, 64, 1);
}

.button-black-fill:hover {
  background: linear-gradient(0.00deg, rgba(179, 157, 146, 0.8),rgba(143, 130, 123, 1) 100%);
  color: rgba(255, 255, 255, 1);
  outline: 0px solid rgba(255, 255, 255, 0.2);
}

.button-black-fill:active {
  background-color: rgba(194, 178, 169, 1);
  color: rgba(64, 64, 64, 1);

}

.button-white-fill {
  color: rgba(64, 64, 64, 1);
  box-sizing: border-box;
  border: 3px solid rgb(34, 34, 34);
  background-color: white;
}

.button-white-fill:hover {
  background: linear-gradient(0.00deg, rgba(179, 157, 146, 0.8),rgba(143, 130, 123, 1) 100%);
  color: rgba(255, 255, 255, 1);
  border: unset;
}


.button-white-fill:active {
  background-color: rgba(194, 178, 169, 1);
  color: rgba(64, 64, 64, 1);
  border: unset;
}
.button-white-fill path {
  fill: rgba(64, 64, 64, 1);
}

.header__like svg path {
  transition: fill 0.3s ease;
  fill: rgba(64, 64, 64, 1);
}

svg path {
  transition: fill 0.3s ease;
}

.header__like:hover {
  color:  rgba(64, 64, 64, 1);
}
.header__like:hover rect {
  fill: rgba(64, 64, 64, 0);
}

.callback-button__social:hover svg path {
  fill: rgba(64, 64, 64, 1);
}

.load-button:hover svg path {

}

.load-button:active svg path {

}

.green-hover {
  transition: all 0.3s ease;
}

.green-hover:hover {
  color: rgba(64, 64, 64, 1);
}

.social__item svg path {
  transition: fill 0.3s ease;
}

.social__item:hover svg path {
  fill: rgba(64, 64, 64, 1);
}

.page-body {
  line-height: 200%;
  font-family: "Inter Tight", sans-serif;
}
.page-body .date {
  margin-bottom: 20px;
  color: rgb(167, 152, 120);
}

.title {
  font-size: 55px;
  font-weight: 500;
  line-height: 66px;
  color: white;
}

.slick-next {
  right: 72px;
  width: unset;
  height: unset;
}

.slick-next::before {
  content: url("/dist/img/arrow-left.webp");
}

.slick-dotted.slick-slider {
  margin-bottom: unset;
}

.news .product__name {
  font-family: "Bounded", sans-serif;
}

.load-button {
  gap: 10px;
  height: 90px;
  border-radius: 63px;
  width: 332px;
  padding: 0 30px;
  border: unset;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
}

.menu-button {
  gap: 10px;
  height: 60px;
  width: 227px;
  padding: 0 20px;
}

.tel {
  white-space: nowrap;
}

.breadcrumbs {
  align-items: center;
  display: flex;
  gap: 22px;
  color: rgba(194, 178, 169, 1);
}
.breadcrumbs__item {
  font-size: 14px;
}
.breadcrumbs__dot {
  height: 4px;
  width: 4px;
  background-color: rgb(217, 217, 217);
}

.catalog-list {
  position: relative;
}

.loader {
  display: none;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.loader.active {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.09);
  z-index: 10;
  border-radius: 20px;
}

.loader__spinner {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border: 4px solid #ddd;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

.open-popup {
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  accent-color: #333333;
  width: 20px;
  height: 20px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 768px) {
  section {
    padding: 50px 0;
  }
}
.bg_video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

header {
  background: var(--head, linear-gradient(0.00deg, rgba(179, 157, 146, 0.8),rgba(143, 130, 123, 1) 100%));
  color: white;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

header.front {
  background: transparent;
}

header.front.sticky {
  background: var(--head, linear-gradient(0.00deg, rgba(179, 157, 146, 0.8),rgba(143, 130, 123, 1) 100%));
}
.header__top {
  padding: 15px 0;
  display: flex;
  align-items: center;
  gap: 100px;
  justify-content: space-between;
  width: 100%;
}
.header__logo img {
  width: 276px;
  /* height: 42px; */
  object-fit: contain;
}
.header__logo span {
  color: rgba(64, 64, 64, 1);
  max-width: 276px;
  font-family: "Inter Tight", sans-serif;
  font-size: 13px;
  line-height: 19px;
  text-align: left;
}
.header__menu {
  justify-self: center;
  flex: 1;
}
.header__info {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 27px;
}
.header__like {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 0;
  transition: all .2s linear;
}
@media (max-width: 1400px) {
  .header__tel {
    font-size: 21px;
  }
}
.header__callback {
  display: flex;
  gap: 24px;
}
.header__callback-btn {
  color: white;
  text-decoration: underline;
}
@media (min-width: 1400px) {
  .header .header__tablet {
    display: none;
  }
}
.header__social {
  display: flex;
  gap: 9px;
}
.header__social img {
  width: 36px;
  height: 36px;
}

.front .header__holder {
  width: 100%;
}

.header.front {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.logo {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}
.logo__slogan {
  font-family: "Inter Tight", sans-serif;
}

.menu {
  color: white;
  display: flex;
  justify-content: space-between;
}
.menu a {
  transition: all 0.2s ease-in-out;
}
.menu a:hover {
  color: rgba(64, 64, 64, 1) ;
}

.like-mob {
  width: 36px;
  height: 36px;
}
.like-mob img {
  width: 100%;
  height: 100%;
  min-width: 36px;
}
.menu-button-mob {
  min-width: 20px;
}

.header__holder {
  transition: all 0.2s ease-in-out;
}

header.sticky {
  background: var(--head, linear-gradient(0.00deg, rgba(179, 157, 146, 0.8),rgba(143, 130, 123, 1) 100%));
  width: 100%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.header__holder.sticky .header__logo img {

}
header .header__like.bottom {
  position: absolute;
  bottom: -50px;
  border-radius: 30px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgb(240, 240, 240);
  color: rgba(64, 64, 64, 1);
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Inter Tight", sans-serif;
  padding: 4px 16px;
  opacity: 0;
  visibility: hidden;
}

header.sticky .header__like.bottom {
  opacity: 1;
  visibility: visible;
}

header.sticky .header__like.top {
  margin-top: -60px;
}

@media (max-width: 1400px) {
  header.sticky .header__callback-btn {
    display: none;
  }
  header.sticky .header__info {
    flex-direction: row;
  }
}
.front-banner__item {
  background-size: cover;
  background-repeat: no-repeat;
  display: flex !important;
  align-items: center;
  height: 100vh;
  position: relative;
}
.front-banner__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgb(143, 130, 123), rgba(64, 64, 64, 0.2) 100%);
}
.front-banner__area {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.front-banner__time {
  font-size: 30px;
  font-weight: 400;
  line-height: 41px;
  font-family: "Inter Tight", sans-serif;
  color: rgba(64, 64, 64, 1);
  margin-bottom: 20px;
}
.front-banner__title {
  max-width: 1176px;
  margin-bottom: 100px;
}
.front-banner .slick-dots {
  position: absolute;
  bottom: 70px;
  left: 75px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.front-banner .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}
.front-banner .slick-dots li button:before {
  transition: all 0.2s ease-in-out;
  font-size: 12px;
  content: "•";
  opacity: 0.3;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 1400px) {
  .header__mob {
    display: none;
  }
}
@media screen and (max-width: 1400px) {
  .header__tel {
    font-size: 24px;
  }
  .header__tablet {
    display: flex;
    gap: 24px;
    align-items: center;
  }
  .header__menu {
    display: none;
  }
  .header__like {
    display: none;
  }
  .header__logo img {
    /*width: 72px;*/
    /* height: 96px; */
  }
  .header__top {
    gap: 10px;
  }
  .header__callback-btn {
    font-size: 12px;
  }
  .header__callback {
    gap: 24px;
  }
}
@media screen and (max-width: 878px) {
  .header .logo__slogan {
    display: none;
  }
  .slick-next::before {
    content: url(/dist/img/arrow-left-mob.svg);
  }
  .slick-next {
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .header__mob {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .front-banner__item {
    height: 70vh;
  }
  .header__top {
    justify-content: space-between;
  }
  .slick-next::before {
    content: url(/dist/img/arrow-left-mob-2.svg);
  }
  .front-banner .slick-dots {
    left: 30px;
    bottom: 30px;
  }
  .front-banner__time {
    font-size: 24px;
  }
  .title {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
  }
  .header__tablet, .header__info {
    display: none;
  }
  .logo__slogan {
    display: block;
  }
  .header__mob {
    display: flex;
    align-items: center;
    gap: 18px;
  }
  .header__tel {
    display: none;
    font-size: 13px;
  }
  .header__logo img {
    width: 350px;
    /* height: 59px; */
  }
  .front-banner__title {
    margin-bottom: 50px;
  }
  .logo {
    gap: 10px;
  }
}
.collection {
  background: linear-gradient(269.43deg, rgb(179, 157, 146), rgb(143.4375, 129.6454315186, 122.7493972778) 100%);
}
.collection__head {
  display: flex;
  margin-bottom: 67px;
  justify-content: space-between;
  align-items: center;
}
.collection__buttons {
  display: flex;
  gap: 36px;
}
.collection__nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  margin: 1px 0;
}
.collection__nav-item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
  box-sizing: border-box;
  color: rgb(64, 46, 36);
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.collection__nav-item:hover {
  border: 4px solid rgba(255, 255, 255, 0.5);
}
.collection__list {
  padding: 37px 55px;
  background: linear-gradient(90deg, rgb(240.2884674072, 240.2884674072, 240.2884674072), rgb(240.2884674072, 240.2884674072, 240.2884674072) 70%, rgb(236.6105804443, 229.6188201904, 220.6848602295) 100%);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.collection__mob {
  display: none;
}

.collection__nav-item {
  transition: all 0.2s ease-in-out;
  border: 4px solid rgba(255, 255, 255, 0);
}

.collection__nav-item.active {
  border: 4px solid rgb(255, 255, 255);
}

.product {
  box-sizing: border-box;
  border-radius: 30px;
  padding: 25px;
  transition: all 0.2s ease-in-out;
}
.product__img {
  border: 1px solid var(--white, rgba(255, 255, 255, 0));
  height: 248px;
  position: relative;
  margin-bottom: 18px;
}
.product__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product__more {
  z-index: 3;
  transition: all 0.2s ease-in-out;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  cursor: pointer;
}
.product__photo-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition: all 0.2s ease-in-out;
}
.product__name {
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
}
.product__text {
  color: #838383;
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 10px;
}
.product__desc {
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
.product__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.product__text {
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  line-height: 19px;
}
.product__like {
  cursor: pointer;
  width: 36px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__like img {
  width: 100%;
  height: 100%;
}
.product__like-img-disable {
  display: block;
}
.product__like-img-hover {
  display: none;
}
.product__like-img-active {
  display: none;
}
.product .new {
  width: 80px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  background: var(--beige, rgb(167, 152, 120));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  z-index: 3;
}
.product .loop {
  position: absolute;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  z-index: 3;
}

.product:hover .product__img {
  border: 1px solid rgb(255, 255, 255);
}
.product:hover .product__photo-hover {
  opacity: 1;
}
.product:hover .product__more {
  opacity: 1;
}
.product:hover {
  box-shadow: 0px 2px 4px 0px rgba(38, 38, 38, 0.02), 0px 10px 40px 0px rgba(38, 38, 38, 0.05), 0px 2px 4px 0px rgba(38, 38, 38, 0.02), 0px 10px 40px 0px rgba(38, 38, 38, 0.05);
  background: rgb(247, 247, 247);
}
.product:hover .loop {
  opacity: 1;
  cursor: pointer;
}

.product__like:hover .product__like-img-disable {
  display: none;
}
.product__like:hover .product__like-img-hover {
  display: block;
}

.product__like.active .product__like-img-disable {
  display: none;
}
.product__like.active .product__like-img-hover {
  display: none;
}
.product__like.active .product__like-img-active {
  display: block;
}

@media screen and (max-width: 1300px) {
  .collection__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1050px) {
  #collection-results {
    max-height: none; /* виден всегда */
    opacity: 1;
    overflow: visible;
    transition: max-height 0.6s ease, opacity 0.4s ease;
  }
  #collection-results.is-animated {
    max-height: 2000px;
    opacity: 1;
  }
  .collection__buttons .button-black {
    display: none;
  }
  .collection__nav {
    grid-template-columns: 1fr;
  }
  .collection__list {
    padding: 30px 10px;
  }
  .collection__nav-item {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .product__img {
    height: 220px;
  }
  .collection__list {
    padding: 20px 0px;
  }
  .collection__head .button {
    display: none;
  }
  .collection__mob {
    display: flex;
    gap: 10px;
    align-items: center;
    color: white;
  }
  .product__more {
    width: -moz-fit-content;
    width: fit-content;
    display: none;
  }
  .product__text {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 16px !important;
  }
}
@media screen and (max-width: 440px) {
  .product__img {
    height: 120px;
  }
}
.about {
  background-position: top right;
  background-color: rgba(240, 240, 240, 0.9);
  background-image: url("/dist/img/about-bg.webp");
  background-repeat: no-repeat;
  color: rgba(64, 64, 64, 1);
}
.about__title {
  color: rgba(64, 64, 64, 1);
  margin-bottom: 67px;
}
.about__text {
  font-family: "Inter Tight", sans-serif;
  max-width: 875px;
  font-size: 30px;
  font-weight: 400;
  line-height: 41px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 32px;
}
.about__subtext {
  font-family: "Inter Tight", sans-serif;
}

.about-slider__item {
  height: 480px;
}
.about-slider__item img {
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .about-slider__item {
    height: 204px;
  }
  .about {
    background-size: 236%;
  }
  .about__title {
    margin-bottom: 20px;
  }
  .about__text {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
  }
  .about__subtext {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }
}
.preim {
  background-color: rgba(240, 240, 240, 0.9);
}
.preim__area {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.preim__item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
}
.preim__img {
  border-radius: 70px;
  background: var(--beige, rgb(167, 152, 120));
  width: 126px;
  height: 126px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.preim__name {
  text-align: left;
  color: rgba(64, 64, 64, 1);
}

@media (max-width: 1000px) {
  .preim__area {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 560px) {
  .preim {
    display: none;
  }
  .preim__area {
    grid-template-columns: 1fr;
  }
}
.news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .news-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.news {
  background-color: rgba(240, 240, 240, 0.9);
}
.news .collection__mob {
  color: rgba(64, 64, 64, 1);
}
.news .collection__mob img {
  filter: invert(1);
}
.news__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news__title {
  color: rgba(64, 64, 64, 1);
}
.news__buttons {
  display: flex;
  gap: 20px;
}
.news__area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 37px 55px;
}

.news-list .product__photo {
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
}

.news__area .product__photo {
  filter: grayscale(100%);
  transition: all 0.2s ease-in-out;
}

.news-list .product:hover .product__photo, .news__area .product:hover .product__photo {
  filter: grayscale(0);
}

@media (max-width: 1200px) {
  .news__area {
    grid-template-columns: 1fr 1fr;
    padding: 37px 0;
  }
}
@media (max-width: 966px) {
  .news__buttons .button-black {
    display: none;
  }
  .product__name {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
  }
  .product__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .news__buttons {
    display: none;
  }
  .news__area {
    grid-template-columns: 1fr;
    padding: 20px 0;
  }
}
.support {
  overflow: hidden;
}
.support__title {
  color: rgb(34, 34, 34);
  margin-bottom: 67px;
}
.support__slider {
  width: 100%;
}
.support__slider .slick-list {
  overflow: visible;
}
.support__item {
  width: 240px;
  height: 240px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  box-shadow: 0px 2px 4px 0px rgba(38, 38, 38, 0.02), 0px 10px 40px 0px rgba(38, 38, 38, 0.05), 0px 2px 4px 0px rgba(38, 38, 38, 0.02), 0px 10px 40px 0px rgba(38, 38, 38, 0.05);
  background: var(--cristal white, rgb(255, 255, 255));
  margin-right: 30px;
}

@media (max-width: 1200px) {
  .support__item {
    margin: 50px;
  }
  .support .slick-next {
    right: -5px;
  }
}
.contact__area {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.contact__info {
  display: flex;
  flex-direction: column;
}
.contact__title {
  margin: 100px 0 50px;
  color: rgba(64, 64, 64, 1);
}
@media (max-width: 768px) {
  .contact__title {
    margin: 30px 0 30px;
  }
}
.contact__info-item {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 33px;
  align-items: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
}
@media (max-width: 1400px) {
  .contact__info-item {
    font-size: 20px;
  }
}

.contact__map {
  position: relative;
  height: 100%;
}

.tel-font {
  font-size: 25px;
}
@media (max-width: 576px) {
  .tel-font {
    font-size: 20px;
  }
}

.contact__map-frame {
  position: absolute;
  overflow: hidden;
  height: 100%;
  width: 50vw;
}
@media (max-width: 1400px) {
  .contact__map-frame {
    position: relative;
    height: 400px;
    left: -25px;
    width: calc(100% + 50px);
  }
}

.callback-button {
  display: flex;
  align-items: center;
  gap: 36px;
  margin-bottom: 100px;
}
.callback-button__social {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 60px;
  height: 60px;
}
.callback-button__social img {
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .callback-button .button-black-fill {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .callback-button {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 1400px) {
  .contact__area {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 900px) {
  .contact__map {
    height: 450px;
  }
}
.footer {
  padding: 100px 0 20px;
  background: linear-gradient(180.00deg, rgba(143, 130, 123, 1),rgba(64, 64, 64, 1) 100%);
}
@media (max-width: 1400px) {
  .footer {
    padding: 80px 0 20px;
  }
}
.footer__load {
  display: flex;
  gap: 30px;
  justify-content: flex-end;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1400px) {
  .footer__load {
    justify-content: center;
  }
}
.footer__area {
  display: grid;
  grid-template-columns: 1fr 450px;
  gap: 100px;
}
.footer__left {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1400px) {
  .footer__left {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer__col {
  display: flex;
  flex-direction: column;
}
.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer__menu-name {
  margin-bottom: 22px;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  color: rgba(64, 64, 64, 1);
}
.footer__menu-elem {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: left;
  color: white;
  transition: all 0.2s ease-in-out;
}
.footer .header__logo span {
  color: rgba(64, 64, 64, 1);
}
.footer__menu-elem:hover {
  color: rgba(64, 64, 64, 1);
}
.footer .contact__info-item {
  color: white;
}
.footer .contact__title {
  margin: unset;
}
.footer .callback-button {
  margin: unset;
}
.footer .load-button {
  margin-top: auto;
  height: 90px;
}
.footer .contact__info {
  margin-bottom: 100px;
}

.malevich {
  margin-top: 80px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  font-family: "Inter Tight", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: white;
}
.malevich__right {
  display: flex;
  gap: 5px;
  align-items: center;
}

.load-button.tablet {
  display: none;
}

@media (max-width: 1400px) {
  .footer__col .load-button {
    display: none;
  }
  .load-button.tablet {
    display: flex;
  }
}
@media (max-width: 768px) {
  .footer__area {
    grid-template-columns: 1fr;
  }
  .malevich {
    flex-direction: column;
  }
  .malevich__left {
    align-self: flex-start;
  }
  .malevich__right {
    align-self: flex-end;
  }
  .footer .callback-button .button-white {
    width: 100%;
  }
  .callback-button {
    flex-wrap: wrap;
  }
}
body.menu--active .mob-menu {
  left: 0;
}

.mob-menu {
  transition: all 0.2s ease-in-out;
  position: fixed;
  top: 0;
  left: 120vw;
  width: 100%;
  height: 100%;
  background-color: rgba(64, 64, 64, 1);
  z-index: 1100;
}
.mob-menu__head {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.mob-menu__title {
  color: white;
  font-family: "Inter Tight", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0%;
  text-align: left;
}
.mob-menu__body {
  display: flex;
  flex-direction: column;
  gap: 22px;
  margin-top: 22px;
}
.mob-menu__item {
  color: rgba(194, 178, 169, 1);
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  text-align: left;
}
.mob-menu__info {
  margin-top: 57px;
}
.mob-menu .contact__info {
  color: white;
}
.mob-menu .callback-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.mob-menu .callback-button .button {
  width: 100%;
}

@media (max-width: 768px) {
  .header__holder.sticky {
    background: linear-gradient(0.00deg, rgba(179, 157, 146, 0.8),rgba(143, 130, 123, 1) 100%);
  }
  .header__holder.sticky .menu-button-mob {
    cursor: pointer;
    margin-right: auto;
    height: 26px;
    width: 26px;
  }
  .header__holder.sticky  .header__tel {
    display: block !important;
  }
  .header__holder.sticky .logo {
    display: none !important;
  }
  .header__holder.sticky .header__mob {
    /* max-width: 370px; */
    width: 100%;
  }
  .search {
    justify-content: flex-end;
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .product {
    padding: 10px;
  }
}

.catalog-slider__item {
  background-size: cover;
  background-repeat: no-repeat;
}
.catalog-slider__area {
  max-width: 1200px;
  height: 400px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.catalog-slider__title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .catalog-slider__title {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .catalog-slider__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
  }
}
.catalog-slider__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 30px;
  color: white;
}
@media (max-width: 992px) {
  .catalog-slider__text {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .catalog-slider__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }
}
.bottom-slider__item {
  padding: 0 100px 0 70px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 992px) {
  .bottom-slider__item {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 768px) {
  .bottom-slider__item {
    padding: 0 25px 0 0;
  }
}
.bottom-slider__area {
  max-width: 1200px;
  height: 400px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.bottom-slider__title {
  margin-bottom: 30px;
  color: rgba(64, 64, 64, 1);
}
@media (max-width: 1400px) {
  .bottom-slider__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 34px;
  }
}
@media (max-width: 768px) {
  .bottom-slider__title {
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
  }
}
.bottom-slider__text {
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 30px;
}
@media (max-width: 1400px) {
  .bottom-slider__text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .bottom-slider__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
  }
}
.catalog {
  color: rgba(64, 64, 64, 1);
  background-color: rgb(240, 240, 240);
  padding: 40px 0;
}
.catalog__area {
  display: grid;
  gap: 30px 60px;
  grid-template-columns: 332px 1fr;
  grid-template-rows: fit-content(100%) 1fr;
}

.catalog-top {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  grid-row: 1;
}

.catalog-filter {
  grid-column: 1;
  grid-row: span 2;
}
.catalog-filter__head {
  display: none;
}
.catalog-filter__btn {
  display: flex;
  gap: 10px;
  margin-bottom: 40px;
}
.catalog-filter__param {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.catalog-filter__param-name {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.catalog-filter__param-item {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Inter Tight", sans-serif;
  display: flex;
  align-items: center;
  gap: 15px;
}
.catalog-filter__param-item input, .catalog-filter__param-item label {
  cursor: pointer;
}
.catalog-filter .load-button {
  margin-bottom: 17px;
}

.filter-button {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Inter Tight", sans-serif;
  padding: 16px;
  height: 36px;
  border-radius: 18px;
  /* for buttons */
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.filter-button:hover {
  color: white;
  background-color: rgba(0, 0, 0, 0.2);
}

.catalog-list {
  position: relative;
  grid-column: 2;
}
.catalog-list__head {
  color: rgb(167, 152, 120);
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.catalog-list__title {
  color: rgba(64, 64, 64, 1);
  margin-bottom: 50px;
}
.catalog-list__area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .catalog-list__area {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .catalog-list__area {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

.search:hover, .search:focus, .search:active {
  border-bottom: 1px solid var(--beige, rgba(179, 157, 146, 1));
  border-radius: 30px;
}

.search {
  border-bottom: 1px solid rgba(167, 152, 120, 0);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 30px;
  box-sizing: border-box;
}
.search input {
  font-family: "Inter Tight", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: rgba(179, 157, 146, 1);
  width: 200px;
  height: 23px;
}
.search input::-moz-placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Inter Tight", sans-serif;
  color: rgba(179, 157, 146, 1);
}
.search input::placeholder {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  font-family: "Inter Tight", sans-serif;
  color: rgba(179, 157, 146, 1);
}

.catalog .footer__load {
  display: none;
}

@media (max-width: 1400px) {
  .catalog .footer__load {
    display: flex;
    margin-top: 150px;
  }
  .catalog-filter .load-button {
    display: none;
  }
  .catalog-filter__head {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
  }
  .catalog-filter__head .filter-button {
    display: flex;
    gap: 5px;
  }
  .catalog-filter__head .filter-button.active {
    background: rgba(194, 178, 169, 1);
  }
  .catalog-filter__btn {
    margin-bottom: 20px;
  }
  .catalog-filter__area {
    position: relative;
  }
  .catalog-list__head {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
  }
  .catalog__area {
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: unset;
  }
  .catalog-filter__param {
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    margin-bottom: unset;
  }
  .catalog-filter__param.active {
    max-height: 1000px;
  }
  .catalog-filter {
    grid-column: 1;
    grid-row: 2;
  }
  .catalog-filter .load-button {
    display: none;
  }
  .catalog-list {
    grid-column: unset;
    grid-row: unset;
  }
  .catalog-top {
    grid-column: unset;
    grid-row: unset;
    flex-direction: column-reverse;
  }
  .catalog-top .search {
    align-self: flex-end;
    width: 100%;
  }
}
.feedback {
  background: linear-gradient(-45.00deg, rgba(88.26923370361328, 88.26923370361328, 88.26923370361328, 1),rgba(126.27404022216797, 108.91134643554688, 99.56221771240234, 1) 100%);
}
.feedback__area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 200px;
}
@media (max-width: 1400px) {
  .feedback__area {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.feedback__thanks {
  display: none;
}
.feedback__title .title {
  margin-bottom: 40px;
}
.feedback__title .text {
  color: rgba(194, 178, 169, 1);
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.feedback__form {
  display: grid;
  grid-template-columns: 1fr 285px;
  align-items: center;
  gap: 80px;
}
@media (max-width: 768px) {
  .feedback__form {
    grid-template-columns: 1fr;
  }
}
.feedback__input {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.feedback__input input {
  font-family: "Bounded", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: white;
}
@media (max-width: 768px) {
  .feedback__input input {
    font-size: 16px;
  }
}
.feedback__input input::-moz-placeholder {
  font-family: "Bounded", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: white;
}
.feedback__input input::placeholder {
  font-family: "Bounded", sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  color: white;
}
@media (max-width: 768px) {
  .feedback__input input::-moz-placeholder {
    font-size: 16px;
  }
  .feedback__input input::placeholder {
    font-size: 16px;
  }
}
.feedback__item {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.feedback__item-name {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: rgb(240, 240, 240);
  font-family: "Inter Tight", sans-serif;
}
.feedback__item-body input {
  color: rgb(240, 240, 240);
  padding: 20px 30px 20px 30px;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(64, 64, 64, 1);
  border-radius: 30px;
  width: 100%;
}
.feedback__submit {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.feedback__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: "Inter Tight", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}

.feedback.popup {
  background: unset;
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.feedback.popup .feedback__area {
  position: relative;
  padding: 100px 50px;
  background: linear-gradient(-45.00deg, rgba(88.26923370361328, 88.26923370361328, 88.26923370361328, 1),rgba(126.27404022216797, 108.91134643554688, 99.56221771240234, 1) 100%);
}
@media (max-width: 768px) {
  .feedback.popup .feedback__area {
    width: calc(100% + 50px);
    left: -25px;
  }
  .contact__info-item {
    font-size: 14px;
  }
  .feedback__form {

    gap: 30px;
  }
  .feedback__area {

    gap: 20px;
  }
  .feedback__title .text {
    font-size: 16px;
  }
}
.feedback.popup .feedback__close {
  cursor: pointer;
  position: absolute;
  top: 27px;
  right: 40px;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .feedback.popup .feedback__close {
    top: 100px;
  }
  .mob-menu__info {
    margin-top: 27px;
  }
  .contact__info-item {
    margin-bottom: 15px;
  }
}
.feedback.popup .feedback__close:hover {
  opacity: 1;
}

body.popup--active .feedback.popup {
  display: flex;
  z-index: 1200;
}

.film-structure {
  position: relative;
  padding: 100px 0;
  color: #fff;
  overflow: hidden;
  --k: 1;
  /* размеры холста */
  --art-w: 1203;
  --art-h: 396;
  /* ---------- текстовая колонка ---------- */
  /* ---------- заголовок блока ---------- */
  /* ---------- арт-холст ---------- */
  /* ---------- стрелки ---------- */
  /* ---------- слайды ---------- */
  /* Слайд single */
  /* Слайд double */
  /* ---------- утилиты z-index ---------- */
}
.film-structure__content {
  position: relative;
}
.film-structure .wow {
  visibility: hidden;
}
.film-structure__bg {
  position: absolute;
  inset: 0;
  background: var(--brown, linear-gradient(269.43deg, rgba(179, 157, 146, 1),rgba(143.4375, 129.6454315185547, 122.74939727783203, 1) 100%));
  z-index: 0;
  pointer-events: none;
}
.film-structure__container {
  position: relative;
  z-index: 2;
}
.film-structure__lines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.film-structure__left {
  display: grid;
  gap: 30px;
}
.film-structure__item {
  position: relative;
  padding-left: 3.5%;
  max-width: 58ch;
}
.film-structure__item-head {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 0;
  margin: 0 0 20px;
  font-weight: 466;
  font-family: "Bounded", sans-serif, sans-serif;
  color: #fff;
  width: 68%;
}
.film-structure__item-desc {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 400;
  font-family: "Inter Tight", sans-serif, sans-serif;
  color: #fff;
}
.film-structure__head {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: start;
  margin-bottom: 67px;
}
.film-structure__title {
  font-size: 55px;
  font-weight: 466;
  line-height: 1.1;
  margin: 0;
  font-family: "Bounded", sans-serif, sans-serif;
}
.film-structure__cta {
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  transition: transform 0.2s ease, background 0.2s ease;
  padding: 18.5px 26px;
  font-size: 18px;
  font-family: "Bounded", sans-serif, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.film-structure__modes {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
}
.film-structure__mode {
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 466;
  font-family: "Bounded", sans-serif, sans-serif;
  opacity: 0.5;
  color: rgba(194, 178, 169, 1);
}
.film-structure__mode--active {
  color: rgba(64, 64, 64, 0.5);
  opacity: 1;
}
.film-structure__line img {
  opacity: 0.6;
  filter: brightness(0) saturate(100%) invert(25%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(40%) contrast(90%);
}
.film-structure__art {
  position: absolute;
  top: 97px;
  width: calc(var(--art-w) * 1px);
  height: calc(var(--art-h) * 1px);
  aspect-ratio: var(--art-w)/var(--art-h);
  pointer-events: none;
  z-index: 3;
  overflow: visible;
}
.film-structure__stack {
  position: absolute;
  inset: 0;
}
.film-structure__cap {
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  z-index: 2;
  filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.35));
}
.film-structure__sheet {
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  height: -moz-fit-content;
  height: fit-content;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left top;
     object-position: left top;
  z-index: 1;
  filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.25));
}
.film-structure__line {
  position: absolute;
  width: var(--w, 440px);
  height: auto;
  max-width: none;
  top: var(--y, 45%);
  left: var(--x, 720px);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  will-change: opacity, transform;
}
.film-structure__line img {
  display: block;
  width: 100%;
  height: auto;
}
.film-structure__line.persist {
  opacity: 1 !important;
  visibility: visible !important;
}
.film-structure__line[data-layer=protect] {
  --x: -308px;
  --y: -23%;
  --w: 468px;
}
.film-structure__line[data-layer=decor] {
  --x: -308px;
  --y: 4%;
  --w: 425.5px;
}
.film-structure__line[data-layer=substrate] {
  --x: -308px;
  --y: 16%;
  --w: 385.5px;
}
.film-structure__line[data-layer=primer] {
  --x: -304px;
  --y: 25%;
  --w: 345px;
}
.film-structure__sheet.is-shown, .film-structure__cap.is-shown {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.film-structure__line.is-shown {
  opacity: 1;
}
.film-structure__slides {
  position: relative;
}
.film-structure__slide {
  display: none;
}
.film-structure__slide.is-active {
  display: block;
}
.film-structure .film-structure__slide[data-mode=single] .film-structure__line[data-layer=decor] {
  --x: -347px;
  --y: -13%;
  --w: 425.5px;
}
.film-structure .film-structure__slide[data-mode=single] .film-structure__line[data-layer=primer] {
  --x: -366px;
  --y: 13%;
  --w: 405.5px;
}
.film-structure .film-structure__slide[data-mode=double] .film-structure__line[data-layer=protect] {
  --x: -347px;
  --y: -23%;
  --w: 468px;
}
.film-structure .film-structure__slide[data-mode=double] .film-structure__line[data-layer=decor] {
  --x: -347px;
  --y: 6%;
  --w: 426px;
}
.film-structure .film-structure__slide[data-mode=double] .film-structure__line[data-layer=primer] {
  --x: -290px;
  --y: 17%;
  --w: 330.5px;
}
.film-structure .z-10 {
  z-index: 10;
}
.film-structure .z-15 {
  z-index: 15;
}
.film-structure .z-20 {
  z-index: 20;
}
.film-structure .z-25 {
  z-index: 25;
}
.film-structure .z-30 {
  z-index: 30;
}
.film-structure .z-35 {
  z-index: 35;
}
.film-structure .z-40 {
  z-index: 40;
}
.film-structure .z-45 {
  z-index: 45;
}

@media (min-width: 1500px) {
  .film-structure__art {
    left: 1000px;
  }
}
@media (max-width: 1650px) {
  .film-structure__art {
    left: 900px;
  }
}
/* отключение анимаций на планшете и мобилке */
@media (max-width: 1499.98px) {
  .film-structure {
    /* линии сразу видимы */
  }
  .film-structure, .film-structure * {
    animation: none !important;
    transition: none !important;
  }
  .film-structure__line {
    opacity: 1 !important;
  }
}
/* TABLET (768px) */
@media (max-width: 1499.98px) {
  .film-structure {
    /* сетка */
    /* текстовые карточки*/
    /* иллюстрация */
    /* третий таб */
  }
  .film-structure__container {
    width: 70%;
  }
}
@media (max-width: 1499.98px) and (max-width: 980px) {
  .film-structure__container {
    display: block;
    flex-direction: unset;
    width: 100%;
  }
}
@media (max-width: 1499.98px) {
  .film-structure__content {
    display: grid;
  }
  .film-structure__left {
    width: 100%;
    grid-template-columns: 370px 370px;
    gap: 31px 18px;
  }
  .film-structure__item {
    padding-left: 0;
    max-width: none;
  }
  .film-structure__item-head {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 466;
    margin-bottom: 10px;
    width: 100%;
  }
  .film-structure__item-desc {
    font-size: 18px;
    line-height: 1.3;
    font-weight: 400;
  }
  .film-structure__art {
    position: relative;
    left: 10px;
    top: 30px;
    grid-column: 1/-1; /* на всю ширину сетки, если находится внутри */
    order: 3; /* опусть ниже текста, если рядом в потоке */
    height: auto;
    margin: 12px 0 0 0;
    z-index: 1;
  }
  .film-structure__head {
    gap: 20px;
    margin-bottom: 36px;
  }
  .film-structure__title {
    font-size: 45px;
    font-weight: 466;
    line-height: 1.3;
    max-width: 300px;
  }
  .film-structure__modes {
    display: grid;
    grid-template-columns: auto auto; /* первые два таба в один ряд */
    -moz-column-gap: 28px;
         column-gap: 28px;
    row-gap: 0px;
    align-items: baseline;
    justify-content: start; /* выравнивание сетки по левому краю */
    margin-bottom: 30px;
  }
  .film-structure__mode:nth-child(3) {
    grid-column: 1/2;
    justify-self: start;
  }
  .film-structure__mode {
    font-size: 32px;
  }
}
/* настройка положений линий */
@media (max-width: 1499.98px) {
  /* SINGLE */
  .film-structure .film-structure__slide[data-mode=single] .film-structure__line[data-layer=decor] {
    --x: 64px;
    --y: -43%;
    --w: 300px;
  }
  .film-structure .film-structure__slide[data-mode=single] .film-structure__line[data-layer=primer] {
    --x: 30px;
    --y: -45%;
    --w: 535px;
  }
  /* DOUBLE */
  .film-structure .film-structure__slide[data-mode=double] .film-structure__line[data-layer=protect] {
    --x: 109px;
    --y: -89%;
    --w: 260px;
  }
  .film-structure .film-structure__slide[data-mode=double] .film-structure__line[data-layer=decor] {
    --x: 69px;
    --y: -82%;
    --w: 663px;
  }
  .film-structure .film-structure__slide[data-mode=double] .film-structure__line[data-layer=primer] {
    --x: 27px;
    --y: -32%;
    --w: 284px;
  }
  /* TRIPLE */
  .film-structure .film-structure__slide[data-mode=triple] .film-structure__line[data-layer=protect] {
    --x: 149px;
    --y: -90%;
    --w: 220px;
  }
  .film-structure .film-structure__slide[data-mode=triple] .film-structure__line[data-layer=decor] {
    --x: 109px;
    --y: -86%;
    --w: 635px;
  }
  .film-structure .film-structure__slide[data-mode=triple] .film-structure__line[data-layer=substrate] {
    --x: 67px;
    --y: -34%;
    --w: 252px;
  }
  .film-structure .film-structure__slide[data-mode=triple] .film-structure__line[data-layer=primer] {
    --x: 30px;
    --y: -38%;
    --w: 703px;
  }
}
/* MOBILE (677px) */
@media screen and (max-device-width: 677px) and (max-width: 677px) {
  /* Масштаб и отступы */
  #film-structure {
    --k: 0.4; /* можно 0.5 / 0.625 / 0.75, чтобы не было «волосков» */
    --art-gap: 10px; /* расстояние между блоками */
    --art-shift: 0px; /* при нужде можно сдвинуть арт вправо/влево: напр. 24px */
    overflow-x: clip; /* чтобы выпирающий арт не раздувал ширину страницы */
    padding: 50px 0;
  }
  .film-structure__right {
    max-height: 160px;
  }
  .film-structure__item {
    width: 300px;
  }
  .film-structure__head {
    margin-bottom: 20px;
    gap: 0;
  }
  .container {
    margin: 0 !important;
  }
  .film-structure__container {
    margin: 0 auto !important;
    width: 28ch;
  }
  .film-structure__title {
    font-size: 26px;
  }
  .film-structure__modes {
    grid-template-columns: auto;
    margin-bottom: 20px;
  }
  .film-structure__mode {
    text-align: left;
    font-size: 24px;
  }
  .film-structure__item-head {
    font-size: 24px !important;
    margin: 0;
  }
  .film-structure__item-desc {
    font-size: 14px;
  }
  .film-structure__slides {
    min-height: unset !important;
  }
  #film-structure .film-structure__item-desc {
    overflow-wrap: anywhere; /* главный флаг для переноса длинных слов */
    word-break: break-word; /* бэкап для старых движков */
    -webkit-hyphens: auto;
            hyphens: auto; /* мягкие переносы (если подключён язык) */
  }
  #film-structure .film-structure__content {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: var(--art-gap);
    position: relative;
    max-width: 100%;
  }
  /* «Растворяем» .film-structure__left, чтобы его .film-structure__item стали соседями арта */
  #film-structure .film-structure__left {
    display: contents;
  }
  #film-structure .film-structure__left .film-structure__item {
    order: 10;
  }
  /* Арт — третьим и на всю ширину */
  #film-structure .film-structure__right {
    order: 3;
    grid-column: 1/-1;
  }
  /* Явные порядки для первых двух и следующих двух карточек */
  #film-structure .film-structure__left .film-structure__item:nth-of-type(1) {
    order: 1;
  }
  #film-structure .film-structure__left .film-structure__item:nth-of-type(2) {
    order: 2;
  }
  #film-structure .film-structure__left .film-structure__item:nth-of-type(3) {
    order: 4;
  }
  #film-structure .film-structure__left .film-structure__item:nth-of-type(4) {
    order: 5;
  }
  /* 4) Арт — В ПОТОКЕ, не absolute, ширина не больше окна */
  #film-structure .film-structure__art {
    position: relative;
    aspect-ratio: var(--art-w)/var(--art-h); /* сохраняем пропорцию холста */
    height: auto;
    margin: 0;
    overflow: visible; /* пусть визуально выходит за край */
    line-height: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
  }
  /* 5) Скалируем ВСЁ содержимое холста как одно целое и,
        при желании, чуть сдвигаем его, не влияя на ширину макета */
  #film-structure .film-structure__art > * {
    position: absolute; /* как в исходнике */
    transform-origin: top left;
    transform: translateX(var(--art-shift)) scale(var(--k));
  }
  /* 6) Дополнительно, чтобы ничего не «жирнело» и не мерцало при скейле */
  #film-structure .film-structure__sheet,
  #film-structure .film-structure__cap {
    backface-visibility: hidden;
    image-rendering: auto;
  }
  .film-structure__cta {
    display: none;
  }
}
/* настройка положений линий */
@media (max-width: 677px) {
  /* SINGLE */
  .film-structure .film-structure__slide[data-mode=single] .film-structure__line[data-layer=decor] {
    --x: 27px;
    --y: -61%;
    --w: 594px;
  }
  .film-structure .film-structure__slide[data-mode=single] .film-structure__line[data-layer=primer] {
    --x: 12px;
    --y: -23%;
    --w: 620px;
  }
  /* DOUBLE */
  .film-structure .film-structure__slide[data-mode=double] .film-structure__line[data-layer=protect] {
    --x: 43px;
    --y: -75%;
    --w: 575px;
  }
  .film-structure .film-structure__slide[data-mode=double] .film-structure__line[data-layer=decor] {
    --x: 26px;
    --y: -38%;
    --w: 635px;
  }
  .film-structure .film-structure__slide[data-mode=double] .film-structure__line[data-layer=primer] {
    --x: 10px;
    --y: 7.5%;
    --w: 430px;
  }
  /* TRIPLE */
  .film-structure .film-structure__slide[data-mode=triple] .film-structure__line[data-layer=protect] {
    --x: 60px;
    --y: -75.5%;
    --w: 578.8px;
  }
  .film-structure .film-structure__slide[data-mode=triple] .film-structure__line[data-layer=decor] {
    --x: 43px;
    --y: -37%;
    --w: 625px;
  }
  .film-structure .film-structure__slide[data-mode=triple] .film-structure__line[data-layer=substrate] {
    --x: 27px;
    --y: 7%;
    --w: 430px;
  }
  .film-structure .film-structure__slide[data-mode=triple] .film-structure__line[data-layer=primer] {
    --x: 170px;
    --y: 34%;
    --w: 300px;
  }
}
/* MOBILE (350px) */
@media screen and (max-device-width: 350px) and (max-width: 350px) {
  .film-structure__container {
    width: unset;
  }
}
.catalog-item__head {
  margin-top: 50px;
}
.catalog-item__title {
  color: rgb(34, 34, 34);
  margin-top: 30px;
}
.catalog-item__area {
  margin-top: 50px;
  display: flex;
  gap: 88px;
}
.catalog-item__slider {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) 130px;
  width: 100%;
}
.catalog-item__slider-holder {
  position: relative;
}
.catalog-item__slider-holder .loop {
  position: absolute;
  bottom: 40px;
  right: 20px;
  opacity: 0;
}
.catalog-item__slider-holder:hover .loop {
  opacity: 1;
}
.catalog-item__slider-big .slick-slide {
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgb(255, 255, 255);
}
.catalog-item__slider-big img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 550px;
}
@media (max-width: 576px) {
  .catalog-item__slider-big img {
    height: 280px;
  }
}
.catalog-item__slider-big .slick-next::before {
  content: url(/dist/img/arrow-right-item.svg);
}
.catalog-item__slider-big .slick-prev::before {
  content: url(/dist/img/arrow-left-item.svg);
}
.catalog-item__slider-big .slick-next {
  right: 5px;
  width: unset;
  height: unset;
}
.catalog-item__slider-big .slick-prev {
  width: unset;
  height: unset;
  z-index: 25;
  left: 5px;
}
.catalog-item__slider-mini {
  margin-bottom: 50px;
}
.catalog-item__slider-mini .slick-slide {
  cursor: pointer;
  box-sizing: border-box;
  border: 4px solid rgba(255, 255, 255, 0);
}
.catalog-item__slider-mini .slick-slide:hover {
  border: 4px solid rgba(255, 255, 255, 0.5);
}
.catalog-item__slider-mini .slick-slide.slick-current {
  border: 4px solid rgb(255, 255, 255);
}
@media (max-width: 768px) {
  .catalog-item__slider-mini {
    display: none;
  }
}
.catalog-item__slider-mini .slick-next::before {
  content: url(/dist/img/arrow-bottom-item.svg);
}
.catalog-item__slider-mini .slick-next {
  bottom: -70px;
  left: 0;
  right: 0;
  top: unset;
  width: unset;
  height: unset;
}
.catalog-item__slider-mini img {
  margin-bottom: 20px;
  border: 1px solid white;
  width: 126px;
  height: 86px !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.catalog-item__info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.catalog-item__other {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 0 80px;
  margin-bottom: 25px;
}
@media (max-width: 1400px) {
  .catalog-item__other {
    grid-template-columns: 1fr;
    gap: 0 30px;
  }
}
.catalog-item__other-left {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1100px) {
  .catalog-item__other-left {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.catalog-item__other-name {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  grid-column: span 2;
  margin-bottom: 20px;
}
@media (max-width: 1100px) {
  .catalog-item__other-name {
    grid-column: unset;
  }
}
.catalog-item__other-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 768px) {
  .catalog-item__other-right {
    margin-bottom: 50px;
  }
}
.catalog-item__info-top {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .catalog-item__info-top {
    flex-direction: column;
    gap: 10px;
  }
}
.catalog-item__info-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 768px) {
  .catalog-item__info-bottom {
    grid-template-columns: 1fr 1fr;
  }
}

.param {
  font-size: 18px;
  font-weight: 400;
}
.param__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 10px;
}
.param__item-name {
  color: rgba(64, 64, 64, 1);
  line-height: 25px;
}
.param__item-body {
  font-family: "Inter Tight", sans-serif;
  line-height: 25px;
}

@media (max-width: 768px) {
  .buy {
    align-self: center;
  }
}
.buy__name {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 30px;
}
.buy__button {
  cursor: pointer;
  display: flex;
  gap: 2px;
}
.buy__like {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 45px 0px 0px 45px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgb(34, 34, 34);
}
.buy__callback {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 90px;
  border-radius: 0px 45px 45px 0px;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
  background: rgb(34, 34, 34);
  color: white;
}

.choice {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}
.choice__name {
  margin-bottom: 15px;
}
.choice__item {
  font-family: "Inter Tight", sans-serif;
  margin-bottom: 15px;
  display: flex;
  gap: 15px;
}

.buy__like .buy__like-disable {
  display: block;
}
.buy__like .buy__like-hover {
  display: none;
}
.buy__like .buy__like-active {
  display: none;
}

.buy__like:hover {
  background: linear-gradient(0.00deg, rgba(179, 157, 146, 0.8),rgba(143, 130, 123, 1) 100%);
}
.buy__like:hover .buy__like-disable {
  display: none;
}
.buy__like:hover .buy__like-hover {
  display: block;
}
.buy__like:hover .buy__like-active {
  display: none;
}

.buy__like.active {
  background-color: rgba(194, 178, 169, 1);
}
.buy__like.active .buy__like-disable {
  display: none;
}
.buy__like.active .buy__like-hover {
  display: none;
}
.buy__like.active .buy__like-active {
  display: block;
}

.buy__callback {
  transition: all 0.2s ease-in-out;
}

.buy__callback:hover {
  background: linear-gradient(0.00deg, rgba(179, 157, 146, 0.8),rgba(143, 130, 123, 1) 100%);
  color: rgba(255, 255, 255, 1);
}

.buy__callback:active {
  background-color: rgba(194, 178, 169, 1);
  color: rgba(64, 64, 64, 1);
}

@media (max-width: 1400px) {
  .catalog-item__area {
    flex-direction: column;
    gap: 20px;
  }
  .catalog-item__slider {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr);
    width: 100%;
  }
  .catalog-item__slider-mini img {
    margin-bottom: unset;
    margin-right: 20px;
  }
}
.page-head {
  margin-bottom: 50px;
}
.page-head__bread {
  margin-bottom: 30px;
}
.page-head__title {
  color: rgb(34, 34, 34);
}

.favorites-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .favorites-list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}
.warning {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 20px;
  display: none;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  max-width: 680px;
  padding: 30px 30px;
  z-index: 9000;
  box-sizing: border-box;
  background: linear-gradient(-45.00deg, rgba(88.26923370361328, 88.26923370361328, 88.26923370361328, 1),rgba(126.27404022216797, 108.91134643554688, 99.56221771240234, 1) 100%);
}

.warning--active {
  display: flex;
}

.warning__text {
  font-family: "Inter Tight", sans-serif;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0%;
  margin-right: 30px;
  color: white;
}
.warning__text a {
  text-decoration: underline;
}
.warning__read {
  display: block;
  margin-left: 15px;
}
.warning__apply {
  width: fit-content;
  margin: 0 auto;
}

.alert-message-success {
  display: none !important;
  opacity: 0 !important;
}









.success-notification {
  display: none;
  max-width: 600px;
  background: #75914d;
  padding: 48px 44px;
  text-align: left;
  box-shadow: 0 20px 40px rgba(0,20,50,0.08);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
  color: #fff;
}

.success-title {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  line-height: 1.1;
}

.success-message {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  max-width: 380px;
  font-weight: 400;
}

.success-circle {
  width: 80px;
  height: 80px;
  background: #4f6233;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto 25px;
}

.checkmark {
  width: 40px;
  height: 34px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkmark-svg {
  width: 44px;
  height: 34px;
  display: block;
}

.checkmark-svg polyline {
  fill: none;
  stroke: white;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 60;
  stroke-dashoffset: 60;
  animation: draw 0.5s linear forwards;
}

@keyframes draw {
  0% {
    stroke-dashoffset: 60;
  }
  30% {
    stroke-dashoffset: 30;
  }
  60% {
    stroke-dashoffset: 15;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.success-button {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
@media (max-width: 480px) {
.header__logo img {
    width: 205px;
    height: auto;
  }
}

.info {
  font-size: 12px;
  padding: 10px 0;
  display: block;
}






















.error-container {
  position: relative;
  z-index: 2;
  text-align: center;
  animation: fadeInUp 0.6s ease-out;
  padding: 60px 0;
}
.error-code {
    font-size: clamp(100px, 20vw, 180px);
    font-weight: 800;
    line-height: 1;
    background: rgba(64, 64, 64, 1);
    background-size: 200% auto;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation: shimmer 3s linear infinite;
    margin-bottom: 0.5rem;
}

.error-title {
    font-size: clamp(24px, 5vw, 32px);
    font-weight: 600;
    margin-bottom: 1rem;
}

.error-description {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 2rem;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.button-group {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.home-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.home-link:hover {
    color: #3B82F6;
}

.icon {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
    fill: none;
    margin-right: 10px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shimmer {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
@media (max-width: 640px) {
    .error-container {
        padding: 2rem 1.5rem;
    }
    
    .button-group {
        gap: 0.75rem;
    }
}





.content > *:first-child {
    margin-top: 0;
}
.content > *:last-child {
    margin-bottom: 0;
}

.content p {
    margin-bottom: 1.25em;
}

.content img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.content ul {
    margin: 0 0 1.5rem 0;
    padding-left: 1.5rem;
    list-style-type: disc;
}

.content li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}

.content li > ul {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.content strong {
    font-weight: 600;
}

.content blockquote {
  margin: 1.5rem 0;
  padding: 0.75rem 1.5rem;
  border-left: 4px solid #756861;
  background: #f9f9f9;
  border-radius: 0 12px 12px 0;
  font-style: normal;
  color: #7c6c63;
}

.content blockquote p {
    margin-bottom: 0;
}

.content hr {
    margin: 2rem 0;
    border: 0;
    height: 1px;
    background: linear-gradient(90deg, #b2a299, #e2e8f0, #b2a299);
}

.content a {
    color: #404040;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.content a:hover {
    color: #404040;
    text-decoration-thickness: 2px;
}

.content p:has(> a) {
    word-break: break-word;
}

.content hr + p {
    margin-top: 0.5rem;
}
