*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  transition: all .3s;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  color: #001062;
  font-family: "Inter", sans-serif;
}

ul {
  list-style: none;
}

a {
  color: #001062;
  cursor: pointer;
  text-decoration: unset;
}

p {
  color: #333;
}

h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
}

h2 {
  color: #001062;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 480px) {
  h2 {
    font-size: 32px;
  }
}

.container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1156px;
  padding: 0 18px;
}

.pre-header {
  background-color: #EDF1FC;
}
.pre-header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.pre-header__contacts {
  gap: 26px;
  display: flex;
  align-items: center;
}
.pre-header__contacts-link {
  color: #000B41;
  font-size: 16px;
  line-height: 100%;
  padding: 8px 0;
}
.pre-header__social {
  gap: 20px;
  display: flex;
  align-items: center;
}

.header__burger {
  display: none;
  position: relative;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
}
.header__burger span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #001062;
  left: 5px;
  transition: transform .5s, opacity .5s, background-color .5s;
}
.header__burger span:nth-child(1) {
  transform: translateY(-10px);
}
.header__burger span:nth-child(3) {
  transform: translateY(10px);
}
.header__inner {
  width: 100%;
  display: flex;
  padding: 12px 0;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  color: #061164;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  gap: 5px;
  display: flex;
  align-items: center;
}
.header__logo-icon {
  max-width: 40px;
  height: 40px;
}
.header__menu {
  gap: 70px;
  display: flex;
  align-items: center;
}
.header__menu .header__menu-close {
  display: none;
}
.header__menu-navigation ul {
  gap: 23px;
  display: flex;
  align-items: center;
}
.header__menu-navigation ul li a {
  font-size: 16px;
  line-height: 110%;
  padding: 20px 0;
}
.header__menu-phone {
  border-radius: 6px;
  width: fit-content;
  background: #001062;
  border: 2px solid transparent;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  padding: 14px 36px;
  border: 2px solid #001062;
}
@media (max-width: 480px) {
  .header__menu-phone {
    width: 100%;
  }
}
@media (hover: hover) {
  .header__menu-phone:hover {
    color: #001062;
    background: #fff;
    border-color: #001062;
  }
  .header__menu-phone:hover svg {
    transition: unset;
  }
  .header__menu-phone:hover svg path {
    fill: #CC454D;
  }
}
@media (hover: none) {
  .header__menu-phone:active {
    color: #001062;
    background: #fff;
    border-color: #001062;
  }
  .header__menu-phone:active svg {
    transition: unset;
  }
  .header__menu-phone:active svg path {
    fill: #CC454D;
  }
}
.header__menu-phone__mini {
  display: none;
  border-radius: 6px;
  color: #fff;
  background-color: #CC454D;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  padding: 26px 0;
  border: 2px solid #CC454D;
}
.header__menu-phone__mini span {
  text-decoration: underline;
  margin: 0 5px;
  transition: unset;
}
.header.open .header__menu {
  border-top: 1px solid;
}
.header.open .header__menu .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.open .header__inner {
  z-index: 11;
}
.header.open .header__burger span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.header.open .header__burger span:nth-child(2) {
  opacity: 0;
}
.header.open .header__burger span:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
.header.open ~ main::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 111px;
  left: 0;
  z-index: 10;
}

