/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/css/main.scss ***!
  \*************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap);
/*!*****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/css/main.scss (1) ***!
  \*****************************************************************************************************************************************************************************************/
@charset "UTF-8";
:root {
  --_section-gap: clamp(3.75rem, 2.4295774648rem + 5.6338028169vw, 7.5rem);
  --_section-offset: clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem);
  --_global-section-offset: clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem);
  --black: #000000;
  --white: #ffffff;
  --color-bg: #fcf9f2;
  --color-accent: #c9c0b6;
}

@font-face {
  font-family: "Involve";
  src: url(../fonts/Involve-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Involve";
  src: url(../fonts/Involve-Oblique.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Involve";
  src: url(../fonts/Involve-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Involve";
  src: url(../fonts/Involve-MediumOblique.ttf) format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Involve";
  src: url(../fonts/Involve-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Involve";
  src: url(../fonts/Involve-SemiBoldOblique.ttf) format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Involve";
  src: url(../fonts/Involve-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Involve";
  src: url(../fonts/Involve-BoldOblique.ttf) format("truetype");
  font-weight: 700;
  font-style: italic;
}
.interaction-disabled {
  pointer-events: none;
  cursor: default;
  user-select: none;
  touch-action: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  display: grid;
  grid-template-rows: auto 1fr auto;
  background-color: #fcf9f2;
  background-color: var(--color-bg);
  color: #000000;
  color: var(--black);
  counter-reset: titleIndex;
  font-family: "Involve", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

a,
a:visited {
  -webkit-text-decoration: none;
  text-decoration: none;
  color: inherit;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

input,
textarea {
  border: none;
  outline: none;
  width: 100%;
  min-width: 0;
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

button,
input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    transition: none !important;
  }
}
:where(section, header, footer) > .container {
  width: min(90rem - clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * 2, 100vw - clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * 2);
  width: min(90rem - var("--_global-section-offset") * 2, 100vw - var("--_global-section-offset") * 2);
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

main {
  display: grid;
  grid-gap: clamp(3.75rem, 2.4295774648rem + 5.6338028169vw, 7.5rem);
  grid-gap: var(--_section-gap);
  gap: clamp(3.75rem, 2.4295774648rem + 5.6338028169vw, 7.5rem);
  gap: var(--_section-gap);
  grid-auto-rows: max-content;
}

a.main-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000000;
  color: var(--black);
  flex-shrink: 0;
  font-size: 18px;
}
a.main-btn .small-icon {
  display: block;
}
a.main-btn .big-icon {
  display: none;
}
a.main-btn.big {
  font-size: 22px;
}
a.main-btn.big .small-icon {
  display: none;
}
a.main-btn.big .big-icon {
  display: block;
}
@media (max-width: 992px) {
  a.main-btn.big {
    font-size: 18px;
  }
  a.main-btn.big .small-icon {
    display: block;
  }
  a.main-btn.big .big-icon {
    display: none;
  }
}
a.main-btn.white {
  color: #ffffff;
  color: var(--white);
}

.controls {
  display: flex;
  align-items: center;
  gap: 10px;
  /* Коли кнопка активна  */
}
.controls .swiper-pagination {
  position: static;
  width: auto;
  color: #000000;
  color: var(--black);
  font-family: Involve;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.controls .prev,
.controls .next {
  width: 74px;
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid #000000;
  border: 1px solid var(--black);
  background: transparent;
  color: #000000;
  color: var(--black);
  cursor: pointer;
  transition: width 0.3s ease, height 0.3s ease, opacity 0.3s ease;
}
.controls .prev svg,
.controls .next svg {
  flex-shrink: 0;
  fill: currentColor;
}
.controls .prev:not(.swiper-button-disabled),
.controls .next:not(.swiper-button-disabled) {
  background: #fcf9f2;
  color: #000000;
  color: var(--black);
}

.btn-scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  background-color: rgba(203, 194, 184, 0.6941176471);
  border: 1px solid var(--color-white);
  color: var(--color-white);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999999999;
  transition: all 300ms ease-in-out;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.btn-scroll-top:hover {
  background-color: #cbc2b8;
  transform: scale(1.03);
}
.btn-scroll-top svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}
@media (max-width: 992px) {
  .btn-scroll-top {
    width: 40px;
    height: 40px;
  }
  .btn-scroll-top svg {
    width: 19px;
    height: 19px;
  }
}

#bingc-phone-button.bingc-show {
  left: 2% !important;
}

#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right svg.bingc-phone-button-arrow {
  left: 29px;
}

#bingc-phone-button div.bingc-phone-button-tooltip.bingc-phone-button-tooltip-bottom-right {
  right: -115px !important;
}

.backdrop {
  --_open: 1000ms;
  --_close: 1000ms;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition-duration: 1000ms;
  transition-duration: var(--_open);
  opacity: 0;
  visibility: hidden;
}
.backdrop[open] {
  opacity: 1;
  visibility: visible;
}
.backdrop[close] {
  transition-duration: var(--_close);
}

body:has(.backdrop[open]) {
  overflow: hidden;
}

.burger-menu.backdrop {
  display: flex;
  flex-direction: column;
  background-color: #000000;
  background-color: var(--black);
  -webkit-clip-path: circle(0% at 90% -5%);
          clip-path: circle(0% at 90% -5%);
  transition: all 500ms ease-in-out;
  overflow-y: auto;
}
.burger-menu.backdrop .container {
  padding: 24px 0 78px 0;
  position: relative;
  flex-grow: 1;
  position: relative;
}
.burger-menu.backdrop .container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 333px;
  left: 0;
  top: 15px;
  background-image: url(../images/bg-menu-item.webp);
  background-repeat: no-repeat;
  background-position: left 112px;
  background-size: contain;
  pointer-events: none;
}
.burger-menu.backdrop .close-button {
  position: static;
}
.burger-menu.backdrop .burger-menu-wrapp {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.burger-menu.backdrop .burger-menu-inner {
  padding: 0 clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem);
  padding: 0 var(--_section-offset);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.burger-menu.backdrop .custom-logo {
  width: 185px;
  height: 46px;
}
.burger-menu.backdrop .burger-menu-nav {
  padding: 0 17px 0 24px;
}
.burger-menu.backdrop .nav-list {
  height: 100%;
  padding: 0 0 44px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: transparent;
  font-size: 32px;
  font-weight: 500;
  border-radius: 0;
  border-bottom: 1px solid #fcf9f2;
}
.burger-menu.backdrop .nav-list li {
  border: none !important;
}
@media (max-width: 1375px) {
  .burger-menu.backdrop .main-btn {
    padding: 20px 0;
    margin-bottom: 40px;
    display: flex;
    border-bottom: 1px solid #fcf9f2;
  }
}
.burger-menu.backdrop .burger-tel {
  color: #ffffff;
  color: var(--white);
  font-size: 36px;
  font-weight: 500;
  line-height: 120%; /* 43.2px */
}

.burger-menu.backdrop[open] {
  -webkit-clip-path: circle(150% at 90% -5%);
          clip-path: circle(150% at 90% -5%);
}

.close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 57px;
  height: 57px;
  padding: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #aaa;
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
  color: var(--white);
  z-index: 100;
  flex-shrink: 0;
}
.close-button svg {
  fill: currentColor;
}

.burger-button {
  display: none;
}
@media (max-width: 1375px) {
  .burger-button {
    display: block;
  }
}

.accordeon {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: all 0.5s ease;
}
.accordeon .content {
  min-height: 0;
  overflow: hidden;
  transition: height 3.5s ease;
  transition: height var(--_ts, 3.5s) ease;
}
.accordeon[open] {
  grid-template-rows: 1fr;
}

@media (max-width: 992px) {
  .header .container {
    width: 100%;
  }
}
.header .header-wrapp {
  padding: 12px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: #000000;
  background-color: var(--black);
  border-radius: 12px;
}
@media (max-width: 992px) {
  .header .header-wrapp {
    padding: 12px clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem);
    padding: 12px var(--_section-offset);
  }
}
.header .custom-logo {
  width: 220px;
  height: 60px;
  flex-shrink: 0;
}
.header .custom-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1375px) {
  .header .main-nav {
    display: none;
  }
}
@media (max-width: 1375px) {
  .header .main-btn {
    display: none;
  }
}
.header .nav-list {
  padding: 22px 20px;
  display: flex;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.header .nav-list li {
  color: #ffffff;
  color: var(--white);
}
.header .nav-list li:not(:last-child) {
  border-right: 1px solid #ffffff;
  border-right: 1px solid var(--white);
}
.header .nav-list li a {
  padding: 0 12px;
}

body:not(:has(:where(#home, #advantages, #page-contacts))) .header {
  margin-top: 15px;
}

body:has(:where(#home, #advantages, #page-contacts)) .header {
  width: 100%;
  position: absolute;
  z-index: 100;
  top: 15px;
}

body:has(:where(#home, #advantages)) .header .header-wrapp {
  background: transparent;
  padding: 12px 0;
}
@media (max-width: 992px) {
  body:has(:where(#home, #advantages)) .header .header-wrapp {
    padding: 12px clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem);
    padding: 12px var(--_section-offset);
  }
}
body:has(:where(#home, #advantages)) .header .custom-logo {
  width: 240px;
}

#advantagesSection {
  padding-bottom: 9.44rem;
  margin-bottom: calc(clamp(3.75rem, 2.4295774648rem + 5.6338028169vw, 7.5rem) * -1);
  margin-bottom: calc(var(--_section-gap) * -1);
  background-image: url(../images/advantagesBG.webp);
  background-size: cover;
  background-position: top center;
}
#advantagesSection .container {
  display: grid;
  grid-gap: clamp(3.75rem, 2.4295774648rem + 5.6338028169vw, 7.5rem) 3.19rem;
  grid-gap: var(--_section-gap) 3.19rem;
  gap: clamp(3.75rem, 2.4295774648rem + 5.6338028169vw, 7.5rem) 3.19rem;
  gap: var(--_section-gap) 3.19rem;
}
@media screen and (min-width: 1200px) {
  #advantagesSection .container {
    grid-template-columns: 3fr 9fr;
  }
}
#advantagesSection .container .heroImage {
  max-width: 100vw;
  grid-column: 1/-1;
  margin-left: calc(clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * -1);
  margin-right: calc(clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * -1);
  margin-left: calc(var(--_section-offset) * -1);
  margin-right: calc(var(--_section-offset) * -1);
  aspect-ratio: 2.6181818182;
}
@media screen and (min-width: 992px) {
  #advantagesSection .container .heroImage .main-btn {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #advantagesSection .container .heroImage {
    position: relative;
    aspect-ratio: 0.94;
  }
  #advantagesSection .container .heroImage .main-btn {
    position: absolute;
    bottom: 3.19rem;
    left: 0.69rem;
  }
}
#advantagesSection .container .swipers {
  max-width: 100%;
  --_width--active: min(34.875rem, 38.75vw);
  --_width: min(11.4375rem, 12.71vw);
  --_aspect--active: 1.1204819277;
  --_aspect: 0.6802973978;
  --_gap: 2rem;
  flex-shrink: 0;
  position: relative;
  display: flex;
  gap: clamp(3.75rem, 2.4295774648rem + 5.6338028169vw, 7.5rem) clamp(1rem, -7.8571428571rem + 14.2857142857vw, 5rem);
  gap: var(--_section-gap) clamp(1rem, -7.8571428571rem + 14.2857142857vw, 5rem);
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  #advantagesSection .container .swipers {
    --_width: min(13.4375rem, 17.71vw) !important;
    --_aspect: 1 !important;
  }
}
@media screen and (max-width: 1200px) {
  #advantagesSection .container .swipers {
    grid-template-columns: 3fr 9fr;
    --_width--active: min(40rem, 44vw);
    --_width: min(11.4375rem, 12.71vw);
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto;
    row-gap: 1.88rem;
  }
}
@media screen and (max-width: 992px) {
  #advantagesSection .container .swipers {
    align-items: center;
    flex-direction: column;
    max-width: 30rem;
    width: inherit;
  }
}
#advantagesSection .container .swipers * {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}
@media screen and (max-width: 992px) {
  #advantagesSection .container {
    gap: 2.5rem;
  }
}
#advantagesSection .images {
  position: relative;
  width: calc(var(--_width--active) + var(--_gap) + (var(--_width)));
  min-height: calc(var(--_width--active) / var(--_aspect--active));
}
#advantagesSection .images:not(.initialized) .slide.prev {
  opacity: 0 !important;
}
#advantagesSection .images .slide {
  border-radius: 0.5rem;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: var(--_width);
  aspect-ratio: var(--_aspect);
  transition: width 0.3s ease-in-out, aspect-ratio 0.3s ease-in-out;
  left: calc(var(--_gap) + var(--_width--active));
}
#advantagesSection .images .slide.slideNext, #advantagesSection .images .slide.slideActive {
  animation: slideNext 1s ease-in-out forwards;
}
#advantagesSection .images .slide.slidePrev {
  animation: slidePrev 1s ease-in-out forwards !important;
}
#advantagesSection .images .slide.prev {
  animation: slideNext 0s linear forwards;
}
@keyframes slideNext {
  0% {
    left: calc(var(--_gap) + var(--_width--active));
    width: calc(100% - var(--_gap) - var(--_width--active));
    aspect-ratio: var(--_aspect);
  }
  30% {
    left: 50%;
    width: calc(100% - var(--_gap) - var(--_width--active));
    aspect-ratio: var(--_aspect);
  }
  100% {
    left: 0;
    width: var(--_width--active);
    aspect-ratio: var(--_aspect--active);
  }
}
@keyframes slidePrev {
  0% {
    left: 0;
    width: var(--_width--active);
    aspect-ratio: var(--_aspect--active);
  }
  70% {
    left: 50%;
    width: calc(100% - var(--_gap) - var(--_width--active));
    aspect-ratio: var(--_aspect);
  }
  100% {
    left: calc(var(--_gap) + var(--_width--active));
    width: calc(100% - var(--_gap) - var(--_width--active));
    aspect-ratio: var(--_aspect);
  }
}
@media screen and (max-width: 992px) {
  #advantagesSection .images,
  #advantagesSection .titles {
    display: none;
  }
}
#advantagesSection .title {
  display: grid;
  grid-template-rows: auto auto 1fr;
  grid-gap: 1rem;
  gap: 1rem;
}
@media screen and (min-width: 992px) {
  #advantagesSection .title::before {
    content: "";
    content: "|2";
    color: #979797;
    font-family: Involve;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
}
#advantagesSection .title h1 {
  color: #000;
  font-family: Involve;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#advantagesSection .title p {
  color: #000;
  font-family: Involve;
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#advantagesSection .title a,
#advantagesSection .title button {
  align-self: end;
  margin-bottom: -1rem;
  display: flex;
  gap: 1.56rem;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  transition: all 0.2s ease-in-out;
  color: #000;
  font-family: Involve;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  #advantagesSection .title a,
  #advantagesSection .title button {
    display: none;
  }
}
@media (hover: hover) {
  #advantagesSection .title a:hover,
  #advantagesSection .title button:hover {
    scale: 0.9;
    opacity: 0.8;
  }
  #advantagesSection .title a:hover i svg,
  #advantagesSection .title button:hover i svg {
    rotate: 90deg;
  }
}
@media (hover: none) {
  #advantagesSection .title a:active,
  #advantagesSection .title button:active {
    scale: 0.9;
    opacity: 0.8;
  }
  #advantagesSection .title a:active i svg,
  #advantagesSection .title button:active i svg {
    rotate: 90deg;
  }
}
#advantagesSection .title a i,
#advantagesSection .title button i {
  aspect-ratio: 1;
  width: 3.8125rem;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  background-color: #000;
  border-radius: 50%;
}
#advantagesSection .title a i svg,
#advantagesSection .title button i svg {
  transition: all 0.4s ease-in-out;
}
#advantagesSection:has(.images .slide:last-child:is(.slideActive, .slideNext)) .controlsDesktop .next {
  scale: 0.8;
  opacity: 0.5;
}
#advantagesSection:has(.images .slide:first-child:is(.slideActive, .slideNext)) .controlsDesktop .prev {
  scale: 0.8;
  opacity: 0.5;
}
#advantagesSection .titles {
  position: absolute;
  bottom: 0;
  right: 0;
  left: calc(var(--_width--active) + var(--_gap));
  top: calc(var(--_width) / var(--_aspect) + var(--_gap));
}
#advantagesSection .titles .slide {
  max-height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  left: 0;
  transition: opacity 0.3s ease-in-out, top 0.3s ease-in-out, font-size 0.6s ease-in-out;
  color: #000;
  font-family: Involve;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 0.875rem;
}
#advantagesSection .titles .slide:not(:where(.slideActive, .slideNext, .prev)) {
  opacity: 0;
}
#advantagesSection .titles .slide.slideActive, #advantagesSection .titles .slide.slideNext {
  animation: textSlideNext 1s ease-in-out forwards;
  font-size: clamp(1rem, 0.9577464789rem + 0.1802816901vw, 1.12rem);
}
@media screen and (min-width: 1200px) {
  #advantagesSection .titles .slide.slideActive, #advantagesSection .titles .slide.slideNext {
    font-size: clamp(0.85rem, 0.2521428571rem + 0.9642857143vw, 1.12rem);
  }
}
#advantagesSection .titles .slide.slideActive + .slide, #advantagesSection .titles .slide.slideNext + .slide {
  transition-delay: 0.3s !important;
}
#advantagesSection .titles .slide.slideActive:has(+ .slidePrev), #advantagesSection .titles .slide.slideNext:has(+ .slidePrev) {
  transition-delay: 0.3s !important;
}
#advantagesSection .titles .slide.slidePrev {
  animation: textSlidePrev 1s ease-in-out forwards !important;
}
#advantagesSection .titles .slide.prev {
  animation: textSlideNext 0s linear forwards;
  opacity: 0;
}
@keyframes textSlideNext {
  0% {
    top: 0;
    transform: translateY(0%);
  }
  100% {
    top: 100%;
    transform: translateY(-100%);
  }
}
@keyframes textSlidePrev {
  0% {
    top: 100%;
    transform: translateY(-100%);
  }
  100% {
    top: 0;
    transform: translateY(0%);
  }
}
#advantagesSection .controls {
  height: -moz-max-content;
  height: max-content;
}
@media screen and (min-width: 992px) {
  #advantagesSection .controls {
    display: none;
  }
}
#advantagesSection .controls .prev,
#advantagesSection .controls .next {
  background: none;
}
#advantagesSection .controlsDesktop {
  display: grid;
  grid-gap: 0.88rem;
  gap: 0.88rem;
  height: -moz-max-content;
  height: max-content;
  justify-items: center;
}
@media screen and (max-width: 992px) {
  #advantagesSection .controlsDesktop {
    display: none;
  }
}
#advantagesSection .controlsDesktop .counter:empty {
  display: none;
}
#advantagesSection .controlsDesktop button {
  border-radius: 50%;
  border: 1px solid black;
  background: none;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  width: 4.625rem;
  aspect-ratio: 1;
  height: auto;
  padding: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
