*,
*::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: "Nunito Sans", sans-serif;
}

ul {
  list-style: none;
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: unset;
}

h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.6px;
}

h2 {
  font-size: 70px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.4px;
}
@media (max-width: 480px) {
  h2 {
    font-size: 28px;
  }
}

.container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1136px;
  padding: 0 18px;
}

.pre-header {
  padding: 10px 0;
  background: #FAE348;
  border-radius: 0 0 10px 10px;
}
.pre-header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pre-header__contacts {
  gap: 25px;
  display: flex;
  align-items: center;
}
.pre-header__contacts-link {
  color: #009CB1;
  font-size: 16px;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 700;
}
.pre-header__contacts-link__icon {
  max-width: 22px;
}
.pre-header__contacts-divider {
  width: 1px;
  height: 18px;
  background-color: #009CB1;
}
.pre-header__social {
  display: flex;
  gap: 17px;
}
.pre-header__social-link {
  max-height: 30px;
}

.header {
  padding-top: 30px;
}
.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header__logo {
  gap: 4px;
  display: flex;
  align-items: center;
}
.header__logo-icon {
  width: 36px;
  height: 36px;
}
.header__logo-name {
  color: #000;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.header__menu {
  gap: 60px;
  display: flex;
  align-items: center;
}
.header__menu-nav__list {
  gap: 40px;
  display: flex;
  align-items: center;
}
.header__menu-nav__list li a {
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.07px;
}
.header__menu-nav__phone {
  display: none;
}
.header__menu-phone {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding: 8px 15px;
  border-radius: 8px;
  background-color: #009CB1;
  border: 2px solid #009CB1;
}
.header__menu-toggle {
  display: none;
}
.header__menu-toggle__burger {
  display: none;
}
.header__menu-toggle__cross {
  display: none;
}