.introduction {
  background: url("../../assets/images/introduction/section-bg.png") no-repeat center;
  background-size: cover;
  padding: 110px 0 115px;
}
.introduction__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.introduction__info {
  max-width: 585px;
}
.introduction__info-supertitle {
  color: #FBFFFE;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 1.56px;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.introduction__info-title {
  margin-bottom: 18px;
}
.introduction__info-text {
  color: #fff;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 63px;
}
.introduction__info-review {
  border-radius: 8px;
  padding: 30px 40px 28px 40px;
  background-color: #EDF1FC;
  display: flex;
  gap: 20px;
  width: fit-content;
  position: relative;
}
.introduction__info-review::after {
  content: "";
  background: url("../../assets/icons/introduction/quotes.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  width: 84px;
  height: 84px;
  right: -42px;
  top: -42px;
}
.introduction__info-review__avatar {
  width: 75px;
  height: 75px;
}
.introduction__info-review__content {
  max-width: 289px;
}
.introduction__info-review__content .introduction__review-content__rating {
  margin-bottom: 10px;
}
.introduction__info-review__content .introduction__review-content__text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 170%;
}
.introduction__info-review__content .introduction__review-content__name {
  color: #001062;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.introduction__strengths {
  background-color: #fff;
  padding: 50px 65px 60px 65px;
}
.introduction__strengths-list {
  margin-bottom: 40px;
}
.introduction__strengths-list li {
  padding-left: 47px;
  position: relative;
  color: #000B41;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}
.introduction__strengths-list li + li {
  margin-top: 21px;
}
.introduction__strengths-list li::before {
  content: '';
  position: absolute;
  background: url("../../assets/icons/checkmark.svg") no-repeat center;
  background-size: contain;
  width: 33px;
  height: 28px;
  left: 0;
  bottom: 0;
}
.introduction__strengths-phone {
  border-radius: 6px;
  color: #fff;
  background-color: #CC454D;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  display: block;
  text-align: center;
  padding: 36px 0;
  border: 2px solid #CC454D;
}
.introduction__strengths-phone__number {
  text-decoration: underline;
  margin: 0 5px;
  transition: unset;
}

.workflow {
  padding: 110px 0;
}
.workflow__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.workflow__info {
  width: 100%;
  max-width: 511px;
}
.workflow__info-supertitle {
  color: #DF2935;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  padding-left: 80px;
  position: relative;
  margin-bottom: 20px;
}
.workflow__info-supertitle::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  top: 8px;
  left: 0;
  background-color: #DF2935;
}
@media (max-width: 480px) {
  .workflow__info-supertitle {
    font-size: 12px;
  }
}
.workflow__info-title {
  color: #001062;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .workflow__info-title {
    font-size: 32px;
  }
}
.workflow__info-steps {
  max-width: 500px;
}
.workflow__info-steps__card {
  gap: 50px;
  display: flex;
  align-items: center;
}
.workflow__info-steps__card .workflow__card-info__title {
  color: #000B41;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.workflow__info-steps__card .workflow__card-info__description {
  color: #333;
  font-size: 16px;
  line-height: 170%;
}
.workflow__info-steps__divider {
  margin: 30px 0;
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
}
.workflow__images-main {
  max-width: 518px;
  height: 490px;
  width: 100%;
  margin-bottom: 38px;
  border-radius: 8px;
}
.workflow__images-description {
  gap: 30px;
  display: flex;
  align-items: center;
}
.workflow__images-description__image {
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
  border-radius: 8px;
}
.workflow__images-description__text {
  max-width: 390px;
  line-height: 170%;
}

