@import url("https://fonts.googleapis.com/css2?family=Geologica:wght,CRSV@100..900,0&family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap");
html {
  scroll-behavior: smooth;
}
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body {
  background-color: #fff;
  font-family: "Geologica";
  color: #000;
}
input,
textarea,
select {
  font-family: "Geologica";
  color: #000;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
.container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 1200px) {
  .container {
    max-width: 1160px;
    padding: 0 20px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 736px;
    padding: 0 16px;
  }
}
@media (max-width: 480px) {
  .container {
    padding: 0 20px;
  }
}
.btn {
  font-family: "Geologica";
  font-weight: 500;
  font-size: 18px;
  line-height: 220%;
  letter-spacing: -0.02em;
  outline: none;
  border: none;
  padding: 5px 20px;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
}
.btn-primary {
  background-color: #fb4d03;
  color: #fff;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #fd5f1c;
}
.btn-secondary {
  background: transparent;
  border: 1px solid #000;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  border: 1px solid #45454e;
}.header__top {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background: #000;
}
.header__top-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.header__list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}
.header__item {
  font-size: 20px;
  font-weight: 500;
  line-height: 220%;
  color: #ffffff;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.header__item-link {
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.header__item-link:hover {
  color: #FB4D03;
}
.header__menu {
  display: none;
}
.header__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.header__contact-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 220%;
  letter-spacing: -0.02em;
  margin-left: 14px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.header__contact-text:hover {
  color: #FB4D03;
}
.header__content {
  padding-top: 60px;
  width: 100%;
}
.header__content-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
.header__left {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
.header__tagline {
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.01em;
  width: 160px;
}
.header__right {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 100px;
}
.header__phone {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__phone-indicator {
  width: 6px;
  height: 6px;
  background-color: #28bc68;
  border-radius: 50%;
  margin: 5px 0 auto 0;
}
.header__phone-number {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em;
  text-decoration: none;
  color: #000;
}
.header__phone-text {
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  max-width: 120px;
}
.header__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.header__social-link {
  display: flex;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.header__social-link:hover {
  opacity: 1;
}
.header__menu-phone {
  border: 1px solid #d3d3d3;
  border-radius: 10px;
  padding: 9px 10px 6px;
}
.header__burger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  gap: 5px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.header__burger-line-first {
  display: block;
  width: 31px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.header__burger-line-two {
  display: block;
  width: 40px;
  height: 2px;
  background: #000;
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}
.header__drawer-menu {
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.header__drawer-close {
  flex-shrink: 0;
}
.header__drawer {
  position: fixed;
  top: 0;
  left: 0;
  right: 35px;
  bottom: 0;
  background: #ffffff;
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.35s ease;
  overflow: hidden;
  padding: 0 24px 24px;
  display: flex;
  flex-direction: column;
}
.header__drawer--open {
  transform: translateX(0);
}
.header__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
.header__overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.header__overlay--visible {
  opacity: 1;
  pointer-events: auto;
}
.header__drawer-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}
.header__drawer-link {
  display: block;
  padding: 2px 0;
  font-size: 20px;
  line-height: 220%;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}
.header__drawer-link:hover {
  color: #FB4D03;
}
.header__drawer-footer {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-shrink: 0;
  padding-top: 10px;
}
.header__drawer-contact-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 220%;
  letter-spacing: -0.02em;
  margin-left: 14px;
  color: #000;
}
.header__footer-address {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.header__address-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #0b1831;
  max-width: 275px;
}
.header__address-time {
  font-size: 12px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.03em;
  color: #0b1831;
  max-width: 220px;
}
.header__drawer-contact {
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.header__drawer-phone {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #000;
  text-decoration: none;
}

.header-logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1350px) {
  .header__top {
    display: none;
  }
  .header__menu {
    display: flex;
    align-items: center;
    column-gap: 25px;
  }
  .header__content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #ffffff;
    padding-top: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }
  .header__content-inner {
    height: 80px;
  }
  .header__tagline {
    display: none;
  }
  .header__right {
    display: none;
  }
  .header__burger {
    display: flex;
  }
  .header__overlay {
    display: block;
  }
  .header__drawer {
    right: 100px;
  }
}
@media (max-width: 480px) {
  .header__top {
    display: none;
  }
  .header__menu {
    display: flex;
    align-items: center;
    column-gap: 25px;
  }
  .header__content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    max-width: 480px;
    background: #ffffff;
    padding-top: 0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  }
  .header__logo-img {
    width: 168px;
    height: 44px;
  }
  .header__content-inner {
    height: 80px;
  }
  .header__tagline {
    display: none;
  }
  .header__right {
    display: none;
  }
  .header__burger {
    display: flex;
  }
  .header__overlay {
    display: block;
  }
  .header__footer-social-whatsapp, .header__footer-social-telegram {
    width: 27px;
    height: 27px;
  }
}
@media (max-width: 400px) {
  .header__drawer {
    right: 0;
  }
}.footer {
  width: 100%;
  padding: 30px 0 50px;
}
.footer__container {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.footer__logo {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.footer__logo-text {
  max-width: 200px;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: -0.01em;
}
.footer__content {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.footer__top {
  cursor: pointer;
  display: flex;
  text-decoration: none;
  color: inherit;
}
.footer__nav {
  display: flex;
  justify-content: space-between;
}
.footer__list {
  display: grid;
  grid-template-columns: repeat(8, auto);
  justify-content: start;
  column-gap: 30px;
}
.footer__item {
  cursor: pointer;
}
.footer__item-link {
  font-size: 20px;
  font-weight: 500;
  line-height: 220%;
  color: #000;
  letter-spacing: -0.02em;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer__item-link:hover {
  color: #FB4D03;
}
.footer__top-img {
  width: 80px;
  height: 80px;
}
.footer__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 14px;
  cursor: pointer;
}
.footer__contact-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 220%;
  letter-spacing: -0.02em;
}
.footer__text {
  font-weight: 300;
  font-size: 12px;
  line-height: 110%;
  letter-spacing: -0.02em;
  max-width: 550px;
  color: #8c8d95;
}

@media (max-width: 1350px) {
  .footer__nav {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 1024px) {
  .footer {
    padding: 40px 0 45px;
  }
  .footer__list {
    grid-template-columns: repeat(5, auto);
    row-gap: 8px;
  }
}
@media (max-width: 920px) {
  .footer__item-link {
    font-size: 17px;
  }
  .footer__contact-text {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  .footer {
    padding: 20px 0 40px;
  }
  .footer__list {
    grid-template-columns: repeat(auto-fit, minmax(120px, auto));
    column-gap: 20px;
    row-gap: 10px;
  }
  .footer__item {
    text-align: center;
  }
  .footer__item-link {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding: 10px 0 35px;
  }
  .footer__container {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .footer__logo {
    display: flex;
    align-items: center;
    column-gap: 20px;
    order: 1;
    margin-right: auto;
  }
  .footer__logo-text {
    max-width: 140px;
    font-size: 12px;
  }
  .footer__content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .footer__top-img {
    width: 60px;
    height: 60px;
  }
  .footer__top {
    order: 0;
    margin: 0 auto;
  }
  .footer__nav {
    flex-direction: column;
    row-gap: 15px;
  }
  .footer__list {
    grid-template-columns: repeat(auto-fit, minmax(120px, auto));
    column-gap: 20px;
    row-gap: 10px;
  }
  .footer__item {
    text-align: center;
    cursor: pointer;
  }
  .footer__item-link {
    font-size: 16px;
  }
  .footer__contact {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    cursor: pointer;
  }
  .footer__contact-text {
    font-size: 20px;
    font-weight: 500;
    line-height: 220%;
    letter-spacing: -0.02em;
  }
  .footer__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 110%;
    letter-spacing: -0.02em;
    max-width: 550px;
    color: #8c8d95;
  }
}.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.modal--visible {
  opacity: 1;
  pointer-events: auto;
}
.modal--open {
  display: flex;
  justify-content: flex-end;
}
.modal__content {
  max-width: 510px;
}
.modal__panel {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 100%;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 70px 90px 50px;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  overflow-y: auto;
}
.modal--visible .modal__panel {
  transform: translateX(0);
}
.modal__close {
  position: absolute;
  top: 60px;
  right: 120px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}
.modal__title {
  font-size: 45px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #000;
  max-width: 440px;
}
.modal__subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #000;
  margin-top: 15px;
  max-width: 510px;
}
.modal__form {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 25px;
}
.modal__field {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}
.modal__label {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #2e4242;
}
.modal__input {
  background: #ffffff;
  border: 1px solid #7f8282;
  border-radius: 10px;
  padding: 24px 28px;
  font-family: "Geologica", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 130%;
  color: #2e4242;
  outline: none;
  transition: border-color 0.2s ease;
  width: 100%;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1019607843);
}
.modal__input::placeholder {
  color: #9fa3ab;
}
.modal__input:focus {
  border-color: #FB4D03;
  background: #fff;
}
.modal__field-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #9a9c9c;
}
.modal__btn {
  margin-top: 10px;
  padding: 13px;
  width: 100%;
  font-size: 20px;
}
.modal__consent {
  display: flex;
  align-items: flex-start;
  column-gap: 12px;
  cursor: pointer;
  margin-top: 4px;
}
.modal__consent-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.modal__consent-input:checked + .modal__consent-box {
  background-color: transparent;
  border-color: #d2d3df;
  box-shadow: 0 1px 2px 0 rgba(184, 200, 224, 0.2235294118);
}
.modal__consent-input:checked + .modal__consent-box::after {
  content: "";
  display: block;
  width: 10px;
  height: 6px;
  border: 2px solid #575757;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg) translate(1px, -1px);
}
.modal__consent-box {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  border-radius: 5px;
  border: 1.5px solid #d0d3d9;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  margin-top: 2px;
}
.modal__consent-text {
  font-size: 11px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #9a9c9c;
}
.modal__consent-link {
  color: #9a9c9c;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}
.modal__consent-link:hover {
  color: #FB4D03;
}
.modal__success {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 25px;
  flex: 1;
  max-width: 510px;
}
.modal__success--visible {
  display: flex;
}
.modal__success-img {
  max-height: 270px;
  margin: 0 auto;
}
.modal__success-title {
  font-size: 45px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.modal__success-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.01em;
}
.modal__btn-close {
  margin-top: 10px;
  font-size: 20px;
  padding: 13px;
}
.modal .just-validate-error-label {
  font-size: 12px;
  color: #ff6b6b;
  letter-spacing: -0.01em;
  margin-top: -5px;
}
.modal .just-validate-error-field {
  border-color: #ff6b6b !important;
  background: #fff5f5 !important;
  margin-top: -5px;
}
.modal__btn-close {
  width: 100%;
}

@media (max-width: 1024px) {
  .modal__panel {
    max-width: 600px;
    padding: 70px 60px 50px;
  }
  .modal__close {
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
  }
  .modal__title {
    font-size: 36px;
  }
  .modal__subtitle {
    font-size: 16px;
  }
  .modal__input {
    font-size: 18px;
    padding: 20px 24px;
  }
}
@media (max-width: 768px) {
  .modal__panel {
    max-width: 480px;
    padding: 50px 40px 40px;
  }
  .modal__close {
    top: 45px;
    right: 40px;
  }
  .modal__title {
    font-size: 28px;
  }
  .modal__subtitle {
    font-size: 15px;
    margin-top: 14px;
  }
  .modal__label {
    font-size: 16px;
  }
  .modal__input {
    font-size: 16px;
    padding: 18px 20px;
  }
  .modal__btn {
    padding: 6px 40px;
    font-size: 18px;
  }
  .modal__btn-close {
    padding: 6px 40px;
    font-size: 18px;
  }
  .modal__form {
    margin-top: 30px;
  }
  .modal__success {
    row-gap: 15px;
  }
  .modal__success-img {
    max-height: 200px;
  }
  .modal__success-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.03em;
    color: #000;
  }
  .modal__success-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.01em;
  }
}
@media (max-width: 480px) {
  .modal__panel {
    max-width: 100%;
    padding: 90px 24px 40px;
  }
  .modal__close {
    top: 40px;
    right: 40px;
    width: 30px;
    height: 30px;
  }
  .modal__title {
    font-size: 24px;
    margin-top: 10px;
    max-width: 235px;
  }
  .modal__subtitle {
    font-size: 14px;
    margin-top: 10px;
  }
  .modal__label {
    font-size: 15px;
  }
  .modal__input {
    font-size: 16px;
    padding: 16px 18px;
  }
  .modal__form {
    margin-top: 24px;
    row-gap: 16px;
  }
  .modal__success {
    align-items: center;
    justify-content: center;
  }
  .modal__btn {
    padding: 6px 0;
  }
}.development-section {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  min-height: 850px;
  width: 100%;
  background: #f3f6fc;
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}
.development-section__container {
  width: 100%;
}
.development-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.development-section::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  overflow: hidden;
  height: 120px;
  background: #ffffff;
  border-radius: 30% 30% 0 0/80px 80px 0 0;
  z-index: 4;
}
.development-section__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.development-section__bg-decoration {
  position: absolute;
  left: -40px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.5;
  max-width: 600px;
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
.development-section__bg-image {
  position: absolute;
  right: -300px;
  top: 60%;
  transform: translateY(-50%);
  height: 600px;
  width: auto;
  object-fit: cover;
  z-index: 0;
  opacity: 0.8;
}
.development-section__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.development-section__heading {
  max-width: 860px;
  font-size: 74px;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: center;
}
.development-section__heading-accent {
  text-decoration: underline;
  color: #9ea9b7;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.development-section__text {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 130%;
  color: #0b1831;
  max-width: 725px;
  text-align: center;
  margin-top: 52px;
}
.development-section__text-accent {
  font-weight: 600;
}
.development-section__actions {
  display: flex;
  margin-top: 55px;
  gap: 12px;
}

.features-section {
  position: relative;
  z-index: 5;
  margin-top: -60px;
}
.features-section__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 12px;
  margin-top: -120px;
}
.features-section__item {
  display: flex;
  align-items: center;
  column-gap: 25px;
  padding: 40px 35px 45px;
  box-shadow: 0 10px 40px 0 rgba(150, 152, 135, 0.1490196078);
  border-radius: 15px;
  background: #fcfcfa;
}
.features-section__item-icon {
  width: 45px;
  height: 45px;
  flex-shrink: 0;
}
.features-section__item-text {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #0b1831;
}

.project-section {
  display: flex;
  flex-direction: column;
  margin-top: 95px;
}
.project-section__title {
  display: flex;
  column-gap: 65px;
}
.project-section__title-heading {
  font-size: 45px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  max-width: 1100px;
}
.project-section__title-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.project-section__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 50px;
}
.project-section__row {
  display: flex;
  gap: 12px;
}
.project-section__row--center {
  justify-content: center;
}
.project-section__item {
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 330px;
  padding: 30px;
  border-radius: 15px;
  background: #f5f5f5;
  position: relative;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease;
  cursor: pointer;
}
.project-section__item:hover {
  border: 2px solid #000000;
}
.project-section__item-text {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  max-width: 260px;
  z-index: 1;
}
.project-section__item-img {
  z-index: 0;
}
.project-section__item-one-img {
  position: absolute;
  right: 0;
  bottom: -10px;
  max-height: 300px;
}
.project-section__item-two-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 260px;
}
.project-section__item-three-img {
  position: absolute;
  right: 0;
  bottom: -5px;
  max-height: 290px;
}
.project-section__item-four-img {
  position: absolute;
  right: 0;
  bottom: -5px;
  max-height: 270px;
}
.project-section__item-five-img {
  position: absolute;
  right: 25px;
  bottom: 0;
  max-height: 280px;
}
.project-section__item-six-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 230px;
}
.project-section__item-seven-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 230px;
}
.project-section__item-eight-img {
  position: absolute;
  right: 10px;
  bottom: 0;
  max-height: 230px;
}
.project-section__features {
  display: flex;
  flex-direction: row;
  column-gap: 35px;
  row-gap: 20px;
  margin-top: 70px;
  margin-bottom: 30px;
}
.project-section__card {
  display: flex;
  flex-direction: column;
  width: 405px;
  border-top: 1px solid #d8dde4;
  padding: 30px 0 55px;
  gap: 25px;
}
.project-section__card .project-section__card-verification {
  display: flex;
  position: relative;
}
.project-section__card__card-icon {
  position: absolute;
  top: 5px;
  left: 250px;
}
.project-section__card-title {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #FB4D03;
}
.project-section__card-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #0b1831;
}

