*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  transition: all .3s;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #333;
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
}

a {
  color: #333;
  cursor: pointer;
  text-decoration: unset;
}

h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 130%;
}

.container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1136px;
  padding: 0 18px;
}

.pre-header {
  background: #fff;
  position: relative;
}
.pre-header::after {
  position: absolute;
  content: '';
  width: 100vw;
  height: 54px;
  background: url("../../assets/icons/pre-header/section-divider.svg") repeat center;
  bottom: -30px;
}
.pre-header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}
.pre-header__contacts {
  gap: 26px;
  display: flex;
  align-items: center;
}
.pre-header__contacts-link {
  padding: 14px 0;
  color: #151515;
  font-size: 16px;
  line-height: 160%;
}
.pre-header__contacts-divider {
  width: 1px;
  height: 16px;
  background: url("../../assets/images/pre-header/link-divider.png") no-repeat center;
}
.pre-header__social {
  gap: 34px;
  display: flex;
  align-items: center;
}

.header {
  background-color: #F6F9FF;
}
.header__inner {
  width: 100%;
  display: flex;
  padding: 26px 0;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  gap: 6px;
  display: flex;
  align-items: center;
}
.header__logo-icon {
  width: 43px;
  height: 47px;
}
.header__logo-name {
  color: #DF2935;
  font-size: 24px;
  font-weight: 900;
  line-height: 100%;
}
.header__menu {
  gap: 47px;
  display: flex;
  align-items: center;
}
.header__menu-navigation {
  gap: 36px;
  display: flex;
  align-items: center;
}
.header__menu-navigation li {
  height: 100%;
}
.header__menu-navigation li a {
  height: 100%;
  font-size: 16px;
  line-height: 110%;
  padding: 40px 0;
}
.header__menu-phone {
  padding: 16px 36px;
  border-radius: 50px;
  border: 1px solid #CC454D;
  color: #CC454D;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.header__menu-phone--mobile {
  color: #fff;
  background: #CC454D;
  border-radius: 0 40px 40px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  padding: 29px 90px;
  border: 2px solid transparent;
  display: flex;
  width: fit-content;
  align-items: center;
  display: none;
}
.header__menu-phone--mobile span {
  text-decoration: underline;
  transition: unset;
  margin: 0 10px;
}
@media (max-width: 480px) {
  .header__menu-phone--mobile {
    width: 100%;
    padding: 24px 0;
    justify-content: center;
  }
}
@media (hover: hover) {
  .header__menu-phone--mobile:hover {
    color: #CC454D;
    background: #fff;
    border-color: #CC454D;
  }
  .header__menu-phone--mobile:hover svg {
    transition: unset;
  }
  .header__menu-phone--mobile:hover svg path {
    fill: #CC454D;
  }
}
@media (hover: none) {
  .header__menu-phone--mobile:active {
    color: #CC454D;
    background: #fff;
    border-color: #CC454D;
  }
  .header__menu-phone--mobile:active svg {
    transition: unset;
  }
  .header__menu-phone--mobile:active svg path {
    fill: #CC454D;
  }
}
.header__menu-close {
  display: none;
}
.header__toggle {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.header__toggle span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #DF2935;
  left: 5px;
  transition: transform .5s, opacity .5s, background-color .5s;
}
.header__toggle span:nth-child(1) {
  transform: translateY(-10px);
}
.header__toggle span:nth-child(3) {
  transform: translateY(10px);
}
.header.opened .header__menu-close {
  display: block;
  background-color: transparent;
  position: absolute;
  bottom: -60px;
  max-width: 43px;
  width: 100%;
  height: 43px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.header.opened .header__inner {
  z-index: 11;
}
.header.opened .header__toggle span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.header.opened .header__toggle span:nth-child(2) {
  opacity: 0;
}
.header.opened .header__toggle span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
.header.opened ~ main::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 111px;
  left: 0;
}
.header.opened ~ body {
  overflow-y: hidden;
}

