body {
  background-color: #FBFBFB;
}

.h2 {
  font-size: 28px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .h2 {
    font-size: 48px;
  }
}

.btn-black {
  display: inline-block;
  padding: 15px 24px;
  background-color: #212F52;
  border-width: 0;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.btn-black:hover {
  background-color: #232d9c;
}

.btn-outline-black {
  display: inline-block;
  padding: 15px 24px;
  background-color: #FBFBFB;
  border: 1px solid #212F52;
  border-radius: 8px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  color: #212F52;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  /*&:hover {
    background-color: #212F52;
    color: #fff;
  }*/
}

.clients-title {
  text-align: center;
  margin-bottom: 48px;
}

.IndexFullPhoto .photo {
  max-height: 488px;
}

.section-hero {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
.section-hero__title {
  margin: 0 auto 24px;
  max-width: 1170px;
  font-size: 32px;
  line-height: 0.96;
  font-weight: 500;
  letter-spacing: -0.05em;
}
@media (min-width: 1024px) {
  .section-hero__title {
    font-size: 80px;
    margin-bottom: 40px;
  }
}
.section-hero__btn {
  width: 100%;
  max-width: 520px;
}

.accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  border: 1px solid #212F52;
  border-radius: 16px;
  padding: 16px 32px;
  cursor: pointer;
}
.accordion__title {
  font-size: 22px;
  line-height: 30px;
}
.accordion__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border: 1px solid #212F52;
  border-radius: 50%;
  background-color: #212F52;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.accordion__icon::before, .accordion__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 17px;
  height: 1px;
  background-color: #fff;
  content: "";
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.accordion__icon::before {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.accordion__icon::after {
  -webkit-transform: translateX(-50%) rotate(90deg);
          transform: translateX(-50%) rotate(90deg);
}
.accordion__header:hover .accordion__icon, .accordion__item--active .accordion__icon {
  background-color: #fff;
}
.accordion__header:hover .accordion__icon::before, .accordion__header:hover .accordion__icon::after, .accordion__item--active .accordion__icon::before, .accordion__item--active .accordion__icon::after {
  background-color: #212F52;
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}
.accordion__item--active .accordion__content {
  max-height: 3000px;
}
.accordion__text {
  padding: 24px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: 100%;
      grid-template: auto/100%;
  grid-gap: 20px;
}
@media (min-width: 1024px) {
  .accordion__text {
    -ms-grid-rows: auto;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr);
        grid-template: auto/repeat(2, minmax(0, 1fr));
  }
}
.accordion__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 14px 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.accordion__link::after {
  display: block;
  width: 30px;
  height: 16px;
  margin-left: 16px;
  background-image: url(../img/new-index/arrow-small.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  content: "";
}

.section-faq {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (min-width: 1024px) {
  .section-faq__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: minmax(0, 1fr) 34px minmax(0, 2.1fr);
        grid-template: auto/minmax(0, 1fr) minmax(0, 2.1fr);
    grid-gap: 34px;
  }
}
.section-faq__title {
  margin-bottom: 48px;
}
@media (min-width: 1024px) {
  .section-faq__title::after {
    display: block;
    width: 100%;
    max-width: 168px;
    height: 20px;
    margin-top: 20px;
    background-image: url(../img/new-index/arrow-long.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: auto 100%;
    content: "";
  }
}
.section-faq__accordion {
  width: 100%;
}

.section-description {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-description__title {
  margin-bottom: 48px;
  text-align: center;
}
.section-description__box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.section-description__text {
  margin-bottom: 48px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-align: left;
}
@media (min-width: 1024px) {
  .section-description__text {
    font-size: 24px;
    text-align: justify;
  }
}
.section-description__btn {
  width: 100%;
}

.section-services {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-services__title {
  margin-bottom: 48px;
  text-align: center;
}
.section-services__filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}
@media (min-width: 550px) {
  .section-services__filter-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1024px) {
  .section-services__filter-box {
    gap: 64px;
  }
}
.section-services__filter {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
  opacity: 0.5;
  color: #000;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .section-services__filter {
    font-size: 32px;
  }
}
.section-services__filter:hover {
  opacity: 0.8;
}
.section-services__filter--active {
  opacity: 1;
}
.section-services__sliders {
  max-width: 1270px;
  margin: 0 auto 48px;
}
.section-services__slider-box {
  display: none;
  gap: 16px;
}
.section-services__slider-box--active {
  display: block;
}
@media (min-width: 1024px) {
  .section-services__slider-box--active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.section-services__slider {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1023px) {
  .section-services__slider .swiper-wrapper {
    overflow: visible;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.section-services__cards-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1023px) {
  .section-services__cards-col--mobile-hidden {
    display: none;
  }
}
.section-services__cards-col--mobile-hidden.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-services__slider-more {
  width: 100%;
  margin-top: 48px;
}
@media (min-width: 1024px) {
  .section-services__slider-more {
    display: none;
  }
}
.section-services__slider-more.hidden {
  display: none;
}
.section-services__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  background-color: #EFEFEF;
  border-radius: 32px;
}
.section-services__slide-tag {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-bottom: 10px;
  padding: 8px 16px;
  border: 1px solid #212F52;
  border-radius: 50px;
  font-size: 14px;
  line-height: 1;
  color: #212F52;
}
.section-services__slide-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 90px;
}
.section-services__slide-img {
  display: block;
  margin-left: auto;
  width: 101px;
  border-radius: 16px;
  aspect-ratio: 1;
}
.section-services__slider-prev, .section-services__slider-next {
  display: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  min-height: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  background-size: 24px auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (min-width: 1024px) {
  .section-services__slider-prev, .section-services__slider-next {
    display: block;
  }
}
.section-services__slider-prev:hover, .section-services__slider-next:hover {
  opacity: 1;
}
.section-services__slider-prev:disabled, .section-services__slider-next:disabled {
  opacity: 0 !important;
}
.section-services__slider-prev {
  background-image: url("../img/new-index/arrow-slider-next.svg");
}
.section-services__slider-next {
  background-image: url("../img/new-index/arrow-slider-prev.svg");
}
.section-services__text-box {
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.section-services__text {
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
  text-align: left;
}
@media (min-width: 1024px) {
  .section-services__text {
    margin-bottom: 24px;
    text-align: justify;
  }
}
.section-services__btn {
  width: 100%;
}

.section-about {
  padding-top: 70px;
  padding-bottom: 70px;
}
.section-about__title {
  margin-bottom: 32px;
  text-align: center;
}
.section-about__content-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  -ms-grid-columns: auto;
      grid-template: auto/auto;
  grid-gap: 20px;
  margin-bottom: 48px;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .section-about__content-grid {
    margin-bottom: 168px;
    -ms-grid-rows: auto;
    -ms-grid-columns: minmax(0, 1fr) 20px minmax(0, 1fr) 20px minmax(0, 1fr);
        grid-template: auto/repeat(3, minmax(0, 1fr));
  }
}
.section-about__text {
  font-size: 24px;
}
@media (min-width: 1024px) {
  .section-about__text {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .section-about__text {
    font-size: 24px;
  }
}
.section-about__big-text {
  font-size: 32px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .section-about__big-text {
    font-size: 24px;
  }
}
@media (min-width: 1280px) {
  .section-about__big-text {
    font-size: 32px;
  }
}
.section-about__card-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  .section-about__card-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-about__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  min-height: 316px;
  padding: 32px;
  border: 1px solid #212F52;
  border-radius: 32px;
  background-color: #FBFBFB;
  text-align: right;
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
@media (min-width: 1024px) {
  .section-about__card {
    min-height: unset;
    aspect-ratio: 1.3;
    -webkit-transform: skewY(19deg);
            transform: skewY(19deg);
    width: 380px;
  }
}
@media (min-width: 1280px) {
  .section-about__card {
    width: 500px;
  }
}
.section-about__card:not(:first-child) {
  margin-top: -70px;
}
@media (min-width: 1024px) {
  .section-about__card:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .section-about__card:not(:last-child) {
    margin-left: -96px;
  }
}
@media (min-width: 1280px) {
  .section-about__card:not(:last-child) {
    margin-left: -194px;
    padding-inline: 55px;
  }
}
.section-about__card-value {
  margin-bottom: 24px;
  font-size: 74px;
  line-height: 1;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .section-about__card-value {
    margin-bottom: 32px;
    font-size: 54px;
  }
}
@media (min-width: 1280px) {
  .section-about__card-value {
    font-size: 96px;
  }
}
.section-about__card-text {
  font-size: 19px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media (min-width: 1024px) {
  .section-about__card-text {
    font-size: 16px;
  }
}
@media (min-width: 1280px) {
  .section-about__card-text {
    font-size: 24px;
  }
}