#advantagesSection .controlsDesktop button svg {
  transition: inherit;
}
@media (hover: hover) {
  #advantagesSection .controlsDesktop button:hover {
    scale: 0.9;
    opacity: 0.8;
  }
}
@media (hover: none) {
  #advantagesSection .controlsDesktop button:active {
    scale: 0.9;
    opacity: 0.8;
  }
}
#advantagesSection .controlsDesktop button[disabled] {
  cursor: pointer;
}
@media (hover: hover) {
  #advantagesSection .controlsDesktop button[disabled]:hover {
    scale: 0.95;
    opacity: 0.9;
  }
}
@media (hover: none) {
  #advantagesSection .controlsDesktop button[disabled]:active {
    scale: 0.95;
    opacity: 0.9;
  }
}
#advantagesSection .swiperImages {
  width: 100%;
  display: grid;
  grid-gap: 3rem;
  gap: 3rem;
}
@media screen and (min-width: 992px) {
  #advantagesSection .swiperImages {
    display: none;
  }
}
#advantagesSection .swiperImages .item {
  counter-increment: titleIndex;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-weight: 500;
  line-height: 120%;
  /* 62.4px */
  font-weight: 400;
}
#advantagesSection .swiperImages .item::before {
  content: "0" counter(titleIndex) "";
  display: block;
  padding-left: 4px;
  color: #979797;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #979797;
}
#advantagesSection .swiperImages .item p {
  color: #000;
  font-family: Involve;
  font-size: clamp(1.125rem, 1.036971831rem + 0.3755868545vw, 1.375rem);
  font-style: normal;
  line-height: normal;
  margin-bottom: 0.88rem;
}
#advantagesSection .swiperImages .item p:empty {
  display: none;
}
#advantagesSection .swiperImages .item p strong {
  font-weight: 600;
}
#advantagesSection .swiperImages .item img {
  border-radius: 0.5rem;
  aspect-ratio: 1.0085714286;
  height: auto;
}