.main {
  padding: 20px 0 180px;
  background-color: #F6F9FF;
  position: relative;
}
.main::after {
  position: absolute;
  content: '';
  width: 100vw;
  height: 54px;
  background: url("../../assets/icons/main/section-divider.svg") repeat center;
  bottom: -27px;
}
.main__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main__info {
  max-width: 412px;
  padding-top: 46px;
}
.main__info-supertitle {
  color: #DF2935;
  font-size: 16px;
  line-height: 100%;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.main__info-supertitle::after {
  position: absolute;
  content: url("../../assets/icons/section-supertitle-underline.svg");
  bottom: -15px;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .main__info-supertitle {
    font-size: 12px;
  }
}
.main__info-title {
  margin-bottom: 35px;
}
.main__info-image {
  display: none;
}
.main__info-strengths {
  margin-bottom: 47px;
}
.main__info-strengths li {
  padding-left: 47px;
  position: relative;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}
.main__info-strengths li + li {
  margin-top: 13px;
}
.main__info-strengths li:last-child {
  color: #CC454D;
}
.main__info-strengths li::before {
  content: url("../../assets/icons/check-mark.svg");
  position: absolute;
  top: 0;
  left: 0;
}
.main__info-phone {
  color: #fff;
  background: #CC454D;
  border-radius: 0 40px 40px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  padding: 29px 90px;
  border: 2px solid transparent;
  display: flex;
  width: fit-content;
  align-items: center;
}
.main__info-phone span {
  text-decoration: underline;
  transition: unset;
  margin: 0 10px;
}
@media (max-width: 480px) {
  .main__info-phone {
    width: 100%;
    padding: 24px 0;
    justify-content: center;
  }
}
@media (hover: hover) {
  .main__info-phone:hover {
    color: #CC454D;
    background: #fff;
    border-color: #CC454D;
  }
  .main__info-phone:hover svg {
    transition: unset;
  }
  .main__info-phone:hover svg path {
    fill: #CC454D;
  }
}
@media (hover: none) {
  .main__info-phone:active {
    color: #CC454D;
    background: #fff;
    border-color: #CC454D;
  }
  .main__info-phone:active svg {
    transition: unset;
  }
  .main__info-phone:active svg path {
    fill: #CC454D;
  }
}
.main__image {
  position: relative;
}
.main__image img {
  width: 100%;
}
.main__image::before {
  content: url("../../assets/icons/before-image-red-vector.svg");
  position: absolute;
  bottom: -40px;
  left: -93px;
}

.introduction {
  padding: 100px 0;
}
.introduction__inner {
  width: 100%;
}
.introduction__supertitle {
  color: #DF2935;
  font-size: 16px;
  line-height: 100%;
  position: relative;
  text-align: center;
  margin-bottom: 11px;
}
.introduction__supertitle::after {
  position: absolute;
  content: url("../../assets/icons/section-supertitle-underline.svg");
  bottom: -15px;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .introduction__supertitle {
    font-size: 12px;
  }
}
.introduction__title {
  color: #333;
  font-size: 54px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 480px) {
  .introduction__title {
    font-size: 32px;
  }
}
.introduction__text {
  max-width: 827px;
  margin: 0 auto 70px;
  font-size: 18px;
  line-height: 170%;
  text-align: center;
}
.introduction__images {
  gap: 10px;
  display: flex;
  justify-content: space-between;
}
.introduction__images-column:first-child .introduction__images-column__image {
  border-radius: 139px 139px 0 0;
  margin-bottom: 70px;
}
.introduction__images-column:nth-child(2) {
  position: relative;
}
.introduction__images-column:nth-child(2) .introduction__images-column__image {
  border-radius: 250px;
}
.introduction__images-column:nth-child(2)::before {
  content: url("../../assets/icons/before-image-orange-vector.svg");
  position: absolute;
  bottom: 0;
  left: -32px;
}
.introduction__images-column:last-child .introduction__images-column__image {
  border-radius: 0 0 139px 139px;
  margin-top: 70px;
}
.introduction__images-column__phone {
  width: 274px;
  height: 274px;
  border-radius: 50%;
  color: #fff;
  background-color: #DF2935;
  padding: 84px 0 0 0;
  display: block;
  text-align: center;
  border: 2px solid transparent;
}
.introduction__images-column__phone svg {
  margin-bottom: 13px;
}
.introduction__images-column__phone .introduction__column-phone__cta {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 6px;
  transition: unset;
}
.introduction__images-column__phone .introduction__column-phone__number {
  font-size: 24px;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: 2.64px;
  transition: unset;
}
.introduction__images-column__available {
  border-radius: 50%;
  width: 274px;
  height: 274px;
  background-color: #EDF1FC;
  text-align: center;
  padding: 43px 37px;
}
.introduction__images-column__available .introduction__column-available__icon {
  margin-bottom: 15px;
}
.introduction__images-column__available .introduction__column-available__title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
.introduction__images-column__available .introduction__column-available__text {
  font-size: 12px;
  line-height: 170%;
}

.services {
  padding: 142px 0 124px;
  background-color: #F6F9FF;
  position: relative;
}
.services::before {
  position: absolute;
  content: '';
  width: 100vw;
  height: 106px;
  background: url("../../assets/icons/services/section-divider.svg") repeat center;
  top: -21px;
}
.services::after {
  position: absolute;
  content: '';
  width: 100vw;
  height: 99px;
  background: url("../../assets/icons/services/section-divider-bottom.svg") repeat center;
  bottom: 0;
}
.services__inner {
  width: 100%;
  text-align: center;
}
.services__icon {
  margin: 0 auto 10px;
}
.services__title {
  color: #333;
  font-size: 54px;
  font-weight: 700;
  line-height: 140%;
  max-width: 714px;
  margin: 0 auto 57px;
}
@media (max-width: 480px) {
  .services__title {
    font-size: 32px;
  }
}
.services__list {
  gap: 19px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  justify-content: center;
}
.services__list-card {
  color: #000;
  width: 354px;
  height: 354px;
  border-radius: 40px;
  background-color: #fff;
  padding: 14px 25px 35px 25px;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.12);
}
.services__list-card__image {
  border-radius: 50%;
  margin-bottom: 7px;
}
.services__list-card__name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
}
.services__list-card__name::after {
  position: absolute;
  content: url("../../assets/icons/services/service-underline.svg");
  bottom: -19px;
  left: 0;
}
.services__list-card__description {
  font-size: 12px;
  line-height: 170%;
}
.services__phone {
  color: #fff;
  background: #CC454D;
  border-radius: 0 40px 40px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  padding: 29px 90px;
  border: 2px solid transparent;
  display: flex;
  width: fit-content;
  align-items: center;
  margin: 0 auto;
}
.services__phone span {
  text-decoration: underline;
  transition: unset;
  margin: 0 10px;
}
@media (max-width: 480px) {
  .services__phone {
    width: 100%;
    padding: 24px 0;
    justify-content: center;
  }
}
@media (hover: hover) {
  .services__phone:hover {
    color: #CC454D;
    background: #fff;
    border-color: #CC454D;
  }
  .services__phone:hover svg {
    transition: unset;
  }
  .services__phone:hover svg path {
    fill: #CC454D;
  }
}
@media (hover: none) {
  .services__phone:active {
    color: #CC454D;
    background: #fff;
    border-color: #CC454D;
  }
  .services__phone:active svg {
    transition: unset;
  }
  .services__phone:active svg path {
    fill: #CC454D;
  }
}

