/* Reset and base styles  */
* {
  padding: 0;
  margin: 0;
  border: none;
}

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

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

a:hover {
  text-decoration: none;
}

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

.list-none ul, .list-none ol, .list-none 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;
}

textarea {
  resize: vertical;
}

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

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

input[type=file] {
  max-width: 100%;
}

@font-face {
  font-family: "Manrope";
  font-weight: 500;
  font-display: swap;
  src: url("/fonts/Manrope-Medium.ttf");
}
@font-face {
  font-family: "Manrope";
  font-weight: 600;
  font-display: swap;
  src: url("/fonts/Manrope-SemiBold.ttf");
}
@font-face {
  font-family: "Manrope";
  font-weight: 700;
  font-display: swap;
  src: url("/fonts/Manrope-Bold.ttf");
}
html {
  scrollbar-gutter: stable;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  font-family: "Manrope", sans-serif !important;
  color: #202020;
}

.container {
  max-width: 1368px;
  padding-inline: 24px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .container {
    padding-inline: 15px;
  }
}

main {
  flex-grow: 1;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.2s, background-color 0.2s, color 0.2s;
}
@media (hover: hover) {
  a:hover {
    color: inherit;
    text-decoration: none !important;
    opacity: 0.7;
  }
}

button {
  cursor: pointer;
  font-family: inherit;
  transition: background-color 0.2s, opacity 0.2s, color 0.2s;
  border: none;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.85;
  }
}

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

input {
  border: none;
  outline: none;
  font-family: inherit;
}

.locked {
  overflow: hidden;
}

.section-title {
  font-size: clamp(2.25rem, 1.393rem + 1.79vw, 3rem);
  font-weight: 500;
  line-height: 105%;
  letter-spacing: -0.03em;
}

.section-title-big {
  font-weight: 500;
  font-size: clamp(2.25rem, 0.536rem + 3.57vw, 3.75rem);
  line-height: 90%;
  letter-spacing: -0.03em;
  color: #202020;
}

.section-text {
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #534b46;
}

.btn-wrapper {
  display: flex;
  cursor: pointer;
  color: #fff;
}
.btn-wrapper button, .btn-wrapper a {
  width: 100%;
  padding: 19px 24px;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  color: inherit;
  transition: 0.2s;
  text-align: left;
}
.btn-wrapper span {
  display: flex;
  width: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  transition: 0.2s;
  flex-shrink: 0;
}
@media (hover: hover) {
  .btn-wrapper button:hover,
  .btn-wrapper a:hover {
    opacity: 1;
  }
}
.btn-wrapper.dark-50 button, .btn-wrapper.dark-50 a, .btn-wrapper.dark-50 span {
  background-color: #f2f2f2;
}
.btn-wrapper.dark-500 button, .btn-wrapper.dark-500 a, .btn-wrapper.dark-500 span {
  background-color: #202020;
}
@media (hover: hover) {
  .btn-wrapper.dark-500:hover button, .btn-wrapper.dark-500:hover a, .btn-wrapper.dark-500:hover span {
    background-color: #4d4d4d;
  }
}
.btn-wrapper.dark-600 button, .btn-wrapper.dark-600 a, .btn-wrapper.dark-600 span {
  background-color: #666;
}
.btn-wrapper.dark-700 button, .btn-wrapper.dark-700 a, .btn-wrapper.dark-700 span {
  background-color: #4d4d4d;
}
@media (hover: hover) {
  .btn-wrapper:hover span {
    transform: rotate(45deg);
  }
}
@media (hover: hover) and (max-width: 767px) {
  .btn-wrapper:hover span {
    transform: rotate(0);
  }
}
.btn-wrapper.bordered-white button {
  border: 1px solid #fff;
}
.btn-wrapper.bordered-white a {
  border: 1px solid #fff;
}
.btn-wrapper.bordered-white span {
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .btn-wrapper.is-mobile-btn {
    width: 100%;
    max-width: unset;
  }
  .btn-wrapper.is-mobile-btn > button, .btn-wrapper.is-mobile-btn a, .btn-wrapper.is-mobile-btn span {
    border-radius: 0;
  }
}

.btn-bg {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  border-radius: 100px;
  padding: 19px 24px;
}
.btn-bg.dark-100 {
  background-color: #e6e6e6;
}
.btn-bg.dark-400 {
  background-color: #999;
  color: #fff;
}
.btn-bg.dark-500 {
  background-color: #202020;
  color: #fff !important;
}
.btn-bg.white {
  background-color: #fff;
  color: #202020;
}

.btn-border {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  padding: 19px 24px;
  border-radius: 100px;
}
.btn-border.dark-500 {
  border: 1px solid #202020;
  color: #202020;
}
.btn-border.dark-500:hover {
  background-color: #4d4d4d;
  border-color: #4d4d4d;
  color: #fff;
}
.btn-border.dark-100 {
  border: 1px solid #e6e6e6;
  color: #202020;
}
.btn-border.white {
  border: 1px solid #fff;
  color: #fff;
}

.btn-link-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  transition: 0.2s;
}
.btn-link-circle.dark-500 {
  background-color: #202020;
  color: #fff;
}
.btn-link-circle.dark-50 {
  background-color: #f2f2f2;
  color: #202020;
}
.btn-link-circle.white {
  background-color: #fff;
  color: #b3b3b3;
}

.modal-close {
  display: none;
  position: relative;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  background-color: #fff;
  align-self: center;
  flex-shrink: 0;
}
.modal-close::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  left: 50%;
  translate: -50%;
  transform: rotate(-45deg);
  background-color: #202020;
}
.modal-close::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 2px;
  right: 50%;
  translate: 50%;
  transform: rotate(45deg);
  background-color: #202020;
}
@media (max-width: 650px) {
  .modal-close {
    display: block;
  }
}

.error-message {
  display: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #ff383c;
  margin-top: 8px;
}

