.page-title--about {
 background: linear-gradient(90deg, #F4F8FD 0%, #C3E9E4 100%);
}


.about-intro {
 background: #EFF5FB;
 padding: 60px 0;
}
.about-intro::before {
    content: none;
}

.about-intro__title {
 margin-bottom: 20px;
}

.about-intro__top {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 40px;
}

.about-intro__features {
 display: grid;
 grid-template-columns: repeat(2, 1fr);
 gap: 15px;
}

.about-intro__feature {
 padding: 25px;
 border-radius: 15px;
 background: #FFF;
 box-shadow: 0 11px 18px 0 rgba(8, 37, 67, 0.06);
 display: flex;
 gap: 15px;
}

.about-intro__icon {
 line-height: 0;
}

.about-intro__icon svg,
.about-intro__icon img {
 width: 40px;
 height: 40px;
 flex-shrink: 0;
 aspect-ratio: 1/1;
 object-fit: contain;
}

.about-intro__subtitle {
 color: #343E4A;
 font-size: 15px;
 font-weight: 400;
 line-height: 140%;
}

.about-intro__text {
 color: #343E4A;
 font-size: 15px;
 font-weight: 400;
 line-height: 140%;
}

.about-intro__description {
 color: #343E4A;
 font-size: 15px;
 font-weight: 400;
 line-height: 140%;
}

.about-intro__description p {
 margin-bottom: 15px;
}

.about-intro__description p:last-child {
 margin-bottom: 0;
}

.about-intro__stats {
 margin-top: 20px;
 display: grid;
 grid-template-columns: repeat(4, 1fr);
 gap: 20px;
}

.about-intro__stat {
 padding: 25px;
 border-radius: 15px;
 background: #FFF;
 box-shadow: 0 11px 18px 0 rgba(8, 37, 67, 0.06);
}

.about-intro__stat-top {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 10px;
}

.about-intro__stat-label {
 color: #0B54A0;
 font-size: 12px;
 font-weight: 600;
 line-height: 133%;
 padding: 7px 10px;
 border-radius: 10px;
 background: #EFF5FB;
 box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.03);
}

.about-intro__stat-icon {
 line-height: 0;
 width: 32px;
 height: 32px;
 border-radius: 900px;
 background: #EFF5FB;
 box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.03);
 display: flex;
 align-items: center;
 justify-content: center;
}

.about-intro__stat-icon svg,
.about-intro__stat-icon img {
 width: 16px;
 height: 16px;
 flex-shrink: 0;
 object-fit: contain;
}

.about-intro__stat-content {
 margin-top: 5px;
}

.about-intro__stat-value {
 color: #20247A;
 font-family: Nunito;
 font-size: 36px;
 font-weight: 700;
 line-height: 150%;
 margin-bottom: 5px;
}

.about-intro__stat-text {
 color: #343E4A;
 font-size: 14px;
 font-weight: 400;
 line-height: 143%;
}


.about-history {
 padding: 214px 0;
 overflow: hidden;
}

.about-history__title {
 margin-bottom: 30px;
}

.about-history__wrapper {
 position: relative;
}

.about-history__timeline {
 position: relative;
 padding-top: 30px;
 margin-bottom: 50px;
 overflow: visible;
}

.about-history__line {
 position: absolute;
 top: 0px;
 left: 0;
 width: 1890px;
 height: 5px;
 border-radius: 900px;
 background: linear-gradient(270deg, #14776D -6.55%, #19D8C4 100%);
 z-index: 1;
 transition: transform 0.3s ease;
}

.about-history__line--dragging {
 transition: none;
}

.about-history__slider {
 overflow: visible;
 margin: 0;
 padding: 0;
}

.about-history__slides {
 display: flex;
 align-items: stretch;
 gap: 20px;
 transition: transform 0.3s ease;
 user-select: none;
}

.about-history__slides--dragging {
 transition: none;
}

.about-history__slide {
 height: auto;
 flex: 0 0 295px;
 width: 295px !important;
 position: relative;
}

.about-history__drop {
 position: absolute;
 top: -43px;
 left: -5px;
 width: 23px;
 height: 29px;
 transition: all 0.3s ease;
 z-index: 2;
 display: flex;
 align-items: center;
 justify-content: center;
}

.about-history__drop svg {
 width: 23px;
 height: 29px;
 filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.about-history__card {
 padding: 20px;
 border-radius: 15px;
 border: 3px solid #BACFE3;
 background: #FFF;
 height: 100%;
 display: flex;
 flex-direction: column;
}

.about-history__header {
 display: flex;
 align-items: center;
 justify-content: space-between;
 gap: 5px;
 margin-bottom: 5px;
 flex-shrink: 0;
}

.about-history__label {
 color: #0B54A0;
 font-size: 12px;
 font-weight: 600;
 line-height: 133%;
 padding: 7px 10px;
 border-radius: 10px;
 background: #EFF5FB;
 box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.03);
}

.about-history__icon {
 line-height: 0;
 width: 32px;
 height: 32px;
 border-radius: 900px;
 background: #EFF5FB;
 box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.03);
 display: flex;
 align-items: center;
 justify-content: center;
 flex-shrink: 0;
}