body:has(#advantagesSection) {
  --color-bg: #c7c0b8;
}

#buildprogress .container {
  margin-top: 3.44rem;
  display: grid;
  grid-gap: 3.12rem;
  gap: 3.12rem;
}
#buildprogress .container > .title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
#buildprogress .container > .title p {
  color: #000;
  font-family: Involve;
  font-size: clamp(1.125rem, 1.036971831rem + 0.3755868545vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#buildprogress .container > .title h1 {
  color: #000;
  font-family: Involve;
  font-size: clamp(1.75rem, 1.4419014085rem + 1.3145539906vw, 2.625rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 3.15rem */
  max-width: 53.3125rem;
}
#buildprogress .container > .content {
  display: flex;
  gap: 2.5rem;
  align-items: flex-start;
}
#buildprogress .container > .content .list {
  height: -moz-max-content;
  height: max-content;
  display: grid;
  grid-gap: 1.25rem;
  gap: 1.25rem;
  grid-auto-rows: max-content;
}
#buildprogress .container > .content .list .item .title {
  border-radius: 0.75rem;
  border: 1px solid #454545;
  background: #2c2b31;
  display: flex;
  gap: clamp(1rem, 0.3626760563rem + 2.7192488263vw, 2.81rem);
  padding: 1.25rem;
  align-items: center;
}
#buildprogress .container > .content .list .item .title .date {
  color: #fff;
  font-family: Mulish;
  font-size: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem);
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
#buildprogress .container > .content .list .item .title .text {
  color: #fff;
  font-family: Mulish;
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 1.575rem */
  letter-spacing: -0.05063rem;
}
#buildprogress .container > .content .list .item .title .icon {
  flex-shrink: 0;
  aspect-ratio: 1;
  border-radius: 6.25rem;
  border: 1px solid #fff;
  background: #fff;
  width: 2.375rem;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  transition: all 0.3s ease-in-out;
}
#buildprogress .container > .content .list .item .hidden {
  display: grid;
  grid-template-rows: 0fr;
  max-width: 44.5625rem;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
}
#buildprogress .container > .content .list .item .hidden .content {
  min-height: 0;
  overflow: hidden;
}
#buildprogress .container > .content .list .item .hidden .content .image {
  width: min(25.0625rem, 100%);
  aspect-ratio: 1.5347826087;
  overflow: hidden;
  border-radius: 0.5rem;
  margin-top: 1.75rem;
}
@media screen and (min-width: 992px) {
  #buildprogress .container > .content .list .item .hidden .content .image {
    display: none;
  }
}
#buildprogress .container > .content .list .item.active .icon {
  rotate: 90deg;
}
#buildprogress .container > .content .list .item.active .hidden {
  margin-top: 1.56rem;
  grid-template-rows: 1fr;
}
@media screen and (min-width: 992px) {
  #buildprogress .container > .content .list:not(:has(.item.active)) .item:first-child .icon {
    rotate: 90deg;
  }
  #buildprogress .container > .content .list:not(:has(.item.active)) .item:first-child .hidden {
    margin-top: 1.56rem;
    grid-template-rows: 1fr;
  }
}
@media screen and (min-width: 992px) {
  #buildprogress .container > .content:not(:has(.item.active)) .images .image:not(:first-child) {
    display: none;
  }
}
#buildprogress .container > .content .images {
  width: min(25.4375rem, 28.26vw);
  aspect-ratio: 0.9271070615;
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
}
@media screen and (max-width: 992px) {
  #buildprogress .container > .content .images {
    display: none;
  }
}
#buildprogress .container > .content .images .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

body:has(#buildprogress) {
  --color-bg: #c7c0b8;
}

section#characteristics .container {
  margin-top: 2.06rem;
  display: grid;
  --_dif: clamp(0.69rem, 0.2287323944rem + 1.9680751174vw, 2rem);
  position: relative;
}
@media screen and (min-width: 992px) {
  section#characteristics .container {
    gap: 3.75rem;
  }
}
@media screen and (max-width: 992px) {
  section#characteristics .container {
    gap: 4.37rem;
    max-width: 35rem;
  }
}
section#characteristics .container::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  top: 0;
  transform: translateX(-50%);
  background-color: black;
}
@media screen and (min-width: 992px) {
  section#characteristics .container::after {
    left: calc(50% - var(--_dif));
  }
}
@media screen and (max-width: 992px) {
  section#characteristics .container::after {
    right: -0.06rem;
  }
}
section#characteristics .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  background-color: black;
}
@media screen and (min-width: 992px) {
  section#characteristics .container::before {
    right: calc(50% + var(--_dif));
  }
}
@media screen and (max-width: 992px) {
  section#characteristics .container::before {
    right: -0.06rem;
  }
}
section#characteristics .container .item {
  --_gap: 2rem;
  display: grid;
  grid-gap: 2rem;
  grid-gap: var(--_gap);
  gap: 2rem;
  gap: var(--_gap);
}
@media screen and (min-width: 992px) {
  section#characteristics .container .item {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  section#characteristics .container .item:nth-child(2) {
    position: relative;
  }
  section#characteristics .container .item:nth-child(2)::before {
    content: "";
    position: absolute;
    width: min(30rem, 50vw);
    top: 50%;
    left: calc(clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * -1);
    left: calc(var(--_section-offset) * -1);
    transform: translateY(-50%);
    aspect-ratio: 1;
    background-image: url(../images/characteristics.webp);
    background-size: cover;
    background-position: center;
  }
}
section#characteristics .container .item .image {
  aspect-ratio: 1.4318181818;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  section#characteristics .container .item .image {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }
}
section#characteristics .container .item .content {
  padding-top: 1.38rem;
}
section#characteristics .container .item .content .title {
  padding-right: clamp(0rem, -2.1126760563rem + 9.014084507vw, 6rem);
  position: relative;
  display: flex;
  gap: clamp(0.87rem, 0.5390140845rem + 1.4122065728vw, 1.81rem);
}
@media screen and (min-width: 992px) {
  section#characteristics .container .item .content .title {
    align-items: center;
  }
}
@media screen and (max-width: 992px) {
  section#characteristics .container .item .content .title {
    flex-direction: column;
  }
}
section#characteristics .container .item .content .title .counter {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  color: #000;
  font-family: Involve;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section#characteristics .container .item .content .title .counter .total {
  color: #999;
}
section#characteristics .container .item .content .title h2 {
  color: #000;
  font-family: Involve;
  font-size: clamp(1.375rem, 1.1549295775rem + 0.9389671362vw, 2rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
section#characteristics .container .item .content .title .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  section#characteristics .container .item .content .title .icon {
    right: calc(var(--_dif) - 1rem);
  }
}
@media screen and (max-width: 992px) {
  section#characteristics .container .item .content .title .icon {
    display: none;
  }
}
section#characteristics .container .item .content .text {
  padding-left: clamp(1rem, -0.4084507042rem + 6.0093896714vw, 5rem);
  margin-top: clamp(1.87rem, 1.6481690141rem + 0.9464788732vw, 2.5rem);
  color: #000;
  font-family: Involve;
  font-size: clamp(0.9375rem, 0.9154929577rem + 0.0938967136vw, 1rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
  /* 162.5% */
}
section#characteristics .container .item .content .text ul {
  list-style-type: disc;
}
section#characteristics .container .item .content > a {
  display: flex;
  gap: 1.12rem;
  align-items: center;
  width: 100%;
  color: #000;
  font-family: Involve;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
}
@media screen and (max-width: 992px) {
  section#characteristics .container .item .content > a {
    margin-top: 3.13rem;
  }
}
@media screen and (min-width: 992px) {
  section#characteristics .container .item .content > a {
    padding: 1rem;
    margin: clamp(2.13rem, 1.0102816901rem + 4.7774647887vw, 5.31rem) -1rem -1rem -1rem;
  }
}
section#characteristics .container .item .content > a .icon {
  position: absolute;
  right: -0.06rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 992px) {
  section#characteristics .container .item .content > a .icon {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  section#characteristics .container .item:not(:last-child) {
    position: relative;
  }
  section#characteristics .container .item:not(:last-child)::after {
    content: "";
    position: absolute;
    bottom: calc(var(--_gap) * -1);
    height: 1px;
    width: min(49.5625rem, 90%);
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
  }
}