.why-us {
  background-color: #EDF1FC;
  padding: 120px 0;
}
.why-us__inner {
  width: 100%;
}
.why-us__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.why-us__top-info__supertitle {
  color: #DF2935;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  padding-left: 80px;
  position: relative;
  margin-bottom: 20px;
}
.why-us__top-info__supertitle::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  top: 8px;
  left: 0;
  background-color: #DF2935;
}
@media (max-width: 480px) {
  .why-us__top-info__supertitle {
    font-size: 12px;
  }
}
.why-us__top-info__title {
  color: #001062;
  font-size: 44px;
  font-weight: 700;
  line-height: 140%;
  max-width: 481px;
}
@media (max-width: 480px) {
  .why-us__top-info__title {
    font-size: 32px;
  }
}
.why-us__top-numbers {
  gap: 26px;
  display: flex;
  align-items: center;
}
.why-us__top-numbers__elem {
  color: #001062;
  font-size: 44px;
  font-weight: 700;
  line-height: 100%;
}
.why-us__top-numbers__elem div {
  color: #333;
  font-size: 16px;
  line-height: 100%;
  margin-top: 13px;
}
.why-us__top-numbers__divider {
  width: 1px;
  height: 70px;
  background-color: #ADAFAE;
}
.why-us__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 34px;
}
.why-us__content-banner {
  border-radius: 8px;
  max-width: 505px;
  height: 584px;
}
.why-us__content-advantages {
  gap: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.why-us__content-advantages__card {
  color: #333;
  border-radius: 8px;
  background: #FBFFFE;
  padding: 38px 36px 40px 36px;
  width: 266px;
  height: 277px;
}
.why-us__content-advantages__card-image {
  border-radius: 4px;
  margin-bottom: 16px;
}
.why-us__content-advantages__card-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.why-us__content-advantages__card-description {
  font-size: 16px;
  line-height: 170%;
}
.why-us__cta {
  border-radius: 8px;
  background-color: #000B41;
  display: flex;
  align-items: center;
}
.why-us__cta-image {
  border-radius: 8px 0 0 8px;
}
.why-us__cta-info {
  padding: 47px 28px 47px 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.why-us__cta-info__text {
  max-width: 394px;
  color: #FBFFFE;
  font-size: 20px;
  font-weight: 600;
  line-height: 170%;
}
.why-us__cta-info__phone {
  border-radius: 8px;
  color: #001062;
  background-color: #EDF1FC;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  border: 2px solid #EDF1FC;
  padding: 25px 60px;
}
.why-us__phone {
  display: none;
  border-radius: 6px;
  background-color: #CC454D;
  max-width: 394px;
  width: 100%;
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  padding: 26px 0;
  text-align: center;
}

.about {
  padding: 110px 0 0 0;
}
.about__inner {
  width: 100%;
}
.about__top {
  display: flex;
  margin-bottom: 60px;
  align-items: center;
  justify-content: space-between;
}
.about__top-info {
  max-width: 479px;
}
.about__top-info__supertitle {
  color: #DF2935;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  padding-left: 80px;
  position: relative;
  margin-bottom: 20px;
}
.about__top-info__supertitle::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  top: 8px;
  left: 0;
  background-color: #DF2935;
}
@media (max-width: 480px) {
  .about__top-info__supertitle {
    font-size: 12px;
  }
}
.about__top-info__title {
  margin-bottom: 20px;
}
.about__top-info__text {
  font-size: 20px;
  line-height: 170%;
}
.about__top-image {
  border-radius: 8px;
  height: 333px;
  max-width: 560px;
}
.about__strengths {
  display: flex;
  margin-bottom: 86px;
  justify-content: space-between;
}
.about__strengths-item {
  max-width: 324px;
}
.about__strengths-item__title {
  color: #000B41;
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.about__strengths-item__description {
  color: #ADAFAE;
  font-size: 18px;
  line-height: 170%;
  margin-bottom: 22px;
}
.about__strengths-item__phone {
  gap: 9px;
  display: flex;
  align-items: center;
  color: #001062;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.about__phone {
  border-radius: 6px;
  width: fit-content;
  background: #001062;
  border: 2px solid transparent;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  color: #FBFFFE;
  font-weight: 600;
  padding: 25px 156px 23px 157px;
  display: none;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .about__phone {
    width: 100%;
  }
}
@media (hover: hover) {
  .about__phone:hover {
    color: #001062;
    background: #fff;
    border-color: #001062;
  }
  .about__phone:hover svg {
    transition: unset;
  }
  .about__phone:hover svg path {
    fill: #CC454D;
  }
}
@media (hover: none) {
  .about__phone:active {
    color: #001062;
    background: #fff;
    border-color: #001062;
  }
  .about__phone:active svg {
    transition: unset;
  }
  .about__phone:active svg path {
    fill: #CC454D;
  }
}

.faq {
  padding: 110px 0;
  background-color: #EDF1FC;
}
.faq__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.faq__content {
  max-width: 517px;
}
.faq__content-supertitle {
  color: #DF2935;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  padding-left: 80px;
  position: relative;
  margin-bottom: 20px;
}
.faq__content-supertitle::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  top: 8px;
  left: 0;
  background-color: #DF2935;
}
@media (max-width: 480px) {
  .faq__content-supertitle {
    font-size: 12px;
  }
}
.faq__content-title {
  margin-bottom: 24px;
}
.faq__content-list .faq__list-elem {
  border-top: 2px solid transparent;
  border-image-source: url("../../assets/images/faq/divider.png");
  border-image-repeat: stretch;
  border-image-slice: 40;
}
.faq__content-list .faq__list-elem:first-child {
  border-top: unset;
}
.faq__content-list .faq__list-elem.opened .faq__list-elem__question {
  color: #DF2935;
  padding-bottom: 12px;
}
.faq__content-list .faq__list-elem.opened .faq__list-elem__question svg {
  transform: rotate(45deg);
}
.faq__content-list .faq__list-elem.opened .faq__list-elem__question svg path {
  stroke: #DF2935;
}
.faq__content-list .faq__list-elem.opened .faq__list-elem__answer {
  padding-bottom: 30px;
}
.faq__content-list .faq__list-elem:first-child {
  padding-top: 0;
}
.faq__content-list .faq__list-elem:last-child {
  padding-bottom: 0;
}
.faq__content-list .faq__list-elem__question {
  color: #333;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
  cursor: pointer;
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.faq__content-list .faq__list-elem__question div {
  max-width: 447px;
  transition: unset;
}
.faq__content-list .faq__list-elem__answer {
  height: 0;
  overflow: hidden;
  color: #ADAFAE;
  font-size: 16px;
  line-height: 170%;
}
.faq__cta {
  max-width: 518px;
}
.faq__cta-image {
  border-radius: 8px;
  margin-bottom: 30px;
}
.faq__cta-title {
  color: #001062;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 20px;
}
.faq__cta-text {
  font-size: 20px;
  line-height: 170%;
  margin-bottom: 36px;
}
.faq__cta-phone {
  border-radius: 6px;
  width: fit-content;
  background: #001062;
  border: 2px solid transparent;
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  color: #FBFFFE;
  font-size: 18px;
  font-weight: 600;
  line-height: 100%;
  padding: 22px 89px;
  display: block;
  width: fit-content;
}
@media (max-width: 480px) {
  .faq__cta-phone {
    width: 100%;
  }
}
@media (hover: hover) {
  .faq__cta-phone:hover {
    color: #001062;
    background: #fff;
    border-color: #001062;
  }
  .faq__cta-phone:hover svg {
    transition: unset;
  }
  .faq__cta-phone:hover svg path {
    fill: #CC454D;
  }
}
@media (hover: none) {
  .faq__cta-phone:active {
    color: #001062;
    background: #fff;
    border-color: #001062;
  }
  .faq__cta-phone:active svg {
    transition: unset;
  }
  .faq__cta-phone:active svg path {
    fill: #CC454D;
  }
}

.testimonials {
  padding: 110px 0;
}
.testimonials__inner {
  width: 100%;
}
.testimonials__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.testimonials__info {
  max-width: 540px;
}
.testimonials__info-supertitle {
  color: #DF2935;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2.08px;
  text-transform: uppercase;
  padding-left: 80px;
  position: relative;
  margin-bottom: 20px;
}
.testimonials__info-supertitle::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 1px;
  top: 8px;
  left: 0;
  background-color: #DF2935;
}
@media (max-width: 480px) {
  .testimonials__info-supertitle {
    font-size: 12px;
  }
}
.testimonials__info-title {
  max-width: 560px;
}
.testimonials__google {
  display: flex;
  gap: 20px;
}
.testimonials__google-icon {
  width: 110px;
  height: 110px;
}
.testimonials__google-box {
  max-width: 214px;
}
.testimonials__google-box div {
  color: #ADAFAE;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  padding-bottom: 14px;
  border-bottom: 2px solid transparent;
  border-image-source: url("../../assets/images/faq/divider.png");
  border-image-repeat: stretch;
  border-image-slice: 40;
}
.testimonials__google-box a {
  padding-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  color: #000B41;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}
.testimonials__main {
  border-radius: 8px;
  background-color: #EDF1FC;
  display: flex;
  position: relative;
  margin-bottom: 68px;
}
.testimonials__main-image__mini {
  display: none;
}
.testimonials__main::before {
  content: '';
  background: url("../../assets/icons/testimonials/quotes.svg") no-repeat center;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 0;
  left: 0;
}
.testimonials__main-content {
  padding: 92px 80px 92px 98px;
}
.testimonials__main-content__name {
  color: #001062;
  font-size: 32px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 18px;
}
.testimonials__main-content__problem {
  margin-bottom: 18px;
  color: #000B41;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonials__main-content__assessment {
  color: #F2994A;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.testimonials__main-content__text {
  font-size: 20px;
  line-height: 170%;
}
.testimonials__cards {
  display: flex;
  justify-content: space-between;
}
.testimonials__card {
  max-width: 518px;
}
.testimonials__card-info {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.testimonials__card-info__image {
  border-radius: 8px;
}
.testimonials__card-info__group-name {
  color: #001062;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}
.testimonials__card-info__group-problem {
  color: #000B41;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.testimonials__card-info__group-assessment {
  color: #F2994A;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.testimonials__card-text {
  font-size: 20px;
  line-height: 170%;
}
.testimonials__card-text__mini {
  display: none;
}

.footer {
  color: #fff;
  background-color: #001062;
  padding: 53px 0 0 0;
}
.footer__inner {
  width: 100%;
}
.footer__main {
  display: flex;
  padding-bottom: 48px;
  justify-content: space-between;
}
.footer__main-logo {
  padding-top: 40px;
  color: #FFF;
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
}
.footer__main-logo__icon {
  max-width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 8px;
}
.footer__main-navigation {
  padding-top: 40px;
}
.footer__main-navigation__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.footer__main-navigation__list li {
  padding: 4px 0;
}
.footer__main-navigation__list li a {
  font-size: 16px;
  color: #fff;
  padding: 4px 0;
  width: 100%;
  display: block;
}
.footer__main-links {
  padding-top: 40px;
}
.footer__main-links__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 20px;
}
.footer__main-links__list li {
  padding: 4px 0;
}
.footer__main-links__list li a {
  font-size: 16px;
  color: #fff;
  padding: 4px 0;
  width: 100%;
  display: block;
}
.footer__main-contacts {
  padding-top: 40px;
  max-width: 326px;
}
.footer__main-contacts__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
  margin-bottom: 9px;
}
.footer__main-contacts__text {
  font-size: 17px;
  line-height: 160%;
  margin-bottom: 9px;
}
.footer__main-contacts__phone {
  margin-bottom: 9px;
  padding: 9px 0 4.5px;
  color: #00CBF8;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1.76px;
  display: block;
}
.footer__main-contacts__mail {
  color: #00CBF8;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 1.76px;
  display: block;
  padding: 4.5px 0 4.5px;
}
.footer__bottom {
  display: flex;
  padding: 44px 0;
  align-items: center;
  border-top: 1px solid #E5FFFE;
  justify-content: space-between;
}
.footer__bottom-cookie {
  color: #fff;
}

@media (max-width: 1200px) {
  .workflow__inner {
    gap: 20px;
  }
  .workflow__info-steps__card {
    gap: 30px;
  }
  .workflow__images {
    margin-top: 40px;
    text-align: center;
  }
  .workflow__images-main {
    max-width: unset;
    height: unset;
  }
  .workflow__images-description {
    text-align: left;
    justify-content: center;
  }
  .workflow__images-description__text {
    font-size: 14px;
  }

  .why-us__top-numbers {
    justify-content: center;
  }
  .why-us__top-info__supertitle {
    display: flex;
  }
  .why-us__top-info__title {
    margin-bottom: 20px;
  }
  .why-us__content {
    display: block;
  }
  .why-us__content-banner {
    display: none;
  }
  .why-us__content-advantages {
    margin-top: 30px;
    gap: 30px;
    justify-content: center;
  }
  .why-us__cta {
    display: none;
  }

  .about__top {
    gap: 20px;
  }
  .about__top-image {
    max-width: unset;
  }
  .about__top-info {
    margin: 0 auto;
    width: 100%;
  }
  .about__top-info__title {
    font-size: 40px;
  }
  .about__top-info__text {
    font-size: 16px;
  }
  .about__strengths {
    flex-wrap: wrap;
    gap: 20px;
  }
  .about__strengths-item__title {
    font-size: 28px;
  }
  .about__strengths-item__description {
    font-size: 16px;
  }

  .faq__content {
    max-width: unset;
    margin: 0 auto;
  }
  .faq__cta {
    display: none;
  }

  .testimonials__top {
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 30px;
  }
  .testimonials__main {
    margin-bottom: 24px;
  }
  .testimonials__main::before {
    width: 40px;
    height: 40px;
  }
  .testimonials__main-content {
    padding: 25px 19px 25px 13px;
  }
  .testimonials__main-image {
    max-width: 330px;
  }
  .testimonials__cards {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .footer__main {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .introduction__info {
    margin-right: 20px;
  }
  .introduction__info-title {
    font-size: 40px;
  }
  .introduction__info-text {
    font-size: 20px;
  }
  .introduction__strengths {
    max-width: 463px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 36px 30px;
  }

  .workflow__info-title {
    font-size: 40px;
  }

  .why-us__top-info__title {
    font-size: 40px;
  }
  .why-us__top-numbers__elem {
    font-size: 34px;
  }
  .why-us__top-numbers__elem div {
    font-size: 14px;
  }

  .about__top-info__supertitle {
    font-size: 12px;
  }
  .about__top-info__title {
    font-size: 36px;
  }
  .about__top-info__text {
    font-size: 14px;
  }
  .about__strengths {
    gap: 50px;
    margin-bottom: 0;
  }
  .about__strengths-item {
    max-width: unset;
  }

  .testimonials__card {
    max-width: unset;
    margin-right: auto;
  }
}
@media (max-width: 970px) {
  .workflow__info-title {
    font-size: 36px;
  }
  .workflow__info-steps__card {
    gap: 18px;
  }
  .workflow__info-steps__card .workflow__card-info__title {
    font-size: 22px;
  }
  .workflow__info-steps__card .workflow__card-info__description {
    font-size: 14px;
  }
  .workflow__images-description {
    gap: 10px;
  }

  .why-us__top-info__title {
    font-size: 36px;
  }
  .why-us__top-numbers__elem {
    font-size: 30px;
  }

  .about__top {
    display: block;
  }
  .about__top-info {
    margin-bottom: 23px;
    max-width: unset;
  }
  .about__top-image {
    display: flex;
    margin: 0 auto;
  }

  .testimonials__top {
    justify-content: center;
  }
  .testimonials__info {
    max-width: 510px;
  }
  .testimonials__info-supertitle {
    font-size: 14px;
  }
  .testimonials__info-supertitle::before {
    top: 6px;
  }
  .testimonials__info-title {
    font-size: 36px;
  }
  .testimonials__main-content__name {
    margin-bottom: 6px;
    font-size: 28px;
  }
  .testimonials__main-content__problem {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .testimonials__main-content__problem::before {
    top: -6px;
  }
  .testimonials__main-content__text {
    font-size: 14px;
  }
  .testimonials__card-info__group-name {
    font-size: 20px;
  }
  .testimonials__card-text {
    font-size: 14px;
  }
}
@media (max-width: 940px) {
  .introduction__info-review {
    padding: 20px;
  }
  .introduction__info-review::after {
    width: 50px;
    height: 50px;
    right: -24px;
    top: -24px;
  }
  .introduction__info-review__content .introduction__review-content__rating {
    max-width: 100px;
    margin-bottom: 0;
  }
  .introduction__info-review__content .introduction__review-content__text {
    font-size: 12px;
  }

  .workflow__inner {
    display: block;
  }
  .workflow__info {
    margin: 0 auto;
  }

  .testimonials__top {
    max-width: unset;
    width: 100%;
  }
  .testimonials__info {
    max-width: 598px;
    width: 100%;
  }
  .testimonials__info-title {
    max-width: 598px;
  }
}
@media (max-width: 928px) {
  .about__strengths {
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .pre-header {
    display: none;
  }
  .pre-header__contacts-link {
    font-size: 14px;
  }

  .header__menu-phone {
    display: none;
  }

  .introduction__info-title {
    font-size: 36px;
  }
  .introduction__info-text {
    font-size: 18px;
  }

  .why-us__top {
    display: block;
  }
  .why-us__top-info__title {
    max-width: unset;
    text-align: center;
  }
}
@media (max-width: 810px) {
  .introduction__inner {
    display: block;
  }
  .introduction__info {
    margin: 0 auto;
  }
  .introduction__info-review {
    display: none;
  }
}
@media (max-width: 768px) {
  .header__inner {
    padding: 20px 0;
  }
  .header__burger {
    display: block;
    z-index: 2;
  }
  .header__menu {
    position: absolute;
    left: 0;
    top: 80px;
    background-color: #fff;
    width: 0;
    padding: 70px 18px 49px 18px;
    z-index: 1;
    display: none;
  }
  .header__menu-navigation ul {
    display: block;
    margin-bottom: 170px;
  }
  .header__menu-navigation ul li + li {
    margin-top: 56px;
  }
  .header__menu-navigation ul li a {
    font-size: 32px;
    font-weight: 700;
  }
  .header__menu-phone {
    display: none;
  }

  .header.open .header__menu {
    width: 100%;
    display: block;
  }
  .header.open .header__menu-phone__mini {
    display: block;
  }

  .about {
    padding: 40px 0;
  }
}
@media (max-width: 680px) {
  .introduction__info-title {
    font-size: 36px;
  }
  .introduction__info-text {
    font-size: 20px;
  }
  .introduction__strengths {
    padding: 30px 30px 36px 30px;
  }
  .introduction__strengths-phone {
    width: 100%;
  }
  .introduction__strengths-list {
    text-align: left;
  }

  .workflow__info-title {
    font-size: 40px;
    margin-bottom: 51px;
  }
  .workflow__info-steps__card {
    gap: 18px;
  }

  .why-us__top-info__title {
    font-size: 34px;
  }
  .why-us__top-numbers__elem {
    font-size: 34px;
  }
  .why-us__top-numbers__elem div {
    font-size: 14px;
  }

  .testimonials__main-image {
    display: none;
  }
  .testimonials__main-image__mini {
    display: block;
  }
}
@media (max-width: 580px) {
  .workflow__images-main {
    height: unset;
  }
  .workflow__images-description {
    gap: 8px;
  }
  .workflow__images-description__text {
    font-size: 14px;
  }

  .why-us__content-banner {
    height: unset;
    width: 100%;
  }
  .why-us__content-advantages__card {
    max-width: 190px;
    padding: 16px 17px 20px 18px;
    text-align: left;
  }

  .about__top-info__supertitle {
    font-size: 14px;
  }
  .about__top-info__supertitle::before {
    top: 6px;
  }
  .about__top-info__title {
    font-size: 38px;
  }
  .about__top-info__text {
    font-size: 16px;
  }
  .about__top-image {
    max-width: unset;
    width: 100%;
    height: unset;
  }

  .faq__content-supertitle {
    font-size: 14px;
  }
  .faq__content-supertitle::before {
    top: 6px;
  }
  .faq__content-title {
    font-size: 38px;
  }

  .testimonials__info-title {
    font-size: 34px;
  }
}
@media (max-width: 520px) {
  .introduction {
    padding: 40px 0;
  }
  .introduction__info {
    text-align: left;
  }
  .introduction__info-supertitle {
    font-size: 10px;
    margin-bottom: 8px;
  }
  .introduction__info-title {
    font-size: 32px;
    margin-bottom: 13px;
  }
  .introduction__info-text {
    font-size: 16px;
    font-weight: 700;
  }
  .introduction__strengths {
    max-width: 394px;
    width: 100%;
  }
  .introduction__strengths-list li {
    font-size: 18px;
  }
  .introduction__strengths-list li::before {
    width: 28px;
    height: 24px;
  }
  .introduction__strengths-phone {
    height: 70px;
    padding: 26px 0;
  }

  .workflow {
    padding: 40px 0;
  }
  .workflow__info-supertitle {
    font-size: 12px;
  }
  .workflow__info-supertitle::before {
    top: 6px;
  }
  .workflow__info-title {
    font-size: 32px;
  }
  .workflow__info-steps__card .workflow__card-icon {
    max-width: 80px;
  }
  .workflow__info-steps__card .workflow__card-info__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .workflow__info-steps__card .workflow__card-info__description {
    font-size: 14px;
  }
  .workflow__images-main {
    margin-bottom: 20px;
  }
  .workflow__images-description__image {
    max-width: 80px;
  }
  .workflow__images-description__text {
    line-height: 170%;
  }

  .why-us {
    padding: 40px 0;
  }
  .why-us__top-info__supertitle {
    font-size: 12px;
    padding-left: 60px;
  }
  .why-us__top-info__supertitle::before {
    width: 40px;
    top: 6px;
  }
  .why-us__top-info__title {
    font-size: 32px;
    text-align: left;
  }
  .why-us__top-numbers {
    gap: 8px;
    justify-content: space-between;
  }
  .why-us__top-numbers__elem {
    font-size: 20px;
  }
  .why-us__top-numbers__elem div {
    font-weight: 400;
  }
  .why-us__top-numbers__divider {
    height: 46px;
  }
  .why-us__content-advantages {
    justify-content: center;
    gap: 14px;
  }
  .why-us__content-advantages__card {
    height: unset;
  }
  .why-us__content-banner {
    display: block;
    margin: 0 auto;
    max-width: 393px;
    width: 100%;
    height: 408px;
  }
  .why-us__phone {
    display: block;
    margin: 0 auto;
  }

  .about__top {
    margin-bottom: 20px;
  }
  .about__top-info__supertitle {
    font-size: 12px;
  }
  .about__top-info__supertitle::before {
    top: 4px;
  }
  .about__top-info__title {
    font-size: 32px;
  }
  .about__top-info__text {
    font-size: 14px;
    margin-bottom: 23px;
  }
  .about__strengths {
    justify-content: flex-start;
    margin-bottom: 30px;
    gap: 30px;
  }
  .about__strengths-item {
    max-width: unset;
    width: 100%;
  }
  .about__strengths-item__title {
    font-size: 20px;
  }
  .about__strengths-item__description {
    font-size: 14px;
    margin-bottom: 0;
  }
  .about__strengths-item__phone {
    display: none;
  }
  .about__phone {
    display: block;
    width: unset;
    text-align: center;
    padding: 25px 0 23px;
  }

  .faq {
    padding: 40px 0;
  }
  .faq__content-supertitle {
    font-size: 12px;
  }
  .faq__content-supertitle::before {
    top: 4px;
  }
  .faq__content-title {
    font-size: 32px;
    margin-bottom: 0;
  }
  .faq__content-list .faq__list-elem__question div {
    font-size: 20px;
    max-width: 340px;
  }
  .faq__content-list .faq__list-elem__answer {
    font-size: 14px;
  }

  .testimonials {
    padding: 40px 0;
  }
  .testimonials__top {
    justify-content: flex-start;
  }
  .testimonials__info-supertitle {
    font-size: 12px;
  }
  .testimonials__info-supertitle::before {
    top: 5px;
  }
  .testimonials__info-title {
    font-size: 32px;
  }
  .testimonials__google {
    gap: 30px;
  }
  .testimonials__main-content__name {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .testimonials__main-content__problem {
    font-size: 14px;
    margin-bottom: 13px;
  }
  .testimonials__main-content__assessment {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .testimonials__main-content__assessment img {
    max-width: 102px;
  }
  .testimonials__main-content__text {
    font-size: 12px;
  }
  .testimonials__card-info {
    gap: 19px;
    align-items: unset;
    margin-bottom: 15px;
  }
  .testimonials__card-info__image {
    max-width: 119px;
    height: 105px;
  }
  .testimonials__card-info__group {
    margin-top: 5px;
  }
  .testimonials__card-info__group-name {
    margin-bottom: 8px;
  }
  .testimonials__card-info__group-problem {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .testimonials__card-info__group-problem img {
    width: 25px;
    height: 25px;
  }

  .footer {
    padding-top: 112px;
  }
  .footer__main {
    padding-bottom: 24px;
    justify-content: space-around;
    gap: 76px;
  }
  .footer__main-logo img {
    max-width: unset;
    display: flex;
    margin: 0 auto 8px;
  }
  .footer__main-navigation {
    padding-top: 0;
  }
  .footer__main-links {
    padding-top: 0;
  }
  .footer__main-contacts {
    padding-top: 0;
  }
  .footer__bottom {
    justify-content: space-around;
    padding: 32px 0 38px;
  }
}
@media (max-width: 480px) {
  .why-us__content-advantages__card-title {
    font-size: 21px;
  }

  .footer {
    padding-top: 40px;
  }
  .footer__main-logo, .footer__main-navigation, .footer__main-links, .footer__main-contacts {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .footer__main-logo {
    padding-top: unset;
  }
}
@media (max-width: 429px) {
  .why-us__top-numbers {
    gap: 20px;
    flex-wrap: wrap;
  }
  .why-us__top-numbers__divider {
    display: none;
  }
  .why-us__content-advantages__card {
    max-width: unset;
    width: 100%;
  }
  .why-us__content-advantages__card-title {
    font-size: 24px;
  }
  .why-us__content-banner {
    height: unset;
  }
}
@media (max-width: 410px) {
  .introduction__info-title {
    font-size: 28px;
  }
  .introduction__info-text {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .introduction__strengths {
    padding: 30px 20px 20px 20px;
  }

  .workflow {
    padding-top: 50px;
  }
  .workflow__info-supertitle {
    padding-left: 60px;
  }
  .workflow__info-supertitle::before {
    width: 40px;
  }
  .workflow__info-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .workflow__info-steps__card {
    gap: 10px;
  }
  .workflow__info-steps__card .workflow__card-info__title {
    font-size: 16px;
  }
  .workflow__info-steps__card .workflow__card-info__description {
    font-size: 12px;
  }
  .workflow__images-description__text {
    font-size: 12px;
  }

  .why-us__top-info__title {
    font-size: 24px;
  }
  .why-us__top-numbers__elem div {
    margin-top: 5px;
  }

  .about__top-info__supertitle {
    padding-left: 60px;
  }
  .about__top-info__supertitle::before {
    width: 40px;
  }
  .about__top-info__title {
    font-size: 28px;
  }

  .faq__content-supertitle {
    font-size: 10px;
    padding-left: 60px;
  }
  .faq__content-supertitle::before {
    width: 40px;
  }
  .faq__content-title {
    font-size: 24px;
  }
  .faq__content-list .faq__list-elem__question {
    font-size: 14px;
  }
  .faq__content-list .faq__list-elem__answer {
    font-size: 12px;
  }

  .testimonials__main::before {
    display: none;
  }
  .testimonials__main-image {
    display: none;
  }
  .testimonials__main-image__mini {
    display: none;
  }

  .footer__main {
    gap: 30px;
  }
  .footer__main-logo img {
    max-width: 233px;
  }
}
@media (hover: hover) {
  .introduction__strengths-phone:hover {
    color: #CC454D;
    background: #fff;
  }
  .introduction__strengths-phone:hover svg path {
    fill: #CC454D;
  }

  .pre-header__contacts-link:hover {
    opacity: .3;
  }
  .pre-header__social-link:hover {
    opacity: .3;
  }

  .header__logo:hover {
    opacity: .3;
  }
  .header__menu-navigation ul li a:hover {
    color: #00CBF8;
  }
  .header__menu-phone__mini:hover {
    color: #CC454D;
    background-color: #fff;
  }
  .header__menu-phone__mini:hover svg path {
    fill: #CC454D;
  }

  .why-us__cta-info__phone:hover {
    color: #EDF1FC;
    background-color: #000B41;
    border-color: #EDF1FC;
  }

  .about__strengths-item__phone:hover {
    opacity: .3;
  }

  .faq__content-list .faq__list-elem__question:hover {
    color: #DF2935;
  }
  .faq__content-list .faq__list-elem__question:hover svg {
    transform: rotate(45deg);
  }
  .faq__content-list .faq__list-elem__question:hover svg path {
    stroke: #DF2935;
  }

  .testimonials__google-box a:hover {
    color: #DF2935;
  }
  .testimonials__google-box a:hover svg {
    transform: rotate(45deg);
  }
  .testimonials__google-box a:hover svg path {
    stroke: #DF2935;
  }

  .footer__main-logo:hover {
    opacity: .3;
  }
  .footer__main-navigation__list li a:hover {
    color: #00CBF8;
  }
  .footer__main-links__list li a:hover {
    color: #00CBF8;
  }
  .footer__main-contacts__phone:hover {
    color: #fff;
  }
  .footer__main-contacts__mail:hover {
    color: #fff;
  }
  .footer__bottom-cookie:hover {
    color: #00CBF8;
  }
}
@media (hover: none) {
  .introduction__strengths-phone:active {
    color: #CC454D;
    background: #fff;
  }
  .introduction__strengths-phone:active svg path {
    fill: #CC454D;
  }

  .pre-header__contacts-link:active {
    opacity: .3;
  }
  .pre-header__social-link:active {
    opacity: .3;
  }

  .header__logo:active {
    opacity: .3;
  }
  .header__menu-navigation ul li a:active {
    color: #00CBF8;
  }
  .header__menu-phone__mini:active {
    color: #CC454D;
    background-color: #fff;
  }
  .header__menu-phone__mini:active svg path {
    fill: #CC454D;
  }

  .why-us__cta-info__phone:active {
    color: #EDF1FC;
    background-color: #000B41;
    border-color: #EDF1FC;
  }

  .about__strengths-item__phone:active {
    opacity: .3;
  }

  .faq__content-list .faq__list-elem__question:active {
    color: #DF2935;
  }
  .faq__content-list .faq__list-elem__question:active svg {
    transform: rotate(45deg);
  }
  .faq__content-list .faq__list-elem__question:active svg path {
    stroke: #DF2935;
  }

  .testimonials__google-box a:active {
    color: #DF2935;
  }
  .testimonials__google-box a:active svg {
    transform: rotate(45deg);
  }
  .testimonials__google-box a:active svg path {
    stroke: #DF2935;
  }

  .footer__main-logo:active {
    opacity: .3;
  }
  .footer__main-navigation__list li a:active {
    color: #00CBF8;
  }
  .footer__main-links__list li a:active {
    color: #00CBF8;
  }
  .footer__main-contacts__phone:active {
    color: #fff;
  }
  .footer__main-contacts__mail:active {
    color: #fff;
  }
  .footer__bottom-cookie:active {
    color: #00CBF8;
  }
}