.calculator-section {
  background-color: #202026;
  padding: 125px 0 50px 0;
  overflow: hidden;
  position: relative;
}
.calculator-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-1px);
  width: 100%;
  overflow: hidden;
  height: 75px;
  background: #ffffff;
  border-radius: 0 0 80px 80px;
  z-index: 4;
}
.calculator-section__container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  column-gap: 102px;
}
.calculator-section__bg-svg {
  position: absolute;
  right: 130px;
  top: -40px;
  z-index: -1;
  pointer-events: none;
}
.calculator-section__svg-circle {
  margin-left: 25px;
  max-width: 105px;
}
.calculator-section__left {
  position: relative;
}
.calculator-section__left-heading {
  font-size: 45px;
  color: #ffffff;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-top: 30px;
  width: 550px;
}
.calculator-section__left-heading-accent {
  color: #FB4D03;
}
.calculator-section__left-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #f3f6fc;
  margin-top: 45px;
  max-width: 400px;
}
.calculator-section__right {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  width: 100%;
}
.calculator-section__naming {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.calculator-section__naming-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.calculator-section__naming-input {
  background-color: #393941;
  padding: 30px 32px;
  border: none;
  outline: none;
  border-radius: 15px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 130%;
  color: #d8dde4;
}
.calculator-section__square {
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}
.calculator-section__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  flex: 1;
}
.calculator-section__square-label {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.calculator-section__square-unit {
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 130%;
  color: #d8dde4;
}
.calculator-section__input-wrapper {
  display: flex;
  background-color: #393941;
  padding: 30px 32px;
  border-radius: 15px;
  width: 100%;
  column-gap: 10px;
}
.calculator-section__input {
  background: transparent;
  border: none;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 130%;
  color: #d8dde4;
  width: 100%;
  min-width: 0;
}
.calculator-section__stages {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.calculator-section__stages-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.calculator-section__stages-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.calculator-section__stage-item {
  list-style: none;
}
.calculator-section__stage-option {
  display: flex;
  align-items: center;
  cursor: pointer;
  column-gap: 10px;
  border-radius: 10px;
  transition: background-color 0.2s ease;
}
.calculator-section__radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.calculator-section__radio:checked + .calculator-section__stage-checkbox {
  background-color: #FB4D03;
}
.calculator-section__radio:checked + .calculator-section__stage-checkbox::after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  border: 2.5px solid #ffffff;
  border-top: none;
  border-left: none;
  transform: scale(-1, 1) rotate(45deg) translate(-2px, -2px);
}
.calculator-section__stage-text {
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #d8dde4;
}
.calculator-section__stage-checkbox {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background-color: #393941;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.calculator-section__nav {
  display: flex;
  flex-direction: row;
  column-gap: 12px;
  margin-top: 10px;
}
.calculator-section__btn-back {
  background: #393941;
  color: #ffffff;
}
.calculator-section__btn-next {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
.calculator-section__btn-text {
  color: #ffffff;
}
.calculator-section__step {
  display: none;
}
.calculator-section__step--active {
  display: block;
  animation: calcStepIn 0.3s ease forwards;
}
.calculator-section__step form {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.calculator-section__step-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.02em;
  color: #f3f6fc;
}
.calculator-section__field {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.calculator-section__select-wrapper {
  position: relative;
}
.calculator-section__select {
  appearance: none;
  -webkit-appearance: none;
  background-color: #393941;
  padding: 20px 52px 20px 32px;
  border: none;
  outline: none;
  border-radius: 15px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 130%;
  color: #d8dde4;
  cursor: pointer;
  font-family: "Geologica", sans-serif;
}
.calculator-section__select option {
  background-color: #2a2a31;
  color: #d8dde4;
}
.calculator-section__select:focus {
  outline: 2px solid #FB4D03;
  outline-offset: -2px;
}
.calculator-section__select-arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.2s ease;
}
.calculator-section__radios {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.calculator-section__radio-option {
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}
.calculator-section__radio-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.calculator-section__radio-input:checked + .calculator-section__radio-mark {
  background-color: #FB4D03;
  border-color: #FB4D03;
}
.calculator-section__radio-input:checked + .calculator-section__radio-mark::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
}
.calculator-section__radio-mark {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #6b7280;
  background-color: #393941;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.calculator-section__upload {
  display: flex;
  align-items: center;
  column-gap: 16px;
  cursor: pointer;
}
.calculator-section__upload-btn {
  display: inline-flex;
  align-items: center;
  column-gap: 8px;
  white-space: nowrap;
  flex-shrink: 0;
  pointer-events: none;
}
.calculator-section__upload-name {
  font-size: 14px;
  font-weight: 300;
  color: #6b7280;
  letter-spacing: -0.01em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calculator-section__upload-name--selected {
  color: #d8dde4;
}
.calculator-section__file-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.calculator-section__textarea {
  resize: none;
  min-height: 80px;
}
.calculator-section__success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  row-gap: 24px;
  padding: 60px 0;
}
.calculator-section__success--visible {
  display: flex;
  animation: calcStepIn 0.4s ease forwards;
}
.calculator-section__success-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #ffffff;
}
.calculator-section .just-validate-error-label {
  font-size: 12px;
  color: #ff6b6b;
  letter-spacing: -0.01em;
}
.calculator-section .just-validate-error-field {
  outline: 2px solid #ff6b6b !important;
  outline-offset: -2px;
}
.calculator-section .calculator-section__input-wrapper:has(.just-validate-error-field) {
  outline: 2px solid #ff6b6b;
  outline-offset: -2px;
}
.calculator-section .calculator-section__input-wrapper .just-validate-error-field {
  outline: none !important;
}

@keyframes calcStepIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.stages-section {
  padding: 100px 0 70px;
}
.stages-section__container {
  display: flex;
  align-items: center;
  column-gap: 40px;
}
.stages-section__levels {
  display: flex;
  margin-top: 30px;
  width: 800px;
  column-gap: 40px;
}
.stages-section__level {
  display: flex;
  flex-direction: column;
}
.stages-section__title {
  font-weight: 500;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.stages-section__block {
  display: flex;
  align-items: center;
  position: relative;
}
.stages-section__img {
  position: relative;
  left: 30px;
}
.stages-section__number {
  font-weight: 500;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.03em;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #FB4D03;
  margin-left: 15px;
}
.stages-section__name {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #0b1831;
  margin-top: 15px;
}
.stages-section__description {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #0b1831;
  margin-top: 20px;
}
.stages-section__btn-consultation {
  display: flex;
  align-self: flex-start;
  align-items: center;
  font-size: 16px;
  column-gap: 10px;
  padding: 0 10px;
  margin-top: 20px;
}
.stages-section__btn-consultation-text {
  color: inherit;
}
.stages-section__plan {
  display: flex;
  flex-direction: column;
  padding: 40px;
  background: #fbefea;
  border-radius: 15px;
  position: relative;
  row-gap: 20px;
}
.stages-section__plan-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.stages-section__plan-icon {
  position: absolute;
  top: -15px;
  right: 45px;
}
.stages-section__list {
  display: flex;
  flex-direction: column;
}
.stages-section__item {
  display: flex;
  align-items: center;
  column-gap: 14px;
  padding: 14px 0;
}
.stages-section__item--center {
  border-top: 1px solid #e0d5d1;
  border-bottom: 1px solid #e0d5d1;
}
.stages-section__item-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.02em;
}

.banner-section {
  margin: 80px 0 0;
}
.banner-section__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 40px;
  flex: 1;
}
.banner-section__visual {
  display: flex;
  flex-direction: row;
  column-gap: 30px;
  border-radius: 15px;
  position: relative;
  padding: 60px 70px;
  border: 3px solid #202026;
}
.banner-section__banner-svg {
  max-height: 212px;
}
.banner-section__content-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 110%;
  letter-spacing: -0.03em;
  max-width: 700px;
}
.banner-section__content-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #0b1831;
}
.banner-section__btn-order {
  width: 160px;
}

