:root {
  --main-font: 'Montserrat', sans-serif;
  --second-font: 'Inter', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #f0f3f7;
  color: #333;
  font-family: var(--main-font);
}

main {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

a:focus {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select,
label {
  font-family: var(--main-font);
  border: none;
}

button {
  cursor: pointer;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 100%;
  max-width: 1752px;
  padding: 0 15px;
  margin: 0 auto;
}

.hero {
  padding: 50px 0 80px;
}

.hero__global {
  display: grid;
  grid-template-columns: 1fr 554px;
  gap: 30px;
}

.hero__left {
  background: url(../img/hero-bg.webp) no-repeat center / cover;
  border-radius: 14px;
}

.header__logo {
  flex-shrink: 0;
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 30px;
  border-radius: 0 0 14px 0;
  background: #f0f3f7;
  position: relative;
}

.header__logo:before {
  position: absolute;
  content: "";
  top: 0;
  right: -14px;
  background: transparent;
  width: 14px;
  height: 14px;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f0f3f7;
  transform: rotate(180deg);
}

.header__logo:after {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 0;
  background: transparent;
  width: 14px;
  height: 14px;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f0f3f7;
  transform: rotate(180deg);
}

.header__global {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding-right: 14px;
}

.header__main {
  padding-top: 20px;
}

.header .footer__socials {
  justify-content: flex-end;
  margin-bottom: 15px;
}

.header .footer__social {
  background-color: #fff;
  border-radius: 100%;
  width: 35px;
}

@media (max-width: 966px) {
  .header .footer__socials {
    order: 3;
    width: 100%;
    margin-bottom: 0;
  }

  .header .footer__social {
    background: none;
  }

  .header__main {
    flex-wrap: wrap;
  }
}

.header__nav {
  backdrop-filter: blur(20px);
  background: #fff;
  border-radius: 60px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 40px;
  margin-bottom: 13px;
  padding: 18px 62px 19px;
}

.hero__right {
  display: flex;
  flex-direction: column;
}

.header__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}

.header__contacts {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 47px;
  margin-left: auto;
  padding: 7px 14px 8px 21px;
  background: #28a745;
  border-radius: 60px;
  margin-bottom: 28px;
}

.header__contact {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
}

.hero__middle {
  padding: 0 45px 69px;
}

.hero__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  color: #102451;
  max-width: 759px;
  margin-bottom: 24px;
}

.hero__light {
  text-transform: uppercase;
  color: #28a745;
}

.hero__subtitle {
  max-width: 580px;
  font-weight: 400;
  font-size: 32px;
  line-height: 122%;
  color: #036;
  margin-bottom: 18px;
}

.hero__green {
  max-width: 580px;
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #28a745;
  margin-bottom: 0;
}

.hero__bottom {
  max-width: 584px;
  width: 100%;
  padding: 14px 30px 0 0;
  border-radius: 0 14px 0 0;
  background: #f0f3f7;
  position: relative;
}

.hero__bottom:before {
  position: absolute;
  content: "";
  top: -14px;
  left: 0;
  background: transparent;
  width: 14px;
  height: 14px;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f0f3f7;
  transform: rotate(90deg);
}

.hero__bottom:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: -14px;
  background: transparent;
  width: 14px;
  height: 14px;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f0f3f7;
  transform: rotate(90deg);
}

.hero__item+.hero__item {
  margin-top: 16px;
}

.hero__item {
  background: #102451;
  border-radius: 14px;
  padding: 23px 12px 35px 23px;
}

.hero__caption {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  font-weight: 500;
  font-size: 24px;
  color: #2ecc71;
  margin-bottom: 20px;
}

.hero__caption span {
  padding-bottom: 9px;
}