section#characteristics {
  height: -moz-max-content;
  height: max-content;
}

#contacts-hero {
  overflow-x: hidden;
  padding-top: 200px;
  background-color: #c7c0b8;
  background-image: url(../images/form-bg.webp);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 109%;
  position: relative;
}
#contacts-hero * {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  #contacts-hero {
    padding: 136px 0 67px 0;
  }
}
@media (max-width: 480px) {
  #contacts-hero {
    background-image: url(../images/form-bg-sm1.webp), url(../images/form-bg-sm2.webp);
    background-size: 100%, 100% 110%;
    background-position: center top, center bottom;
  }
}
#contacts-hero:before {
  content: "";
  position: absolute;
  width: 496px;
  height: 1px;
  top: 200px;
  left: 0;
  background: linear-gradient(270deg, rgba(135, 135, 135, 0.1) 41.83%, #212121 100%);
  z-index: 0;
}
@media (max-width: 992px) {
  #contacts-hero:before {
    top: 132px;
    background: linear-gradient(90deg, rgba(135, 135, 135, 0.1) 41.83%, #212121 100%);
  }
}
#contacts-hero:after {
  content: "";
  position: absolute;
  width: 477px;
  height: 1px;
  top: 200px;
  right: 0;
  background: linear-gradient(90deg, rgba(135, 135, 135, 0.1) 41.83%, #212121 100%);
  z-index: 0;
}
@media (max-width: 992px) {
  #contacts-hero:after {
    top: auto;
    top: initial;
    bottom: 32px;
  }
}
#contacts-hero .contacts-wrapp {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  #contacts-hero .contacts-wrapp {
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  #contacts-hero .contacts-wrapp {
    padding-top: 40px;
  }
}
#contacts-hero .contacts-form-wrapp {
  max-width: 1100px;
  margin-left: auto;
  padding: 0 100px 0 0;
  display: flex;
  position: relative;
}
#contacts-hero .contacts-form-wrapp:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 135%;
  left: 0;
  bottom: 0;
  background-color: #878787;
}
@media (max-width: 992px) {
  #contacts-hero .contacts-form-wrapp:before {
    content: none;
  }
}
@media (max-width: 992px) {
  #contacts-hero .contacts-form-wrapp {
    display: contents;
  }
}
#contacts-hero .contacts-info-list {
  padding: 13px 60px 0 47px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 992px) {
  #contacts-hero .contacts-info-list {
    padding: 0 0 77px 0;
  }
}
#contacts-hero .contacts-info-list .contacts-info-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#contacts-hero .contacts-info-list .contacts-info-item-wrapp {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#contacts-hero .contacts-info-list .contacts-info-item-icon {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #96928c;
  border-radius: 100%;
}
#contacts-hero .contacts-info-list .contacts-info-item-icon svg {
  width: auto;
  max-width: 21px;
}
#contacts-hero .contacts-info-list .contacts-info-item-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}
#contacts-hero .contacts-info-list .link-info {
  display: block;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#contacts-hero .reintegration-form {
  display: contents;
}
#contacts-hero .form-wrapp {
  padding: 33px 0 33px 60px;
  max-width: 580px;
  border-left: 1px solid #000000;
  border-left: 1px solid var(--black);
}
@media (max-width: 992px) {
  #contacts-hero .form-wrapp {
    order: 1;
    max-width: 514px;
    padding: 50px 0 0 0;
    border: none;
  }
}
#contacts-hero .form-wrapp:has(.form.success) .form-success {
  display: flex;
}
#contacts-hero .form-success {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #000000;
  color: var(--black);
  background-image: url(../images/bg-cart.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: inherit;
  font-weight: 500;
  line-height: 120%;
  /* 26.4px */
  text-transform: uppercase;
}
#contacts-hero .form-success .form-success-title {
  font-size: 22px;
}
#contacts-hero .form-success .form-success-text {
  font-size: 18px;
}
#contacts-hero .form-title {
  margin-bottom: 38px;
  font-size: clamp(2.625rem, 1.9647887324rem + 2.8169014085vw, 4.5rem);
  font-weight: 500;
  line-height: 120%;
  /* 86.4px */
}
@media (max-width: 992px) {
  #contacts-hero .form-title {
    text-align: center;
    margin-bottom: 47px;
  }
}
#contacts-hero .form .form-input-wrapp {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.6919014085rem + 1.3145539906vw, 2.875rem);
}
#contacts-hero .form .form-input-wrapp label {
  padding-bottom: clamp(0.75rem, 0.5299295775rem + 0.9389671362vw, 1.375rem);
  display: grid;
  grid-template-columns: 154px 1fr;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  color: #121212;
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
  font-weight: 500;
  line-height: 24px;
  /* 133.333% */
}
#contacts-hero .form .form-input-wrapp label:first-child {
  position: relative;
}
#contacts-hero .form .form-input-wrapp label:first-child:after {
  content: "";
  position: absolute;
  width: 464%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #8e8e8e;
}
@media (max-width: 992px) {
  #contacts-hero .form .form-input-wrapp label:first-child:after {
    width: 100%;
  }
}
#contacts-hero .form .form-input-wrapp label:last-child {
  position: relative;
}
#contacts-hero .form .form-input-wrapp label:last-child:after {
  content: "";
  position: absolute;
  width: 464%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(135, 135, 135, 0.1) 41.83%, #212121 100%);
}
@media (max-width: 992px) {
  #contacts-hero .form .form-input-wrapp label:last-child:after {
    width: 100%;
  }
}
#contacts-hero .form .form-input-wrapp input {
  padding: 8px 0 12px 22px;
  color: #6b6b6b;
  background-color: transparent;
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  font-weight: 500;
  line-height: 20px;
  /* 111.111% */
  border-left: 1px solid #000000;
  border-left: 1px solid var(--black);
}
#contacts-hero .form .form-input-wrapp input::-moz-placeholder {
  color: #6b6b6b;
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  font-weight: 500;
  line-height: 20px;
  /* 111.111% */
}
#contacts-hero .form .form-input-wrapp input::placeholder {
  color: #6b6b6b;
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  font-weight: 500;
  line-height: 20px;
  /* 111.111% */
}
#contacts-hero .form .form-checkbox {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  gap: 7px;
}
#contacts-hero .form .form-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15.75px;
  height: 15.75px;
  border: 1px solid black;
  border-radius: 4.5px;
  background: transparent;
  cursor: pointer;
  position: relative;
}
#contacts-hero .form .form-checkbox input[type=checkbox]:checked {
  background: transparent;
}
#contacts-hero .form .form-checkbox input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  left: 2px;
  top: -2px;
  font-size: 14px;
  color: black;
}
#contacts-hero .form .form-checkbox a {
  color: #3d3d3d;
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
}
#contacts-hero .form .form-btn {
  width: 100%;
  max-width: 374px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #121212;
  color: #ffffff;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
}
#contacts-hero .contacts-map {
  margin-left: calc(-1 * clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem));
  margin-right: calc(-1 * clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem));
  margin-left: calc(-1 * var(--_section-offset));
  margin-right: calc(-1 * var(--_section-offset));
  width: calc(100% + clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * 2);
  width: calc(100% + var(--_section-offset) * 2);
  height: clamp(23.625rem, 22.2605633803rem + 5.8215962441vw, 27.5rem);
  border-radius: 8px;
  overflow: hidden;
}
#contacts-hero .contacts-map iframe {
  width: 100%;
  height: 100%;
}

#documents .title {
  margin-top: 3.44rem;
  margin-bottom: clamp(1.88rem, 0.9363380282rem + 4.0262910798vw, 4.56rem);
}
#documents .title h1 {
  color: #000;
  font-family: Involve;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
#documents .items {
  display: grid;
  grid-gap: 1.44rem;
  gap: 1.44rem;
}
#documents .item {
  display: flex;
  -moz-column-gap: 3.06rem;
       column-gap: 3.06rem;
  align-items: center;
  justify-content: space-between;
  padding-top: clamp(1.25rem, 1.1830985915rem + 0.2854460094vw, 1.44rem);
  border-top: 1px solid #000000;
}
@media screen and (min-width: 992px) {
  #documents .item:last-child {
    border-bottom: 1px solid #000000;
    padding-bottom: clamp(1.25rem, 1.1830985915rem + 0.2854460094vw, 1.44rem);
  }
}
@media screen and (max-width: 992px) {
  #documents .item {
    display: grid;
    grid-gap: 1.38rem;
    gap: 1.38rem;
  }
}
#documents .item__info {
  max-width: 44.875rem;
  flex-grow: 1;
}
@media screen and (max-width: 992px) {
  #documents .item__info {
    display: contents;
  }
}
#documents .item__title {
  color: #000;
  font-family: Involve;
  font-size: clamp(2rem, 1.823943662rem + 0.7511737089vw, 2.5rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 3rem */
}
#documents .item__descriptions {
  color: #000;
  font-family: Involve;
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 2rem;
  /* 177.778% */
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  #documents .item__descriptions {
    margin-bottom: 0.75rem;
  }
}
@media screen and (max-width: 992px) {
  #documents .item__descriptions {
    margin-bottom: -1rem;
  }
}
#documents .item__format {
  order: 2;
}
@media screen and (max-width: 992px) {
  #documents .item__date {
    order: 3;
  }
}
#documents .item__format, #documents .item__date {
  font-size: 1rem;
  line-height: 2rem;
  /* 200% */
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  #documents .item__format, #documents .item__date {
    justify-self: start;
  }
}
#documents .item__icon {
  flex-shrink: 0;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 50%;
}
@media screen and (max-width: 992px) {
  #documents .item__icon {
    margin-bottom: 1rem;
    justify-self: start;
    order: 5;
  }
}
#documents .item__icon .hidden-data {
  display: none;
}
@media (hover: hover) {
  #documents .item__icon:hover {
    scale: 0.9;
  }
}
@media (hover: none) {
  #documents .item__icon:active {
    scale: 0.9;
  }
}
#documents .item__icon img {
  width: 1.25rem;
  height: 1.125rem;
}
@media screen and (min-width: 992px) {
  #documents .document_titles_mobile {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  #documents .document_titles_mobile {
    margin-bottom: 2.5rem;
  }
  #documents .document_titles_mobile .swiper-slide {
    width: auto;
  }
  #documents .document_titles_mobile .swiper-slide a {
    transition: all 0.2s ease-in-out;
  }
  #documents .document_titles_mobile .swiper-slide.swiper-slide-active a {
    color: #FFF !important;
  }
  #documents .document_titles_mobile .swiper-slide a:not(.active) {
    color: #797979;
  }
}