@media (max-width: 1350px) {
  .project-section {
    margin-top: 50px;
  }
  .project-section__title {
    flex-direction: column;
    row-gap: 15px;
  }
  .project-section__title-heading {
    font-size: clamp(24px, 4vw, 36px);
  }
  .project-section__row {
    flex-direction: column;
  }
  .project-section__list {
    margin-top: 25px;
  }
  .project-section__item {
    min-height: 150px;
    max-height: 150px;
    justify-content: center;
  }
  .project-section__item-one-img {
    max-width: 180px;
  }
  .project-section__item-two-img {
    max-width: 160px;
  }
  .project-section__item-three-img {
    max-width: 170px;
  }
  .project-section__item-four-img {
    max-width: 180px;
  }
  .project-section__item-five-img {
    max-width: 170px;
    right: 10px;
  }
  .project-section__item-six-img {
    right: 25px;
    max-width: 140px;
  }
  .project-section__item-seven-img {
    max-width: 140px;
    right: 20px;
  }
  .project-section__item-eight-img {
    right: 10px;
    max-width: 150px;
  }
  .project-section__features {
    flex-direction: column;
  }
  .project-section__card {
    width: 100%;
    padding-bottom: 10px;
  }
  .calculator-section__container {
    flex-direction: column;
    row-gap: 30px;
  }
  .calculator-section__left-heading {
    width: auto;
  }
  .calculator-section__left-text {
    max-width: 100%;
  }
}
@media (max-width: 1280px) {
  .development-section__bg-decoration {
    left: -200px;
    top: 50%;
    max-width: 600px;
  }
  .development-section__bg-image {
    right: -450px;
    top: 60%;
    height: 600px;
  }
  .stages-section {
    padding-top: 50px;
    padding-bottom: 10px;
  }
  .stages-section__container {
    flex-direction: column;
    align-items: center;
    row-gap: 40px;
  }
  .banner-section {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .development-section {
    min-height: 700px;
    padding-top: 80px;
  }
  .development-section__bg-decoration {
    left: -250px;
    max-width: 500px;
  }
  .development-section__bg-image {
    right: -350px;
    height: 500px;
  }
  .development-section__heading {
    font-size: clamp(48px, 6vw, 74px);
  }
  .development-section__text {
    font-size: 16px;
    margin-top: 35px;
  }
  .development-section__actions {
    margin-top: 40px;
  }
  .features-section {
    margin-top: -40px;
  }
  .features-section__container {
    grid-template-columns: 1fr;
    row-gap: 10px;
    max-width: 800px;
  }
  .features-section__item {
    padding: 30px 24px 35px;
  }
  .features-section__item-text {
    font-size: 17px;
  }
  .calculator-section__container {
    column-gap: clamp(40px, 6vw, 102px);
  }
  .calculator-section__left-heading {
    font-size: clamp(32px, 3.5vw, 45px);
    width: auto;
  }
  .stages-section__title {
    font-size: clamp(32px, 3.5vw, 45px);
  }
  .stages-section__levels {
    width: auto;
    column-gap: 25px;
  }
  .banner-section__content-title {
    font-size: clamp(22px, 2.5vw, 30px);
  }
  .banner-section__visual {
    padding: 45px 50px;
    column-gap: 20px;
  }
}
@media (max-width: 768px) {
  .development-section {
    min-height: 600px;
    padding: 100px 0 140px;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .development-section__content {
    align-items: flex-start;
  }
  .development-section__bg-image {
    right: -200px;
  }
  .development-section__bg-decoration {
    display: none;
  }
  .development-section__heading {
    font-size: clamp(36px, 6vw, 55px);
    text-align: left;
  }
  .development-section__text {
    font-size: 15px;
    text-align: left;
  }
  .development-section__actions {
    flex-direction: column;
    width: 100%;
  }
  .development-section .btn-summary {
    padding: 0;
  }
  .features-section__item {
    column-gap: 16px;
    padding: 24px 18px;
  }
  .features-section__item-text {
    font-size: 16px;
  }
  .project-section__item {
    height: 160px;
  }
  .project-section__features {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .project-section__card {
    width: 100%;
  }
  .project-section__card-title {
    font-size: 32px;
  }
  .project-section__card-text {
    font-size: 16px;
  }
  .stages-section__container {
    flex-direction: column;
    row-gap: 25px;
  }
  .stages-section__img {
    display: none;
  }
  .stages-section__levels {
    flex-direction: column;
    width: 100%;
    row-gap: 25px;
  }
  .stages-section__title {
    font-size: clamp(24px, 4vw, 36px);
  }
  .banner-section {
    margin: 10px 0 0;
  }
  .banner-section__container {
    flex-direction: column;
    padding: 34px 24px;
    border-radius: 15px;
    column-gap: 0;
    position: relative;
  }
  .banner-section__content {
    align-items: flex-start;
    row-gap: 20px;
  }
  .banner-section__banner-svg {
    position: absolute;
    max-width: 57px;
    max-height: 52px;
    top: 18px;
    right: 28px;
  }
  .banner-section__visual {
    flex-direction: column;
    padding: 40px 30px;
  }
  .banner-section__content-title {
    font-size: 22px;
    max-width: 400px;
  }
}
@media (max-width: 560px) {
  .banner-section__content-title {
    max-width: 350px;
  }
}
@media (max-width: 480px) {
  .development-section {
    width: 100%;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
    min-height: 650px;
    padding: 110px 0 160px;
  }
  .development-section__content {
    align-items: flex-start;
  }
  .development-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
  }
  .development-section::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    overflow: hidden;
    height: 120px;
    background: #ffffff;
    border-radius: 30% 30% 0 0/80px 80px 0 0;
    z-index: 4;
  }
  .development-section__heading {
    max-width: 335px;
    font-size: 30px;
    text-align: left;
  }
  .development-section__text {
    font-size: 16px;
    max-width: 340px;
    text-align: left;
  }
  .development-section__actions {
    width: 100%;
    flex-direction: column;
    margin-top: 28px;
    gap: 12px;
  }
  .features-section {
    margin-top: -30px;
  }
  .features-section__container {
    grid-template-columns: 1fr;
    row-gap: 4px;
    margin-top: -120px;
  }
  .features-section__item {
    column-gap: 20px;
    padding: 28px 18px;
  }
  .features-section__item-text {
    font-size: 16px;
  }
  .project-section {
    margin-top: 40px;
  }
  .project-section__container {
    align-items: center;
  }
  .project-section__title {
    flex-direction: column;
    row-gap: 20px;
  }
  .project-section__title-heading {
    font-size: 24px;
    max-width: 270px;
  }
  .project-section__title-text {
    font-size: 16px;
  }
  .project-section__list {
    flex-direction: column;
    gap: 4px;
    margin-top: 30px;
  }
  .project-section__row {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .project-section__row--center {
    justify-content: center;
  }
  .project-section__item {
    align-content: center;
    justify-content: center;
    min-height: 130px;
    max-height: 130px;
    padding: 30px 24px;
  }
  .project-section__item-text {
    font-size: 18px;
    max-width: 190px;
  }
  .project-section__item-one-img {
    bottom: 0;
    max-height: 125px;
  }
  .project-section__item-two-img {
    bottom: 0;
    max-height: 100px;
  }
  .project-section__item-three-img {
    bottom: -5px;
    max-height: 110px;
  }
  .project-section__item-four-img {
    bottom: -5px;
    max-height: 110px;
  }
  .project-section__item-five-img {
    right: 0;
    bottom: 0;
    max-height: 120px;
  }
  .project-section__item-six-img {
    right: 10px;
    max-height: 120px;
  }
  .project-section__item-seven-img {
    max-height: 120px;
  }
  .project-section__item-eight-img {
    right: 10px;
    bottom: 10px;
    max-height: 110px;
  }
  .project-section__features {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    margin-top: 30px;
    margin-bottom: 0;
    width: 100%;
  }
  .project-section__card {
    width: 100%;
    padding: 20px 0 0;
    gap: 15px;
  }
  .project-section__card__card-icon {
    top: 5px;
    right: -20px;
  }
  .project-section__card-title {
    font-size: 24px;
  }
  .project-section__card-text {
    font-size: 14px;
    max-width: 340px;
  }
  .calculator-section {
    padding: 100px 0 40px 0;
  }
  .calculator-section::before {
    border-radius: 0 0 30px 30px;
  }
  .calculator-section__container {
    flex-direction: column;
    row-gap: 30px;
  }
  .calculator-section__bg-svg {
    right: 130px;
    top: -40px;
  }
  .calculator-section__svg-circle {
    margin-left: 0;
    max-width: 55px;
  }
  .calculator-section__left-heading {
    margin-left: 15px;
    font-size: 24px;
    margin-top: 0;
    width: 275px;
  }
  .calculator-section__left-text {
    font-size: 14px;
    margin-top: 20px;
    max-width: 335px;
  }
  .calculator-section__right {
    row-gap: 20px;
  }
  .calculator-section__naming {
    row-gap: 10px;
  }
  .calculator-section__content-header {
    display: flex;
    align-items: center;
  }
  .calculator-section__naming-label {
    font-size: 16px;
  }
  .calculator-section__naming-input {
    padding: 19px 20px;
    border-radius: 12px;
    font-size: 16px;
  }
  .calculator-section__square {
    column-gap: 5px;
  }
  .calculator-section__wrapper {
    row-gap: 10px;
  }
  .calculator-section__square-label {
    font-size: 16px;
  }
  .calculator-section__square-none {
    display: none;
  }
  .calculator-section__input-wrapper {
    padding: 19px 20px;
    border-radius: 12px;
    column-gap: 5px;
  }
  .calculator-section__stages {
    row-gap: 20px;
  }
  .calculator-section__stages-title {
    font-size: 16px;
  }
  .calculator-section__stages-list {
    row-gap: 8px;
  }
  .calculator-section__stage-text {
    font-size: 15px;
  }
  .calculator-section__nav {
    column-gap: 12px;
    margin-top: 4px;
  }
  .stages-section {
    padding: 30px 0 0;
  }
  .stages-section__container {
    flex-direction: column;
    row-gap: 25px;
  }
  .stages-section__levels {
    flex-direction: column;
    margin-top: 30px;
    width: 350px;
    row-gap: 25px;
  }
  .stages-section__img {
    display: block;
  }
  .stages-section__level {
    flex-direction: row;
  }
  .stages-section__title {
    font-size: 24px;
  }
  .stages-section__block {
    flex-direction: column;
    align-items: center;
    width: 35px;
  }
  .stages-section__img {
    width: 100px;
    position: relative;
    left: 0;
    top: 60px;
    transform: rotate(90deg);
  }
  .stages-section__number {
    font-size: 24px;
    width: 34px;
    height: 34px;
    margin-left: 0;
  }
  .stages-section__stage {
    margin-top: 6px;
    margin-left: 15px;
  }
  .stages-section__name {
    font-size: 18px;
    margin-top: 0;
  }
  .stages-section__description {
    font-size: 14px;
    margin-top: 20px;
    max-width: 280px;
  }
  .stages-section__plan {
    padding: 30px 24px;
    row-gap: 20px;
  }
  .stages-section__plan-title {
    font-size: 20px;
  }
  .stages-section__item {
    padding: 12px 0;
  }
  .stages-section__item--center {
    border-top: 1px solid #e0d5d1;
    border-bottom: 1px solid #e0d5d1;
  }
  .stages-section__item-text {
    font-size: 16px;
  }
  .banner-section__content-title {
    font-size: 20px;
    max-width: 225px;
  }
  .banner-section__content-text {
    font-size: 14px;
    max-width: 280px;
  }
  .banner-section .btn-order {
    width: 140px;
    padding: 2px 0;
  }
}.construction-section {
  display: flex;
  align-items: center;
  min-height: 750px;
  background: #f3f6fc;
  position: relative;
  padding-bottom: 45px;
  overflow: hidden;
}
.construction-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.construction-section::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  overflow: hidden;
  height: 120px;
  background: #ffffff;
  border-radius: 30% 30% 0 0/80px 80px 0 0;
  z-index: 4;
}
.construction-section__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.construction-section__bg-decoration {
  position: absolute;
  left: -40px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.5;
  max-width: 600px;
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
.construction-section__bg-image {
  position: absolute;
  right: -50px;
  top: 55%;
  transform: translateY(-50%);
  height: 600px;
  width: auto;
  object-fit: cover;
  z-index: 0;
  opacity: 0.8;
}
.construction-section__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.construction-section__heading {
  max-width: 1000px;
  font-size: 74px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.construction-section__heading-accent {
  text-decoration: underline;
  color: #9ea9b7;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.construction-section__text {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 130%;
  color: #0b1831;
  max-width: 880px;
}
.construction-section__text-accent {
  font-weight: 600;
}
.construction-section__footer {
  display: flex;
  flex-direction: row;
  column-gap: 115px;
  align-items: center;
  margin-top: 35px;
}
.construction-section__actions {
  display: flex;
  margin-top: 55px;
  gap: 12px;
}

.characteristic-section {
  position: relative;
  z-index: 5;
  margin-top: -60px;
}
.characteristic-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: -120px;
}
.characteristic-section__item {
  display: flex;
  align-items: center;
  column-gap: 25px;
  padding: 40px 35px 45px;
  box-shadow: 0 10px 40px 0 rgba(150, 152, 135, 0.1490196078);
  border-radius: 15px;
  background: #fcfcfa;
}
.characteristic-section__item-img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.characteristic-section__item-text {
  font-size: 20px;
  line-height: 120%;
  letter-spacing: -0.03em;
  font-weight: 400;
  color: #0b1831;
}

.visualization-section {
  display: flex;
  align-items: center;
  min-height: 550px;
  background: #f3f6fc;
  position: relative;
  padding-bottom: 45px;
  overflow: hidden;
}
.visualization-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.visualization-section::after {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 110%;
  overflow: hidden;
  height: 120px;
  background: #ffffff;
  border-radius: 30% 30% 0 0/80px 80px 0 0;
  z-index: 4;
}
.visualization-section__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  z-index: 0;
}
.visualization-section__bg-decoration {
  position: absolute;
  left: -40px;
  top: 65%;
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0.5;
  max-width: 600px;
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}
.visualization-section__bg-image {
  position: absolute;
  right: -50px;
  top: 55%;
  transform: translateY(-50%);
  height: 600px;
  width: auto;
  object-fit: cover;
  z-index: 0;
  opacity: 0.8;
}
.visualization-section__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.visualization-section__heading {
  max-width: 1000px;
  font-size: 74px;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.visualization-section__heading-accent {
  text-decoration: underline;
  color: #9ea9b7;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.visualization-section__text {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 130%;
  color: #0b1831;
  max-width: 880px;
}
.visualization-section__text-accent {
  font-weight: 600;
}
.visualization-section__footer {
  display: flex;
  flex-direction: row;
  column-gap: 115px;
  align-items: center;
  margin-top: 35px;
}
.visualization-section__actions {
  display: flex;
  margin-top: 55px;
  gap: 12px;
}

.description-section {
  margin-top: 80px;
}
.description-section__title {
  font-size: 45px;
  line-height: 110%;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.description-section__text {
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
  letter-spacing: -0.02em;
  margin-top: 25px;
  color: #0b1831;
}
.description-section__text-bold {
  font-weight: 600;
}
.description-section__subtext {
  margin-top: 25px;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #0b1831;
}
.description-section__cards {
  display: flex;
  column-gap: 8px;
  margin-top: 50px;
}
.description-section__card {
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  padding: 40px 30px;
  border-radius: 15px;
}
.description-section__card-header {
  position: relative;
  height: 300px;
}
.description-section__card-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.03em;
  max-width: 410px;
  z-index: 2;
  position: relative;
}
.description-section__card-text {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 130%;
  max-width: 580px;
}
.description-section__card-text-bold {
  font-weight: 600;
}
.description-section__card-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-height: 325px;
  z-index: 1;
}

@media (max-width: 1350px) {
  .construction-section__bg-decoration {
    left: -200px;
    top: 60%;
    max-width: 600px;
  }
  .construction-section__bg-image {
    right: -150px;
    top: 60%;
    height: 600px;
  }
  .visualization-section__bg-decoration {
    left: -200px;
    top: 60%;
    max-width: 600px;
  }
  .visualization-section__bg-image {
    right: -150px;
    top: 60%;
    height: 600px;
  }
}
@media (max-width: 1024px) {
  .construction-section {
    padding-top: 80px;
    padding-bottom: 120px;
    min-height: 600px;
  }
  .construction-section__bg-image {
    right: 0px;
    height: 500px;
  }
  .construction-section__heading {
    font-size: 52px;
    max-width: 750px;
  }
  .construction-section__text {
    font-size: 16px;
  }
  .construction-section__footer {
    column-gap: 50px;
    margin-top: 35px;
  }
  .construction-section__bg-decoration {
    display: none;
  }
  .visualization-section {
    padding-top: 80px;
    padding-bottom: 120px;
    min-height: 600px;
  }
  .visualization-section__bg-image {
    right: 0px;
    height: 500px;
  }
  .visualization-section__heading {
    font-size: 52px;
    max-width: 750px;
  }
  .visualization-section__text {
    font-size: 16px;
  }
  .visualization-section__footer {
    column-gap: 50px;
    margin-top: 35px;
  }
  .visualization-section__bg-decoration {
    display: none;
  }
  .characteristic-section__list {
    gap: 8px;
  }
  .characteristic-section__item {
    padding: 28px 24px 32px;
    column-gap: 18px;
  }
  .characteristic-section__item-text {
    font-size: 17px;
  }
  .description-section {
    margin-top: 60px;
  }
  .description-section__title {
    font-size: 36px;
  }
  .description-section__text {
    font-size: 20px;
  }
  .description-section__subtext {
    font-size: 16px;
  }
  .description-section__card {
    padding: 30px 24px;
  }
  .description-section__card-header {
    height: 240px;
  }
  .description-section__card-img {
    max-height: 240px;
  }
}
@media (max-width: 768px) {
  .construction-section {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .construction-section__heading {
    font-size: 38px;
    max-width: 560px;
  }
  .construction-section__text {
    font-size: 15px;
    max-width: 100%;
  }
  .construction-section__footer {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 25px;
    margin-top: 30px;
  }
  .visualization-section {
    padding-top: 100px;
    padding-bottom: 140px;
  }
  .visualization-section__heading {
    font-size: 38px;
    max-width: 560px;
  }
  .visualization-section__text {
    font-size: 15px;
    max-width: 100%;
  }
  .visualization-section__footer {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 25px;
    margin-top: 30px;
  }
  .characteristic-section__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
  .characteristic-section__item {
    padding: 24px 18px;
    column-gap: 14px;
  }
  .characteristic-section__item-img {
    width: 30px;
    height: 30px;
  }
  .characteristic-section__item-text {
    font-size: 16px;
  }
  .description-section {
    margin-top: 45px;
  }
  .description-section__title {
    font-size: 28px;
  }
  .description-section__text {
    font-size: 18px;
    margin-top: 20px;
  }
  .description-section__subtext {
    font-size: 15px;
  }
  .description-section__cards {
    flex-direction: column;
    row-gap: 8px;
    margin-top: 35px;
  }
  .description-section__card {
    padding: 28px 24px;
  }
  .description-section__card-header {
    height: 220px;
  }
  .description-section__card-title {
    font-size: 20px;
    max-width: 320px;
  }
  .description-section__card-text {
    font-size: 15px;
  }
  .description-section__card-img {
    max-height: 200px;
  }
}
@media (max-width: 480px) {
  .construction-section {
    padding: 110px 0 160px;
    min-height: 600px;
    padding-bottom: 140px;
  }
  .construction-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
  }
  .construction-section::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    overflow: hidden;
    height: 120px;
    background: #ffffff;
    border-radius: 30% 30% 0 0/80px 80px 0 0;
    z-index: 4;
  }
  .construction-section__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
  }
  .construction-section__bg-decoration {
    display: none;
  }
  .construction-section__bg-image {
    top: 50%;
    right: 0px;
    height: 400px;
  }
  .construction-section__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .construction-section__heading {
    max-width: 345px;
    font-size: 30px;
  }
  .construction-section__text {
    font-size: 16px;
    max-width: 335px;
  }
  .construction-section__footer {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 45px;
    margin-top: 45px;
  }
  .visualization-section {
    padding: 110px 0 160px;
    min-height: 600px;
    padding-bottom: 140px;
  }
  .visualization-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, transparent 100%);
    pointer-events: none;
    z-index: 0;
  }
  .visualization-section::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 110%;
    overflow: hidden;
    height: 120px;
    background: #ffffff;
    border-radius: 30% 30% 0 0/80px 80px 0 0;
    z-index: 4;
  }
  .visualization-section__bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 0;
  }
  .visualization-section__bg-decoration {
    display: none;
  }
  .visualization-section__bg-image {
    top: 50%;
    right: 0px;
    height: 400px;
  }
  .visualization-section__content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .visualization-section__heading {
    max-width: 345px;
    font-size: 30px;
  }
  .visualization-section__text {
    font-size: 16px;
    max-width: 335px;
  }
  .visualization-section__footer {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 45px;
    margin-top: 45px;
  }
  .characteristic-section {
    margin-top: -60px;
  }
  .characteristic-section__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4px;
  }
  .characteristic-section__item {
    column-gap: 20px;
    padding: 20px 32px;
  }
  .characteristic-section__item-img {
    width: 30px;
    height: 30px;
  }
  .characteristic-section__item-text {
    font-size: 16px;
  }
  .description-section {
    margin: 40px 0 20px;
  }
  .description-section__title {
    font-size: 24px;
  }
  .description-section__text {
    font-size: 18px;
    margin-top: 20px;
  }
  .description-section__subtext {
    margin-top: 25px;
    font-size: 16px;
  }
  .description-section__cards {
    flex-direction: column;
    row-gap: 8px;
    margin-top: 30px;
  }
  .description-section__card {
    padding: 25px 24px;
  }
  .description-section__card-header {
    position: relative;
    height: 200px;
  }
  .description-section__card-title {
    font-size: 18px;
    max-width: 262px;
  }
  .description-section__card-text {
    font-size: 14px;
    max-width: 295px;
  }
  .description-section__card-img {
    position: absolute;
    right: 0;
    bottom: 0;
    max-height: 175px;
  }
}.contact {
  padding-top: 80px;
}
.contact__title {
  font-weight: 500;
  font-size: 45px;
  line-height: 110%;
  letter-spacing: -0.03em;
}