.introduction__inner {
  width: 100%;
  position: relative;
  padding: 68px 0 86px;
}
.introduction__info-title {
  margin-bottom: 24px;
  max-width: 390px;
}
.introduction__info-price {
  color: #D7443A;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
}
.introduction__info-advantages {
  gap: 22px;
  display: flex;
  align-items: center;
  margin-bottom: 41px;
}
.introduction__info-advantages__item {
  padding-left: 24px;
  position: relative;
  font-weight: 700;
  color: #009CB1;
  font-size: 14px;
}
.introduction__info-advantages__item::before {
  content: url("../../assets/icons/introduction/checkmark-with-blue-border.svg");
  position: absolute;
  top: 0;
  left: 0;
}
.introduction__info-image {
  display: none;
}
.introduction__info-phone {
  background-color: #FAE348;
  border: 1px solid #FAE348;
  padding: 15px 124px;
  display: inline-flex;
  border-radius: 0 20px;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.introduction__info-phone__text {
  width: 100%;
  transition: unset;
}
.introduction__info-phone__number {
  width: 100%;
  text-decoration: underline;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  transition: unset;
}
.introduction__info-phone__number svg {
  margin-left: -24px;
}
.introduction__image {
  right: 0;
  top: 5px;
  position: absolute;
  z-index: -1;
}

.strengths__inner {
  gap: 12px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.strengths__card {
  width: 266px;
  text-align: center;
  padding: 16px 0 32px;
  border-radius: 0 20px;
  background-color: #fff;
  box-shadow: 0px -2px 2px 0px rgba(250, 227, 72, 0.15);
}
.strengths__card-icon {
  margin-bottom: 14px;
}
.strengths__card-text {
  font-size: 18px;
  font-weight: 600;
}

.team {
  color: #fff;
  margin-top: -75px;
  padding: 175px 0 68px;
  background-color: #333;
}
.team__inner {
  width: 100%;
  position: relative;
}
.team__title {
  margin-bottom: 12px;
  text-align: center;
}
.team__text {
  font-size: 20px;
  font-weight: 700;
  max-width: 567px;
  line-height: 125%;
  text-align: center;
  margin: 0 auto 40px;
  letter-spacing: -0.4px;
}
.team__members {
  width: 100%;
  max-width: 852px;
  margin: 0 auto;
  padding-top: 20px;
}
.team__members-card {
  display: flex;
  border-radius: 0 0 0 23px;
  border-left: 5px solid #80783B;
}
.team__members-card__avatar {
  width: 181px;
  height: 121px;
  flex-shrink: 0;
  border-radius: 0 0 0 20px;
}
.team__members-card__info {
  background-color: #fff;
  border-radius: 0 20px 0 0;
  padding: 20px 19px 0 23px;
  color: #333;
}
.team__members-card__info .members-card__info-name {
  font-size: 18px;
  line-height: 125%;
  margin-bottom: 7px;
  font-weight: 700;
}
.team__members-card__info .members-card__info-experience {
  font-size: 12px;
  line-height: 149%;
  margin-bottom: 7px;
}
.team__members-card__info .members-card__info-completed {
  font-size: 14px;
  line-height: 149%;
}
.team__members-next {
  right: 0;
  top: 233px;
  cursor: pointer;
  position: absolute;
}
.team__members-prev {
  left: 0;
  top: 233px;
  cursor: pointer;
  position: absolute;
  transform: rotate(180deg);
}
.team__members-pagination {
  text-align: center;
  margin-top: 27px;
}
.team__members-pagination .swiper-pagination-bullet {
  background-color: unset;
  width: 10px;
  height: 10px;
  border: 2px solid #FAE348;
}
.team__members-pagination .swiper-pagination-bullet-active {
  background-color: #FAE348;
}

.reviews {
  padding: 100px 0;
}
.reviews__inner {
  width: 100%;
  position: relative;
}
.reviews__title {
  text-align: center;
  margin-bottom: 12px;
}
.reviews__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 125%;
  text-align: center;
  margin-bottom: 56px;
  letter-spacing: -0.4px;
}
.reviews__list {
  margin: 0 auto 37px;
  max-width: 855px;
  padding: 20px 0 !important;
}
.reviews__list .swiper-slide {
  transform: skewX(-20deg) !important;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.reviews__list-card {
  position: relative;
  transform: skewX(0deg);
  box-shadow: 0 2px 2px rgba(250, 227, 72, 0.2);
  border: 1px solid #FFFBDD;
  border-radius: 7px;
  max-width: 420px;
  width: 100%;
  height: 160px;
}
.reviews__list-card:nth-child(odd)::before {
  position: absolute;
  content: url("../../assets/icons/reviews/rectangle.svg");
  top: -16px;
  left: 0;
}
.reviews__list-card:nth-child(even)::after {
  position: absolute;
  content: url("../../assets/icons/reviews/rectangle.svg");
  right: 0;
  bottom: -15px;
  transform: rotate(180deg);
}
.reviews__list-card__content {
  transform: skewX(20deg);
  padding: 18px 48px;
  position: relative;
  height: 155px;
}
.reviews__list-card__content::before {
  position: absolute;
  content: url("../../assets/icons/reviews/quotes.svg");
  top: 13px;
  right: 0;
}
.reviews__list-card__name {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 9px;
}
.reviews__list-card__text {
  color: #303030;
  font-size: 14px;
  line-height: 22px;
}
.reviews__list-card__date {
  color: rgba(53, 52, 52, 0.7);
  font-size: 12px;
  line-height: 28px;
  position: absolute;
  bottom: 3px;
  left: 48px;
}
.reviews__pagination {
  text-align: center;
  display: none;
  margin-bottom: 32px;
}
.reviews__pagination .swiper-pagination-bullet {
  background-color: unset;
  width: 10px;
  height: 10px;
  border: 2px solid #FAE348;
}
.reviews__pagination .swiper-pagination-bullet-active {
  background-color: #FAE348;
}
.reviews__prev {
  position: absolute;
  left: 0;
  bottom: 173px;
  transform: rotate(180deg);
  cursor: pointer;
}
.reviews__next {
  position: absolute;
  right: 0;
  bottom: 173px;
  cursor: pointer;
}
.reviews__phone {
  margin: 0 auto;
  border-radius: 0 10px;
  color: #009CB1;
  border: 2px solid #009CB1;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 248px;
  width: 100%;
  justify-content: center;
  padding: 17px 0;
}

.prices {
  background-color: #333;
  padding: 66px 0 90px;
}
.prices__inner {
  width: 100%;
  position: relative;
}
.prices__inner::before {
  position: absolute;
  content: url("../../assets/icons/prices/left-top-corner-rectangle.svg");
  top: -79px;
  left: -170px;
}
.prices__inner::after {
  position: absolute;
  content: url("../../assets/icons/prices/right-top-corner-rectangle.svg");
  top: -79px;
  right: -170px;
}
.prices__title {
  margin-bottom: 40px;
  color: #fff;
  width: 100%;
  text-align: center;
}
.prices__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.prices__list-card {
  border-radius: 20px 0;
  background-color: #FAE348;
  width: 353px;
  text-align: center;
  padding: 32px 22px 25px 11px;
}
.prices__list-card__name {
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.48px;
  margin-bottom: 40px;
  position: relative;
}
.prices__list-card__name svg {
  position: absolute;
  right: 50px;
  top: 17px;
}
.prices__list-card__price {
  color: #333;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: -0.36px;
  margin-bottom: 49px;
}
.prices__list-card__price span {
  text-decoration: underline;
  transition: unset;
}
.prices__list-card__phone {
  border-radius: 0 10px;
  background-color: #009CB1;
  padding: 9px 0;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.36px;
}

.about {
  padding: 100px 0;
}
.about__inner {
  width: 100%;
}
.about__title {
  color: #000;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1px;
  max-width: 664px;
  margin-bottom: 40px;
  position: relative;
}
.about__title::after {
  content: url("../../assets/icons/about/desktop-rectangle.svg");
  position: absolute;
  top: 0;
  right: -304px;
}
.about__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about__content-button_wrapper {
  display: flex;
  position: relative;
  padding-bottom: 10px;
  align-items: flex-end;
}
.about__content-phone {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 60px;
  padding: 10px 62px;
  border-radius: 0 10px;
  background-color: #FAE348;
  font-size: 18px;
  font-weight: 700;
}
.about__content-phone__number {
  text-decoration: underline;
  transition: unset;
}
.about__content-text {
  max-width: 767px;
  color: #000;
  font-size: 18px;
  line-height: 190%;
  letter-spacing: -0.36px;
}

.advantages {
  background-color: #333;
  padding: 40px 0 77px;
  color: #fff;
}
.advantages__inner {
  width: calc(100% - 92px);
  position: relative;
}
.advantages__title {
  margin-bottom: 50px;
  text-align: center;
}
.advantages__slider .swiper-slide {
  max-width: 320px;
  height: 216px;
}
.advantages__slider .swiper-slide:nth-child(odd) {
  margin-top: 50px;
}
.advantages__slider-card {
  border-radius: 0 20px;
  background-color: #fff;
  color: #000;
  text-align: center;
  padding-top: 6px;
}
.advantages__slider-card__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.48px;
}
.advantages__slider-card__text {
  max-width: 248px;
  text-align: center;
  font-size: 14px;
  line-height: 125%;
  margin: 0 auto;
}
.advantages__slider-pagination {
  text-align: center;
  margin-top: 27px;
}
.advantages__slider-pagination .swiper-pagination-bullet {
  background-color: unset;
  width: 10px;
  height: 10px;
  border: 2px solid #FAE348;
}
.advantages__slider-pagination .swiper-pagination-bullet-active {
  background-color: #FAE348;
}
.advantages__prev {
  position: absolute;
  left: -46px;
  bottom: 160px;
  transform: rotate(180deg);
  cursor: pointer;
}
.advantages__next {
  position: absolute;
  right: -47px;
  bottom: 160px;
  cursor: pointer;
}

.available {
  padding: 100px 0;
}
.available__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #000;
}
.available__title {
  max-width: 604px;
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1px;
}
.available__text {
  max-width: 406px;
  position: relative;
  font-size: 24px;
  line-height: 125%;
}
.available__text::after {
  position: absolute;
  content: url("../../assets/icons/available/rectangle.svg");
  top: -60px;
  left: -10px;
}