body:has(#documents) {
  --color-bg: #C7C0B8;
}

#hero {
  overflow-x: clip;
  overflow-y: auto;
  height: 100dvh;
  position: relative;
  padding: clamp(8.875rem, 6.2781690141rem + 11.0798122066vw, 16.25rem) 0 50px 0;
  border-radius: 0px 0px 32px 32px;
  overflow: hidden;
}
#hero * {
  position: relative;
  z-index: 2;
}
#hero .hero-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#hero .hero-bg img {
  z-index: 0;
}
#hero .hero-bg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6156862745);
  z-index: 2;
}
#hero .hero-wrapp {
  height: 100%;
  display: flex;
  flex-direction: column;
}
#hero .hero-title-wrapp {
  display: flex;
  flex-direction: column;
}
#hero .hero-title-inner {
  padding-bottom: 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 992px) {
  #hero .hero-title-inner {
    padding-bottom: 60px;
  }
}
#hero .hero-title h1 {
  color: #ffffff;
  color: var(--white);
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  text-transform: uppercase;
  font-weight: 400;
}
#hero .hero-title h1 strong {
  font-size: clamp(2.5625rem, 2.1003521127rem + 1.9718309859vw, 3.875rem);
  font-weight: 600;
}
#hero .hero-subtitle-wrapp {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 992px) {
  #hero .hero-subtitle-wrapp {
    flex-wrap: wrap;
  }
}
#hero .hero-subtitle {
  color: #ffffff;
  color: var(--white);
  font-size: clamp(1.125rem, 0.5968309859rem + 2.2535211268vw, 2.625rem);
}
@media (max-width: 992px) {
  #hero .main-btn-lg {
    display: none;
  }
}
#hero .main-btn-sm {
  display: none;
}
@media (max-width: 992px) {
  #hero .main-btn-sm {
    display: block;
    padding-top: 30px;
  }
}
#hero .hero-slider-wrapp {
  max-width: 518px;
  margin: auto 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #ffffff;
  color: var(--white);
}
@media (max-width: 992px) {
  #hero .hero-slider-wrapp {
    display: none;
  }
}
#hero .hero-slider-list {
  width: 200%;
  padding: 10px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
#hero .hero-slider-text-wrapp {
  display: flex;
}
#hero .hero-slider-item {
  display: none;
}
#hero .hero-slider-item.active {
  display: flex;
  gap: 4px;
}
#hero .hero-slider-item-title {
  font-size: 22px;
  font-weight: 400;
}
#hero .hero-slider-item-text {
  font-size: 22px;
  font-weight: 500;
}
#hero .hero-slider {
  width: 100%;
}
#hero .swiper-slide {
  width: 295px;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#hero .swiper-slide.swiper-slide-active {
  position: relative;
}
#hero .swiper-slide.swiper-slide-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 1px;
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
}
#hero .swiper-slide.swiper-slide-active .hero-slider-image {
  width: 100%;
  height: 100%;
}
#hero .swiper-pagination {
  position: absolute;
  top: 0;
  left: 40px;
  z-index: -1;
}
#hero .hero-slider-image {
  width: 183px;
  height: 122px;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

#reliable {
  position: relative;
}
#reliable:before {
  content: "";
  position: absolute;
  width: 420.658px;
  height: 223.115px;
  top: -15%;
  left: 0;
  background-image: url(../images/bg-item.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 992px) {
  #reliable:before {
    display: none;
  }
}
#reliable .reliable-text-wrapp {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 992px) {
  #reliable .reliable-text-wrapp {
    flex-direction: column;
    padding-bottom: 30px;
    border-bottom: 1px solid #000000;
    border-bottom: 1px solid var(--black);
  }
}
#reliable .reliable-title {
  counter-increment: titleIndex;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-weight: 500;
  line-height: 120%;
  /* 62.4px */
  max-width: 438px;
}
#reliable .reliable-title::before {
  content: "0" counter(titleIndex) "";
  display: block;
  padding-left: 4px;
  color: #979797;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #979797;
}
#reliable .reliable-text {
  max-width: 630px;
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
}
@media screen and (min-width: 992px) {
  #reliable .reliable-text {
    position: relative;
    padding-top: 1.75rem;
  }
  #reliable .reliable-text::before {
    content: "";
    position: absolute;
    width: min(60.61vw, 53.3125rem);
    height: 1px;
    right: 0;
    background-color: #000000;
    background-color: var(--black);
    top: 0;
  }
}
#reliable .reliable-img-wrapp {
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 1fr 65.61%;
  grid-gap: 40px;
  gap: 40px;
  border-bottom: 1px solid #000000;
  border-bottom: 1px solid var(--black);
}
@media (max-width: 992px) {
  #reliable .reliable-img-wrapp {
    grid-template-columns: 1fr;
    padding: 30px 0 0 0;
    border: none;
  }
}
#reliable .reliable-img-small-wrapp {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
#reliable .reliable-img-small {
  width: 100%;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 992px) {
  #reliable .reliable-img-small {
    display: none;
  }
}
#reliable .reliable-img-big {
  width: 100%;
  height: 470px;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  #reliable .reliable-img-big {
    margin-bottom: 2rem;
  }
}
@media (max-width: 992px) {
  #reliable .reliable-img-big {
    width: calc(100% + clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * 2);
    width: calc(100% + var(--_section-offset) * 2);
    margin-left: calc(-1 * clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem));
    margin-right: calc(-1 * clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem));
    margin-left: calc(-1 * var(--_section-offset));
    margin-right: calc(-1 * var(--_section-offset));
  }
}
@media (max-width: 480px) {
  #reliable .reliable-img-big {
    height: 243px;
  }
}

#about {
  overflow-x: clip;
  padding-top: clamp(3.125rem, 2.5748239437rem + 2.3474178404vw, 4.6875rem);
  background-color: #c9c0b6;
  background-color: var(--color-accent);
  position: relative;
}
#about * {
  position: relative;
  z-index: 2;
}
#about:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  right: 0;
  top: 0;
  transform: rotateZ(-167deg);
  background-image: url(../images/bg-tree.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  #about:after {
    background-image: url(../images/bg-tree-sm.webp);
    width: 100%;
    height: 100%;
    left: 0;
    transform: rotate(0);
  }
}
#about .about-wrapp {
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  border-bottom: 1px solid #000000;
  border-bottom: 1px solid var(--black);
}
@media (max-width: 992px) {
  #about .about-wrapp {
    padding-bottom: 0;
    border: none;
  }
}
#about .about-title {
  counter-increment: titleIndex;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-weight: 500;
  line-height: 120%;
  /* 62.4px */
}
#about .about-title::before {
  content: "0" counter(titleIndex) "";
  display: block;
  padding-left: 4px;
  color: #979797;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #979797;
}
#about .about-text-wrapp {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr 1fr;
  grid-gap: 47px;
  gap: 47px;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 992px) {
  #about .about-text-wrapp {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
#about .about-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#about .about-text p {
  color: #000;
  font-family: Involve;
  font-size: clamp(0.975rem, 0.9221830986rem + 0.2253521127vw, 1.125rem);
  font-style: normal;
  font-weight: 400;
  line-height: 1.625rem;
}
#about .about-text p strong {
  font-size: clamp(2rem, 1.9559859155rem + 0.1877934272vw, 2.125rem);
  font-weight: 500;
}
#about .about-img {
  width: 100%;
  height: 633px;
}
@media (max-width: 992px) {
  #about .about-img {
    width: calc(100% + clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * 2);
    width: calc(100% + var(--_section-offset) * 2);
    height: 673px;
    margin-left: calc(-1 * clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem));
    margin-right: calc(-1 * clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem));
    margin-left: calc(-1 * var(--_section-offset));
    margin-right: calc(-1 * var(--_section-offset));
  }
}

