.service-auto-header {
  background: var(--back-blue);
  padding-top: 98px;
  padding-bottom: 176px;
  position: relative;
  margin-bottom: 54px;
}

.service-auto-header .container {
  position: relative;
}

.service-auto-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: -103px;
  bottom: -82px;
  pointer-events: none;
  z-index: 0;
}

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

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

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

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

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

.service-auto-header__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #32465a;
  max-width: 555px;
  margin-bottom: 60px;
}
.service-auto-header__text span {
  color: #3579f4;
}

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

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

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

.service-auto-what {
  padding-top: 0 !important;
}

.service-auto-what__title {
  margin-bottom: 28px;
}

.service-auto-what__subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #6a7989;
  margin-bottom: 60px;
}

.service-auto-what__table-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #3579f4;
  margin-bottom: 28px;
}

.service-auto-what__table {
  border: 1px solid #e4e7ee;
  border-radius: 32px;
  padding: 40px 40px 24px;
  background: #fff;
}

.service-auto-what__table-head {
  display: grid;
  grid-template-columns: 210px 1fr 1fr;
  -moz-column-gap: 28px;
       column-gap: 28px;
  padding-bottom: 16px;
}

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

.service-auto-what__table-row {
  display: grid;
  grid-template-columns: 210px 1fr 1fr;
  -moz-column-gap: 28px;
       column-gap: 28px;
  padding: 16px 0;
}
.service-auto-what__table-row:last-child {
  padding-bottom: 0;
}

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

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

.service-auto-what__table-cell--stage,
.service-auto-what__table-head-item--stage {
  width: 210px;
  min-width: 210px;
}

.service-auto-what__attention {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 24px;
  padding: 24px;
  background: var(--back-blue);
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #6a7989;
}

.service-auto-why {
  position: relative;
  overflow: hidden;
}
.service-auto-why .container {
  overflow: visible;
}
.service-auto-why .service-auto-why__swiper {
  overflow: visible;
}

.service-auto-why__back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}
.service-auto-why__back img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

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

.service-auto-why__inner {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.service-auto-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.service-auto-why__grid .grid-item {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  padding: 40px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.2);
  max-width: 323px;
  height: auto;
}
.service-auto-why__grid .grid-item .grid-item__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 16px;
}
.service-auto-why__grid .grid-item .grid-item__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
}

.service-auto-why__info {
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 32px;
  padding: 35px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.01);
}
.service-auto-why__info .info-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  margin-bottom: 24px;
  max-width: 482px;
}
.service-auto-why__info .info-button {
  box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.3);
  background: #fff;
  border-radius: 12px;
  padding: 18px 24px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #3579f4;
  transition: all 0.2s;
}
.service-auto-why__info .info-button:hover {
  background: var(--light-blue);
  color: #fff;
}
.service-auto-why__info .info-button:active {
  scale: 0.96;
}

@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: 72vw;
    bottom: calc(14.5652vw - 234.44px);
  }
  .header-back__back img {
    width: 100%;
  }
  .service-auto-why__back img {
    height: 100%;
  }
  .service-auto-what__table-cell--stage,
  .service-auto-what__table-head-item--stage {
    width: calc(9.5652vw + 77.826px);
    min-width: calc(9.5652vw + 77.826px);
  }
  .service-auto-what__table-head,
  .service-auto-what__table-row {
    -moz-column-gap: calc(1.3043vw + 12.317px);
         column-gap: calc(1.3043vw + 12.317px);
    grid-template-columns: calc(9.5652vw + 77.826px) 1fr 1fr;
    min-width: 410px;
  }
}
@media (max-width: 1000px) {
  .service-auto-why .container {
    overflow: visible;
  }
  .service-auto-why__inner {
    display: block;
  }
  .service-auto-why__grid {
    display: flex;
    margin-bottom: 60px;
    grid-gap: 0;
  }
  .service-auto-why__grid .grid-item {
    max-width: 295px;
    padding: 24px;
  }
  .service-auto-why__back img {
    transform: translateX(-65%);
  }
}
@media (max-width: 840px) {
  .header-back__back {
    position: initial;
    height: calc(51.6667vw - 57px);
    width: calc(101.0417vw + 66.25px);
    transform: translateY(calc(-2.0833vw - 102.5px)) translateX(calc(-14.375vw + 0.75px));
  }
}
@media (max-width: 768px) {
  .service-auto-what__table {
    padding: 24px;
  }
  .service-auto-header {
    padding-bottom: 90px;
  }
  .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%);
  }
  .service-auto-advantages {
    transform: translateY(-86px);
  }
  .service-auto-header__title {
    white-space: normal;
    word-break: break-word;
    font-size: 32px;
  }
  .service-auto-header__text {
    font-size: 14px;
    line-height: 140%;
  }
  .service-auto-header__subtitle-wrapper {
    margin-bottom: 40px;
  }
  .service-auto-header__text {
    font-size: 14px;
    line-height: 140%;
  }
  .service-auto-what__subtitle {
    font-size: 16px;
    line-height: 150%;
  }
  .faq-left {
    padding-right: 45px;
  }
  .faq__question {
    font-size: 16px;
  }
  .faq__answer {
    font-size: 14px;
  }
  .faq-decor {
    display: none;
  }
  .faq-title {
    margin-bottom: 40px;
  }
  .service-auto-why__title {
    font-size: 32px;
    line-height: 112%;
    white-space: normal;
    word-break: break-word;
  }
  .service-auto-why__info {
    padding: 23px 35px;
  }
  .service-auto-what__table-line {
    width: calc(100% + 48px);
    transform: translateX(-24px);
  }
}
@media (max-width: 568px) {
  .service-auto-header__btn {
    width: 100%;
  }
  .service-auto-what__table-head,
  .service-auto-what__table-row {
    grid-template-columns: 100px 139px 139px;
  }
  .service-auto-what__table-cell--stage,
  .service-auto-what__table-head-item--stage {
    white-space: normal;
    word-break: break-word;
    width: 100px;
    min-width: 100px;
  }
  .service-auto-what__table-cell,
  .service-auto-what__table-head-item {
    font-size: 14px;
    line-height: 140%;
  }
  .service-auto-why__info .info-button {
    width: 100%;
    white-space: nowrap;
  }
  .service-auto-what__table {
    overflow-x: auto;
  }
  .service-auto-why__back img {
    transform: translateX(-73%) translateY(56px);
  }
}