@charset "UTF-8";
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Geologica";
  src: url("../fonts/Geologica-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
/* Reset and base styles  */
* {
  padding: 0px;
  margin: 0px;
  border: none;
}

a, button, label {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

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

/* Links */
a, a:link, a:visited {
  text-decoration: none;
}

a {
  color: unset;
}

a:hover {
  text-decoration: none;
}

/* Common */
aside, nav, footer, header, section, main {
  display: block;
}

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

ul, ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

address {
  font-style: normal;
}

/* Form */
input, textarea, button, select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

input::-ms-clear {
  display: none;
}

button, input[type=submit] {
  display: inline-block;
  box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus, input:active,
button:focus, button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(0, 0, 0);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.1607843137);
}

textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active {
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgb(231, 233, 234);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  box-shadow: inset 0 0 20px 20px rgba(0, 0, 0, 0.1607843137);
}

textarea:focus {
  outline: none;
}

:root {
  --geologica: "Geologica", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --black: #2c2c2c;
  --white: #ffffff;
  --gray: #797979;
  --light-gray: #bbbbbb;
  --primary: #113143;
  --disable: #c3c8cb;
  --primary-hover: #113143cc;
  --transition: all 0.2s ease-in-out;
}

body {
  font-family: var(--geologica);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  color: var(--black);
  overflow-x: hidden;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding-left: 152px;
  width: 100%;
  padding-right: 152px;
}
@media (max-width: 1439px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1023px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.main {
  flex: 1 1 auto;
  overflow: hidden;
}

.title-h2 {
  color: var(--black);
  font-family: var(--geologica);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 98%;
}
@media (max-width: 1439px) {
  .title-h2 {
    font-size: 56px;
  }
}
@media (max-width: 1023px) {
  .title-h2 {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .title-h2 {
    font-size: 32px;
  }
}

.image-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
}
.image-wrapper__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.title-h3 {
  color: var(--black);
  font-family: var(--geologica);
  font-size: 28.587px;
  font-style: normal;
  font-weight: 600;
  line-height: 76%; /* 21.726px */
}
@media (max-width: 1439px) {
  .title-h3 {
    font-size: 24px;
  }
}

/* Body */
.text {
  font-family: var(--geologica);
  color: var(--white);
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 767px) {
  .text {
    font-size: 14px;
  }
}

/* Small */
.text-small {
  font-family: var(--geologica);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
}

.wrapper__container {
  will-change: transform;
}

body:has(.mobile-menu__wrapper--active) {
  overflow: hidden;
}

.mobile-menu__burger {
  position: absolute;
  z-index: 10001;
}
.mobile-menu__container {
  display: flex;
  justify-content: flex-end;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .mobile-menu__container {
    padding-top: 15px;
  }
}
.mobile-menu__wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.mobile-menu__mobile {
  width: 320px;
  position: absolute;
  right: -320px;
  height: 100vh;
  background-color: var(--black);
  padding: 70px 30px;
  transition: var(--transition);
}
.mobile-menu__mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mobile-menu__mobile-link {
  font-size: 16px;
  color: var(--white);
}
.mobile-menu__wrapper--active {
  visibility: visible;
  opacity: 1;
}
.mobile-menu__wrapper--active .mobile-menu__mobile {
  right: 0;
}

.banner {
  padding: 127px 0 80px;
  position: relative;
  overflow: hidden;
  display: flex;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (max-width: 1439px) {
  .banner {
    padding: 50px 0 80px;
  }
}
@media (max-width: 1023px) {
  .banner {
    padding: 50px 0;
  }
}
.banner__content {
  display: flex;
  flex-direction: column;
  gap: 227px;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .banner__content {
    gap: 100px;
  }
}
.banner__title {
  transition: transform 0.75s cubic-bezier(0.075, 0.5, 0, 1);
  z-index: 1;
  transform: translate3d(0, calc(var(--scrollTop) / 2), 0);
  color: var(--white);
  font-family: var(--geologica);
  font-size: 105.467px;
  font-style: normal;
  font-weight: 900;
  line-height: 76%; /* 80.155px */
  letter-spacing: -4.219px;
}
@media (max-width: 1439px) {
  .banner__title {
    font-size: 100px;
  }
}
@media (max-width: 1023px) {
  .banner__title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .banner__title {
    font-size: 56px;
  }
}
.banner__card {
  transition: transform 0.75s cubic-bezier(0.075, 0.5, 0, 1);
  border-radius: 11px;
  padding: 38px 56px;
  display: flex;
  background: rgba(15, 15, 15, 0.9);
  z-index: 4;
  transform: translate3d(0, calc(var(--scrollTop) / 10), 0);
  gap: 19px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  .banner__card {
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .banner__card svg {
    display: none;
  }
}
.banner__card-title {
  color: var(--white);
  font-family: var(--geologica);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 76%; /* 13.68px */
}
.banner__bg {
  transform: translate3d(0, calc(var(--scrollTop) / 2.5), 0);
  z-index: 0;
  background: url("/assets/images/pictures/bg.webp") lightgray 50%/cover no-repeat;
}
.banner__card-text {
  display: block;
  color: var(--light-gray);
  margin-top: 10px;
  font-family: var(--geologica);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 76%; /* 12.16px */
}

.layer {
  transition: transform 0.75s cubic-bezier(0.075, 0.5, 0, 1);
  pointer-events: none;
  will-change: transform;
  position: absolute;
  height: 100%;
  width: 100%;
  inset: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.about {
  padding: 70px 0;
}
@media (max-width: 1023px) {
  .about {
    padding: 60px 0 40px;
  }
}
@media (max-width: 767px) {
  .about {
    padding: 60px 0 30px;
  }
}
.about__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1023px) {
  .about__upper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
.about__title {
  min-width: -moz-max-content;
  min-width: max-content;
}
.about__text {
  color: var(--gray);
  font-family: var(--geologica);
  max-width: 560px;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
}
.about__slider {
  overflow: visible;
  margin-top: 81px;
}
@media (max-width: 1023px) {
  .about__slider {
    margin-top: 40px;
  }
}
.about__image {
  height: 284px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .about__image {
    height: 250px;
  }
}
.about__controls {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin: 40px auto 0;
}
@media (max-width: 1023px) {
  .about__controls {
    margin: 30px auto 0;
    gap: 10px;
  }
}
.about__prev, .about__next, .about__rect, .about__path {
  transition: var(--transition);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.about__prev:hover .about__rect, .about__next:hover .about__rect {
  fill: transparent;
}
.about__prev:hover .about__path, .about__next:hover .about__path {
  fill: var(--primary);
}
.about__prev.swiper-button-disabled .about__rect, .about__next.swiper-button-disabled .about__rect {
  fill: var(--disable);
}
.about__prev.swiper-button-disabled .about__rect-stroke, .about__next.swiper-button-disabled .about__rect-stroke {
  stroke: var(--disable);
}
.about__prev.swiper-button-disabled .about__path, .about__next.swiper-button-disabled .about__path {
  fill: var(--white);
}

.services {
  padding: 94px 0;
}
@media (max-width: 1023px) {
  .services {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .services {
    padding: 30px 0;
  }
}
.services__items {
  margin-top: 38px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.services__item {
  text-align: left;
  padding: 47px 56px 47px 42px;
  display: flex;
  position: relative;
  gap: 84px;
  border-radius: 0;
  overflow: hidden;
  align-items: center;
  border-bottom: 1px solid var(--black);
  transition: var(--transition);
}
@media (max-width: 1023px) {
  .services__item {
    padding: 30px 40px;
    gap: 50px;
  }
}
@media (max-width: 767px) {
  .services__item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 15px;
    gap: 30px;
  }
}
.services__item:nth-child(1):before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.48) 100%), url("/assets/images/pictures/bg-1.webp") lightgray 50%/cover no-repeat;
  transition: var(--transition);
}
.services__item:nth-child(2):before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.48) 100%), url("/assets/images/pictures/bg-2.webp") lightgray 50%/cover no-repeat;
  transition: var(--transition);
}
.services__item:nth-child(3):before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.48) 100%), url("/assets/images/pictures/bg-3.webp") lightgray 50%/cover no-repeat;
  transition: var(--transition);
}
@media (hover: hover) {
  .services__item:hover {
    border-bottom: 1px solid transparent;
    border-radius: 100px;
  }
  .services__item:hover::before {
    opacity: 1;
  }
  .services__item:hover .services__item-title {
    color: var(--white);
  }
  .services__item:hover .services__item-text {
    color: var(--white);
  }
  .services__item:hover .services__item-svg path {
    fill: var(--white);
  }
}
.services__item-title {
  z-index: 2;
  flex: 1 1 auto;
  transition: var(--transition);
}
.services__item-text {
  z-index: 2;
  max-width: 307px;
  transition: var(--transition);
  width: 100%;
  color: var(--black);
  font-family: var(--geologica);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 16px */
}
.services__item-svg {
  z-index: 2;
  min-width: 32px;
}
@media (max-width: 767px) {
  .services__item-svg {
    align-self: flex-end;
  }
}
.services__item-svg path {
  transition: var(--transition);
}