.menu {
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  height: calc(100% - 128px);
  backdrop-filter: blur(6px);
  background: rgba(32, 32, 32, 0.65);
  z-index: 10;
  padding: 24px 0;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.menu.active {
  opacity: unset;
  visibility: unset;
}
.menu .container {
  height: 100%;
}
.menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  max-width: 652px;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
  height: 100%;
  overflow-y: auto;
}
.menu__links {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.menu__links-link {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #202020;
}
.menu__contacts {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.menu__contacts-item {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.menu__contacts-item a {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #202020;
}
.menu__contacts-item:nth-child(2) {
  padding-right: 40px;
}
.menu__contacts-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #666;
}
.menu.has-fixed {
  top: 80px;
  height: calc(100% - 80px);
}

.application-sent {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  height: calc(100% - 128px);
  padding: 24px;
  backdrop-filter: blur(6px);
  background: rgba(32, 32, 32, 0.65);
  z-index: 20;
  transition: 0.2s;
}
.application-sent__inner {
  width: 100%;
  max-width: 900px;
  padding: 40px;
  background-color: #fff;
  margin: auto;
  text-align: center;
}
.application-sent__inner p {
  font-weight: 500;
  font-size: clamp(1.5rem, 0.972rem + 2.25vw, 3rem);
  line-height: 105%;
  letter-spacing: -0.03em;
  text-align: center;
  color: #202020;
  margin-top: 16px;
  margin-bottom: 48px;
}
.application-sent.has-fixed {
  top: 80px;
  height: calc(100% - 80px);
}
.application-sent--hidden {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .application-sent {
    padding: 16px;
  }
}
@media (max-width: 650px) {
  .application-sent {
    top: 60px;
    height: calc(100% - 60px);
  }
}

.video-modal {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(6px);
  background: rgba(32, 32, 32, 0.65);
  z-index: 100;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.video-modal--active {
  opacity: unset;
  visibility: unset;
}
.video-modal__inner {
  width: 100%;
  max-width: 600px;
  background-color: #fff;
  padding: 16px;
  margin: auto;
}
.video-modal iframe {
  width: 100%;
}
.video-modal button {
  display: block;
  margin-left: auto;
  font-size: 0;
  margin-bottom: 10px;
}

.project-calc {
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  height: calc(100% - 128px);
  backdrop-filter: blur(6px);
  background: rgba(32, 32, 32, 0.65);
  z-index: 10;
  padding-block: 24px;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.project-calc .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
@media (max-width: 650px) {
  .project-calc .container {
    margin: auto;
    height: unset;
  }
}
.project-calc.has-fixed {
  top: 80px;
  height: calc(100% - 80px);
}
.project-calc.active {
  opacity: unset;
  visibility: unset;
}
.project-calc__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  background-color: #fff;
  height: 100%;
  padding: clamp(1.5rem, 0.546rem + 4.07vw, 2.5rem);
  overflow-y: auto;
}
.project-calc__inner form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
}
@media (max-width: 1199px) {
  .project-calc__inner form {
    flex-direction: column;
    align-items: initial;
  }
}
.project-calc__inner label {
  flex: 1;
  margin-bottom: 0;
}
.project-calc__inner label:has(input:focus:invalid) .error-message {
  display: block;
}
@media (max-width: 920px) {
  .project-calc__inner label {
    flex: unset;
  }
}
.project-calc__inner input[type=text],
.project-calc__inner input[type=tel] {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #666;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #202020;
}
.project-calc__inner input[type=text]::placeholder,
.project-calc__inner input[type=tel]::placeholder {
  color: #999;
}
.project-calc__inner input[type=text]:focus,
.project-calc__inner input[type=tel]:focus {
  border-color: #202020;
}
.project-calc__inner button[type=submit] {
  border: none;
  background-color: #202020;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  padding: 19px 24px;
  border-radius: 100px;
  transition: 0.2s;
}
.project-calc__inner button[type=submit]:hover {
  background-color: #4d4d4d;
}
@media (max-width: 650px) {
  .project-calc__inner {
    min-height: 612px;
    padding: 32px 16px;
  }
}
.project-calc__title {
  max-width: 703px;
  font-size: clamp(1.5rem, 0.972rem + 2.25vw, 3rem);
  color: #202020;
}
.project-calc__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background-color: #e6e6e6;
  color: #999;
}
.project-calc__link:hover {
  background-color: rgb(204.5, 204.5, 204.5);
  opacity: 1;
}
.project-calc__social {
  display: flex;
  gap: 4px;
}
@media (max-width: 650px) {
  .project-calc__social {
    display: none;
  }
}
@media (max-width: 650px) {
  .project-calc {
    display: flex;
    flex-direction: column;
    top: 60px;
    height: calc(100% - 60px);
    overflow-y: auto;
    padding-block: 15px;
  }
}

.project-calc2 {
  position: fixed;
  top: 128px;
  left: 0;
  width: 100%;
  height: calc(100% - 128px);
  backdrop-filter: blur(6px);
  background: rgba(32, 32, 32, 0.65);
  z-index: 10;
  padding-block: 24px;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.project-calc2 .container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
}
@media (max-width: 650px) {
  .project-calc2 .container {
    margin: auto;
    height: unset;
  }
}
.project-calc2.has-fixed {
  top: 80px;
  height: calc(100% - 80px);
}
.project-calc2.active {
  opacity: unset;
  visibility: unset;
}
.project-calc2__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  background-color: #fff;
  height: 100%;
  padding: clamp(1.5rem, 0.546rem + 4.07vw, 2.5rem);
  overflow-y: auto;
}
.project-calc2__inner form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media (max-width: 1199px) {
  .project-calc2__inner form {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-calc2__inner label {
  flex: 1;
  margin-bottom: 0;
}
.project-calc2__inner label[for=project2-message] {
  grid-column: span 2;
}
@media (max-width: 1199px) {
  .project-calc2__inner label[for=project2-message] {
    grid-column: unset;
  }
}
.project-calc2__inner label:has(input:focus:invalid) .error-message {
  display: block;
}
@media (max-width: 920px) {
  .project-calc2__inner label {
    flex: unset;
  }
}
.project-calc2__inner input[type=text],
.project-calc2__inner input[type=tel] {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #666;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #202020;
}
.project-calc2__inner input[type=text]::placeholder,
.project-calc2__inner input[type=tel]::placeholder {
  color: #999;
}
.project-calc2__inner input[type=text]:focus,
.project-calc2__inner input[type=tel]:focus {
  border-color: #202020;
}
.project-calc2__inner button[type=submit] {
  max-width: 176px;
  border: none;
  background-color: #202020;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  padding: 19px 24px;
  border-radius: 100px;
  transition: 0.2s;
}
.project-calc2__inner button[type=submit]:hover {
  background-color: #4d4d4d;
}
@media (max-width: 650px) {
  .project-calc2__inner {
    min-height: 612px;
    padding: 32px 16px;
  }
}
.project-calc2__title {
  max-width: 703px;
  font-size: clamp(1.5rem, 0.972rem + 2.25vw, 3rem);
  color: #202020;
}
.project-calc2__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background-color: #e6e6e6;
  color: #999;
}
.project-calc2__link:hover {
  background-color: rgb(204.5, 204.5, 204.5);
  opacity: 1;
}
.project-calc2__social {
  display: flex;
  gap: 4px;
}
@media (max-width: 650px) {
  .project-calc2__social {
    display: none;
  }
}
@media (max-width: 650px) {
  .project-calc2 {
    display: flex;
    flex-direction: column;
    top: 60px;
    height: calc(100% - 60px);
    overflow-y: auto;
    padding-block: 15px;
  }
}

.header {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 11;
  transition: 0.2s;
}
.header--active {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 14px;
}
.header__logo {
  width: clamp(4.188rem, 0.43rem + 16.03vw, 8.125rem);
}
.header__logo:hover {
  opacity: 1;
}
.header__links {
  display: flex;
  gap: 36px;
  margin: 0;
}
@media (max-width: 1070px) {
  .header__nav {
    display: none;
  }
}
.header__link {
  font-weight: 500;
  font-size: 14px;
  color: #4d4d4d;
}
.header__left {
  gap: 68px;
}
.header__right {
  display: flex;
  align-items: center;
  gap: 32px;
}
.header__tel {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #202020;
  gap: 8px;
}
.header__tel span {
  display: block;
  width: 8px;
  height: 8px;
  background-color: #00c750;
  border-radius: 100%;
}
@media (max-width: 650px) {
  .header__tel {
    display: none;
  }
}
.header__items {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 650px) {
  .header__items {
    gap: 14px;
  }
}
.header__btn {
  padding: 16px;
}
@media (max-width: 650px) {
  .header__btn {
    display: none;
  }
}
.header .burger-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
}
.header .burger-btn img {
  transition: 0.2s;
}
.header .burger-btn svg {
  position: absolute;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.header .burger-btn.active svg {
  opacity: unset;
  visibility: unset;
  transform: scale(1);
}
.header .burger-btn.active img {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}
.header__tel-mob {
  display: none;
}
@media (max-width: 650px) {
  .header__tel-mob {
    display: block;
  }
}
.header__line {
  display: none;
  width: 1px;
  height: 32px;
  background-color: #e6e6e6;
}
@media (max-width: 650px) {
  .header__line {
    display: block;
  }
}
.header .mobile-menu {
  position: fixed;
  left: 0;
  top: 60px;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #fff;
  z-index: 999;
  overflow-y: auto;
  transition: 0.2s;
  opacity: 0;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.header .mobile-menu.active {
  opacity: unset;
  transform: translateX(0);
}
.header .mobile-menu__links {
  padding-inline: 16px;
  margin-bottom: 22px;
}
.header .mobile-menu__links-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #202020;
  padding-block: 22px;
  border-bottom: 1px solid #e6e6e6;
}
.header .mobile-menu__bottom {
  background-color: #f2f2f2;
  padding: 16px;
}
.header .mobile-menu__bottom-contacts {
  margin-bottom: 16px;
}
.header .mobile-menu__bottom-contacts li {
  padding-block: 8px;
}
.header .mobile-menu__bottom-contacts a {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #202020;
}
.header .mobile-menu__bottom-social {
  display: flex;
  gap: 4px;
  margin-bottom: 0;
}
.header .mobile-menu__bottom-social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border-radius: 100px;
  background-color: #e6e6e6;
  color: #999;
}
.header .mobile-menu__bottom-social a:hover {
  background-color: rgb(204.5, 204.5, 204.5);
  opacity: 1;
}

.notification {
  display: flex;
  align-items: center;
  gap: 24px;
  background-color: #0d0d0d;
  padding: 12px;
}
@media (max-width: 650px) {
  .notification {
    display: none;
  }
}
.notification__text {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  margin: 0;
  color: #999;
  text-align: center;
}
.notification__text span {
  color: #fff;
}
.notification__btn {
  background-color: transparent;
  border: none;
  padding: 0;
}
.notification__btn:hover {
  opacity: 0.7;
}