#infrastructure {
  position: relative;
  overflow-x: hidden;
}
#infrastructure * {
  position: relative;
  z-index: 2;
}
#infrastructure .sectionCounter {
  counter-increment: titleIndex;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-weight: 500;
  line-height: 120%;
  /* 62.4px */
  position: absolute;
  right: 280px;
  bottom: 282px;
}
#infrastructure .sectionCounter::before {
  content: "0" counter(titleIndex) "";
  display: block;
  padding-left: 4px;
  color: #979797;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #979797;
}
@media screen and (max-width: 992px) {
  #infrastructure .sectionCounter {
    display: none;
  }
}
#infrastructure:after {
  content: "";
  position: absolute;
  width: 705px;
  height: 623px;
  right: 0;
  bottom: 7%;
  background-image: url(../images/bg-tree.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 992px) {
  #infrastructure:after {
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%);
  }
}
#infrastructure .infrastructure-text-wrapp {
  padding-bottom: clamp(1.25rem, 1.073943662rem + 0.7511737089vw, 1.75rem);
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 14px;
  border-bottom: 1px solid #000000;
  border-bottom: 1px solid var(--black);
}
@media (max-width: 992px) {
  #infrastructure .infrastructure-text-wrapp {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
#infrastructure .infrastructure-title {
  counter-increment: titleIndex;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-weight: 500;
  line-height: 120%;
  /* 62.4px */
  max-width: 580px;
}
#infrastructure .infrastructure-title::before {
  content: "0" counter(titleIndex) "";
  display: block;
  padding-left: 4px;
  color: #979797;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #979797;
}
#infrastructure .infrastructure-text {
  max-width: 495px;
  font-size: 18px;
}
#infrastructure .infrastructure-cart {
  margin-bottom: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(1.25rem, 0.7218309859rem + 2.2535211268vw, 2.75rem);
  gap: clamp(1.25rem, 0.7218309859rem + 2.2535211268vw, 2.75rem);
}
@media (max-width: 992px) {
  #infrastructure .infrastructure-cart {
    margin-bottom: 100px;
    grid-template-columns: 1fr;
  }
}
#infrastructure .infrastructure-cart .infrastructure-cart-item {
  padding: 30px;
  gap: 20px;
  background: #cbc2b8;
  border-radius: 22px;
}
@media (max-width: 992px) {
  #infrastructure .infrastructure-cart .infrastructure-cart-item {
    padding: 24px 30px;
  }
}
#infrastructure .infrastructure-cart .infrastructure-cart-item-wrapp {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
#infrastructure .infrastructure-cart .infrastructure-cart-item-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.32);
  flex-shrink: 0;
  overflow: hidden;
}
#infrastructure .infrastructure-cart .infrastructure-cart-item-icon img {
  width: 70%;
  height: 70%;
  -o-object-fit: contain;
     object-fit: contain;
}
#infrastructure .infrastructure-cart .infrastructure-cart-item-title {
  font-size: 32px;
  font-weight: 500;
}
@media (max-width: 992px) {
  #infrastructure .infrastructure-cart .infrastructure-cart-item-title {
    font-size: 30px;
  }
}
#infrastructure .infrastructure-cart .infrastructure-cart-item-text {
  font-size: 16px;
}
#infrastructure .infrastructure-cart .infrastructure-cart-item-text ul {
  list-style-type: disc;
  padding-left: 25px;
}
@media (max-width: 992px) {
  #infrastructure .infrastructure-cart .infrastructure-cart-item-text {
    font-size: 15px;
  }
}
#infrastructure .infrastructure-slider {
  width: 110%;
  margin-left: calc(-1 * clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem));
  margin-left: calc(-1 * var(--_section-offset));
  z-index: 1;
}
@media (max-width: 992px) {
  #infrastructure .infrastructure-slider {
    width: calc(100% + clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * 2);
    width: calc(100% + var(--_section-offset) * 2);
    margin-left: calc(-1 * clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem));
    margin-right: calc(-1 * clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem));
    margin-left: calc(-1 * var(--_section-offset));
    margin-right: calc(-1 * var(--_section-offset));
  }
}
#infrastructure .infrastructure-slider .swiper-slide {
  height: 640px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  #infrastructure .infrastructure-slider .swiper-slide {
    height: 480px;
  }
}
#infrastructure .infrastructure-slider .swiper-slide.swiper-slide-active {
  width: clamp(0.0625rem, -22.6927816901rem + 97.0892018779vw, 64.6875rem) !important;
  background: #d9d9d9;
}
@media (max-width: 992px) {
  #infrastructure .infrastructure-slider .swiper-slide.swiper-slide-active {
    width: 100% !important;
  }
}
#infrastructure .infrastructure-slider .swiper-slide.swiper-slide-active .infrastructure-slider-img {
  width: 100%;
  height: 100%;
  border-radius: 0px 8px 8px 0px;
  -webkit-clip-path: circle(0.7% at 50% 50%);
          clip-path: circle(0.7% at 50% 50%);
  transition: -webkit-clip-path 700ms ease;
  transition: clip-path 700ms ease;
  transition: clip-path 700ms ease, -webkit-clip-path 700ms ease;
}
#infrastructure .infrastructure-slider .swiper-slide.swiper-slide-active .infrastructure-slider-img.clip-animate {
  -webkit-clip-path: circle(70.7% at 50% 50%);
          clip-path: circle(70.7% at 50% 50%);
}
@media (max-width: 992px) {
  #infrastructure .infrastructure-slider .swiper-slide.swiper-slide-active .infrastructure-slider-img {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
#infrastructure .infrastructure-slider .infrastructure-slider-img {
  width: 295px;
  height: 266px;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 992px) {
  #infrastructure .infrastructure-slider .infrastructure-slider-img {
    width: 100%;
    height: 100%;
  }
}
#infrastructure .infrastructure-slider .controls {
  position: absolute;
  right: 10%;
  top: 0;
  z-index: 2;
}
#infrastructure .infrastructure-slider .controls .swiper-pagination {
  position: static;
}
@media (max-width: 992px) {
  #infrastructure .infrastructure-slider .controls {
    position: static;
    margin-top: 20px;
    justify-content: center;
  }
}

#conditions {
  background-image: url(../images/bg-item.webp);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 420px 223px;
}
@media (max-width: 992px) {
  #conditions {
    background-image: none;
  }
}
#conditions .conditions-wrapp {
  display: grid;
  grid-template-columns: 1fr 62.64%;
  grid-gap: clamp(1.375rem, 0.5387323944rem + 3.5680751174vw, 3.75rem);
  gap: clamp(1.375rem, 0.5387323944rem + 3.5680751174vw, 3.75rem);
}
@media (max-width: 992px) {
  #conditions .conditions-wrapp {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}
#conditions .conditions-title-wrapp {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#conditions .conditions-title {
  counter-increment: titleIndex;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-weight: 500;
  line-height: 120%;
  /* 62.4px */
}
#conditions .conditions-title::before {
  content: "0" counter(titleIndex) "";
  display: block;
  padding-left: 4px;
  color: #979797;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #979797;
}
@media (max-width: 992px) {
  #conditions .main-btn {
    display: none;
  }
}
#conditions .conditions-cart {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
  gap: 40px;
}
@media (max-width: 1100px) {
  #conditions .conditions-cart {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#conditions .conditions-item {
  min-height: clamp(22.0625rem, 20.8961267606rem + 4.9765258216vw, 25.375rem);
  padding: 26px 32px 17px 17px;
  display: flex;
  flex-direction: column;
  background-image: url(../images/bg-cart.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 8px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
#conditions .conditions-item-title {
  padding: 40px 0 27px 15px;
  margin-bottom: 11px;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  border-left: 1px solid #878787;
  position: relative;
}
#conditions .conditions-item-title:after {
  content: "";
  position: absolute;
  width: 97%;
  height: 1px;
  right: 0;
  bottom: 0;
  background-color: #878787;
}
#conditions .conditions-item-text {
  flex-grow: 1;
  font-size: 18px;
  padding: 35px 0 0 7px;
  border-left: 1px solid #878787;
}
#conditions .conditions-item-link {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 22px;
  font-weight: 600;
}

#objects .objects-wrapp {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
#objects .objects-title-wrapp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 992px) {
  #objects .objects-title-wrapp {
    display: contents;
  }
}
#objects .objects-title {
  counter-increment: titleIndex;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-weight: 500;
  line-height: 120%;
  /* 62.4px */
}
#objects .objects-title::before {
  content: "0" counter(titleIndex) "";
  display: block;
  padding-left: 4px;
  color: #979797;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #979797;
}
#objects .objects-slider {
  width: 100%;
}
#objects .swiper-slide {
  height: auto;
}
#objects .objects-slider-img {
  width: 100%;
  height: clamp(25.8125rem, 23.4577464789rem + 10.0469483568vw, 32.5rem);
  margin-bottom: 10px;
  border-radius: 8px;
  overflow: hidden;
}
#objects .objects-slider-title {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 600;
  line-height: normal;
}
#objects .swiper-scrollbar {
  position: static;
  margin-top: 20px;
  background: #cac2b8;
  height: 10px;
  border-radius: 4px;
}
#objects .swiper-scrollbar .swiper-scrollbar-drag {
  background: #000000;
  background: var(--black);
}
@media (max-width: 992px) {
  #objects .swiper-scrollbar {
    margin-top: 30px;
  }
}
@media (max-width: 992px) {
  #objects .controls {
    margin-top: 18px;
    order: 1;
    justify-content: center;
  }
}

#partners {
  position: relative;
}
#partners * {
  position: relative;
  z-index: 2;
}
#partners:after {
  content: "";
  position: absolute;
  width: 705px;
  height: 623px;
  left: -17%;
  bottom: -134%;
  background-image: url(../images/bg-tree.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 0;
}
@media (max-width: 992px) {
  #partners:after {
    content: none;
  }
}
#partners .partners-title {
  counter-increment: titleIndex;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-weight: 500;
  line-height: 120%;
  /* 62.4px */
  margin-bottom: 20px;
}
#partners .partners-title::before {
  content: "0" counter(titleIndex) "";
  display: block;
  padding-left: 4px;
  color: #979797;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #979797;
}
#partners .partners-slider {
  width: 100%;
}
#partners .swiper-slide {
  width: auto;
  height: clamp(6.25rem, 4.6875rem + 6.6666666667vw, 10.6875rem);
}
@media screen and (min-width: 992px) {
  #partners .swiper-slide {
    max-width: 50vw;
  }
}
@media screen and (max-width: 992px) {
  #partners .swiper-slide {
    max-width: 30vw;
  }
}
#partners .partners-slider-img {
  width: auto;
  height: 100%;
}
#partners .partners-slider-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