.advantages {
  padding: 20px 0 50px;
}
.advantages__inner {
  width: 100%;
  text-align: center;
}
.advantages__icon {
  display: block;
  margin: 0 auto 10px;
}
.advantages__title {
  color: #333;
  font-size: 54px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 18px;
}
@media (max-width: 480px) {
  .advantages__title {
    font-size: 32px;
  }
}
.advantages__text {
  font-size: 18px;
  line-height: 190%;
  max-width: 725px;
  margin: 0 auto 60px;
}
.advantages__list {
  display: flex;
  justify-content: space-between;
}
.advantages__list-item {
  width: 213px;
  text-align: center;
}
.advantages__list-item__icon {
  margin-bottom: 30px;
}
.advantages__list-item__name {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.about {
  padding: 145px 0 167px;
  background-color: #F6F9FF;
  position: relative;
}
.about::before {
  position: absolute;
  content: '';
  width: 100vw;
  height: 99px;
  background: url("../../assets/icons/about/section-divider-top.svg") repeat center;
  top: 0;
}
.about::after {
  position: absolute;
  content: '';
  width: 100vw;
  height: 120px;
  background: url("../../assets/icons/about/section-divider-bottom.svg") repeat center;
  bottom: 0;
}
.about__inner {
  width: 100%;
}
.about__supertitle {
  color: #DF2935;
  font-size: 16px;
  line-height: 100%;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.about__supertitle::after {
  position: absolute;
  content: url("../../assets/icons/section-supertitle-underline.svg");
  bottom: -15px;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .about__supertitle {
    font-size: 12px;
  }
}
.about__title {
  color: #333;
  font-size: 54px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 48px;
  text-align: center;
}
@media (max-width: 480px) {
  .about__title {
    font-size: 32px;
  }
}
.about__blocks .about__block:first-child {
  margin-bottom: 130px;
}
.about__blocks .about__block:first-child .about__block-text {
  max-width: 490px;
}
.about__blocks .about__block:first-child .about__block-image {
  position: relative;
}
.about__blocks .about__block:first-child .about__block-image::before {
  content: '';
  background: url("../../assets/icons/before-image-orange-vector.svg") no-repeat center;
  background-size: cover;
  width: 186px;
  height: 138px;
  position: absolute;
  bottom: 93px;
  left: -80px;
}
.about__blocks .about__block:first-child .about__block-image::after {
  content: url("../../assets/icons/about/desktop-stars-1.svg");
  position: absolute;
  bottom: -95px;
  right: -181px;
}
.about__blocks .about__block:first-child .about__block-image__main {
  border-radius: 238px 238px 0 0;
}
.about__blocks .about__block:first-child .about__block-image__additional {
  position: absolute;
  top: 0;
  right: -85px;
}
.about__blocks .about__block:last-child .about__block-text {
  max-width: 552px;
}
.about__blocks .about__block:last-child .about__block-image {
  position: relative;
}
.about__blocks .about__block:last-child .about__block-image::before {
  position: absolute;
  content: url("../../assets/icons/before-image-orange-vector.svg");
  transform: rotate(-80deg);
  bottom: 75px;
  right: -22px;
}
.about__blocks .about__block:last-child .about__block-image::after {
  position: absolute;
  content: url("../../assets/icons/about/desktop-stars-2.svg");
  bottom: 58px;
  left: -218px;
}
.about__blocks .about__block:last-child .about__block-image__main {
  border-radius: 50%;
}
.about__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__block-text h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 14px;
}
.about__block-text p {
  font-size: 18px;
  line-height: 33px;
}
.about__block-text p + p {
  margin-top: 14px;
}
.about__block-phone {
  color: #fff;
  background: #CC454D;
  border-radius: 0 40px 40px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  padding: 29px 90px;
  border: 2px solid transparent;
  display: flex;
  width: fit-content;
  align-items: center;
  color: #CC454D;
  border: 1px solid #CC454D;
  border-radius: 0 40px 40px 0;
  background-color: transparent;
  margin-top: 50px;
}
.about__block-phone span {
  text-decoration: underline;
  transition: unset;
  margin: 0 10px;
}
@media (max-width: 480px) {
  .about__block-phone {
    width: 100%;
    padding: 24px 0;
    justify-content: center;
  }
}
@media (hover: hover) {
  .about__block-phone:hover {
    color: #CC454D;
    background: #fff;
    border-color: #CC454D;
  }
  .about__block-phone:hover svg {
    transition: unset;
  }
  .about__block-phone:hover svg path {
    fill: #CC454D;
  }
}
@media (hover: none) {
  .about__block-phone:active {
    color: #CC454D;
    background: #fff;
    border-color: #CC454D;
  }
  .about__block-phone:active svg {
    transition: unset;
  }
  .about__block-phone:active svg path {
    fill: #CC454D;
  }
}

.reviews {
  padding: 97px 0 222px;
}
.reviews__container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1208px;
  padding: 0 18px;
}
.reviews__inner {
  width: 100%;
  position: relative;
}
.reviews__supertitle {
  color: #DF2935;
  font-size: 16px;
  line-height: 100%;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.reviews__supertitle::after {
  position: absolute;
  content: url("../../assets/icons/section-supertitle-underline.svg");
  bottom: -15px;
  left: 0;
  right: 0;
}
@media (max-width: 480px) {
  .reviews__supertitle {
    font-size: 12px;
  }
}
.reviews__title {
  color: #333;
  font-size: 54px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}
@media (max-width: 480px) {
  .reviews__title {
    font-size: 32px;
  }
}
.reviews__cards {
  padding: 60px 16px 30px !important;
}
.reviews__cards .swiper-slide {
  max-width: 570px;
  height: 477px;
  width: 100%;
}
.reviews__cards-item {
  border-radius: 40px;
  background-color: #FFF;
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.12);
  padding: 31px 52px 0 52px;
  position: relative;
}
.reviews__cards-item__quotes {
  margin-bottom: 16px;
}
.reviews__cards-item__text {
  font-size: 20px;
  line-height: 40px;
}
.reviews__cards-item__name {
  position: absolute;
  bottom: 30px;
  left: 52px;
  color: #F2994A;
  font-size: 24px;
  font-weight: 700;
}
.reviews__pagination {
  display: none;
}
.reviews__prev {
  width: 79px;
  height: 40px;
  border-radius: 20px 0 0 20px;
  border: 1px solid #CC454D;
  background-color: #CC454D;
  padding: 11px 34px 19px 22px;
  cursor: pointer;
  position: absolute;
  right: 90px;
  bottom: -40px;
}
.reviews__prev svg {
  transform: rotate(180deg);
  transition: unset;
}
.reviews__next {
  width: 79px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  border: 1px solid #CC454D;
  background-color: #CC454D;
  padding: 11px 22px 19px 34px;
  cursor: pointer;
  position: absolute;
  bottom: -40px;
  right: 0;
}
.reviews__next svg {
  transition: unset;
}