.about-history__icon svg {
 width: 16px;
 height: 16px;
 flex-shrink: 0;
}

.about-history__year {
 color: #20247A;
 font-family: Nunito;
 font-size: 36px;
 font-weight: 700;
 line-height: 150%;
 margin-bottom: 5px;
 flex-shrink: 0;
}

.about-history__text {
 color: #343E4A;
 font-family: Inter;
 font-size: 14px;
 font-weight: 400;
 line-height: 143%;
 flex: 1;
 overflow: hidden;
}

.about-history__controls {
 display: flex;
 justify-content: center;
}

.about-history__scrollbar {
 width: 100%;
 max-width: 100%;
 height: 8px;
 background: transparent;
 position: relative;
 padding: 8px 0;
}

.about-history__track {
 width: 100%;
 height: 8px;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 border-radius: 900px;
 border: 1px solid rgba(255, 255, 255, 0.53);
 background: #E7EDF3;
 box-shadow: 2px 4px 4px 0 rgba(0, 0, 0, 0.05) inset;
}

.about-history__thumb {
 width: 52px;
 height: 52px;
 position: absolute;
 top: -22px;
 left: 0;
 cursor: grab;
 border-radius: 900px;
 transition: transform .3s, box-shadow .3s;
 background: #FFF;
 box-shadow: 0 11px 18px 0 rgba(8, 37, 67, 0.06);
}

.about-history__thumb--animate {
 transition: transform .3s, box-shadow .3s, left .3s;
}

.about-history__thumb:hover {
 transform: scale(1.05);
}

.about-history__thumb:active {
 cursor: grabbing;
}

.about-history__thumb img {
 width: 52px;
 height: 52px;
 object-fit: contain;
}



.faq {
 background: #EFF5FB;
 padding: 60px 0 40px;
}

.faq__wrapper {
 display: flex;
 gap: 100px;
}

.faq__content {
 flex: 1;
}

.faq__title {
 margin-bottom: 30px;
}

.faq__list {
 display: grid;
 grid-template-columns: 1fr;
 gap: 10px;
}

.faq__item {
 background: #fff;
 width: 100%;
 border-radius: 10px;
 overflow: hidden;
}

.faq__question {
 width: 100%;
 padding: 4px 4px 4px 15px;
 background: #FFF;
 text-align: left;
 display: flex;
 justify-content: space-between;
 align-items: center;
 gap: 10px;
 border-radius: 10px;
 border: 2px solid #fff;
 transition: all .3s;
}

.faq__question svg {
 transition: all .3s;
 width: 22px;
 height: 22px;
}

.faq__question path {
 transition: all .3s;
}

.faq__question svg path {
 stroke: #0B54A0;
}

.faq__question-text {
 color: #343E4A;
 font-family: Inter;
 font-size: 15px;
 font-weight: 700;
 line-height: 140%;
 transition: all .3s;
}

.faq__question-icon {
 line-height: 0;
 padding: 12px;
}

.faq__answer {
 display: none;
}

.faq__answer-content {
 padding: 15px;
 color: #343E4A;
 font-size: 14px;
 font-weight: 400;
 line-height: 143%;
}

.faq__item--active .faq__question {
 border-color: #BACFE3;
}

.faq__item--active .faq__question-text {
 color: #0B54A0;
}

.faq__item--active .faq__question-icon svg {
 transform: rotate(180deg);
}

.faq__answer.faq__answer--active {
 display: flex;
 width: 100%;
}


.faq__image {
 flex: 1 1 100%;
 max-width: 664px;
}

.faq__img {
 width: 664px;
 height: 556px;
 object-fit: cover;
}

.promo-subscribe__submit {
 padding: 18px 23px;
}