#contacts .contacts-wrapp {
  display: grid;
  grid-template-columns: 32% 1fr;
}
@media (max-width: 992px) {
  #contacts .contacts-wrapp {
    grid-template-columns: 1fr;
  }
}
#contacts .contacts-title-wrapp {
  padding-right: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #000000;
  border-right: 1px solid var(--black);
}
@media (max-width: 992px) {
  #contacts .contacts-title-wrapp {
    margin-bottom: 20px;
    border: none;
  }
}
#contacts .contacts-title {
  counter-increment: titleIndex;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-weight: 500;
  line-height: 120%;
  /* 62.4px */
  padding-bottom: 27px;
  border-bottom: 1px solid #000000;
  border-bottom: 1px solid var(--black);
}
#contacts .contacts-title::before {
  content: "0" counter(titleIndex) "";
  display: block;
  padding-left: 4px;
  color: #979797;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-left: 1px solid #979797;
}
@media (max-width: 992px) {
  #contacts .contacts-title {
    padding-bottom: 12px;
  }
}
#contacts .contacts-socials {
  display: flex;
  gap: 40px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
@media (max-width: 992px) {
  #contacts .contacts-socials {
    display: none;
  }
}
#contacts .contacts-info-wrapp {
  padding-left: 40px;
}
@media (max-width: 992px) {
  #contacts .contacts-info-wrapp {
    padding: 0;
  }
}
#contacts .contacts-info-list {
  padding-bottom: 15px;
  margin-bottom: 22px;
  display: grid;
  grid-template-columns: repeat(3, auto);
  grid-gap: 30px;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  #contacts .contacts-info-list {
    border-bottom: 1px solid #000000;
    border-bottom: 1px solid var(--black);
  }
}
@media (max-width: 992px) {
  #contacts .contacts-info-list {
    padding: 0;
    margin-bottom: 30px;
    grid-template-columns: 1fr;
  }
}
#contacts .contacts-info-list .contacts-info-item {
  display: flex;
  flex-direction: column;
}
#contacts .contacts-info-list .contacts-info-item-wrapp {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#contacts .contacts-info-list .contacts-info-item-icon svg {
  width: auto;
  max-width: 21px;
}
#contacts .contacts-info-list .contacts-info-item-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  /* 18.2px */
}
#contacts .contacts-info-list .link-info {
  display: block;
  margin-top: 19px;
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#contacts .contacts-info-list .link-info[href^="tel:"] {
  margin-top: 14px;
  font-size: 32px;
  line-height: 120%;
  /* 38.4px */
  -webkit-text-decoration: none;
  text-decoration: none;
}
#contacts .contacts-map {
  width: 100%;
  height: 330px;
  border-radius: 8px;
  overflow: hidden;
}
#contacts .contacts-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  #contacts .contacts-map {
    border-radius: 0;
    margin-left: calc(-1 * clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem));
    margin-right: calc(-1 * clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem));
    margin-left: calc(-1 * var(--_section-offset));
    margin-right: calc(-1 * var(--_section-offset));
    width: calc(100% + clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * 2);
    width: calc(100% + var(--_section-offset) * 2);
  }
}

#request {
  overflow-x: hidden;
  min-height: clamp(28.125rem, 23.1954225352rem + 21.0328638498vw, 42.125rem);
  padding: 80px 0 35px 0;
  background-image: url(../images/form-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#request * {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  #request {
    padding: 50px 0 67px 0;
    background-position: 75% center;
  }
}
#request:before {
  content: "";
  position: absolute;
  width: 496px;
  height: 1px;
  top: 200px;
  left: 0;
  background: linear-gradient(270deg, rgba(135, 135, 135, 0.1) 41.83%, #212121 100%);
  z-index: 0;
}
@media (max-width: 992px) {
  #request:before {
    top: 132px;
    background: linear-gradient(90deg, rgba(135, 135, 135, 0.1) 41.83%, #212121 100%);
  }
}
#request:after {
  content: "";
  position: absolute;
  width: 477px;
  height: 1px;
  top: 200px;
  right: 0;
  background: linear-gradient(90deg, rgba(135, 135, 135, 0.1) 41.83%, #212121 100%);
  z-index: 0;
}
@media (max-width: 992px) {
  #request:after {
    top: auto;
    top: initial;
    bottom: 32px;
  }
}
#request .form-wrapp {
  position: relative;
  padding: 82px 106px 82px 222px;
  max-width: 844px;
  margin: 0 auto;
  border-left: 1px solid #878787;
  border-right: 1px solid #878787;
}
@media (max-width: 992px) {
  #request .form-wrapp {
    max-width: 514px;
    padding: 0;
    border: none;
  }
}
#request .form-wrapp:has(.form.success) .form-success {
  display: flex;
}
#request .form-title {
  margin-bottom: 38px;
  font-size: clamp(2.625rem, 1.9647887324rem + 2.8169014085vw, 4.5rem);
  font-weight: 500;
  line-height: 120%; /* 86.4px */
}
@media (max-width: 992px) {
  #request .form-title {
    text-align: center;
    margin-bottom: 47px;
  }
}
#request .form-success {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  color: #000000;
  color: var(--black);
  background-image: url(../images/bg-cart.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: inherit;
  font-weight: 500;
  line-height: 120%; /* 26.4px */
  text-transform: uppercase;
}
#request .form-success .form-success-title {
  font-size: 22px;
}
#request .form-success .form-success-text {
  font-size: 18px;
}
#request .form .form-input-wrapp {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: clamp(2rem, 1.6919014085rem + 1.3145539906vw, 2.875rem);
}
#request .form .form-input-wrapp label {
  padding-bottom: clamp(0.75rem, 0.5299295775rem + 0.9389671362vw, 1.375rem);
  display: grid;
  grid-template-columns: 154px 1fr;
  align-items: center;
  grid-gap: 10px;
  gap: 10px;
  color: #121212;
  font-size: clamp(0.875rem, 0.786971831rem + 0.3755868545vw, 1.125rem);
  font-weight: 500;
  line-height: 24px; /* 133.333% */
}
#request .form .form-input-wrapp label:first-child {
  position: relative;
}
#request .form .form-input-wrapp label:first-child:after {
  content: "";
  position: absolute;
  width: 322%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #8e8e8e;
}
@media (max-width: 992px) {
  #request .form .form-input-wrapp label:first-child:after {
    width: 100%;
  }
}
#request .form .form-input-wrapp label:last-child {
  position: relative;
}
#request .form .form-input-wrapp label:last-child:after {
  content: "";
  position: absolute;
  width: 322%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(90deg, rgba(135, 135, 135, 0.1) 41.83%, #212121 100%);
}
@media (max-width: 992px) {
  #request .form .form-input-wrapp label:last-child:after {
    width: 100%;
  }
}
#request .form .form-input-wrapp input {
  padding: 8px 0 12px 22px;
  color: #6b6b6b;
  background-color: transparent;
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  font-weight: 500;
  line-height: 20px; /* 111.111% */
  border-left: 1px solid #000000;
  border-left: 1px solid var(--black);
}
#request .form .form-input-wrapp input::-moz-placeholder {
  color: #6b6b6b;
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  font-weight: 500;
  line-height: 20px; /* 111.111% */
}
#request .form .form-input-wrapp input::placeholder {
  color: #6b6b6b;
  font-size: clamp(0.9375rem, 0.8714788732rem + 0.2816901408vw, 1.125rem);
  font-weight: 500;
  line-height: 20px; /* 111.111% */
}
#request .form .form-checkbox {
  margin-bottom: 21px;
  display: flex;
  align-items: center;
  gap: 7px;
}
#request .form .form-checkbox input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 15.75px;
  height: 15.75px;
  border: 1px solid black;
  border-radius: 4.5px;
  background: transparent;
  cursor: pointer;
  position: relative;
}
#request .form .form-checkbox input[type=checkbox]:checked {
  background: transparent;
}
#request .form .form-checkbox input[type=checkbox]:checked::before {
  content: "✔";
  position: absolute;
  left: 2px;
  top: -2px;
  font-size: 14px;
  color: black;
}
#request .form .form-checkbox a {
  color: #3d3d3d;
  font-size: clamp(0.75rem, 0.7059859155rem + 0.1877934272vw, 0.875rem);
  font-weight: 400;
  line-height: 20px; /* 142.857% */
}
#request .form input[aria-invalid=true],
#request .form input[type=checkbox][aria-invalid=true] {
  border: 1px solid red;
}
#request .form .form-btn {
  width: 100%;
  max-width: 374px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #121212;
  color: #ffffff;
  color: var(--white);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}