.home-hero {
  display: flex;
  flex-direction: column;
  justify-content: end;
  position: relative;
  min-height: calc(100vh - 65px - 66px);
  min-height: calc(100dvh - 65px - 66px);
}
@media (max-width: 650px) {
  .home-hero {
    min-height: calc(100vh - 65px);
    min-height: calc(100dvh - 65px);
  }
}
.home-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 650px) {
  .home-hero img {
    object-position: center 30%;
  }
}
.home-hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(176.6% 86.59% at 50% 5.73%, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.13) 70%, rgba(33, 33, 33, 0.65) 100%);
  z-index: 1;
}
.home-hero .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .home-hero .container {
    padding: 0;
  }
}
.home-hero__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: clamp(1rem, 0.046rem + 4.07vw, 2rem);
  padding-bottom: clamp(0rem, -3.578rem + 15.27vw, 3.75rem);
}
@media (max-width: 970px) {
  .home-hero__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .home-hero__content {
    padding-bottom: 0;
  }
}
.home-hero__title {
  font-weight: 700;
  font-size: clamp(3rem, 2.472rem + 2.25vw, 4.5rem);
  letter-spacing: -0.03em;
  color: #fff;
  flex: 1;
  line-height: 1;
}
@media (max-width: 767px) {
  .home-hero__title {
    padding-inline: 16px;
  }
}
.home-hero__btn-wrapper {
  max-width: 232px;
}

.own-production {
  padding-top: clamp(3rem, 1.415rem + 6.76vw, 7.5rem);
}
@media (max-width: 767px) {
  .own-production .container {
    padding-inline: 0;
  }
}
.own-production__title {
  max-width: 763px;
  color: #202020;
  margin-bottom: clamp(1rem, 0.523rem + 2.04vw, 1.5rem);
}
@media (max-width: 1199px) {
  .own-production__title {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .own-production__title {
    padding-inline: 15px;
  }
}
.own-production__text {
  max-width: 787px;
  margin-bottom: clamp(1.5rem, 0.62rem + 3.76vw, 4rem);
}
@media (max-width: 1199px) {
  .own-production__text {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .own-production__text {
    padding-inline: 15px;
  }
}
.own-production__row {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 18px;
}
@media (max-width: 1199px) {
  .own-production__row {
    align-items: unset;
  }
}
@media (max-width: 767px) {
  .own-production__row {
    flex-direction: column;
    gap: 24px;
  }
}
.own-production__row-start {
  flex: 1;
}
@media (max-width: 1199px) {
  .own-production__row-start {
    display: flex;
    flex-direction: column;
  }
}
.own-production__item {
  max-width: 318px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  background-color: #202020;
  padding: 24px;
  overflow: hidden;
  flex: 1;
  min-height: 408px;
}
.own-production__item::before {
  position: absolute;
  content: "";
  top: -23px;
  right: -52px;
  width: 228px;
  height: 228px;
  background: url("/images/own-production/ruler.svg") no-repeat;
  background-size: cover;
  z-index: 0;
}
@media (max-width: 1199px) {
  .own-production__item {
    max-width: unset;
    margin-top: 32px;
    min-height: unset;
  }
}
@media (max-width: 767px) {
  .own-production__item {
    margin-top: 0;
    margin-inline: 15px;
  }
}
.own-production__item-text {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 125%;
  color: #ccc;
}
.own-production__item-bottom {
  position: relative;
}
.own-production__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 16px;
}
.own-production__item-btn {
  max-width: 159px;
}
@media (hover: hover) {
  .own-production__item-btn:hover {
    opacity: 0.8;
  }
  .own-production__item-btn:hover span {
    transform: rotate(45deg);
  }
}
.own-production__desc {
  display: grid;
  max-width: 652px;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(2rem, 0.857rem + 2.38vw, 3rem) 52px;
  flex: 1;
}
.own-production__desc picture {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .own-production__desc picture {
    grid-column: unset;
  }
}
.own-production__desc img {
  width: 100%;
}
@media (max-width: 1199px) {
  .own-production__desc {
    grid-template-columns: repeat(1, 1fr);
    max-width: unset;
    gap: 32px;
  }
}
.own-production__row-text {
  font-weight: 500;
  line-height: 125%;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .own-production__row-text:nth-child(1) {
    display: none;
  }
}
@media (max-width: 767px) {
  .own-production__row-text:nth-child(1) {
    display: block;
  }
}
@media (max-width: 767px) {
  .own-production__row-text {
    padding-inline: 32px;
  }
}
.own-production__row-text--tablet {
  display: none;
}
@media (max-width: 1199px) {
  .own-production__row-text--tablet {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .own-production__row-text--tablet {
    display: none !important;
  }
}
.own-production__bottom {
  max-width: 692px;
  display: flex;
  align-items: end;
  gap: 16px;
  margin-top: -46px;
}
@media (max-width: 1199px) {
  .own-production__bottom {
    margin-top: 24px;
    flex-direction: column;
    align-items: unset;
    max-width: unset;
  }
}
.own-production__bottom-card {
  background-color: #f2f2f2;
  padding: 8px;
}
@media (max-width: 767px) {
  .own-production__bottom-card {
    padding: 0;
    background-color: transparent;
    margin-inline: 16px;
  }
}
.own-production__bottom-header {
  position: relative;
  margin-bottom: 8px;
}
.own-production__bottom-header img {
  width: 100%;
}
.own-production__bottom-header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(224deg, rgba(33, 33, 33, 0.44) 0%, rgba(33, 33, 33, 0.44) 2.36%, rgba(33, 33, 33, 0.44) 100%);
}
@media (max-width: 767px) {
  .own-production__bottom-header {
    margin-bottom: 16px;
  }
}
.own-production__bottom-text {
  max-width: 349px;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
  line-height: 125%;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}
.own-production .play-btn {
  width: 86px;
  height: 86px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("/images/own-production/play-icon.png") no-repeat;
  background-size: cover;
  padding: 0;
}
@media (max-width: 767px) {
  .own-production .play-btn {
    width: 94px;
    height: 94px;
  }
}
@media (max-width: 1199px) {
  .own-production__bottom-btn {
    align-self: start;
  }
}
@media (max-width: 767px) {
  .own-production__bottom-btn {
    display: none;
  }
}
.own-production__bottom-btn-mobile {
  display: none;
}
@media (max-width: 767px) {
  .own-production__bottom-btn-mobile {
    display: flex;
    margin-top: 16px;
  }
}

.profiles-produced {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
  overflow: hidden;
}
.profiles-produced .container {
  padding-inline: 0;
}
.profiles-produced__row {
  display: flex;
  justify-content: space-between;
  align-self: start;
  gap: 24px;
  margin-bottom: 64px;
  padding-inline: 15px;
}
@media (max-width: 1199px) {
  .profiles-produced__row {
    flex-direction: column;
    margin-bottom: 32px;
  }
}
@media (max-width: 1199px) {
  .profiles-produced__row {
    margin-bottom: 48px;
  }
}
.profiles-produced__title {
  flex: 1;
  margin-bottom: 0;
}
.profiles-produced__text {
  flex: 1;
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  margin-bottom: 0;
}
.profiles-produced__slider {
  overflow: visible;
  padding-inline: 15px;
}
.profiles-produced__slide {
  width: 540px;
  display: flex;
  border: 1px solid #e6e6e6;
  height: unset;
}
@media (max-width: 767px) {
  .profiles-produced__slide {
    flex-direction: column;
    width: 240px;
  }
}
.profiles-produced__img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 207px;
  background-color: #f2f2f2;
  padding: 20px;
  flex: 1;
}
@media (max-width: 767px) {
  .profiles-produced__img {
    max-width: unset;
    flex: unset;
    padding: 38px;
  }
}
.profiles-produced__desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  padding: 24px 16px;
  flex: 1;
}
@media (max-width: 767px) {
  .profiles-produced__desc {
    padding: 16px;
  }
}
.profiles-produced__desc-title {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.511rem + 1.02vw, 1rem);
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 4px;
}
.profiles-produced__desc-options {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
  line-height: 125%;
  color: #666;
}
.profiles-produced__desc-text {
  font-weight: 500;
  font-size: clamp(0.625rem, 0.506rem + 0.51vw, 0.75rem);
  line-height: 125%;
  color: #4d4d4d;
  margin-bottom: 0;
}
.profiles-produced__price {
  font-weight: 500;
  font-size: clamp(0.625rem, 0.386rem + 1.02vw, 0.875rem);
  line-height: 125%;
  color: #4d4d4d;
}
@media (max-width: 767px) {
  .profiles-produced {
    padding-bottom: 0;
  }
}

