*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  transition: all .3s;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Montserrat", sans-serif;
  background-color: #fff;
}

ul {
  list-style: none;
}

a {
  color: #000;
  cursor: pointer;
  text-decoration: unset;
}

.container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1176px;
  padding: 0 18px;
}

.header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.header__logo {
  gap: 15px;
  display: flex;
  align-items: center;
}
.header__logo-icon {
  width: 38.4px;
  height: 40px;
}
.header__logo-name {
  color: #EC2024;
  font-weight: 600;
  font-size: 24px;
}
.header__mail {
  color: #003188;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  display: flex;
  align-items: center;
  gap: 7px;
}
.header__phone {
  color: #003188;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  align-items: center;
  gap: 4px;
}
.header__phone-number {
  transition: unset;
}

.introduction {
  background: url("../../assets/images/introduction/bg.png") no-repeat center;
  background-size: cover;
  padding: 30px 0 260px;
}
.introduction__inner {
  width: 100%;
  color: #fff;
}
.introduction__strengths {
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 170px;
}
.introduction__strengths-mobile {
  display: none;
}
.introduction__strengths-item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.introduction__title {
  margin-bottom: 28px;
  text-align: center;
  font-size: 71px;
  font-weight: 700;
  line-height: 120%;
}
.introduction__text {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.24px;
  margin-bottom: 70px;
}
.introduction__phone {
  display: block;
  border-radius: 9px;
  background: #DF2935;
  padding: 20px 0;
  max-width: 372px;
  width: 100%;
  border: 2px solid #DF2935;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  box-shadow: 0 76px 21px 0 rgba(0, 49, 136, 0), 0 48px 19px 0 rgba(0, 49, 136, 0.01), 0 27px 16px 0 rgba(0, 49, 136, 0.05), 0 12px 12px 0 rgba(0, 49, 136, 0.09), 0 3px 7px 0 rgba(0, 49, 136, 0.1);
  margin: 0 auto;
}
@media (hover: hover) {
  .introduction__phone:hover {
    color: #DF2935;
    background-color: #fff;
  }
}
@media (hover: none) {
  .introduction__phone:active {
    color: #DF2935;
    background-color: #fff;
  }
}