.discount {
  padding: 0 0 100px 0;
  margin: 0 auto;
  text-align: center;
}
.discount__image {
  max-width: 1400px;
  width: 100%;
  height: 245px;
}
.discount__image--mobile {
  display: none;
}
.discount__content {
  margin: -122px auto 0;
  border-radius: 20px 0;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 0 0 rgba(250, 227, 72, 0.15);
  max-width: 612px;
  width: 100%;
  text-align: center;
  padding: 27px 0 25px;
}
.discount__content-title {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 125%;
  margin-bottom: 33px;
}
.discount__content-phone {
  display: inline-flex;
  align-items: center;
  height: 60px;
  padding: 8px 60px;
  gap: 5px;
  border-radius: 0 10px;
  background-color: #009CB1;
  border: 2px solid #009CB1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.discount__content-phone__number {
  transition: unset;
  text-decoration: underline;
}

.achievements {
  padding: 31px 0 43px;
  background-color: #333;
}
.achievements__inner {
  width: 100%;
  color: #fff;
}
.achievements__title {
  margin-bottom: 32px;
  text-align: center;
}
.achievements__image {
  display: block;
  margin: 0 auto 41px;
}
.achievements__numbers {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 20px;
}
.achievements__numbers-item:nth-child(1) .achievements__numbers-item__title::before {
  left: -32px;
}
.achievements__numbers-item:nth-child(2) .achievements__numbers-item__title::before {
  left: -12px;
}
.achievements__numbers-item:nth-child(3) .achievements__numbers-item__title::before {
  left: -31px;
}
.achievements__numbers-item:nth-child(4) .achievements__numbers-item__title::before, .achievements__numbers-item:nth-child(5) .achievements__numbers-item__title::before {
  left: 11px;
}
.achievements__numbers-item__title {
  position: relative;
  color: #FAE348;
  font-size: 24px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 6px;
  text-align: center;
}
.achievements__numbers-item__title::before {
  position: absolute;
  content: '';
  width: 60px;
  height: 52px;
  top: -28px;
  background-image: url("../../assets/icons/achievements/checkmark-with-yellow-border.svg");
  background-repeat: no-repeat;
}
.achievements__numbers-item__text {
  font-size: 18px;
  line-height: 125%;
  text-align: center;
}