#planing .container {
  margin-top: 2.81rem;
  display: grid;
  --_dif: clamp(0rem, -0.4190140845rem + 1.7877934272vw, 1.19rem);
  padding-left: calc(clamp(0rem, -0.4190140845rem + 1.7877934272vw, 1.19rem) + 0.5rem);
  padding-right: calc(clamp(0rem, -0.4190140845rem + 1.7877934272vw, 1.19rem) + 0.5rem);
  padding-left: calc(var(--_dif) + 0.5rem);
  padding-right: calc(var(--_dif) + 0.5rem);
  padding-top: clamp(2.5rem, 2.0598591549rem + 1.8779342723vw, 3.75rem);
  padding-bottom: clamp(4.56rem, 3.5247887324rem + 4.4169014085vw, 7.5rem);
  border-radius: 0.75rem;
  grid-auto-rows: max-content;
  width: calc(min(90rem - clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * 2, 100vw - clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * 2) + clamp(0rem, -0.4190140845rem + 1.7877934272vw, 1.19rem));
  width: calc(min(90rem - var(--_section-offset) * 2, 100vw - var(--_section-offset) * 2) + var(--_dif));
  background-color: #C7C0B8;
}
@media screen and (min-width: 992px) {
  #planing .container {
    background-image: url(../images/planing.webp);
    background-repeat: no-repeat;
    background-size: 60rem;
    background-position: 0% 100%;
  }
}
@media screen and (min-width: 992px) {
  #planing .container {
    grid-template-columns: auto 1fr;
    gap: clamp(1rem, -8.8314285714rem + 15.8571428571vw, 5.44rem);
  }
}
@media screen and (max-width: 992px) {
  #planing .container {
    gap: 1.88rem;
    width: 100%;
    padding-left: clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem);
    padding-right: clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem);
    padding-left: var(--_section-offset);
    padding-right: var(--_section-offset);
  }
}
#planing .container .title {
  --_gap: 1.31rem;
  display: grid;
  grid-gap: 1.31rem;
  grid-gap: var(--_gap);
  gap: 1.31rem;
  gap: var(--_gap);
  grid-auto-rows: max-content;
}
@media screen and (max-width: 992px) {
  #planing .container .title {
    width: calc(min(90rem - clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * 2, 100vw - clamp(0.6875rem, -0.3908450704rem + 4.6009389671vw, 3.75rem) * 2) - var(--_dif) * 2);
    width: calc(min(90rem - var("--_global-section-offset") * 2, 100vw - var("--_global-section-offset") * 2) - var(--_dif) * 2);
  }
}
@media screen and (min-width: 992px) {
  #planing .container .title {
    height: -moz-max-content;
    height: max-content;
    position: sticky;
    top: 2rem;
  }
}
#planing .container .title h1 {
  color: #000;
  font-family: Involve;
  font-size: 2.625rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 992px) {
  #planing .container .title h1 {
    position: relative;
    padding-bottom: 0.88rem;
  }
  #planing .container .title h1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: min(13.9375rem, 100%);
    height: 1px;
    background: #000;
  }
}
#planing .container .title .main-btn {
  margin-top: calc(4.88rem - var(--_gap));
}
@media screen and (max-width: 992px) {
  #planing .container .title .main-btn {
    display: none;
  }
}
#planing .container .titles {
  border-top: 1px solid #000;
  padding-top: var(--_gap);
  display: grid;
  grid-gap: 0.75rem;
  gap: 0.75rem;
  min-width: 13.9375rem;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 992px) {
  #planing .container .titles {
    display: none;
  }
}
#planing .container .titles .title-item {
  border-radius: 0.5rem;
  background: #2C2B31;
  color: #FFF;
  font-family: Mulish;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.35rem */
  padding: 0.5rem 0.81rem;
  transition: all 0.3s ease-in-out;
}
#planing .container .titles .title-item.active {
  background: #605F64;
}
#planing .container .titlesMobile {
  justify-self: start;
  width: inherit;
}
@media screen and (min-width: 992px) {
  #planing .container .titlesMobile {
    display: none;
  }
}
#planing .container .titlesMobile .swiper-slide {
  width: -moz-max-content;
  width: max-content;
}
#planing .container .titlesMobile .swiper-slide .title-item {
  border-radius: 0.5rem;
  background: #2C2B31;
  color: #FFF;
  font-family: Mulish;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 1.35rem */
  padding: 0.5rem 0.81rem;
  transition: all 0.3s ease-in-out;
  display: block;
}
#planing .container .titlesMobile .swiper:not(:has(.swiper-scrollbar[style^="display: none"])) {
  padding-bottom: 2rem;
}
#planing .container .titlesMobile .swiper .swiper-scrollbar {
  height: 0.5rem;
  background: #FFF;
}
#planing .container .titlesMobile .swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #2C2B31;
}
#planing .container .titlesMobile:not(:has(.title-item.active)) .swiper-slide-active .title-item {
  background: #605F64;
}
#planing .container .titlesMobile .title-item.active {
  background: #605F64;
}
#planing .container .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(1.88rem, 1.6616901408rem + 0.9314553991vw, 2.5rem) clamp(0.69rem, 0.2709859155rem + 1.7877934272vw, 1.88rem);
  gap: clamp(1.88rem, 1.6616901408rem + 0.9314553991vw, 2.5rem) clamp(0.69rem, 0.2709859155rem + 1.7877934272vw, 1.88rem);
}
@media screen and (max-width: 1200px) {
  #planing .container .content {
    grid-template-columns: repeat(2, 1fr);
  }
}
#planing .container .content .item {
  height: 100%;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 0.62rem;
  gap: 0.62rem;
}
#planing .container .content .item img {
  height: auto;
}
#planing .container .content .item p {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-family: Involve;
  font-size: clamp(0.875rem, 0.698943662rem + 0.7511737089vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
#planing .container .content .item a {
  width: clamp(2.625rem, 2.2288732394rem + 1.6901408451vw, 3.75rem);
  flex-shrink: 0;
  border: 1px solid black;
  border-radius: 50%;
  display: grid;
  align-items: center;
  justify-items: center;
  place-items: center;
  aspect-ratio: 1;
}
#planing .container .content .item a svg {
  width: 50%;
  height: 50%;
}
#planing .container .load-more {
  width: 100%;
  display: block;
  border: 1px solid black;
  color: #000;
  font-family: Involve;
  font-size: clamp(1.125rem, 1.036971831rem + 0.3755868545vw, 1.375rem);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  padding: 0.75rem;
  border-radius: 0.75rem;
}
@media screen and (max-width: 992px) {
  #planing .container .load-more {
    margin-top: 1.62rem;
  }
}
@media screen and (min-width: 992px) {
  #planing .container .load-more {
    grid-column: -2;
  }
}

#privacyContent {
  margin-top: 3.88rem;
  margin-bottom: clamp(6.25rem, 5.1478873239rem + 4.7023474178vw, 9.38rem);
}
#privacyContent > .container > h1 {
  color: #000;
  font-family: Involve;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: clamp(1.38rem, 0.5666197183rem + 3.4704225352vw, 3.69rem);
}
#privacyContent .view-more {
  display: flex;
  gap: 0.5rem;
  color: #FFF;
  font-family: Mulish;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.4rem */
  text-transform: uppercase;
}
#privacyContent .view-more .less {
  display: none;
}
#privacyContent .view-more.active .less {
  display: inline;
}
#privacyContent .view-more.active .more {
  display: none;
}
#privacyContent .text p:not(:last-child) {
  margin-bottom: 2rem;
}
#privacyContent .text h1,
#privacyContent .text h2,
#privacyContent .text h3,
#privacyContent .text h4,
#privacyContent .text h5,
#privacyContent .text h6 {
  color: #000;
  font-family: Involve;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 2.1rem */
  text-transform: uppercase;
}
#privacyContent .text p {
  color: #000;
  font-family: Involve;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.6rem */
}
#privacyContent .text.hidden {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
}
#privacyContent .text.hidden .content {
  min-height: 0;
  overflow: hidden;
}
#privacyContent .view-more {
  margin-top: 2.5rem;
  transition: all 0.3s ease-in-out;
  color: #000;
  font-family: Involve;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 1.4rem */
  text-transform: uppercase;
}
#privacyContent .view-more.active {
  margin-bottom: 1rem;
}
#privacyContent .view-more.active + .hidden {
  grid-template-rows: 1fr;
}

body:has(#policy) {
  --color-bg: #C7C0B8;
}

.footer {
  padding: clamp(2.5rem, 1.8617957746rem + 2.7230046948vw, 4.3125rem) 0 clamp(4.25rem, 3.6558098592rem + 2.5352112676vw, 5.9375rem);
  background-color: #000000;
  background-color: var(--black);
  color: #ffffff;
  color: var(--white);
}
.footer .footer-wrapp {
  display: flex;
  flex-direction: column;
  gap: 13px;
}
@media (max-width: 992px) {
  .footer .footer-wrapp {
    gap: 0;
  }
}
.footer .footer-content {
  min-height: 176px;
  display: flex;
  gap: 26px;
}
@media (max-width: 992px) {
  .footer .footer-content {
    flex-direction: column;
    text-align: center;
    gap: 0;
  }
}
.footer .footer-logo {
  padding-top: 17px;
  font-size: clamp(2.625rem, 1.9427816901rem + 2.9107981221vw, 4.5625rem);
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 992px) {
  .footer .footer-logo {
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
  }
}
.footer .footer-tel {
  padding: 40px 62px 0 43px;
  font-size: clamp(2rem, 1.5598591549rem + 1.8779342723vw, 3.25rem);
  font-weight: 500;
  line-height: 120%; /* 62.4px */
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 992px) {
  .footer .footer-tel {
    padding: 40px 0;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.footer .footer-socials {
  padding-top: 30px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.footer .footer-socials a {
  width: 46px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  border: 1.3px solid #fff;
}
.footer .footer-socials a svg {
  width: 20px;
  height: 20px;
}
@media (max-width: 992px) {
  .footer .footer-socials {
    margin: 0;
    padding: 40px 0;
    flex-direction: row;
    justify-content: center;
  }
}
.footer .footer-policy {
  padding-top: 16px;
  color: #bebebe;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid #d4d4d4;
}
@media (max-width: 992px) {
  .footer .footer-policy {
    padding-top: 40px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.footer .footer-policy li {
  text-align: center;
  padding: 30px 0 7px 0;
}
.footer .footer-policy li:first-child {
  text-align: left;
}
.footer .footer-policy li:last-child {
  text-align: right;
}
.footer .footer-policy li:not(:last-child) {
  border-right: 1px solid #878787;
}
@media (max-width: 992px) {
  .footer .footer-policy li, .footer .footer-policy li:first-child, .footer .footer-policy li:last-child, .footer .footer-policy li:not(:last-child) {
    padding: 0;
    text-align: left;
    border: none;
  }
}

/*# sourceMappingURL=main.bundle.css.map*/