.quality-wood__title {
  max-width: 728px;
  margin-bottom: clamp(1.5rem, -0.214rem + 3.57vw, 3rem);
}
@media (max-width: 767px) {
  .quality-wood__title {
    padding-inline: 15px;
  }
}
@media (max-width: 767px) {
  .quality-wood .container {
    padding: 0;
  }
}
.quality-wood__content {
  position: relative;
}
.quality-wood__list {
  position: absolute;
  display: flex;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media (max-width: 1199px) {
  .quality-wood__list {
    overflow-y: auto;
  }
}
.quality-wood__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  padding: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #fff;
  min-height: 160px;
  border-right: 1px solid #666;
  transition: 0.2s;
}
.quality-wood__item p {
  max-width: 172px;
  margin-bottom: 0;
}
.quality-wood__item:last-child {
  border: none;
}
@media (hover: hover) {
  .quality-wood__item:hover {
    background-color: #202020;
  }
}
@media (max-width: 1199px) {
  .quality-wood__item {
    flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .quality-wood {
    padding-top: 64px;
  }
}

.project-type {
  padding-top: clamp(4rem, 8.33vw, 7.5rem);
  padding-bottom: 60px;
}
.project-type__list {
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 1199px) {
  .project-type__list {
    align-items: unset;
  }
}
@media (max-width: 767px) {
  .project-type__list {
    flex-direction: column;
    gap: 43px;
  }
}
.project-type__item {
  position: relative;
  flex: 1;
  overflow: hidden;
}
.project-type__item img {
  width: 100%;
  transition: 0.2s;
}
@media (max-width: 1199px) {
  .project-type__item img {
    flex-grow: 1;
  }
}
@media (hover: hover) {
  .project-type__item:hover span {
    transform: rotate(45deg);
  }
  .project-type__item:hover img {
    transform: scale(1.03);
  }
}
@media (max-width: 1199px) {
  .project-type__item {
    display: flex;
    flex-direction: column;
  }
}
.project-type__item-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(1rem, -0.143rem + 2.38vw, 2rem);
}
.project-type__title {
  margin-bottom: 0;
}
.project-type__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .project-type {
    padding-bottom: 64px;
  }
}

.choice {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffb300;
  padding: 100px 40px;
  overflow: hidden;
}
.choice__title {
  position: relative;
  z-index: 1;
  font-size: clamp(2.25rem, 1.534rem + 3.05vw, 3rem);
  margin-bottom: 16px;
  text-align: center;
}
.choice__text {
  position: relative;
  z-index: 1;
  max-width: 546px;
  font-size: clamp(1rem, 0.523rem + 2.04vw, 1.5rem);
  text-align: center;
  margin-bottom: 32px;
}
.choice__btn-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .choice__btn-wrapper {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.choice::before {
  position: absolute;
  content: "";
  width: clamp(24.875rem, 18.613rem + 26.72vw, 31.438rem);
  height: clamp(24.875rem, 18.613rem + 26.72vw, 31.438rem);
  background: url("/images/common/star.svg") no-repeat;
  background-size: cover;
  left: calc(clamp(13.688rem, 10.527rem + 13.49vw, 17rem) * -1);
}
@media (max-width: 767px) {
  .choice::before {
    top: 18px;
  }
}
.choice::after {
  position: absolute;
  content: "";
  width: clamp(24.875rem, 18.613rem + 26.72vw, 31.438rem);
  height: clamp(24.875rem, 18.613rem + 26.72vw, 31.438rem);
  background: url("/images/common/star.svg") no-repeat;
  background-size: cover;
  right: -242px;
  top: 110px;
}
@media (max-width: 767px) {
  .choice::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .choice {
    padding-bottom: clamp(13.125rem, 7.34rem + 24.68vw, 19.188rem);
  }
}

.services {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
  background-color: #0d0d0d;
}
@media (max-width: 767px) {
  .services .container {
    padding-inline: 0;
  }
}
.services__title {
  font-size: clamp(2.25rem, 1.534rem + 3.05vw, 3rem);
  color: #fff;
  margin-bottom: clamp(1.5rem, 0.069rem + 6.11vw, 3rem);
}
@media (max-width: 767px) {
  .services__title {
    padding-inline: 15px;
  }
}
.services__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .services__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .services__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services__list-item {
  position: relative;
  border-right: 1px solid #333;
}
.services__list-item::before {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(253.24% 104.75% at 50% -2.38%, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.4) 75.67%, #212121 100%);
  transition: 0.2s;
  opacity: 0;
}
.services__list-item img {
  width: 100%;
  transition: 0.2s;
  opacity: 0;
  object-fit: cover;
}
@media (max-width: 767px) {
  .services__list-item img {
    display: none;
  }
}
.services__list-item:last-child {
  border-right: 0;
}
.services__list-item:hover::before {
  opacity: 1;
}
.services__list-item:hover img {
  opacity: unset;
}
.services__list-item:hover .services__list-circle {
  transform: rotate(45deg);
}
.services__list-item:hover .services__list-label {
  color: #e6e6e6;
}
.services__list-item:hover .services__list-title {
  color: #fff;
}
@media (max-width: 1199px) {
  .services__list-item {
    border-bottom: 1px solid #333;
  }
  .services__list-item:last-child {
    border-bottom: none;
  }
  .services__list-item:nth-last-child(2) {
    border-bottom: 0;
  }
  .services__list-item:nth-child(even) {
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .services__list-item {
    border-right: 0;
  }
  .services__list-item:nth-last-child(2) {
    border-bottom: 1px solid #333;
  }
  .services__list-item::before {
    display: none;
  }
}
.services__list-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 24px;
  transition: 0.2s;
  z-index: 1;
}
@media (max-width: 767px) {
  .services__list-content {
    flex-direction: row-reverse;
    position: static;
    padding-inline: 15px;
  }
}
.services__list-label {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #999;
  margin-bottom: 8px;
  transition: 0.2s;
}
.services__list-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 0;
  transition: 0.2s;
}
.services__list-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .services {
    padding-bottom: 0;
  }
}

.benefits {
  padding-top: clamp(4rem, 8.33vw, 7.5rem);
}
@media (max-width: 767px) {
  .benefits .container {
    padding-inline: 0;
  }
}
.benefits__title {
  margin-bottom: clamp(2rem, -0.286rem + 4.76vw, 4rem);
}
@media (max-width: 767px) {
  .benefits__title {
    padding-inline: 15px;
  }
}
.benefits__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .benefits__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.benefits__list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-inline: 16px;
  gap: clamp(2rem, 0.092rem + 8.14vw, 4rem);
}
@media (max-width: 767px) {
  .benefits__list-item {
    flex-direction: row;
    justify-content: unset;
    align-items: center;
    padding: 24px;
    border-bottom: 1px solid #e6e6e6;
  }
}
.benefits__list-item:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
@media (max-width: 767px) {
  .benefits__list-item:not(:last-child) {
    border-right: 0;
  }
}
.benefits__list-text {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.about {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
}
@media (max-width: 767px) {
  .about .container {
    padding-inline: 0;
  }
}
.about__title {
  max-width: 698px;
  margin-bottom: clamp(2rem, -0.286rem + 4.76vw, 4rem);
}
@media (max-width: 767px) {
  .about__title {
    padding-inline: 15px;
  }
}
.about__img {
  width: 100%;
  flex: 1;
  max-width: 429px;
}
@media (max-width: 767px) {
  .about__img {
    max-width: unset;
    padding-inline: 15px;
  }
}
.about__content {
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .about__content {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .about__content {
    gap: 32px;
  }
}
.about__items {
  max-width: 652px;
  flex: 1;
}
@media (max-width: 767px) {
  .about__items {
    max-width: unset;
  }
}
.about__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 16px;
  margin-bottom: clamp(2rem, -1.429rem + 7.14vw, 5rem);
}
@media (max-width: 1199px) {
  .about__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .about__list {
    gap: 24px;
    padding-inline: 15px;
    margin-bottom: clamp(1.5rem, 1.023rem + 2.04vw, 2rem);
  }
}
.about__list-title {
  font-weight: 500;
  font-size: clamp(1.5rem, 0.357rem + 2.38vw, 2.5rem);
  letter-spacing: -0.02em;
  color: #202020;
  margin-bottom: 16px;
}
@media (max-width: 1199px) {
  .about__list-title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .about__list-title {
    margin-bottom: 16px;
  }
}
.about__list-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: #666;
  margin-bottom: 0;
}
.about__btn-wrapper {
  max-width: 184px;
}
@media (max-width: 767px) {
  .about {
    padding-bottom: 0;
  }
}