.faq {
  padding: 80px 0 90px;
}
.faq__inner {
  width: 100%;
}
.faq__title {
  text-align: center;
  margin-bottom: 34px;
}
.faq__list {
  border-top: 2px solid rgba(0, 156, 177, 0.2);
}
.faq__list-elem {
  border-bottom: 2px solid rgba(0, 156, 177, 0.2);
  color: #009CB1;
}
.faq__list-elem.opened .faq__list-elem__question svg {
  transform: rotate(45deg);
}
.faq__list-elem.opened .faq__list-elem__answer {
  padding: 16px 12px;
}
.faq__list-elem__question {
  padding: 30px 0;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #009CB1;
  font-size: 18px;
  line-height: 130%;
}
.faq__list-elem__answer {
  font-size: 16px;
  line-height: 130%;
  background-color: rgba(0, 156, 177, 0.1);
  color: #009CB1;
  overflow: hidden;
  height: 0;
}

.contacts {
  padding-bottom: 100px;
}
.contacts__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts__info {
  width: 100%;
  max-width: 367px;
}
.contacts__info-title {
  font-size: 50px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1px;
  margin-bottom: 28px;
}
.contacts__info-image {
  display: none;
}
.contacts__info-list {
  color: #000;
  font-size: 16px;
  line-height: 120%;
  margin-bottom: 45px;
}
.contacts__info-list li:nth-child(1)::before {
  position: absolute;
  content: url("../../assets/icons/location-tag.svg");
  top: -4px;
  left: -3px;
}
.contacts__info-list li:nth-child(2)::before {
  position: absolute;
  content: url("../../assets/icons/clock.svg");
  top: 0;
  left: 0;
}
.contacts__info-list li:nth-child(3)::before {
  position: absolute;
  content: url("../../assets/icons/envelope.svg");
  top: 0;
  left: 0;
}
.contacts__info-list li {
  position: relative;
  padding-left: 37px;
}
.contacts__info-list li + li {
  margin-top: 24px;
}
.contacts__info-phone {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 60px;
  padding: 8px 60px 8px 61px;
  border-radius: 0 10px;
  background-color: #009CB1;
  border: 2px solid #009CB1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.contacts__info-phone__number {
  transition: unset;
  text-decoration: underline;
}

.footer {
  background-color: #333;
  color: #fff;
  padding: 65px 0 50px;
}
.footer a {
  color: #fff;
}
.footer__container {
  width: 100%;
  margin: 0 auto;
  max-width: 1276px;
  padding: 0 18px;
}
.footer__inner {
  width: 100%;
}
.footer__main {
  padding-bottom: 49px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}
