.about-header {
  background: var(--back-blue);
  padding-top: 98px;
  padding-bottom: 253px;
  position: relative;
  overflow: hidden;
}

.about-header .container {
  position: relative;
}

.about-header__title {
  font-size: 40px;
  margin: 32px 0 60px 0;
}

.header-gradient__top {
  position: absolute;
  width: 100%;
  height: 397px;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #dde7f9 0%, #f8f9fe 100%);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.header-gradient__bot {
  position: absolute;
  width: 100%;
  height: 165px;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, #dde7f9 0%, #f8f9fe 100%);
  opacity: 0.4;
  z-index: 0;
  pointer-events: none;
}

.about-header__back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.about-header__back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.about-header__back-gradient {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 1207px;
  background: linear-gradient(90deg, #d5e2ea 0%, rgba(248, 249, 254, 0) 100%);
  mix-blend-mode: screen;
}

.about-header__subtitle-wrapper {
  display: flex;
  margin-bottom: 60px;
  align-items: end;
}

.about-header__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #32465a;
  margin-right: 24px;
  display: inline-flex;
  align-items: center;
}
.about-header__subtitle::before {
  content: "";
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background: var(--light-blue);
  margin-right: 16px;
}

.about-header__subtitle-distance {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #a9b1bc;
}

.about-header__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #32465a;
  max-width: 492px;
}

.about-clients {
  background: var(--back-blue);
}

.about-advantages {
  padding: 0 !important;
  transform: translateY(-103px);
  position: relative;
  z-index: 2;
}

.how-we-work {
  background: #f8f9fe;
}

.how-step {
  z-index: 1;
}

.how-line {
  z-index: 0;
}

.how-step__decor {
  z-index: -1;
}

.about-facts {
  padding-top: 0 !important;
}

.facts-title {
  margin-bottom: 60px;
}

.facts-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6a7989;
  margin-bottom: 28px;
}

.facts-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.facts-grid .grid-item {
  border-radius: 32px;
  padding: 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.facts-grid .grid-item .grid-item__back {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.facts-grid .grid-item .grid-item__back img {
  width: 100%;
  height: 100%;
}
.facts-grid .grid-item .grid-item__number {
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #3579f4;
  margin-bottom: 4px;
}
.facts-grid .grid-item .grid-item__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #32465a;
  margin-bottom: 24px;
}
.facts-grid .grid-item .grid-item__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #6a7989;
}

.about-history {
  background: #3579f4;
  position: relative;
  overflow: hidden;
}
.about-history .container {
  position: relative;
}

.about-history__back-1 {
  position: absolute;
  bottom: -100%;
  left: -308px;
  border-radius: 1000px;
  width: 832px;
  height: 1196px;
  background: radial-gradient(50% 50% at 50% 50%, #fff 0%, rgba(53, 121, 244, 0) 100%);
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}

.about-history__back-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 1000px;
  width: 725px;
  height: 598px;
  background: radial-gradient(50% 50% at 50% 50%, #fff 0%, rgba(53, 121, 244, 0) 100%);
  opacity: 0.2;
  z-index: 0;
  pointer-events: none;
}

.about-history__back-3 {
  position: absolute;
  top: -100%;
  right: -308px;
  border-radius: 1000px;
  width: 832px;
  height: 1196px;
  background: radial-gradient(50% 50% at 50% 50%, #fff 0%, rgba(53, 121, 244, 0) 100%);
  opacity: 0.25;
  z-index: 0;
  pointer-events: none;
}

.about-history__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 60px;
}

.about-history__subtitle {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 28px;
}

.about-history__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 16px;
  max-width: 685px;
}
.about-history__text:last-child {
  margin-bottom: 0;
  max-width: 583px;
}

.about-history__car {
  position: absolute;
  top: 50%;
  right: -89px;
  transform: translateY(-50%);
  pointer-events: none;
}
.about-history__car img {
  width: 100%;
}

.about-how {
  background: var(--back-blue);
}

.advantages__back {
  left: -30px;
  top: -14px;
}

@media (max-width: 1280px) {
  .header-gradient__bot {
    height: calc(9.5652vw + 42.565px);
  }
  .header-gradient__top {
    height: calc(9.5652vw + 274.565px);
  }
  .header-back__back {
    width: calc(31.1956vw + 254.7px);
    bottom: calc(14.5652vw - 234.44px);
  }
  .header-back__back img {
    width: 100%;
  }
  .about-history__car {
    width: calc(24.8913vw + 386.384px);
  }
  .about-history__back-1 {
    width: calc(64.183vw + 67px);
    height: calc(92.198vw + 97px);
  }
  .about-history__back-2 {
    width: calc(36.78vw + 357px);
    height: calc(23.32vw + 320px);
  }
  .about-history__back-3 {
    width: calc(64.183vw + 67px);
    height: calc(92.198vw + 97px);
  }
}
@media (max-width: 1192px) {
  .about-header__text {
    max-width: 348px;
  }
  .about-facts {
    padding-top: 48px !important;
  }
  .about-history__car {
    position: initial;
    transform: translateY(calc(-3.3654vw - 36.93px)) translateX(-69px);
    height: calc(12.6202vw + 269.57px);
  }
  .about-history__text {
    margin-bottom: 0;
    max-width: none;
  }
}
@media (max-width: 1000px) {
  .about-header .search-form__form {
    flex-direction: column;
    max-width: 500px;
    left: 50%;
    transform: translate(-50%, 93%);
    padding: 16px;
  }
  .facts .container {
    overflow: visible;
  }
  .facts-swiper {
    overflow: visible;
  }
  .facts-grid {
    display: flex;
    grid-gap: 0;
  }
  .facts-grid .grid-item {
    width: 295px;
    height: auto;
    padding: 24px;
  }
  .facts-grid .grid-item .grid-item__number {
    font-size: 56px;
  }
  .facts-grid .grid-item .grid-item__title {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .about-header {
    padding-bottom: 90px;
  }
  .about-header__title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .about-header__subtitle-wrapper {
    margin-bottom: 40px;
  }
  .about-header__subtitle {
    font-size: 20px;
    line-height: 120%;
  }
  .about-header__subtitle-distance {
    font-size: 14px;
    line-height: 140%;
  }
  .about-header__text {
    font-size: 14px;
    line-height: 140%;
  }
  .about-advantages {
    transform: translateY(-30px);
  }
  .about-facts {
    padding-top: 60px !important;
  }
  .about-history__title {
    font-size: 32px;
    line-height: 112%;
  }
  .about-history__subtitle {
    font-size: 24px;
    line-height: 120%;
  }
  .about-history__text {
    font-size: 14px;
    line-height: 140%;
    max-width: none;
  }
  .about-history__text:last-child {
    padding-bottom: 0;
  }
  .facts-subtitle {
    font-size: 16px;
    line-height: 150%;
  }
}
@media (max-width: 568px) {
  .about-history__back-2 {
    bottom: -87px;
    left: -50%;
    transform: none;
  }
  .about-history__back-1 {
    left: -50%;
    top: auto;
    bottom: -87px;
  }
  .about-history__back-3 {
    top: -215px;
    right: -50%;
  }
  .about-header__back img {
    -o-object-position: calc(54vw - 660px);
       object-position: calc(54vw - 660px);
  }
  .about-header__back-gradient {
    background: linear-gradient(90deg, #d5e2ea 0%, rgb(248 249 254 / 85%) 100%);
  }
}