.projects-slider-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.projects-slider {
  width: 100%;
}
.projects-slider img {
  width: 100%;
}
.projects-slider .bottom-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  padding-block: clamp(1.5rem, 0.546rem + 4.07vw, 2.5rem);
  z-index: 2;
}
@media (max-width: 1199px) {
  .projects-slider .bottom-container {
    max-width: 648px;
  }
}
.projects-slider .buttons-container {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media (max-width: 1199px) {
  .projects-slider .buttons-container {
    max-width: 648px;
  }
}
.projects-slider::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: clamp(4.375rem, 1.155rem + 13.74vw, 7.75rem);
  padding: clamp(1.5rem, 0.546rem + 4.07vw, 2.5rem) clamp(1.5rem, -0.647rem + 9.16vw, 3.75rem);
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.88) 100%);
  backdrop-filter: blur(1px);
  z-index: 1;
}
.projects-slider__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -0.02em;
  color: #fff;
  z-index: 2;
  transition: 0.2s;
  display: none;
}
@media (max-width: 1199px) {
  .projects-slider__title {
    font-size: 18px;
  }
}
.projects-slider__title--active {
  display: block;
}
.projects-slider__pagination {
  display: flex;
  gap: 8px;
  width: auto !important;
  padding: 8px;
  background-color: #0d0d0d;
  border-radius: 16px;
}
.projects-slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 !important;
  background-color: #4d4d4d;
  opacity: 1;
}
.projects-slider__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
@media (max-width: 767px) {
  .projects-slider__pagination {
    display: none;
  }
}
.projects-slider__pagination--mobile {
  display: none;
  position: static;
  margin-inline: 15px;
  background-color: #e6e6e6;
  margin-block: 16px;
}
.projects-slider__pagination--mobile .swiper-pagination-bullet {
  background-color: #b3b3b3;
}
.projects-slider__pagination--mobile .swiper-pagination-bullet-active {
  background-color: #666;
}
@media (max-width: 767px) {
  .projects-slider__pagination--mobile {
    display: flex;
  }
}
.projects-slider__btn {
  color: #fff;
  font-size: 0;
  transition: 0.2s;
}
.projects-slider__btn:disabled {
  opacity: 0;
  visibility: hidden;
}
.projects-slider__btn--prev {
  transform: rotate(-180deg);
}
.projects-slider__btn--next {
  margin-left: auto;
}
.projects-slider a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.tab-slider {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
}
@media (max-width: 767px) {
  .tab-slider .container {
    padding-inline: 0;
  }
}
.tab-slider__link {
  display: inline-block;
}
.tab-slider__title {
  max-width: 956px;
  margin-bottom: clamp(1.5rem, -1.357rem + 5.95vw, 4rem);
}
@media (max-width: 767px) {
  .tab-slider__title {
    padding-inline: 15px;
  }
}
.tab-slider__content {
  display: flex;
  gap: 16px;
}
@media (max-width: 1199px) {
  .tab-slider__content {
    flex-direction: column;
  }
}
.tab-slider__slider {
  margin: 0;
  flex: 1;
  max-height: 528px;
}
.tab-slider__slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .tab-slider__slider {
    margin-inline: 15px;
  }
}
.tab-slider__items {
  max-width: 429px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
}
@media (max-width: 1199px) {
  .tab-slider__items {
    max-width: unset;
    gap: 0;
  }
}
.tab-slider__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1199px) {
  .tab-slider__btns li {
    flex-shrink: 0;
  }
}
@media (max-width: 1199px) {
  .tab-slider__btns {
    flex-direction: row;
    gap: 24px;
  }
}
@media (max-width: 1199px) {
  .tab-slider__btns {
    overflow-y: auto;
  }
}
@media (max-width: 767px) {
  .tab-slider__btns {
    padding-inline: 15px;
  }
}
.tab-slider__btns-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #999;
}
@media (hover: hover) {
  .tab-slider__btns-btn:hover {
    color: #202020;
    opacity: 1;
  }
  .tab-slider__btns-btn:hover svg {
    opacity: 1;
  }
}
.tab-slider__btns-btn svg {
  transition: 0.2s;
  opacity: 0;
}
@media (max-width: 1199px) {
  .tab-slider__btns-btn svg {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tab-slider__btns-btn {
    line-height: initial;
  }
}
.tab-slider__btns-btn--active {
  color: #202020;
}
.tab-slider__btns-btn--active svg {
  opacity: 1;
}
.tab-slider__text {
  max-width: 289px;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  .tab-slider__text {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tab-slider__text--mobile {
    max-width: 350px;
    display: block;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .tab-slider__text--mobile {
    max-width: unset;
    padding-inline: 15px;
  }
}
.tab-slider__btn-wrapper {
  max-width: 232px;
}
@media (max-width: 1199px) {
  .tab-slider__btn-wrapper {
    display: none;
  }
}
@media (max-width: 1199px) {
  .tab-slider__btn-wrapper--mobile {
    display: flex;
  }
}
.tab-slider__bottom {
  display: none;
}
@media (max-width: 1199px) {
  .tab-slider__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .tab-slider__bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1199px) {
  .tab-slider {
    padding-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .tab-slider {
    padding-bottom: 0;
  }
}

.earthworks-slider .tab-slider__items {
  max-width: unset;
}
.earthworks-slider .tab-slider__text {
  max-width: 339px;
}

.work-stages {
  background-color: #0d0d0d;
  padding-block: clamp(4rem, 0.66rem + 14.25vw, 7.5rem);
}
.work-stages__title {
  font-size: clamp(2.25rem, 1.534rem + 3.05vw, 3rem);
  color: #f0efef;
  margin-bottom: clamp(2.188rem, 1.293rem + 3.82vw, 3.125rem);
}
@media (max-width: 767px) {
  .work-stages__title {
    padding-inline: 15px;
  }
}
@media (max-width: 767px) {
  .work-stages .container {
    padding-inline: 0;
  }
}
.work-stages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199px) {
  .work-stages__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .work-stages__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.work-stages__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 0.357rem + 2.38vw, 2.5rem);
  border-right: 2px solid #1a1a1a;
}
.work-stages__item:nth-child(1) {
  padding-left: 0;
}
.work-stages__item:nth-child(-n+3) {
  border-bottom: 2px solid #1a1a1a;
}
.work-stages__item:nth-child(3n) {
  border-right: 0;
}
.work-stages__item:nth-child(4n) {
  padding-left: 0;
}
@media (max-width: 1199px) {
  .work-stages__item:nth-child(2n+1) {
    border-right: 2px solid #1a1a1a;
    padding-left: 0;
  }
  .work-stages__item:not(:nth-last-of-type(-n + 2)) {
    border-bottom: 1px solid #1a1a1a;
  }
  .work-stages__item:nth-child(2n) {
    padding-left: clamp(1.5rem, 0.357rem + 2.38vw, 2.5rem);
    border-right: 0;
  }
}
@media (max-width: 767px) {
  .work-stages__item {
    border-right: 0 !important;
    padding-inline: 15px !important;
  }
}
.work-stages__item span {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  line-height: 125%;
  color: #f2f2f2;
  margin-bottom: clamp(2rem, 0.429rem + 3.27vw, 3.375rem);
}
.work-stages__item h3 {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 8px;
}
.work-stages__item p {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  line-height: 125%;
  color: #ccc;
}

.preliminary-calculation {
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .preliminary-calculation .container {
    padding-inline: 0;
  }
}
.preliminary-calculation__content {
  position: relative;
  display: flex;
}
.preliminary-calculation__content::before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #1a1a1a;
}
@media (max-width: 767px) {
  .preliminary-calculation__content {
    flex-direction: column;
  }
  .preliminary-calculation__content::before {
    display: none;
  }
}
.preliminary-calculation__title {
  position: relative;
  color: #fff;
  z-index: 1;
}
.preliminary-calculation__desc {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(7.688rem, 1.283rem + 27.32vw, 25.875rem);
  background-color: #1a1a1a;
  padding: clamp(2rem, 1.56rem + 1.88vw, 3.25rem) clamp(1rem, 0.032rem + 4.13vw, 3.75rem) clamp(2rem, 1.56rem + 1.88vw, 3.25rem) 0;
  flex: 1;
  overflow: hidden;
}
.preliminary-calculation__desc::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(14.375rem, -2.911rem + 36.01vw, 29.5rem);
  height: clamp(14.375rem, -2.911rem + 36.01vw, 29.5rem);
  background: url("/images/preliminary-calculation/desc-icon.svg") no-repeat;
  background-size: cover;
}
@media (max-width: 1440px) {
  .preliminary-calculation__desc::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .preliminary-calculation__desc::before {
    display: block;
    left: calc(clamp(4.75rem, -0.964rem + 11.9vw, 9.75rem) * -1);
    bottom: calc(clamp(4.313rem, -1.116rem + 11.31vw, 9.063rem) * -1);
    transform: translate(0);
  }
}
@media (max-width: 767px) {
  .preliminary-calculation__desc {
    padding-inline: 15px;
  }
}
.preliminary-calculation__desc-icon {
  width: 24px;
  height: 24px;
  background: url("/images/common/interface-essential.svg") no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.preliminary-calculation__items {
  position: relative;
  flex: 1;
  padding: clamp(1rem, -1rem + 4.17vw, 2.75rem) 0 clamp(1rem, -1rem + 4.17vw, 2.75rem) clamp(1rem, -2.143rem + 6.55vw, 3.75rem);
  background-color: #f2f2f2;
}
.preliminary-calculation__items form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(8rem, 0.286rem + 16.07vw, 14.75rem);
  height: 100%;
}
@media (max-width: 767px) {
  .preliminary-calculation__items ul {
    padding-inline: 15px;
  }
}
.preliminary-calculation__items .select-dropdown {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
.preliminary-calculation__items .select-dropdown span {
  cursor: pointer;
  padding: 10px;
  transition: 0.2s;
}
.preliminary-calculation__items .select-dropdown span:hover {
  background-color: #202020;
  color: #fff;
}
.preliminary-calculation__items input:focus ~ .select-dropdown {
  opacity: unset;
  visibility: unset;
}
.preliminary-calculation__items input[readonly] {
  cursor: pointer;
}
@media (max-width: 767px) {
  .preliminary-calculation__items input[readonly] {
    display: none;
  }
}
.preliminary-calculation__items .select-item {
  position: relative;
}
.preliminary-calculation__items .select-item::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/images/preliminary-calculation/dropdown-icon.svg") no-repeat;
  background-size: cover;
  pointer-events: none;
}
.preliminary-calculation__items input {
  width: 100%;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  line-height: 125%;
  padding-block: clamp(0.75rem, -0.107rem + 1.79vw, 1.5rem);
  border-bottom: 1px solid #b3b3b3;
  color: #4d4d4d;
}
.preliminary-calculation__items input::placeholder {
  color: inherit;
}
.preliminary-calculation__items select {
  display: none;
  appearance: none;
  -webkit-appearance: none;
  width: 100%;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  line-height: 125%;
  padding-block: clamp(0.75rem, -0.107rem + 1.79vw, 1.5rem);
  border-bottom: 1px solid #b3b3b3;
  outline: 0;
  color: #4d4d4d;
}
@media (max-width: 767px) {
  .preliminary-calculation__items select {
    display: initial;
  }
}
.preliminary-calculation__items::before {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #f2f2f2;
}
@media (max-width: 767px) {
  .preliminary-calculation__items {
    padding-inline: 0;
    padding-bottom: 0;
  }
}
.preliminary-calculation__text {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
  font-weight: 500;
  color: #fff;
  z-index: 1;
}
.preliminary-calculation__form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}
.preliminary-calculation__form-bottom p {
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #666;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .preliminary-calculation__form-bottom p {
    padding-inline: 15px;
  }
}
.preliminary-calculation__form-bottom b {
  font-weight: 500;
  font-size: 48px;
  line-height: 105%;
  letter-spacing: -0.03em;
  color: #202020;
  margin-bottom: clamp(1rem, -1.286rem + 4.76vw, 3rem);
}
@media (max-width: 767px) {
  .preliminary-calculation__form-bottom b {
    padding-inline: 15px;
  }
}
@media (max-width: 767px) {
  .preliminary-calculation__form-bottom {
    align-self: unset;
  }
}
@media (max-width: 767px) {
  .preliminary-calculation__btn {
    display: none;
  }
}
.preliminary-calculation__btn-mobile {
  display: none;
}
@media (max-width: 767px) {
  .preliminary-calculation__btn-mobile {
    display: flex;
  }
}
@media (max-width: 1440px) {
  .preliminary-calculation::before {
    position: absolute;
    content: "";
    left: calc(clamp(4.75rem, -0.964rem + 11.9vw, 9.75rem) * -1);
    bottom: calc(clamp(4.313rem, -1.116rem + 11.31vw, 9.063rem) * -1);
    width: clamp(14.375rem, -2.911rem + 36.01vw, 29.5rem);
    height: clamp(14.375rem, -2.911rem + 36.01vw, 29.5rem);
    background: url("/images/preliminary-calculation/desc-icon.svg") no-repeat;
    background-size: cover;
    z-index: 1;
  }
}
@media (max-width: 1440px) and (max-width: 767px) {
  .preliminary-calculation::before {
    display: none;
  }
}