.contact-inner {
  padding: 40px 0 50px;
  margin-top: 50px;
  background: #f8f8f9;
  position: relative;
}
.contact-inner__container {
  display: flex;
  align-items: center;
}
.contact-inner__img {
  position: absolute;
  max-width: 475px;
  bottom: -30px;
  right: 80px;
}
.contact-inner__content {
  display: flex;
  flex-direction: column;
  row-gap: 75px;
  z-index: 2;
}
.contact-inner__heading {
  display: flex;
  align-items: flex-start;
  column-gap: 140px;
}
.contact-inner__footer {
  display: flex;
  align-items: center;
  column-gap: 65px;
  padding-top: 40px;
  border-top: 1px solid #d9d9d9;
}
.contact-inner__footer-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: -0.02em;
  color: #8c8d95;
  max-width: 480px;
}
.contact-inner__contact {
  display: flex;
  flex-direction: column;
}
.contact-inner__contact-phone {
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #000;
  text-decoration: none;
}
.contact-inner__address {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.contact-inner__address-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #0b1831;
  max-width: 400px;
}
.contact-inner__address-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #0b1831;
}
.contact-inner__social {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  margin-top: 20px;
}
.contact-inner__social-link {
  display: flex;
  opacity: 0.75;
  transition: opacity 0.2s;
}
.contact-inner__social-link:hover {
  opacity: 1;
}