.services {
  padding: 110px 0 80px;
}
.services__inner {
  width: 100%;
  text-align: center;
}
.services__supertitle {
  color: rgba(20, 20, 20, 0.75);
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 15px;
}
.services__title {
  color: #141414;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.48px;
  max-width: 795px;
  margin: 0 auto 24px;
}
.services__text {
  font-size: 18px;
  line-height: 35px;
  margin: 0 auto;
  max-width: 893px;
}
.services .swiper-wrapper {
  padding: 50px 0 40px;
}
.services .swiper-slide {
  height: 370px !important;
}
.services__card {
  border-radius: 9px;
  background: #F5F8FE;
  padding: 30px 15px 0 15px;
  position: relative;
  max-width: 270px;
  height: 379px;
  box-shadow: 0 32px 9px 0 rgba(174, 196, 239, 0), 0 21px 8px 0 rgba(174, 196, 239, 0.01), 0 12px 7px 0 rgba(174, 196, 239, 0.05), 0 5px 5px 0 rgba(174, 196, 239, 0.09), 0 1px 3px 0 rgba(174, 196, 239, 0.1);
}
.services__card-image {
  margin-bottom: 15px;
}
.services__card-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 21px;
}
.services__card-description {
  font-size: 12px;
  line-height: 22px;
}
.services__card-phone {
  border-radius: 9px;
  background: #DF2935;
  color: #FFF;
  padding: 3px 52px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  position: absolute;
  bottom: 27px;
  left: 51px;
  border: 2px solid #DF2935;
}
.services__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
}
.services__pagination-prev {
  cursor: pointer;
}
.services__pagination-dots {
  width: fit-content !important;
}
.services__pagination-dots .swiper-pagination-bullet {
  width: 18px;
  height: 14px;
  background-color: unset !important;
  background-image: url("../../assets/icons/slider-dot.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 12px !important;
}
.services__pagination-dots .swiper-pagination-bullet:hover {
  opacity: unset;
}
.services__pagination-next {
  cursor: pointer;
}

.workflow {
  background: url("../../assets/images/workflow/bg.png") no-repeat center;
  background-size: cover;
  padding: 178px 0 202px;
}
.workflow__inner {
  width: 100%;
}
.workflow__title {
  color: #141414;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin-bottom: 24px;
}
.workflow__text {
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 35px;
  max-width: 927px;
  margin: 0 auto 80px;
}
.workflow__steps {
  margin-bottom: 61px;
}
.workflow__step {
  gap: 30px;
  display: flex;
  justify-content: center;
}
.workflow__step + .workflow__step {
  margin-top: 112px;
}
.workflow__step:first-child .workflow__step-number::after {
  position: absolute;
  content: url("../../assets/images/workflow/steps-connector.png");
  top: 63px;
}
.workflow__step:nth-child(2) .workflow__step-number::after {
  position: absolute;
  content: url("../../assets/images/workflow/steps-connector.png");
  top: 63px;
}
.workflow__step-image {
  max-width: 175px;
  height: 175px;
}
.workflow__step-number {
  background: #003188;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  letter-spacing: -0.24px;
  max-width: 56px;
  width: 100%;
  height: 56px;
  position: relative;
  border-radius: 50%;
}
.workflow__step-number::after {
  position: absolute;
}
.workflow__step-info {
  max-width: 572px;
  width: 100%;
  color: #141414;
}
.workflow__step-info__title {
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 26px;
}
.workflow__step-info__description {
  font-size: 18px;
  line-height: 170%;
}
.workflow__step-info__phone {
  display: block;
  border-radius: 9px;
  background: #DF2935;
  padding: 20px 0;
  max-width: 372px;
  width: 100%;
  border: 2px solid #DF2935;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  box-shadow: 0 76px 21px 0 rgba(0, 49, 136, 0), 0 48px 19px 0 rgba(0, 49, 136, 0.01), 0 27px 16px 0 rgba(0, 49, 136, 0.05), 0 12px 12px 0 rgba(0, 49, 136, 0.09), 0 3px 7px 0 rgba(0, 49, 136, 0.1);
  margin-top: 60px;
}
@media (hover: hover) {
  .workflow__step-info__phone:hover {
    color: #DF2935;
    background-color: #fff;
  }
}
@media (hover: none) {
  .workflow__step-info__phone:active {
    color: #DF2935;
    background-color: #fff;
  }
}
.workflow__step-info__phone-mobile {
  display: block;
  border-radius: 9px;
  background: #DF2935;
  padding: 20px 0;
  max-width: 372px;
  width: 100%;
  border: 2px solid #DF2935;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-align: center;
  box-shadow: 0 76px 21px 0 rgba(0, 49, 136, 0), 0 48px 19px 0 rgba(0, 49, 136, 0.01), 0 27px 16px 0 rgba(0, 49, 136, 0.05), 0 12px 12px 0 rgba(0, 49, 136, 0.09), 0 3px 7px 0 rgba(0, 49, 136, 0.1);
  display: none;
}
@media (hover: hover) {
  .workflow__step-info__phone-mobile:hover {
    color: #DF2935;
    background-color: #fff;
  }
}
@media (hover: none) {
  .workflow__step-info__phone-mobile:active {
    color: #DF2935;
    background-color: #fff;
  }
}

.testimonials {
  padding: 100px 0 120px;
}
.testimonials__inner {
  width: 100%;
}
.testimonials__title {
  color: #141414;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.48px;
  margin-bottom: 100px;
}
.testimonials__cards {
  margin-bottom: 60px;
}
.testimonials__card {
  color: #CFCFCF;
  text-align: center;
  width: fit-content;
  position: relative;
  z-index: 10;
}
.testimonials__card:nth-child(1) {
  width: 343px !important;
  height: 377px !important;
}
.testimonials__card:nth-child(1)::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: url("../../assets/images/testimonials/backgrounds/1.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
.testimonials__card:nth-child(1) .testimonials__card-image {
  width: 76px;
  height: 76px;
  margin-bottom: 11px;
}
.testimonials__card:nth-child(1) .testimonials__card-name {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 700;
}
.testimonials__card:nth-child(1) .testimonials__card-text {
  max-width: 230px;
  max-height: 120px;
  overflow-y: auto;
  font-size: 12px;
  margin: 0 38px 0 74px;
}
.testimonials__card:nth-child(2) {
  width: 434px !important;
  height: 466px !important;
}
.testimonials__card:nth-child(2)::before {
  position: absolute;
  content: '';
  width: 433px;
  height: 433px;
  display: block;
  background: url("../../assets/images/testimonials/backgrounds/2.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  top: 33px;
  left: 0;
}
.testimonials__card:nth-child(2) .testimonials__card-image {
  margin-bottom: 19px;
}
.testimonials__card:nth-child(2) .testimonials__card-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 7px;
}
.testimonials__card:nth-child(2) .testimonials__card-position {
  font-size: 12px;
  margin-bottom: 7px;
}
.testimonials__card:nth-child(2) .testimonials__card-quotes {
  width: 36px;
  height: 36px;
}
.testimonials__card:nth-child(2) .testimonials__card-text {
  max-width: 346px;
  max-height: 180px;
  overflow-y: auto;
  margin: 0 54px 0 34px;
}
.testimonials__card:nth-child(3) {
  width: 343px !important;
  height: 377px !important;
}
.testimonials__card:nth-child(3)::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: url("../../assets/images/testimonials/backgrounds/3.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
.testimonials__card:nth-child(3) .testimonials__card-image {
  width: 76px;
  height: 76px;
  margin-bottom: 4px;
}
.testimonials__card:nth-child(3) .testimonials__card-name {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 700;
}
.testimonials__card:nth-child(3) .testimonials__card-text {
  max-width: 230px;
  max-height: 120px;
  overflow-y: auto;
  font-size: 12px;
  margin: 0 75px 0 38px;
}
.testimonials__card:nth-child(4) {
  width: 343px !important;
  height: 377px !important;
}
.testimonials__card:nth-child(4)::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: url("../../assets/images/testimonials/backgrounds/1.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
.testimonials__card:nth-child(4) .testimonials__card-image {
  width: 76px;
  height: 76px;
  margin-bottom: 11px;
}
.testimonials__card:nth-child(4) .testimonials__card-name {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 700;
}
.testimonials__card:nth-child(4) .testimonials__card-text {
  max-width: 230px;
  max-height: 120px;
  overflow-y: auto;
  font-size: 12px;
  margin: 0 38px 0 74px;
}
.testimonials__card:nth-child(5) {
  width: 434px !important;
  height: 466px !important;
}
.testimonials__card:nth-child(5)::before {
  position: absolute;
  content: '';
  width: 433px;
  height: 433px;
  display: block;
  background: url("../../assets/images/testimonials/backgrounds/2.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  top: 33px;
  left: 0;
}
.testimonials__card:nth-child(5) .testimonials__card-image {
  margin-bottom: 19px;
}
.testimonials__card:nth-child(5) .testimonials__card-name {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 7px;
}
.testimonials__card:nth-child(5) .testimonials__card-position {
  font-size: 12px;
  margin-bottom: 7px;
}
.testimonials__card:nth-child(5) .testimonials__card-quotes {
  width: 36px;
  height: 36px;
}
.testimonials__card:nth-child(5) .testimonials__card-text {
  max-width: 346px;
  max-height: 180px;
  overflow-y: auto;
  margin: 0 54px 0 34px;
}
.testimonials__card:nth-child(6) {
  width: 343px !important;
  height: 377px !important;
}
.testimonials__card:nth-child(6)::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: url("../../assets/images/testimonials/backgrounds/3.png") no-repeat center;
  background-size: cover;
  z-index: -1;
  top: 0;
  left: 0;
}
.testimonials__card:nth-child(6) .testimonials__card-image {
  width: 76px;
  height: 76px;
  margin-bottom: 4px;
}
.testimonials__card:nth-child(6) .testimonials__card-name {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 700;
}
.testimonials__card:nth-child(6) .testimonials__card-text {
  max-width: 230px;
  max-height: 120px;
  overflow-y: auto;
  font-size: 12px;
  margin: 0 75px 0 38px;
}
.testimonials__card-position {
  margin-bottom: 4px;
  font-size: 12px;
}
.testimonials__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 46px;
}
.testimonials__pagination-prev {
  cursor: pointer;
}
.testimonials__pagination-dots {
  width: fit-content !important;
}
.testimonials__pagination-dots .swiper-pagination-bullet {
  width: 18px;
  height: 14px;
  background-color: unset !important;
  background-image: url("../../assets/icons/slider-dot.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 12px !important;
}
.testimonials__pagination-next {
  cursor: pointer;
}

.faq {
  padding-bottom: 120px;
}
.faq__inner {
  width: 100%;
  border-radius: 20px;
  background: #F5F8FE;
  padding: 40px 25px;
  box-shadow: 0 148px 42px 0 rgba(186, 186, 186, 0), 0 95px 38px 0 rgba(186, 186, 186, 0.01), 0 53px 32px 0 rgba(186, 186, 186, 0.05), 0 24px 24px 0 rgba(186, 186, 186, 0.09), 0 6px 13px 0 rgba(186, 186, 186, 0.1);
}
.faq__title {
  color: #141414;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.48px;
  font-size: 36px;
  margin-bottom: 70px;
}
.faq__content {
  display: flex;
  gap: 15px;
}
.faq__content-image {
  width: 398px;
  height: 398px;
}
.faq__content-list {
  max-width: 690px;
}
.faq__content-list__elem {
  border-radius: 3.48px;
  background: #FFF;
  box-shadow: 0 0.378px 0 0 #A9D4FF, 2.83px 0 0 0 #A9D4FF inset;
}
.faq__content-list__elem + .faq__content-list__elem {
  margin-top: 15px;
}
.faq__content-list__elem .faq__list-elem__question {
  cursor: pointer;
  color: #292524;
  font-size: 19px;
  font-weight: 700;
  padding: 27px 50px 27px 19px;
  position: relative;
}
.faq__content-list__elem .faq__list-elem__question::after {
  position: absolute;
  content: url("../../assets/icons/faq/arrow-down.svg");
  right: 19px;
  top: 27px;
}
.faq__content-list__elem .faq__list-elem__answer {
  font-size: 16px;
  line-height: 125%;
  height: 0;
  overflow: hidden;
}
.faq__content-list__elem.opened .faq__list-elem__question {
  padding-bottom: 12px;
}
.faq__content-list__elem.opened .faq__list-elem__question::after {
  transform: rotate(180deg);
}
.faq__content-list__elem.opened .faq__list-elem__answer {
  padding: 0 43px 17px 19px;
}

.footer {
  background: url("../../assets/images/footer/bg.png") no-repeat center;
  background-size: cover;
  padding: 130px 0 60px;
}
.footer__inner {
  width: 100%;
}
.footer__main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  padding-bottom: 44px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__main-logo {
  gap: 15px;
  display: flex;
  align-items: center;
}
.footer__main-logo__icon {
  width: 38.4px;
  height: 40px;
}
.footer__main-logo__name {
  color: #EC2024;
  font-weight: 600;
  font-size: 24px;
}
.footer__main-navigation__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.footer__main-navigation__list li a {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.16px;
}
.footer__main-social {
  display: flex;
  gap: 18px;
}
.footer__main-social li {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 90px;
  border: 1px solid #003188;
}
.footer__main-social li a {
  display: inline-flex;
}
.footer__bottom {
  padding-top: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom-contacts {
  gap: 56px;
  display: flex;
  align-items: center;
}
.footer__bottom-contact {
  gap: 12px;
  display: flex;
  align-items: center;
}
.footer__bottom-contact__icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer__bottom-contact__cta {
  font-size: 14px;
  line-height: 24px;
}
.footer__bottom-contact__cta span {
  color: #003188;
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}
.footer__bottom-copyright {
  font-size: 16px;
  line-height: 26px;
  text-align: right;
}
.footer__bottom-copyright__links {
  gap: 15px;
  display: flex;
  align-items: center;
}

@media (max-width: 1200px) {
  .faq__content-image {
    display: none;
  }
  .faq__content-list {
    max-width: unset;
  }
}
@media (max-width: 1150px) {
  .testimonials__card:nth-child(1):before {
    background: url("../../assets/images/testimonials/backgrounds/4.png") no-repeat center;
  }
  .testimonials__card:nth-child(1) .testimonials__card-text {
    margin: 0 auto;
  }
  .testimonials__card:nth-child(2) {
    width: 305px !important;
    height: 352px !important;
  }
  .testimonials__card:nth-child(2):before {
    background: url("../../assets/images/testimonials/backgrounds/4.png") no-repeat center;
    background-size: cover;
    width: 305px !important;
    height: 318px !important;
  }
  .testimonials__card:nth-child(2) .testimonials__card-image {
    max-width: 76px;
    height: 76px;
    margin-bottom: 11px;
  }
  .testimonials__card:nth-child(2) .testimonials__card-text {
    max-width: 230px;
    margin: 0 auto;
    font-size: 12px;
  }
  .testimonials__card:nth-child(2) .testimonials__card-quotes {
    width: unset;
    height: unset;
  }
  .testimonials__card:nth-child(2) .testimonials__card-name {
    font-size: 18px;
  }
  .testimonials__card:nth-child(2) .testimonials__card .testimonials__card-quotes {
    width: unset;
    height: unset;
  }
  .testimonials__card:nth-child(3):before {
    background: url("../../assets/images/testimonials/backgrounds/4.png") no-repeat center;
  }
  .testimonials__card:nth-child(3) .testimonials__card-text {
    margin: 0 auto;
  }
  .testimonials__card:nth-child(4):before {
    background: url("../../assets/images/testimonials/backgrounds/4.png") no-repeat center;
  }
  .testimonials__card:nth-child(4) .testimonials__card-text {
    margin: 0 auto;
  }
  .testimonials__card:nth-child(5) {
    width: 305px !important;
    height: 352px !important;
  }
  .testimonials__card:nth-child(5):before {
    background: url("../../assets/images/testimonials/backgrounds/4.png") no-repeat center;
    background-size: cover;
    width: 305px !important;
    height: 318px !important;
  }
  .testimonials__card:nth-child(5) .testimonials__card-image {
    max-width: 76px;
    height: 76px;
    margin-bottom: 11px;
  }
  .testimonials__card:nth-child(5) .testimonials__card-text {
    max-width: 230px;
    margin: 0 auto;
    font-size: 12px;
  }
  .testimonials__card:nth-child(5) .testimonials__card-quotes {
    width: unset;
    height: unset;
  }
  .testimonials__card:nth-child(5) .testimonials__card-name {
    font-size: 18px;
  }
  .testimonials__card:nth-child(5) .testimonials__card .testimonials__card-quotes {
    width: unset;
    height: unset;
  }
  .testimonials__card:nth-child(6):before {
    background: url("../../assets/images/testimonials/backgrounds/4.png") no-repeat center;
  }
  .testimonials__card:nth-child(6) .testimonials__card-text {
    margin: 0 auto;
  }
}
@media (max-width: 1000px) {
  .introduction__strengths {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-around;
  }
  .introduction__title {
    font-size: 60px;
  }
  .introduction__text {
    font-size: 20px;
  }

  .services__title {
    font-size: 36px;
  }
  .services__text {
    font-size: 16px;
  }

  .testimonials__title {
    font-size: 36px;
  }
  .testimonials__card:nth-child(2):after {
    background: unset;
  }
  .testimonials__card:nth-child(5):after {
    background: unset;
  }

  .faq__content-list__elem.opened .faq__list-elem__answer {
    height: auto !important;
    padding-right: 10px;
  }

  .footer__main {
    flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .workflow__title {
    font-size: 44px;
  }
  .workflow__text {
    font-size: 14px;
    line-height: 27px;
  }
  .workflow__step-image {
    max-width: 114px;
    height: 114px;
  }
  .workflow__step-info__title {
    font-size: 28px;
  }
  .workflow__step-info__description {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .header__mail {
    display: none;
  }

  .services__pagination-next {
    display: none;
  }
  .services__pagination-prev {
    display: none;
  }
  .services__title {
    font-size: 24px;
  }
  .services__text {
    font-size: 14px;
    line-height: 27px;
  }
  .services__text span {
    display: none;
  }

  .workflow__step-info__title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .faq__title {
    margin-bottom: 40px;
  }
  .faq__content {
    flex-wrap: wrap;
  }
  .faq__content-list__elem .faq__list-elem__question {
    font-size: 16px;
  }

  .footer__main {
    justify-content: space-around;
  }
  .footer__bottom {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .footer__bottom-contacts {
    gap: 20px;
  }
  .footer__bottom-copyright {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .introduction__title {
    font-size: 50px;
  }
  .introduction__text {
    font-size: 18px;
  }

  .workflow__step {
    gap: 10px;
  }
  .workflow__step-image {
    max-width: 83px;
    height: 83px;
  }
  .workflow__step-info__phone {
    display: none;
  }
  .workflow__step-info__phone-mobile {
    display: flex;
    justify-content: center;
    max-width: unset;
  }

  .faq__inner {
    background: unset;
    padding: 0;
    box-shadow: unset;
  }
  .faq__content-list__elem .faq__list-elem__answer {
    font-size: 12px;
  }
}
@media (max-width: 520px) {
  .header__logo {
    gap: 10px;
  }
  .header__logo-icon {
    width: 26px;
    height: 27px;
  }
  .header__logo-name {
    font-size: 13px;
  }
  .header__phone svg {
    width: 12px;
    height: 12px;
  }
  .header__phone span {
    font-size: 16px;
  }

  .introduction {
    background-image: url("../../assets/images/introduction/bg-mobile.png");
    padding-top: 54px;
  }
  .introduction__strengths {
    display: none;
  }
  .introduction__strengths-mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 88px;
    text-align: center;
  }
  .introduction__strengths-mobile__item {
    width: 100%;
  }
  .introduction__strengths-mobile__item img {
    display: block;
    margin: 0 auto 10px;
  }
  .introduction__strengths-mobile__item span {
    font-size: 20px;
    font-weight: 700;
  }
  .introduction__strengths-mobile__item + .introduction__strengths-mobile__item {
    margin-top: 24px;
  }
  .introduction__title {
    font-size: 36px;
    line-height: 130%;
  }
  .introduction__text {
    margin-bottom: 40px;
  }

  .services {
    padding: 40px 0 67px;
  }
  .services__supertitle {
    font-size: 12px;
    margin-bottom: 0;
  }
  .services .swiper-wrapper {
    padding-top: 40px;
  }

  .workflow {
    padding-bottom: 140px;
  }
  .workflow__title {
    font-size: 36px;
  }
  .workflow__text {
    margin-bottom: 60px;
  }
  .workflow__steps {
    margin-bottom: 40px;
  }
  .workflow__step-info__title {
    font-size: 16px;
  }
  .workflow__step-info__description {
    font-size: 12px;
  }
  .workflow__step-info__phone-mobile {
    padding: 15px 0;
  }
  .workflow__step-number {
    font-size: 16px;
    max-width: 36px;
    height: 36px;
  }
  .workflow__step:first-child .workflow__step-number::after {
    content: url("../../assets/images/workflow/steps-connector-mobile.png");
    top: 40px;
  }
  .workflow__step:nth-child(2) .workflow__step-number::after {
    content: url("../../assets/images/workflow/steps-connector-mobile.png");
    top: 48px;
  }
  .workflow__step + .workflow__step {
    margin-top: 35px;
  }

  .testimonials {
    padding: 60px 0;
  }
  .testimonials__title {
    font-size: 32px;
    max-width: 330px;
    margin: 0 auto 40px;
  }
  .testimonials__cards {
    margin-bottom: 40px;
  }
  .testimonials__card:nth-child(1):before {
    background: url("../../assets/images/testimonials/backgrounds/4.png") no-repeat center;
  }
  .testimonials__card:nth-child(1) .testimonials__card-text {
    margin: 0 auto;
  }
  .testimonials__card:nth-child(2):before {
    background: url("../../assets/images/testimonials/backgrounds/4.png") no-repeat center;
  }
  .testimonials__card:nth-child(2) .testimonials__card-image {
    margin-bottom: 11px;
  }
  .testimonials__card:nth-child(2) .testimonials__card-text {
    max-width: 230px;
    margin: 0 auto;
  }
  .testimonials__card:nth-child(2) .testimonials__card-quotes {
    width: unset;
    height: unset;
  }
  .testimonials__card:nth-child(2) .testimonials__card-name {
    font-size: 18px;
  }
  .testimonials__card:nth-child(3):before {
    background: url("../../assets/images/testimonials/backgrounds/4.png") no-repeat center;
  }
  .testimonials__card:nth-child(3) .testimonials__card-text {
    margin: 0 auto;
  }
  .testimonials__card:nth-child(4):before {
    background: url("../../assets/images/testimonials/backgrounds/4.png") no-repeat center;
  }
  .testimonials__card:nth-child(4) .testimonials__card-text {
    margin: 0 auto;
  }
  .testimonials__card:nth-child(5):before {
    background: url("../../assets/images/testimonials/backgrounds/4.png") no-repeat center;
  }
  .testimonials__card:nth-child(5) .testimonials__card-image {
    margin-bottom: 11px;
  }
  .testimonials__card:nth-child(5) .testimonials__card-text {
    max-width: 230px;
    margin: 0 auto;
  }
  .testimonials__card:nth-child(5) .testimonials__card-quotes {
    width: unset;
    height: unset;
  }
  .testimonials__card:nth-child(5) .testimonials__card-name {
    font-size: 18px;
  }
  .testimonials__card:nth-child(6):before {
    background: url("../../assets/images/testimonials/backgrounds/4.png") no-repeat center;
  }
  .testimonials__card:nth-child(6) .testimonials__card-text {
    margin: 0 auto;
  }
  .testimonials__pagination-next {
    display: none;
  }
  .testimonials__pagination-prev {
    display: none;
  }

  .faq {
    padding-bottom: 60px;
  }
  .faq__title {
    margin-bottom: 12px;
  }
  .faq__content-image {
    display: block;
    margin: 0 auto;
  }

  .footer {
    padding-top: 100px;
  }
  .footer__main {
    justify-content: flex-start;
    padding-bottom: 20px;
  }
  .footer__main-logo__icon {
    width: 52px;
    height: 54px;
  }
  .footer__main-logo__name {
    font-size: 22px;
  }
  .footer__main-social {
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }
  .footer__main-navigation {
    width: 100%;
  }
  .footer__main-navigation__list {
    gap: unset;
    justify-content: space-between;
  }
  .footer__bottom {
    justify-content: flex-start;
    padding-top: 20px;
  }
  .footer__bottom-contacts {
    display: block;
  }
  .footer__bottom-contact:first-child {
    margin-bottom: 30px;
  }
  .footer__bottom-copyright {
    gap: 20px;
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
  .footer__bottom-copyright__links {
    justify-content: center;
  }
}
@media (max-width: 429px) {
  .header__logo {
    gap: 5px;
  }
  .header__logo-name {
    font-size: 11px;
  }

  .introduction__title {
    font-size: 30px;
  }
  .introduction__text {
    font-size: 14px;
  }
  .introduction__strengths-mobile__item span {
    font-size: 18px;
    display: flex;
    justify-content: center;
  }

  .services__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .services__text {
    font-size: 12px;
    line-height: 22px;
  }

  .workflow__step-info__description {
    font-size: 11px;
  }
  .workflow__step:nth-child(2) .workflow__step-number::after {
    top: 40px;
  }
  .workflow__step-image {
    display: none;
  }

  .testimonials__title {
    font-size: 24px;
  }
  .testimonials__card {
    border-radius: 30px;
  }
  .testimonials__card:nth-child(1) {
    width: 280px !important;
    background-color: #003188;
    padding-top: 30px;
  }
  .testimonials__card:nth-child(2) {
    width: 280px !important;
    height: 377px !important;
    background-color: #003188;
    padding-top: 30px;
  }
  .testimonials__card:nth-child(2)::before {
    background: unset;
  }
  .testimonials__card:nth-child(3) {
    width: 280px !important;
    background-color: #003188;
    padding-top: 30px;
  }
  .testimonials__card:nth-child(4) {
    width: 280px !important;
    background-color: #003188;
    padding-top: 30px;
  }
  .testimonials__card:nth-child(5) {
    width: 280px !important;
    height: 377px !important;
    background-color: #003188;
    padding-top: 30px;
  }
  .testimonials__card:nth-child(5)::before {
    background: unset;
  }
  .testimonials__card:nth-child(6) {
    width: 280px !important;
    background-color: #003188;
    padding-top: 30px;
  }

  .faq__title {
    font-size: 24px;
    margin-bottom: 0;
  }
  .faq__content-image {
    max-width: 300px;
    height: 300px;
  }
  .faq__content-list__elem .faq__list-elem__question {
    font-size: 14px;
  }
  .faq__content-list__elem .faq__list-elem__question:after {
    right: 12px;
  }
  .faq__content-list__elem.opened .faq__list-elem__answer {
    padding-right: 10px;
  }

  .footer__main-navigation__list {
    gap: 14px;
  }
  .footer__main-navigation__list li a {
    font-size: 12px;
  }
}
@media (max-width: 340px) {
  .workflow__step.workflow__step:nth-child(2) .workflow__step-number::after {
    top: 46px;
  }
}
@media (hover: hover) {
  .header__logo:hover {
    opacity: .8;
  }
  .header__logo:hover .header__logo-name {
    color: #003188;
  }
  .header__mail:hover, .header__phone:hover {
    color: #EC2024;
  }
  .header__mail:hover svg path, .header__phone:hover svg path {
    fill: #EC2024;
  }

  .testimonials__pagination-dots .swiper-pagination-bullet:hover,
  .services__pagination-dots .swiper-pagination-bullet:hover {
    opacity: unset;
  }
  .testimonials__pagination-prev:hover, .testimonials__pagination-next:hover,
  .services__pagination-prev:hover,
  .services__pagination-next:hover {
    opacity: .5;
  }

  .services__card-phone:hover {
    background-color: transparent;
    color: #EC2024;
  }

  .faq__content-list__elem:not(.opened) .faq__list-elem__question:hover {
    background-color: #e6ebff;
  }

  .footer__main-logo:hover {
    opacity: .8;
  }
  .footer__main-logo:hover .footer__main-logo__name {
    color: #003188;
  }
  .footer__main-navigation__list li a:hover {
    color: #EC2024;
  }
  .footer__main-social li:hover {
    opacity: .5;
  }
  .footer__bottom-contact:hover .footer__bottom-contact__cta,
  .footer__bottom-contact:hover .footer__bottom-contact__cta span {
    color: #EC2024;
  }
  .footer__bottom-copyright__links a:hover {
    color: #EC2024;
  }
}
@media (hover: none) {
  .header__logo:active {
    opacity: .8;
  }
  .header__logo:active .header__logo-name {
    color: #003188;
  }
  .header__mail:hover, .header__phone:hover {
    color: #EC2024;
  }
  .header__mail:hover svg path, .header__phone:hover svg path {
    fill: #EC2024;
  }

  .testimonials__pagination-dots .swiper-pagination-bullet:active,
  .services__pagination-dots .swiper-pagination-bullet:active {
    opacity: unset;
  }
  .testimonials__pagination-prev:active, .testimonials__pagination-next:active,
  .services__pagination-prev:active,
  .services__pagination-next:active {
    opacity: .5;
  }

  .faq__content-list__elem:not(.opened) .faq__list-elem__question:active {
    background-color: #e6ebff;
  }

  .footer__main-logo:active {
    opacity: .8;
  }
  .footer__main-logo:active .footer__main-logo__name {
    color: #003188;
  }
  .footer__main-navigation__list li a:active {
    color: #EC2024;
  }
  .footer__main-social li:active {
    opacity: .5;
  }
  .footer__bottom-contact:active .footer__bottom-contact__cta,
  .footer__bottom-contact:active .footer__bottom-contact__cta span {
    color: #EC2024;
  }
  .footer__bottom-copyright__links a:active {
    color: #EC2024;
  }
}
