*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  transition: all .3s;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-family: "Inika", sans-serif;
}

ul {
  list-style: none;
}

a {
  cursor: pointer;
  text-decoration: unset;
}

.container {
  margin: 0 auto;
  max-width: 1176px;
  padding: 0 18px;
}

.big-container {
  margin: 0 auto;
  max-width: 1400px;
}

.header {
  padding: 30px 0;
  background-color: #1A1DA8;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  display: flex;
  align-items: center;
  color: #FA8E06;
  font-size: 24px;
  font-weight: 700;
}
.header__logo-icon {
  max-width: 42px;
  height: 42px;
  margin-right: 10px;
}
.header__menu ul {
  display: flex;
}
.header__menu ul li + li {
  margin-left: 40px;
}
.header__menu ul a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.header__btn {
  padding: 11px 30px;
  max-width: 285px;
  border-radius: 40px;
  color: #FA8E06;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid transparent;
}

.introduction {
  background-color: #1A1DA8;
  margin-bottom: 11px;
  padding-top: 126px;
  margin-top: -1px;
}
.introduction__inner {
  display: flex;
}
.introduction__content-title {
  color: #F4BA6F;
  font-size: 65px;
  font-weight: 700;
  max-width: 583px;
  margin-bottom: 24px;
}
.introduction__content-text {
  color: #FFF;
  font-size: 24px;
  line-height: 160%;
  max-width: 525px;
  margin-bottom: 40px;
}
.introduction__content-btn {
  display: flex;
  max-width: 323px;
  width: 100%;
  padding: 17px 76px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  border-radius: 40px;
  background-color: #FA8E06;
  border: 2px solid transparent;
}
.introduction__content-btn img {
  margin-right: 7px;
}
.introduction__image {
  position: relative;
}
.introduction__image img {
  margin-bottom: -6px;
}
.introduction__btn-mobile {
  display: none;
  width: 100%;
  padding: 17px 0;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  border-radius: 0 40px 40px 0;
  background: #FA8E06;
  border: 2px solid transparent;
}
.introduction__btn-mobile img {
  margin-right: 7px;
}

