.car-header {
  background: var(--back-blue);
  padding-top: 98px;
  padding-bottom: 241px;
  position: relative;
  z-index: 2;
  margin-bottom: 54px;
}

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

.car-header__title {
  font-size: 40px;
}

.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;
}

.header-back__back-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.header-back__back {
  position: absolute;
  right: -12px;
  bottom: -48px;
  pointer-events: none;
  z-index: 0;
}

.car-header__title {
  margin: 32px 0 24px 0;
}

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

.car-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;
}
.car-header__subtitle::before {
  content: "";
  width: 12px;
  height: 12px;
  min-width: 12px;
  min-height: 12px;
  border-radius: 50%;
  background: var(--light-blue);
  margin-right: 16px;
}

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

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

.car-header .search-form__form {
  transform: translateY(50%);
  bottom: -241px;
}

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

.faq {
  padding: 100px 0;
  overflow: hidden;
}

.faq-list {
  max-width: 820px;
  position: relative;
}

.faq-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 110%;
  letter-spacing: 0.02em;
  color: #32465a;
  margin-bottom: 60px;
}

.faq-title span {
  color: #3579f4;
}

.faq-wrapper {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  border: 1px solid rgba(53, 121, 244, 0.1);
  border-radius: 16px;
  padding: 19px 24px;
  background: #fff;
  transition: all 0.2s;
  cursor: pointer;
  position: relative;
}

.faq-left {
  padding-right: 60px;
}

.faq-wrapper:hover {
  box-shadow: 0 16px 40px -14px rgba(53, 121, 244, 0.07);
}

.faq-wrapper:hover .faq-right {
  background: rgba(53, 121, 244, 0.06);
}

.faq-wrapper:hover .faq-right svg path {
  fill: #3579f4;
}

.faq-wrapper--active {
  background: #f8f9fe;
}

.faq-wrapper--active .faq-right {
  transform: rotate(180deg);
}

.faq-wrapper--active .faq-right svg {
  margin-left: 0;
}

.faq__question {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #32465a;
  transition: all 0.2s;
}

.faq__answer {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6a7989;
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s ease;
}

.faq-wrapper--active .faq__answer {
  margin-top: 16px;
  max-height: 1000px;
}

.faq-right {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  border-radius: 50%;
  position: absolute;
  right: 19px;
  top: 15px;
}

.faq-right svg {
  margin-left: 1px;
  margin-top: 2px;
}

.faq-decor {
  position: absolute;
  right: 0;
  top: 110px;
  transform: translateX(100%);
}

.car-paragraphs {
  background: var(--back-blue);
}

.car-paragraphs__inner {
  max-width: 925px;
}

.car-paragraphs__title {
  margin-bottom: 60px;
}

.car-paragraphs__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6a7989;
  margin-bottom: 60px;
}
.car-paragraphs__subtitle span {
  color: var(--light-blue);
}
.car-paragraphs__subtitle:last-child {
  margin-bottom: 0;
}

.car-paragraphs__paragraph {
  margin-bottom: 60px;
}
.car-paragraphs__paragraph .paragraph__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #32465a;
  margin-bottom: 28px;
}
.car-paragraphs__paragraph .paragraph__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6a7989;
  display: flex;
  margin-bottom: 16px;
}
.car-paragraphs__paragraph .paragraph__text .dot {
  border-radius: 1px;
  width: 7px;
  height: 7px;
  background: #3579f4;
  margin: 8px 12px 0 8px;
}

.paragraph__table {
  border: 1px solid #e4e7ee;
  border-radius: 32px;
  padding: 40px 40px 24px;
  background: #f8f9fe;
  width: 100%;
}

.paragraph__table-head {
  display: flex;
  margin-bottom: 16px;
}

.paragraph__table-head-item {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #32465a;
}

.paragraph__table-head-item--param {
  width: 210px;
  min-width: 210px;
  margin-right: 28px;
}

.paragraph__table-head-item--value {
  width: 100%;
}

.paragraph__table-row {
  display: flex;
  padding: 16px 0;
}
.paragraph__table-row:last-child {
  padding-bottom: 0;
}

.paragraph__table-line {
  width: calc(100% + 80px);
  height: 1px;
  background: #e4e7ee;
  transform: translateX(-40px);
}

.paragraph__table-cell {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6a7989;
}

.paragraph__table-cell--param {
  width: 210px;
  min-width: 210px;
  margin-right: 28px;
}

.paragraph__table-cell--value {
  width: 100%;
}

@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%;
  }
}
@media (max-width: 1192px) {
  .car-header {
    margin-bottom: 96px;
  }
  .car-header__text {
    max-width: 336px;
  }
}
@media (max-width: 1000px) {
  .car-header .search-form__form {
    flex-direction: column;
    max-width: 500px;
    left: 50%;
    transform: translate(-50%, 93%);
    padding: 16px;
  }
  .car-header {
    margin-bottom: 438px;
  }
}
@media (max-width: 768px) {
  .car-header {
    padding-bottom: 233px;
  }
  .car-header__title {
    margin-bottom: 12px;
  }
  .car-header__subtitle-wrapper {
    margin-bottom: 40px;
  }
  .car-header__subtitle {
    font-size: 20px;
    line-height: 120%;
  }
  .car-header__subtitle-distance {
    font-size: 14px;
    line-height: 140%;
  }
  .car-header__text {
    font-size: 14px;
    line-height: 140%;
  }
  .car-header .search-form__form {
    transform: translate(-50%, 101%);
  }
  .faq-left {
    padding-right: 45px;
  }
  .faq__question {
    font-size: 16px;
  }
  .faq__answer {
    font-size: 14px;
  }
  .faq-decor {
    display: none;
  }
  .faq-title,
  .car-paragraphs__title {
    margin-bottom: 40px;
  }
  .car-paragraphs__paragraph .paragraph__title {
    margin-bottom: 24px;
  }
  .paragraph__table {
    border-radius: 32px;
    padding: 24px 24px 12px;
  }
  .paragraph__table-line {
    width: calc(100% + 48px);
    transform: translateX(-24px);
  }
  .paragraph__table-cell--param {
    width: 96px;
    min-width: 96px;
    margin-right: 16px;
    -webkit-hyphens: auto;
            hyphens: auto;
    word-break: break-word;
  }
  .paragraph__table-head-item--param {
    width: 96px;
    min-width: 96px;
    margin-right: 16px;
    word-break: unset;
    font-size: 14px;
    line-height: 140%;
  }
  .paragraph__table-head-item--value {
    font-size: 14px;
    line-height: 140%;
  }
  .paragraph__table-cell {
    font-size: 14px;
    line-height: 140%;
  }
}