@charset "UTF-8";
/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
html,
body {
  height: 100%;
}

body {
  letter-spacing: 0;
  font-family: "Forum", serif;
  line-height: 140%;
  box-sizing: border-box;
}

body.noscroll {
  overflow: hidden;
}

.component {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.component__container {
  width: 93.5%;
  height: auto;
  display: flex;
  align-items: center;
}

input:-webkit-autofill {
  background-color: transparent !important;
}

a {
  text-decoration: none;
}

a, p, h1, h2, h3, h4, h5, h6, span {
  letter-spacing: 0.02rem;
}

.wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.main {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
}

.container {
  margin: 0 auto;
}

.header__wrapper .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.color-gold {
  color: rgb(145, 132, 79) !important;
}

.color-black {
  color: rgb(0, 0, 0) !important;
}

.color-white {
  color: rgb(255, 255, 255) !important;
}

p, a, li {
  font-weight: 350;
}

.header {
  width: 100%;
  z-index: 10;
}

.spelling {
  margin-top: 5px;
  color: rgb(0, 0, 0);
  transition: color 0.3s ease;
  cursor: pointer;
}
.spelling:hover {
  color: rgb(145, 132, 79);
}

.more-detailed {
  display: flex;
  flex-direction: row;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
  font-size: calc((1vw + 1vh) * 0.7);
  color: rgb(255, 255, 255);
  font-family: "Manrope", sans-serif;
  gap: 15px;
  font-weight: 350;
}
.more-detailed svg {
  width: calc((1vw + 1vh) * 0.5) !important;
  height: auto !important;
  margin-top: 2px !important;
  transition: all 0.2s ease;
}
.more-detailed:hover svg {
  transform: rotate(45deg);
}

.rotate-90deg {
  transform: rotate(180deg);
}

.pages {
  width: 100%;
  height: auto;
  background-color: #CBC9C2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages__container {
  width: 93.5%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.redirect {
  padding: 30px 25px !important;
  height: 20px !important;
  background-color: rgb(145, 132, 79);
  border-radius: 60px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  bottom: 0;
  transition: all 0.5s ease !important;
}
.redirect img {
  width: calc((1vw + 1vh) * 0.5) !important;
  height: auto !important;
  transition: all 0.5s ease !important;
  background-color: transparent !important;
  transform: none !important;
}
.redirect:hover {
  background-color: rgb(52, 61, 56);
}
.redirect:hover img {
  transform: rotate(45deg) !important;
}

@keyframes rotate45 {
  100% {
    transform: rotate(45deg);
  }
  0% {
    transform: rotate(0deg);
  }
}
@keyframes rotate45-0 {
  100% {
    transform: rotate(0deg);
  }
  0% {
    transform: rotate(45deg);
  }
}
.input-name {
  transition: all 0.3s ease;
}
.input-name:focus::-moz-placeholder {
  opacity: 0;
}
.input-name:focus::placeholder {
  opacity: 0;
}
.input-name:focus .required-star__name {
  opacity: 0;
}

.block-two-stocks {
  width: 75% !important;
}

.arrow-change-height {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  border: 1px solid #fff;
  right: 0;
  bottom: 110px;
}
.arrow-change-height svg {
  margin-top: 10px;
}

.cursor-pointer {
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgb(0, 0, 0);
}
.cursor-pointer:hover {
  color: rgb(145, 132, 79);
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.header {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  z-index: 90;
  background-color: transparent;
  transition: background-color 0.3s ease;
}
.header__scroll {
  position: fixed;
  animation: slideDown 0.3s ease;
  height: 100px;
  background-color: rgb(203, 201, 194);
}
.header__scroll .header__container {
  border-bottom: 0;
}
.header__scroll .header__catalogue-text p {
  transition: color 0.3s ease;
  color: black;
}
.header__scroll .header__catalogue-text:hover p {
  color: rgb(145, 132, 79);
}
.header__scroll .header__number a,
.header__scroll .header__lang-en,
.header__scroll .header__lang-it {
  color: black;
  transition: color 0.3s ease;
}
.header__scroll .header__number a:hover,
.header__scroll .header__lang-en:hover,
.header__scroll .header__lang-it:hover {
  color: rgb(145, 132, 79);
}
.header__scroll .border-separator {
  background-color: black;
}
.header__scroll .header__order-a-call p {
  color: black;
}
.header__scroll .header__logo svg path {
  fill: rgb(145, 132, 79);
}
.header__scroll .header__burger-desktop path,
.header__scroll .header__burger-mobile path {
  stroke: black;
}
.header__scroll .header__catalogue-img svg path {
  stroke: black;
}
.header__scroll .header__search svg path,
.header__scroll .header__order-a-call svg path {
  fill: black;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 93.5%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: rgb(255, 255, 255);
  font-family: "Manrope", sans-serif;
  line-height: 120%;
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 36px;
}
.header__burger-close {
  display: none;
}
.header__burger-close img {
  width: calc((1vw + 1vh) * 1.5);
  height: auto;
}
.header__burger img {
  width: calc((1vw + 1vh) * 2);
  height: auto;
}
.header__catalogue {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  font-weight: 300;
  z-index: 100;
}
.header__catalogue img {
  width: calc((1vw + 1vh) * 0.5);
  height: auto;
}
.header__catalogue-text {
  color: rgb(255, 255, 255);
  font-size: calc((1vw + 1vh) * 0.65);
  transition: all 0.3s ease;
}
.header__catalogue svg path {
  transition: all 0.3s ease;
  stroke: rgb(255, 255, 255);
}
.header__catalogue:hover .header__catalogue-text {
  color: rgb(145, 132, 79);
}
.header__catalogue:hover svg path {
  stroke: rgb(145, 132, 79);
}
.header__catalogue--active {
  color: rgb(145, 132, 79);
}
.header__catalogue--active svg {
  transform: rotate(180deg);
  stroke: rgb(145, 132, 79);
}
.header__search svg path {
  transition: all 0.3s ease;
  fill: rgb(255, 255, 255);
}
.header__search:hover svg path {
  fill: rgb(145, 132, 79);
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.header__logo svg {
  width: calc((1vw + 1vh) * 7);
  height: auto;
}
.header__logo svg path {
  fill: rgb(255, 255, 255);
  transition: fill 0.3s ease-in-out;
}
.header__logo svg:hover path {
  fill: rgb(145, 132, 79);
}
.header__number {
  letter-spacing: 0.05rem;
  font-size: calc((1vw + 1vh) * 0.7);
  color: rgb(255, 255, 255);
  transition: color 0.3s ease;
}
.header__number:hover {
  color: rgb(145, 132, 79);
}
.header__order-a-call {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.header__order-a-call p {
  font-size: calc((1vw + 1vh) * 0.67);
  color: rgb(255, 255, 255);
  transition: color 0.3s ease;
}
.header__order-a-call svg {
  margin-right: 5px;
  width: calc((1vw + 1vh) * 0.7);
  height: auto;
}
.header__order-a-call svg path {
  transition: fill 0.3s ease;
  fill: rgb(255, 255, 255);
}
.header__order-a-call:hover p {
  color: rgb(145, 132, 79);
}
.header__order-a-call:hover svg path {
  fill: rgb(145, 132, 79);
}
.header__contacts {
  display: flex;
  align-items: center;
  align-content: center;
  gap: 38px;
  justify-content: flex-end;
  font-weight: 300;
}
.header__lang {
  display: flex;
  gap: 8px;
  font-weight: 350;
  font-size: calc((1vw + 1vh) * 0.65);
}
.header__lang-ru {
  color: rgb(145, 132, 79);
}

.border-separator {
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  height: 20px;
}

.header__burger-desktop path,
.header__burger-mobile path {
  transition: all 0.3s ease;
  stroke: white;
}
.header__burger-desktop:hover path,
.header__burger-mobile:hover path {
  stroke: rgb(145, 132, 79);
}

.header__catalogue-img svg path {
  stroke: white;
}

.header__search svg path,
.header__order-a-call svg path {
  fill: white;
}

.header__logo svg defs clipPath rect {
  fill: white;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.footer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgb(203, 201, 194);
  font-family: "Manrope", sans-serif;
}
.footer__container {
  width: 93.5%;
  display: flex;
  flex-direction: row;
  border-top: 1px solid rgb(145, 132, 79);
}
.footer__privacy {
  width: 39.5%;
  margin-top: 57px;
}
.footer__privacy-content {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 93.5%;
  align-items: center;
  text-align: center;
}
.footer__title svg {
  width: calc((1vw + 1vh) * 9.5);
  height: auto;
}
.footer__subtitle {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: calc((1vw + 1vh) * 0.55);
}
.footer__subtitle p {
  cursor: default;
  transition: color 0.3s ease;
}
.footer__contacts {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.footer__contacts svg {
  width: calc((1vw + 1vh) * 2.7);
  height: auto;
  cursor: pointer;
}
.footer__contacts svg circle {
  fill: rgb(145, 132, 79);
  transition: fill 0.5s ease;
}
.footer__contacts svg path {
  fill: rgb(255, 255, 255);
  transition: fill 0.5s ease;
}
.footer__contacts svg:hover circle {
  fill: rgb(255, 255, 255);
}
.footer__contacts svg:hover path {
  fill: rgb(145, 132, 79);
}
.footer__nav {
  width: 60%;
  display: grid;
  grid-template-columns: 1.2fr 1.2fr 1.2fr 0.75fr;
  margin-top: 62px;
}
.footer__nav-title {
  font-family: "Forum", serif !important;
  font-weight: 400;
  line-height: 100%;
  font-size: calc((1vw + 1vh) * 0.78);
  color: rgb(145, 132, 79);
  margin-bottom: 24px;
}
.footer__nav-interiors {
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
}
.footer__nav-interiors a {
  letter-spacing: 0.06rem;
  margin-bottom: 17px;
  font-size: calc((1vw + 1vh) * 0.67);
  line-height: 125%;
  color: rgb(0, 0, 0);
  transition: color 0.3s ease;
}
.footer__nav-interiors a:hover {
  color: rgb(145, 132, 79);
}
.footer__nav-interiors .footer__nav-title-mini {
  font-size: calc((1vw + 1vh) * 0.65) !important;
  margin-bottom: 9.5px;
}
.footer__max-title {
  position: relative;
  margin-top: 5px;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__max-title .order-a-call__btn {
  position: absolute;
  z-index: 1;
  margin-top: 0;
  cursor: pointer;
  gap: 8px;
  width: -moz-max-content;
  width: max-content;
}
.footer__max-title .order-a-call__btn svg {
  width: calc((1vw + 1vh) * 0.5);
  height: auto;
}
.footer__max-title .order-a-call__btn:hover svg {
  transform: rotate(0deg);
}
.footer__max-title img {
  width: 100%;
  height: auto;
  display: block;
  transform: translateY(1%);
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
  display: flex;
  align-items: center;
  transform-style: preserve-3d;
}
.slider-content {
  width: 93.5%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 10;
  color: rgb(255, 255, 255);
}
.slider-content h1 {
  margin-top: 140px;
  font-size: calc((1vw + 1vh) * 2.6);
  width: 800px;
  line-height: 107%;
  margin-bottom: 30px;
}
.slider-content p {
  font-size: calc((1vw + 1vh) * 1.235);
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.4rem;
  line-height: 100%;
}
.slider-content__other {
  width: 93.5%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: end;
  flex-direction: column;
  z-index: 10;
  color: rgb(255, 255, 255);
}
.slider-content__other h1 {
  display: flex;
  font-size: calc((1vw + 1vh) * 2.7);
  line-height: 110%;
  margin-bottom: -10px;
}
.slider-content__other p {
  font-size: calc((1vw + 1vh) * 1.27);
  margin-bottom: 85px;
}

.slider-other {
  position: relative;
  width: 100%;
  height: 88.9vh;
  overflow: hidden;
  justify-content: center;
  display: flex;
  align-items: center;
  transform-style: preserve-3d;
}
.slider-other-content {
  width: 93.5%;
  height: 100%;
  position: absolute;
  display: flex;
  flex-direction: column;
  z-index: 10;
  color: rgb(255, 255, 255);
}
.slider-other-content h1 {
  margin-top: 140px;
  font-size: calc((1vw + 1vh) * 2.6);
  width: 800px;
  line-height: 107%;
  margin-bottom: 30px;
}
.slider-other-content p {
  font-size: calc((1vw + 1vh) * 1.235);
  font-family: "Manrope", sans-serif;
  letter-spacing: 0.4rem;
  line-height: 100%;
}
.slider-other-content__other {
  width: 93.5%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: end;
  flex-direction: column;
  z-index: 10;
  color: rgb(255, 255, 255);
}
.slider-other-content__other h1 {
  display: flex;
  font-size: calc((1vw + 1vh) * 2.6);
  line-height: 110%;
  margin-bottom: -10px;
}
.slider-other-content__other p {
  font-size: calc((1vw + 1vh) * 1.22);
  margin-bottom: 85px;
}

.slider__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.main-swiper .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.3, 0.7, 0.1, 0.9);
  display: flex;
  flex-direction: row;
  width: 100%;
}

.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.swiper-slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
  z-index: 2;
  pointer-events: none;
}

.slide-parallax {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slide-parallax img {
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.slide-parallax-other {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.slide-parallax-other img {
  width: 100vw;
  height: 88.9vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.main-catalogue {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(27, 45, 59);
}
.main-catalogue__container {
  width: 93.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  margin: 142px 0 0 0;
}
.main-catalogue__container h2 {
  width: 60%;
  line-height: 105%;
  font-size: calc((1vw + 1vh) * 2.05);
  color: rgb(255, 255, 255);
  margin: 0;
}
.main-catalogue__container h2 span {
  opacity: 0.3;
}
.main-catalogue__nav {
  margin-top: 25px;
  display: flex;
  width: 100%;
  flex-direction: row;
  border-bottom: 1px solid rgba(145, 133, 79, 0.5);
  justify-content: space-between;
  align-items: center;
  text-align: start;
}
.main-catalogue__nav-title {
  border: 1px solid rgba(145, 133, 79, 0.5);
  border-radius: 60px;
  margin-bottom: 20px;
  padding: 0 30px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-family: "Forum", serif;
  color: rgb(255, 255, 255);
  font-size: calc((1vw + 1vh) * 1.2);
  transition: all 0.5s ease;
}
.main-catalogue__nav-title svg {
  margin-right: 8px;
  fill: #91854F;
  transition: all 0.5s ease;
}
.main-catalogue__nav-title:hover {
  background-color: rgb(145, 132, 79);
  color: rgb(255, 255, 255) !important;
}
.main-catalogue__nav-title:hover svg {
  fill: white;
}
.main-catalogue__nav-tags {
  display: flex;
  margin-bottom: 13px;
  flex-direction: row;
  gap: 16px;
  margin-right: 12px;
}
.main-catalogue__nav-tag {
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  font-size: calc((1vw + 1vh) * 0.65);
  color: rgb(255, 255, 255);
  font-family: "Manrope", sans-serif;
  transition: color 0.3s ease;
}
.main-catalogue__nav-tag:hover {
  color: rgb(145, 132, 79);
}
.main-catalogue__content {
  margin-top: 18px;
  display: flex;
  position: relative;
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  gap: 20px;
}
.main-catalogue__style {
  display: flex;
  position: relative;
  flex-direction: row;
  width: calc((1vw + 1vh) * 30);
  height: calc((1vw + 1vh) * 21.5);
  overflow: hidden;
  /*&:hover img {
    transform: scale(1.05); // Эффект увеличения при наведении
  }*/
}
.main-catalogue__style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.main-catalogue__style img {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
  transform: scale(1.2);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.main-catalogue__style-content {
  position: absolute;
  display: flex;
  height: 100%;
  align-items: start;
  justify-content: end;
  flex-direction: column;
  padding: 1.5vh 3.1vw;
  z-index: 2;
  pointer-events: none;
}
.main-catalogue__style-content-title {
  font-size: calc((1vw + 1vh) * 2.05);
  line-height: 100%;
  font-family: "Forum", serif;
}
.main-catalogue__style-content-subtitle {
  font-size: calc((1vw + 1vh) * 0.675);
  font-family: "Manrope", sans-serif;
  margin-bottom: 20px;
}
.main-catalogue__style p {
  z-index: 1;
  color: white;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.main-catalogue__tags {
  gap: 10px;
  width: 100%;
  flex-wrap: wrap;
  transform: translateY(0);
  opacity: 0;
  margin-bottom: 1.5vw;
  display: none;
  align-items: flex-end;
  flex-direction: row;
  justify-content: space-between;
}
.main-catalogue__tags-container {
  display: flex;
  flex-direction: row;
  width: 90%;
  gap: 10px;
  flex-wrap: wrap;
  transform: translateY(0);
}
.main-catalogue__tag {
  border-radius: 60px;
  padding: 16px 32px;
  border: 1px solid rgb(255, 255, 255);
  background-color: transparent;
  font-size: calc((1vw + 1vh) * 0.7);
  color: rgb(255, 255, 255);
  line-height: 120%;
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  pointer-events: auto;
  transition: all 0.5s ease;
}
.main-catalogue__tag:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(145, 132, 79);
}
.main-company {
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgb(27, 45, 59);
}
.main-company__container {
  margin-top: 94px;
  width: 93.5%;
}
.main-company .main-catalogue__nav-title {
  font-size: calc((1vw + 1vh) * 1.25);
}
.main-company .main-catalogue__nav-tags {
  margin-right: 115px;
}
.main-company .main-catalogue__nav-tag {
  font-size: calc((1vw + 1vh) * 0.71);
  color: rgb(255, 255, 255);
}
.main-company .main-catalogue__nav-tag:hover {
  color: rgb(145, 132, 79);
}
.main-company__content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 70px 162px 0 200px;
}
.main-company__content h2 {
  width: 65%;
  color: rgb(255, 255, 255);
  font-size: calc((1vw + 1vh) * 1.7);
  line-height: 105%;
  font-family: "Forum", serif;
}
.main-company__subtitle {
  display: flex;
  justify-content: end;
  flex-direction: column;
  height: 100%;
  margin-top: -5px;
  width: 420px;
}
.main-company__subtitle p {
  color: rgb(255, 255, 255);
  font-size: calc((1vw + 1vh) * 0.67);
  line-height: 130%;
  font-family: "Manrope", sans-serif;
}
.main-company__subtitle .order-a-call__btn {
  margin-top: 20px;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 35px;
  gap: 22px;
  font-size: calc((1vw + 1vh) * 0.66);
}
.main-company__subtitle .order-a-call__btn img {
  margin: 0;
}
.main-company__map {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 65px 160px 10px 160px;
}
.main-company__map svg {
  width: 88%;
  height: auto;
}
.main-company__map-content {
  margin-top: 50px;
  margin-bottom: 10vh;
  display: grid;
  width: 94%;
  grid-template-rows: 1fr;
  align-items: start;
  justify-content: center;
  gap: 68px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.main-company__map-block {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}
.main-company__map-block-title {
  font-size: calc((1vw + 1vh) * 2.5);
  color: rgb(145, 132, 79);
  transition: all 0.3s ease;
}
.main-company__map-block-subtitle {
  margin-top: -20px;
  line-height: 130%;
  font-size: calc((1vw + 1vh) * 0.67);
  color: rgb(255, 255, 255);
  font-family: "Manrope", sans-serif;
}
.main-company__map-block:hover .main-company__map-block-title {
  color: rgb(255, 255, 255);
}
.main-production {
  display: flex;
  height: 100vh;
  width: 100%;
}
.main-production__item {
  position: relative;
  height: 100vh;
  overflow: hidden;
  cursor: pointer;
}
.main-production__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
.main-production__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-production__text {
  position: absolute;
  bottom: 300px;
  top: 57%;
  left: 27%;
  color: rgb(255, 255, 255);
  z-index: 2;
  opacity: 0;
  white-space: nowrap;
}
.main-production .mp-t-three {
  top: 40% !important;
}
.main-production__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-production__title {
  font-size: calc((1vw + 1vh) * 1.7);
  margin-bottom: 10px;
}
.main-production__title-two {
  font-size: calc((1vw + 1vh) * 1.7);
  margin-bottom: 10px;
  line-height: 115%;
}
.main-production__title-three {
  font-size: calc((1vw + 1vh) * 1.7);
  margin-top: 140px;
  margin-bottom: 10px;
  line-height: 115%;
}
.main-production__subtitle {
  font-size: calc((1vw + 1vh) * 0.7);
  line-height: 120%;
  font-family: "Manrope", sans-serif;
}

.why-verona {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgb(52, 61, 56);
}
.why-verona__container {
  width: 93.5%;
  display: flex;
  margin-top: 90px;
  margin-bottom: 30px;
  justify-content: center;
  flex-direction: column;
}
.why-verona__container .main-catalogue__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-verona__container .main-catalogue__nav-title {
  font-size: calc((1vw + 1vh) * 1.25);
  margin-bottom: 28px;
}
.why-verona__block {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.why-verona__block-content {
  width: 49%;
  display: flex;
  flex-direction: row;
  height: auto;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.why-verona__block-content-two {
  width: 49%;
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.why-verona__block-content-two .why-verona__text {
  width: 57%;
  margin-top: 18px;
  margin-left: 20px;
}
.why-verona__block-content-two .why-verona__title {
  width: 52%;
  margin-top: 8px;
  margin-left: -25px;
  line-height: 100%;
  font-size: calc((1vw + 1vh) * 1.2);
}
.why-verona__block-svg {
  display: flex;
  flex-direction: row;
  margin-bottom: 15px;
  gap: 30px;
}
.why-verona__block-svg svg {
  width: 3.7vw;
  height: auto;
}
.why-verona__block-img {
  position: relative;
  width: 49.5%;
  overflow: hidden;
}
.why-verona__block-img img {
  width: 100%;
  height: 56vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.why-verona__years {
  font-size: calc((1vw + 1vh) * 4.8);
  color: rgb(145, 132, 79);
  font-family: "Forum", serif;
  margin-left: 50px;
  margin-top: 30px;
}
.why-verona__text {
  width: 45%;
  display: flex;
  margin-top: -5px;
  flex-direction: column;
}
.why-verona__text p {
  color: rgb(255, 255, 255);
  line-height: 130%;
  font-family: "Manrope", sans-serif;
  font-size: calc((1vw + 1vh) * 0.68);
}
.why-verona__title {
  width: 54%;
  font-size: calc((1vw + 1vh) * 1.3);
  line-height: 110%;
  color: rgb(145, 132, 79);
}

.block-two {
  margin-bottom: 100px;
}

.main-stocks {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  background-color: #CBC9C2;
}
.main-stocks .main-catalogue__nav-title {
  margin-bottom: 25px;
  color: rgb(0, 0, 0);
}
.main-stocks .main-catalogue__nav-tags a {
  color: rgb(0, 0, 0);
}
.main-stocks .main-catalogue__nav a {
  color: rgb(0, 0, 0);
}
.main-stocks__container {
  width: 93.5%;
  margin-top: 120px;
}
.main-stocks__blocks-items {
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(145, 133, 79, 0.3);
  align-items: center;
  justify-content: center;
}
.main-stocks__item {
  width: 78%;
  padding: 20px 0;
  display: flex;
  flex-direction: row;
}
.main-stocks__img {
  width: calc((1vw + 1vh) * 23);
  height: 100%;
  overflow: hidden;
  position: relative;
  /*&::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
    pointer-events: none;

    background-image: url('../assets/images/main/stocks/masks.svg');
    background-repeat: no-repeat;
    background-position: -50%;
    background-size: 100% 100%;
    z-index: 3;
  }*/
}
.main-stocks__img-protetype {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.main-stocks__img-design {
  position: absolute;
  z-index: 2;
  height: 100%;
}
.main-stocks__img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.main-stocks__mask {
  position: absolute;
  top: 0;
  display: flex;
  align-items: start;
  justify-content: start;
  left: 0;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 5;
}
.main-stocks__mask img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.main-stocks__content {
  width: 50%;
  padding: 40px 0 0 calc((1vw + 1vh) * 4);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-stocks__date {
  font-size: calc((1vw + 1vh) * 0.7);
  font-family: "Manrope", sans-serif;
}
.main-stocks__text {
  font-size: calc((1vw + 1vh) * 1.25);
  line-height: 110%;
  width: 100%;
  margin-bottom: 0;
  font-family: "Forum", serif;
  align-items: end;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
}
.main-stocks__text p {
  width: 70%;
  font-size: calc((1vw + 1vh) * 1.25);
  line-height: 90%;
}
.main-stocks__text a {
  background-color: rgb(145, 132, 79);
  transition: background-color 0.3s ease;
  border-radius: 60px;
  padding: 35px;
}
.main-stocks__text a svg {
  transition: all 0.3s ease;
}
.main-stocks__text a:hover {
  background-color: rgb(52, 61, 56);
}
.main-stocks__text a:hover svg {
  transform: rotate(45deg);
}

.main-news {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #CBC9C2;
}
.main-news__container {
  width: 93.5%;
  margin-top: 100px;
}
.main-news .main-catalogue__nav-title {
  margin-bottom: 26px;
}
.main-news .main-catalogue__nav-tags {
  margin-right: 130px;
}
.main-news__block-item {
  padding: 23px 0 60px 0;
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
}
.main-news__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 500px;
  padding: 39px 33px;
  border: 1px solid rgba(145, 133, 79, 0.5);
  position: relative;
  overflow: hidden;
}
.main-news__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}
.main-news__item:nth-child(1)::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../assets/images/main/news/promotion_1.webp");
}
.main-news__item:nth-child(2)::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../assets/images/main/news/promotion_2.webp");
}
.main-news__item:nth-child(3)::before {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../assets/images/icons/background.png");
}
.main-news__item:hover::before {
  opacity: 1;
}
.main-news__item:hover .main-news__data,
.main-news__item:hover .main-news__text {
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
}
.main-news__data {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  z-index: 2;
  color: rgb(0, 0, 0);
  transition: color 0.3s ease;
}
.main-news__data p {
  font-family: "Manrope", sans-serif;
  font-size: calc((1vw + 1vh) * 0.65);
}
.main-news__data a {
  background-color: rgb(145, 132, 79);
  transition: background-color 0.3s ease;
  border-radius: 60px;
  padding: 35px;
}
.main-news__data a svg {
  transition: all 0.2s ease;
}
.main-news__data a:hover {
  background-color: rgb(52, 61, 56);
}
.main-news__data a:hover svg {
  transform: rotate(45deg);
}
.main-news__text {
  font-size: calc((1vw + 1vh) * 1.2);
  line-height: 100%;
  z-index: 2;
  color: rgb(0, 0, 0);
  transition: color 0.3s ease;
}
.main-news__send-block {
  background-color: rgb(145, 132, 79);
  margin-bottom: 120px;
  height: 470px;
  width: 100%;
  padding: 50px 33px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.main-news__email {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-news__email-header {
  display: flex;
  flex-direction: column;
}
.main-news__email-header span {
  font-size: calc((1vw + 1vh) * 1.7);
  line-height: 110%;
  margin-bottom: 10px;
}
.main-news__email-header p {
  font-size: calc((1vw + 1vh) * 0.675);
  font-family: "Manrope", sans-serif;
}
.main-news__email form {
  margin-bottom: -5px;
}
.main-news__email form label {
  width: 27.5vw;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: black;
  font-family: "Manrope", sans-serif;
  margin-bottom: 10px;
}
.main-news__email form label input {
  outline: none;
  border: none;
  width: 100%;
  background-color: transparent;
  font-size: calc((1vw + 1vh) * 0.55);
  margin-bottom: 10px;
  color: black;
  font-family: "Manrope", sans-serif;
  /* Стили для placeholder */
  /* Placeholder скрывается при фокусе */
  /* Стили для автокомплита */
  /* Для Firefox */
}
.main-news__email form label input::-moz-placeholder {
  color: black;
  background-color: transparent;
  font-family: "Manrope", sans-serif;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; /* Плавное исчезновение */
}
.main-news__email form label input::placeholder {
  color: black;
  background-color: transparent;
  font-family: "Manrope", sans-serif;
  transition: opacity 0.2s ease-in-out; /* Плавное исчезновение */
}
.main-news__email form label input:focus::-moz-placeholder {
  opacity: 0;
}
.main-news__email form label input:focus::placeholder {
  opacity: 0;
}
.main-news__email form label input:-webkit-autofill, .main-news__email form label input:-webkit-autofill:hover, .main-news__email form label input:-webkit-autofill:focus, .main-news__email form label input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: black !important;
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.main-news__email form label input:-moz-ui-invalid {
  box-shadow: none;
}
.main-news__form-submit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 27.5vw;
}
.main-news__box {
  margin-top: 5px;
  width: 39% !important;
  display: flex;
  align-items: flex-end;
  border-bottom: none !important;
  cursor: pointer;
  position: relative;
  font-family: "Manrope", sans-serif;
}
.main-news__checkbox-input {
  display: none;
}
.main-news__checkbox-input:checked + .main-news__decor .check-icon {
  opacity: 1;
  visibility: visible;
}
.main-news__decor {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgb(0, 0, 0);
  margin-bottom: 10px;
  position: relative;
  flex-shrink: 0;
}
.main-news__decor .check-icon {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  width: 25px;
  height: 25px;
  display: block;
}
.main-news__info {
  font-family: "Manrope", sans-serif;
  font-size: calc((1vw + 1vh) * 0.45);
  margin-left: 10px;
  letter-spacing: 0.02rem;
}
.main-news__btn {
  margin-top: 10px;
  height: auto;
  display: flex;
  align-items: center;
  padding: 12px 0 12px 25px;
  flex-direction: row;
  font-family: "Manrope", sans-serif;
  color: rgb(0, 0, 0);
  font-size: calc((1vw + 1vh) * 0.6);
}
.main-news__btn svg {
  width: calc((1vw + 1vh) * 0.4);
  margin: 0 15px;
  height: calc((1vw + 1vh) * 0.4);
  transition: all 0.2s ease;
}
.main-news__btn:hover svg {
  transform: rotate(45deg);
}
.main-news__call {
  margin-top: 120px;
  display: flex;
  flex-direction: row;
  width: 80%;
  font-family: "Forum", serif;
}
.main-news__call a {
  font-size: calc((1vw + 1vh) * 1.3);
  color: rgb(145, 132, 79);
}
.main-news__img {
  width: 40%;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.main-news__img img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-news .consultation__box {
  display: flex;
  margin-top: 20px;
  align-items: center;
  height: auto;
  width: 80%;
  border-bottom: none !important;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
}
.main-news .consultation__checkbox-input {
  display: none;
}
.main-news .consultation__checkbox-input:checked + .consultation__decor .check-icon {
  opacity: 1;
}
.main-news .consultation__decor {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: end;
  justify-content: center;
  border: 1px solid rgb(0, 0, 0);
  margin-bottom: 5px;
  position: relative;
  flex-shrink: 0;
}
.main-news .consultation__decor .check-icon {
  opacity: 0;
  z-index: 15;
  transition: opacity 0.2s ease-in-out;
  width: 12px;
  height: 12px;
}
.main-news .consultation__info {
  font-family: "Manrope", sans-serif;
  font-size: calc((1vw + 1vh) * 0.41);
  margin-left: 10px;
  letter-spacing: 0.02rem;
}
.main-news .consultation__btn {
  margin-top: 0;
  background-color: rgb(0, 0, 0);
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 25px;
  flex-direction: row;
  font-family: "Manrope", sans-serif;
  color: rgb(255, 255, 255);
  font-size: calc((1vw + 1vh) * 0.6);
}
.main-news .consultation__btn img {
  width: calc((1vw + 1vh) * 0.5);
  margin: 0 15px;
  height: calc((1vw + 1vh) * 0.5);
}

.main-header-black-tags {
  color: black !important;
  transition: color 0.3s ease;
}
.main-header-black-tags:hover {
  color: rgb(145, 132, 79) !important;
}

.main-header-black {
  color: rgb(0, 0, 0) !important;
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.catalog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  background: rgb(27, 45, 59);
  backdrop-filter: blur(10px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.catalog-overlay--open {
  opacity: 1;
  visibility: visible;
}

.catalogue-container {
  width: 93.5%;
  margin-top: 65px;
  display: flex;
  flex-direction: row;
}
.catalogue__nav {
  width: 60%;
  display: grid;
  grid-template-columns: 1fr 1fr 1.1fr 1.1fr;
  margin-top: 48px;
}
.catalogue__nav-title {
  font-family: "Forum", serif !important;
  font-weight: 400;
  line-height: 100%;
  font-size: calc((1vw + 1vh) * 0.75);
  color: rgb(145, 132, 79);
  margin-bottom: 2.5vh;
}
.catalogue__nav-interiors {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
}
.catalogue__nav-interiors a {
  letter-spacing: 0.06rem;
  margin-bottom: 6px;
  font-weight: 350;
  font-family: "Manrope", sans-serif;
  color: rgb(246, 245, 243);
}
.catalogue__new {
  margin-top: 15px;
  margin-left: 55px;
  flex: 1;
  border-left: 1px solid rgb(145, 132, 79);
  display: flex;
  justify-content: end;
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.product-card {
  left: 0;
  margin-bottom: 18px;
  width: 30.5vw;
  background-color: rgb(246, 245, 243);
  display: flex;
  height: auto;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}
.product-card:hover {
  background-color: rgb(52, 61, 56);
}
.product-card:hover .product-card__finishing-container p {
  color: rgb(255, 255, 255);
}
.product-card:hover .product-card__title {
  color: rgb(255, 255, 255);
}
.product-card:hover .materials img {
  margin-left: 2px;
}
.product-card:hover .materials img:first-child {
  margin-left: 0;
}
.product-card:hover .materials-counters {
  margin-left: 2px;
}
.product-card__container {
  width: 96%;
  height: 88%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-card__photo {
  position: relative; /* Делаем контейнер относительным для позиционирования дочерних элементов */
  width: 100%;
  margin-top: 10px;
  padding-bottom: 65.5%; /* Соотношение сторон примерно 20:13 (13/20 = 0.65) */
  overflow: hidden; /* Обрезаем всё, что выходит за границы */
}
.product-card__photo img {
  position: absolute;
  top: 0;
  left: 0;
  scale: 1.2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* Сохраняем пропорции и заполняем контейнер */
}
.product-card__photo-new {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2; /* Поверх изображения */
  background: rgb(52, 61, 56);
  padding: 5px 20px;
  border-bottom-right-radius: 8px;
}
.product-card__photo-new p {
  margin: 0;
  font-weight: 300;
  font-size: calc((1vw + 1vh) * 0.65);
  color: rgb(255, 255, 255);
  font-family: "Forum", serif;
}
.product-card__tag {
  position: absolute;
  bottom: 10px;
  left: 10px;
  border-radius: 60px;
  z-index: 2; /* Поверх изображения */
  background: rgba(0, 0, 0, 0.3);
  padding: 8px 16px;
}
.product-card__tag p {
  margin: 0;
  color: rgb(255, 255, 255);
  font-size: calc((1vw + 1vh) * 0.54);
  font-family: "Manrope", sans-serif;
}
.product-card__content {
  margin-top: 17px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.product-card__content p {
  margin: 0;
  font-size: calc((1vw + 1vh) * 1.25);
  font-family: "Forum", serif;
  line-height: 105%;
}
.product-card__title {
  font-family: "Forum", serif;
  margin-bottom: 5px;
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
}
.product-card__subtitle {
  color: rgb(145, 132, 79);
}
.product-card__finishing {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(145, 133, 79, 0.3);
}
.product-card__finishing-container {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card__finishing-container p {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: calc((1vw + 1vh) * 0.55);
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
}
.product-card__finishing-container .materials {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 5px;
  cursor: pointer;
}
.product-card__finishing-container .materials img {
  width: calc((1vw + 1vh) * 1);
  height: calc((1vw + 1vh) * 1);
  display: flex;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-left: -15px;
}
.product-card__finishing-container .materials img:first-child {
  margin-left: 0;
}
.product-card__finishing-container .materials-counters {
  width: calc((1vw + 1vh) * 1);
  height: calc((1vw + 1vh) * 1);
  background-color: rgb(145, 132, 79);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 70px;
  position: relative;
  margin-left: -15px;
  right: 0;
  transition: all 0.3s ease;
}
.product-card__finishing-container .materials-counters p {
  color: rgb(255, 255, 255);
  font-size: calc((1vw + 1vh) * 0.45);
  font-family: "Manrope", sans-serif;
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.burger-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  background: rgb(27, 45, 59);
  backdrop-filter: blur(10px);
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.burger-overlay--open {
  opacity: 1;
  visibility: visible;
}

.burger__content {
  width: 93.5%;
  display: flex;
  margin-top: 80px;
  flex-direction: row;
}
.burger__company {
  width: 50%;
  border-right: 1px solid rgb(145, 132, 79);
}
.burger__company-title {
  margin-top: 106px;
  font-style: "Forum", serif;
  font-size: calc((1vw + 1vh) * 1.5);
  color: rgb(145, 132, 79);
}
.burger__nav {
  width: 55%;
  margin-top: 15px;
  font-family: "Manrope", sans-serif;
  font-size: calc((1vw + 1vh) * 0.7);
}
.burger__nav a {
  margin-right: 13px;
  font-weight: 350;
  line-height: calc((1vw + 1vh) * 1);
  transition: color 0.2s ease-in-out;
  white-space: nowrap;
  color: rgb(255, 255, 255);
}
.burger__nav a:hover {
  color: rgb(145, 132, 79);
}
.burger__contacts {
  width: 50%;
}
.burger__contacts-description {
  margin-left: 170px;
  width: 35%;
  margin-top: 106px;
  color: rgb(255, 255, 255);
  font-size: calc((1vw + 1vh) * 0.7);
  letter-spacing: 0.05rem;
  font-family: "Manrope", sans-serif;
}
.burger__addresses-salon {
  margin-left: 170px;
  margin-top: 10px;
  font-family: "Manrope", sans-serif;
  color: rgb(145, 132, 79);
}
.burger__telephone {
  font-size: calc((1vw + 1vh) * 1.3);
  margin-left: 170px;
  color: rgb(145, 132, 79);
}
.burger__telephone-text {
  color: rgb(255, 255, 255);
  margin-left: 170px;
  font-family: "Manrope", sans-serif;
  font-size: calc((1vw + 1vh) * 0.7);
}
.burger__vebsite {
  display: flex;
  flex-direction: column;
  right: 50px;
  top: 190px;
  position: absolute;
}
.burger__vebsite-content {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.burger__vebsite svg {
  width: calc((1vw + 1vh) * 2.7);
  height: auto;
}
.burger__order-a-call {
  margin-top: 225px;
  background-color: rgb(145, 132, 79);
  padding: 12px 25px;
  font-family: "Manrope", sans-serif;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: rgb(255, 255, 255);
}
.burger__order-a-call img {
  width: 12px;
  height: 12px;
}

.msk {
  margin-top: 40px;
}

.ros {
  margin-top: 15px;
}

.services {
  margin-top: 40px;
}

.manual {
  display: flex;
  margin-top: 65px;
  flex-direction: row;
  color: rgb(145, 132, 79);
  font-family: "Manrope", sans-serif;
}
.manual svg {
  width: calc((1vw + 1vh) * 0.5);
  height: auto;
}
.manual p {
  margin-left: 5px;
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.consultation {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(203, 201, 194);
}
.consultation__container {
  width: 93.5%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.consultation__content {
  width: 65%;
  border-right: 1px solid rgb(145, 132, 79);
}
.consultation__content-title {
  width: 30%;
  font-size: calc((1vw + 1vh) * 2.55);
  color: rgb(145, 132, 79);
  line-height: 110%;
  font-family: "Forum", serif;
}
.consultation__content-subtitle {
  width: 500px;
  margin-top: 40px;
  line-height: 130%;
  letter-spacing: 0.03rem;
  font-family: "Manrope", sans-serif;
  font-size: calc((1vw + 1vh) * 0.53);
}
.consultation__content-website {
  display: flex;
  flex-direction: row;
  margin-top: 18.5%;
  font-size: calc((1vw + 1vh) * 0.8);
  line-height: 100%;
  font-family: "Forum", serif;
  gap: 16px;
  margin-bottom: 2vh;
}
.consultation__content-website a {
  color: rgb(145, 132, 79);
  transition: color 0.4s ease;
}
.consultation__content-website a:hover {
  color: rgb(255, 255, 255);
}
.consultation__form {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 42%;
  margin-top: -15px;
}
.consultation__form form {
  width: 83%;
}
.consultation__form label {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgb(145, 132, 79);
  color: black;
  font-family: "Forum", serif;
  margin-bottom: 25px;
  position: relative;
}
.consultation__form label input {
  outline: none;
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: calc((1vw + 1vh) * 1.25);
  margin-bottom: 10px;
  color: black;
  font-family: "Forum", serif;
  /* Стили для кастомного placeholder */
  /* Стили когда поле пустое (без значения)
  &.empty:not(:focus)::placeholder {
    opacity: 1;
  } */
  /* Стили для автокомплита */
  /* Для Firefox */
}
.consultation__form label input::-moz-placeholder {
  color: black;
  background-color: transparent;
  font-family: "Forum", serif;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
.consultation__form label input::placeholder {
  color: black;
  background-color: transparent;
  font-family: "Forum", serif;
  transition: opacity 0.2s ease-in-out;
}
.consultation__form label input.empty:not(:focus).required-star__name {
  opacity: 0;
}
.consultation__form label input:-webkit-autofill, .consultation__form label input:-webkit-autofill:hover, .consultation__form label input:-webkit-autofill:focus, .consultation__form label input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: black !important;
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.consultation__form label input:-moz-ui-invalid {
  box-shadow: none;
}
.consultation__form-submit {
  display: flex;
  flex-direction: row;
}
.consultation__box {
  margin-top: 110px;
  display: flex;
  align-items: flex-end;
  border-bottom: none !important;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
}
.consultation__checkbox-input {
  display: none;
}
.consultation__checkbox-input:checked + .consultation__decor .check-icon {
  opacity: 1;
}
.consultation__decor {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgb(145, 132, 79);
  margin-bottom: 5px;
  position: relative;
  flex-shrink: 0;
}
.consultation__decor .check-icon {
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  width: 12px;
  height: 12px;
}
.consultation__info {
  font-family: "Manrope", sans-serif;
  font-size: calc((1vw + 1vh) * 0.42);
  line-height: 120%;
  margin-left: 15px;
  margin-right: 10px;
  letter-spacing: 0.02rem;
}
.consultation__btn {
  margin-top: 100px;
  background-color: rgb(145, 132, 79);
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 40px;
  gap: 22px;
  flex-direction: row;
  font-family: "Manrope", sans-serif;
  color: rgb(255, 255, 255);
  font-size: calc((1vw + 1vh) * 0.66);
}
.consultation__btn svg {
  width: calc((1vw + 1vh) * 0.4);
  margin: 0;
  height: calc((1vw + 1vh) * 0.4);
}
.consultation__call {
  margin-top: 24%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 83%;
  font-family: "Forum", serif;
  margin-bottom: 2vh;
}
.consultation__call a {
  font-size: calc((1vw + 1vh) * 1.23);
  color: rgb(145, 132, 79);
}
.consultation__call p {
  font-size: calc((1vw + 1vh) * 0.65);
  line-height: 120%;
  margin-top: -2px;
}

.required-star__name {
  position: absolute;
  display: flex;
  top: 0;
  left: 29%;
  color: rgb(145, 132, 79);
  font-size: calc((1vw + 1vh) * 1.4);
  font-weight: 350;
}

.required-star__telephone {
  position: absolute;
  display: flex;
  top: 0;
  left: 26%;
  color: rgb(145, 132, 79);
  font-size: calc((1vw + 1vh) * 1.4);
  font-weight: 350;
}

.accent-gold {
  color: rgb(145, 132, 79);
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.not-found {
  background-color: rgb(27, 45, 59);
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.not-found__container {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: start;
}
.not-found__container h1 {
  margin: 50px 0 0 0;
  font-family: "Forum", serif;
  font-size: calc((1vw + 1vh) * 12);
  color: rgb(145, 132, 79);
}
.not-found__container p {
  width: 60%;
  margin-top: -110px;
  font-family: "Forum", serif;
  color: rgb(145, 132, 79);
  font-size: calc((1vw + 1vh) * 1.3);
}
.not-found__container p a {
  color: rgb(255, 255, 255) !important;
  cursor: pointer;
}
.not-found__container img {
  width: 100vw;
  height: auto;
  display: flex;
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.order-a-call-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(52, 61, 56);
  backdrop-filter: blur(10px);
  z-index: 95;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.order-a-call-overlay--open {
  opacity: 1;
  visibility: visible;
}

.order-a-call__container {
  display: flex;
  height: 100%;
  flex-direction: row;
  width: 93.5%;
}
.order-a-call-close {
  display: flex;
  position: absolute;
  width: 93.5%;
  margin-top: 30px;
  justify-content: end;
}
.order-a-call-close img {
  width: calc((1vw + 1vh) * 1.5);
}
.order-a-call__block {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: start;
  border-right: 1px solid rgb(145, 132, 79);
}
.order-a-call__block-container {
  height: 70%;
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Forum", serif;
}
.order-a-call__block-container h1 {
  font-size: calc((1vw + 1vh) * 2.7);
  letter-spacing: 0.02rem;
  line-height: 110%;
  margin-top: 50px;
  color: rgb(145, 132, 79);
}
.order-a-call__block-container p {
  font-size: calc((1vw + 1vh) * 0.7);
  color: rgb(255, 255, 255);
}
.order-a-call__form {
  display: flex;
  margin-top: 50px;
  flex-direction: row;
  align-items: end;
  justify-content: space-between;
  width: 70%;
  height: 70%;
}
.order-a-call__form form {
  width: 47%;
  margin-left: 50px;
}
.order-a-call__form label {
  width: 100%;
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgb(145, 132, 79);
  color: black;
  font-family: "Forum", serif;
  margin-bottom: 10px;
}
.order-a-call__form label input, .order-a-call__form label textarea {
  outline: none;
  width: 100%;
  border: none;
  background-color: transparent;
  font-size: calc((1vw + 1vh) * 1.3);
  margin-bottom: 10px;
  color: white;
  font-family: "Forum", serif;
  /* Стили для placeholder */
  /* Placeholder скрывается при фокусе */
  /* Стили для автокомплита */
  /* Для Firefox */
}
.order-a-call__form label input::-moz-placeholder, .order-a-call__form label textarea::-moz-placeholder {
  color: white;
  background-color: transparent;
  font-family: "Forum", serif;
  -moz-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out; /* Плавное исчезновение */
}
.order-a-call__form label input::placeholder, .order-a-call__form label textarea::placeholder {
  color: white;
  background-color: transparent;
  font-family: "Forum", serif;
  transition: opacity 0.2s ease-in-out; /* Плавное исчезновение */
}
.order-a-call__form label input:focus::-moz-placeholder, .order-a-call__form label textarea:focus::-moz-placeholder {
  opacity: 0;
}
.order-a-call__form label input:focus::placeholder, .order-a-call__form label textarea:focus::placeholder {
  opacity: 0;
}
.order-a-call__form label input:-webkit-autofill, .order-a-call__form label input:-webkit-autofill:hover, .order-a-call__form label input:-webkit-autofill:focus, .order-a-call__form label input:-webkit-autofill:active, .order-a-call__form label textarea:-webkit-autofill, .order-a-call__form label textarea:-webkit-autofill:hover, .order-a-call__form label textarea:-webkit-autofill:focus, .order-a-call__form label textarea:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: white !important;
  background-color: transparent !important;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.order-a-call__form label input:-moz-ui-invalid, .order-a-call__form label textarea:-moz-ui-invalid {
  box-shadow: none;
}
.order-a-call__form label textarea {
  width: 100%;
  resize: none;
  scrollbar-color: rgb(145, 132, 79) rgb(52, 61, 56);
  scrollbar-width: thin;
  scrollbar-arrow-color: transparent;
}
.order-a-call__form label textarea::-webkit-scrollbar-button {
  display: none !important;
  background-color: transparent;
  width: 0;
  height: 0;
}
.order-a-call__form-submit {
  display: flex;
  flex-direction: row;
}
.order-a-call__box {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  border-bottom: none !important;
  cursor: pointer;
  font-family: "Manrope", sans-serif;
}
.order-a-call__checkbox-input {
  display: none;
}
.order-a-call__checkbox-input:checked ~ .order-a-call__decor::before {
  opacity: 1;
}
.order-a-call__decor {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: transparent;
  border: 1px solid rgb(145, 132, 79);
  margin-bottom: 5px;
  position: relative;
  flex-shrink: 0;
}
.order-a-call__decor::before {
  content: url(../assets/images/icons/checkbox.svg);
  position: absolute;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.order-a-call__info {
  font-family: "Manrope", sans-serif;
  font-size: calc((1vw + 1vh) * 0.45);
  margin-left: 10px;
  font-weight: 350;
  line-height: 120%;
  letter-spacing: 0.02rem;
  color: rgb(255, 255, 255);
}
.order-a-call__btn {
  margin-top: 40px;
  background-color: rgb(145, 132, 79);
  border-bottom-right-radius: 8px;
  border-top-left-radius: 8px;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 25px;
  flex-direction: row;
  font-family: "Manrope", sans-serif;
  color: rgb(255, 255, 255);
  font-size: calc((1vw + 1vh) * 0.6);
}
.order-a-call__btn svg {
  width: calc((1vw + 1vh) * 0.5);
  margin: 0 5px;
  height: calc((1vw + 1vh) * 0.5);
  transition: all 0.2s ease !important;
}
.order-a-call__btn:hover svg {
  transform: rotate(45deg);
}
.order-a-call__call {
  height: 77%;
  display: flex;
  flex-direction: column;
  text-align: end;
}
.order-a-call__call-container a {
  font-size: calc((1vw + 1vh) * 1.2);
  line-height: 100%;
  letter-spacing: 0.02rem;
  color: rgb(145, 132, 79);
}
.order-a-call__call-container p {
  font-size: calc((1vw + 1vh) * 0.55);
  font-family: "Manrope", sans-serif;
  color: rgb(255, 255, 255);
}
.order-a-call__network {
  display: flex;
  height: 100%;
  align-items: end;
  text-align: end;
  gap: 13px;
}
.order-a-call__network a {
  color: rgb(145, 132, 79);
  font-size: calc((1vw + 1vh) * 1.2);
  line-height: 100%;
  letter-spacing: 0.02rem;
  transition: color 300ms ease;
}
.order-a-call__network a:hover {
  color: rgb(255, 255, 255);
}

.cost-calculation-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgb(61, 54, 47);
  backdrop-filter: blur(10px);
  z-index: 95;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.cost-calculation-overlay--open {
  opacity: 1;
  visibility: visible;
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.services-block {
  width: 100%;
  height: auto;
  background-color: rgb(203, 201, 194);
  display: flex;
  align-items: center;
  justify-content: center;
}
.services__container {
  width: 100%;
  display: flex;
  margin-top: 105px;
  margin-bottom: 50px;
  flex-direction: column;
  gap: 20px;
}
.services__header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.services__header .order-a-call__btn {
  margin-top: 0;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 35px;
  gap: 22px;
  font-size: calc((1vw + 1vh) * 0.66);
}
.services__header .order-a-call__btn svg {
  margin: 0;
}
.services__header .main-catalogue__nav {
  width: 93.5%;
  align-items: start;
}
.services__scroll-wrapper {
  flex: 1;
  overflow-y: hidden;
  overflow-x: auto;
  height: -moz-max-content;
  height: max-content;
  margin-bottom: 70px;
  scrollbar-width: none;
}
.services__scroll-wrapper::-webkit-scrollbar {
  display: none;
}
.services__items {
  display: flex;
  gap: 20px;
  overflow-x: hidden;
  flex-direction: row;
  height: -moz-max-content;
  height: max-content;
  padding-left: 3.25%;
  padding-right: 3.25%;
}
.services__item {
  width: 41vw;
  flex-shrink: 0;
  min-width: 41vw;
  padding: 50px 60px 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.services__item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 18%;
  font-family: "Forum", serif;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(52, 61, 56);
}
.services__item-header-counter {
  font-size: calc((1vw + 1vh) * 5);
  width: 20%;
  line-height: 1;
  margin: 0;
}
.services__item-header-name {
  font-size: calc((1vw + 1vh) * 1.7);
  text-align: end;
  line-height: 110%;
  margin: 20px 0 0 0;
}
.services__item-content {
  flex: 1;
  min-height: 75%;
  display: flex;
  flex-direction: column;
  font-family: "Manrope", sans-serif;
}
.services__item-content p {
  margin-top: 80px;
  width: 75%;
  font-size: calc((1vw + 1vh) * 0.69);
  font-weight: 350;
  line-height: 125%;
}
.services__item-content a {
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin-top: 37px;
  width: auto;
  font-size: calc((1vw + 1vh) * 0.63);
  justify-content: start;
}
.services__item-content a img {
  width: calc((1vw + 1vh) * 0.35);
}
.services-one {
  background-color: rgb(145, 132, 79);
}
.services-two {
  background-color: rgb(52, 61, 56);
}
.services-two .services__item-header {
  border-bottom: 1px solid rgb(145, 132, 79);
}
.services-three {
  background-color: rgb(27, 45, 59);
}
.services-three .services__item-header {
  border-bottom: 1px solid rgb(145, 132, 79);
}
.services-four {
  background-color: rgb(61, 54, 47);
}
.services-four .services__item-header {
  border-bottom: 1px solid rgb(145, 132, 79);
}
.services-five {
  background-color: rgb(255, 255, 255);
}
.services-five .services__item-header {
  border-bottom: 1px solid rgb(145, 132, 79);
}
.services-six {
  background-color: rgb(145, 132, 79);
}
.services__svg-block {
  display: flex;
  position: relative;
  align-items: end;
  justify-content: end;
  margin-top: 10px;
  height: 100%;
}
.services__svg-block-one {
  content: url("../assets/images/icons/services-one.svg");
  width: calc((1vw + 1vh) * 4.7);
  height: auto;
}
.services__svg-block-two {
  content: url("../assets/images/icons/services-two.svg");
  width: calc((1vw + 1vh) * 4.7);
  height: auto;
}
.services__svg-block-three {
  content: url("../assets/images/icons/services-three.svg");
  width: calc((1vw + 1vh) * 4.7);
  height: auto;
}
.services__svg-block-four {
  content: url("../assets/images/icons/services-four.svg");
  width: calc((1vw + 1vh) * 4.7);
  height: auto;
}
.services__svg-block-five {
  content: url("../assets/images/icons/services-five.svg");
  width: calc((1vw + 1vh) * 4.7);
  height: auto;
}
.services__svg-block-six {
  content: url("../assets/images/icons/services-six.svg");
  width: calc((1vw + 1vh) * 4.7);
  height: auto;
}

.services-scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: rgb(145, 132, 79);
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.services-scroll-indicator.visible {
  opacity: 1;
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.reliz-projects {
  width: 100%;
  height: 100vh;
}
.reliz-projects__container {
  width: 100%;
  height: 100%;
  position: relative;
}
.reliz-projects__container img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}
.reliz-projects__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.reliz-projects__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.reliz-projects__slide.active {
  opacity: 1;
  z-index: 1;
}
.reliz-projects__popup {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgb(52, 61, 56);
  width: 520px;
  height: auto;
  top: 20%;
  right: 57px;
  padding: 36px;
  color: rgb(255, 255, 255);
  align-items: center;
}
.reliz-projects__popup .main-catalogue__nav-title {
  white-space: nowrap;
  padding: 5px 30px;
}
.reliz-projects__name {
  text-align: center;
  font-size: calc((1vw + 1vh) * 1.26);
  line-height: 100%;
}
.reliz-projects__location {
  display: flex;
  flex-direction: row;
  font-size: calc((1vw + 1vh) * 0.8);
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
}
.reliz-projects__description {
  font-size: calc((1vw + 1vh) * 0.5);
  font-family: "Manrope", sans-serif;
  margin-bottom: 15px;
}
.reliz-projects__materials {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-family: "Manrope", sans-serif;
  justify-content: space-between;
  font-size: calc((1vw + 1vh) * 0.5);
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid rgba(145, 132, 79, 0.5);
  margin-bottom: 12px;
}
.reliz-projects .more-detailed {
  margin-bottom: 36px;
}
.reliz-projects__pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}
.reliz-projects__pagination img {
  width: calc((1vw + 1vh) * 1.3) !important;
  height: auto !important;
  cursor: pointer;
}
.reliz-projects__pagination p {
  color: rgb(145, 132, 79);
  font-size: calc((1vw + 1vh) * 1.2);
}

.materials {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 5px;
  /*&:hover {
    img {
      margin-left: 5px; // Отступ между картинками

      // Убираем отступ у первой картинки
      &:first-child {
        margin-left: 0;
      }
    }
  }*/
}
.materials img {
  width: calc((1vw + 1vh) * 1.3);
  height: calc((1vw + 1vh) * 1.3);
  display: flex;
}
.materials img:not(:first-child) {
  margin-left: -10px;
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.map__container {
  position: relative;
  margin: 125px 0 125px 0;
}
.map__container img {
  margin-top: 20px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.map__container-overlay {
  position: absolute;
  width: 20vw;
  height: 16vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  bottom: 6%;
  right: 5.6vw;
  padding: 40px;
  background-color: rgb(145, 132, 79);
  color: rgb(0, 0, 0);
}
.map__container-overlay p {
  font-size: calc((1vw + 1vh) * 1.25);
  line-height: 100%;
}
.map__container-overlay .more-detailed {
  margin-bottom: 0;
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.catalogue {
  background-color: rgb(203, 201, 194);
}
.catalogue__container {
  display: flex;
  flex-direction: column;
  margin-top: 108px;
}
.catalogue__header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: calc((1vw + 1vh) * 2.05);
}
.catalogue__header p {
  color: rgb(145, 132, 79);
}
.catalogue__header button {
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
}
.catalogue__header button:hover {
  color: rgb(145, 132, 79);
}
.catalogue__selectors {
  display: flex;
  width: 93.5vw;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
  gap: 5px;
  margin-top: 23px;
  justify-content: center;
}
.catalogue__selectors-container {
  display: flex;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 5px;
}
.catalogue__selectors-button {
  padding: 10px 24px;
  color: rgb(0, 0, 0);
  white-space: nowrap;
  transition: all 0.3s ease;
  border-radius: 60px;
  font-size: calc((1vw + 1vh) * 0.7);
}
.catalogue__selectors-button:hover {
  background-color: rgb(145, 132, 79);
  color: rgb(255, 255, 255);
}
.catalogue__selectors-button-active {
  background-color: rgb(145, 132, 79);
  color: rgb(255, 255, 255);
}
.catalogue__selectors-mobili {
  display: flex;
  width: auto;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  gap: 5px;
  margin-top: 20px;
}
.catalogue__selectors-mobili-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.catalogue__selectors-mobili-button {
  padding: 10px 24px;
  color: rgb(0, 0, 0);
  white-space: nowrap;
  transition: all 0.3s ease;
  border-radius: 60px;
  font-size: calc((1vw + 1vh) * 0.9);
}
.catalogue__selectors-mobili-button:hover {
  background-color: rgb(145, 132, 79);
  color: rgb(255, 255, 255);
}
.catalogue__selectors-mobili-button-active {
  background-color: rgb(145, 132, 79);
  color: rgb(255, 255, 255);
}
.catalogue__filters {
  display: flex;
  flex-direction: row;
  margin-top: 75px;
  width: 100%;
  justify-content: space-between;
  border-top: 1px solid rgba(145, 133, 79, 0.3);
}
.catalogue__filters-container {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  margin-bottom: 35px;
  width: 100%;
  justify-content: space-between;
  font-family: "Manrope", sans-serif;
}
.catalogue__filters-view {
  display: flex;
  flex-direction: row;
  font-size: calc((1vw + 1vh) * 0.7);
  gap: 16px;
}
.catalogue__filters-modifications {
  display: flex;
  flex-direction: row;
  gap: 10px;
  font-size: calc((1vw + 1vh) * 0.69);
}
.catalogue__content {
  width: 100%;
}
.catalogue__content-container {
  display: grid;
  height: auto;
  gap: 23px 20px;
  margin-top: 3px;
  grid-template-columns: 1fr 1fr 1fr;
}
.catalogue__loading {
  width: 100%;
  display: flex;
  margin: 100px 0 116px 0;
  justify-content: space-between;
}
.catalogue__loading-more {
  font-size: calc((1vw + 1vh) * 0.7);
  font-family: "Manrope", sans-serif;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.catalogue__loading-more svg {
  width: calc((1vw + 1vh) * 0.8);
  height: auto;
}
.catalogue__loading-pagination {
  display: flex;
  margin-top: -2px;
  gap: 16px;
  font-size: calc((1vw + 1vh) * 0.8);
  flex-direction: row;
}
.modifications {
  position: relative;
}
.modifications select {
  border-radius: 60px;
  display: flex;
  background-color: transparent;
  padding: 12px 24px;
  outline: none;
  border: 1px solid rgb(145, 132, 79);
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.modifications select option {
  border-radius: 60px;
  margin-top: 15px;
  outline: none;
  background-color: rgb(145, 132, 79);
}
.modifications::after {
  content: "";
  background-image: url("../assets/images/icons/catalogue-black.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 15px;
  position: absolute;
  right: 20px;
  top: 32px;
  transform: translateY(-50%);
  pointer-events: none;
}

.custom-select {
  position: relative;
  width: -moz-max-content;
  width: max-content;
}

.hidden-select {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.select-header {
  border-radius: 60px;
  background-color: transparent;
  padding: 10px 24px;
  gap: 15px;
  border: 1px solid rgb(145, 132, 79);
  cursor: pointer;
  font-size: calc((1vw + 1vh) * 0.675);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
  color: rgb(0, 0, 0);
}
.select-header svg {
  width: 0.7vw;
  height: 0.7vw;
  stroke: rgb(0, 0, 0);
}
.select-header:hover {
  background-color: rgb(145, 132, 79);
  color: rgb(255, 255, 255);
}
.select-header:hover svg {
  stroke: rgb(255, 255, 255);
}

.arrow {
  width: calc((1vw + 1vh) * 0.6);
  height: calc((1vw + 1vh) * 0.6);
}

.select-options {
  position: absolute;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid rgb(145, 132, 79);
  border-radius: 20px;
  margin-top: 5px;
  gap: 6px;
  display: none;
  padding: 35px 30px;
  flex-direction: column;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.option {
  display: flex;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 17px;
  color: rgb(0, 0, 0);
  font-family: "Manrope", sans-serif;
}
.option:hover {
  color: rgb(145, 132, 79);
}

.custom-select.active .select-options {
  display: flex;
}

.sale {
  padding: 10px 24px;
  border: 1px solid rgb(145, 132, 79);
  background-color: rgb(145, 132, 79);
  border-radius: 60px;
  font-size: calc((1vw + 1vh) * 0.65);
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: all 0.3s ease;
}
.sale:hover {
  background-color: rgb(52, 61, 56);
}

.more-selectors {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: calc((1vw + 1vh) * 0.75);
  color: rgb(145, 132, 79);
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
}
.more-selectors img {
  transform: rotate(-90deg);
  width: calc((1vw + 1vh) * 0.4);
  height: calc((1vw + 1vh) * 0.4);
  transition: transform 0.3s ease;
}
.more-selectors.active img {
  transform: rotate(90deg);
}

.more-selectors-mobili {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  font-size: calc((1vw + 1vh) * 0.75);
  color: rgb(145, 132, 79);
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
}
.more-selectors-mobili img {
  transform: rotate(-90deg);
  width: calc((1vw + 1vh) * 0.4);
  height: calc((1vw + 1vh) * 0.4);
  transition: transform 0.3s ease;
}
.more-selectors-mobili.active img {
  transform: rotate(90deg);
}

.js-button-catalogue {
  color: rgb(0, 0, 0);
  transition: all 0.3s ease;
}
.js-button-catalogue:hover {
  color: rgb(145, 132, 79);
}

.js-button-catalogue-active {
  color: rgb(145, 132, 79);
}

.tab-button {
  cursor: pointer;
}

.tab-button input {
  display: none;
}

.tab-button span {
  color: black;
  transition: color 0.3s ease;
}

.tab-button input:checked + span {
  color: rgb(145, 132, 79);
}

/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
.modal-catalogue-overlay {
  position: fixed;
  width: 100vw;
  height: 100dvh;
  background-color: rgb(52, 61, 56);
  z-index: 95;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-catalogue-overlay--open {
  opacity: 1;
  visibility: visible;
}
.modal-catalogue-overlay .catalogue__filters-view {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-family: "Manrope", sans-serif;
}
.modal-catalogue-overlay .catalogue__filters-view .js-button-catalogue-modal {
  font-size: calc((1vw + 1vh) * 1.5);
  color: white;
}
.modal-catalogue-overlay .catalogue__filters-view .js-button-catalogue-modal:hover {
  color: rgb(145, 132, 79);
}
.modal-catalogue-overlay .catalogue__filters-view .js-button-catalogue-modal-active {
  color: rgb(145, 132, 79);
}

.catalogue__filters-view-content {
  gap: 20px 9px;
  display: flex;
  width: 84%;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 10px;
}

.modal-catalogue {
  width: 90%;
  height: 95%;
  position: relative;
  display: flex;
  flex-direction: column;
  font-weight: 350;
}

.catalogue-form {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modal-close {
  display: flex;
  width: 100%;
  align-items: end;
  justify-content: end;
}

.catalogue__filters-view-title {
  font-size: calc((1vw + 1vh) * 1.8);
  color: rgb(145, 132, 79);
  width: 100%;
  margin-top: 5px;
}

.modifications-title {
  font-size: calc((1vw + 1vh) * 1.85);
  color: rgb(145, 132, 79);
  width: 100%;
  margin-top: 23px;
}

.filter-option input,
.modification-option input {
  display: none;
}

.filter-option input:checked + .filter-checkbox .check-icon,
.modification-option input:checked + .modification-checkbox .check-icon {
  display: block;
  opacity: 1;
}

.modifications {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: "Manrope", sans-serif;
}
.modifications .consultation__decor {
  margin-left: 0;
  width: 16px;
  height: 16px;
}

.modification-option {
  display: flex;
  flex-direction: row;
  font-size: calc((1vw + 1vh) * 1.4);
  color: rgb(255, 255, 255);
  align-items: center;
  margin-bottom: 6px;
}

.modification-checkbox {
  margin-right: 7px;
}

.modifications::after {
  display: none;
}

.modal-filters {
  height: 100%;
}

.modifications-footer {
  align-items: end;
  height: 95%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.modifications-submit {
  background-color: rgb(145, 132, 79);
  color: rgb(255, 255, 255);
  padding: 12px 24px;
  font-size: calc((1vw + 1vh) * 1.5);
  gap: 10px;
  font-family: "Manrope", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-weight: 350;
}
.modifications-submit img {
  width: calc((1vw + 1vh) * 1.2);
  height: calc((1vw + 1vh) * 1.2);
}

.modifications-reset {
  background-color: transparent;
  color: rgb(255, 255, 255);
  padding: 12px 0;
  font-size: calc((1vw + 1vh) * 1.5);
  gap: 4px;
  font-family: "Manrope", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-weight: 350;
}
.modifications-reset svg {
  width: calc((1vw + 1vh) * 2);
  height: calc((1vw + 1vh) * 2);
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
  width: 100%;
}
.visible{
  visibility: visible;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.resize{
  resize: both;
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* FONT TEXT */
@font-face {
  font-family: "Manrope";
  src: url("../assets/fonts/Manrope.ttf") format("truetype");
}
@font-face {
  font-family: "TT-chocolate";
  src: url("../assets/fonts/ttchocolates-regular.ttf") format("truetype");
}
@font-face {
  font-family: "Forum-Regular";
  src: url("../assets/fonts/Forum-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Forum";
  src: url("../assets/fonts/Forum.woff2") format("woff2"), url("../assets/fonts/Forum.woff") format("woff"), url("../assets/fonts/Forum.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* COLOR */
@media (min-width: 2220px) {
  .header {
    height: 130px;
  }
  .header__scroll {
    height: 130px;
  }
  .header__burger-desktop {
    width: calc((1vw + 1vh) * 1.5);
    height: calc((1vw + 1vh) * 1.5);
  }
  .header__nav {
    gap: 50px;
  }
  .header__catalogue {
    gap: 10px;
  }
  .header__search svg {
    width: calc((1vw + 1vh) * 0.6);
    height: calc((1vw + 1vh) * 0.6);
  }
  .redirect {
    padding: 40px 40px !important;
  }
  .main-catalogue__tags-container {
    gap: 15px;
  }
  .main-company__subtitle {
    width: 700px;
  }
  .main-stocks__img-protetype {
    width: 100%;
    height: 100%;
  }
  .main-stocks__img::after {
    display: flex;
  }
  .main-news__item {
    height: 700px;
  }
  .slider-content h1 {
    width: 1000px;
    margin-top: 200px;
  }
  .main-news__send-block {
    height: 670px;
  }
  .reliz-projects__popup {
    width: 800px;
  }
  .main-catalogue__tags-container {
    width: 80%;
  }
}
@media (min-height: 1700px) {
  .main-news__item {
    height: 800px;
  }
  .main-stocks__img {
    height: 650px;
  }
  .consultation__content-subtitle {
    width: 700px;
  }
}
@media (max-width: 1920px) {
  .main-news__email {
    gap: 20px;
  }
  .main-news__data a,
  .main-stocks__text a {
    padding: 21px;
  }
  .main-news__data a img,
  .main-stocks__text a img {
    width: calc((1vw + 1vh) * 0.5);
  }
  .main-stocks__img {
    height: auto;
  }
}
@media (max-width: 1800px) {
  .main-catalogue__tags-container {
    width: 85%;
  }
}
@media (max-width: 1700px) {
  .catalogue__filters-view {
    flex-wrap: wrap;
    width: 45%;
    line-height: 100%;
    font-size: calc((1vw + 1vh) * 0.77);
  }
  .custom-select {
    margin-top: 2px;
  }
  .sale {
    display: flex;
    justify-content: center;
    align-items: center;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 1660px) {
  .main-news__send-block {
    height: 500px;
  }
  .main-catalogue__tags-container {
    width: 85%;
  }
}
@media (max-width: 1500px) {
  .main-catalogue__tags {
    width: 95%;
  }
  .redirect {
    right: -2vw;
  }
  .map__container-overlay {
    padding: 20px;
  }
}
@media (max-width: 1445px) {
  .header {
    height: 80px;
  }
  .header__nav {
    gap: 3.7vw;
  }
  .header__catalogue {
    margin-top: 3px;
    margin-left: -15px;
  }
  .header__container {
    width: 91.5%;
  }
  .slider-content {
    width: 91.5%;
  }
  .header__search {
    margin-top: 3px;
    margin-left: -15px;
  }
  .header__logo {
    margin-top: 3px;
  }
  .header__logo svg {
    width: calc((1vw + 1vh) * 7.6);
  }
  .header__contacts {
    margin-top: 5px;
    gap: 38px;
  }
  .header__lang {
    gap: 6px;
  }
  .header__search img {
    width: calc((1vw + 1vh) * 0.9);
  }
  .slider-content h1 {
    margin-top: 120px;
    margin-bottom: 20px;
    width: 600px;
    font-size: calc((1vw + 1vh) * 2.7);
  }
  .slider-content p {
    font-size: calc((1vw + 1vh) * 1.43);
  }
  .main-catalogue__container {
    margin: 100px 0 0 0;
    width: 91.5%;
  }
  .main-catalogue__nav {
    margin-top: 18px;
  }
  .main-catalogue__nav-tags {
    margin-bottom: 15px;
  }
  .main-catalogue__style {
    height: calc((1vw + 1vh) * 20.5);
  }
  .main-catalogue__tags-container {
    width: 85%;
  }
  .main-catalogue__style-content-title {
    font-size: calc((1vw + 1vh) * 1.8);
  }
  .main-catalogue__style-content-subtitle {
    font-size: calc((1vw + 1vh) * 0.7);
  }
  .main-company__container {
    width: 91.5%;
    margin-top: 85px;
  }
  .main-company__container .main-catalogue__nav-title {
    font-size: calc((1vw + 1vh) * 1.36);
  }
  .main-company__content {
    padding: 50px 140px 0 115px;
  }
  .main-company__content h2 {
    font-size: calc((1vw + 1vh) * 1.55);
    line-height: 115%;
  }
  .main-company__subtitle {
    margin-top: 0;
  }
  .main-company__subtitle p {
    font-size: calc((1vw + 1vh) * 0.7);
  }
  .main-company__subtitle .order-a-call__btn {
    margin-top: 23px;
    padding: 17.5px 35px;
    font-size: calc((1vw + 1vh) * 0.7);
  }
  .main-company__map {
    padding: 45px 35px 10px 25px;
  }
  .main-company__map-content {
    margin-top: 40px;
    gap: 35px;
    width: 100%;
    padding: 5px 75px 10px 90px;
  }
  .main-company__map-block-subtitle {
    margin-top: -15px;
    line-height: 160%;
    font-size: calc((1vw + 1vh) * 0.72);
  }
  .main-catalogue__nav-title {
    padding: 5px 24px;
    font-size: calc((1vw + 1vh) * 1.3);
    margin-bottom: 10px;
  }
  .main-catalogue__container h2 {
    line-height: 115%;
    width: 50%;
    font-size: calc((1vw + 1vh) * 1.8);
  }
  .services__container {
    margin-top: 80px;
    margin-bottom: 30px;
    width: 100%;
  }
  .services__header .main-catalogue__nav {
    width: 91.5%;
  }
  .services__items {
    overflow-y: hidden;
    padding-left: 4.25%;
    padding-right: 4.25%;
  }
  .services__header .order-a-call__btn {
    font-size: calc((1vw + 1vh) * 0.7);
    padding: 17.5px 35px;
  }
  .why-verona__block-img img {
    height: 52vh;
  }
  .services__item {
    width: 45vw;
    height: 70vh;
    padding: 35px 50px 40px 50px;
  }
  .services__item-header-name {
    font-size: calc((1vw + 1vh) * 1.55);
  }
  .services__item-content p {
    width: 73%;
    margin-top: 60px;
    font-size: calc((1vw + 1vh) * 0.7);
    line-height: 140%;
  }
  .services__item-content a {
    margin-top: 33px;
    font-size: calc((1vw + 1vh) * 0.65);
  }
  .services__svg-block-one,
  .services__svg-block-two,
  .services__svg-block-three,
  .services__svg-block-four,
  .services__svg-block-five,
  .services__svg-block-six {
    width: calc((1vw + 1vh) * 5);
  }
  .why-verona__container {
    width: 91.5%;
    margin-top: 80px;
    margin-bottom: 70px;
  }
  .why-verona__container .main-catalogue__nav-title {
    font-size: calc((1vw + 1vh) * 1.37);
    margin-bottom: 8px;
  }
  .why-verona__block {
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .why-verona__years {
    margin-left: 70px;
    font-size: calc((1vw + 1vh) * 4.9);
    margin-top: 0;
  }
  .why-verona__text {
    width: 60%;
    margin-top: -50px;
  }
  .why-verona__text p {
    line-height: 160%;
  }
  .why-verona__block-svg svg {
    width: 5vw;
  }
  .why-verona__block-content-two .why-verona__title {
    margin-top: -120px;
    width: 65%;
    margin-left: -10px;
    font-size: calc((1vw + 1vh) * 1.4);
  }
  .why-verona__block-content-two .why-verona__text {
    margin-top: 10px;
    width: 65%;
    font-size: calc((1vw + 1vh) * 0.7);
    line-height: 130%;
    margin-left: -10px;
  }
  .main-stocks__container {
    width: 91.5%;
    margin-top: 80px;
  }
  .main-stocks__container .main-catalogue__nav-title {
    margin-bottom: 14px;
  }
  .main-stocks__container .main-catalogue__nav-tags {
    margin-bottom: 20px;
    margin-left: -65px;
  }
  .main-news__data a, .main-stocks__text a {
    padding: 17.5px;
  }
  .main-news__email form label input {
    font-size: calc((1vw + 1vh) * 0.7);
  }
  .main-stocks__img {
    height: auto;
    width: calc((1vw + 1vh) * 24);
  }
  .main-stocks__item {
    padding: 10px 0 15px 0;
    width: 83%;
  }
  .main-stocks__content {
    padding: 10px 0 20px calc((1vw + 1vh) * 4);
  }
  .consultation__decor {
    width: 20px;
    height: 20px;
  }
  .main-stocks__text a {
    margin-right: -10px;
  }
  .main-news__container {
    width: 91.5%;
    margin-top: 60px;
  }
  .main-news__container .main-catalogue__nav-title {
    margin-bottom: 8px;
  }
  .main-news__block-item {
    padding: 23px 0 55px 0;
  }
  .main-news__send-block {
    height: 340px;
    padding: 30px 20px;
    margin-bottom: 110px;
  }
  .main-news__email-header span {
    font-size: calc((1vw + 1vh) * 1.6);
  }
  .main-news__email form label {
    width: 36vw;
  }
  .main-news__form-submit {
    width: 36vw;
  }
  .main-news__form-submit .consultation__box {
    margin-top: 10px;
  }
  .main-news__form-submit .main-news__btn {
    margin-top: -10px;
    font-size: calc((1vw + 1vh) * 0.7);
  }
  .main-news__form-submit .main-news__btn img {
    margin: 0 0 0 10px;
  }
  .main-news .consultation__info {
    font-size: calc((1vw + 1vh) * 0.55);
    text-align: left;
  }
  .main-news__item {
    height: 45vh;
    padding: 24px 20px 40px 24px;
  }
  .footer__nav {
    width: 65%;
  }
  .consultation__content {
    width: 50%;
  }
  .consultation__form {
    width: 50%;
  }
  .footer__privacy {
    width: 20%;
  }
  .footer__container {
    justify-content: space-between;
  }
  .footer__nav {
    width: 70%;
  }
  .footer__privacy-content {
    width: 100%;
  }
  .footer__title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .main-catalogue__tag {
    padding: 10px 18px;
  }
  .reliz-projects__popup {
    top: 18%;
    width: 430px;
    padding: 24px 27px;
  }
  .reliz-projects__description {
    font-size: calc((1vw + 1vh) * 0.6);
    margin-bottom: 5px;
  }
  .reliz-projects__materials p {
    font-size: calc((1vw + 1vh) * 0.6);
  }
  .pages__container {
    width: 91.5%;
  }
  .map__container {
    margin: 80px 0 100px 0;
  }
  .map__container-overlay {
    width: 19vw;
    height: 16vw;
    padding: 35px;
  }
  .map__container img {
    margin-top: 15px;
  }
  .consultation__container {
    width: 91.5%;
  }
  .consultation__content-title {
    font-size: calc((1vw + 1vh) * 2.7);
  }
  .consultation__content-subtitle {
    width: 450px;
    margin-top: 22px;
    font-size: calc((1vw + 1vh) * 0.63);
    line-height: 135%;
  }
  .consultation__form {
    margin-top: -5px;
  }
  .consultation__form form {
    width: 82%;
  }
  .consultation__box {
    margin-top: 78px;
  }
  .consultation__form label {
    margin-bottom: 28px;
  }
  .consultation__info {
    font-size: calc((1vw + 1vh) * 0.6);
  }
  .consultation__btn {
    margin-bottom: 17px;
    margin-top: 70px;
    padding: 5px 38px;
  }
  .consultation__btn img {
    width: calc((1vw + 1vh) * 0.6);
    height: calc((1vw + 1vh) * 0.6);
  }
  .consultation__call {
    width: 82%;
    margin-top: 135px;
  }
  .consultation__call a {
    font-size: calc((1vw + 1vh) * 1.35);
  }
  .consultation__call p {
    font-size: calc((1vw + 1vh) * 0.78);
  }
  .footer__subtitle {
    gap: 3px;
    width: 80%;
  }
  .consultation__content-website {
    margin-top: 32%;
    font-size: calc((1vw + 1vh) * 1.1);
  }
  .footer__container {
    width: 91.5%;
  }
  .footer__privacy {
    margin-top: 65px;
  }
  .footer__nav {
    margin-top: 85px;
    width: 75%;
    grid-template-columns: 1.2fr 1.2fr 1.05fr 0.85fr;
  }
  .footer__nav-interiors {
    margin-bottom: 24px;
  }
  .footer__nav-interiors .footer__nav-title-mini {
    font-size: calc((1vw + 1vh) * 0.75) !important;
    margin-bottom: 7.5px;
  }
  .footer__nav-title {
    font-size: calc((1vw + 1vh) * 0.9);
  }
  .footer__privacy-content {
    margin-left: -25px;
    height: 98%;
  }
  .footer__max-title {
    margin-top: 40px;
  }
  .footer__max-title .order-a-call__btn {
    font-size: calc((1vw + 1vh) * 0.7);
    padding: 14px 29px;
  }
  .footer__max-title .order-a-call__btn svg {
    width: calc((1vw + 1vh) * 0.7);
  }
  .reliz-projects__name {
    margin-top: 15px;
  }
  .slider-other {
    height: 87vh;
  }
  .slider-content__other {
    width: 91.5%;
  }
  .arrow-change-height {
    bottom: 70px;
    width: 80px;
    height: 80px;
  }
  .slider-content__other h1 {
    font-size: calc((1vw + 1vh) * 2.7);
  }
  .slider-content__other p {
    font-size: calc((1vw + 1vh) * 1.35);
    margin-bottom: 55px;
  }
  .component__container {
    width: 91.5%;
  }
  .catalogue__container {
    margin-top: 95px;
  }
  .catalogue__header {
    font-size: calc((1vw + 1vh) * 1.81);
  }
  .catalogue__selectors {
    margin-top: 30px;
    width: 100%;
  }
  .catalogue__selectors-button {
    padding: 4px 15px;
    font-size: calc((1vw + 1vh) * 0.75);
  }
  .catalogue__filters {
    margin-top: 95px;
  }
  .catalogue__filters-modifications {
    gap: 9px;
    font-size: calc((1vw + 1vh) * 0.71);
  }
  .catalogue__filters-view {
    flex-wrap: wrap;
    width: 45%;
    line-height: 105%;
    font-size: calc((1vw + 1vh) * 0.74);
  }
  .sale {
    margin-top: 2px;
  }
  .custom-select {
    margin-top: 3px;
  }
  .select-header {
    padding: 9px 24px;
  }
  .selected-value {
    font-size: calc((1vw + 1vh) * 0.69);
  }
  .select-header svg {
    width: 1vw;
    height: 1vw;
  }
  .catalogue__content {
    margin-top: 5px;
  }
  .catalogue__content-container {
    gap: 18px 16px;
  }
  .catalogue__loading {
    margin: 98px 0 100px 0;
  }
  .catalogue__loading-more {
    font-size: calc((1vw + 1vh) * 0.75);
  }
  .catalogue__loading-pagination {
    font-size: calc((1vw + 1vh) * 0.85);
  }
  .catalogue__loading-more svg {
    width: calc((1vw + 1vh) * 0.9);
  }
  .select-options {
    padding: 15px 20px;
  }
  .option {
    font-size: calc((1vw + 1vh) * 0.65);
  }
  .product-card {
    width: auto;
    margin-bottom: 0;
  }
  .product-card__photo {
    margin-top: 6px;
  }
  .product-card__photo-new {
    padding: 2px 13px;
  }
  .product-card__photo-new p {
    font-size: calc((1vw + 1vh) * 0.75);
  }
  .product-card__tag {
    padding: 5px 11px;
    left: 8px;
    bottom: 8px;
  }
  .product-card__tag p {
    font-size: calc((1vw + 1vh) * 0.7);
  }
  .product-card__content p {
    font-size: calc((1vw + 1vh) * 1.4);
    line-height: 100%;
  }
  .product-card__content {
    margin-top: 13px;
  }
  .product-card__finishing {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .product-card__finishing-container p {
    font-size: calc((1vw + 1vh) * 0.63);
  }
  .product-card__finishing-container .materials {
    padding: 5px 0 5px 5px;
  }
  .product-card__finishing-container .materials img {
    width: calc((1vw + 1vh) * 1.1);
    height: calc((1vw + 1vh) * 1.1);
  }
  .product-card__finishing-container .materials-counters {
    width: calc((1vw + 1vh) * 1.1);
    height: calc((1vw + 1vh) * 1.1);
  }
}
@media (max-width: 1400px) {
  .catalogue__selectors-button {
    padding: 2px 15px;
  }
}
@media (max-width: 1300px) {
  .header__number {
    display: none;
  }
  .main-company__content {
    padding: 50px 0 0 0;
  }
  .main-company__map {
    padding: 80px 0 0 0;
  }
  .services__item {
    width: 40vw;
  }
  .reliz-projects__popup {
    width: 450px;
  }
  .reliz-projects__location svg {
    width: calc((1vw + 1vh) * 0.7);
    height: auto;
  }
  .main-catalogue__style-content-title {
    font-size: calc((1vw + 1vh) * 1.7);
  }
  .main-catalogue__tags-container {
    width: 80%;
  }
}
@media (max-width: 1200px) {
  .more-selectors {
    padding: 10px 0;
  }
}
@media (max-width: 1050px) {
  .header__burger img {
    width: calc((1vw + 1vh) * 3);
  }
  .catalogue__selectors {
    gap: 0;
    width: 100vw;
  }
}
@media (min-width: 993px) {
  .footer__mobile {
    display: none;
  }
  .main-company__map-mobili {
    display: none;
  }
  .header__burger-mobile {
    display: none;
  }
  .mtwo-mobili {
    display: none;
  }
  .select-model {
    display: none;
  }
  .catalogue__selectors-mobili {
    display: none;
  }
}
@media (max-width: 992px) {
  .catalogue__selectors {
    width: 100%;
  }
  .redirect {
    right: -15vw;
  }
  .header__lang {
    display: none;
  }
  .reliz-projects__popup {
    width: 400px;
  }
  .header__contacts {
    margin-right: 6px;
  }
  .main-catalogue__nav-tags {
    display: none;
  }
  .main-catalogue__nav {
    margin-top: 50px;
    justify-content: center;
  }
  .main-company__header .main-catalogue__nav {
    justify-content: space-between;
  }
  .services__header .main-catalogue__nav {
    justify-content: space-between;
  }
  .main-stocks__container .main-catalogue__nav {
    justify-content: space-between;
  }
  .main-news__container .main-catalogue__nav {
    justify-content: space-between;
  }
  .map__container .main-catalogue__nav {
    justify-content: space-between;
  }
  .main-catalogue__nav-title {
    padding: 6px 30px;
  }
  .main-catalogue__container h2 {
    width: 87%;
  }
  .consultation__container {
    flex-direction: column;
  }
  .consultation {
    height: auto;
  }
  .consultation__content {
    width: 100%;
    border-right: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
  .consultation__content-title {
    width: 90%;
    text-align: center;
  }
  .consultation__content-subtitle {
    width: 45%;
    margin-top: 10px;
    text-align: center;
    font-size: calc((1vw + 1vh) * 0.65);
    font-weight: 400;
  }
  .consultation__content-website {
    margin-top: 40px;
    font-size: calc((1vw + 1vh) * 1.25);
  }
  .consultation__form {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .consultation__form form {
    width: 65%;
    margin-top: 65px;
  }
  .consultation__form label input {
    margin-bottom: 12px;
  }
  .consultation__form label {
    margin-bottom: 20px;
  }
  .consultation__box,
  .consultation__btn {
    margin-top: 40px;
  }
  .consultation__info {
    font-size: calc((1vw + 1vh) * 0.7);
  }
  .consultation__info br {
    display: none;
  }
  .consultation__call {
    width: 100%;
  }
  .footer__container {
    border-top: none;
  }
  .footer__privacy {
    display: none;
  }
  .footer__nav {
    display: none;
  }
  .footer__mobile {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .footer__mobile-item {
    display: flex;
    flex-direction: column;
  }
  .footer__mobile-item__button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(145, 132, 79);
    padding: 10px 0;
    font-size: calc((1vw + 1vh) * 1.4);
    font-family: "Forum", serif;
    color: rgb(145, 132, 79);
    cursor: pointer;
  }
  .footer__mobile-item__button svg {
    transition: transform 0.3s ease;
  }
  .footer__mobile .footer__nav-mobile {
    justify-content: space-between;
    margin-top: 32px;
    opacity: 0;
    display: none;
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease, opacity 0.3s ease;
  }
  .footer__mobile .footer__nav-mobile.active {
    display: flex;
  }
  .footer__mobile .footer__nav-title {
    font-size: calc((1vw + 1vh) * 1.3);
    margin-bottom: 19px;
  }
  .footer__mobile .footer__nav-interiors a {
    font-weight: 400;
  }
  .footer__mobile-web {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }
  .footer__mobile-web .footer__subtitle {
    text-align: center;
    font-size: calc((1vw + 1vh) * 0.65);
    margin: 30px 0;
  }
  .footer__contacts svg {
    width: calc((1vw + 1vh) * 3);
  }
  .main-news {
    overflow: hidden;
  }
  .main-news__block-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .main-news__block-wrapper::-webkit-scrollbar {
    display: none;
  }
  .main-news__block-item {
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .main-news__item {
    width: 40vw;
  }
  .main-news__container {
    margin-top: 40px;
  }
  .main-stocks__item {
    width: 100%;
    padding: 20px 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .main-stocks__img {
    width: 100%;
  }
  .main-stocks__content {
    width: 100%;
    padding: 10px 0 0 0;
  }
  .footer__max-title .order-a-call__btn {
    padding: 8px 12px;
    width: -moz-max-content;
    width: max-content;
  }
  .footer__max-title .order-a-call__btn svg {
    width: calc((1vw + 1vh) * 0.8);
  }
  .main-stocks__text p {
    width: 40%;
    margin-top: 30px;
  }
  .main-stocks__text p br {
    display: none;
  }
  .main-stocks__text a {
    padding: 15px;
  }
  .main-stocks__text a img {
    width: calc((1vw + 1vh) * 0.5);
  }
  .consultation__btn {
    padding: calc((1vw + 1vh) * 0.3) calc((1vw + 1vh) * 1.4);
  }
  .main-news__container {
    margin-top: 0;
  }
  .main-news__send-block {
    height: auto;
    flex-direction: column;
  }
  .main-news__email {
    gap: 100px;
  }
  .main-news__email form label {
    width: 100%;
  }
  .main-news__form-submit {
    width: 100%;
    justify-content: space-between;
  }
  .main-news__btn {
    padding: 0;
    align-items: center;
  }
  .main-news__decor {
    width: 15px;
    height: 15px;
    margin-bottom: 0;
  }
  .main-news__img {
    margin-top: 30px;
    width: 100%;
    height: 400px;
  }
  .why-verona__container {
    margin-top: 0;
    margin-bottom: 50px;
  }
  .main-news__item {
    width: 60vw;
    height: 40vh;
  }
  .consultation__form {
    margin-bottom: 30px;
  }
  .map__container-overlay {
    width: 20vw;
  }
  .map__container {
    margin: 20px 0 20px 0;
  }
  .main-catalogue__style-content-subtitle {
    margin-bottom: 10px;
  }
  .main-catalogue__content {
    flex-direction: column;
  }
  .main-catalogue__style {
    width: 100%;
    height: calc((1vw + 1vh) * 29);
  }
  .main-catalogue__style-content-title {
    font-size: calc((1vw + 1vh) * 2);
  }
  .main-company__map-desktop {
    display: none;
  }
  .header__catalogue-text {
    font-size: calc((1vw + 1vh) * 0.8);
  }
  .header {
    height: 75px;
  }
  .header__search {
    margin-left: -8px;
  }
  .header__order-a-call p {
    font-size: calc((1vw + 1vh) * 0.8);
    margin-right: 10px;
    font-weight: 350;
    letter-spacing: 0.04rem;
  }
  .header__order-a-call svg {
    width: calc((1vw + 1vh) * 1);
  }
  .services__container {
    gap: 15px;
  }
  .main-company__content {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .main-company__content h2 {
    width: 90%;
    font-size: calc((1vw + 1vh) * 1.9);
  }
  .main-news__block-item {
    padding: 15px 0 80px 0;
  }
  .main-news__send-block {
    padding: 30px 25px;
  }
  .main-news__email {
    gap: 108px;
  }
  .main-news__email form label input {
    font-size: calc((1vw + 1vh) * 0.8);
  }
  .main-news__email form label {
    margin-bottom: 20px;
  }
  .main-news .consultation__info {
    width: 65%;
    font-size: calc((1vw + 1vh) * 0.55);
  }
  .main-news__form-submit .consultation__box {
    margin-top: 0;
  }
  .main-news__form-submit .main-news__btn {
    font-size: calc((1vw + 1vh) * 0.85);
    margin-top: -25px;
  }
  .main-news__form-submit .main-news__btn svg {
    width: calc((1vw + 1vh) * 0.5);
    height: calc((1vw + 1vh) * 0.5);
  }
  .main-news__img {
    margin-top: 60px;
    height: 325px;
  }
  .main-news__container {
    margin-bottom: -30px;
  }
  .reliz-projects__container img {
    height: 38.5vh;
  }
  .main-news__email-header span {
    font-size: calc((1vw + 1vh) * 1.9);
    line-height: 120%;
  }
  .main-news__email-header p {
    font-size: calc((1vw + 1vh) * 0.87);
  }
  .main-news__item {
    height: 33vh;
    padding: 24px 20px 32px 24px;
  }
  .main-news__data p {
    font-size: calc((1vw + 1vh) * 0.9);
  }
  .main-news__text {
    font-size: calc((1vw + 1vh) * 1.63);
    width: 80%;
  }
  .main-company__subtitle {
    margin-top: 20px;
    width: 60%;
    justify-content: center;
    align-items: center;
  }
  .main-company__subtitle p {
    font-size: calc((1vw + 1vh) * 0.85);
    font-weight: 300;
  }
  .main-company__subtitle .order-a-call__btn {
    font-size: calc((1vw + 1vh) * 0.85);
    padding: 13px 28px;
  }
  .main-company__map {
    padding: 50px 0 0 0;
  }
  .main-company__map svg {
    width: 108%;
  }
  .order-a-call__btn {
    width: 155px;
    padding: 10px 12px;
  }
  .order-a-call__btn svg {
    margin: 0;
  }
  .main-company__map-desktop {
    display: none;
  }
  .main-company__map-content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    width: 100%;
    gap: 25px 40px;
    padding: 5px 100px 0 110px;
  }
  .main-company__map-block-subtitle {
    margin-top: -10px;
  }
  .main-company__map-block {
    align-items: center;
    justify-content: start;
    text-align: center;
  }
  .main-company__map-block-title {
    font-size: calc((1vw + 1vh) * 2.2);
  }
  .services__header .order-a-call__btn {
    font-size: calc((1vw + 1vh) * 0.85);
    padding: 11px 24px;
    margin-top: 5px;
  }
  .services__header .order-a-call__btn svg {
    width: calc((1vw + 1vh) * 0.65);
    height: calc((1vw + 1vh) * 0.65);
  }
  .services__items {
    gap: 15px;
  }
  .services__container {
    margin-bottom: 10px;
  }
  .services__item {
    width: calc((1vw + 1vh) * 31);
    height: calc((1vw + 1vh) * 27);
    padding: 40px 50px 40px 50px;
  }
  .services__item-header-counter {
    font-size: calc((1vw + 1vh) * 5.2);
    margin-top: -5px;
  }
  .why-verona__container .main-catalogue__nav {
    margin-top: 83px;
  }
  .services__item-header-name {
    font-size: calc((1vw + 1vh) * 1.9);
    margin-top: 0;
  }
  .services__item-content p {
    font-size: calc((1vw + 1vh) * 0.85);
    width: 67%;
    margin-top: 50px;
    margin-left: -5px;
  }
  .services__item-content a {
    font-size: calc((1vw + 1vh) * 0.75);
    margin-left: -5px;
    margin-top: 30px;
  }
  .services__svg-block-one,
  .services__svg-block-two,
  .services__svg-block-three,
  .services__svg-block-four,
  .services__svg-block-five,
  .services__svg-block-six {
    width: calc((1vw + 1vh) * 5.5);
    margin-top: -53px;
  }
  .block-two {
    margin-bottom: 30px !important;
  }
  .main-catalogue__tag {
    font-size: calc((1vw + 1vh) * 1);
  }
  .why-verona__block {
    flex-direction: column;
    justify-content: center;
    align-items: end;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .why-verona__block-img {
    order: 1;
    width: 100%;
  }
  .why-verona__block-img img {
    height: 42.5vh;
  }
  .why-verona__block-content {
    width: 75%;
    align-items: start;
    margin-top: 40px;
    order: 2;
    gap: 30px;
  }
  .why-verona__block-content-two {
    width: 65%;
    margin-top: 48px;
    align-items: start;
    order: 2;
  }
  .why-verona__block-content-two .why-verona__title {
    margin-top: -20px;
    line-height: 105%;
    width: 85%;
    margin-left: -3px;
    font-size: calc((1vw + 1vh) * 1.65);
  }
  .why-verona__block-content-two .why-verona__text {
    width: 95%;
    margin-left: -3px;
  }
  .why-verona__block-svg svg {
    width: 10vw;
    margin-top: -15px;
  }
  .why-verona__text {
    width: 80%;
    margin-top: 0;
  }
  .why-verona__text p {
    font-size: calc((1vw + 1vh) * 0.85);
    line-height: 140%;
  }
  .why-verona__title {
    width: 80%;
  }
  .main-production {
    flex-direction: column;
    height: auto;
  }
  .main-production__item {
    height: 45.3vh;
  }
  .main-production__title {
    margin-bottom: 16px;
  }
  .main-production__text {
    opacity: 1;
    left: 0;
    top: auto;
    bottom: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: start;
    margin-left: 30px;
    justify-content: end;
    transform: none;
    line-height: 150%;
    white-space: wrap;
  }
  .main-production__title-two {
    line-height: 110%;
    font-size: calc((1vw + 1vh) * 1.9);
    width: 330px;
  }
  .main-production__title-two br {
    display: none;
  }
  .mp-t-three {
    width: 100%;
    height: 100%;
  }
  .mp-t-three .main-production__subtitle {
    width: 300px;
  }
  .mp-t-three .main-production__subtitle br {
    display: none;
  }
  .main-stocks__container .main-catalogue__nav {
    margin-top: 82px;
  }
  .main-production__title-three {
    line-height: 120%;
    margin-top: 50px;
    font-size: calc((1vw + 1vh) * 1.9);
  }
  .main-production__title {
    width: 200px;
    font-size: calc((1vw + 1vh) * 1.85);
    line-height: 110%;
  }
  .main-production__subtitle {
    line-height: 130%;
    font-size: calc((1vw + 1vh) * 0.85);
  }
  .main-production .mp-t-three {
    top: auto !important;
  }
  .main-company__container {
    margin-top: 30px;
  }
  .services__container {
    margin-top: 0;
  }
  .consultation__box {
    align-items: start;
  }
  .consultation__btn {
    font-size: calc((1vw + 1vh) * 0.85);
    gap: 15px;
  }
  .consultation__btn img {
    width: calc((1vw + 1vh) * 0.6);
    height: calc((1vw + 1vh) * 0.6);
  }
  .footer__mobile {
    margin-top: 18px;
    gap: 18px;
  }
  .footer__mobile-web {
    margin-top: 40px;
  }
  .footer__mobile-web .footer__subtitle {
    margin: 40px 0 20px 0;
    gap: 8px;
  }
  .footer__max-title .order-a-call__btn {
    font-size: calc((1vw + 1vh) * 0.85);
    gap: 10px;
  }
  .footer__max-title .order-a-call__btn svg {
    width: calc((1vw + 1vh) * 0.6);
    height: calc((1vw + 1vh) * 0.6);
  }
  .footer__max-title {
    margin-top: 0;
  }
  .footer__mobile .footer__nav-interiors a {
    margin-bottom: 9.2px;
    font-size: calc((1vw + 1vh) * 0.75);
  }
  .footer__mobile-item__button {
    font-size: calc((1vw + 1vh) * 1.65);
    padding: 5px 0;
  }
  .footer__nav-2 {
    margin-left: -50px;
  }
  .consultation__checkbox-input,
  .consultation__decor {
    margin-bottom: 0;
  }
  .consultation__call {
    margin-top: 55px;
  }
  .consultation__call a {
    font-size: calc((1vw + 1vh) * 1.65);
  }
  .consultation__call p {
    font-size: calc((1vw + 1vh) * 0.95);
  }
  .header__burger-desktop {
    display: none;
  }
  .header__burger-mobile {
    width: calc((1vw + 1vh) * 3) !important;
    margin-left: -5px;
    margin-top: 3px;
  }
  .header__catalogue {
    margin-left: -5px;
  }
  .main-stocks__container {
    margin-top: 0;
  }
  .main-stocks__item {
    padding: 15px 0;
  }
  .main-stocks__blocks-items {
    margin-bottom: 10px;
  }
  .main-news__container .main-catalogue__nav {
    margin-top: 50px;
  }
  .main-stocks__date {
    font-size: calc((1vw + 1vh) * 1.1);
  }
  .main-stocks__content {
    padding: 15px 0 10px 0;
  }
  .main-stocks__text {
    margin-top: 65px;
  }
  .main-stocks__text p {
    width: 65%;
    font-size: calc((1vw + 1vh) * 1.65);
  }
  .main-stocks__text a {
    margin-right: 0;
    padding: 25px;
  }
  .reliz-projects__slide {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .reliz-projects__popup {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    padding: 25px 20%;
  }
  .reliz-projects__location {
    font-size: calc((1vw + 1vh) * 1.2);
    margin-bottom: 17px;
  }
  .reliz-projects__name {
    font-size: calc((1vw + 1vh) * 1.6);
    margin-top: 0;
  }
  .reliz-projects__description {
    font-size: calc((1vw + 1vh) * 0.8);
    font-weight: 300;
  }
  .materials img {
    width: calc((1vw + 1vh) * 2);
    height: calc((1vw + 1vh) * 2) !important;
  }
  .reliz-projects__materials p {
    font-size: calc((1vw + 1vh) * 0.8);
  }
  .map__container img {
    height: 72vh;
  }
  .map__container-overlay {
    width: 38vw;
    height: 30vw;
    right: 4.5vw;
    bottom: 3%;
  }
  .map__container-overlay p {
    font-size: calc((1vw + 1vh) * 1.6);
  }
  .map__container-overlay .more-detailed {
    margin-bottom: -10px;
  }
  .consultation__container {
    margin-top: 65px;
  }
  .consultation__content-subtitle {
    font-size: calc((1vw + 1vh) * 0.78);
    width: 65%;
    margin-top: 20px;
  }
  .consultation__content-website {
    margin-top: 25px;
  }
  .why-verona__container .main-catalogue__nav-title {
    font-size: calc((1vw + 1vh) * 1.68);
  }
  .reliz-projects__materials {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .reliz-projects {
    height: 87vh;
  }
  .reliz-projects__description {
    margin-bottom: 25px;
  }
  .more-detailed {
    font-size: calc((1vw + 1vh) * 0.9);
  }
  .more-detailed svg {
    width: calc((1vw + 1vh) * 0.7) !important;
  }
  .slider-content {
    align-items: center;
    text-align: center;
  }
  .slider-content h1 {
    width: 70%;
    margin-top: 173px;
  }
  .main-catalogue__container {
    margin: 110px 0 0 0;
  }
  .main-catalogue__container h2 {
    width: 88%;
    font-size: calc((1vw + 1vh) * 2.15);
    line-height: 110%;
  }
  .main-catalogue__nav {
    margin-top: 76px;
  }
  .map__container {
    margin: 15px 0 20px 0;
  }
  .main-catalogue__style {
    height: calc((1vw + 1vh) * 26);
  }
  .main-catalogue__style-content {
    padding: 17px 44px;
  }
  .main-catalogue__style-content-title {
    font-size: calc((1vw + 1vh) * 2.15);
  }
  .main-catalogue__style-content-subtitle {
    font-size: calc((1vw + 1vh) * 0.87);
  }
  .main-catalogue__nav-title {
    font-size: calc((1vw + 1vh) * 1.7);
    padding: 3px 24px;
  }
  .main-company__container {
    margin-top: 8px;
  }
  .main-company .main-catalogue__nav-title {
    font-size: calc((1vw + 1vh) * 1.7);
    padding: 3px 24px;
  }
  .mtwo {
    display: none;
  }
  .slider-other {
    height: 100vh;
  }
  .slide-parallax-other img {
    height: 100vh;
  }
  .slider-content__other {
    align-items: center;
  }
  .slider-content__other h1 {
    font-size: calc((1vw + 1vh) * 2.8);
  }
  .slider-content__other p {
    font-size: calc((1vw + 1vh) * 1.68);
    margin-bottom: 60px;
  }
  .arrow-change-height {
    position: relative;
    bottom: 38px;
  }
  .catalogue__container {
    margin-top: 75px;
    width: 93.5%;
  }
  .catalogue__header {
    font-size: calc((1vw + 1vh) * 1.9);
  }
  .catalogue__filters-view {
    display: none;
  }
  .catalogue__filters-modifications {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .selected-value {
    font-size: calc((1vw + 1vh) * 0.75);
  }
  .select-header {
    padding: 9px 20px;
  }
  .catalogue__filters-container {
    margin-bottom: 20px;
  }
  .catalogue__content-container {
    grid-template-columns: 1fr 1fr;
    gap: 17px 16px;
  }
  .catalogue__selectors {
    display: none;
  }
  .catalogue__selectors-mobili {
    margin-top: 22px;
  }
  .catalogue__selectors-mobili-button {
    padding: 8px 24px;
  }
  .catalogue__filters {
    margin-top: 40px;
  }
  .catalogue__filters-modifications {
    gap: 8px;
  }
  .sale {
    font-size: calc((1vw + 1vh) * 0.75);
  }
  .catalogue__filters-container {
    margin-top: 14px;
  }
  .catalogue__loading {
    width: 100%;
    margin: 73px 0 11px 0;
    padding: 0 5px;
  }
  .catalogue__loading-more {
    font-size: calc((1vw + 1vh) * 0.85);
  }
  .catalogue__loading-more svg {
    width: calc((1vw + 1vh) * 1.05);
  }
  .catalogue__loading-pagination {
    font-size: calc((1vw + 1vh) * 1.05);
  }
  .product-card__container {
    width: 94%;
  }
  .product-card__photo {
    padding-bottom: 64%;
  }
  .product-card__photo-new {
    padding: 0 4px;
  }
  .product-card__photo-new p {
    font-size: calc((1vw + 1vh) * 0.88);
  }
  .product-card__tag {
    left: 5px;
    bottom: 5px;
  }
  .product-card__tag p {
    font-size: calc((1vw + 1vh) * 0.65);
  }
  .product-card__content p {
    font-size: calc((1vw + 1vh) * 1.66);
  }
  .product-card__finishing-container .materials img {
    height: calc((1vw + 1vh) * 1.1) !important;
  }
  .product-card__finishing-container p {
    font-size: calc((1vw + 1vh) * 0.79);
  }
  .product-card__finishing {
    margin-top: 5px;
  }
  .product-card__finishing-container .materials-counters {
    margin-left: -20px;
  }
}
@media (max-width: 725px) {
  .select-header {
    padding: 9px 15px;
  }
  .sale {
    padding: 9px 15px;
  }
  .selected-value {
    font-size: calc((1vw + 1vh) * 0.7);
  }
}
@media (max-width: 600px) {
  .header__search {
    display: none;
  }
}
@media (min-width: 481px) {
  .order-a-call__btn-desktop {
    display: none;
  }
  .filters-modal {
    display: none;
  }
}
@media (max-width: 480px) {
  .services__header .order-a-call__btn,
  .main-stocks__container .more-detailed,
  .main-news__container .more-detailed,
  .map__container .more-detailed,
  .main-company__header .more-detailed {
    display: none;
  }
  .main-stocks__container .order-a-call__btn-desktop,
  .main-news__container .order-a-call__btn-desktop,
  .main-company__header .order-a-call__btn-desktop {
    margin-top: -10px;
  }
  .main-stocks__img {
    height: 27vh;
  }
  .main-stocks__img img {
    height: 100%;
    background-position: center;
  }
  .main-catalogue__container {
    width: 90%;
  }
  .main-catalogue__nav {
    margin-top: 25px;
  }
  .main-news__container .main-catalogue__nav {
    margin-top: 20px;
  }
  .main-news__block-item {
    padding: 5px 0 80px 0;
  }
  .main-stocks__content {
    padding: 10px 0;
  }
  .main-stocks__text {
    margin-top: -8px;
  }
  .main-stocks__text p {
    font-size: calc((1vw + 1vh) * 2.05);
  }
  .main-stocks__text a {
    padding: 12px;
  }
  .main-stocks__date {
    font-size: calc((1vw + 1vh) * 1.4);
  }
  .main-catalogue__nav-title {
    font-size: calc((1vw + 1vh) * 2);
    padding: 4.5px 14px;
    margin-bottom: 8px;
  }
  .main-company__container {
    width: 90%;
    margin-top: 10px;
  }
  .main-company__content {
    padding: 30px 0 0 0;
  }
  .main-company__content h2 {
    font-size: calc((1vw + 1vh) * 2.15);
  }
  .main-company .main-catalogue__nav-title {
    font-size: calc((1vw + 1vh) * 2);
    padding: 5px 16px;
    margin-bottom: 8px;
  }
  .main-catalogue__content {
    margin-top: 8px;
    gap: 8px;
  }
  .main-catalogue__style-content {
    padding: 20px 20px;
  }
  .main-catalogue__style-content-title {
    font-size: calc((1vw + 1vh) * 2.6);
    text-align: left;
  }
  .main-catalogue__style-content-subtitle,
  .main-catalogue__tags {
    display: none;
  }
  .order-a-call__btn-desktop {
    display: flex;
    height: 100%;
    margin-top: 12px;
  }
  .order-a-call__btn-desktop svg {
    width: calc((1vw + 1vh) * 1.4);
    height: calc((1vw + 1vh) * 1.4) !important;
  }
  .why-verona__block {
    margin-bottom: 50px;
  }
  .why-verona__block-content {
    order: 1;
    flex-direction: column;
    width: 100%;
    gap: 5px;
    margin-top: 10px;
  }
  .why-verona__years {
    width: 100%;
    padding: 0;
    margin: 0;
    font-size: calc((1vw + 1vh) * 7.5);
    line-height: 100%;
  }
  .why-verona__text {
    width: 98%;
  }
  .why-verona__text p {
    font-size: calc((1vw + 1vh) * 1.3);
    line-height: 150%;
  }
  .why-verona__block-svg {
    order: 2;
    width: 100%;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .why-verona__block-svg svg {
    width: 19vw;
  }
  .why-verona__block-svg-one {
    width: 25vw !important;
  }
  .why-verona__block-img img {
    height: 35vh;
  }
  .why-verona__block-content-two {
    order: 1;
    margin-top: 0;
  }
  .why-verona__block-content-two .why-verona__title {
    font-size: calc((1vw + 1vh) * 2);
    margin-left: 0;
    line-height: 100%;
  }
  .why-verona__block-content-two .why-verona__text {
    width: 95%;
    margin-bottom: 20px;
  }
  .why-verona__block-img {
    order: 2;
  }
  .why-verona__block-content-two {
    width: 100%;
    align-items: start;
  }
  .header__burger-mobile {
    margin-left: 0;
  }
  .why-verona__title {
    width: 70%;
    font-size: calc((1vw + 1vh) * 1.4);
    display: flex;
    align-items: center;
  }
  .why-verona__block {
    margin-top: 0;
  }
  .why-verona__text {
    width: 100%;
    font-size: calc((1vw + 1vh) * 0.9);
  }
  .reliz-projects__pagination p {
    width: auto;
  }
  .main-news .consultation__info {
    width: 100%;
    font-size: calc((1vw + 1vh) * 1);
  }
  .main-news__form-submit .main-news__btn {
    font-size: calc((1vw + 1vh) * 1.4);
    margin-top: 10px;
  }
  .main-news__form-submit .main-news__btn svg {
    width: calc((1vw + 1vh) * 1);
    height: calc((1vw + 1vh) * 1);
    margin: 0 10px;
  }
  .main-news__img {
    margin-top: 30px;
    height: 24vh;
  }
  .header__catalogue,
  .header__search,
  .header__order-a-call p {
    display: none;
  }
  .header {
    height: 55px;
  }
  .header__container {
    width: 91.5%;
  }
  .header__nav {
    margin-left: 0;
  }
  .header__burger img {
    width: calc((1vw + 1vh) * 3) !important;
  }
  .header__order-a-call svg {
    width: calc((1vw + 1vh) * 2.2);
    margin-right: 0;
  }
  .header__logo svg {
    width: calc((1vw + 1vh) * 9);
  }
  .main-company__map-block-title {
    font-size: calc((1vw + 1vh) * 2.6);
  }
  .slider-content h1 {
    font-size: calc((1vw + 1vh) * 3.2);
    margin-top: 0;
    margin-bottom: 0;
  }
  .slider-content p {
    font-size: calc((1vw + 1vh) * 1.85);
    letter-spacing: 0.1rem;
    margin-top: 5px;
  }
  .slider-content h1, p {
    width: 95%;
  }
  .main-catalogue__container {
    margin: 42px 0 0 0;
  }
  .main-catalogue__container h2 {
    font-size: calc((1vw + 1vh) * 2.5);
    line-height: 120%;
  }
  .main-catalogue__style {
    height: calc((1vw + 1vh) * 23.5);
  }
  .main-company__content h2 {
    width: 100%;
  }
  .main-company__subtitle {
    width: 99%;
  }
  .main-company__subtitle p {
    font-size: calc((1vw + 1vh) * 1.38);
  }
  .slider-content {
    justify-content: center;
  }
  .main-company__subtitle .order-a-call__btn {
    font-size: calc((1vw + 1vh) * 1.35);
    margin-top: 17px;
    padding: 11px 20px;
    gap: 16px;
  }
  .main-company__subtitle .order-a-call__btn svg {
    width: calc((1vw + 1vh) * 1.25);
    height: calc((1vw + 1vh) * 1.25);
  }
  .main-company__map {
    padding: 35px 0 0 0;
  }
  .main-company__map-content {
    padding: 0 55px 20px 55px;
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 2px;
    margin-bottom: 4vh;
  }
  .main-company__map svg {
    width: 105%;
  }
  .main-company__map-block-subtitle {
    margin-top: -2px;
    font-size: calc((1vw + 1vh) * 1.35);
  }
  .services__container {
    margin-top: 15px;
    margin-bottom: 0;
    gap: 8px;
  }
  .services__items {
    flex-direction: column;
    gap: 8px;
  }
  .services__item {
    width: 100%;
    height: 17.5vh;
    padding: 15px 18px;
  }
  .services__scroll-wrapper {
    margin-bottom: 40px;
  }
  .services__item-header-counter {
    font-size: calc((1vw + 1vh) * 2.1);
    margin-top: 3px;
  }
  .services__item-content p {
    display: none;
  }
  .services__item-header {
    border-bottom: none;
    justify-content: start;
    position: absolute;
    height: auto;
    min-height: auto;
  }
  .services__item-header p {
    margin-top: 2px;
    margin-left: 13px;
    text-align: start;
    width: 60%;
    font-size: calc((1vw + 1vh) * 2);
  }
  .services__item-header-counter {
    width: auto;
  }
  .services__svg-block {
    align-items: start;
    height: auto;
    margin-top: 0;
    justify-content: right;
  }
  .services__svg-block-one,
  .services__svg-block-two,
  .services__svg-block-three,
  .services__svg-block-four,
  .services__svg-block-five,
  .services__svg-block-six {
    width: calc((1vw + 1vh) * 4);
  }
  .services__item-content a {
    height: 100%;
    align-items: end;
    justify-content: start;
    margin-left: 20px;
    margin-bottom: 5px;
    font-size: calc((1vw + 1vh) * 1.3);
    gap: 8px;
  }
  .services__item-content a svg {
    width: calc((1vw + 1vh) * 1.2) !important;
    margin-bottom: 5px;
  }
  .services-two .services__item-header,
  .services-three .services__item-header,
  .services-four .services__item-header,
  .services-five .services__item-header,
  .services-six .services__item-header {
    border: none;
  }
  .why-verona__container .main-catalogue__nav-title {
    font-size: calc((1vw + 1vh) * 2.05);
  }
  .why-verona__container .main-catalogue__nav {
    margin-top: 42px;
  }
  .main-stocks__container .main-catalogue__nav {
    margin-top: 30px;
  }
  .main-production__title-two {
    width: 290px !important;
    font-size: calc((1vw + 1vh) * 2.2) !important;
  }
  .main-production__title-three {
    width: 200px !important;
    font-size: calc((1vw + 1vh) * 2.2) !important;
    margin-bottom: 12px;
    margin-top: 18px !important;
  }
  .main-production__title-three br {
    display: none;
  }
  .mp-t-three .main-production__subtitle {
    width: 285px !important;
  }
  .why-verona__container {
    width: 90%;
    margin-bottom: 5px;
  }
  .main-stocks__container {
    margin-top: 8px;
  }
  .main-stocks__item {
    padding: 4px 0;
  }
  .main-news__block-item {
    gap: 10px;
    padding: 10px 0 37px 0;
  }
  .main-news__item {
    width: 75vw;
    height: 33.5vh;
    padding: 8px 15px 15px 15px;
  }
  .main-news__send-block {
    padding: 20px 15px;
    margin-bottom: 70px;
  }
  .main-news__email-header span {
    font-size: calc((1vw + 1vh) * 2.2);
    line-height: 115%;
    margin-bottom: 5px;
  }
  .main-news__email {
    gap: 35px;
  }
  .main-news__data a, .main-stocks__text a {
    padding: 15px;
  }
  .main-news__data a svg, .main-stocks__text a svg {
    width: calc((1vw + 1vh) * 0.6);
    height: calc((1vw + 1vh) * 0.6);
  }
  .main-news__text {
    width: 85%;
    font-size: calc((1vw + 1vh) * 1.75);
  }
  .reliz-projects__popup .main-catalogue__nav-title {
    font-size: calc((1vw + 1vh) * 2.05);
    padding: 5px 15px;
    margin-bottom: 5px;
  }
  .reliz-projects__location {
    font-size: calc((1vw + 1vh) * 1.7);
  }
  .reliz-projects__location svg {
    width: calc((1vw + 1vh) * 1.25);
  }
  .reliz-projects__description {
    font-size: calc((1vw + 1vh) * 1.35);
    line-height: 140%;
    margin-bottom: 8px;
  }
  .reliz-projects__materials {
    padding: 3px 5px;
    margin-bottom: 30px;
  }
  .reliz-projects__popup .more-detailed {
    font-size: calc((1vw + 1vh) * 1.3) !important;
    gap: 10px;
    margin-bottom: 22px;
  }
  .reliz-projects__popup .more-detailed img {
    width: calc((1vw + 1vh) * 1.2) !important;
  }
  .reliz-projects__pagination {
    margin-bottom: 8px;
  }
  .reliz-projects__pagination p {
    font-size: calc((1vw + 1vh) * 2);
  }
  .reliz-projects__pagination img {
    width: calc((1vw + 1vh) * 1.6) !important;
  }
  .reliz-projects__materials p {
    font-size: calc((1vw + 1vh) * 1.35);
  }
  .materials img {
    width: calc((1vw + 1vh) * 2.5);
    height: calc((1vw + 1vh) * 2.5) !important;
  }
  .reliz-projects__name {
    font-size: calc((1vw + 1vh) * 2);
  }
  .main-production__text {
    width: 100%;
    margin-left: 15px;
  }
  .main-production__subtitle {
    font-size: calc((1vw + 1vh) * 1.35);
  }
  .map__container {
    margin: 112px 0 20px 0;
  }
  .map__container img {
    margin-top: 5px;
    height: 61.8vh;
  }
  .map__container .order-a-call__btn-desktop {
    margin-top: -15px !important;
  }
  .main-production__title {
    font-size: calc((1vw + 1vh) * 2.3);
    width: 170px;
    margin-bottom: 10px;
  }
  .main-production__item {
    height: 53vh;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: left;
  }
  .main-news__email p {
    font-size: calc((1vw + 1vh) * 1.3);
    font-weight: 400;
  }
  .main-news__email form label input,
  .main-news__btn {
    font-size: calc((1vw + 1vh) * 1.4);
    margin-bottom: 5px;
  }
  .main-news__form-submit {
    flex-direction: column;
  }
  .main-news__info {
    font-size: calc((1vw + 1vh) * 1);
  }
  .main-news__email form label {
    width: 100% !important;
    margin-bottom: 10px;
  }
  .main-news .consultation__decor {
    width: 20px;
    height: 20px;
    align-items: center;
    margin-left: 0;
  }
  .main-news .consultation__decor .check-icon {
    width: 8px;
    height: 8px;
  }
  .main-news__btn img {
    width: calc((1vw + 1vh) * 0.8);
    height: calc((1vw + 1vh) * 0.8);
  }
  .main-news__decor {
    height: 25px;
    width: 25px;
    margin-top: 5px;
  }
  .main-news__box {
    align-items: start;
  }
  .consultation__content-subtitle {
    width: 85%;
    font-size: calc((1vw + 1vh) * 1);
    margin-top: 6px;
  }
  .consultation__content-title {
    width: 80%;
    line-height: 120%;
  }
  .consultation__form form {
    width: 100%;
  }
  .consultation__form-submit {
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
  }
  .consultation__form-submit .consultation__box {
    justify-content: center;
  }
  .consultation__call {
    margin-top: 50px;
  }
  .map__container-overlay {
    position: relative;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    order: 3;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 12vh;
    padding: 0 18px;
  }
  .map__container-overlay p {
    font-size: calc((1vw + 1vh) * 2);
  }
  .map__container-overlay .more-detailed {
    display: flex !important;
    white-space: nowrap;
    margin-top: 10px;
    font-size: calc((1vw + 1vh) * 1.4);
  }
  .map__container-overlay .more-detailed img {
    width: calc((1vw + 1vh) * 1) !important;
  }
  .more-detailed {
    font-size: calc((1vw + 1vh) * 1);
  }
  .more-detailed img {
    width: calc((1vw + 1vh) * 0.7) !important;
  }
  .reliz-projects__popup {
    padding: 10px 4%;
  }
  .consultation__container {
    margin-top: 20px;
  }
  .consultation__content-title {
    font-size: calc((1vw + 1vh) * 3.1);
    line-height: 118%;
  }
  .consultation__content-website {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
  }
  .consultation__content-website p {
    order: 1;
    flex-basis: 100%;
    font-size: calc((1vw + 1vh) * 1.8);
  }
  .consultation__content-website a {
    order: 2;
    font-size: calc((1vw + 1vh) * 1.8);
  }
  .consultation__form form {
    margin-top: 35px;
  }
  .consultation__form form label {
    margin-bottom: 12px;
  }
  .consultation__form form label input {
    font-size: calc((1vw + 1vh) * 1.9);
    margin-bottom: 5px;
  }
  .consultation__form-submit label {
    margin-top: 13px;
  }
  .consultation__info {
    font-size: calc((1vw + 1vh) * 1.05);
    text-align: center;
    margin-left: 0;
  }
  .consultation__info .accent-gold {
    color: rgb(0, 0, 0) !important;
  }
  .consultation__decor {
    height: 23px;
    width: 23px;
    margin-bottom: 2px;
    margin-left: 30px;
  }
  .consultation__decor .check-icon {
    width: 10px;
    height: 10px;
  }
  .consultation__form {
    margin-bottom: 17px;
  }
  .consultation__btn {
    margin-top: 10px;
    font-size: calc((1vw + 1vh) * 1.6);
    padding: 10px 20px;
  }
  .consultation__btn svg {
    width: calc((1vw + 1vh) * 1);
    height: calc((1vw + 1vh) * 1);
  }
  .consultation__call {
    margin-top: 10px;
  }
  .consultation__call a {
    font-size: calc((1vw + 1vh) * 1.8);
  }
  .consultation__call p {
    font-size: calc((1vw + 1vh) * 1.05);
    white-space: nowrap;
    line-height: 150%;
  }
  .map__container .main-catalogue__nav {
    margin-top: 0;
  }
  .footer__mobile {
    gap: 3px;
    margin-top: 14px;
  }
  .footer__mobile .footer__nav-mobile {
    margin-top: 8px;
  }
  .footer__mobile .footer__nav-title {
    flex-basis: 100%;
    margin-bottom: 8px;
    font-size: calc((1vw + 1vh) * 1.8);
  }
  .footer__mobile .footer__nav-interiors a {
    font-size: calc((1vw + 1vh) * 1.4);
    letter-spacing: 0;
    margin-right: 8px;
  }
  .footer__mobile .footer__nav-interiors {
    margin-bottom: 5px;
    display: flex;
    flex-direction: row;
    width: 100%;
    flex-wrap: wrap;
  }
  .footer__nav-2 {
    margin-left: 0;
  }
  .footer__mobile-item__button {
    padding: 2px 0;
  }
  .footer__mobile-item-title {
    font-size: calc((1vw + 1vh) * 2.1);
  }
  .footer__nav-mobile {
    flex-direction: column;
  }
  .footer__contacts svg {
    width: calc((1vw + 1vh) * 4);
  }
  .footer__contacts {
    gap: 0.75rem;
  }
  .footer__mobile-web .footer__subtitle {
    margin: 15px 0 20px 0;
    font-size: calc((1vw + 1vh) * 1);
    gap: 4px;
    white-space: nowrap;
  }
  .footer__max-title .order-a-call__btn {
    font-size: calc((1vw + 1vh) * 1);
    padding: 5px 5px;
    gap: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .slider-content__other h1 {
    font-size: calc((1vw + 1vh) * 2.65);
    white-space: nowrap;
    margin-bottom: 5px;
  }
  .slider-content__other p {
    text-align: center;
    width: 65%;
    line-height: 110%;
    font-size: calc((1vw + 1vh) * 2.11);
    margin-bottom: 58px;
  }
  .arrow-change-height {
    width: 40px;
    height: 40px;
  }
  .arrow-change-height svg {
    width: calc((1vw + 1vh) * 0.5);
    height: auto;
  }
  .catalogue__container {
    margin-top: 35px;
  }
  .catalogue__header {
    display: flex;
    width: 100%;
    text-align: center;
    flex-direction: column;
  }
  .catalogue__header p {
    display: none;
  }
  .catalogue__header {
    display: flex;
    gap: 0;
    flex-direction: column;
  }
  .catalogue__header p {
    display: none;
  }
  .tab-button.modern {
    order: 1;
    font-size: calc((1vw + 1vh) * 2.6);
  }
  .tab-button.classic {
    order: 2;
    font-size: calc((1vw + 1vh) * 1.8);
  }
  .catalogue__header.reversed .tab-button.modern {
    order: 2;
    font-size: calc((1vw + 1vh) * 1.8);
  }
  .catalogue__header.reversed .tab-button.classic {
    order: 1;
    font-size: calc((1vw + 1vh) * 2.6);
  }
  .catalogue__selectors-mobili {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
    overflow-y: hidden;
  }
  .catalogue__selectors-mobili-container {
    display: flex;
    flex-direction: row;
    justify-content: normal;
    min-width: 100%;
    width: -moz-max-content;
    width: max-content;
    overflow-x: auto;
    flex-wrap: nowrap;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* Плавный скролл на iOS */
    scrollbar-width: none; /* Скрыть скроллбар в Firefox */
    -ms-overflow-style: none; /* Скрыть скроллбар в IE */
    /* Убираем стандартное поведение выделения при скролле */
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /* Плавный скролл */
    scroll-behavior: smooth;
    /* Убираем полосу прокрутки в Webkit браузерах */
  }
  .catalogue__selectors-mobili-container::-webkit-scrollbar {
    display: none;
  }
  .catalogue__selectors-mobili-button,
  .more-selectors-mobili {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .catalogue__selectors-mobili-button {
    font-size: calc((1vw + 1vh) * 2);
  }
  .more-selectors-mobili {
    display: none;
    font-size: calc((1vw + 1vh) * 2);
  }
  .modifine-choose {
    display: none;
  }
  .select-model {
    display: none;
  }
  .sale {
    display: none;
  }
  .catalogue__filters {
    margin-top: 33px;
  }
  .catalogue__filters-modifications {
    width: 100%;
    justify-content: space-between;
  }
  .catalogue__filters-container {
    margin-top: 6px;
    margin-bottom: 16px;
  }
  .select-header {
    gap: 6px;
    padding: 6px 16px;
  }
  .select-header svg {
    width: calc((1vw + 1vh) * 1.5);
    height: calc((1vw + 1vh) * 1.5);
  }
  .selected-value {
    font-size: calc((1vw + 1vh) * 1.3);
  }
  .filters-modal {
    margin-top: 3px;
    gap: 6px;
    padding: 6px 16px;
    font-size: calc((1vw + 1vh) * 1.35);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: row;
    border-radius: 60px;
    color: rgb(255, 255, 255);
    background-color: rgb(52, 61, 56);
  }
  .catalogue__container {
    width: 90%;
  }
  .catalogue__content {
    margin-top: 0;
  }
  .catalogue__content-container {
    grid-template-columns: 1fr;
    gap: 13px;
  }
  .catalogue__loading {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 37px 0 18px 0;
  }
  .catalogue__loading-more {
    font-size: calc((1vw + 1vh) * 1.55);
    gap: 6px;
  }
  .catalogue__loading-more svg {
    width: calc((1vw + 1vh) * 3);
  }
  .catalogue__loading-pagination {
    display: none;
  }
  .product-card__photo-new {
    border-bottom-right-radius: 4px;
    padding: 1px 4px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
  .product-card__photo-new p {
    font-size: calc((1vw + 1vh) * 1.4);
    font-family: "Manrope", sans-serif;
  }
  .product-card__container {
    width: 96%;
  }
  .product-card__photo {
    padding-bottom: 65.3%;
  }
  .product-card__tag {
    flex-wrap: nowrap;
    padding: 3.93px 7.85px;
    bottom: 3px;
  }
  .product-card__tag p {
    font-size: calc((1vw + 1vh) * 1);
    flex-wrap: nowrap;
    white-space: nowrap;
  }
  .product-card__content {
    text-align: center;
    margin-top: 10px;
  }
  .product-card__content p {
    font-size: calc((1vw + 1vh) * 2);
    line-height: 110%;
  }
  .product-card__finishing {
    margin-top: 5px;
  }
  .product-card__finishing p {
    width: auto;
    font-size: calc((1vw + 1vh) * 1);
  }
  .product-card__finishing-container .materials {
    margin-left: 0;
    width: auto;
  }
  .product-card__finishing-container {
    width: 100%;
  }
  .product-card__finishing-container .materials img {
    margin-left: -8px;
    width: calc((1vw + 1vh) * 2.3);
    height: calc((1vw + 1vh) * 2.3) !important;
  }
  .product-card__finishing-container .materials-counters {
    width: calc((1vw + 1vh) * 2.3);
    height: calc((1vw + 1vh) * 2.3) !important;
    margin-left: -8px;
  }
  .product-card__finishing-container .materials-counters p {
    font-size: calc((1vw + 1vh) * 0.8);
  }
  .select-options {
    padding: 10px 10px;
  }
  .option {
    font-size: calc((1vw + 1vh) * 1.3);
  }
  .product-card__finishing-container .materials {
    margin-left: 0px;
    padding: 5px 0;
  }
  .product-card__finishing-container .materials img:first-child {
    margin-left: -15px;
  }
}
@media (max-width: 360px) {
  .slider-content__other h1 {
    font-size: calc((1vw + 1vh) * 3.1);
    margin-bottom: 5px;
  }
  .slider-content__other p {
    text-align: center;
    width: 65%;
    line-height: 110%;
    font-size: calc((1vw + 1vh) * 2.11);
    margin-bottom: 58px;
  }
  .map__container .main-catalogue__nav {
    margin-top: 26px;
  }
  .consultation__form form {
    margin-top: 25px;
  }
  .header {
    height: 45px;
  }
  .consultation__info {
    font-size: calc((1vw + 1vh) * 1.05);
    text-align: center;
    margin-left: 0;
  }
  .consultation__info .accent-gold {
    color: rgb(0, 0, 0) !important;
  }
  .consultation__decor {
    height: 20px;
    width: 20px;
    margin-bottom: 2px;
    margin-left: 24px;
  }
  .consultation__decor .check-icon {
    width: 8px;
    height: 8px;
  }
  .consultation__call {
    margin-top: 10px;
  }
  .consultation__call a {
    font-size: calc((1vw + 1vh) * 2.1);
  }
  .consultation__call p {
    font-size: calc((1vw + 1vh) * 1.05);
    white-space: nowrap;
    line-height: 150%;
  }
}
/*@media ((max-width: 480px) and (min-height: 700px)) {
  .map__container {
    margin: 80px 0 20px 0;
  }
}

@media ((max-width: 480px) and (min-height: 800px)) {
  .map__container {
    margin: 40px 0 20px 0;
  }
}*/
/*# sourceMappingURL=index.css.map */