.advantages {
  margin-bottom: 138px;
}
.advantages__items {
  display: flex;
}
.advantages__item {
  max-width: 278px;
  width: 100%;
  height: 184px;
  border-radius: 20px;
  background: #1A1DA8;
  text-align: center;
  padding: 18px 14px 16px;
}
.advantages__item-title {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 9px;
}
.advantages__item-text {
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.advantages__item + .advantages__item {
  margin-left: 12px;
}

.about {
  margin-bottom: 120px;
}
.about__inner {
  display: flex;
  justify-content: space-between;
  gap: 56px;
}
.about__content {
  max-width: 436px;
  width: 100%;
}
.about__content-title {
  color: #F4BA6F;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 24px;
}
.about__content-text {
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 40px;
}
.about__content-text h3 {
  color: #1A1DA8;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 12px;
}
.about__content-btn {
  display: flex;
  max-width: 323px;
  padding: 17px 0;
  justify-content: center;
  text-align: center;
  border-radius: 40px;
  background: #FA8E06;
  box-shadow: 0 81px 23px 0 rgba(250, 142, 6, 0), 0 52px 21px 0 rgba(250, 142, 6, 0.01), 0 29px 17px 0 rgba(250, 142, 6, 0.05), 0 13px 13px 0 rgba(250, 142, 6, 0.09), 0 3px 7px 0 rgba(250, 142, 6, 0.1);
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  border: 2px solid transparent;
}
.about__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.about__item {
  max-width: 314px;
  padding: 17px;
  background-color: #F0F3FC;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.about__item-image {
  max-width: 98px;
  width: 100%;
  height: 179px;
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(180deg, #7775E9 0%, rgba(26, 29, 168, 0.89) 100%);
  margin-right: 12px;
}
.about__item-image img {
  margin-top: 44px;
}
.about__item-content {
  margin-right: 12px;
}
.about__item-content__title {
  color: #1A1DA8;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}
.about__item-content__text {
  color: #3A3A3A;
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
  text-transform: lowercase;
}
.about__btn-mobile {
  max-width: 394px;
  padding: 15px 0;
  text-align: center;
  border-radius: 40px;
  background: #FA8E06;
  box-shadow: 0 81px 23px 0 rgba(250, 142, 6, 0), 0 52px 21px 0 rgba(250, 142, 6, 0.01), 0 29px 17px 0 rgba(250, 142, 6, 0.05), 0 13px 13px 0 rgba(250, 142, 6, 0.09), 0 3px 7px 0 rgba(250, 142, 6, 0.1);
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  display: none;
  border: 2px solid transparent;
}

.services {
  margin-bottom: 120px;
}
.services__main {
  max-width: 1290px;
  border-radius: 0 300px 300px 0;
  background: #1A1DA8;
  display: flex;
  align-items: center;
  padding-left: 150px;
  margin-bottom: 40px;
}
.services__main-content {
  margin-right: 37px;
}
.services__main-content__title {
  color: #F4BA6F;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 18px;
}
.services__main-content__text {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  max-width: 665px;
}
.services__image-mobile {
  display: none;
}
.services__items {
  background: #F0F3FC;
  max-width: 1290px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-radius: 300px 0 0 300px;
  padding: 45px 150px 45px 187px;
  margin-left: auto;
  gap: 40px 0;
}
.services__items:nth-child(3) .services__item:nth-child(1):before {
  content: '1';
  color: #E7EDFF;
  font-size: 100px;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  top: -80px;
  left: 70px;
}
.services__items:nth-child(3) .services__item:nth-child(2):before {
  content: '3';
  color: #E7EDFF;
  font-size: 100px;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  top: -80px;
  left: 70px;
}
.services__items:nth-child(3) .services__item:nth-child(3):before {
  content: '5';
  color: #E7EDFF;
  font-size: 100px;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  top: -80px;
  left: 70px;
}
.services__items:nth-child(3) .services__item:nth-child(4):before {
  content: '2';
  color: #E7EDFF;
  font-size: 100px;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  top: -70px;
  right: 60px;
}
.services__items:nth-child(3) .services__item:nth-child(5):before {
  content: '4';
  color: #E7EDFF;
  font-size: 100px;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  top: -70px;
  right: 60px;
}
.services__items:nth-child(3) .services__item:nth-child(6):before {
  content: '6';
  color: #E7EDFF;
  font-size: 100px;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  top: -70px;
  right: 60px;
}
.services__items:last-child {
  border-radius: 0 300px 300px 0;
  margin-top: 40px;
  padding-left: 150px;
  padding-right: 206px;
  margin-left: 0;
}
.services__items:last-child .services__item:nth-child(1):before {
  content: '7';
  color: #E7EDFF;
  font-size: 100px;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  top: -80px;
  left: 70px;
}
.services__items:last-child .services__item:nth-child(2):before {
  content: '8';
  color: #E7EDFF;
  font-size: 100px;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  top: -80px;
  left: 70px;
}
.services__items:last-child .services__item:nth-child(3):before {
  content: '9';
  color: #E7EDFF;
  font-size: 100px;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  top: -80px;
  left: 70px;
}
.services__items:last-child .services__item:nth-child(4):before {
  content: '10';
  color: #E7EDFF;
  font-size: 100px;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  top: -80px;
  right: 30px;
}
.services__items:last-child .services__item:nth-child(5):before {
  content: '11';
  color: #E7EDFF;
  font-size: 100px;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  top: -80px;
  right: 30px;
}
.services__items:last-child .services__item:nth-child(6):before {
  content: '12';
  color: #E7EDFF;
  font-size: 100px;
  font-weight: 700;
  line-height: 180%;
  position: absolute;
  top: -80px;
  right: 30px;
}
.services__item {
  text-align: center;
  width: 33%;
  position: relative;
}
.services__item-image {
  margin-bottom: 6px;
}
.services__item-title {
  color: #1A1DA8;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%;
}

.reviews {
  background-color: #1A1DA8;
}
.reviews__inner {
  display: flex;
  padding: 60px 0;
}
.reviews__content {
  margin-top: 63px;
}
.reviews__content-title {
  color: #F4BA6F;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 24px;
}
.reviews__content-text {
  color: #FFF;
  font-size: 18px;
  line-height: 180%;
  margin-bottom: 35px;
  max-width: 507px;
}
.reviews__slider {
  max-width: 634px;
  height: 340px;
}
.reviews__slider-wrapper {
  display: flex;
  position: relative;
  padding-bottom: 100px;
}
.reviews__slider-slide {
  max-width: 534px;
  width: 100%;
  color: #3A3A3A;
  font-size: 16px;
  line-height: 180%;
  position: relative;
}
.reviews__slider-slide::before {
  content: '';
  background-image: url(../../assets/images/reviews/messege.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 534px;
  width: 100%;
  height: 229px;
  z-index: 3;
}
.reviews__slider-slide p {
  position: relative;
  z-index: 6;
  max-width: 506px;
  padding-top: 40px;
  padding-left: 50px;
}
.reviews__slider-slide__avatar {
  position: absolute;
  top: 184px;
  left: 20px;
  z-index: 7;
}
.reviews__slider .swiper-pagination {
  position: absolute;
  top: 310px;
  left: 50%;
  transform: translateX(-50%);
  width: unset;
  height: unset;
}
.reviews__slider .swiper-pagination-bullet {
  background-color: #C4C4C4;
  width: 12px;
  height: 12px;
}
.reviews__slider .swiper-pagination-bullet-active {
  background-color: #FA8E06;
}
.reviews__slider .swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 20px;
}
.reviews__slider-arrow {
  position: absolute;
}
.reviews__slider-arrow__prev {
  top: 330px;
  left: 190px;
  background-color: #FA8E06;
  max-width: 39px;
  width: 100%;
  height: 24px;
  border-radius: 10px 0 0 10px;
  padding: 12px 11px;
}
.reviews__slider-arrow__prev::after {
  display: none;
}
.reviews__slider-arrow__prev img {
  transform: rotate(180deg);
}
.reviews__slider-arrow__next {
  top: 330px;
  left: 380px;
  background-color: #FA8E06;
  max-width: 39px;
  width: 100%;
  height: 24px;
  border-radius: 0 10px 10px 0;
  padding: 12px 11px;
}
.reviews__slider-arrow__next::after {
  display: none;
}

.contact {
  background-image: url(../../assets/images/contact/contact-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 109px;
  position: relative;
}
.contact__inner {
  display: flex;
  padding-top: 26px;
  margin: 0 auto;
  justify-content: center;
}
.contact__content {
  margin-right: 41px;
  z-index: 2;
}
.contact__content-title {
  color: #F4BA6F;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 35px;
}
.contact__content-text {
  color: #3A3A3A;
  font-size: 18px;
  line-height: 180%;
  max-width: 616px;
  margin-bottom: 37px;
}
.contact__content-info {
  display: flex;
}
.contact__content-info__item {
  display: flex;
  max-width: 238px;
}
.contact__content-info__item:first-child {
  margin-right: 56px;
}
.contact__content-info__item-image {
  border-radius: 30px;
  background: #FA8E06;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.contact__content-info__item-image img {
  margin: 0 auto;
}
.contact__content-info__item-text__question {
  color: #3A3A3A;
  line-height: 24px;
  margin-bottom: 2px;
}
.contact__content-info__item-text__answer {
  color: #FA8E06;
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}
.contact__image img {
  margin-bottom: -4px;
}
.contact__down {
  position: absolute;
  width: 100%;
}

.phone {
  margin-bottom: 48px;
  position: relative;
}
.phone__inner {
  display: flex;
  justify-content: space-between;
  border-radius: 100px;
  padding: 64px 136px 64px 124px;
  align-items: center;
  box-shadow: 0 22px 22px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.phone__title {
  color: #1A1DA8;
  font-size: 32px;
  font-weight: 400;
}
.phone__num {
  border-radius: 50px;
  border: 2px solid rgba(10, 20, 47, 0.1);
  background: #FFF;
  max-width: 510px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 8px 8px 33px;
}
.phone__num-title {
  color: #FA8E06;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}
.phone__num-btn {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 40px;
  background: #FA8E06;
  display: flex;
  align-items: center;
  padding: 20px 28px 17px 25px;
  border: 2px solid transparent;
}
.phone__num-btn svg {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.phone__btn-mobile {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  border-radius: 40px;
  background: #FA8E06;
  align-items: center;
  padding: 8px 31px;
  border: 2px solid transparent;
  display: none;
}
.phone__btn-mobile img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.footer {
  padding-bottom: 86px;
}
.footer__top {
  display: flex;
  justify-content: space-between;
}
.footer__list {
  display: flex;
  justify-content: space-between;
}
.footer__list a {
  color: #1A1DA8;
  font-size: 16px;
}
.footer__list li + li {
  margin-left: 40px;
}
.footer__links {
  display: flex;
  justify-content: space-between;
}
.footer__links a + a {
  margin-left: 40px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__logo {
  display: flex;
  align-items: center;
  color: #FA8E06;
  font-size: 24px;
  font-weight: 700;
}
.footer__logo img {
  max-width: 42px;
  margin-right: 10px;
}
.footer__copyright {
  color: #0A142F;
}
.footer__documents {
  display: flex;
  justify-content: space-between;
  color: #0A142F;
}
.footer__documents a {
  color: #000;
}
.footer__documents-terms {
  margin-right: 37px;
  color: #000;
}
.footer__line {
  height: 1px;
  background-color: #0A142F;
  stroke-width: 1px;
  opacity: 0.2;
  margin-top: 48px;
  margin-bottom: 36px;
}

@media (max-width: 1400px) {
  .introduction__inner {
    gap: 20px;
  }
  .introduction__image img {
    width: 100%;
  }

  .advantages__items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
  }
  .advantages__item + .advantages__item {
    margin-left: 0;
  }
}
@media (max-width: 1350px) {
  .reviews__image img {
    max-width: 500px;
  }
  .reviews__content-title {
    font-size: 48px;
  }
  .reviews__content-text {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .introduction {
    padding-top: 60px;
  }

  .about__inner {
    display: block;
  }
  .about__content {
    max-width: unset;
    margin-bottom: 32px;
  }
  .about__items {
    justify-content: center;
  }

  .services__items:nth-child(3) {
    margin-left: 0;
  }
  .services__items:nth-child(3) .services__item:nth-child(1):before {
    content: '1';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    left: 70px;
  }
  .services__items:nth-child(3) .services__item:nth-child(2):before {
    content: '2';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    left: 70px;
  }
  .services__items:nth-child(3) .services__item:nth-child(3):before {
    content: '3';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    left: 70px;
  }
  .services__items:nth-child(3) .services__item:nth-child(4):before {
    content: '4';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    right: 60px;
  }
  .services__items:nth-child(3) .services__item:nth-child(5):before {
    content: '5';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    right: 60px;
  }
  .services__items:nth-child(3) .services__item:nth-child(6):before {
    content: '6';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    right: 60px;
  }
  .services__items:last-child .services__item:nth-child(1):before {
    content: '7';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    left: 70px;
  }
  .services__items:last-child .services__item:nth-child(2):before {
    content: '8';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    left: 70px;
  }
  .services__items:last-child .services__item:nth-child(3):before {
    content: '9';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    left: 70px;
  }
  .services__items:last-child .services__item:nth-child(4):before {
    content: '10';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    right: 30px;
  }
  .services__items:last-child .services__item:nth-child(5):before {
    content: '11';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    right: 30px;
  }
  .services__items:last-child .services__item:nth-child(6):before {
    content: '12';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    right: 30px;
  }

  .contact__inner {
    padding: 0 18px;
  }

  .phone__inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 50px 84px;
  }
  .phone__title {
    font-size: 28px;
  }
}
@media (max-width: 1100px) {
  .header__menu ul li + li {
    margin-left: 10px;
  }
  .header__btn {
    padding: 9px 24px;
    font-size: 16px;
  }

  .introduction__inner {
    display: block;
  }
  .introduction__content-title {
    max-width: unset;
  }
  .introduction__content-text {
    max-width: unset;
  }
  .introduction__image img {
    max-width: 762px;
    width: 100%;
    display: flex;
    margin: 0 auto;
  }

  .reviews__inner {
    display: block;
  }
  .reviews__content-text {
    max-width: unset;
  }
  .reviews__image {
    display: none;
  }
  .reviews__image img {
    display: flex;
    margin: 0 auto;
  }
  .reviews__slider {
    max-width: 534px;
  }
  .reviews .swiper-button-next {
    left: 340px;
  }
  .reviews .swiper-button-prev {
    left: 160px;
  }

  .contact__inner {
    padding-bottom: 32px;
  }
  .contact__image {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .header__btn {
    display: none;
  }

  .introduction__content-title {
    font-size: 60px;
  }
  .introduction__image img {
    margin: 0 -18px 0 auto;
  }

  .services__main {
    padding-left: 50px;
  }
  .services__items {
    padding: 45px 50px;
  }
  .services__items:last-child {
    padding: 45px 50px;
  }

  .contact__image {
    display: none;
  }
}
@media (max-width: 900px) {
  .introduction__content-title {
    font-size: 48px;
  }
  .introduction__content-text {
    font-size: 22px;
  }

  .services__main-image img {
    width: 100%;
  }
  .services__items:nth-child(3) .services__item:nth-child(1):before {
    content: '1';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    left: 60px;
  }
  .services__items:nth-child(3) .services__item:nth-child(2):before {
    content: '2';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    left: 60px;
  }
  .services__items:nth-child(3) .services__item:nth-child(3):before {
    content: '3';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    left: 60px;
  }
  .services__items:nth-child(3) .services__item:nth-child(4):before {
    content: '4';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    right: 60px;
  }
  .services__items:nth-child(3) .services__item:nth-child(5):before {
    content: '5';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    right: 60px;
  }
  .services__items:nth-child(3) .services__item:nth-child(6):before {
    content: '6';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    right: 60px;
  }
  .services__items:last-child .services__item:nth-child(1):before {
    content: '7';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    left: 70px;
  }
  .services__items:last-child .services__item:nth-child(2):before {
    content: '8';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    left: 70px;
  }
  .services__items:last-child .services__item:nth-child(3):before {
    content: '9';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    left: 70px;
  }
  .services__items:last-child .services__item:nth-child(4):before {
    content: '10';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    right: 30px;
  }
  .services__items:last-child .services__item:nth-child(5):before {
    content: '11';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    right: 30px;
  }
  .services__items:last-child .services__item:nth-child(6):before {
    content: '12';
    color: #E7EDFF;
    font-size: 50px;
    font-weight: 700;
    line-height: 180%;
    position: absolute;
    top: -40px;
    right: 30px;
  }
  .services__item-image img {
    width: 40px;
    height: 40px;
  }
  .services__item-title {
    font-size: 16px;
  }

  .contact__inner {
    display: block;
    padding-bottom: 0;
  }
  .contact__content {
    margin-right: 0;
  }
  .contact__content-title {
    font-size: 48px;
    margin-top: 0;
  }
  .contact__content-text {
    font-size: 16px;
    max-width: unset;
  }
  .contact__content-info__item-image {
    margin-right: 5px;
  }
  .contact__content-info__item-text__answer {
    font-size: 14px;
  }
  .contact__image {
    max-width: 517px;
    display: flex;
    margin: 0 auto;
  }

  .footer__documents {
    display: none;
  }
}
@media (max-width: 800px) {
  .header__menu {
    display: none;
  }
  .header__btn {
    display: block;
  }
}
@media (max-width: 700px) {
  .introduction__content-title {
    font-size: 40px;
  }
  .introduction__content-text {
    font-size: 18px;
  }

  .about__item:nth-child(2n + 1) {
    margin-right: auto;
  }
  .about__item:nth-child(2n) {
    margin-left: auto;
  }

  .services__main {
    padding: 29px 41px 29px 18px;
  }
  .services__main-content__title {
    margin-bottom: 12px;
    font-size: 42px;
  }
  .services__main-content__text {
    font-size: 16px;
  }
  .services__items:nth-child(3) .services__item:nth-child(1):before {
    content: '1';
    top: -40px;
    left: 40px;
  }
  .services__items:nth-child(3) .services__item:nth-child(2):before {
    content: '2';
    top: -40px;
    left: 40px;
  }
  .services__items:nth-child(3) .services__item:nth-child(3):before {
    content: '3';
    top: -40px;
    left: 40px;
  }
  .services__items:nth-child(3) .services__item:nth-child(4):before {
    content: '4';
    top: -40px;
    right: 30px;
  }
  .services__items:nth-child(3) .services__item:nth-child(5):before {
    content: '5';
    top: -40px;
    right: 30px;
  }
  .services__items:nth-child(3) .services__item:nth-child(6):before {
    content: '6';
    top: -40px;
    right: 30px;
  }
  .services__items:last-child .services__item:nth-child(1):before {
    content: '7';
    top: -40px;
    left: 40px;
  }
  .services__items:last-child .services__item:nth-child(2):before {
    content: '8';
    top: -40px;
    left: 40px;
  }
  .services__items:last-child .services__item:nth-child(3):before {
    content: '9';
    top: -40px;
    left: 40px;
  }
  .services__items:last-child .services__item:nth-child(4):before {
    content: '10';
    top: -40px;
    right: 10px;
  }
  .services__items:last-child .services__item:nth-child(5):before {
    content: '11';
    top: -40px;
    right: 10px;
  }
  .services__items:last-child .services__item:nth-child(6):before {
    content: '12';
    top: -40px;
    right: 10px;
  }

  .reviews__image img {
    max-width: unset;
    width: 100%;
  }

  .footer__top {
    display: block;
  }
  .footer__list {
    margin-bottom: 32px;
  }
  .footer__list a {
    font-weight: 700;
  }
}
@media (max-width: 650px) {
  .contact__down {
    z-index: -1;
    bottom: -178px;
  }
}
@media (max-width: 600px) {
  .advantages__item {
    max-width: 203px;
    padding: 18px 8px 16px 8px;
  }
  .advantages__item-image img {
    max-width: 40px;
  }
  .advantages__item-title {
    font-size: 16px;
  }
  .advantages__item-text {
    font-size: 11px;
  }
  .advantages__item:last-child {
    max-width: 418px;
    width: 100%;
  }

  .services__items:nth-child(3) .services__item:nth-child(1):before {
    content: '1';
    top: -40px;
    left: 20px;
  }
  .services__items:nth-child(3) .services__item:nth-child(2):before {
    content: '2';
    top: -40px;
    left: 20px;
  }
  .services__items:nth-child(3) .services__item:nth-child(3):before {
    content: '3';
    top: -40px;
    left: 20px;
  }
  .services__items:nth-child(3) .services__item:nth-child(4):before {
    content: '4';
    top: -40px;
    right: 30px;
  }
  .services__items:nth-child(3) .services__item:nth-child(5):before {
    content: '5';
    top: -40px;
    right: 30px;
  }
  .services__items:nth-child(3) .services__item:nth-child(6):before {
    content: '6';
    top: -40px;
    right: 30px;
  }
  .services__items:last-child .services__item:nth-child(1):before {
    content: '7';
    top: -40px;
    left: 20px;
  }
  .services__items:last-child .services__item:nth-child(2):before {
    content: '8';
    top: -40px;
    left: 20px;
  }
  .services__items:last-child .services__item:nth-child(3):before {
    content: '9';
    top: -40px;
    left: 20px;
  }
  .services__items:last-child .services__item:nth-child(4):before {
    content: '10';
    top: -40px;
    right: 10px;
  }
  .services__items:last-child .services__item:nth-child(5):before {
    content: '11';
    top: -40px;
    right: 10px;
  }
  .services__items:last-child .services__item:nth-child(6):before {
    content: '12';
    top: -40px;
    right: 10px;
  }
  .services__item-title {
    font-size: 12px;
  }

  .reviews__slider-slide {
    max-width: 351px;
  }
  .reviews__slider-slide::before {
    background-image: url(../../assets/images/reviews/message-mobile.png);
    max-width: 351px;
    height: 200px;
  }
  .reviews__slider-slide p {
    font-size: 12px;
    max-width: 310px;
    padding-top: 31px;
    padding-left: 39px;
    line-height: 180%;
  }
  .reviews__slider-slide__avatar {
    max-width: 59px;
    top: 160px;
    left: 50px;
  }
  .reviews__slider-arrow__prev {
    display: none;
  }
  .reviews__slider-arrow__next {
    display: none;
  }

  .phone__num {
    display: none;
  }
  .phone__btn-mobile {
    display: flex;
  }

  .footer__list li + li {
    margin-left: 10px;
  }
  .footer__bottom {
    flex-direction: column-reverse;
  }
  .footer__logo {
    margin-bottom: 32px;
  }
}
@media (max-width: 520px) {
  .header__logo {
    font-size: 18px;
  }
  .header__logo-icon {
    max-width: 152px;
    height: 38px;
    margin-right: 5px;
  }
  .header__btn {
    text-transform: lowercase;
  }

  .introduction__inner {
    padding-bottom: 32px;
  }
  .introduction__content-title {
    font-size: 32px;
  }
  .introduction__content-text {
    max-width: 348px;
    line-height: 180%;
    margin-bottom: 0;
  }
  .introduction__content-btn {
    display: none;
  }
  .introduction__image {
    margin-bottom: 32px;
  }
  .introduction__btn-mobile {
    display: flex;
    justify-content: center;
    margin: 0 0 0 -18px;
    align-items: center;
  }
  .introduction__btn-mobile svg {
    margin-right: 10px;
  }

  .advantages {
    margin-bottom: 55px;
  }

  .about {
    margin-bottom: 60px;
  }
  .about__content {
    margin-bottom: 32px;
  }
  .about__content-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .about__content-text {
    font-size: 12px;
    line-height: 100%;
    margin-bottom: 0;
  }
  .about__content-btn {
    display: none;
  }
  .about__items {
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  .about__item:nth-child(2) {
    margin-left: auto;
  }
  .about__item:nth-child(4) {
    margin-left: auto;
  }
  .about__btn-mobile {
    display: block;
  }

  .services {
    margin-bottom: 60px;
  }
  .services__main {
    margin-bottom: 0;
    padding-right: 0;
    max-width: 412px;
  }
  .services__main-content__title {
    font-size: 32px;
  }
  .services__main-content__text {
    font-size: 14px;
  }
  .services__main-image {
    display: none;
  }
  .services__image-mobile {
    display: block;
  }
  .services__image-mobile img {
    max-width: 450px;
    width: 100%;
  }
  .services__items {
    max-width: 412px;
  }
  .services__items:nth-child(3) {
    margin-left: auto;
  }
  .services__items:nth-child(3) .services__item:nth-child(1):before {
    content: '1';
    top: -40px;
    left: 40px;
  }
  .services__items:nth-child(3) .services__item:nth-child(2):before {
    content: '2';
    top: -40px;
    left: 40px;
  }
  .services__items:nth-child(3) .services__item:nth-child(3):before {
    content: '3';
    top: -40px;
    right: -80px;
  }
  .services__items:nth-child(3) .services__item:nth-child(4):before {
    content: '4';
    top: -40px;
    right: 30px;
  }
  .services__items:nth-child(3) .services__item:nth-child(5):before {
    content: '5';
    top: -40px;
    left: -60px;
  }
  .services__items:nth-child(3) .services__item:nth-child(6):before {
    content: '6';
    top: -40px;
    left: -60px;
  }
  .services__items:last-child .services__item:nth-child(1):before {
    content: '7';
    top: -40px;
    left: 40px;
  }
  .services__items:last-child .services__item:nth-child(2):before {
    content: '8';
    top: -40px;
    left: 40px;
  }
  .services__items:last-child .services__item:nth-child(3):before {
    content: '9';
    top: -40px;
    right: -80px;
  }
  .services__items:last-child .services__item:nth-child(4):before {
    content: '10';
    top: -40px;
    right: 20px;
  }
  .services__items:last-child .services__item:nth-child(5):before {
    content: '11';
    top: -40px;
    left: -100px;
  }
  .services__items:last-child .services__item:nth-child(6):before {
    content: '12';
    top: -40px;
    left: -100px;
  }
  .services__item {
    width: 50%;
  }

  .reviews__inner {
    padding-bottom: 0;
  }
  .reviews__image {
    display: block;
  }
  .reviews__image img {
    max-width: 378px;
  }
  .reviews__content {
    margin-top: 20px;
  }
  .reviews__content-title {
    font-size: 32px;
    margin-bottom: 18px;
  }
  .reviews__content-text {
    font-size: 14px;
  }
  .reviews__slider .swiper-pagination {
    top: 250px;
  }

  .contact {
    background-image: url(../../assets/images/contact/contact-bg-mobile.png);
  }
  .contact__inner {
    padding: 40px 18px 0;
  }
  .contact__content {
    margin-bottom: 32px;
  }
  .contact__content-title {
    font-size: 32px;
    margin: 0 0 12px 0;
  }
  .contact__content-text {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .contact__content-info {
    justify-content: space-between;
  }
  .contact__content-info__item-image {
    margin-right: 3px;
  }
  .contact__content-info__item-text__question {
    font-size: 13px;
  }
  .contact__content-info__item:first-child {
    max-width: 180px;
    width: 100%;
    margin-right: 0;
  }
  .contact__image {
    display: flex;
    margin: 0 auto;
    max-width: 283px;
    height: 283px;
  }
  .contact__down {
    bottom: -160px;
  }

  .phone__inner {
    padding: 15px;
  }
  .phone__title {
    font-size: 24px;
  }

  .footer {
    padding-bottom: 38px;
  }
  .footer__documents {
    display: block;
    font-size: 15px;
    margin-bottom: 15px;
  }
  .footer__links {
    justify-content: space-around;
  }
  .footer__line {
    margin-top: 32px;
    margin-bottom: 30px;
  }
}
@media (max-width: 429px) {
  .advantages__items {
    padding: 0 18px;
  }
  .advantages__item {
    max-width: unset;
    height: fit-content;
  }
  .advantages__item:last-child {
    max-width: unset;
  }

  .about__content {
    margin: 0 0 32px 0;
  }
  .about__item {
    max-width: unset;
  }
  .about__item:nth-child(2), .about__item:nth-child(4) {
    margin-left: 0;
  }
  .about__btn-mobile {
    font-size: 18px;
    padding: 15px 0;
  }

  .services__items {
    border-radius: 100px 0 0 100px;
    padding: 45px 40px;
  }
  .services__items:nth-child(3) .services__item:nth-child(1):before {
    content: '1';
    top: -40px;
    right: -40px;
    font-size: 40px;
  }
  .services__items:nth-child(3) .services__item:nth-child(2):before {
    content: '2';
    top: -40px;
    right: -40px;
    font-size: 40px;
  }
  .services__items:nth-child(3) .services__item:nth-child(3):before {
    content: '3';
    top: -40px;
    right: -50px;
    font-size: 40px;
  }
  .services__items:nth-child(3) .services__item:nth-child(4):before {
    content: '4';
    top: -40px;
    right: 10px;
    font-size: 40px;
  }
  .services__items:nth-child(3) .services__item:nth-child(5):before {
    content: '5';
    top: -40px;
    left: 80px;
    font-size: 40px;
  }
  .services__items:nth-child(3) .services__item:nth-child(6):before {
    content: '6';
    top: -40px;
    left: 80px;
    font-size: 40px;
  }
  .services__items:last-child {
    border-radius: 0 100px 100px 0;
  }
  .services__items:last-child .services__item:nth-child(1):before {
    content: '7';
    top: -40px;
    left: 10px;
    font-size: 40px;
  }
  .services__items:last-child .services__item:nth-child(2):before {
    content: '8';
    top: -40px;
    left: 10px;
    font-size: 40px;
  }
  .services__items:last-child .services__item:nth-child(3):before {
    content: '9';
    top: -40px;
    left: -150px;
    font-size: 40px;
  }
  .services__items:last-child .services__item:nth-child(4):before {
    content: '10';
    top: -40px;
    right: 80px;
    font-size: 40px;
  }
  .services__items:last-child .services__item:nth-child(5):before {
    content: '11';
    top: -40px;
    left: -70px;
    font-size: 40px;
  }
  .services__items:last-child .services__item:nth-child(6):before {
    content: '12';
    top: -40px;
    left: -70px;
    font-size: 40px;
  }
  .services__item-title {
    font-size: 12px;
  }
  .services__item-text {
    font-size: 12px;
  }

  .reviews__inner {
    padding-bottom: 0;
  }
  .reviews__image img {
    max-width: 300px;
  }
  .reviews__content-title {
    font-size: 24px;
  }
  .reviews__content-text {
    font-size: 12px;
  }
  .reviews__slider-slide {
    max-width: 268px;
  }
  .reviews__slider-slide::before {
    max-width: 268px;
    height: 153px;
  }
  .reviews__slider-slide p {
    padding-top: 20px;
    padding-left: 18px;
    font-size: 10px;
  }

  .contact__content-text {
    font-size: 12px;
  }
  .contact__content-info {
    display: block;
  }
  .contact__content-info__item:first-child {
    margin-bottom: 20px;
  }

  .phone__title {
    font-size: 20px;
  }

  .footer__list {
    margin-bottom: 16px;
  }
  .footer__list a {
    font-size: 13px;
  }
  .footer__line {
    margin-top: 16px;
    margin-bottom: 15px;
  }
  .footer__logo {
    margin-bottom: 16px;
  }
}
@media (max-width: 400px) {
  .header__logo {
    font-size: 16px;
  }
  .header__btn {
    padding: 9px 12px;
    font-size: 12px;
  }

  .contact__down {
    bottom: -150px;
  }
}
@media (hover: hover) {
  .header__menu ul a:hover {
    color: #FA8E06;
  }
  .header__logo:hover {
    opacity: 0.6;
  }
  .header__btn:hover {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
  }

  .introduction__content-btn:hover {
    background-color: transparent;
    border: 2px solid #FA8E06;
    color: #FA8E06;
  }
  .introduction__content-btn:hover svg path {
    fill: #FA8E06;
  }
  .introduction__btn-mobile:hover {
    background-color: #ffffff;
    color: #FA8E06;
    border: 2px solid #FA8E06;
  }
  .introduction__btn-mobile:hover svg path {
    fill: #FA8E06;
  }

  .about__content-btn:hover {
    background-color: transparent;
    color: #FA8E06;
    border: 2px solid #FA8E06;
  }
  .about__btn-mobile:hover {
    background-color: #ffffff;
    color: #FA8E06;
    border: 2px solid #FA8E06;
  }

  .phone__num-btn:hover {
    background-color: transparent;
    color: #FA8E06;
    border: 2px solid #FA8E06;
  }
  .phone__num-btn:hover svg path {
    fill: #FA8E06;
  }
  .phone__btn-mobile:hover {
    background-color: #FFF;
    color: #FA8E06;
    border: 2px solid #FA8E06;
  }
  .phone__btn-mobile:hover svg path {
    fill: #FA8E06;
  }

  .footer__list a:hover {
    color: #FA8E06;
  }
  .footer__links a:hover {
    opacity: 0.6;
  }
  .footer__logo:hover {
    opacity: 0.6;
  }
  .footer__documents-terms:hover {
    color: #FA8E06;
  }
  .footer__documents-privacy:hover {
    color: #FA8E06;
  }
}
@media (hover: none) {
  .header__menu ul a:active {
    color: #FA8E06;
  }
  .header__logo:active {
    opacity: 0.6;
  }
  .header__btn:active {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
  }

  .introduction__content-btn:active {
    background-color: transparent;
    border: 2px solid #FA8E06;
    color: #FA8E06;
  }
  .introduction__content-btn:active svg path {
    fill: #FA8E06;
  }
  .introduction__btn-mobile:active {
    background-color: #ffffff;
    color: #FA8E06;
    border: 2px solid #FA8E06;
  }
  .introduction__btn-mobile:active svg path {
    fill: #FA8E06;
  }

  .about__content-btn:active {
    background-color: transparent;
    color: #FA8E06;
    border: 2px solid #FA8E06;
  }
  .about__btn-mobile:active {
    background-color: transparent;
    color: #FA8E06;
    border: 2px solid #FA8E06;
  }

  .phone__num-btn:active {
    background-color: transparent;
    color: #FA8E06;
    border: 2px solid #FA8E06;
  }
  .phone__num-btn:active svg path {
    fill: #FA8E06;
  }
  .phone__btn-mobile:active {
    background-color: #FFF;
    color: #FA8E06;
    border: 2px solid #FA8E06;
  }
  .phone__btn-mobile:active svg path {
    fill: #FA8E06;
  }

  .footer__list a:active {
    color: #FA8E06;
  }
  .footer__links a:active {
    opacity: 0.6;
  }
  .footer__logo:active {
    opacity: 0.6;
  }
  .footer__documents-terms:active {
    color: #FA8E06;
  }
  .footer__documents-privacy:active {
    color: #FA8E06;
  }
}
