*,
*::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: #000;
  cursor: pointer;
  text-decoration: unset;
}

h2 {
  color: #141414;
  font-size: 50px;
  font-weight: 700;
  text-transform: capitalize;
}
@media (max-width: 480px) {
  h2 {
    font-size: 28px;
    line-height: 140%;
  }
}

.container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1136px;
  padding: 0 18px;
}

.header {
  backdrop-filter: blur(24.5px);
  background: rgba(137, 137, 137, 0.25);
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}
.header a {
  color: #fff;
}
.header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 7px;
}
.header__logo-icon {
  width: 38px;
  height: 38px;
}
.header__logo-name {
  font-size: 18px;
  font-weight: 700;
}
.header__links {
  gap: 68px;
  display: flex;
  align-items: center;
}
.header__links-list {
  gap: 40px;
  display: flex;
  align-items: center;
}
.header__links-list li {
  padding: 35px 0;
}
.header__links-list li a {
  padding: 35px 0;
}
.header__links-phone {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px;
  background: #009CB1;
  padding: 10px 17px;
  border: 1px solid transparent;
}

.introduction {
  padding: 247px 0 351px;
  margin-bottom: 100px;
  background: url("../../assets/images/introduction/section-bg.png") no-repeat center;
  background-size: cover;
}
.introduction__inner {
  width: 100%;
  color: #fff;
}
.introduction__title {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 24px;
  text-align: center;
}
.introduction__text {
  font-size: 24px;
  line-height: 45px;
  text-align: center;
  margin: 0 auto 50px;
  max-width: 862px;
}
.introduction__strengths {
  display: none;
}
.introduction__links {
  gap: 18px;
  display: flex;
  margin: 0 auto;
  width: fit-content;
  flex-wrap: wrap;
  justify-content: center;
}
.introduction__links-price {
  border-radius: 5px;
  border: 2px solid #D7443A;
  padding: 20px 66px;
  color: #D7443A;
  font-size: 24px;
  font-weight: 900;
}
.introduction__links-phone {
  border-radius: 5px;
  background-color: #FAE348;
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 18px 66px;
}
.introduction__links-phone__number {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-decoration: underline;
}