.footer__main-summary__logo {
  font-size: 26px;
  font-weight: 900;
  line-height: 113.5%;
  letter-spacing: 0.13px;
  margin-bottom: 48px;
}
.footer__main-summary__copyright {
  font-size: 14px;
  max-width: 244px;
  line-height: 152%;
  letter-spacing: 0.07px;
}
.footer__main-sitemap__title {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.09px;
  margin-bottom: 16px;
}
.footer__main-sitemap__links ul li + li {
  margin-top: 11px;
}
.footer__main-sitemap__links ul li a {
  font-size: 14px;
  letter-spacing: 0.07px;
  text-transform: uppercase;
}
.footer__main-contacts__title {
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 12px;
}
.footer__main-contacts__cta {
  font-size: 14px;
  line-height: 155.5%;
  letter-spacing: 0.07px;
  margin-bottom: 6px;
}
.footer__main-contacts__phone {
  display: flex;
  height: 52px;
  margin-bottom: 29px;
}
.footer__main-contacts__phone .footer__contacts-phone__number {
  color: #009CB1;
  font-size: 20px;
  font-weight: 700;
  line-height: 113.5%;
  letter-spacing: 1px;
  border-radius: 0 0 0 10px;
  background-color: #fff;
  padding: 16px 0 16px 16px;
  max-width: 230px;
  width: 100%;
  border: 2px solid #fff;
}
.footer__main-contacts__phone .footer__contacts-phone__link {
  background-color: #009CB1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 69px;
  border-radius: 0 10px 0 0;
}
.footer__main-contacts__social {
  display: flex;
  gap: 20px;
}
.footer__main-scroll {
  border-radius: 10px 0;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__bottom {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom-privacy {
  gap: 35px;
  display: flex;
  align-items: center;
}
.fixed-phone {
  display: none;
}
@media (max-width: 1400px) {
  .prices__inner::before, .prices__inner::after {
    content: unset;
  }
}
@media (max-width: 1200px) {
  .about__title {
    max-width: unset;
  }
  .about__title::after {
    content: unset;
  }
  .about__content {
    gap: 20px;
    flex-direction: column-reverse;
  }
  .about__content-text {
    max-width: unset;
  }
}
@media (max-width: 1024px) {
  .available__inner {
    align-items: center;
  }
  .available__title {
    max-width: 400px;
  }

  .contacts__image {
    width: 356px;
    height: 264px;
  }
}
@media (max-width: 950px) {
  .pre-header {
    display: none;
  }

  .header {
    padding-top: 20px;
  }
  .header__menu {
    gap: 20px;
  }
  .header__menu-nav__list {
    gap: 15px;
  }

  .introduction__image {
    width: 50%;
    top: 85px;
  }

  .strengths__inner {
    flex-wrap: wrap;
  }

  .team__members-card {
    border-left: unset;
  }
  .team__members-card__avatar {
    width: 121px;
    height: 102px;
  }
  .team__members-prev, .team__members-next {
    display: none;
  }

  .reviews__prev, .reviews__next {
    display: none;
  }

  .advantages__inner {
    width: 100%;
  }
  .advantages__prev, .advantages__next {
    display: none;
  }

  .available {
    display: none;
  }

  .achievements__image {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .pre-header.opened {
    display: block;
    border-radius: unset;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1000;
  }
  .pre-header.opened .pre-header__contacts-divider, .pre-header.opened .pre-header__contacts-link:last-child {
    display: none;
  }
  .pre-header.opened .pre-header__social {
    gap: 10px;
  }
  .pre-header.opened .pre-header__social-link:first-child {
    display: none;
  }

  .pre-header.opened ~ main::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #393939B2;
    z-index: 10;
  }

  .header__inner {
    align-items: center;
  }
  .header__menu-nav {
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 1000;
    padding: 13px 18px 37px 18px;
    display: none;
  }
  .header__menu-nav.opened {
    display: block;
  }
  .header__menu-nav__list {
    display: block;
    margin-bottom: 70px;
  }
  .header__menu-nav__list li {
    padding: 20px 0;
  }
  .header__menu-nav__list li a {
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 113.5%;
    letter-spacing: 0.12px;
    padding: 20px 0;
  }
  .header__menu-nav__phone {
    display: block;
    border-radius: 10px 0;
    background-color: #FAE348;
    width: 100%;
    max-width: 357px;
    color: #333;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    padding: 10px 0;
  }
  .header__menu-nav__phone div {
    text-decoration: underline;
  }
  .header__menu-phone {
    display: none;
  }
  .header__menu-toggle {
    display: block;
    background-color: unset;
    border: unset;
    cursor: pointer;
  }
  .header__menu-toggle__burger {
    display: block;
  }
  .header__menu-toggle.opened {
    position: absolute;
    z-index: 1001;
    top: 63px;
    right: 18px;
  }
  .header__menu-toggle.opened .header__menu-toggle__burger {
    display: none;
  }
  .header__menu-toggle.opened .header__menu-toggle__cross {
    display: block;
  }

  .introduction__info-title {
    max-width: unset;
  }
  .introduction__info-phone {
    display: block;
  }
  .introduction__image {
    display: none;
  }

  .strengths {
    padding-top: 50px;
    background-color: #333;
  }

  .team {
    margin-top: unset;
    padding-top: 50px;
  }
  .team__members .swiper-slide {
    width: fit-content !important;
  }
  .team__members-card {
    border-left: 5px solid #80783B;
  }
  .team__members-card__info {
    padding: 18px 17px 0 14px;
  }
  .team__members-card__info .members-card__info-name {
    font-size: 16px;
  }
  .team__members-card__info .members-card__info-experience {
    font-size: 10px;
  }

  .reviews {
    padding: 40px 0;
  }

  .contacts__inner {
    justify-content: center;
  }
  .contacts__info-image {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
  .contacts__image {
    display: none;
  }
}
@media (max-width: 480px) {
  .pre-header.opened .pre-header__contacts-link:first-child {
    font-size: 14px;
    color: #000;
    gap: 8px;
  }
  .pre-header__social-link img {
    width: 24px;
    height: 24px;
  }

  .introduction__inner {
    padding: 23px 0 50px;
  }
  .introduction__image {
    display: none;
  }
  .introduction__info-title {
    font-size: 32px;
    margin-bottom: 12px;
  }
  .introduction__info-advantages {
    display: block;
  }
  .introduction__info-advantages__item {
    font-size: 18px;
  }
  .introduction__info-advantages__item + .introduction__info-advantages__item {
    margin-top: 19px;
  }
  .introduction__info-image {
    width: 100%;
    display: block;
    margin: -65px 0 0 0;
  }
  .introduction__info-phone {
    width: 100%;
    padding: 10px 0;
  }

  .strengths {
    padding-top: 25px;
  }
  .strengths__card {
    width: 100%;
  }

  .team {
    padding: 25px 0 30px;
  }
  .team__title {
    margin-bottom: 12px;
  }
  .team__text {
    font-size: 16px;
    letter-spacing: -0.32px;
  }
  .team__members-card__info {
    padding-top: 11px;
  }

  .reviews__list {
    margin-bottom: unset;
  }
  .reviews__pagination {
    display: block;
  }

  .prices {
    padding: 40px 0;
  }
  .prices__title {
    max-width: 170px;
    margin: 0 auto 33px;
  }
  .prices__list {
    gap: 15px;
  }
  .prices__list-card {
    width: 100%;
    padding: 25px 22px;
  }
  .prices__list-card__name {
    margin-bottom: 10px;
  }
  .prices__list-card__name svg {
    display: none;
  }
  .prices__list-card__price {
    margin-bottom: 10px;
  }

  .about {
    padding: 40px 0;
  }
  .about__title {
    font-size: 24px;
    line-height: 160%;
    letter-spacing: -0.48px;
    margin-bottom: 15px;
  }
  .about__content-phone {
    width: 100%;
    justify-content: center;
  }
  .about__content-text {
    font-size: 14px;
    line-height: 170%;
  }
  .about__content-text p:first-child {
    margin-bottom: 10px;
  }

  .advantages__slider .swiper-slide {
    max-width: 238px;
    height: 181px;
  }
  .advantages__slider .swiper-slide:nth-child(odd) {
    margin-top: 27px;
  }
  .advantages__slider-card {
    padding: 10px;
  }
  .advantages__slider-card__icon {
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
  }
  .advantages__slider-card__title {
    font-size: 18px;
    letter-spacing: unset;
    margin-bottom: 6px;
  }

  .available {
    display: block;
    padding: 40px 0 60px;
  }
  .available__inner {
    flex-wrap: wrap;
    position: relative;
  }
  .available__inner::before {
    content: url("../../assets/icons/available/rectangle-mobile.svg");
    position: absolute;
    left: 0;
    top: 69px;
  }
  .available__title {
    font-size: 24px;
    line-height: 160%;
    letter-spacing: -0.48px;
    gap: 18px;
    max-width: unset;
  }
  .available__text {
    max-width: 246px;
    margin-left: auto;
    font-size: 14px;
    line-height: 160%;
  }
  .available__text::after {
    content: unset;
  }

  .discount__image {
    display: none;
  }
  .discount__image--mobile {
    display: block;
    width: 100%;
  }

  .achievements__numbers-item:nth-child(1) .achievements__numbers-item__title::before {
    left: -24px;
  }
  .achievements__numbers-item:nth-child(2) {
    margin-top: 70px;
  }
  .achievements__numbers-item:nth-child(2) .achievements__numbers-item__title::before {
    left: -10px;
  }
  .achievements__numbers-item:nth-child(3) .achievements__numbers-item__title::before {
    left: -23px;
  }
  .achievements__numbers-item:nth-child(1) .achievements__numbers-item__title::before {
    left: -24px;
  }
  .achievements__numbers-item:nth-child(1) .achievements__numbers-item__title::before {
    left: -24px;
  }
  .achievements__numbers-item__title {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .achievements__numbers-item__title::before {
    background-size: 31px 27px;
    top: -7px;
  }
  .achievements__numbers-item__text {
    font-size: 14px;
  }

  .faq {
    padding: 40px 0;
  }
  .faq__list-elem__question {
    padding: 25px 10px 25px 0;
  }
  .faq__list-elem__question div {
    max-width: 237px;
    font-size: 14px;
  }
  .faq__list-elem__answer {
    font-size: 12px;
    line-height: 160%;
  }

  .contacts {
    padding: 10px 0 40px;
  }
  .contacts__info-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
  }
  .contacts__info-list {
    margin-bottom: 30px;
  }
  .contacts__info-phone {
    justify-content: center;
    width: 100%;
  }

  .footer {
    padding: 20px 0 30px;
  }
  .footer__main {
    gap: 28px;
  }
  .footer__main-summary__logo {
    margin-bottom: 24px;
  }
  .footer__main-summary__copyright {
    max-width: unset;
  }
  .footer__main-contacts {
    width: 100%;
  }
  .footer__main-contacts__social {
    justify-content: space-between;
  }
  .footer__main-scroll {
    display: none;
  }
  .fixed-phone {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 0 10px 5px;
  }
  .fixed-phone__inner {
    background-color: #FAE348;
    border: 1px solid #FAE348;
    padding: 15px 0;
    display: inline-flex;
    border-radius: 0 20px;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
  }
  .fixed-phone__text {
    width: 100%;
    transition: unset;
  }
  .fixed-phone__number {
    width: 100%;
    text-decoration: underline;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    transition: unset;
  }
  .fixed-phone__number svg {
    margin-left: -24px;
  }
}
@media (max-width: 400px) {
  .discount {
    padding: 0 0 40px 0;
  }
  .discount__content {
    padding: 18px 18px 14px 18px;
    margin-top: -75px;
  }
  .discount__content-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.48px;
    max-width: 203px;
    margin: 0 auto;
  }
  .discount__content-phone {
    height: unset;
    padding: 8px 0;
    width: 100%;
    justify-content: center;
  }

  .prices__inner::before {
    content: url("../../assets/icons/prices/left-top-corner-rectangle.svg");
    top: -53px;
    left: -75px;
  }
  .prices__inner::after {
    content: url("../../assets/icons/prices/right-top-corner-rectangle--mobile.svg");
    top: -53px;
    right: -18px;
  }

  .footer a {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .reviews__list-card__content {
    height: 180px;
  }

  .available__inner::before {
    content: unset;
  }
  .available__text {
    max-width: unset;
  }

  .discount__inner::before {
    left: -22px;
  }

  .achievements__numbers {
    justify-content: center;
  }
}
@media (max-width: 370px) {
  .achievements__numbers-item {
    width: 100%;
  }
  .achievements__numbers-item__title::before {
    content: unset;
  }
  .achievements__numbers-item:nth-child(2) {
    margin-top: unset;
  }
}
@media (hover: hover) {
  .pre-header__contacts-link:hover, .pre-header__social-link:hover {
    opacity: .6;
  }

  .header__logo:hover {
    opacity: .6;
  }
  .header__menu-phone:hover {
    color: #009CB1;
    background-color: #fff;
  }
  .header__menu-nav__list li a:hover {
    color: #009CB1;
  }

  .introduction__info-phone:hover {
    color: #FAE348;
    background-color: #333;
    border-color: #333;
  }
  .introduction__info-phone:hover svg path {
    fill: #FAE348;
  }

  .team__members-prev:hover,
  .team__members-next:hover {
    opacity: .7;
  }

  .reviews__prev:hover,
  .reviews__next:hover {
    opacity: .7;
  }

  .reviews__phone:hover {
    color: #fff;
    background-color: #009CB1;
  }
  .reviews__phone:hover svg path {
    fill: #fff;
  }

  .prices__list-card:hover {
    background-color: #009CB1;
    color: #fff;
  }
  .prices__list-card:hover svg path {
    fill: #fff;
  }
  .prices__list-card:hover .prices__list-card__name, .prices__list-card:hover .prices__list-card__price {
    color: #fff;
  }
  .prices__list-card:hover .prices__list-card__phone {
    color: #333;
    background-color: #fff;
  }

  .about__content-phone:hover {
    color: #FAE348;
    background-color: #333;
  }

  .advantages__prev:hover,
  .advantages__next:hover {
    opacity: .7;
  }

  .discount__content-phone:hover {
    background-color: transparent;
    color: #009CB1;
  }

  .faq__list-elem:hover .faq__list-elem__question {
    opacity: .7;
  }

  .contacts__info-phone:hover {
    color: #009CB1;
    background-color: #fff;
  }

  .footer__contacts-phone__link:hover {
    background-color: #fff;
  }
  .footer__contacts-phone__link:hover svg path {
    fill: #009CB1;
  }
  .footer__main-scroll:hover {
    background-color: #009CB1;
  }
  .footer__main-scroll:hover svg path {
    fill: #fff;
  }
  .footer__main-sitemap__links ul li a:hover {
    color: #009CB1;
  }
  .footer__main-contacts__social a:hover {
    opacity: .6;
  }
  .footer__bottom a:hover {
    color: #009CB1;
  }
}
@media (hover: none) {
  .pre-header__contacts-link:active, .pre-header__social-link:active {
    opacity: .6;
  }

  .header__logo:active {
    opacity: .6;
  }
  .header__menu-phone:active {
    color: #009CB1;
    background-color: #fff;
  }
  .header__menu-nav__list li a:active {
    color: #009CB1;
  }

  .introduction__info-phone:active {
    color: #FAE348;
    background-color: #333;
    border-color: #333;
  }
  .introduction__info-phone:active svg path {
    fill: #FAE348;
  }

  .team__members-prev:active,
  .team__members-next:active {
    opacity: .7;
  }

  .reviews__prev:active,
  .reviews__next:active {
    opacity: .7;
  }

  .reviews__phone:active {
    color: #fff;
    background-color: #009CB1;
  }
  .reviews__phone:active svg path {
    fill: #fff;
  }

  .prices__list-card:active {
    background-color: #009CB1;
    color: #fff;
  }
  .prices__list-card:active svg path {
    fill: #fff;
  }
  .prices__list-card:active .prices__list-card__name, .prices__list-card:active .prices__list-card__price {
    color: #fff;
  }
  .prices__list-card:active .prices__list-card__phone {
    color: #333;
    background-color: #fff;
  }

  .about__content-phone:active {
    color: #FAE348;
    background-color: #333;
  }

  .advantages__prev:active,
  .advantages__next:active {
    opacity: .7;
  }

  .discount__content-phone:active {
    background-color: transparent;
    color: #009CB1;
  }

  .faq__list-elem:active .faq__list-elem__question {
    opacity: .7;
  }

  .contacts__info-phone:active {
    color: #009CB1;
    background-color: #fff;
  }

  .footer__contacts-phone__link:active {
    background-color: #fff;
  }
  .footer__contacts-phone__link:active svg path {
    fill: #009CB1;
  }
  .footer__main-scroll:active {
    background-color: #009CB1;
  }
  .footer__main-scroll:active svg path {
    fill: #fff;
  }
  .footer__main-sitemap__links ul li a:active {
    color: #009CB1;
  }
  .footer__main-contacts__social a:active {
    opacity: .6;
  }
  .footer__bottom a:active {
    color: #009CB1;
  }
}
