@charset "UTF-8";

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

aside,
nav,
footer,
header,
section {
  display: block;
}

body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.container {
  max-width: 1266px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.container-big {
  max-width: 1412px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

body {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #1d28b5;
  background-color: #EFEFEF;
}

body.locked {
  overflow: hidden;
}

.main__body-wrapper {
  background-image: url(../img/hero/bg.png);
  background-repeat: no-repeat;
  background-size: 100% 98%;
  background-position: center top;
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}

.main__body-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0px;
  left: 0px;
  background-color: #efefef;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.title-h1 {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 140px;
  line-height: 130%;
  color: #fff;
}

.title-h2 {
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 130%;
  color: #1d28b5;
  max-width: 880px;
}

.button {
  display: block;
  width: 100%;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  border-radius: 40px;
  padding: 20px 60px;
  background-color: #ff007b;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  /* Плавный переход для цвета */
}

.button:hover {
  background-color: #cc0062;
  /* Темнее на 10% */
}

.button:active {
  background-color: #99004a;
  /* Ещё темнее при нажатии */
}

.button-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.section-white {
  background-color: #fff;
  padding: 40px 10px 72px 120px;
  border-top-left-radius: 400px;
  border-bottom-left-radius: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  position: relative;
  overflow: visible;
}

.section-white::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0;
  z-index: -1;
}

.modal {
  background: white;
  padding: 20px;
  border-radius: 5px;
  height: 610px;
  width: 840px;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.modal__wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 60;
  display: none;
  overflow-y: auto;
}

.modal__close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.modal__close img {
  width: 32px;
  height: 32px;
}

.modal__title {
  text-align: center;
  font-family: "Geologica", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 130%;
  color: #1d28b5;
  margin-bottom: 10px;
}

.modal__body {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.body-modal__subtitle {
  font-size: 22px;
  text-align: center;
  color: #1d28b5;
  margin-bottom: 20px;
}

.body-modal__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 478px;
  width: 100%;
}

.body-modal__form.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 0;
}

.body-modal__input {
  margin-bottom: 30px;
  background: #efefef;
  border-radius: 50px;
  padding: 24px 30px;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: #1d28b5;
  width: 100%;
}

.body-modal__input::-webkit-input-placeholder {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: rgba(29, 40, 181, 0.5);
  padding: 24px 0px;
}

.body-modal__input::-moz-placeholder {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: rgba(29, 40, 181, 0.5);
  padding: 24px 0px;
}

.body-modal__input:-ms-input-placeholder {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: rgba(29, 40, 181, 0.5);
  padding: 24px 0px;
}

.body-modal__input::-ms-input-placeholder {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: rgba(29, 40, 181, 0.5);
  padding: 24px 0px;
}

.body-modal__input::placeholder {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  color: rgba(29, 40, 181, 0.5);
  padding: 24px 0px;
}

.body-modal__input.form-section {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}

.body-modal__input.form-section::-webkit-input-placeholder {
  color: #fff;
}

.body-modal__input.form-section::-moz-placeholder {
  color: #fff;
}

.body-modal__input.form-section:-ms-input-placeholder {
  color: #fff;
}

.body-modal__input.form-section::-ms-input-placeholder {
  color: #fff;
}

.body-modal__input.form-section::placeholder {
  color: #fff;
}

.body-modal__form-checkbox {
  text-align: left;
}

.body-modal__checkbox-label {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #1d28b5;
}

.body-modal__checkbox-label.white {
  color: #fff;
}

.body-modal__notice {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  color: #1d28b5;
  text-align: left;
  padding-left: 19px;
}

.body-modal__notice.white {
  color: #fff;
}

nav {
  background-color: transparent;
  overflow: hidden;
}

.navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 68px;
     -moz-column-gap: 68px;
          column-gap: 68px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.logo {
  z-index: 35;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 15px;
}

.menu .menu__item-link {
  color: #fff;
  font-size: 16px;
  line-height: 130%;
  position: relative;
}

.menu .menu__item-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.menu .menu__item-link:hover::after {
  width: 100%;
}

.burger {
  display: none;
  cursor: pointer;
}

.contact-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-navbar > *:not(:last-child) {
  margin-right: 20px;
}

.contact-navbar__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  position: relative;
  z-index: 35;
  white-space: nowrap;
  position: relative;
}

.contact-navbar__phone::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

.contact-navbar__phone:hover::after {
  width: 100%;
}

.contact-navbar__phone::before {
  content: "";
  background-image: url("../img/icons/phone.svg");
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.contact-navbar__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.contact-navbar__social-link {
  display: block;
  width: 30px;
  height: 30px;
}

.contact-navbar__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 50;
  flex: 0 0 auto;
}

.contact-navbar__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*-webkit-box-flex: 1;
      -ms-flex: 1 1 150px;
          flex: 1 1 150px;
  min-width: 130px;
  max-width: 230px;*/
  text-align: center;
  color: #fff;
  border: 2px solid;
  border-radius: 40px;
  font-size: 15px;
  flex: 0 0 auto;
  width: auto;
  padding: 8px 20px;
}

.desktop-only {
  display: none;
}

.mobile-only {
  display: none;
}

/* Видимость на разных экранах */

.contact-info {
  position: relative;
}