.services {
  margin-bottom: 120px;
  background-color: rgba(255, 199, 3, 0.06);
}
.services__inner {
  width: 100%;
  padding: 60px 0;
}
.services__title {
  margin-bottom: 18px;
}
.services__text {
  margin-bottom: 54px;
  color: #333;
  font-size: 22px;
}
.services__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.services__cards-item {
  border-radius: 10px;
  max-width: 353px;
  width: 100%;
  height: 296px;
  padding: 39px 22px 0 22px;
  text-align: center;
}
.services__cards-item:nth-child(1) {
  background-color: #FAE348;
}
.services__cards-item:nth-child(2) {
  background-color: #B0F8AE;
}
.services__cards-item:nth-child(3) {
  background-color: #009CB1;
}
.services__cards-item:nth-child(3) .services__cards-item__name,
.services__cards-item:nth-child(3) .services__cards-item__description {
  color: #fff;
}
.services__cards-item__icon {
  padding: 7px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  width: 62px;
  height: 62px;
  margin: 0 auto 24px;
}
.services__cards-item__name {
  color: #282828;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 14px;
}
.services__cards-item__description {
  color: #282828;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.reviews {
  margin-bottom: 100px;
}
.reviews__inner {
  width: 100%;
  position: relative;
}
.reviews__top {
  display: flex;
  align-items: center;
  margin-bottom: 68px;
  justify-content: space-between;
}
.reviews__top-title {
  max-width: 496px;
}
.reviews__top-buttons {
  display: flex;
  gap: 20px;
}
.reviews__top-buttons__prev {
  transform: rotate(180deg);
  width: 59px;
  height: 59px;
  cursor: pointer;
}
.reviews__top-buttons__next {
  width: 59px;
  height: 59px;
  cursor: pointer;
}
.reviews__content {
  display: flex;
  gap: 30px;
  height: 390px;
  margin-bottom: 50px;
}
.reviews__content-trustpilot {
  border-radius: 14px;
  background-color: #F4F4F4;
  padding: 80px 34px 52px 34px;
  text-align: center;
}
.reviews__content-trustpilot__title {
  color: #141414;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.24px;
  margin-bottom: 24px;
}
.reviews__content-trustpilot__rating {
  margin-bottom: 130px;
}
.reviews__content-list__card {
  padding: 24px;
  border-radius: 14px;
  background-color: #F4F4F4;
  height: 100%;
  position: relative;
}
.reviews__content-list__card .reviews__card-rating {
  margin-bottom: 30px;
}
.reviews__content-list__card .reviews__card-text {
  color: #141414;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 44px;
}
.reviews__content-list__card .reviews__card-userinfo {
  gap: 18px;
  display: flex;
  align-items: center;
  position: absolute;
  left: 24px;
  bottom: 24px;
}
.reviews__content-list__card .reviews__card-userinfo__name {
  color: #141414;
  font-size: 18px;
  line-height: 30px;
}
.reviews__pagination {
  margin: 0 auto 72px;
  width: fit-content !important;
}
.reviews__pagination .swiper-pagination-bullet {
  width: 18px;
  height: 14px;
  background-color: unset !important;
  background-image: url("../../assets/icons/reviews/slider-dot.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 12px !important;
}
.reviews__phone {
  border-radius: 5px;
  background-color: #FAE348;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding: 22px 79px;
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.reviews__phone-number {
  text-decoration: underline;
}
.reviews__phone span {
  transition: unset;
}

.prices {
  background-color: rgba(255, 199, 3, 0.06);
  padding: 60px 15px 70px;
}
.prices__inner {
  width: 100%;
  position: relative;
}
.prices__top {
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.prices__top-title {
  max-width: 320px;
}
.prices__top-switch {
  border-radius: 5px;
  border: 1px solid #009CB1;
  color: #009CB1;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.24px;
  background-color: transparent;
  padding: 17px 60px;
  cursor: pointer;
}
.prices__list {
  gap: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.prices__list-card {
  position: relative;
  height: 550px;
  max-width: 260px;
}
.prices__list-card__price {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px 0 0 0;
  background-color: #FFF;
  padding: 6px 20px;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.32px;
}
.prices__list-card__price span {
  text-decoration: underline;
}
.prices__list-card__image {
  margin-bottom: 14px;
  max-width: 260px;
  max-height: 282px;
  border-radius: 5px;
}
.prices__list-card__name {
  margin-bottom: 12px;
  color: #141414;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.24px;
  font-weight: unset;
}
.prices__list-card__description {
  margin-bottom: 18px;
  color: rgba(20, 20, 20, 0.75);
  font-size: 16px;
  line-height: 26px;
}
.prices__list-card__phone {
  padding: 15px;
  border-radius: 5px;
  background-color: #FAE348;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  display: block;
  position: absolute;
  bottom: 0;
}
.prices__list-card__phone span {
  text-decoration: underline;
  transition: unset;
}
.prices .swiper-slide {
  max-width: 260px;
  height: 550px;
}
.prices__prev {
  position: absolute;
  top: 270px;
  left: -30px;
  z-index: 10;
  cursor: pointer;
  transform: rotate(180deg);
}
.prices__next {
  position: absolute;
  top: 270px;
  right: -30px;
  z-index: 10;
  cursor: pointer;
}
.prices .prices__list_cards {
  gap: 18px;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
}
.prices__list-hide {
  border-radius: 5px;
  border: 1px solid #009CB1;
  color: #009CB1;
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -0.24px;
  background-color: transparent;
  padding: 17px 60px;
  cursor: pointer;
  margin: 50px auto 0;
  display: none;
}
.prices__list-hide.active {
  display: block;
}

.advantages {
  padding: 65px 0;
  background: url("../../assets/images/advantages/section-bg.png") no-repeat center;
  background-size: cover;
}
.advantages__inner {
  width: 100%;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 33px;
}
.advantages__info {
  max-width: 529px;
  width: 100%;
}
.advantages__info-title {
  color: #fff;
  margin-bottom: 18px;
}
.advantages__info-text {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 30px;
}
.advantages__info-phone {
  border-radius: 8px;
  padding: 24px 74px;
  background-color: #FAE348;
  color: #333;
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: fit-content;
}
.advantages__list {
  max-width: 394px;
}
.advantages__list-elem {
  display: flex;
  gap: 24px;
  align-items: center;
}
.advantages__list-elem + .advantages__list-elem {
  margin-top: 50px;
}
.advantages__list-elem__info h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 12px;
}
.advantages__list-elem__info p {
  font-size: 14px;
  line-height: 26px;
}

.why-us {
  padding: 100px 0;
  background: rgba(255, 199, 3, 0.06);
}
.why-us__inner {
  width: 100%;
}
.why-us__title {
  text-align: center;
  margin-bottom: 60px;
}
.why-us__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px;
  margin-bottom: 80px;
}
.why-us__cards-elem {
  border-radius: 16px;
  background-color: #fff;
  width: 270px;
  text-align: center;
  padding: 50px 32px 38px 32px;
}
.why-us__cards-elem__number {
  color: #009CB1;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 18px;
}
.why-us__cards-elem__text {
  color: #333;
  font-size: 18px;
  line-height: 125%;
}
.why-us__phone {
  border-radius: 8px;
  color: #333;
  background-color: #FAE348;
  display: block;
  width: fit-content;
  padding: 17px 107px;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 auto 26px;
}
.why-us__cta {
  text-align: center;
  color: rgba(20, 20, 20, 0.75);
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.18px;
}

.about {
  padding: 100px 0 180px;
}
.about__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
.about__info {
  max-width: 632px;
  width: 100%;
}
.about__info-title {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1px;
  margin-bottom: 32px;
}
.about__info-paragraph {
  color: #333;
  font-size: 18px;
  line-height: 190%;
}
.about__info-paragraph + .about__info-paragraph {
  margin-top: 32px;
}
.about__info-phone {
  border-radius: 5px;
  color: #000;
  background-color: #FAE348;
  padding: 22px 80px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: block;
  width: fit-content;
  margin-top: 50px;
  cursor: pointer;
}
.about__info-phone__number {
  text-decoration: underline;
  transition: unset;
}
.about__images {
  max-width: 416px;
  width: 100%;
}
.about__images-frist {
  width: 100%;
  height: 258px;
  margin-bottom: 20px;
}
.about__images-second {
  width: 100%;
  height: 430px;
}

.discount {
  background-color: rgba(250, 227, 72, 0.05);
  margin-bottom: 100px;
}
.discount__inner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding: 70px 0 70px;
  gap: 84px;
}
.discount__info {
  max-width: 210px;
}
.discount__info-supertitle {
  color: #EF6D58;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 2px;
  margin-bottom: 13px;
}
.discount__info-title {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 18px;
}
.discount__info-image {
  display: none;
}
.discount__info-phone {
  border-radius: 5px;
  color: #000;
  background-color: #FAE348;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 13px 21px;
  display: block;
  width: fit-content;
}
.discount__info-phone__number {
  text-decoration: underline;
  transition: unset;
}
.discount__discount_percentage {
  position: absolute;
  top: -70px;
  left: 64px;
}
.discount__weather_image {
  margin-bottom: -70px;
}
.discount__happy_elderly {
  position: absolute;
  bottom: 0;
  right: -77px;
}

.contacts {
  background: url("../../assets/images/contacts/bg.png") no-repeat center;
  background-size: cover;
  margin-bottom: 100px;
}
.contacts__inner {
  width: 100%;
  padding-top: 380px;
  display: flex;
  border-radius: 6px 6px 0 0;
}
.contacts__card {
  max-width: 380px;
  width: 100%;
  height: 192px;
  padding: 32px 37px 37px 48px;
}
.contacts__card:nth-child(odd) {
  background-color: #fff;
}
.contacts__card:nth-child(even) {
  background-color: #FDF0E9;
}
.contacts__card:first-child .contacts__card-link {
  color: #391400;
  font-size: 24px;
  letter-spacing: 1.44px;
  text-decoration-line: underline;
}
.contacts__card-top {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 26px;
}
.contacts__card-top__name {
  color: #EF6D58;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 3px;
}
.contacts__card-link {
  color: #333;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -1px;
}

.footer {
  color: #fff;
  padding: 100px 0 26px;
  background-color: #333;
}
.footer__inner {
  width: 100%;
}
.footer__main {
  text-align: center;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.footer__main-supertitle {
  text-align: center;
  font-size: 14px;
  letter-spacing: 2.8px;
  opacity: 0.6;
}
.footer__main-title {
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 14px;
}
.footer__main-text {
  max-width: 581px;
  font-size: 18px;
  line-height: 33px;
  opacity: 0.8;
  margin: 0 auto 45px;
}
.footer__main-phone {
  border-radius: 5px;
  background-color: #009CB1;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.11);
  display: block;
  width: fit-content;
  padding: 19px 44px;
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto 50px;
  color: #fff;
}
.footer__main-copyright {
  opacity: 0.8;
  font-size: 14px;
}
.footer__bottom {
  display: flex;
  padding-top: 26px;
  justify-content: space-between;
}
.footer__bottom-logo {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  width: 200px;
  margin-right: 50px;
}
.footer__bottom-logo__icon {
  width: 45px;
  height: 45px;
}
.footer__bottom-logo__name {
  font-weight: 700;
  font-size: 20px;
}
.footer__bottom-links {
  gap: 34px;
  display: flex;
  align-items: center;
}
.footer__bottom-links li a {
  color: #fff;
  height: 100%;
}
.footer__bottom-social {
  gap: 25px;
  display: flex;
  align-items: center;
}

@media (max-width: 1255px) {
  .discount__happy_elderly {
    right: -50px;
  }
}
@media (max-width: 1200px) {
  .header__links {
    gap: 20px;
  }
  .header__links-list {
    gap: 15px;
  }

  .services {
    text-align: center;
  }

  .reviews__content-list .swiper-slide {
    max-width: 370px;
  }

  .about {
    padding: 80px 0;
  }
  .about__info {
    max-width: unset;
  }
  .about__images {
    display: none;
  }

  .discount__happy_elderly {
    right: 0;
  }

  .footer__bottom-logo {
    display: none;
  }
}
@media (max-width: 1024px) {
  .header__links-phone {
    display: none;
  }

  .advantages__inner {
    justify-content: center;
  }
  .advantages__info {
    max-width: unset;
    text-align: center;
  }
  .advantages__info-phone {
    display: none;
  }

  .discount__weather_image {
    display: none;
  }

  .contacts__card {
    max-width: unset;
    width: 50%;
  }
  .contacts__card:last-child {
    display: none;
  }
}
@media (max-width: 768px) {
  .header {
    padding: 20px 0;
  }
  .header__logo-name {
    font-size: 16px;
  }
  .header__links-list {
    display: none;
  }
  .header__links-phone {
    display: block;
    font-size: 14px;
    font-weight: 700;
    text-transform: unset;
  }

  .introduction__title {
    font-size: 60px;
  }

  .services__cards-item {
    max-width: unset;
  }

  .reviews__content {
    gap: 12px;
    height: 234px;
  }
  .reviews__content-list .swiper-slide {
    max-width: unset;
    width: 173px;
  }
  .reviews__content-list__card {
    padding: 12px 8px;
  }
  .reviews__content-list__card .reviews__card-rating {
    width: 99px;
    height: 19px;
    margin-bottom: unset;
  }
  .reviews__content-list__card .reviews__card-text {
    font-size: 10px;
    line-height: 20px;
  }
  .reviews__content-list__card .reviews__card-userinfo {
    gap: 12px;
    bottom: 5px;
    left: 12px;
  }
  .reviews__content-list__card .reviews__card-userinfo__image {
    width: 21px;
    height: 21px;
  }
  .reviews__content-list__card .reviews__card-userinfo__name {
    font-size: 12px;
    line-height: 30px;
  }
  .reviews__content-trustpilot {
    padding: 30px 20px;
  }
  .reviews__content-trustpilot__rating {
    width: 133px;
    height: 25px;
  }
  .reviews__content-trustpilot__title {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: -0.16px;
    margin-bottom: 0;
  }
  .reviews__content-trustpilot__rating {
    margin-bottom: 85px;
  }
  .reviews__content-trustpilot__logo {
    width: 88px;
  }

  .prices__top {
    justify-content: center;
  }
  .prices__top-title {
    max-width: unset;
  }
  .prices__top-switch {
    display: none;
  }

  .discount__happy_elderly {
    width: 50%;
    bottom: unset;
    top: 0;
  }

  .contacts {
    background-image: url(../../assets/images/contacts/bg--mobile.png);
  }
  .contacts__inner {
    display: block;
  }
  .contacts__card {
    width: 100%;
    text-align: center;
    padding: 32px 14px;
    height: unset;
  }
  .contacts__card:first-child {
    border-radius: 6px 6px 0 0;
  }
  .contacts__card:nth-child(2) {
    border-radius: 0 0 6px 6px;
  }
  .contacts__card-top {
    justify-content: center;
    gap: 10px;
  }
  .contacts__card-top__icon {
    width: 30px;
    height: 30px;
  }

  .footer__bottom {
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .introduction {
    padding: 103px 0 28px;
    margin-bottom: 30px;
  }
  .introduction__title {
    color: #FAE348;
    text-align: center;
    font-size: 32px;
    line-height: 125%;
  }
  .introduction__text {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 18px;
  }
  .introduction__strengths {
    display: block;
    margin-bottom: 43px;
  }
  .introduction__strengths-item {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  .introduction__strengths-item + .introduction__strengths-item {
    margin-top: 48px;
  }
  .introduction__strengths-item__icon {
    display: block;
    margin: 0 auto 14px;
    width: 50px;
    height: 50px;
  }
  .introduction__links {
    width: 100%;
    gap: 10px;
  }
  .introduction__links-price {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    color: #F4655C;
    font-size: 18px;
    font-weight: 900;
  }
  .introduction__links-phone {
    width: 100%;
    justify-content: center;
    padding: 10px 0;
  }
  .introduction__links-phone__number {
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
  }

  .services {
    margin-bottom: 40px;
  }
  .services__inner {
    text-align: center;
    position: relative;
    padding: 40px 0;
  }
  .services__inner::before {
    content: url("../../assets/icons/services/line-connectro.svg");
    position: absolute;
    right: 45px;
    bottom: 64px;
  }
  .services__text {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .services__cards {
    gap: 18px;
  }
  .services__cards-item {
    max-width: 237px;
    padding: 26px 11px;
    max-height: 230px;
    position: relative;
  }
  .services__cards-item:first-child, .services__cards-item:last-child {
    margin-right: auto;
  }
  .services__cards-item:nth-child(2) {
    margin-left: auto;
  }
  .services__cards-item__icon {
    margin-bottom: 17px;
    width: 50px;
    height: 50px;
  }
  .services__cards-item__icon img {
    width: 30px;
    height: 30px;
  }
  .services__cards-item__name {
    font-size: 16px;
  }
  .services__cards-item__description {
    font-size: 12px;
    line-height: 20px;
  }

  .reviews {
    margin-bottom: 40px;
  }
  .reviews__top {
    margin-bottom: 24px;
  }
  .reviews__top-title {
    max-width: 296px;
  }
  .reviews__top-buttons {
    display: none;
  }
  .reviews__content {
    margin-bottom: 30px;
  }
  .reviews__pagination {
    margin-bottom: 40px;
  }
  .reviews__phone {
    text-align: center;
    padding: 17px 0;
    width: 100%;
  }

  .prices {
    padding: 40px 0;
  }
  .prices__top {
    margin-bottom: 35px;
  }
  .prices__list .swiper-slide {
    max-width: 226px;
  }
  .prices__list-card__image {
    max-width: 226px;
    height: 282px;
    margin-bottom: 12px;
  }
  .prices__list-card__name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: normal;
    margin-bottom: 8px;
  }
  .prices__list-card__description {
    font-size: 14px;
  }
  .prices__list-card__phone {
    padding: 13px 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
  .prices__prev, .prices__next {
    display: none;
  }

  .advantages {
    padding: 40px 0;
  }
  .advantages__inner {
    justify-content: unset;
  }
  .advantages__info-title {
    margin-bottom: 14px;
  }
  .advantages__info-text {
    font-size: 16px;
    margin-bottom: unset;
  }
  .advantages__list {
    max-width: unset;
    width: 100%;
  }
  .advantages__list-elem {
    gap: 16px;
    width: fit-content;
  }
  .advantages__list-elem + .advantages__list-elem {
    margin-top: 25px;
  }
  .advantages__list-elem:nth-child(even) {
    margin-left: auto;
  }
  .advantages__list-elem__icon {
    width: 50px;
    height: 50px;
  }
  .advantages__list-elem__info h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .advantages__list-elem__info p {
    font-size: 12px;
    max-width: 280px;
  }

  .why-us {
    padding: 40px 0;
  }
  .why-us__title {
    margin-bottom: 40px;
  }
  .why-us__cards {
    margin-bottom: 40px;
  }
  .why-us__cards-elem {
    max-width: 191px;
    width: 100%;
    padding: 21px 27px 16px 27px;
  }
  .why-us__cards-elem__number {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .why-us__cards-elem__text {
    font-size: 14px;
  }
  .why-us__phone {
    width: 100%;
    text-align: center;
    padding: 12px 0;
    margin: unset;
  }
  .why-us__cta {
    font-size: 14px;
  }

  .about {
    padding: 40px 0 100px;
  }
  .about__info-title {
    font-size: 28px;
    letter-spacing: unset;
    margin-bottom: 24px;
  }
  .about__info-paragraph {
    font-size: 14px;
  }
  .about__info-paragraph + .about__info-paragraph {
    margin-top: 24px;
  }
  .about__info-phone {
    margin-top: 30px;
    width: 100%;
    padding: 19px 0;
  }

  .discount {
    margin-bottom: 30px;
  }
  .discount__inner {
    padding: 40px 0;
  }
  .discount__info {
    max-width: unset;
    text-align: center;
  }
  .discount__info-title {
    max-width: 210px;
    margin: 0 auto 50px;
  }
  .discount__info-image {
    display: block;
    margin-bottom: 30px;
    width: 100%;
  }
  .discount__info-phone {
    width: 100%;
    padding: 19px 0;
  }
  .discount__discount_percentage {
    left: 18px;
    width: 101px;
    height: 101px;
  }
  .discount__happy_elderly {
    display: none;
  }

  .footer {
    padding: 40px 0;
  }
  .footer__main {
    padding-bottom: 24px;
  }
  .footer__main-supertitle {
    margin-bottom: 16px;
  }
  .footer__main-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 24px;
  }
  .footer__main-text {
    font-size: 14px;
    line-height: 24px;
  }
  .footer__main-phone {
    width: 100%;
    margin-bottom: unset;
  }
  .footer__main-copyright {
    display: none;
  }
  .footer__bottom {
    gap: 30px;
  }
  .footer__bottom-links {
    gap: unset;
    width: 100%;
    justify-content: space-between;
  }
  .footer__bottom-links li a {
    font-size: 13px;
  }
  .footer__bottom-social {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 429px) {
  .reviews__content-trustpilot {
    display: none;
  }
}
@media (max-width: 400px) {
  .why-us__cards-elem {
    max-width: unset;
  }
}
@media (max-width: 375px) {
  .header__logo {
    gap: 3px;
  }
  .header__logo-icon {
    width: 30px;
    height: 30px;
  }
  .header__logo-name {
    font-size: 14px;
  }
  .header__links-phone {
    padding: 10px;
  }

  .introduction__title {
    font-size: 30px;
  }
  .introduction__strengths-item {
    font-size: 16px;
  }
  .introduction__strengths-item + .introduction__strengths-item {
    margin-top: 15px;
  }
  .introduction__strengths-item__icon {
    width: 30px;
    height: 30px;
  }
}
@media (hover: hover) {
  .header__logo:hover {
    opacity: .3;
  }
  .header__links-list li a:hover {
    color: #009CB1;
  }
  .header__links-phone:hover {
    color: #009CB1;
    background-color: #fff;
  }

  .introduction__links-price:hover {
    color: #fff;
    background-color: #D7443A;
  }
  .introduction__links-phone:hover {
    background-color: #333;
  }
  .introduction__links-phone:hover .introduction__links-phone__number {
    color: #FAE348;
  }
  .introduction__links-phone:hover svg path {
    fill: #FAE348;
  }

  .reviews__top-buttons__prev:hover, .reviews__top-buttons__next:hover {
    opacity: .3;
  }
  .reviews__pagination {
    margin: 0 auto 72px;
    width: fit-content !important;
  }
  .reviews__pagination .swiper-pagination-bullet:hover {
    opacity: unset;
  }
  .reviews__phone:hover {
    color: #FAE348;
    background-color: #000;
  }

  .prices__top-switch:hover {
    color: #fff;
    background-color: #009CB1;
  }
  .prices__list-card__phone:hover {
    color: #FAE348;
    background-color: #333;
  }
  .prices__prev:hover, .prices__next:hover {
    opacity: .9;
  }
  .prices__list-hide:hover {
    color: #fff;
    background-color: #009CB1;
  }

  .advantages__info-phone:hover {
    color: #FAE348;
    background-color: #333;
  }

  .why-us__phone:hover {
    color: #FAE348;
    background-color: #333;
  }

  .about__info-phone:hover {
    color: #FAE348;
    background-color: #000;
  }

  .discount__info-phone:hover {
    color: #FAE348;
    background-color: #000;
  }

  .contacts__card:first-child .contacts__card-link:hover, .contacts__card:nth-child(2) .contacts__card-link:hover {
    color: #EF6D58;
  }

  .footer__main-phone:hover {
    color: #009CB1;
    background-color: #fff;
  }
  .footer__bottom-logo:hover {
    opacity: .3;
  }
  .footer__bottom-links li a:hover {
    color: #009CB1;
  }
  .footer__bottom-social a:hover {
    opacity: .3;
  }
}
@media (hover: none) {
  .header__logo:active {
    opacity: .3;
  }
  .header__links-list li a:active {
    color: #009CB1;
  }
  .header__links-phone:active {
    color: #009CB1;
    background-color: #fff;
  }

  .introduction__links-price:active {
    color: #fff;
    background-color: #D7443A;
  }
  .introduction__links-phone:active {
    background-color: #333;
  }
  .introduction__links-phone:active .introduction__links-phone__number {
    color: #FAE348;
  }
  .introduction__links-phone:active svg path {
    fill: #FAE348;
  }

  .reviews__top-buttons__prev:active, .reviews__top-buttons__next:active {
    opacity: .3;
  }
  .reviews__pagination {
    margin: 0 auto 72px;
    width: fit-content !important;
  }
  .reviews__pagination .swiper-pagination-bullet:active {
    opacity: unset;
  }
  .reviews__phone:active {
    color: #FAE348;
    background-color: #000;
  }

  .prices__top-switch:active {
    color: #fff;
    background-color: #009CB1;
  }
  .prices__list-card__phone:active {
    color: #FAE348;
    background-color: #333;
  }
  .prices__prev:active, .prices__next:active {
    opacity: .9;
  }
  .prices__list-hide:active {
    color: #fff;
    background-color: #009CB1;
  }

  .advantages__info-phone:active {
    color: #FAE348;
    background-color: #333;
  }

  .why-us__phone:active {
    color: #FAE348;
    background-color: #333;
  }

  .about__info-phone:active {
    color: #FAE348;
    background-color: #000;
  }

  .discount__info-phone:active {
    color: #FAE348;
    background-color: #000;
  }

  .contacts__card:first-child .contacts__card-link:active, .contacts__card:nth-child(2) .contacts__card-link:active {
    color: #EF6D58;
  }

  .footer__main-phone:active {
    color: #009CB1;
    background-color: #fff;
  }
  .footer__bottom-logo:active {
    opacity: .3;
  }
  .footer__bottom-links li a:active {
    color: #009CB1;
  }
  .footer__bottom-social a:active {
    opacity: .3;
  }
}