@media (max-width: 1600px) {
  .contact-inner__img {
    max-width: 240px;
    right: 40px;
    bottom: auto;
    top: -80px;
  }
}
@media (max-width: 1024px) {
  .contact {
    padding-top: 90px;
  }
  .contact__title {
    font-size: clamp(32px, 4vw, 45px);
  }
  .contact-inner__img {
    max-width: 320px;
    right: 40px;
  }
  .contact-inner__heading {
    column-gap: clamp(50px, 6vw, 140px);
  }
  .contact-inner__content {
    row-gap: 50px;
  }
  .contact-inner__contact-phone {
    font-size: clamp(28px, 3vw, 40px);
  }
  .contact-inner__address-title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .contact {
    padding-top: 60px;
  }
  .contact__title {
    font-size: 28px;
  }
  .contact-inner {
    margin-top: 30px;
    padding: 30px 0 40px;
  }
  .contact-inner__img {
    max-width: 160px;
    right: 30px;
    bottom: auto;
    top: -80px;
  }
  .contact-inner__content {
    row-gap: 35px;
  }
  .contact-inner__heading {
    flex-direction: column;
    column-gap: 0;
    row-gap: 20px;
  }
  .contact-inner__contact {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
  .contact-inner__contact-phone {
    font-size: 28px;
  }
  .contact-inner__footer {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
    row-gap: 15px;
    padding-top: 25px;
  }
  .contact-inner__address-title {
    font-size: 18px;
    max-width: 320px;
  }
}
@media (max-width: 480px) {
  .contact {
    padding-top: 50px;
  }
  .contact__title {
    font-size: 24px;
    max-width: 240px;
  }
  .contact-inner {
    margin-top: 25px;
    padding: 0;
  }
  .contact-inner__container {
    padding: 20px 28px;
  }
  .contact-inner__content {
    row-gap: 25px;
  }
  .contact-inner__heading {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
  }
  .contact-inner__footer {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 15px;
    padding-top: 16px;
    border-top: 1px solid #d9d9d9;
  }
  .contact-inner__footer-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #8c8d95;
    max-width: 480px;
  }
  .contact-inner__contact {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    width: 100%;
  }
  .contact-inner__contact-phone {
    font-size: 30px;
  }
  .contact-inner__address {
    row-gap: 20px;
  }
  .contact-inner__address-title {
    font-size: 18px;
    max-width: 270px;
  }
  .contact-inner__address-text {
    font-size: 14px;
  }
  .contact-inner__social {
    gap: 12px;
    margin-top: 0;
  }
  .contact-inner__img {
    width: 80px;
    top: -65px;
    right: 25px;
    z-index: 2;
  }
}.keen-slider__slide {
  min-width: auto !important;
}

