@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../fonts/HelveticaNeueCyr-Light.eot');
  src: url('../fonts/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueCyr-Light.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Light.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Light.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../fonts/HelveticaNeueCyr-Medium.eot');
  src: url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueCyr-Medium.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../fonts/HelveticaNeueCyr-Bold.eot');
  src: url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueCyr-Bold.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url('../fonts/HelveticaNeueCyr-Roman.eot');
  src: url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueCyr-Roman.woff2') format('woff2'), url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'), url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype'), url('../fonts/HelveticaNeueCyr-Roman.svg#HelveticaNeueCyr-Roman') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  list-style: none;
}
button,
input,
textarea,
select {
  background-color: transparent;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  resize: none;
  border: none;
}
button {
  cursor: pointer;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #ffffff;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #ffffff;
  opacity: 1;
}
body {
  font-family: 'HelveticaNeueCyr', sans-serif;
  position: relative;
  color: #fff;
  background-color: #141414;
  line-height: 1.35;
  font-weight: 300;
  font-size: 16px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}
.body-block {
  overflow: hidden;
}
.wrapper {
  max-width: 1278px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.section-title {
  font-size: 43px;
  font-weight: 300;
  text-align: center;
}
.section-pt {
  padding-top: 50px;
}
.section-pb {
  padding-bottom: 50px;
}
.primary-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 100px;
  padding: 6px 6px 6px 31px;
  background-color: #ADFE82;
  color: #141414;
  transition: 0.25s;
  font-weight: 500;
}
.primary-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #141414;
  margin-left: 18px;
}
.primary-btn:hover {
  box-shadow: 10px 0px 35px rgba(173, 254, 130, 0.35);
}
.secondary-btn {
  display: flex;
  align-items: center;
  border-radius: 100px;
  padding: 6px 6px 6px 31px;
  background-color: #141414;
  color: #ADFE82;
  border: 1px solid #ADFE82;
  transition: 0.25s;
  margin-left: 20px;
}
.secondary-btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background-color: #ADFE82;
  margin-left: 18px;
  transition: 0.25s;
}
.secondary-btn span svg path {
  transition: 0.25s;
}
.secondary-btn:hover {
  background-color: #ADFE82;
  color: #141414;
}
.secondary-btn:hover span {
  background-color: #141414;
}
.secondary-btn:hover span svg path {
  stroke: #fff;
}
.field__label {
  display: block;
  padding: 0 18px;
  font-weight: 500;
}
.field__inp {
  display: block;
  width: 100%;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 100px;
  height: 70px;
  padding: 0 35px;
  margin-top: 10px;
  box-sizing: border-box;
  transition: 0.25s;
}
.field__inp:focus {
  border-color: rgba(173, 254, 130, 0.5);
}
.field__inp:-ms-input-placeholder {
  opacity: 0.6;
}
.field__inp::placeholder {
  opacity: 0.6;
}
h1 {
  line-height: 1.1;
}
h2 {
  line-height: 1.2;
}
.show-on-mob {
  display: none;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.body-bg {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 100%;
  height: 100%;
  min-height: calc(100% + 200px);
  object-fit: cover;
  object-position: top center;
  mix-blend-mode: hard-light;
  z-index: -1;
}
.header {
  padding: 26px 0;
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__main {
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.header__logo {
  display: block;
  width: 180px;
}
.header__logo img {
  display: block;
}
.header__nav {
  margin-left: auto;
  margin-right: auto;
}
.header__nav ul {
  display: flex;
}
.header__nav ul > *:not(:first-child) {
  margin-left: 55px;
}
.header__btns {
  display: flex;
}
.header__login {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.15);
  min-height: 47px;
  box-sizing: border-box;
  padding: 13px 17px;
  font-weight: 500;
  transition: 0.25s;
}
.header__login svg {
  display: block;
  margin-right: 8px;
  flex-shrink: 0;
  width: 20px;
}
.header__login svg path {
  transition: 0.25s;
}
.header__login:hover {
  background-color: #ADFE82;
  color: #141414;
}
.header__login:hover svg path {
  fill: #141414;
}
.header__request {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background-color: #ADFE82;
  min-height: 47px;
  box-sizing: border-box;
  padding: 13px 17px;
  font-weight: 500;
  color: #141414;
  margin-left: 13px;
  transition: 0.25s;
}
.header__request:hover {
  box-shadow: 10px 0px 35px rgba(173, 254, 130, 0.35);
}
.header__burger {
  position: relative;
  display: none;
  flex-shrink: 0;
  width: 30px;
  height: 12px;
}
.header__burger::before,
.header__burger::after {
  content: '';
  position: absolute;
  right: 0;
  height: 3px;
  border-radius: 100px;
  background-color: #ADFE82;
  transform-origin: left;
}
.header__burger::before {
  width: 100%;
  top: 0;
}
.header__burger::after {
  width: calc(100% - 4px);
  bottom: 0;
}
.header__burger--active::before {
  transform: rotate(45deg);
  top: -6px;
}
.header__burger--active::after {
  transform: rotate(-45deg);
  width: 100%;
  bottom: -6px;
}
.hero {
  padding-top: 94px;
  padding-bottom: 31px;
}
.hero__content {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.hero__title {
  font-size: 61px;
  font-weight: 300;
}
.hero__title span {
  font-weight: 700;
}
.hero__descr {
  font-weight: 300;
  margin-top: 31px;
  font-size: 25px;
}
.hero__btns {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.hero__line {
  position: absolute;
  left: calc(100% + 130px);
  bottom: -50px;
}
.partner__title {
  margin-bottom: 25px;
  font-weight: 500;
  font-size: 22px;
  opacity: 0.2;
  text-align: center;
}
.partner__items {
  display: flex;
  align-items: center;
  gap: 36px;
}
.partner__item {
  transition: 0.25s;
  position: relative;
}
.partner__item img {
  display: block;
  opacity: 0;
  transition: 0.25s;
}
.partner__item img + img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0.2;
}
.partner__item:hover img {
  opacity: 1;
}
.partner__item:hover img + img {
  opacity: 0;
}
.how__line {
  display: none;
}
.how__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.how__imp {
  width: calc(100% / 3);
  position: -webkit-sticky;
  position: sticky;
  top: calc((100dvh / 2) - 150px);
  left: 0;
}
.how__title {
  text-align: left;
  margin-bottom: 25px;
}
.how__descr {
  font-weight: 300;
  max-width: 406px;
}
.how__items {
  width: 62%;
}
.how__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.how__item:not(:first-child) {
  margin-top: 54px;
}
.how__item:first-child .how__img {
  margin-top: -50px;
}
.how__item:nth-child(4) .how__text {
  padding-top: 50px;
}
.how__item:nth-child(4) .how__img {
  margin: unset;
}
.how__item:nth-child(2) .how__img {
  margin-left: -20px;
}
.how__item:nth-child(3) .how__text {
  padding-top: 40px;
}
.how__item:nth-child(3) .how__img {
  margin: 0;
}
.how__img {
  position: relative;
  display: block;
  width: calc(50% + 28px);
}
.how__img img {
  display: block;
  width: 100%;
}
.how__text {
  padding-top: 72px;
  padding-bottom: 72px;
  width: 48%;
}
.how__num {
  font-size: 32px;
  font-weight: 500;
  opacity: 0.2;
}
.how__name {
  margin-top: 32px;
  font-size: 29px;
  color: #ADFE82;
  font-weight: 500;
  margin-bottom: 13px;
}
.how__bottom {
  display: flex;
  justify-content: center;
  margin-top: 63px;
}
.integration .wrapper {
  position: relative;
}
.integration__line {
  position: absolute;
  left: 10px;
  top: calc(100% - 33px);
  z-index: -1;
}
.integration__content {
  padding: 81px 20px;
  border-radius: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 2;
}
.integration__descr {
  max-width: 416px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.integration__partners {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.integration__partners > *:not(:first-child) {
  margin-left: 80px;
}
.integration__partners > *:first-child {
  align-self: flex-end;
}
.integration__partners img {
  display: block;
}
.grow__top {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.grow__alert {
  margin-top: 25px;
}
.grow__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  gap: 20px;
}
.grow__item {
  padding: 32px 18px 32px 27px;
  box-sizing: border-box;
  border-radius: 18px;
  background: rgba(24, 28, 27, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
}
.grow__name {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #ADFE82;
  font-size: 23px;
}
.grow__name img {
  display: block;
  flex-shrink: 0;
  margin-right: 27px;
  width: 63px;
}
.grow__list {
  margin-top: 27px;
}
.grow__list li {
  display: flex;
  align-items: flex-start;
}
.grow__list li:not(:first-child) {
  margin-top: 8px;
}
.grow__list li::before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.13046 10C4.88896 10 4.65796 9.905 4.49258 9.7375L0.237459 5.42162C-0.0941657 5.08661 -0.0757907 4.55911 0.275959 4.2441C0.628584 3.9291 1.18246 3.94577 1.51233 4.28077L5.12171 7.93998L12.4787 0.27156C12.806 -0.0692769 13.359 -0.0917772 13.716 0.218226C14.0721 0.52823 14.0966 1.05574 13.7711 1.39491L5.77621 9.72833C5.61258 9.9 5.37983 9.99833 5.13658 10H5.13046Z' fill='%23ADFE82'/%3E%3C/svg%3E%0A");
  display: inline-block;
  flex-shrink: 0;
  margin-right: 8px;
}
.case {
  font-size: 16px;
  overflow: hidden;
}
.case__title {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.case__slider {
  padding-left: 120px;
  padding-right: 120px;
  margin-top: 50px;
  position: relative;
}
.case .swiper {
  overflow: unset;
}
.case .swiper-slide {
  opacity: 0.3;
  transition: 0.25s;
}
.case .swiper-slide-active {
  opacity: 1!important;
}
.case__item {
  box-sizing: border-box;
  padding: 45px 63px;
  background: rgba(24, 28, 27, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 18px;
}
.case__subtitle {
  font-size: 23px;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.case__cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 32px;
}
.case__logo {
  margin-bottom: 13px;
}
.case__logo img {
  display: block;
}
.case__company {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 27px;
}
.case__company_name {
  font-size: 20px;
  font-weight: 500;
  max-width: 290px;
}
.case__solution {
  padding: 27px 22px;
  border-radius: 18px;
  border: 2px dashed rgba(255, 255, 255, 0.2);
}
.case__solution_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.case__task {
  padding: 27px 22px;
  margin-top: 55px;
  border-radius: 18px;
  position: relative;
}
.case__task::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  box-shadow: 10px 0px 50px rgba(173, 254, 130, 0.25);
  background-color: #fff;
  opacity: 0.1;
}
.case__task_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.case__result {
  padding: 27px 22px;
  border-radius: 18px;
  color: #141414;
  background-color: #ADFE82;
  margin-top: 20px;
}
.case__result_title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}
.case__next-btn,
.case__prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 100px;
  background-color: #ADFE82;
  z-index: 10;
}
.case__next-btn {
  right: 17.5vw;
}
.case__prev-btn {
  left: 17.5vw;
}
.case__bottom {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.case__logo {
  height: 48px;
  display: flex;
  align-items: flex-end;
}
.invest__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% minmax(-webkit-min-content, 580px);
  -ms-grid-columns: 50% minmax(min-content, 580px);
  grid-template-columns: 50% minmax(-webkit-min-content, 580px);
  grid-template-columns: 50% minmax(min-content, 580px);
  gap: 20px;
  justify-content: space-between;
  margin-top: 50px;
}
.invest__question {
  margin-top: 50px;
}
.invest__title {
  max-width: 630px;
  margin-left: auto;
  margin-right: auto;
}
.run__title {
  font-weight: 500;
  font-size: 29px;
  color: #ADFE82;
  text-align: center;
}
.run__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 35px;
}
.run__item {
  padding: 36px 27px;
  background: rgba(24, 28, 27, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 18px;
}
.run__num {
  font-weight: 500;
  font-size: 32px;
  color: #ADFE82;
}
.run__name {
  margin-top: 18px;
  font-size: 20px;
  font-weight: 500;
}
.run__descr {
  margin-top: 7px;
  font-size: 15px;
}
.guarant {
  max-width: 475px;
  margin-left: auto;
  margin-right: auto;
}
.guarant__title {
  font-weight: 500;
  font-size: 29px;
  color: #ADFE82;
  text-align: center;
}
.guarant__list {
  margin-top: 35px;
  font-size: 16px;
}
.guarant__list li {
  display: flex;
  align-items: flex-start;
}
.guarant__list li:not(:first-child) {
  margin-top: 10px;
}
.guarant__list li::before {
  content: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.13046 10C4.88896 10 4.65796 9.905 4.49258 9.7375L0.237459 5.42162C-0.0941657 5.08661 -0.0757907 4.55911 0.275959 4.2441C0.628584 3.9291 1.18246 3.94577 1.51233 4.28077L5.12171 7.93998L12.4787 0.27156C12.806 -0.0692769 13.359 -0.0917772 13.716 0.218226C14.0721 0.52823 14.0966 1.05574 13.7711 1.39491L5.77621 9.72833C5.61258 9.9 5.37983 9.99833 5.13658 10H5.13046Z' fill='%23ADFE82'/%3E%3C/svg%3E%0A");
  display: inline-block;
  flex-shrink: 0;
  margin-right: 10px;
}
.guarant__btn {
  margin-top: 40px;
}
.question {
  padding: 45px;
  border: 2px dashed rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
.question__title {
  text-align: center;
  font-size: 29px;
  font-weight: 300;
}
.question__contact {
  margin-top: 25px;
}
.question__contact span {
  font-weight: 500;
  display: block;
}
.question__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.question__phone a {
  display: block;
  text-decoration: underline;
  font-weight: 500;
}
.question__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  background-color: rgba(255, 255, 255, 0.15);
  min-height: 47px;
  box-sizing: border-box;
  padding: 13px 17px;
  font-weight: 500;
  transition: 0.25s;
}
.question__btn:hover {
  background-color: #ADFE82;
  color: #141414;
}
.footer {
  padding-bottom: 54px;
}
.footer__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer__copyright {
  width: 163px;
  font-size: 16px;
  margin-top: 20px;
}
.footer__list li:not(:first-child) {
  margin-top: 13px;
}
.footer__contact li:not(:first-child) {
  margin-top: 8px;
}
.footer__contact li a {
  display: flex;
  align-items: center;
}
.footer__contact li a svg {
  display: block;
  flex-shrink: 0;
  margin-right: 8px;
}
.footer__info-list {
  font-size: 16px;
}
.footer__info-list li:not(:first-child) {
  margin-top: 7px;
}
.footer__ask {
  display: inline-block;
  margin-top: 33px;
  font-weight: 500;
  transition: 0.25s;
}
.footer__ask:hover {
  color: #ADFE82;
}
.footer__resident {
  font-weight: 400;
  display: flex;
  flex-direction: row;

  align-items: center;
  justify-content: space-between;
}
.footer__logos {
  display: flex;
  gap: 20px; /* расстояние между логотипами */
  align-items: center;
}
/* .footer__resident img {
  margin-top: 0; 
  max-height: 44px;
  width: auto;
} */

.footer__resident p {
  max-width: 800px;
}
.footer__resident img {
  display: block;
  margin-top: 15px;
}
.footer__resident .footer__ask {
  display: none;
}
.footer__mob-copyright {
  display: none;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: 0.25s;
}
.modal--active {
  opacity: 1;
  pointer-events: auto;
}
.modal__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: -1;
  mix-blend-mode: hard-light;
}
.modal__content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  width: calc(100% - 20px);
  max-width: 700px;
  max-height: calc(100% - 20px);
  padding: 80px 20px;
  overflow-y: auto;
  background-color: #141414;
  z-index: 2;
  border-radius: 20px;
  box-sizing: border-box;
  background-image: url('../img/modal-bg.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-blend-mode: hard-light;
  transition: 0.25s;
}
.modal--active .modal__content {
  transform: translate(-50%, -50%) scale(1);
}
.modal__in {
  max-width: 472px;
  margin-left: auto;
  margin-right: auto;
}
.modal__title {
  text-align: center;
  font-weight: 500;
  font-size: 32px;
}
.modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
}
.modal__form {
  max-width: 410px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
.modal__field:not(:first-child) {
  margin-top: 15px;
}
.modal__submit {
  min-height: 70px;
  width: 100%;
  justify-content: center;
  padding: 8px;
  font-weight: 500;
  margin-top: 15px;
}
.modal__agree {
  max-width: 342px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.modal__agree a{
  text-decoration: underline;
}
.page-section {
  flex-grow: 1;
  display: flex;
  box-sizing: border-box;
  padding-bottom: 20px;
  padding-top: 20px;
}
.page-section .wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
.page-section__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  max-width: 940px;
}
.page-section__title {
  font-size: 61px;
  font-weight: 300;
}
.page-section__descr {
  margin-top: 35px;
  font-size: 28px;
  max-width: 802px;
}
.page-section__btn {
  margin-top: 50px;
}
.page-section__center {
  display: flex;
  align-items: center;
  margin-top: 45px;
  background: rgba(24, 28, 27, 0.6);
  -webkit-backdrop-filter: blur(7.5px);
          backdrop-filter: blur(7.5px);
  border-radius: 20px;
  padding: 40px 70px;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.page-section__contact {
  display: flex;
  align-items: center;
}
.page-section__contact svg {
  display: block;
  flex-shrink: 0;
  margin-right: 10px;
}
.page-section__ask {
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding-left: 22px;
  padding-right: 22px;
  font-weight: 500;
  transition: 0.25s;
}
.page-section__ask:hover {
  background-color: #ADFE82;
  color: #141414;
}
@media screen and (max-width: 1450px) {
  .how__descr br {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .show-on-mob {
    display: block;
  }
  .hide-on-mob {
    display: none;
  }
  .body-bg {
    top: 0;
    min-height: unset;
  }
  .section-title {
    font-size: 36px;
    text-align: left;
  }
  .section-pt {
    padding-top: 40px;
  }
  .section-pb {
    padding-bottom: 40px;
  }
  .primary-btn__txt {
    text-align: center;
    flex-grow: 1;
  }
  .wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header__main {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100dvh;
    background-image: url('../img/mob-menu-bg.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #141414;
    background-blend-mode: hard-light;
    z-index: 10;
    padding-top: 150px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    opacity: 0;
    transform: translateX(30%);
    pointer-events: none;
    transition: 0.25s;
  }
  .header__main--active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
  }
  .header__nav {
    margin-left: unset;
  }
  .header__nav ul {
    flex-direction: column;
    align-items: flex-start;
  }
  .header__nav ul > *:not(:first-child) {
    margin-left: 0px;
    margin-top: 20px;
  }
  .header__nav ul a {
    font-size: 32px;
  }
  .header__logo {
    position: relative;
    z-index: 11;
  }
  .header__burger {
    display: block;
    z-index: 11;
  }
  .header__btns {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 60px;
  }
  .header__request {
    margin-left: 0;
    margin-top: 20px;
    font-size: 24px;
    border-radius: 15px;
    min-height: 64px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .header__login {
    width: 211px;
    font-size: 24px;
    border-radius: 10px;
  }
  .header__login svg {
    width: 23px;
    margin-top: -4px;
  }
  .hero {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .hero__title {
    font-size: 38px;
  }
  .hero__descr {
    font-size: 20px;
  }
  .hero__btns {
    flex-direction: column;
    margin-top: 45px;
  }
  .hero__request {
    text-align: center;
  }
  .hero__opps {
    margin-left: unset;
    margin-top: 10px;
  }
  .hero__line {
    display: none;
  }
  .partner__items {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
  }
  .how {
    position: relative;
  }
  .how__line {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .how__content {
    flex-direction: column;
  }
  .how__imp {
    width: 100%;
  }
  .how__imp {
    position: unset;
  }
  .how__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .how__item:not(:first-child) {
    margin-top: 50px;
  }
  .how__items {
    margin-top: 40px;
    width: unset;
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
  }
  .how__img {
    width: 100%;
  }
  .how__text {
    width: 100%;
    padding: 0;
  }
  .how__text br {
    display: none;
  }
  .how__item:first-child .how__img {
    margin-left: -9%;
    margin-top: -5%;
    max-width: calc(100% + 15.5%);
    width: calc(100% + 15.5%);
  }
  .how__item:nth-child(2) .how__img {
    margin-left: -9%;
    margin-top: 2%;
    margin-bottom: -14%;
    max-width: calc(100% + 25.5%);
    width: calc(100% + 25.5%);
  }
  .how__item:nth-child(3) .how__text {
    padding-top: 0;
  }
  .how__item:nth-child(3) .how__img {
    margin-left: -4%;
    margin-bottom: -14%;
    width: calc(100% + 21%);
    max-width: calc(100% + 21%);
    margin-top: 30px;
  }
  .how__item:nth-child(4) .how__img {
    margin-left: -2%;
    max-width: calc(100% + 18%);
    width: calc(100% + 18%);
    margin-top: 8%;
  }
  .how__item:nth-child(4) .how__text {
    padding-top: 0;
  }
  .how__text {
    order: -1;
  }
  .how__num {
    font-size: 26px;
  }
  .how__name {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 30px;
    line-height: 1.15;
  }
  .integration__content {
    padding: 60px 22px;
  }
  .integration__descr {
    margin-top: 15px;
  }
  .integration__partners {
    flex-direction: column;
    align-items: center;
    margin-top: 40px;
  }
  .integration__partners > *:not(:first-child) {
    margin-top: 15px;
    margin-left: 0;
  }
  .integration__line {
    top: -52px;
    transform: scaleX(-1);
    left: -70px;
    width: 156px;
  }
  .integration__title {
    text-align: center;
  }
  .grow__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
  .grow__item {
    padding: 25px 20px;
  }
  .grow__name {
    font-size: 26px;
  }
  .grow__name img {
    display: none;
  }
  .grow__list {
    margin-top: 15px;
  }
  .grow__top {
    text-align: left;
  }
  .grow__alert {
    margin-top: 20px;
  }
  .case__slider {
    padding-left: 15px;
    padding-right: 15px;
  }
  .case__item {
    padding: 40px 20px;
  }
  .case__cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .case__task {
    margin-top: 20px;
  }
  .case__next-btn,
  .case__prev-btn {
    top: 84px;
  }
  .case__subtitle {
    padding-left: 36px;
    padding-right: 36px;
    font-size: 18px;
  }
  .case__prev-btn {
    left: 15px;
  }
  .case__next-btn {
    right: 15px;
  }
  .case__task,
  .case__solution,
  .case__result {
    padding: 20px;
  }
  .case__bottom {
    margin-top: 40px;
  }
  .invest__title {
    margin-left: unset;
    max-width: unset;
  }
  .invest__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .run__title {
    text-align: left;
    font-size: 26px;
  }
  .run__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .run__item {
    padding: 26px 20px;
    position: relative;
  }
  .run__num {
    font-size: 26px;
  }
  .run__name {
    position: absolute;
    left: 68px;
    top: 29px;
    margin-top: 0;
    width: calc(100% - 68px - 20px);
  }
  .guarant__title {
    text-align: left;
    font-size: 26px;
  }
  .guarant__list {
    margin-top: 20px;
  }
  .guarant__btn {
    margin-top: 30px;
  }
  .question {
    padding: 30px;
  }
  .question__bottom {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .question__btn {
    margin-top: 20px;
  }
  .question__contact {
    text-align: center;
    margin-top: 15px;
  }
  .question__contact span {
    margin-top: 5px;
  }
  .footer__left {
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
  }
  .footer__left a {
    width: 178px;
  }
  .footer__content {
    flex-wrap: wrap;
  }
  .footer__left {
    width: 100%;
  }
  .footer__list {
    font-size: 22px;
  }
  .footer__list {
    width: calc(40% - 5px);
  }
  .footer__additional {
    text-align: right;
    width: calc(60% - 5px);
  }
  .footer__info-list {
    font-size: 17px;
  }
  .footer__contact {
    order: 3;
  }
  .footer__resident,
  .footer__contact {
    width: calc(50% - 5px);
    margin-top: 25px;
  }
  .footer__contact {
    text-align: right;
    align-self: flex-end;
  }
  .footer__contact a {
    justify-content: end;
  }
  .footer__additional .footer__ask {
    display: none;
  }
  .footer__resident {
    flex-direction: column;
    width: 100%;
  }

  .footer__resident {
    flex-direction: column;
    text-align: center;
  }
  .footer__logos {
    margin-top: 20px;
    justify-content: center;
  }
  
  .footer__resident .footer__ask {
    display: inline-block;
    margin-bottom: 25px;
  }
  .footer__resident img {
    margin-top: 5px;
    width: 150px;
  }
  .footer__ask {
    margin-top: 0;
  }
  .footer__copyright {
    display: none;
  }
  .footer__mob-copyright {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
  .modal__content {
    padding: 50px 25px;
  }
  .modal__close {
    width: 18px;
    right: 20px;
    top: 20px;
  }
  .modal__title {
    font-size: 24px;
  }
  .page-section__title {
    font-size: 38px;
  }
  .page-section__descr {
    margin-top: 25px;
    font-size: 20px;
  }
  .page-section__btn {
    margin-top: 45px;
  }
  .page-section__center {
    flex-direction: column;
    align-items: center;
    padding: 35px;
  }
  .page-section__contact {
    margin-bottom: 20px;
  }
}