.block-houses {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
}
@media (max-width: 1199px) {
  .block-houses .container {
    padding-inline: 0;
  }
}
.block-houses__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: clamp(1.5rem, -1.357rem + 5.95vw, 4rem);
}
@media (max-width: 1199px) {
  .block-houses__header {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .block-houses__header {
    margin-bottom: 0;
  }
}
.block-houses__header-items {
  max-width: 652px;
  flex: 1;
}
@media (max-width: 1199px) {
  .block-houses__header-items {
    max-width: unset;
  }
}
.block-houses__title {
  max-width: 487px;
  flex: 1;
}
@media (max-width: 1199px) {
  .block-houses__title {
    padding-inline: 24px;
  }
}
@media (max-width: 767px) {
  .block-houses__title {
    padding-inline: 15px;
  }
}
.block-houses__text {
  margin-bottom: clamp(1rem, -0.143rem + 2.38vw, 2rem);
}
@media (max-width: 1199px) {
  .block-houses__text {
    padding-inline: 24px;
  }
}
@media (max-width: 767px) {
  .block-houses__text {
    padding-inline: 15px;
  }
}
.block-houses__btn-wrapper {
  max-width: 210px;
}
@media (max-width: 1199px) {
  .block-houses__btn-wrapper {
    margin-inline: 24px;
  }
}
@media (max-width: 767px) {
  .block-houses__btn-wrapper {
    margin-inline: 0;
  }
}
.block-houses__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}
.block-houses__bottom picture {
  max-width: 429px;
  flex: 1;
}
.block-houses__bottom picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .block-houses__bottom picture {
    max-width: unset;
  }
}
@media (max-width: 1199px) {
  .block-houses__bottom {
    align-items: unset;
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .block-houses__bottom {
    gap: 0;
  }
}
.block-houses__list {
  max-width: 664px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex: 1;
}
@media (max-width: 1199px) {
  .block-houses__list {
    max-width: unset;
  }
}
@media (max-width: 767px) {
  .block-houses__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.block-houses__list-title {
  font-size: clamp(0.875rem, 0.732rem + 0.3vw, 1rem);
  font-weight: 500;
  line-height: 125%;
  letter-spacing: -0.02em;
}
.block-houses__list-text {
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  font-weight: 500;
  line-height: 125%;
  color: #666;
}
.block-houses__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border-bottom: 1px solid #e6e6e6;
}
.block-houses__item div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.block-houses__item:nth-child(2n+1) {
  border-right: 1px solid #e6e6e6;
}
.block-houses__item:nth-last-child(-n+2) {
  border-bottom: 0;
}
@media (max-width: 767px) {
  .block-houses__item:nth-last-child(-n+2) {
    border-bottom: 1px solid #e6e6e6;
  }
}
@media (max-width: 767px) {
  .block-houses__item:last-child {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  .block-houses__item {
    padding-inline: 15px;
    border-right: 0 !important;
  }
}
@media (max-width: 1199px) {
  .block-houses {
    padding-bottom: 0;
  }
}

.projects-geography {
  padding-block: 80px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .projects-geography {
    padding-top: 60px;
    padding-bottom: 0;
  }
}
.projects-geography__title {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .projects-geography__title {
    margin-bottom: 24px;
  }
}
.projects-geography__map-wrapper {
  position: relative;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .projects-geography__map-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .projects-geography__map-wrapper {
    display: block;
  }
}
.projects-geography__map-svg,
.projects-geography #russia-map {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  .projects-geography__map-svg,
  .projects-geography #russia-map {
    flex: 1;
    min-width: 0;
  }
}
.projects-geography__map-svg svg,
.projects-geography #russia-map svg {
  display: block;
  width: 100%;
  height: auto;
}
.projects-geography__popup {
  position: absolute;
  width: 375px;
  background: #0d0d0d;
  border-radius: 8px;
  overflow: visible;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 20;
  pointer-events: none;
}
.projects-geography__popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.projects-geography__popup::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #0d0d0d;
}
@media (max-width: 991px) {
  .projects-geography__popup {
    position: static;
    flex-shrink: 0;
    width: 320px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .projects-geography__popup::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .projects-geography__popup {
    position: static;
    width: calc(100% + 32px);
    margin-top: 24px;
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
.projects-geography__popup-close {
  display: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 5;
}
.projects-geography__popup-close::before, .projects-geography__popup-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #fff;
}
.projects-geography__popup-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.projects-geography__popup-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.projects-geography__popup-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background: #0d0d0d;
}
.projects-geography__popup-region {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #fff;
}
.projects-geography__popup-counter {
  display: flex;
  align-items: center;
  gap: 4px;
}
.projects-geography__popup-current, .projects-geography__popup-sep, .projects-geography__popup-total {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  color: #cccccc;
}
.projects-geography__popup-image {
  position: relative;
  width: 100%;
  aspect-ratio: 375/332;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.projects-geography__popup-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .projects-geography__popup-image {
    aspect-ratio: 4/3;
    border-radius: 0;
  }
}
.projects-geography__popup-nav {
  position: absolute;
  top: 50%;
  left: 16px;
  right: 16px;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.projects-geography__popup-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.3s;
  color: #fff;
}
@media (hover: hover) {
  .projects-geography__popup-arrow:hover {
    background: rgba(0, 0, 0, 0.7);
  }
}
.projects-geography__popup-arrow svg {
  width: 24px;
  height: 24px;
}
.projects-geography__popup-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  padding: 9px 16px 16px;
  background: linear-gradient(180deg, rgba(13, 13, 13, 0) 0%, rgba(13, 13, 13, 0.8) 100%);
}
.projects-geography__popup-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.projects-geography__popup-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.32px;
  color: #fff;
}
.projects-geography__popup-area {
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #e6e6e6;
}
.projects-geography__popup-area strong {
  color: #fff;
}
.projects-geography__popup-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 12px 16px;
  background: #fff;
  border-radius: 100px;
  font-size: 14px;
  font-weight: 500;
  line-height: 17.5px;
  color: #202020;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.3s;
}
@media (hover: hover) {
  .projects-geography__popup-btn:hover {
    background: #f0f0f0;
  }
}