.hero__text {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.hero__pills {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}

.hero__list {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc;
}

.hero__point+.hero__point {
  margin-top: 8px;
}

.hero__point {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.hero__pill {
  background: #102451;
  border-radius: 14px;
  padding: 24px 23px 43px 35px;
}

.hero__top {
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  color: #2ecc71;
  margin-bottom: 12px;
}

.hero__small {
  font-size: 36px;
}

.hero__value {
  font-weight: 400;
  font-size: 24px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 0;
}

.hero__align {
  display: flex;
  margin-bottom: 30px;
}

.hero__link {
  display: block;
  padding: 20px 24px 21px 64px;
  display: flex;
  align-items: center;
  gap: 60px;
  font-weight: 500;
  font-size: 40px;
  color: #fff;
  background: #28a745;
  border-radius: 14px 50px 50px 14px;
}

.hero__form {
  background: #112552;
  border-radius: 14px;
  padding: 36px 56px 55px 40px;
  height: 100%;
}

.hero__heading {
  max-width: 407px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 16px;
}

.hero__toppo {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 16px;
}

.hero__chooses {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.hero__choose {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
}

.hero__checked {
  position: absolute;
  top: -10px;
  left: -10px;
  transition: 0.3s;
  opacity: 0;
}

.hero__choose:has(.hero__checkbox:checked) .hero__checked {
  opacity: 1;
}

.hero__square {
  width: 82px;
  height: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 4px;
  position: relative;
}

.hero__checkbox {
  display: none;
}

.hero__unit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 30px;
  margin-bottom: 23px;
}

.hero__pos {
  grid-column: span 2;
}

.hero__pos.small {
  grid-column: span 1;
  margin-bottom: 8px;
}

.hero__label {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 12px;
}

.hero__select {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 8px 40px 8px 15px;
  border: 1px solid #d2dae1;
  border-radius: 4px;
  background: transparent url(../img/icons/hero-dropdown.svg) no-repeat;
  background-position: calc(100% - 15px) center;
  appearance: none;
}

.hero__select::placeholder {
  color: #ddd;
}

.hero__input {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding: 8px 15px;
  border: 1px solid #d2dae1;
  border-radius: 4px;
  background: none;
}

.hero__input::placeholder {
  color: #ddd;
}

.hero__botto {
  display: flex;
  align-items: center;
  gap: 13px;
}

.hero__submit {
  background: #28a745;
  border-radius: 4px;
  padding: 12px 21.5px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.hero__privacy {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #707d89;
  margin-bottom: 0;
}

.services {
  margin-bottom: 80px;
}

.services__title {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #112552;
  margin-bottom: 40px;
}

.services__slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  height: auto;
}

.services__main {
  backdrop-filter: blur(4px);
  background: rgba(29, 37, 57, 0.81);
  margin: 19px 18px 23px 19px;
  padding: 23px 34px 34px 24px;
  border-radius: 10px;
  flex-grow: 1;
}

.services__caption {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  margin-bottom: 16px;
}

.services__subcaption {
  max-width: 429px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 18px;
}

.services__label {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 16px;
}

.services__list {
  padding: 0;
  margin: 0;
}

.services__point {
  max-width: 450px;
  position: relative;
  padding: 0;
  padding-left: 38px;
  padding-top: 3px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.services__point:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: url(../img/icons/services-ok.svg) no-repeat center / cover;
}

.services__point+.services__point {
  margin-top: 12px;
}

.services__align {
  max-width: 397px;
  width: 100%;
  margin-left: auto;
  padding: 8px 0 0 8px;
  background: #f0f3f7;
  position: relative;
  border-radius: 14px 0 0 0;
}

.services__link {
  display: flex;
  align-items: center;
  gap: 26px;
  padding: 7px 7px 6px 21px;
  background: #28a745;
  border-radius: 14px 50px 50px 14px;
  font-weight: 500;
  font-size: 22px;
  color: #fff;
  position: relative;
  z-index: 10;
}

.services__align:before {
  position: absolute;
  content: "";
  top: -14px;
  right: 0;
  background: transparent;
  width: 14px;
  height: 14px;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f0f3f7;
  transform: rotate(0);
}

.services__align:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: -14px;
  background: transparent;
  width: 14px;
  height: 14px;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f0f3f7;
  transform: rotate(0);
}

.about {
  margin-bottom: 100px;
}

.about__title {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #112552;
  margin-bottom: 40px;
}

.about__block {
  background: url(../img/about-image.jpg) no-repeat center / cover;
  display: flex;
  flex-direction: column;
  gap: 185px;
  border-radius: 14px;
}

.about__wrapper {
  background: #f0f3f7;
  padding-right: 27px;
  padding-bottom: 60px;
  max-width: 730px;
  width: 100%;
  border-radius: 0 0 14px 0;
  position: relative;
}

.about__wrapper:before {
  position: absolute;
  content: "";
  top: 0;
  right: -14px;
  background: transparent;
  width: 14px;
  height: 14px;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f0f3f7;
  transform: rotate(180deg);
}

.about__wrapper:after {
  position: absolute;
  content: "";
  bottom: -14px;
  left: 0;
  background: transparent;
  width: 14px;
  height: 14px;
  border-bottom-right-radius: 1.25rem;
  box-shadow: 0.313rem 0.313rem 0 0.313rem #f0f3f7;
  transform: rotate(180deg);
}

.about__wrapper.second {
  margin-left: auto;
  border-radius: 14px 0 0 0;
  padding: 16px 0 0 30px;
}

.about__wrapper.second:before {
  top: -14px;
  right: 0;
  transform: rotate(0);
}

.about__wrapper.second:after {
  bottom: 0;
  left: -14px;
  transform: rotate(0);
}

.about__text+.about__text {
  margin-top: 16px;
}

.about__text {
  font-weight: 400;
  font-size: 18px;
  color: #303030;
  margin-bottom: 0;
}

.about__caption {
  font-weight: 700;
  font-size: 32px;
  color: #2ecc71;
  margin: 13px 0 0;
}

.good {
  margin-bottom: 80px;
}

.good__block {
  background: #112552;
  border-radius: 14px;
  padding: 55px 100px 82px;
  position: relative;
}

.good__title {
  max-width: 761px;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #2ecc71;
  margin-bottom: 30px;
}

.good__text {
  max-width: 679px;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin-bottom: 54px;
}

.good__align {
  display: flex;
}

.good__link {
  display: flex;
  align-items: center;
  gap: 50px;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  padding: 7px 8px 6px 21px;
  background: #28a745;
  border-radius: 14px 50px 50px 14px;
}

.good__image {
  position: absolute;
  right: 1px;
  max-width: 980px;
  width: 51.04vw;
  bottom: -22px;
}

.good__image.mobile {
  display: none;
}

.why {
  margin-bottom: 80px;
}

.why__title {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #0d2153;
  margin-bottom: 49px;
}

.why__slider {
  background: #122452;
  border-radius: 14px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  overflow: hidden;
}

.why__slide {
  border-radius: 14px;
  padding: 32px 5px 52px 13px;
}

.why__slide:nth-child(odd) {
  background-color: #fff;
}

.why__caption {
  font-weight: 700;
  font-size: 22px;
  max-width: 250px;
  text-transform: uppercase;
  color: #fff;
  min-height: 81px;
  margin-bottom: 17px;
}

.why__text {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  padding-right: 9px;
  margin-bottom: 0;
}

.why__slide:nth-child(odd) .why__caption {
  color: #122452;
}

.why__slide:nth-child(odd) .why__text {
  color: #122452;
}

.steps {
  margin-bottom: 80px;
}

.steps__title {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #0f2252;
  margin-bottom: 16px;
}

.steps__subtitle {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 40px;
}

.steps__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.steps__item {
  padding: 17px 23px 17px;
  border: 1px solid #122452;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.steps__item:before {
  content: '';
  position: absolute;
  width: 19px;
  height: 15px;
  top: 50%;
  right: -26px;
  transform: translateY(-50%);
  background: url(../img/icons/steps-arrow.svg) no-repeat center / cover;
}

.steps__item:last-child:before {
  display: none;
}

.steps__point {
  padding-top: 1px;
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #122452;
}

.steps__caption {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  color: #3a3a3a;
  margin-bottom: 8px;
}

.steps__text {
  max-width: 241px;
  font-weight: 400;
  font-size: 16px;
  color: #3a3a3a;
  margin-bottom: 0;
}

.exp {
  overflow: hidden;
  margin-bottom: 80px;
}

.exp__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 40px;
}