.contact-info__phone::before {
  content: "";
  background-image: url("../img/icons/phone.svg");
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.contact-info__email::before {
  content: "";
  background-image: url("../img/icons/mail.svg");
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.contact-info__addres::before {
  content: "";
  background-image: url("../img/icons/location.svg");
  width: 21px;
  height: 21px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}

.contact-info__link {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}

.social-icons__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.hero__button {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.hero__wrapper {
  position: relative;
}

.swiper__hero {
  overflow: unset;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.hero-slide {
  padding: 50px 0;
}

.hero-slide__title{
  font-family: "Nunito";
}

.hero-slide__wrapper {
  display: grid;
  position: relative;
  grid-template-columns: 1.5fr 1fr;
}

.hero-slide__content {
  max-width: 790px;
  width: 100%;
  z-index: 2;
  padding-left: 72px;
}

.hero-slide__subtitle {
  font-family: "Geologica", sans-serif;
  font-weight: 600;
  font-size: 38px;
  line-height: 130%;
  color: #fff;
  margin-bottom: 10px;
}

.hero-slide__subtitle span {
  font-weight: 900;
  color: #ff007b;
}

.hero-slide__description {
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 26px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 50px;
}

.hero-slide__img {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.hero-slide__img > img {
  position: absolute;
  top: 0;
  right: 0;
}

.arrow-button-prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 50;
}

.arrow-button-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 50;
}

.swiper-pagination-bullet {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5fd5ca), to(#629be2));
  background: -o-linear-gradient(top, #5fd5ca 0%, #629be2 100%);
  background: linear-gradient(180deg, #5fd5ca 0%, #629be2 100%);
}

.problems {
  /*margin-top: 100px;*/
  margin-bottom: 100px;
  position: relative;
}

.problems::after {
  content: "";
  display: block;
  width: 85%;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 400px 0 0 400px;
}

.problems__container {
  position: relative;
  z-index: 9;
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: auto;
}

.problems__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-left: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.problems__img img {
  width: 100%;
}

.problems__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.problems__list-item {
  font-weight: 500;
  font-size: 26px;
  line-height: 130%;
  color: #1d28b5;
}

.cta {
  margin-bottom: 100px;
}

.cta__title {
  max-width: 740px;
}

.cta__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cta__list-item {
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 140%;
  background-color: #fff;
  border-radius: 100px;
  padding: 30px 50px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 15px);
          flex: 0 1 calc(50% - 15px);
  /* Каждый элемент занимает 50% ширины минус отступ */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.faq {
  margin-bottom: 110px;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
}

.accordion .accordion__item {
  overflow: hidden;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 140%;
  background-color: #fff;
  border-radius: 100px;
  padding: 20px 40px;
  /*-webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 15px);
          flex: 0 1 calc(50% - 15px);*/
  /* Каждый элемент занимает 50% ширины минус отступ */
  flex: 0 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #C4C4C4;
}

.accordion .accordion__item.accordion__item-active .accordion__item-content {
  display: block;
  max-height: 100%;
  opacity: 1;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
  -o-transition: max-height 0.4s ease, opacity 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.accordion .accordion__item.accordion__item-active .line2 {
  -webkit-transform: translate(0) !important;
      -ms-transform: translate(0) !important;
          transform: translate(0) !important;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
}

.accordion .accordion__item.accordion__item-active .line1 {
  opacity: 0;
  -webkit-transition: 0.1s all ease;
  -o-transition: 0.1s all ease;
  transition: 0.1s all ease;
}

.accordion .accordion__item .accordion__item-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
}

.accordion .accordion__item .accordion__item-trigger .trigger__num {
  margin-right: 10px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.035em;
  color: #8547c6;
}

.accordion .accordion__item .accordion__item-trigger .trigger__text {
  padding-right: 30px;
  font-family: "Geologica", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 140%;
  background: -o-linear-gradient(319deg, #1c27b5 0%, #5973e1 100%);
  background: linear-gradient(131deg, #1c27b5 0%, #5973e1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.accordion .accordion__item .accordion__item-trigger .trigger__img {
  position: relative;
  margin-left: auto;
}

.accordion .accordion__item .accordion__item-trigger .trigger__img .line1 {
  display: block;
  width: 18px;
  height: 2px;
  background: -o-linear-gradient(319deg, #1c27b5 0%, #5973e1 100%);
  background: linear-gradient(131deg, #1c27b5 0%, #5973e1 100%);
  border-radius: 100px;
}

.accordion .accordion__item .accordion__item-trigger .trigger__img .line2 {
  display: block;
  width: 18px;
  height: 2px;
  background: -o-linear-gradient(319deg, #1c27b5 0%, #5973e1 100%);
  background: linear-gradient(131deg, #1c27b5 0%, #5973e1 100%);
  margin-top: -2px;
  border-radius: 100px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion .accordion__item .accordion__item-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.4s ease, opacity 0.4s ease;
  -o-transition: max-height 0.4s ease, opacity 0.4s ease;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

.accordion .accordion__item .accordion__item-content .content__text {
  padding-top: 20px;
  padding-right: 75px;
  margin-top: 25px;
  font-family: "Geologica", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #1d28b5;
}

.accordion .accordion__item .accordion__item-content .content__text:first-child {
  margin-top: 0;
}

.results {
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.results::after {
  content: "";
  display: block;
  width: 85%;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 400px 0 0 400px;
}

.results__container {
  position: relative;
  z-index: 9;
  padding-top: 80px;
  padding-bottom: 80px;
}

.results__inner {
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  padding-left: 30px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.results__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.results__img img {
  max-width: 284px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.results__items {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
}

.results__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 293px;
          flex: 0 1 293px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.results__number {
  font-weight: 700;
  font-size: 80px;
  line-height: 130%;
  color: #1d28b5;
}

.results__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 130%;
  color: #1d28b5;
}

.results__title-h2 {
  font-size: 57px;
}

.results__text {
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  color: #1d28b5;
}

.benefits {
  margin-top: 100px;
  margin-bottom: 100px;
}

.benefits__items {
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.benefits__item {
  padding: 40px 30px;
  border-radius: 40px;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}

.benefits__item:nth-child(6n+1) {
  background: rgba(135, 40, 209, 0.1);
}

.benefits__item:nth-child(6n+2) {
  background: rgba(20, 178, 216, 0.1);
}

.benefits__item:nth-child(6n+3) {
  background: rgba(200, 71, 100, 0.1);
}

.benefits__item:nth-child(6n+4) {
  background: rgba(218, 112, 214, 0.1);
}

.benefits__item:nth-child(6n+5) {
  background: rgba(255, 215, 0, 0.1);
}

.benefits__item:nth-child(6n+6) {
  background: rgba(255, 165, 0, 0.1);
}

.benefits__icon {
  width: 35px;
  height: 35px;
  margin-bottom: 10px;
}

.info-benefits {
  padding-top: 10px;
  border-top: 1px solid #1d28b5;
}

.info-benefits__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 130%;
  color: #1d28b5;
  padding-bottom: 10px;
}

.info-benefits__list {
  padding-left: 25px;
}

.info-benefits__list-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #1d28b5;
  position: relative;
}

.info-benefits__list-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -18px;
  border-radius: 50px;
  width: 7px;
  height: 7px;
  background-color: #1d28b5;
}

.dashboard {
  margin-bottom: 100px;
}

.dashboard__subtitle {
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  color: #1d28b5;
}

.dashboard__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.dashboard__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  margin-left: 50px;
}

.dashboard__list-item {
  font-size: 26px;
  line-height: 140%;
  color: #1d28b5;
  position: relative;
}

.dashboard__list-item::before {
  content: "";
  width: 32px;
  height: 16px;
  position: absolute;
  background-image: url(../img/icons/arrow.svg);
  top: 12px;
  left: -50px;
}

.dashboard__img img {
  max-width: 552px;
  -o-object-fit: cover;
     object-fit: cover;
}

.mission {
  margin-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.mission > .mission__border-radius {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  background: #fff;
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 400px 0 0 400px;
  overflow: hidden;
}

.mission__container {
  position: relative;
  overflow: hidden;
  z-index: 9;
}

.mission__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 595px;
  margin-left: auto;
  padding: 80px 0 80px 0;
}

.mission__img {
  position: absolute;
  left: 50px;
  bottom: 0;
}

.mission__img--mobile {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}

.mission__img--mobile img {
  max-width: 300px;
  width: 100%;
}

.mission__text {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
  font-weight: 400;
  font-size: 26px;
  line-height: 130%;
  background: -o-linear-gradient(319deg, #1c27b5 0%, #5973e1 100%);
  background: linear-gradient(131deg, #1c27b5 0%, #5973e1 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reviews {
  margin-top: 100px;
  margin-bottom: 100px;
}

.reviews__items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.reviews__container {
  padding: 0;
}

.item-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  background-color: #fff;
  border-radius: 50px;
  padding: 30px 30px 50px 30px;
  max-width: 402px;
  width: 100%;
}

.item-reviews__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.item-reviews__userpic img {
  border-radius: 100%;
  width: 88px;
  height: 88px;
}

.item-reviews__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.item-reviews__user-name {
  font-weight: 500;
  font-size: 20px;
  color: #1d28b5;
}

.item-reviews__user-date {
  font-weight: 300;
  font-size: 14px;
  color: #d7d7d7;
}

.item-reviews__user-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.item-reviews__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-reviews__text p {
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  color: #1d28b5;
  margin-bottom: 10px;
}

.item-reviews__text-link {
  margin-top: auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#5fd5ca), to(#629be2));
  background: -o-linear-gradient(top, #5fd5ca 0%, #629be2 100%);
  background: linear-gradient(180deg, #5fd5ca 0%, #629be2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.reviews__swiper {
  position: relative;
  width: 100%;
}

.reviews .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.reviews .swiper-pagination {
  bottom: 40px;
}

.reviews .swiper-button-next,
.reviews .swiper-button-prev {
  color: blue;
}

.reviews__swiper {
  margin-top: 10px;
  padding-bottom: 50px;
}

.reviews__swiper .swiper-pagination-bullet {
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5fd5ca), to(#629be2)) !important;
  background: -o-linear-gradient(top, #5fd5ca 0%, #629be2 100%) !important;
  background: linear-gradient(180deg, #5fd5ca 0%, #629be2 100%) !important;
}

.reviews__swiper .swiper-pagination-bullet-active {
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#5fd5ca), to(#629be2)) !important;
  background: -o-linear-gradient(top, #5fd5ca 0%, #629be2 100%) !important;
  background: linear-gradient(180deg, #5fd5ca 0%, #629be2 100%) !important;
}

.business {
  margin-top: 100px;
  margin-bottom: 100px;
  overflow: hidden;
}

.business__descroption {
  font-weight: 600;
  font-size: 26px;
  line-height: 140%;
  text-align: center;
  color: #1d28b5;
  margin-top: 30px;
  margin-bottom: 30px;
}

.business__title {
  max-width: 860px;
}

.business__items {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.business__items-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

.business__items-inner--1 {
  margin-bottom: 30px;
}

.business__items-inner--1 .item-business {
  max-width: 100%;
  width: 100%;
}

.business__items-inner--1 .item-business__content__description {
  padding-right: 140px;
}

.business__items-inner--2 .item-business {
  max-width: 100%;
  width: 100%;
}

.business__items-inner--2 .item-business__content__description {
  padding-right: 255px;
}

.business__items-inner--2 .item-business__img img {
  max-width: 294px !important;
}

.business .item-business {
  overflow: hidden;
  position: relative;
  min-height: 255px;
  height: 100%;
  border-radius: 20px;
}

.business .item-business__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  padding: 20px;
}

.business .item-business__content-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
  color: #1d28b5;
  text-align: left;
}

.business .item-business__content__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #1d28b5;
}

.business .item-business__img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.business .item-business__img img {
  width: 100%;
  max-height: 100%;
  max-width: 167px;
}

.business .item-business:nth-child(1) {
  background: rgba(135, 40, 209, 0.1);
}

.business .item-business:nth-child(2) {
  background: rgba(200, 71, 100, 0.1);
}

.business .item-business:nth-child(3) {
  background: rgba(20, 178, 216, 0.1);
}

.business .item-business:nth-child(4) {
  background: rgba(229, 88, 164, 0.1);
}

.business .item-business:nth-child(5) {
  background: rgba(135, 40, 209, 0.1);
}

.why-us {
  color: #fff;
  position: relative;
}

.why-us::after {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  background: -o-linear-gradient(319deg, #1c27b5 0%, #5973e1 100%);
  background: linear-gradient(131deg, #1c27b5 0%, #5973e1 100%);
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 0 450px 450px 0;
}

.why-us__container {
  position: relative;
  z-index: 9;
  padding-top: 80px;
  padding-bottom: 80px;
}

.why-us__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.why-us__title {
  color: #fff;
}

.item-why-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.item-why-us__img {
  -webkit-transform: translate(0, -7px);
      -ms-transform: translate(0, -7px);
          transform: translate(0, -7px);
}

.item-why-us__img img {
  width: 40px;
  height: 40px;
}

.item-why-us__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.item-why-us__content-title {
  font-weight: 500;
  font-size: 30px;
  line-height: 130%;
  color: #fff;
}

.item-why-us__description {
  font-weight: 300;
  font-size: 26px;
  line-height: 140%;
  color: #fff;
}

.steps {
  margin-bottom: 40px;
}

.steps__button {
  margin-top: 30px;
}

.steps__items {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.steps__item:nth-child(2n) {
  padding-top: 103px;
}

.steps__item:nth-child(2n) .item-steps__img::after {
  -webkit-transform: rotate(-26deg);
      -ms-transform: rotate(-26deg);
          transform: rotate(-26deg);
  bottom: 95px;
  right: -90px;
}

.steps__item:last-child .item-steps__img::after {
  display: none;
}

.item-steps__img {
  position: relative;
  z-index: 2;
  margin-bottom: 24px;
}

.item-steps__img img {
  position: relative;
  z-index: 1;
  display: block;
}

.item-steps__img::before {
  content: "";
  position: absolute;
  width: 120%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  bottom: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -2;
}

.item-steps__img::after {
  content: "";
  z-index: -1;
  width: 176px;
  height: 10px;
  position: absolute;
  bottom: -11px;
  right: -99px;
  background: #e8e8e8;
  -webkit-transform: rotate(26deg);
      -ms-transform: rotate(26deg);
          transform: rotate(26deg);
}

.item-steps__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #1d28b5;
}

.steps__item:nth-child(1) .item-steps__img::before {
  background-image: url("../img/steps/01-shadow.png");
}

.steps__item:nth-child(2) .item-steps__img::before {
  background-image: url("../img/steps/02-shadow.png");
}

.steps__item:nth-child(3) .item-steps__img::before {
  background-image: url("../img/steps/03-shadow.png");
}

.steps__item:nth-child(4) .item-steps__img::before {
  background-image: url("../img/steps/04-shadow.png");
}

.steps__item:nth-child(5) .item-steps__img::before {
  background-image: url("../img/steps/05-shadow.png");
}

.steps__item:nth-child(6) .item-steps__img::before {
  background-image: url("../img/steps/06-shadow.png");
}

.steps,
.steps__items,
.steps__item {
  overflow: visible !important;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.clients {
  overflow: hidden;
  position: relative;
  margin-bottom: 100px;
  overflow: hidden;
}

.clients__slider-wrapper {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.clients__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: clients-scroll-left 10s linear infinite;
          animation: clients-scroll-left 10s linear infinite;
}

.clients__slider_reverse .clients__track {
  -webkit-animation: clients-scroll-right 10s linear infinite;
          animation: clients-scroll-right 10s linear infinite;
}

.clients__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.clients__slider--2 {
  margin-top: 30px;
}

.clients__slide {
  width: 401px;
  min-height: 183px;
  background: #fff;
  border-radius: 100px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  /* Flex-контейнер для центрирования */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* Центрирование по горизонтали */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* Центрирование по вертикали */
}

.clients__slide img {
  max-width: 150px;
  width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  /* или 'cover', если нужно заполнить блок */
}

@-webkit-keyframes clients-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes clients-scroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes clients-scroll-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes clients-scroll-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.form {
  margin-bottom: 100px;
  color: #fff;
  position: relative;
}

.form::after {
  content: "";
  display: block;
  width: 95%;
  height: 100%;
  background: -o-linear-gradient(319deg, #1c27b5 0%, #5973e1 100%);
  background: linear-gradient(131deg, #1c27b5 0%, #5973e1 100%);
  left: 0;
  top: 0;
  position: absolute;
  border-radius: 0 400px 400px 0;
}

.form__container {
  position: relative;
  z-index: 9;
  padding-top: 80px;
  padding-bottom: 30px;
}

.form__title {
  color: #fff;
  margin-bottom: 20px;
}

.form .inner-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 106px;
     -moz-column-gap: 106px;
          column-gap: 106px;
}

.form .inner-form__content {
  max-width: 635px;
  width: 100%;
  position: relative;
}

.form .inner-form__img {
  padding-right: 20px;
  -webkit-transform: rotate(7deg);
      -ms-transform: rotate(7deg);
          transform: rotate(7deg);
}

footer {
  display: block;
  background: -o-linear-gradient(319deg, #0813a1 0%, #3b55c3 100%);
  background: linear-gradient(131deg, #0813a1 0%, #3b55c3 100%);
}

.footer {
  padding-top: 45px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
}

.footer__logo img {
  width: 90px !important;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  max-width: 290px;
  width: 100%;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
}

.footer__menu-item a {
  font-weight: 300;
  font-size: 18px;
  line-height: 130%;
  color: #fff;
}

.contact-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
  max-width: 290px;
  width: 100%;
}

.footer__social-title {
  white-space: nowrap;
  margin-bottom: 8px;
}

.logo img{
  max-width: 111px;
}
.form-result-message{
  margin-bottom: 15px;
  font-size: 18px;
}

.footer__bottom{
  display: flex;
  justify-content: center;
  padding: 15px 0 20px;
}
.footer__bottom a{
  color: #fff;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 300;
}



@media (min-width: 991.98px) {
  .desktop-only {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }

  .hero-slide__img--mobile {
    display: none;
  }

  .mission__img--mobile {
    display: none;
  }
}

@media (max-width: 1750px) {
  .results::after {
    width: 90%;
  }
}

@media (max-width: 1530px) {
  .results::after {
    width: 95%;
  }
  .navbar {
    column-gap: 20px;
  }
}

@media (max-width: 1525px) {
  .mission__inner {
    max-width: 560px;
  }

  .mission__img img {
    max-width: 380px;
  }
}

@media (max-width: 1440px){
  .menu {
    column-gap: 15px;
  }
}

@media (max-width: 1399.98px) {
  .main__body-wrapper:after {
    height: 80px;
  }

  .contact-navbar__buttons {
    flex-direction: column;
  }

  .title-h1 {
    font-size: 120px;
  }

  .title-h2 {
    font-size: 45px;
  }

  .button {
    font-size: 22px;
    padding: 20px 50px;
  }

  .section-white {
    padding: 30px 10px 55px 70px;
  }

  .modal__title {
    font-size: 34px;
  }

  .contact-navbar > *:not(:last-child) {
    margin-right: 15px;
  }

  .contact-navbar__btn {
    font-size: 14px;
  }

  .hero-slide__subtitle {
    font-size: 34px;
  }

  .hero-slide__description {
    font-size: 22px;
    margin-bottom: 30px;
  }

  .hero-slide__img--2 img {
    width: 700px !important;
  }

  .hero-slide__img > img {
    width: 600px;
  }

  .problems__list {
    gap: 26px;
    max-width: 660px;
  }

  .problems__list-item {
    font-size: 24px;
  }

  .cta {
    margin-bottom: 70px;
  }

  .faq {
    margin-bottom: 90px;
  }

  .results {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .results__img img {
    max-width: 230px;
  }

  .results__number {
    font-size: 76px;
  }

  .results__title {
    font-size: 26px;
  }

  .benefits {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .dashboard {
    margin-bottom: 70px;
  }

  .dashboard__img img {
    max-width: 440px;
  }

  .mission {
    margin-bottom: 70px;
  }

  .mission__inner {
    max-width: 520px;
  }

  .mission__img img {
    max-width: 364px;
  }

  .reviews {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .business {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .why-us__items {
    grid-template-columns: 1fr;
    max-width: 80%;
  }

  .item-why-us__description {
    font-size: 24px;
  }

  .clients {
    margin-bottom: 70px;
  }

  .clients__slide {
    min-height: 140px;
  }

  .clients__slide img {
    width: 140px;
  }

  .form {
    margin-bottom: 70px;
  }

  .form .inner-form__content {
    max-width: 580px;
  }

  .form .inner-form__img img {
    width: 200px;
  }
}

@media (max-width: 1360px) {
  .results::after {
    width: 100%;
  }
}

@media (max-width: 1300px) {
  .steps__button {
    margin-top: 0;
  }

  .steps__items {
    grid-template-columns: repeat(3, 186px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .steps__item:nth-child(4n) {
    padding-top: 0px;
    -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
            transform: translateY(-60px);
  }

  .steps__item:nth-child(5n) {
    padding-top: 103px;
    -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
            transform: translateY(-60px);
  }

  .steps__item:nth-child(6n) {
    padding-top: 0;
    -webkit-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
            transform: translateY(-60px);
  }

  .steps__item:nth-child(3n) .item-steps__img::after {
    display: none;
  }

  .steps__item:nth-child(4n) .item-steps__img::after {
    bottom: -11px;
    right: -99px;
    -webkit-transform: rotate(26deg);
        -ms-transform: rotate(26deg);
            transform: rotate(26deg);
  }

  .steps__item:nth-child(5n) .item-steps__img::after {
    -webkit-transform: rotate(-26deg);
        -ms-transform: rotate(-26deg);
            transform: rotate(-26deg);
    bottom: 95px;
    right: -90px;
  }
}


@media (max-width: 1199.98px) {
  .contact-navbar__buttons {
    flex-direction: row;
  }


  .navbar {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .contact-navbar > *:not(:last-child) {
    margin-right: 0;
  }

  .contact-navbar {
    margin-right: 0;
    margin-left: auto;
  }

  .contact-navbar__phone {
    margin-left: auto;
  }

  .contact-navbar__btn {
    min-width: auto;
  }

  .mobile-only {
    display: block;
  }

  .contact-navbar__social {
    display: none;
    /* Убираем десктопную панель с телефонами на мобильных */
  }

  .contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu {
    position: fixed;
    background: -o-linear-gradient(319deg, #0813a1 0%, #3b55c3 100%);
    background: linear-gradient(131deg, #0813a1 0%, #3b55c3 100%);
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    display: none;
    row-gap: 20px;
  }

  .menu.active {
    padding: 124px 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: all;
    z-index: 22;
    -webkit-animation: fade 0.1s linear;
    animation: fade 0.1s linear;
  }

  .burger {
    display: block;
    position: relative;
    height: 12px;
    width: 20px;
    z-index: 102;
    cursor: pointer;
  }

  .burger.active-burger:before {
    background: "white";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    top: 4px;
  }

  .burger.active-burger:after {
    background: "white";
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 6px;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .burger.active-burger span {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }

  .burger:before,
  .burger:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background: white;
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .burger:before {
    top: 0;
  }

  .burger::after {
    bottom: 0;
  }

  .burger span {
    position: absolute;
    top: 5px;
    right: 0;
    width: 100%;
    background: white;
    height: 2px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    -o-transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
    transition: cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s all;
  }

  .menu__item-link {
    color: #fff;
  }

  .title-h1 {
    font-size: 100px;
  }

  .button {
    font-size: 20px;
  }

  .section-white {
    padding: 30px 10px 40px 55px;
  }

  .modal__title {
    font-size: 32px;
  }

  .contact-navbar__btn {
    font-size: 14px;
  }

  .hero-slide__subtitle {
    font-size: 24px;
  }

  .hero-slide__description {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .hero-slide__img--2 img {
    width: 600px !important;
  }

  .hero-slide__img > img {
    width: 500px;
  }

  .problems {
    margin-bottom: 70px;
  }

  .problems::after {
    width: 95%;
    margin-bottom: 70px;
  }

  .problems__list {
    max-width: 600px;
  }

  .problems__list-item {
    font-size: 22px;
  }

  .cta__list {
    gap: 26px;
  }

  .cta__list-item {
    font-size: 24px;
  }

  .accordion {
    gap: 26px;
  }

  .accordion .accordion__item {
    font-size: 24px;
  }

  .results::after {
    width: 100%;
    border-radius: 50px;
  }

  .results__img img {
    max-width: 180px;
  }

  .results__items {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .results__number {
    font-size: 70px;
  }

  .benefits__items {
    grid-template-columns: repeat(2, 1fr);
  }

  .dashboard__img img {
    max-width: 380px;
  }

  .mission > .mission__border-radius {
    width: 100%;
  }

  .mission__inner {
    max-width: 550px;
    padding: 50px 0 50px 0;
  }

  .business__descroption {
    font-size: toRem(24);
  }

  .business__items-inner--1 .item-business__content__description {
    padding-right: 100px;
  }

  .business__items-inner--1 .item-business__img img {
    max-width: 150px;
  }

  .business__items-inner--2 .item-business__img img {
    max-width: 275px !important;
  }

  .business .item-business__content-title {
    font-size: 24px;
  }

  .why-us__container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .item-why-us__content-title {
    font-size: 26px;
  }

  .item-why-us__description {
    font-size: 22px;
  }

  .clients__slide {
    min-height: 114px;
  }

  .clients__slide img {
    width: 100px;
  }

  .form .inner-form__content {
    max-width: 500px;
  }

  .footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .contact-footer {
    max-width: 100%;
  }
}

@media (max-width: 991.98px) {
  .main__body-wrapper:after {
    height: 65px;
  }

  .main__body-wrapper {
    background-image: url(../img/hero/bg-mobile.png);
  }

  .title-h2 {
    font-size: 35px;
  }

  .modal__title {
    font-size: 28px;
  }

  .body-modal__subtitle {
    font-size: 20px;
  }

  .body-modal__input {
    font-size: 20px;
    margin-bottom: 25px;
  }

  .body-modal__input::-webkit-input-placeholder {
    font-size: 20px;
  }

  .body-modal__input::-moz-placeholder {
    font-size: 20px;
  }

  .body-modal__input:-ms-input-placeholder {
    font-size: 20px;
  }

  .body-modal__input::-ms-input-placeholder {
    font-size: 20px;
  }

  .body-modal__input::placeholder {
    font-size: 20px;
  }

  .swiper__hero {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .hero-slide {
    padding: 20px 0;
  }

  .hero-slide__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0 auto;
  }

  .hero-slide__content {
    padding-left: 0;
  }

  .hero-slide__img--2 {
    display: none;
  }

  .hero-slide__img {
    display: none;
  }

  .problems::after {
    width: 100%;
    border-radius: 50px;
  }

  .problems__list-item {
    font-size: 20px;
  }

  .cta {
    margin-bottom: 55px;
  }

  .faq {
    margin-bottom: 80px;
  }

  .results {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .results__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 50px;
    padding-left: 0;
  }

  .results__img {
    display: none;
  }

  .results__number {
    font-size: 68px;
  }

  .results__title {
    font-size: 24px;
  }

  .results__text {
    font-size: 24px;
  }

  .benefits {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 30px) / 2);
            flex: 0 1 calc((100% - 30px) / 2);
  }

  .dashboard {
    margin-bottom: 55px;
  }

  .dashboard__subtitle {
    font-size: 30px;
  }

  .dashboard__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .dashboard__list-item {
    font-size: 22px;
  }

  .dashboard__img img {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .mission {
    margin-bottom: 30px;
  }

  .mission > .mission__border-radius {
    border-radius: 50px;
  }

  .mission__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    padding-bottom: 0;
    max-width: 100%;
    padding: 30px 0 0 0;
  }

  .mission__img {
    display: none;
  }

  .mission__info {
    padding-bottom: 20px;
  }

  .reviews {
    margin-top: 55px;
    margin-bottom: 10px;
  }

  .reviews__swiper {
    padding-bottom: 35px;
  }

  .business {
    margin-top: 55px;
    margin-bottom: 55px;
  }

  .business__items-inner {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .business__items-inner--2 .item-business__content__description {
    padding-right: 200px;
  }

  .why-us::after {
    width: 100%;
    border-radius: 50px;
  }

  .why-us__items {
    max-width: 100%;
  }

  .item-why-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-why-us__img {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
  }

  .item-why-us__content-title {
    font-size: 24px;
  }

  .item-why-us__description {
    font-size: 20px;
  }

  .clients {
    margin-bottom: 55px;
  }

  .form {
    margin-bottom: 50px;
  }

  .form::after {
    width: 100%;
    border-radius: 50px;
  }
}

@media (max-width: 991.98px) and (max-width: 991.98px) {
  .results__inner::before {
    display: none;
  }
}

@media (max-width: 920px) {
  .results__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 900px) {
  .cta__list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .accordion .accordion__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .accordion .accordion__item .accordion__item-trigger {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767.98px) {
  .main__body-wrapper:after {
    height: 55px;
  }

  .title-h1 {
    font-size: 68px;
    line-height: 110%;
  }

  .button {
    font-size: 18px;
    line-height: 120%;
  }

  .section-white {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 50px;
    padding: 40px 30px;
  }

  .section-white::before {
    display: none;
  }

  .modal__title {
    font-size: 26px;
  }

  .body-modal__subtitle {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .body-modal__input {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .body-modal__input::-webkit-input-placeholder {
    font-size: 18px;
  }

  .body-modal__input::-moz-placeholder {
    font-size: 18px;
  }

  .body-modal__input:-ms-input-placeholder {
    font-size: 18px;
  }

  .body-modal__input::-ms-input-placeholder {
    font-size: 18px;
  }

  .body-modal__input::placeholder {
    font-size: 18px;
  }

  .logo a img {
    width: 90px;
  }

  .contact-navbar__btn {
    font-size: 13px;
    padding: 5px 15px;
    border: 1px solid;
  }

  .contact-navbar__phone{
    font-size: 14px;
  }

  .hero__button {
    margin: 0 auto;
  }

  .hero-slide__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .hero-slide__subtitle {
    font-size: 20px;
  }

  .hero-slide__description {
    font-size: 16px;
    margin-bottom: 18px;
    max-width: 500px;
  }

  .hero-slide__img--mobile {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
  }

  .arrow-button-prev {
    display: none;
  }

  .arrow-button-next {
    display: none;
  }

  .problems {
    margin-bottom: 50px;
  }

  .problems::after {
    margin-bottom: 50px;
  }

  .problems__container {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .problems__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    padding-left: 0;
  }

  .problems__img img {
    max-width: 230px;
  }

  .cta__container {
    padding: 0;
  }

  .cta__list {
    margin-top: 25px;
    margin-bottom: 25px;
    gap: 16px;
  }

  .cta__list-item {
    font-size: 22px;
  }

  .faq {
    margin-bottom: 65px;
  }

  .faq__container {
    padding: 0;
  }

  .accordion {
    margin-top: 25px;
    margin-bottom: 25px;
    gap: 16px;
  }

  .accordion .accordion__item {
    font-size: 22px;
    border-radius: 50px;
  }

  .accordion .accordion__item .accordion__item-trigger .trigger__text {
    font-size: 18px;
  }

  .accordion .accordion__item .accordion__item-content .content__text {
    font-size: 16px;
  }

  .results__container {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .results__img img {
    max-width: 180px;
  }

  .results__items {
    row-gap: 20px;
  }

  .results__number {
    font-size: 60px;
  }

  .results__title {
    font-size: 20px;
  }

  .results__text {
    font-size: 20px;
  }

  .benefits__container {
    padding: 0;
  }

  .benefits__items {
    grid-template-columns: 1fr;
  }

  .benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }

  .dashboard__subtitle {
    font-size: 26px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .dashboard__list-item::before {
    background-image: url(../img/icons/arrow-small.svg);
    width: 22px;
    height: 16px;
    left: -40px;
  }

  .dashboard__list-item {
    font-size: 18px;
  }

  .item-reviews {
    max-width: 100%;
  }

  .reviews__swiper {
    padding-bottom: 35px;
  }

  .business__container {
    padding: 0;
  }

  .business__descroption {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .business__items-inner--2 .item-business__img img {
    max-width: 200px !important;
  }

  .business .item-business {
    height: auto;
  }

  .business .item-business__content-title {
    font-size: 22px;
  }

  .business .item-business__content__description {
    padding-right: 0;
  }

  .business .item-business__img {
    position: static;
    display: block;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .why-us__container {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .item-why-us__content-title {
    font-size: 22px;
  }

  .item-why-us__description {
    font-size: 18px;
  }

  .clients__slider {
    margin-top: 25px;
  }

  .clients__slider--2 {
    margin-top: 20px;
  }

  .clients__slide {
    min-height: 100px;
  }

  .clients__slide img {
    width: 70px;
  }

  .form .inner-form__img {
    display: none;
  }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .footer__info {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }

  .footer__menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .footer__logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .footer__social {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .footer .contact-footer {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }

  .footer__info {
    max-width: 100%;
  }

  .footer__menu {
    max-width: 100%;
  }

  .footer__social {
    max-width: 100%;
  }

  .footer__social .social-icons__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 655px) {
  .steps {
    margin-bottom: 40px;
  }

  .steps__button {
    margin-top: -140px;
  }

  .steps__items {
    grid-template-columns: repeat(2, 186px);
  }

  .steps__item:nth-child(4n) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding-top: 103px;
  }

  .steps__item:nth-child(5n) {
    padding-top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }

  .steps__item:nth-child(6n) {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding-top: 103px;
  }

  .steps__item:nth-child(2n) .item-steps__img::after {
    display: none;
  }

  .steps__item:nth-child(3n) .item-steps__img::after {
    display: inline;
  }

  .steps__item:nth-child(5n) .item-steps__img::after {
    bottom: -11px;
    right: -99px;
    -webkit-transform: rotate(26deg);
        -ms-transform: rotate(26deg);
            transform: rotate(26deg);
  }

  .steps__item:nth-child(6n) .item-steps__img::after {
    display: none;
  }

  .steps__item:nth-child(n+3):nth-child(-n+4) {
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
  }

  .steps__item:nth-child(n+5):nth-child(-n+6) {
    -webkit-transform: translateY(-180px);
        -ms-transform: translateY(-180px);
            transform: translateY(-180px);
  }

  .item-steps__text {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .navbar {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .container-big {
    padding: 0 15px;
  }

  .hero-slide__subtitle {
    font-size: 18px;
  }

  .menu.active {
    padding-top: 154px;
  }

  .contact-navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .contact-navbar__buttons {
    position: relative;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 10px;
    max-width: 100%;
    width: 100%;
  }
  .contact-navbar__btn br{
    display: none;
  }
}

@media (max-width: 479.98px) {
  .title-h1 {
    font-size: 50px;
  }

  section.steps .container{
    overflow: hidden;
  }

  .info-benefits__title {
    font-size: 24px;
  }

  .info-benefits__list-item {
    font-size: 18px;
  }

  .title-h2 {
    font-size: 30px;
  }

  .button {
    max-width: 100%;
    width: 100%;
    padding: 20px 10px;
  }

  .modal__title {
    font-size: 24px;
  }

  .swiper__hero {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .hero-slide__content {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }

  .hero-slide__img--mobile img {
    width: 300px !important;
  }

  .problems__img img {
    max-width: 215px;
  }

  .cta__list {
    gap: 10px;
    margin-bottom: 20px;
  }

  .cta__list-item {
    font-size: 18px;
  }

  .faq {
    margin-bottom: 50px;
  }

  .accordion {
    gap: 10px;
    margin-bottom: 20px;
  }

  .accordion .accordion__item {
    font-size: 18px;
  }

  .accordion .accordion__item .accordion__item-trigger .trigger__text {
    padding-right: 10px;
  }

  .business .item-business__content {
    padding-bottom: 5px;
  }

  .why-us__container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .item-why-us__description {
    font-size: 16px;
  }

  .steps__items {
    grid-template-columns: repeat(2, 150px);
    gap: 10px;
  }

  .item-steps__img::before {
    width: 160%;
    left: 40%;
    bottom: -40px;
  }

  .item-steps__img::after {
    bottom: -10px;
    right: -88px;
    width: 210px;
  }

  .item-steps__img img {
    width: 150px;
  }

  .clients__slider--2 {
    margin-top: 10px;
  }

  .clients__slide {
    min-height: 86px;
  }

  .clients__slide img {
    width: 58px;
  }
}

@media (max-width: 370px) {
  .contact-navbar__phone span{
    display: none;
  }

  .contact-navbar__phone::before {
    width: 30px;
    height: 30px;
    margin-right: 0px;
  }

  .steps__items {
    grid-template-columns: repeat(2, 150px);
    gap: 10px;
  }

  .item-steps__img::before {
    width: 160%;
    left: 50%;
    bottom: -40px;
  }
}