.advantages {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
  background-color: #0e0c0c;
}
@media (max-width: 1440px) {
  .advantages .container {
    padding-inline: 0;
    max-width: unset;
  }
}
.advantages__title {
  max-width: 816px;
  color: #fff;
  margin-bottom: clamp(1.5rem, 0.069rem + 6.11vw, 3rem);
}
@media (max-width: 1440px) {
  .advantages__title {
    padding-inline: 60px;
  }
}
@media (max-width: 1199px) {
  .advantages__title {
    padding-inline: 24px;
  }
}
@media (max-width: 1199px) {
  .advantages__title {
    padding-inline: 15px;
  }
}
.advantages__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1199px) {
  .advantages__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .advantages__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.advantages__list-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(1.5rem, 0.357rem + 2.38vw, 2.5rem);
  border-right: 1px solid #333;
}
.advantages__list-item div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: clamp(2rem, -2.429rem + 9.23vw, 5.875rem);
}
.advantages__list-item:nth-child(3n) {
  border-right: 0;
}
@media (max-width: 1199px) {
  .advantages__list-item:nth-child(3n) {
    border-right: 1px solid #333;
  }
}
.advantages__list-item:first-child {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .advantages__list-item:first-child {
    padding-left: 60px;
  }
}
.advantages__list-item:nth-child(4n) {
  padding-left: 0;
}
@media (max-width: 1440px) {
  .advantages__list-item:nth-child(4n) {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  .advantages__list-item:nth-child(4n) {
    border-bottom: 1px solid #333;
  }
}
.advantages__list-item:nth-child(-n+3) {
  border-bottom: 1px solid #333;
}
@media (max-width: 767px) {
  .advantages__list-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 1199px) {
  .advantages__list-item {
    padding-inline: 24px !important;
  }
}
@media (max-width: 767px) {
  .advantages__list-item {
    padding-inline: 15px !important;
    border-bottom: 1px solid #333;
  }
}
.advantages__list-title {
  max-width: 304px;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}
.advantages__list-text {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.464rem + 0.6vw, 1rem);
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #e8e5e3;
}

.docs {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
}
.docs .container {
  padding-inline: 0;
}
.docs__title {
  margin-bottom: clamp(1.5rem, -0.214rem + 3.57vw, 3rem);
}
@media (max-width: 767px) {
  .docs__title {
    padding-inline: 15px;
  }
}
.docs__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #ccc;
}
.docs__list-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 16px;
  transition: 0.2s;
  border-bottom: 1px solid #ccc;
}
.docs__list-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .docs__list-item:hover {
    background-color: #f2f2f2;
  }
}
.docs__list-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 24px;
  flex: 1;
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
  font-weight: 500;
  line-height: 125%;
  color: #202020;
}
.docs__list-row h3 {
  flex: 1;
}
@media (max-width: 767px) {
  .docs__list-row h3 {
    flex: unset;
  }
}
.docs__list-row span {
  width: 150px;
  text-align: right;
}
@media (max-width: 767px) {
  .docs__list-row span {
    width: auto;
  }
}
@media (max-width: 767px) {
  .docs__list-row {
    max-width: 230px;
  }
}
@media (max-width: 767px) {
  .docs {
    padding-bottom: 32px;
  }
}

.feedbacks {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
  overflow: hidden;
}
.feedbacks__content {
  display: flex;
  gap: 16px;
}
@media (max-width: 1240px) {
  .feedbacks__content {
    flex-direction: column;
  }
}
.feedbacks .container {
  padding-inline: 0;
}
.feedbacks__items {
  position: relative;
  max-width: 489px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  flex: 1;
  background-color: #fff;
  z-index: 2;
}
.feedbacks__items::before {
  position: absolute;
  content: "";
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 1240px) {
  .feedbacks__items {
    max-width: unset;
  }
}
.feedbacks__title {
  margin-bottom: clamp(1.5rem, -11.214rem + 26.49vw, 12.625rem);
}
@media (max-width: 1240px) {
  .feedbacks__title {
    padding-inline: 15px;
  }
}
@media (max-width: 767px) {
  .feedbacks__title {
    margin-bottom: 48px;
  }
}
.feedbacks__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 1240px) {
  .feedbacks__btns li {
    flex-shrink: 0;
  }
}
@media (max-width: 1240px) {
  .feedbacks__btns {
    flex-direction: row;
    overflow-x: auto;
    padding-inline: 15px;
    gap: 24px;
  }
}
.feedbacks__btns-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #999;
  transition: 0.2s;
}
.feedbacks__btns-btn svg {
  transition: 0.2s;
  opacity: 0;
}
@media (max-width: 1240px) {
  .feedbacks__btns-btn svg {
    display: none;
  }
}
@media (hover: hover) {
  .feedbacks__btns-btn:hover:not(.feedbacks__btns-btn--active) {
    color: #202020;
  }
  .feedbacks__btns-btn:hover:not(.feedbacks__btns-btn--active) svg {
    opacity: unset;
  }
}
.feedbacks__btns-btn--active {
  color: #202020;
}
.feedbacks__btns-btn--active svg {
  opacity: unset;
}
.feedbacks__slider {
  max-width: 862px;
  flex: 1;
  overflow: visible;
}
@media (max-width: 767px) {
  .feedbacks__slider {
    width: 100%;
    max-width: unset;
    overflow: hidden;
  }
}
.feedbacks__slider-slide {
  width: 318px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  border: 1px solid #f2f2f2;
  padding: 16px;
  height: unset;
  transition: 0.2s;
}
.feedbacks__slider-slide a {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #202020;
}
.feedbacks__slider-slide.swiper-slide-active {
  background-color: #f2f2f2;
}
.feedbacks__slider-top img {
  display: block;
  margin-bottom: 8px;
}
.feedbacks__slider-top span {
  display: block;
  font-weight: 500;
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
  line-height: 125%;
  color: #666;
  margin-bottom: 24px;
}
.feedbacks__slider-top p {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
  line-height: 125%;
  color: #202020;
}
@media (max-width: 767px) {
  .feedbacks {
    padding-bottom: 0;
  }
}