.exp__title {
  font-weight: 700;
  font-size: 48px;
  text-transform: uppercase;
  color: #0f2252;
  margin-bottom: 14px;
}

.exp__subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #5d5d5d;
  margin-bottom: 0;
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: 10px;
}

.exp__arrow {
  border-radius: 100%;
  background-color: #28a745;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slider-arrow {
  transition: 0.3s;
}

.swiper-button-disabled {
  background-color: #1d2539;
}

.swiper-button-disabled svg path {
  transition: 0.3s;
}

.swiper-button-disabled svg path {
  stroke: #28a745;
}

.exp__slide {
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 10px 17px 8px;
  height: auto;
}

.exp__main {
  max-width: 421px;
  backdrop-filter: blur(4px);
  background: rgba(29, 37, 57, 0.86);
  border-radius: 10px;
  height: 100%;
  padding: 25px 30px 22px;
}

.exp__caption {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 14px;
}

.exp__capsule+.exp__capsule {
  margin-top: 16px;
}

.exp__heading {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #2ecc71;
  margin-bottom: 8px;
}

.exp__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 0;
}

.exp__slider {
  overflow: visible;
}

.exp__top.second {
  margin-bottom: 30px;
}

.reviews {
  overflow: hidden;
  margin-bottom: 90px;
}