@media (max-width: 1220px) {
 .faq__wrapper .faq__image {
  display: none;
 }
}

@media (max-width: 1024px) {
 .about-intro {
  padding: 30px 0;
 }

 .about-intro__top {
  grid-template-columns: 1fr;
  gap: 20px;
 }

 .about-intro__feature {
  padding: 14px;
  border-radius: 10px;
 }

 .about-intro__icon svg,
 .about-intro__icon img {
  width: 28px;
  height: 28px;
 }

 .about-intro__text,
 .about-intro__subtitle {
  font-size: 13px;
 }

 .about-intro__features {
  gap: 10px;
 }

 .about-intro__description {
  font-size: 13px;
 }

 .about-intro__description p {
  margin-bottom: 10px;
 }

 .about-intro__stats {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  overflow-x: auto;
  width: 100vw;
  padding-left: 34px;
  padding-right: 15px;
  margin-left: -40px;
 }

 .about-intro__stat {
  padding: 12px;
  border-radius: 12px;
  width: 240px;
  min-width: 240px;
 }

 .about-intro__stat-label {
  font-size: 11px;
 }

 .about-intro__stat-icon {
  width: 29px;
  height: 29px;
 }

 .about-intro__stat-value {
  font-size: 19px;
 }

 .about-intro__stat-text {
  font-size: 12px;
 }

 .about-history {
  overflow: hidden;
 }

 .about-history__title {
  margin-bottom: 25px;
 }

 .about-history__timeline {
  padding-top: 25px;
  margin-bottom: 30px;
 }

 .about-history__drop {
  top: -38px;
 }

 .about-history__card {
  padding: 14px;
  border-radius: 10px;
  height: 100%;
 }

 .about-history__year {
  font-size: 29px;
 }

 .about-history__text {
  font-size: 13px;
 }

 .about-history__thumb {
  width: 36px;
  height: 36px;
  top: -10px;
 }

 .about-history__thumb img {
  width: 36px;
  height: 36px;
 }

 .faq {
  padding: 30px 0;
 }

 .faq__title {
  margin-bottom: 20px;
  font-size: 20px;
 }

 .faq__question-text {
  font-size: 13px;
 }

 .faq__question svg {
  width: 19px;
  height: 19px;
 }

 .faq__question-icon {
  padding: 4px;
 }

 .faq__question {
  width: 100%;
  padding: 7px 4px 7px 11px;
 }

 .faq__answer-content {
  padding: 10px 11px;
  font-size: 13px;
 }

 .promo-subscribe__submit {
    padding-right: 12px;
    padding-left: 12px;
  font-size: 13px;
 }

}
.form-block {
    padding-top: 214px;
    padding-bottom: 60px;
}
@media (max-width: 991px) {
    .about-history {
        padding-top: 92px;
        padding-bottom: 92px;
    }
    .promo-subscribe, .form-block {
        padding-top: 92px;
    }
    .form-block {
        padding-bottom: 30px;
    }
}


@media (max-width: 768px) {
 .about-intro__features {
  grid-template-columns: 1fr;
 }

 .about-intro__feature {
  align-items: center;
 }

 .about-intro__stats {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: -15px;
 }

 .about-history__slide:last-child {
  margin-right: 15px;
 }

 .faq__question {
  padding: 3px 4px 2px 11px;
 }

 .promo-subscribe__wrapper {
  gap: 15px;
  flex-direction: column;
 }

 .promo-subscribe__banner {
  max-width: 100%;
 }

 .promo-subscribe__banner-btn {
  display: none;
 }

 .promo-subscribe__banner-content {
  max-width: 213px;
 }

 .promo-subscribe__form-group {
  flex-direction: column;
  gap: 8px;
 }

 .promo-subscribe__input {
  width: 100%;
 }

 .promo-subscribe__submit {
  width: 100%;
 }

 .promo-subscribe__form-title {
  max-width: 228px;
 }

 .promo-subscribe__form-text {
  max-width: 202px;
 }

 .promo-subscribe__notification {
  height: 188px;
  top: 0;
  right: -26px;
 }
}
@media (max-width: 580px) {
    .about-history {
        padding-top: 59px;
        padding-bottom: 59px;
    }
    .form-block {
        padding-top: 44px;
        padding-bottom: 15px;
    }
}



.m-page {
    padding-top: 182px;
}
@media (max-width: 1260px) {
    .m-page {
        padding-top: 120px;
    }
}
@media (max-width: 767px) {
    .m-page {
        padding-top: 93px;
    }
}