.footer {
  padding: 90px 0 70px;
  background-color: #F6F9FF;
}
.footer__inner {
  width: 100%;
  position: relative;
}
.footer__inner::before {
  position: absolute;
  content: '';
  background: url("../../assets/images/footer/content.png") no-repeat center;
  background-size: cover;
  width: 298px;
  height: 298px;
  right: 0;
  top: -212px;
  border: 17px solid rgba(242, 153, 54, 0.05);
  border-radius: 50%;
}
.footer__main {
  margin-bottom: 81px;
}
.footer__main-cta {
  font-size: 50px;
  font-weight: 700;
  line-height: 80px;
  margin-bottom: 30px;
}
.footer__main-phone {
  color: #fff;
  background: #CC454D;
  border-radius: 0 40px 40px 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  padding: 29px 90px;
  border: 2px solid transparent;
  display: flex;
  width: fit-content;
  align-items: center;
}
.footer__main-phone span {
  text-decoration: underline;
  transition: unset;
  margin: 0 10px;
}
@media (max-width: 480px) {
  .footer__main-phone {
    width: 100%;
    padding: 24px 0;
    justify-content: center;
  }
}
@media (hover: hover) {
  .footer__main-phone:hover {
    color: #CC454D;
    background: #fff;
    border-color: #CC454D;
  }
  .footer__main-phone:hover svg {
    transition: unset;
  }
  .footer__main-phone:hover svg path {
    fill: #CC454D;
  }
}
@media (hover: none) {
  .footer__main-phone:active {
    color: #CC454D;
    background: #fff;
    border-color: #CC454D;
  }
  .footer__main-phone:active svg {
    transition: unset;
  }
  .footer__main-phone:active svg path {
    fill: #CC454D;
  }
}
.footer__bottom {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom-privacy {
  gap: 15px;
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {
  .about__blocks .about__block {
    gap: 90px;
  }
  .about__blocks .about__block-image {
    max-width: 475px;
  }
  .about__blocks .about__block-image__main {
    width: 100%;
  }
  .about__blocks .about__block-image__additional {
    width: 50%;
  }
  .about__blocks .about__block:first-child {
    margin-bottom: 30px;
  }
  .about__blocks .about__block:first-child .about__block-image__additional {
    right: -35px;
  }
  .about__blocks .about__block:last-child .about__block-image::before {
    content: unset;
  }
  .about__blocks .about__block:last-child .about__block-image::after {
    bottom: -20px;
  }
}
@media (max-width: 1024px) {
  .header__menu-navigation {
    gap: 25px;
  }
  .header__menu-phone {
    display: none;
  }

  .introduction__images {
    justify-content: center;
    gap: 20px;
  }
  .introduction__images-column:nth-child(2) {
    display: none;
  }

  .footer__main-cta {
    font-size: 40px;
  }
}
@media (max-width: 900px) {
  .about__blocks .about__block-image {
    display: none;
  }
  .about__blocks .about__block:first-child .about__block-text, .about__blocks .about__block:last-child .about__block-text {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .pre-header {
    display: none;
  }

  main.menu-opened::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #393939B2;
    z-index: 10;
  }

  .header {
    position: relative;
    background-color: #fff;
    z-index: 100;
  }
  .header__menu {
    display: none;
  }
  .header__menu--opened {
    display: block;
    top: 95px;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #fff;
    padding: 24px 17px 34px 17px;
  }
  .header__menu--opened .header__menu-navigation {
    display: block;
    margin-bottom: 38px;
  }
  .header__menu--opened .header__menu-navigation li + li {
    margin-top: 56px;
  }
  .header__menu--opened .header__menu-navigation li a {
    font-size: 32px;
    font-weight: 700;
    line-height: 113.5%;
    letter-spacing: 0.16px;
    padding: 17px 0;
  }
  .header__menu-phone--mobile {
    display: flex;
    justify-content: center;
  }
  .header__toggle {
    display: block;
  }

  .main__info {
    max-width: unset;
  }
  .main__image {
    display: none;
  }

  .introduction__images-column {
    max-width: 205px;
  }
  .introduction__images-column__image {
    width: 100%;
    height: 303px;
  }
  .introduction__images-column:first-child .introduction__images-column__image {
    margin-bottom: 22px;
  }
  .introduction__images-column:last-child .introduction__images-column__image {
    margin-top: 22px;
  }
  .introduction__images-column__available {
    width: 205px;
    height: 205px;
    padding: 19px 16px;
  }
  .introduction__images-column__available .introduction__column-available__icon {
    margin-bottom: unset;
  }
  .introduction__images-column__available .introduction__column-available__title {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .introduction__images-column__available .introduction__column-available__text {
    font-size: 10px;
  }
  .introduction__images-column__phone {
    width: 205px;
    height: 205px;
    padding: 46px 10px;
  }
  .introduction__images-column__phone svg {
    margin-bottom: 9px;
  }
  .introduction__images-column__phone .introduction__column-phone__cta {
    margin-bottom: 9px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
  .introduction__images-column__phone .introduction__column-phone__number {
    font-size: 16px;
    letter-spacing: 1.76px;
  }

  .advantages__icon {
    width: 114px;
    height: 35px;
  }
  .advantages__title {
    margin-bottom: 14px;
  }
  .advantages__text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .advantages__list {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .advantages__list-item {
    width: 130px;
  }
  .advantages__list-item__icon {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .advantages__list-item__name {
    font-size: 16px;
  }

  .reviews__cards-item {
    padding-bottom: 30px;
  }
  .reviews__cards-item__name {
    display: none;
  }

  .footer {
    padding: 178px 0 70px;
    position: relative;
  }
  .footer::before {
    position: absolute;
    content: '';
    background: url("../../assets/images/footer/content.png") no-repeat center;
    background-size: cover;
    width: 229px;
    height: 229px;
    left: 50%;
    transform: translateX(-50%);
    top: -87px;
    border: 17px solid rgba(242, 153, 54, 0.05);
    border-radius: 50%;
    z-index: 10;
  }
  .footer__inner::before {
    content: unset;
  }
}
@media (max-width: 480px) {
  .header__inner {
    padding: 10px 0;
  }
  .header__logo-icon {
    width: 30px;
    height: 33px;
  }
  .header__logo-name {
    font-size: 18px;
  }
  .header__menu {
    top: 60px;
  }
  .header__menu-phone--mobile {
    width: 100%;
  }

  .header__menu--opened ~ main::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #393939B2;
    z-index: 10;
  }

  .main {
    padding: 50px 0 60px;
  }
  .main__info {
    padding-top: unset;
    width: 100%;
  }
  .main__info-supertitle {
    margin-bottom: 17px;
  }
  .main__info-title {
    font-size: 32px;
    margin-bottom: unset;
  }
  .main__info-image {
    display: block;
    position: relative;
    width: fit-content;
    margin: 0 auto 24px;
  }
  .main__info-image::before {
    content: url("../../assets/icons/before-image-red-vector--mobile.svg");
    position: absolute;
    bottom: -6px;
    right: -58px;
  }
  .main__info-image img {
    width: 100%;
    max-width: 230px;
    margin: 0 auto;
  }
  .main__info-strengths {
    margin-bottom: 27px;
  }
  .main__info-strengths li {
    font-size: 20px;
  }
  .main__info-strengths li::before {
    top: -7px;
  }

  .introduction {
    padding: 40px 0;
  }
  .introduction__supertitle {
    margin-bottom: 15px;
  }
  .introduction__title {
    margin-bottom: 20px;
  }
  .introduction__text {
    font-size: 12px;
    margin-bottom: 36px;
  }
  .introduction__images-column__image {
    height: 250px;
  }
  .introduction__images-column__available {
    width: 167px;
    height: 167px;
    margin: 0 auto;
  }
  .introduction__images-column__available .introduction__column-available__title {
    margin-bottom: unset;
    font-size: 12px;
  }
  .introduction__images-column__available .introduction__column-available__text {
    font-size: 8px;
  }
  .introduction__images-column__phone {
    width: 167px;
    height: 167px;
    padding: 28px 10px;
    margin: 0 auto;
  }
  .introduction__images-column__phone .introduction__column-phone__number {
    font-size: 12px;
  }

  .services {
    padding: 40px 0 84px;
  }
  .services::after {
    height: 54px;
  }
  .services__list {
    gap: 12px;
    margin-bottom: 32px;
  }
  .services__list-card {
    max-width: 191px;
    height: 260px;
    padding: 12px 12px 16px 12px;
    border-radius: 20px;
  }
  .services__list-card__image {
    width: 68px;
    height: 68px;
    margin-bottom: 15px;
  }
  .services__list-card__name {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .services__list-card__name::after {
    content: url(../../assets/icons/services/service-underline--mobile.svg);
    bottom: unset;
    top: -16px;
  }
  .services__list-card__description {
    font-size: 10px;
  }

  .advantages {
    padding: 40px 0;
  }

  .about {
    padding: 80px 0;
  }
  .about::before, .about::after {
    height: 54px;
  }
  .about__title {
    margin-bottom: 16px;
  }
  .about__blocks .about__block {
    gap: 35px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .about__blocks .about__block-image {
    display: block;
  }
  .about__blocks .about__block:first-child .about__block-text h3, .about__blocks .about__block:last-child .about__block-text h3 {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .about__blocks .about__block:first-child .about__block-text p, .about__blocks .about__block:last-child .about__block-text p {
    font-size: 12px;
    line-height: 24px;
  }
  .about__blocks .about__block:first-child .about__block-text p + .about__blocks .about__block:first-child .about__block-text p, .about__blocks .about__block:last-child .about__block-text p + .about__blocks .about__block:first-child .about__block-text p, .about__blocks .about__block:first-child .about__block-text p + .about__blocks .about__block:last-child .about__block-text p, .about__blocks .about__block:last-child .about__block-text p + .about__blocks .about__block:last-child .about__block-text p {
    margin-top: 20px;
  }
  .about__blocks .about__block:first-child {
    margin-bottom: 160px;
  }
  .about__blocks .about__block:first-child .about__block-image {
    width: 80%;
    margin-right: auto;
  }
  .about__blocks .about__block:first-child .about__block-image::before {
    right: -55px;
    left: unset;
    bottom: 0;
    width: 148px;
    height: 110px;
  }
  .about__blocks .about__block:first-child .about__block-image::after {
    content: url("../../assets/icons/about/stars--mobile.svg");
    left: 89px;
    right: unset;
    bottom: -135px;
  }
  .about__blocks .about__block:last-child .about__block-image::after {
    content: unset;
  }

  .reviews {
    padding: 40px 0 173px;
  }
  .reviews__cards {
    padding-top: 40px !important;
  }
  .reviews__cards .swiper-slide {
    max-height: 201px;
    height: 100%;
    max-width: 286px;
    width: 100%;
  }
  .reviews__cards-item {
    border-radius: 20px;
    padding: 16px;
    overflow-x: hidden;
  }
  .reviews__cards-item__text {
    font-size: 12px;
    line-height: 190%;
    overflow-x: hidden;
  }
  .reviews__prev, .reviews__next {
    display: none;
  }
  .reviews__pagination {
    display: flex;
    justify-content: center;
  }
  .reviews__pagination .swiper-pagination-bullet {
    background-color: unset;
    width: 10px;
    height: 10px;
    border: 2px solid #CC454D;
  }
  .reviews__pagination .swiper-pagination-bullet-active {
    background-color: #DF2935;
  }

  .footer::after {
    position: absolute;
    content: '';
    width: 100vw;
    height: 54px;
    background: url(../../assets/icons/footer/section-divider.svg) repeat center;
    top: -2px;
  }
  .footer__main {
    margin-bottom: 47px;
  }
  .footer__main-cta {
    text-align: center;
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 67px;
  }
  .footer__bottom {
    gap: 56px;
    flex-direction: column;
  }
  .footer__bottom-copyright {
      text-align: center;
  }
}
@media (max-width: 375px) {
  .main__info-image::before {
    right: -35px;
  }

  .services__list-card {
    max-width: unset;
    height: fit-content;
  }
  .services__list-card__name::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .footer {
    padding-bottom: 20px;
  }
  .footer__main {
    margin-bottom: 20px;
  }
  .footer__main-cta {
    font-size: 27px;
    margin-bottom: 20px;
  }
  .footer__bottom {
    gap: 20px;
  }
}
@media (max-width: 360px) {
  .introduction__images {
    flex-wrap: wrap;
    gap: 20px;
  }
  .introduction__images-column {
    max-width: unset;
  }
  .introduction__images-column__image {
    display: none;
  }
  .introduction__images-column__available {
    border-radius: 50%;
    width: 274px;
    height: 274px;
    background-color: #EDF1FC;
    text-align: center;
    padding: 43px 37px;
  }
  .introduction__images-column__available .introduction__column-available__icon {
    margin-bottom: 15px;
  }
  .introduction__images-column__available .introduction__column-available__title {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
  }
  .introduction__images-column__available .introduction__column-available__text {
    font-size: 12px;
    line-height: 170%;
  }
  .introduction__images-column__phone {
    width: 274px;
    height: 274px;
    border-radius: 50%;
    color: #fff;
    background-color: #DF2935;
    padding: 84px 0 0 0;
    display: block;
    text-align: center;
    border: 2px solid transparent;
  }
  .introduction__images-column__phone svg {
    margin-bottom: 13px;
  }
  .introduction__images-column__phone .introduction__column-phone__cta {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 6px;
    transition: unset;
  }
  .introduction__images-column__phone .introduction__column-phone__number {
    font-size: 24px;
    font-weight: 900;
    line-height: 160%;
    letter-spacing: 2.64px;
    transition: unset;
  }
}
@media (hover: hover) {
  .pre-header__contacts-link:hover {
    color: #DF2935;
  }
  .pre-header__social a:hover svg path {
    fill-opacity: 1;
  }
  .pre-header__social a:last-child:hover svg path {
    stroke-opacity: 1;
  }

  .header__logo:hover {
    opacity: .6;
  }
  .header__menu-navigation li a:hover {
    color: #DF2935;
  }
  .header__menu-phone:hover {
    color: #fff;
    background-color: #CC454D;
  }

  .introduction__images-column__phone:hover {
    color: #DF2935;
    background-color: #fff;
    border-color: #DF2935;
  }
  .introduction__images-column__phone:hover svg path {
    fill: #DF2935;
  }

  .reviews__prev:hover {
    background-color: #fff;
  }
  .reviews__prev:hover svg path {
    fill: #CC454D;
  }
  .reviews__next:hover {
    background-color: #fff;
  }
  .reviews__next:hover svg path {
    fill: #CC454D;
  }

  .footer__bottom-privacy a:hover {
    color: #CC454D;
  }
}
@media (hover: none) {
  .pre-header__contacts-link:active {
    color: #DF2935;
  }
  .pre-header__social a:active svg path {
    fill-opacity: 1;
  }
  .pre-header__social a:last-child:active svg path {
    stroke-opacity: 1;
  }

  .header__logo:active {
    opacity: .6;
  }
  .header__menu-navigation li a:active {
    color: #DF2935;
  }
  .header__menu-phone:active {
    color: #fff;
    background-color: #CC454D;
  }

  .introduction__images-column__phone:active {
    color: #DF2935;
    background-color: #fff;
    border-color: #DF2935;
  }
  .introduction__images-column__phone:active svg path {
    fill: #DF2935;
  }

  .reviews__prev:active {
    background-color: #fff;
  }
  .reviews__prev:active svg path {
    fill: #CC454D;
  }
  .reviews__next:active {
    background-color: #fff;
  }
  .reviews__next:active svg path {
    fill: #CC454D;
  }

  .footer__bottom-privacy a:active {
    color: #CC454D;
  }
}