.reviews__slide {
  background: #102252;
  border-radius: 10px;
  padding: 24px 20px 34px;
  height: auto;
}

.reviews__avatar {
  border-radius: 100%;
}

.reviews__top {
  display: flex;
  align-items: flex-end;
  gap: 14px;
  padding-bottom: 2px;
  margin-bottom: 20px;
}

.reviews__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  max-width: 158px;
}

.reviews__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 0;
}

.reviews__slider {
  overflow: visible;
}

.footer__global {
  border-radius: 10px;
  background: #102252;
}

.footer__top {
  padding: 11px 34px 9px 37px;
  display: flex;
  align-items: flex-start;
  gap: 64px;
  justify-content: space-between;
  border-bottom: 1px solid #b3b3b3;
}

.footer__left {
  display: flex;
  align-items: flex-start;
  gap: 35px;
  padding-top: 25px;
}

.footer__first {
  display: flex;
  flex-direction: column;
  max-width: 292px;
  min-width: 292px;
  width: 100%;
  gap: 18px;
}

.footer__more {
  max-width: 292px;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin-bottom: 0;
}

.footer__second {
  display: grid;
  grid-template-columns: max-content max-content;
  gap: 30px 78px;
  padding-top: 21px;
}

.footer__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 8px;
}

.footer__contact {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
}

.footer__socials {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer__right {
  box-shadow: 0 6px 24px 0 rgba(20, 51, 90, 0.1);
  background: #fff;
  border-radius: 10px;
  max-width: 703px;
  padding: 16px 47px 16px 48px;
}

.footer__caption {
  font-weight: 700;
  font-size: 32px;
  line-height: 130%;
  color: #141414;
  margin-bottom: 10px;
}

.footer__mobile {
  display: none;
}

.footer__subcaption {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #707d89;
  margin-bottom: 14px;
}

.footer__block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 14px;
}

.footer__labo {
  display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: #141414;
  margin-bottom: 12px;
}

.footer__input {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #5d5d5d;
  padding: 8px 15px;
  border: 1px solid #d2dae1;
  border-radius: 4px;
  background: transparent;
}

.footer__input::placeholder {
  color: #707d89;
}

.footer__wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}

.footer__submit {
  padding: 12px 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  background: #28a745;
  border-radius: 10px;
}

.footer__privacy {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #707d89;
  margin-bottom: 0;
}

.footer__bottom {
  padding: 18px 34px 19px 37px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__copy {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 14px;
  color: #b2b2b2;
  margin-bottom: 0;
}

.footer__dev {
  font-weight: 500;
  font-size: 14px;
  color: #b2b2b2;
  margin-bottom: 0;
}

.footer__go {
  color: inherit;
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100vh;
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: minmax(300px, 628px);
  transition: 0.3s;
  z-index: -10;
  overflow: hidden;
  padding: 30px 16px;
}

.modal__bg {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  opacity: 0;
  z-index: -10;
  background: rgba(17, 37, 82, 0.6);
  backdrop-filter: blur(20px);
}

.modal__window {
  position: relative;
  box-shadow: 0 4px 24px 0 rgba(27, 49, 95, 0.15);
  background: #fff;
  max-width: 618px;
  width: 100%;
  transition: 0.3s;
  opacity: 0;
  z-index: -10;
  padding: 32px;
  border-radius: 4px;
  transform: translateY(100px);
}



.modal.active {
  z-index: 150;
  overflow-y: auto;
}

.modal.active .modal__window {
  z-index: 151;
  opacity: 1;
  transform: translateY(0);
}

.modal.active .modal__bg {
  z-index: 150;
  opacity: 1;
}

.modal__title {
  font-weight: 800;
  font-size: 32px;
  line-height: 125%;
  text-align: center;
  color: #1b315f;
  margin-bottom: 24px;
}

.modal__subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  text-align: center;
  color: #3f578b;
  margin-bottom: 24px;
}