.insides {
  padding: 94px 0;
}
@media (max-width: 1023px) {
  .insides {
    padding: 40px 0;
  }
}
.insides__upper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .insides__upper {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .insides__prev {
    width: 52px;
  }
}
@media (max-width: 1023px) {
  .insides__next {
    width: 52px;
  }
}
.insides__prev, .insides__next, .insides__circle, .insides__path {
  transition: var(--transition);
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.insides__prev:hover .insides__circle, .insides__next:hover .insides__circle {
  fill: transparent;
  stroke: var(--primary);
}
.insides__prev:hover .insides__path, .insides__next:hover .insides__path {
  fill: var(--primary);
}
.insides__prev.swiper-button-disabled .insides__circle, .insides__next.swiper-button-disabled .insides__circle {
  fill: var(--disable);
}
.insides__prev.swiper-button-disabled .insides__circle, .insides__next.swiper-button-disabled .insides__circle {
  stroke: var(--disable);
}
.insides__prev.swiper-button-disabled .insides__path, .insides__next.swiper-button-disabled .insides__path {
  fill: var(--white);
}
.insides__slider {
  overflow: visible;
  margin-top: 60px;
}
@media (max-width: 1023px) {
  .insides__slider {
    margin-top: 30px;
  }
}
.insides__slide {
  position: relative;
  height: 331px;
  border-radius: 20px;
  padding: 40px 35px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 15px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .insides__slide {
    height: 250px;
    padding: 30px 20px;
  }
}
.insides__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.insides__slide-image {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.insides__slide-span {
  position: relative;
  z-index: 2;
  color: var(--white);
  font-size: 28.587px;
  font-style: normal;
  font-weight: 600;
  line-height: 76%; /* 21.726px */
}
@media (max-width: 1023px) {
  .insides__slide-span {
    font-size: 24px;
  }
}
.insides__slide-title {
  position: relative;
  font-family: var(--geologica);
  z-index: 2;
  color: var(--white);
  font-size: 25px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%; /* 25px */
}
@media (max-width: 1023px) {
  .insides__slide-title {
    font-size: 20px;
  }
}

.faq {
  padding: 65px 0;
}
@media (max-width: 1023px) {
  .faq {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .faq {
    padding: 30px 0;
  }
}
.faq__items {
  margin-top: 53px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (max-width: 1023px) {
  .faq__items {
    margin-top: 30px;
  }
}
.faq__details {
  overflow: hidden;
  border-radius: 53px;
  background-color: rgb(247, 247, 247);
  transition: var(--transition);
}
@media (max-width: 767px) {
  .faq__details {
    border-radius: 10px;
  }
}
.faq__summary::-webkit-details-marker {
  display: none; /* Убираем маркер в Chrome/Safari */
}
.faq__summary {
  list-style: none; /* Убираем маркер */
  padding: 45px 55px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  user-select: none; /* Запрет на выделение текста */
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: var(--black);
  font-family: var(--geologica);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 96%; /* 18.24px */
  transition: var(--transition);
}
@media (max-width: 1023px) {
  .faq__summary {
    font-size: 20px;
    padding: 30px 40px;
  }
}
@media (max-width: 767px) {
  .faq__summary {
    padding: 30px 20px 30px 30px;
  }
}
.faq__summary-svg {
  min-width: 25px;
  transform: rotate(-90deg);
  transition: transform 0.4s ease-out;
}
.faq__summary-svg path {
  transition: var(--transition);
}
.faq__summary.is-open .faq__summary-svg {
  transform: rotate(0deg);
}
.faq__details:has(.is-open) {
  background-color: var(--primary);
}
.faq__summary.is-open {
  color: var(--white);
}
.faq__summary.is-open .faq__summary-svg path {
  stroke: var(--white);
}
.faq__details:has(.is-open) .faq__text {
  color: var(--white);
}
.faq__text {
  padding: 0 55px 45px 55px;
  transition: var(--transition);
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}
@media (max-width: 1023px) {
  .faq__text {
    padding: 0 40px 30px 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .faq__text {
    padding: 0 20px 30px 30px;
  }
}
@media (hover: hover) {
  .faq__details:hover {
    background-color: var(--primary);
  }
  .faq__details:hover .faq__summary {
    color: var(--white);
  }
  .faq__details:hover .faq__summary-svg path {
    stroke: var(--white);
  }
  .faq__details:hover .faq__text {
    color: var(--white);
  }
}

.form {
  padding: 94px 0;
}
@media (max-width: 1023px) {
  .form {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .form {
    padding: 30px 0;
  }
}
.form__content {
  margin-top: 50px;
  overflow: hidden;
  border-radius: 31px;
  background-color: var(--primary);
  padding: 20px;
  display: flex;
  gap: 23px;
}
@media (max-width: 1023px) {
  .form__content {
    margin-top: 30px;
    flex-direction: column;
  }
}
.form__form {
  background-color: var(--white);
  border-radius: 31px;
  padding: 35px 25px;
  flex: 1 1 459px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  .form__form {
    flex: 1 1 auto;
    padding: 30px 20px;
  }
}
.form__form-title {
  max-width: 362px;
  font-weight: 400;
}
.form__form-title span {
  color: var(--primary);
}
.form__form-text {
  margin-top: 20px;
  color: var(--gray);
  max-width: 338px;
  font-family: var(--geologica);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%; /* 13.3px */
}
.form__form-input {
  color: var(--black);
  margin-top: 40px;
  border-radius: 8px;
  background: #ebebeb;
  padding: 18px 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 13.3px */
  width: 100%;
}
.form__form-input::-moz-placeholder {
  color: #535353;
}
.form__form-input::placeholder {
  color: #535353;
}
.form__form-input + .iti {
  margin-top: 10px;
}
.form__form-button {
  margin-top: 40px;
  padding: 12px 53px;
  align-self: flex-start;
  min-height: 43px;
  border-radius: 5px;
  background: #113143;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%; /* 13.3px */
  color: var(--white);
  transition: var(--transition);
}
@media (hover: hover) {
  .form__form-button:hover {
    background: var(--primary-hover);
  }
}
.form__banner {
  flex: 1 1 614px;
  height: auto;
  border-radius: 31px;
  overflow: hidden;
  align-self: stretch;
}
@media (max-width: 1023px) {
  .form__banner {
    flex: 1 1 auto;
    height: 300px;
  }
}
@media (max-width: 767px) {
  .form__banner {
    height: 250px;
  }
}

.footer {
  overflow: hidden;
  padding: 57px 0 35px;
  background-image: url("/assets/images/pictures/footer-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 429px;
}
@media (max-width: 1023px) {
  .footer {
    gap: 200px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 0 40px;
    gap: 100px;
  }
}
.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(11, 11, 11, 0.5);
}
.footer__container {
  position: relative;
  display: flex;
  gap: 40px;
}
@media (max-width: 767px) {
  .footer__container {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }
}
.footer__column {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 33%;
}
@media (max-width: 1023px) {
  .footer__column {
    gap: 100px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .footer__container:first-of-type .footer__column:nth-of-type(1) {
    order: 2;
  }
  .footer__container:first-of-type .footer__column:nth-of-type(2) {
    order: 1;
  }
  .footer__container:first-of-type .footer__column:nth-of-type(3) {
    order: 0;
    align-self: flex-end;
  }
}
.footer__column:last-of-type {
  align-items: flex-end;
}
.footer__mini-title {
  color: var(--light-gray);
}
@media (max-width: 767px) {
  .footer__column:nth-of-type(1) .footer__mini-title:nth-of-type(1) {
    margin-top: 35px;
  }
}
.footer__address {
  margin-top: 10px;
  line-height: 140%;
  color: var(--white);
  transition: var(--transition);
}
@media (hover: hover) {
  .footer__address:hover {
    color: var(--light-gray);
  }
}
.footer__address + .footer__mini-title {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .footer__address + .footer__mini-title {
    margin-top: 35px;
  }
}
.footer__phone {
  color: var(--white);
  margin-top: 10px;
  line-height: 140%;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  transition: var(--transition);
}
@media (hover: hover) {
  .footer__phone:hover {
    color: var(--light-gray);
  }
}
.footer__nav {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 10px;
}
.footer__link {
  color: var(--white);
  line-height: 140%;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  transition: var(--transition);
}
@media (hover: hover) {
  .footer__link:hover {
    color: var(--light-gray);
  }
}
.footer__up {
  transition: var(--transition);
}
@media (hover: hover) {
  .footer__up:hover {
    opacity: 0.8;
  }
}
.footer__webstead {
  color: var(--light-gray);
}

.form-modal__form {
  max-width: 700px;
  width: 100%;
}
@media (max-width: 1023px) {
  .form-modal__form {
    margin-top: 25px;
  }
}
.form-modal__input-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1023px) {
  .form-modal__input-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}
.form-modal__input-wrapper + .form-modal__input-wrapper {
  margin-top: 20px;
}
.form-modal__label {
  font-size: 16px;
  flex: 0 0 180px;
  color: var(--color-base-bg);
}
@media (max-width: 1023px) {
  .form-modal__label {
    flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  .form-modal__label {
    font-size: 16px;
  }
}
.form-modal .iti {
  max-width: 451px;
  width: 100%;
}
@media (max-width: 767px) {
  .form-modal .iti {
    max-width: 600px;
  }
}
.form-modal__input {
  background-color: var(--light-gray);
  padding: 25px 35px;
  font-size: 16px;
  color: var(--gray);
  max-width: 451px;
  width: 100%;
  border-radius: 8px;
  background: #ebebeb;
  padding: 18px 15px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 13.3px */
}
@media (max-width: 1023px) {
  .form-modal__input {
    padding: 20px 25px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form-modal__input {
    max-width: 600px;
  }
}
.form-modal__input::-moz-placeholder {
  color: var();
}
.form-modal__input::placeholder {
  color: var();
}
.form-modal__lower {
  max-width: 451px;
  margin-left: auto;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .form-modal__lower {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .form-modal__lower {
    margin-top: 20px;
  }
}
.form-modal__policy {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  padding-left: 30px;
  color: var(--line);
  font-size: 14px;
}
.form-modal__policy a {
  text-decoration: underline;
}
.form-modal__policy input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.form-modal__policy::after {
  position: absolute;
  transition: var(--transition);
  background-image: url("/assets/images/svg/checkbox-checked.svg");
  background-repeat: no-repeat;
  background-position: center -8px;
  content: "";
  top: 0;
  left: 0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--light-gray);
}
.form-modal__policy:has(input:checked)::after {
  background-color: var(--light-gray);
  border-color: var(--light-gray);
  background-position: center center;
}
.form-modal__button {
  margin-top: 40px;
  padding: 12px 53px;
  align-self: flex-start;
  min-height: 43px;
  border-radius: 5px;
  background: #113143;
  display: block;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 95%; /* 13.3px */
  color: var(--white);
  transition: var(--transition);
}
@media (hover: hover) {
  .form-modal__button:hover {
    background: var(--primary-hover);
  }
}
.form-modal__contacts {
  max-width: 433px;
  width: 100%;
}
@media (max-width: 1023px) {
  .form-modal__contacts {
    align-self: flex-end;
  }
}
@media (max-width: 767px) {
  .form-modal__contacts {
    align-self: stretch;
  }
}
.form-modal__title {
  font-size: 32px;
  color: var(--color-base-bg);
  font-family: var(--TildaSans), sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
.form-modal__title span {
  font-weight: 600;
}
@media (max-width: 1023px) {
  .form-modal__title {
    font-size: 28px;
    display: none;
  }
}
.form-modal__title--mobile {
  display: none;
}
@media (max-width: 1023px) {
  .form-modal__title--mobile {
    display: block;
  }
}
.form-modal__subtitle {
  margin-top: 50px;
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 14px;
  color: var(--color-base-bg);
}
@media (max-width: 1023px) {
  .form-modal__subtitle {
    padding-left: 0;
    margin-top: 0;
  }
}

body:has(.modal--opened) {
  overflow: hidden;
}

.modal {
  position: fixed;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: hsla(0, 0%, 15%, 0.3);
  z-index: 19999;
  opacity: 0;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.6s cubic-bezier(0.075, 0.82, 0.165, 1);
  pointer-events: none; /* Блокирует клики по умолчанию */
}
@media (max-width: 767px) {
  .modal {
    align-items: flex-end;
  }
}
.modal--opened {
  visibility: visible;
  opacity: 1;
  pointer-events: all; /* Включает клики при открытии */
}
.modal--opened .modal__close {
  right: 15px;
}
@media (max-width: 767px) {
  .modal--opened .modal__close {
    right: 8px;
  }
}
.modal--opened .modal__content {
  transform: scale(1);
  bottom: 0;
}
.modal__content {
  cursor: default;
  transform: scale(0.8);
  transition: all 0.6s ease-in-out;
  padding: 70px 60px;
  position: relative;
  bottom: -150px;
  margin: 0 15px;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  max-width: 815px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .modal__content {
    margin: 0;
    max-width: 100%;
    width: 100%;
    border-radius: 0;
    height: calc(100vh - 60px);
    transform: scale(1);
    padding: 60px 30px 20px;
    scrollbar-width: 0;
    overflow-y: scroll;
  }
  .modal__content ::-webkit-scrollbar {
    width: 0;
  }
}
.modal__content .iti {
  max-width: 451px;
  width: 100%;
}
@media (max-width: 767px) {
  .modal__content .iti {
    max-width: 600px;
  }
}
.modal__close {
  position: absolute;
  right: 40px;
  top: 29px;
  padding: 10px;
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  transition: background-color 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 767px) {
  .modal__close {
    top: 8px;
    right: 8px;
  }
}
@media (hover: hover) {
  .modal__close:hover {
    background-color: rgba(0, 0, 0, 0.1843137255);
  }
}
.modal__title {
  text-align: center;
  font-size: 36px;
}
.modal__text {
  text-align: center;
  max-width: 455px;
  margin-top: 16px;
  align-self: center;
  color: var(--black);
}
.modal__close-btn {
  width: 17px;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (hover: hover) {
  .modal__close-btn:hover {
    opacity: 0.8;
  }
}
.modal__close-btn:active {
  opacity: 0.6;
}
.modal__input {
  padding: 18px 9px;
  margin-top: auto;
  max-width: 300px;
  border-radius: 8px;
  width: 100%;
  color: var(--black);
  border: 1px solid var(--primary);
}
.modal__form {
  margin-top: 30px;
}
.modal__link {
  margin-top: 20px;
  max-width: 300px;
  position: relative;
}