.documents {
  background-color: #202026;
  padding: 150px 0 75px 0;
  overflow: hidden;
  position: relative;
}
.documents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  height: 75px;
  background: #ffffff;
  border-radius: 0 0 80px 80px;
  z-index: 4;
}
.documents__container {
  position: relative;
  z-index: 1;
}
.documents__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-areas: "left  right" "footer right";
  column-gap: 110px;
}
.documents__svg-circle {
  margin-left: 25px;
}
.documents__left {
  grid-area: left;
  position: relative;
}
.documents__bg-svg {
  position: absolute;
  right: 150px;
  top: -35px;
  z-index: -1;
  pointer-events: none;
}
.documents__heading {
  position: relative;
  z-index: 1;
}
.documents__title {
  font-size: 45px;
  color: #ffffff;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-top: 30px;
  max-width: 550px;
}
.documents__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #f3f6fc;
  margin-top: 45px;
  max-width: 550px;
}
.documents__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  flex: 0 0 auto;
  width: 200px;
  height: 300px;
}
.documents__item-blur {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  border-radius: 0 0 15px 15px;
  background: linear-gradient(to top, rgba(7, 4, 18, 0.85) 0%, rgba(7, 4, 18, 0.4) 50%, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
.documents__footer {
  grid-area: footer;
  position: relative;
  z-index: 1;
  align-self: end;
  padding-top: 45px;
  display: flex;
  column-gap: 20px;
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  margin-top: 110px;
}
.documents__footer-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #8c8d95;
  max-width: 450px;
}
.documents__btn-download {
  display: flex;
  align-self: flex-start;
  align-items: center;
  font-size: 16px;
  column-gap: 10px;
  padding: 0 10px;
  border-color: #ffffff;
}
.documents__btn-download-text {
  color: #ffffff;
}
.documents__right {
  grid-area: right;
  display: flex;
  justify-content: center;
  flex-direction: column;
  row-gap: 50px;
  width: 100%;
}
.documents__list {
  overflow: hidden;
}
.documents__list-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.documents__dots {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  column-gap: 25px;
}
.documents__dot {
  width: 8px;
  height: 8px;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.documents__dot-active {
  width: 15px;
  height: 15px;
  background: transparent;
  border: 3px solid #fb4d03;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media (max-width: 1280px) {
  .documents {
    padding: 110px 0 60px;
  }
  .documents::before {
    height: 60px;
    border-radius: 0 0 60px 60px;
  }
  .documents__content {
    column-gap: 50px;
  }
  .documents__title {
    font-size: clamp(32px, 3.5vw, 45px);
  }
  .documents__text {
    font-size: 16px;
  }
  .documents__list-item {
    width: 160px;
    height: 260px;
  }
  .documents__item-blur {
    height: 58%;
  }
  .documents__footer {
    margin-top: 60px;
  }
}
@media (max-width: 920px) {
  .documents__heading {
    display: flex;
    flex-direction: column;
    width: 500px;
  }
  .documents__left {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .documents__content {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right" "footer";
    row-gap: 35px;
    column-gap: 0;
  }
  .documents__right {
    row-gap: 20px;
  }
  .documents__list-item {
    width: 140px;
    height: 220px;
  }
  .documents__footer {
    margin-top: 5px;
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .documents {
    padding: 90px 0 50px;
  }
  .documents__heading {
    width: auto;
  }
  .documents::before {
    height: 45px;
    border-radius: 0 0 40px 40px;
  }
  .documents__content {
    justify-content: center;
  }
  .documents__title {
    font-size: 28px;
    max-width: 320px;
  }
  .documents__text {
    font-size: 15px;
    margin-top: 20px;
    max-width: 480px;
  }
  .documents__footer {
    margin-top: 0;
    padding-top: 30px;
    justify-content: center;
    align-content: center;
  }
  .documents__right {
    row-gap: 25px;
  }
  .documents__item-blur {
    height: 55%;
  }
}
@media (max-width: 590px) {
  .documents__footer {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 480px) {
  .documents {
    padding: 75px 0 40px 0;
  }
  .documents::before {
    height: 45px;
    border-radius: 0 0 30px 30px;
  }
  .documents__content-header {
    display: flex;
    align-items: center;
  }
  .documents__content {
    grid-template-columns: 1fr;
    grid-template-areas: "left" "right" "footer";
    row-gap: 30px;
    column-gap: 0;
  }
  .documents__svg-circle {
    margin-left: 0;
    max-width: 55px;
    max-height: 50px;
  }
  .documents__bg-svg {
    right: 150px;
    top: -35px;
  }
  .documents__left {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  .documents__title {
    font-size: 24px;
    margin-top: 0;
    margin-left: 15px;
    max-width: 195px;
  }
  .documents__text {
    font-size: 14px;
    margin-top: 20px;
    max-width: 340px;
  }
  .documents__footer {
    padding-top: 25px;
    margin-top: 0;
  }
  .documents__footer-text {
    font-size: 14px;
  }
  .documents__right {
    justify-self: center;
    width: 100%;
    row-gap: 20px;
  }
  .documents__item-blur {
    border-radius: 0 0 15px 15px;
    height: 50%;
  }
  .documents__dot {
    width: 8px;
    height: 8px;
    background: rgba(217, 217, 217, 0.2);
    border-radius: 50%;
    cursor: pointer;
  }
  .documents__dot-active {
    width: 15px;
    height: 15px;
    background: transparent;
    border: 3px solid #fb4d03;
    border-radius: 50%;
    cursor: pointer;
  }
}.documentation {
  margin-top: 80px;
  margin-bottom: 40px;
}
.documentation__title {
  font-size: 45px;
  font-weight: 500;
  line-height: 110%;
  letter-spacing: -0.03em;
  max-width: 750px;
}
.documentation__list {
  margin-top: 50px;
  display: flex;
  align-items: center;
  column-gap: 12px;
  overflow-x: hidden;
}
.documentation__item {
  position: relative;
}
.documentation__item-text {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  padding: 0 20px;
  word-break: break-all;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.documentation__item-blur {
  position: absolute;
  bottom: 3px;
  border-radius: 15px;
  left: 0;
  right: 0;
  height: 100px;
  -webkit-backdrop-filter: blur(2px);
  -webkit-mask-image: linear-gradient(to top, black 40%, transparent 90%);
  mask-image: linear-gradient(to top, black 40%, transparent 90%);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.4392156863);
}
.documentation__item-img {
  max-height: 290px;
}
.documentation__banner {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  border: 3px solid #202026;
  padding: 40px 70px;
  border-radius: 15px;
  column-gap: 120px;
}
.documentation__content {
  display: flex;
  flex-direction: column;
}
.documentation__heading {
  display: flex;
  align-items: center;
}
.documentation__banner-title {
  font-size: 30px;
  letter-spacing: -0.03em;
  font-weight: 500;
}
.documentation__banner-text {
  font-weight: 300;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  margin-top: 20px;
}
.documentation__btn-look {
  display: flex;
  align-self: flex-start;
  align-items: center;
  font-size: 16px;
  column-gap: 10px;
  padding: 0 10px;
  margin-top: 20px;
}
.documentation__btn-look-text {
  color: inherit;
}
.documentation .icon-verification {
  position: relative;
  right: -15px;
}
.documentation__features {
  display: flex;
  flex-direction: row;
  column-gap: 35px;
  row-gap: 20px;
  margin-top: 50px;
  margin-bottom: 70px;
}
.documentation__card {
  display: flex;
  flex-direction: column;
  width: 405px;
  border-top: 1px solid #d8dde4;
  padding: 30px 0 0px;
  gap: 25px;
}
.documentation__card .documentation__card-verification {
  display: flex;
  position: relative;
}
.documentation__card__card-icon {
  position: absolute;
  top: 5px;
  left: 250px;
}
.documentation__card-title {
  font-size: 44px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #FB4D03;
}
.documentation__card-text {
  font-size: 18px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #0b1831;
}

@media (max-width: 1350px) {
  .documentation__list {
    overflow-x: scroll;
  }
  .documentation__features {
    flex-direction: column;
  }
  .documentation__card {
    width: 100%;
    padding-bottom: 10px;
  }
}
@media (max-width: 1024px) {
  .documentation {
    margin-top: 60px;
  }
  .documentation__title {
    font-size: clamp(32px, 3.5vw, 45px);
    max-width: 600px;
  }
  .documentation__banner {
    padding: 40px 50px;
    column-gap: clamp(40px, 6vw, 120px);
  }
  .documentation__banner-title {
    font-size: clamp(22px, 2.5vw, 30px);
  }
  .documentation__item-img {
    max-height: 240px;
  }
}
@media (max-width: 768px) {
  .documentation {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .documentation__title {
    font-size: 28px;
    max-width: 480px;
  }
  .documentation__list {
    margin-top: 30px;
    column-gap: 6px;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .documentation__item-text {
    font-size: 16px;
    bottom: 25px;
  }
  .documentation__item-img {
    max-height: 250px;
  }
  .documentation__banner {
    margin-top: 50px;
    flex-direction: column;
    padding: 34px 30px;
    column-gap: 0;
    position: relative;
  }
  .documentation__banner-title {
    font-size: 22px;
    max-width: 340px;
  }
  .documentation__banner-text {
    font-size: 15px;
    margin-top: 15px;
  }
  .documentation .icon-verification {
    position: absolute;
    top: 28px;
    right: 34px;
  }
  .documentation__features {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .documentation__card {
    width: 100%;
  }
  .documentation__card-title {
    font-size: 32px;
  }
  .documentation__card-text {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .documentation {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .documentation__title {
    font-size: 24px;
    max-width: 330px;
  }
  .documentation__list {
    margin-top: 25px;
    column-gap: 3px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  .documentation__item-text {
    bottom: 20px;
    padding: 0 15px;
    font-size: 14px;
  }
  .documentation__item-img {
    max-height: 221px;
  }
  .documentation__banner {
    margin-top: 30px;
    flex-direction: column;
    padding: 34px 24px;
    column-gap: 0;
    position: relative;
  }
  .documentation__banner-title {
    font-size: 20px;
    max-width: 225px;
  }
  .documentation__banner-text {
    font-size: 14px;
    max-width: 285px;
    margin-top: 15px;
  }
  .documentation .icon-verification {
    position: absolute;
    top: 28px;
    right: 34px;
  }
  .documentation__features {
    display: none;
  }
}.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}