.modal__input {
  font-family: var(--second-font);
  font-weight: 500;
  font-size: 18px;
  line-height: 144%;
  color: rgba(22, 44, 91, 1);
  display: block;
  width: 100%;
  padding: 14px 11px 14px 51px;
  background: transparent;
  border: 1px solid rgba(39, 112, 241, 0.2);
  border-radius: 4px;
  background: url(../img/icons/modal-user.svg) no-repeat;
  background-position: 11px center;

  margin-bottom: 16px;
}

.modal__input.phone {
  background-image: url(../img/icons/modal-phone.svg);
}

.modal__input::placeholder {
  color: rgba(22, 44, 91, 0.2);
}

.modal__privacy {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #3f578b;
}

.modal__data {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #2770f1;
}

.modal__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

.modal__back {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: #28a745;
  padding: 16px 58px;
  background: #e4ffef;
  border-radius: 4px;
}

.modal__submit {
  font-weight: 600;
  font-size: 18px;
  line-height: 133%;
  color: #fff;
  padding: 16px;
  background: #28a745;
  border-radius: 4px;
}

.header__burger {
  display: none;
}

.hero__pills.mobile {
  display: none;
}

.hero__align.mobile {
  display: none;
}

.header__icon.mobile {
  display: none;
}

.header-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: block;
  width: 100%;
  transition: all 0.2s ease;
  z-index: -10;
}

.header-mobile.active {
  transform: translateX(0);
  opacity: 1;
  z-index: 100;
}

.header-mobile.active .header-mobile__bg {
  z-index: 100;
  opacity: 1;
}

.header-mobile__bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: -10;
  transition: all 0.1s ease;
  opacity: 0;
}

.header-mobile__inner {
  position: absolute;
  top: 0;
  padding: 6px 20px 30px;
  right: 0;
  bottom: 0;
  max-width: 360px;
  width: 100%;
  background-color: #fff;
  z-index: 900;
  height: 100%;
  overflow-y: auto;
  transition: all 0.2s ease;
  transform: translateX(100%);
}

.header-mobile__contact {
  display: block;
  margin-top: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #28a745;
}

.header-mobile.active .header-mobile__inner {
  transform: translateX(0);
}

.header-mobile__nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.header-mobile__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}

.header-mobile .hero__link {
  width: 100%;
  padding: 7px 9px 6px 58px;
  gap: 31px;
  justify-content: center;
  border-radius: 14px 50px 50px 14px;
  font-size: 18px;
}

.services__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.services__top .slider-arrows {
  display: none;
}

.header-mobile .hero__arrow {
  width: 36px;
}

.header-mobile__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}

.about__mobile {
  display: none;
}

.header-mobile .header__connect {
  display: block;
  margin: 30px 0;
}

.header-mobile .header__contact {
  font-size: 13px;
  margin-bottom: 20px;
}

.header-mobile__logo {
  width: 80px;
}

.why__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
}

.why__icon {
  display: none;
}

.widgets__tel {
  position: fixed;
  right: 20px;
  bottom: 100px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
}

.widgets__tel::after,
.widgets__tel::before {
  content: "";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #333333;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.widgets__tel:after {
  animation-delay: 0.5s;
}

.widgets__whatsapp {
  position: fixed;
  right: 10px;
  bottom: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  text-align: center;
  z-index: 9999;
}

.widgets__whatsapp::after,
.widgets__whatsapp::before {
  content: "";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #25D366;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
}