.useful-materials {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
  background-color: #0d0d0d;
}
@media (max-width: 1199px) {
  .useful-materials .container {
    padding-inline: 0;
  }
}
.useful-materials__title {
  color: #fff;
}
.useful-materials__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: clamp(1.5rem, -0.214rem + 3.57vw, 3rem);
}
@media (max-width: 1199px) {
  .useful-materials__row {
    padding-inline: 24px;
  }
}
@media (max-width: 767px) {
  .useful-materials__row {
    padding-inline: 15px;
  }
}
@media (max-width: 767px) {
  .useful-materials__btn-wrapper {
    display: none;
  }
}
.useful-materials__btn-wrapper-mobile {
  display: none;
}
@media (max-width: 767px) {
  .useful-materials__btn-wrapper-mobile {
    display: flex;
  }
}
.useful-materials__list {
  display: flex;
  gap: clamp(0.25rem, -0.036rem + 0.6vw, 0.5rem);
}
@media (max-width: 1199px) {
  .useful-materials__list {
    overflow-y: auto;
  }
}
.useful-materials__item {
  flex: 1;
}
.useful-materials__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.useful-materials__item article {
  position: relative;
  height: 100%;
}
.useful-materials__item article::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(70.55% 100% at 50% 0%, rgba(33, 33, 33, 0) 0%, rgba(33, 33, 33, 0.26) 64.15%, rgba(33, 33, 33, 0.65) 100%);
}
.useful-materials__item article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media (max-width: 1199px) {
  .useful-materials__item {
    flex: 0 0 auto;
  }
}
.useful-materials__list-items {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: clamp(1rem, 0.429rem + 1.19vw, 1.5rem);
}
.useful-materials__list-items h3 {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.696rem + 0.89vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}
.useful-materials__list-items p {
  font-weight: 500;
  font-size: clamp(0.75rem, 0.607rem + 0.3vw, 0.875rem);
  line-height: 125%;
  color: #e8e5e3;
}
@media (max-width: 767px) {
  .useful-materials {
    padding-bottom: 0;
  }
}

.contacts {
  padding-block: clamp(4rem, 8.33vw, 7.5rem);
  background-color: #0d0d0d;
}
.contacts__title {
  max-width: 690px;
  color: #fff;
  margin-bottom: clamp(3rem, 0.143rem + 5.95vw, 5.5rem);
}
.contacts form {
  display: flex;
  gap: clamp(2rem, 0.857rem + 2.38vw, 3rem);
}
.contacts form ul {
  display: flex;
  flex: 1;
  gap: clamp(2rem, 0.857rem + 2.38vw, 3rem);
}
.contacts form ul li {
  flex: 1;
}
.contacts form ul li:has(input:focus:invalid) .error-message {
  display: block;
}
@media (max-width: 1199px) {
  .contacts form ul {
    flex-direction: column;
  }
}
.contacts form input {
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 16px;
}
@media (max-width: 1199px) {
  .contacts form button {
    align-self: flex-start;
  }
}
@media (max-width: 1199px) {
  .contacts form {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .contacts {
    padding-bottom: 32px;
  }
}

.footer {
  background-color: #0d0d0d;
  border-top: 2px solid #333;
  padding-bottom: 40px;
  padding-top: clamp(4rem, 1.429rem + 5.36vw, 6.25rem);
}
.footer__content {
  display: flex;
  gap: 18px;
}
.footer__left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  max-width: 429px;
  flex: 1;
}
.footer__logo {
  display: block;
  margin-bottom: 8px;
}
.footer__left-text {
  max-width: 270px;
  display: block;
  font-size: 20px;
  line-height: 80%;
  letter-spacing: -0.02em;
  text-transform: lowercase;
  color: #fff;
  margin-bottom: clamp(1.5rem, -0.107rem + 6.85vw, 6.063rem);
}
.footer__adresses {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}
.footer__adresses li {
  max-width: 366px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
  font-weight: 500;
  line-height: 125%;
  color: #fff;
}
.footer__adresses span {
  font-size: clamp(0.75rem, 0.631rem + 0.51vw, 0.875rem);
  font-weight: 500;
  line-height: 125%;
  color: #999;
}
.footer__social {
  display: inline-flex;
  gap: 4px;
  margin-bottom: 24px;
}
.footer__social a {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-self: center;
  background-color: #1a1a1a;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .footer__social {
    margin-bottom: 0;
  }
}
.footer__left-item {
  display: flex;
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.02em;
  color: #999;
}
@media (max-width: 1199px) {
  .footer__left-item {
    display: none;
  }
}
.footer__left-item-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .footer__left-item-mobile {
    display: flex;
    margin-top: clamp(1.5rem, 1.023rem + 2.04vw, 2rem);
  }
}
.footer__right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media (max-width: 767px) {
  .footer__right {
    display: none;
  }
}
.footer__nav {
  display: flex;
  gap: 18px;
}
@media (max-width: 1199px) {
  .footer__nav {
    flex-direction: column-reverse;
  }
}
.footer__nav-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 24px 18px;
  flex: 1;
}
.footer__nav-links li:nth-child(1) {
  grid-row: span 2;
}
@media (max-width: 1199px) {
  .footer__nav-links li:nth-child(1) {
    display: none;
  }
}
.footer__nav-links li:nth-child(3) {
  grid-row: span 2;
}
.footer__nav-links h2 {
  font-weight: 500;
  font-size: clamp(1.125rem, 0.767rem + 1.53vw, 1.5rem);
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #999;
  margin-bottom: 16px;
}
.footer__nav-links a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: clamp(0.875rem, 0.756rem + 0.51vw, 1rem);
  line-height: 125%;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  color: #fff;
  transition: 0.2s;
}
.footer__nav-links a svg {
  transition: 0.2s;
  opacity: 0;
}
.footer__nav-links a:last-child {
  margin-bottom: 0;
}
.footer__nav-links a:hover {
  color: #999;
}
.footer__nav-links a:hover svg {
  opacity: unset;
}
@media (max-width: 1199px) {
  .footer__nav-links {
    grid-template-columns: repeat(1, auto);
  }
}
.footer__nav-links-mobile {
  display: none;
  margin-bottom: 28px;
}
@media (max-width: 1199px) {
  .footer__nav-links-mobile {
    display: grid;
    grid-template-columns: repeat(1, auto);
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .footer__nav-links-mobile li:nth-child(1) {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .footer__nav-links-mobile li:nth-child(2) {
    display: none;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .footer__nav-links-mobile li:nth-child(2) {
    display: block;
  }
}
@media (max-width: 1199px) {
  .footer__nav-links-mobile li:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .footer__nav-links-mobile li:nth-child(3) {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer__nav-links-mobile {
    margin-bottom: 18px;
  }
}
.footer__contact-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer__contact-links a {
  font-size: clamp(1.125rem, 0.767rem + 1.53vw, 1.5rem);
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: #fff;
}
.footer__contact-links-mobile {
  display: none;
}
@media (max-width: 767px) {
  .footer__contact-links-mobile {
    display: flex;
    margin-bottom: 18px;
  }
}
.footer__bottom {
  display: flex;
  gap: clamp(0.75rem, -0.042rem + 3.38vw, 3rem);
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #4d4d4d;
  border-top: 2px solid #1a1a1a;
  padding-top: 28px;
  margin-top: 28px;
}
@media (max-width: 1199px) {
  .footer__bottom {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    flex-direction: column;
  }
}
.footer__bottom-mobile {
  display: none;
}
@media (max-width: 1199px) {
  .footer__bottom-mobile {
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer__bottom-mobile {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding-bottom: 24px;
  }
}

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