.widgets__whatsapp:after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@media (max-width: 1550px) {
  .good__image {
    width: 45.04vw;
  }

  .footer__second {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1350px) {
  .hero__global {
    grid-template-columns: 1fr;
  }

  .hero__align {
    justify-content: center;
  }

  .why__slider {
    display: flex;
    overflow-x: auto;
  }

  .why__slide {
    width: 287px;
    flex-shrink: 0;
  }

  .why__top {
    margin-bottom: 49px;
  }

  .why__title {
    margin-bottom: 0;
  }

  .services__top .slider-arrows {
    display: flex;
  }

  .why__icon {
    display: block;
    margin-bottom: 15px;
  }
}

@media (max-width: 1200px) {
  .steps__block {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .steps__item:nth-child(3):before {
    display: none;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__second {
    grid-template-columns: max-content max-content;
  }

  .footer__right {
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 966px) {
  .header__global {
    background: #f0f3f7;
    padding: 5px 0 6px;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
  }

  .header__main {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .header-mobile .hero__align.mobile {
    display: flex;
    margin-top: 20px;
  }

  .hero {
    padding-top: 0;
  }

  .header__nav {
    display: none;
  }

  .header__contact.email {
    display: none;
  }

  .header__burger {
    display: block;
    padding: 0;
    background: none;
  }

  .header__contacts {
    margin-bottom: 0;
  }

  .header__logo {
    padding: 0;
    background: none;
  }

  .header__logo:before,
  .header__logo:after {
    display: none;
  }

  .hero__left {
    border-radius: 0;
    background: none;
  }

  .hero__wrappo {
    background: url(../img/hero-bg.webp) no-repeat center / cover;
    border-radius: 14px;
  }

  .hero__middle {
    padding-top: 30px;
  }

  .footer__left {
    flex-direction: column;
  }

  .footer__first {
    flex-direction: row;
    align-items: center;
    max-width: 100%;
  }
}

@media (max-width: 876px) {
  .services__link {
    justify-content: center;
  }

  .services__link span {
    display: none;
  }

  .services__link:before {
    content: 'Связаться';
    font-size: 16px;
  }

  .about__block {
    background: none;
    gap: 30px;
  }

  .about__wrapper:after,
  .about__wrapper:before,
  .about__wrapper.second:after,
  .about__wrapper.second:before {
    display: none;
  }

  .about__wrapper {
    padding: 0;
    max-width: 100%;
  }

  .about__mobile {
    display: block;
    width: 100%;
    border-radius: 14px;
  }

  .about__wrapper.second {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  .good__image {
    display: none;
    position: relative;
    bottom: -4px;
    left: initial;
    right: initial;
    width: 100%;
    margin-bottom: -4px;
  }

  .good__image.mobile {
    display: block;
  }

  .good__block {
    padding: 0;
  }

  .good__wrapper {
    padding: 50px 30px;
  }

  .steps__block {
    grid-template-columns: 1fr 1fr;
  }

  .steps__item:nth-child(2):before {
    display: none;
  }

  .exp__top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 5px;
  }

}

@media (max-width: 660px) {
  .hero__bottom {
    display: none;
  }

  .header__logo {
    max-width: 87px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .hero__pills {
    display: none;
  }

  .hero__align {
    display: none;
  }

  .hero__pills.mobile {
    display: grid;
  }

  .hero__align.mobile {
    display: flex;
    margin-bottom: 0;
  }

  .header__icon {
    display: none;
  }

  .header__icon.mobile {
    display: block;
  }

  .header__contact {
    font-size: 14px;
  }

  .header__contacts {
    padding: 6px 13px;
  }

  .hero__wrappo {
    border-radius: 16px;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  .hero__middle {
    border-radius: 20px;
    padding: 22px 15px 14px 15px;

  }

  .hero__title {
    font-size: 22px;
    line-height: 130%;
    max-width: 291px;
    margin-bottom: 13px;
  }

  .hero__subtitle {
    max-width: 286px;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 9px;
  }

  .hero__green {
    max-width: 281px;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 85px;
  }

  .hero__pills.mobile {
    gap: 16px;
    margin-bottom: 14px;
  }

  .hero__pill {
    padding: 15px 16px 15px 11px;
  }

  .hero__top {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 10px;
  }

  .hero__small {
    font-size: 20px;
  }

  .hero__value {
    font-size: 14px;
    line-height: 130%;
  }

  .hero__link {
    width: 100%;
    padding: 7px 9px 6px 58px;
    gap: 31px;
    justify-content: center;
    border-radius: 14px 50px 50px 14px;
    font-size: 18px;
  }

  .hero__arrow {
    width: 36px;
  }

  .hero__form {
    width: calc(100% + 30px);
    margin: 0 -15px;
    border-radius: 20px;
    padding: 32px 15px 16px;
  }

  .hero__heading {
    text-align: center;
    font-size: 18px;
  }

  .hero__toppo {
    text-align: center;
    margin-bottom: 14px;
  }

  .hero__chooses {
    justify-content: center;
    gap: 16px;
    margin-bottom: 18px;
  }

  .hero__choose {
    align-items: center;
  }

  .hero__square {
    width: 68px;
    height: 68px;
  }

  .hero__ico {
    width: 50px;
  }

  .hero__unit {
    gap: 14px;
    margin-bottom: 14px;
  }

  .hero__pos.small {
    grid-column: span 2;
  }

  .hero__botto {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero__submit {
    width: 100%;
    justify-content: center;
    padding: 7px 15px;
  }

  .hero__privacy {
    font-size: 14px;
  }

  .hero__input {
    font-size: 14px;
    padding: 8.5px 15px;
  }

  .hero {
    padding-bottom: 30px;
  }

  .services__slide {
    width: 274px !important;
  }

  .services__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .exp__arrow {
    width: 32px;
    height: 32px;
  }

  .exp__arrow svg {
    width: 7px;
  }

  .slider-arrows {
    gap: 8px;
  }

  .services {
    margin-bottom: 30px;
  }

  .services__main {
    margin: 5px 5px 8px;
    padding: 24px 19px 11px 12px;
    border-radius: 10px;
  }

  .services__link {
    padding: 5px 7px 4px 35px;
    border-radius: 14px 50px 50px 14px;
    gap: 38px;
  }

  .services__link:before {
    font-size: 16px;
  }

  .services__caption {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
  }

  .services__link img {
    width: 28px;
  }

  .services__align {
    padding: 4px 0 0 3px;
    max-width: 196px;
    border-radius: 10px 0 0 0;
  }

  .services__caption {
    margin-bottom: 8px;
  }

  .services__subcaption {
    font-size: 12px;
    margin-bottom: 14px;
  }

  .services__label {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .services__point+.services__point {
    margin-top: 14px;
  }

  .services__point:before {
    width: 24px;
    height: 24px;
  }

  .services__point {
    padding-top: 0;
    padding-left: 28px;
    font-size: 12px;
  }

  .about__title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .about__text+.about__text {
    margin-top: 14px;
  }

  .about__text {
    font-size: 12px;
  }

  .about__block {
    gap: 12px;
  }

  .about__caption {
    font-weight: 700;
    font-size: 14px;
    color: #2ecc71;
    margin-top: 12px;
  }

  .about {
    margin-bottom: 26px;
  }

  .good__wrapper {
    padding: 27px 17px 14px 16px;
  }

  .good__block {
    background: #1d2539;
  }

  .good__title {
    font-size: 16px;
    max-width: 257px;
    width: 100%;
    text-align: center;
    margin: 0 auto 16px;
  }

  .good__text {
    text-align: center;
    font-size: 12px;
    max-width: 225px;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .good {
    margin-bottom: 30px;
  }

  .good__align {
    display: flex;
    justify-content: center;
  }

  .good__link {
    padding: 5px 7px 5px 52px;
    max-width: 248px;
    width: 100%;
    font-size: 14px;
    border-radius: 14px 50px 50px 14px;
    gap: 39px;
  }

  .good__icon {
    width: 28px;
  }

  .why__top {
    margin-bottom: 18px;
  }

  .why__icon {
    margin-bottom: 0;
  }

  .why {
    margin-bottom: 30px;
  }

  .why__title {
    max-width: 234px;
    font-size: 24px;
  }

  .why__slide {
    width: 265px;
    padding: 23px 4px 41px 13px;
  }

  .why__caption {
    font-size: 18px;
    min-height: 44px;
    margin-bottom: 18px;
  }

  .why__text {
    padding-right: 14px;
    font-size: 14px;
  }

  .why__slide:nth-child(1) .why__caption {
    max-width: 180px;
  }

  .why__slide:nth-child(3) .why__caption {
    max-width: 220px;
  }

  .steps__block {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .steps__item:nth-child(2):before,
  .steps__item:nth-child(3):before {
    display: block;
  }

  .steps__item:before {
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% + 6px);
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/steps-arrow-mobile.svg);
  }

  .steps__title {
    font-size: 24px;
    margin-bottom: 14px;
  }

  .steps__subtitle {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .steps__item {
    padding: 10px 10px 10px 15px;
    align-items: center;
    gap: 14px;
  }

  .steps__point {
    font-size: 32px;
    padding: 0;
  }

  .steps__caption {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .steps__text {
    font-size: 14px;
    max-width: 100%;
  }

  .steps {
    margin-bottom: 30px;
  }

  .exp__slide {
    width: 274px;
    padding: 5px;
  }

  .exp__title {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .exp__wrapper {
    align-self: flex-start;
  }

  .exp__subtitle {
    font-size: 14px;
  }

  .exp__top {
    margin-bottom: 14px;
  }

  .exp__main {
    padding: 18px 11px 15px 14px;
  }

  .exp__caption {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .exp__capsule+.exp__capsule {
    margin-top: 12px;
  }

  .exp__text {
    font-size: 14px;
  }

  .exp {
    margin-bottom: 30px;
  }

  .reviews {
    margin-bottom: 30px;
  }

  .exp__top.second {
    margin-bottom: 12px;
  }

  .reviews__slide {
    padding: 24px 17px 40px;
  }

  .reviews__avatar {
    width: 32px;
  }

  .reviews__top {
    gap: 12px;
    margin-bottom: 16px;
  }

  .reviews__name {
    font-size: 14px;
  }

  .reviews__text {
    font-size: 12px;
  }

  .footer {
    padding-bottom: 12px;
  }

  .footer__global {
    background: #1d2539;
    width: calc(100% + 30px);
    margin: 0 -15px;
  }

  .footer__pc {
    display: none;
  }

  .footer__mobile {
    display: block;
  }

  .footer__top {
    padding: 18px 15px 12px;
    gap: 16px;
  }

  .footer__first {
    gap: 41px;
  }

  .footer__left {
    padding-top: 0;
    gap: 13px;
  }

  .footer__more {
    max-width: 162px;
    font-size: 12px;
    padding-top: 5px;
  }

  .footer__second {
    padding-top: 0;
    gap: 15px 16px;
  }

  .footer__label {
    font-size: 14px;
    color: #28a745;
    margin-bottom: 8px;
  }

  .footer__contact {
    font-size: 12px;
  }

  .footer__socials {
    gap: 12px;
    justify-content: flex-end;
  }

  .footer__social {
    width: 28px;
  }

  .footer__right {
    border-radius: 8px;
    padding: 19px 12px 19px;
  }

  .footer__block {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .footer__caption {
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
  }

  .footer__subcaption {
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
  }

  .footer__labo {
    font-size: 12px;
    margin-bottom: 8px;
  }

  .footer__block {
    margin-bottom: 10px;
  }

  .footer__input {
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 8px;
  }

  .footer__wrapper {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .footer__submit {
    font-size: 14px;
    width: 100%;
    justify-content: center;
    border-radius: 8px;
    padding: 10px 15px;
  }

  .footer__privacy {
    font-size: 12px;
    width: calc(100% + 4px);
  }

  .footer__bottom {
    flex-direction: column;
    padding: 12px 15px 14px;
    gap: 5px;
  }

  .footer__copy {
    font-size: 12px;
    gap: 4px;
  }

  .footer__copy img {
    width: 12px;
  }

  .footer__dev {
    font-size: 12px;
  }

  .header__global {
    gap: 13px;
  }

  .header-mobile .hero__link {
    padding-left: 46px;
  }

  .modal {
    padding: 34px 15px;
  }

  .modal__window {
    padding: 27px 12px 45px;
  }

  .modal__title {
    font-size: 18px;
    line-height: 139%;
    margin-bottom: 14px;
  }

  .modal__subtitle {
    font-size: 14px;
  }

  .modal__input {
    font-size: 14px;
    line-height: 186%;
    padding: 8px 12px 8px 46px;
    background-size: 26px 26px;
    background-position: 11px center;
    margin-bottom: 16px;
  }

  .modal__privacy {
    font-size: 12px;
    margin-bottom: 16px;
  }

  .modal__bottom {
    flex-direction: column;
    gap: 12px;
  }

  .modal__back {
    width: 100%;
    font-size: 14px;
    line-height: 171%;
    padding: 10.5px 15px;
  }

  .modal__submit {
    width: 100%;
    font-size: 14px;
    line-height: 171%;
    padding: 10.5px 15px;
  }

  .modal__window.third {
    padding: 22px 19px 18px;
  }

  .modal__window.third .modal__title {
    margin-bottom: 8px;
  }

  .modal__window.third .modal__subtitle {
    margin-bottom: 16px;
  }

  .modal__window.third .modal__back {
    width: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 171%;
    color: #fff;
    padding: 4.5px 16px;
    background: #28a745;
    border-radius: 4px;
  }
}