/* =========================== Шапка сайта ============================= */
.header__nav-social {
    display: none;
}
@media (max-width: 1199px) {
  .header__nav-social {
      display: flex;
      padding: 0;
      list-style: none;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 3.5rem;
  }
}
.header__nav-social > li {
    margin: 0 2rem 0 0;
}
.header__nav-social a {
    text-decoration: none;
    transition: color .25s;
    color: #ffffff;
}
.header__nav-social svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
}
.header__phone {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
}
@media (max-width: 370px) {
    .header__phone {
        font-size: 1.2rem;
        margin: 0 0 0 .5rem;
    }
}
.header__nav-call {
    display: block;
}
.header__nav-call-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    column-gap: 4rem;
    row-gap: 1.5rem;
}
.header__nav-call-list li > span {
    display: block;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1rem;
}
.header__nav-call-list + .ui-btn.is-xl-hidden {
    margin: 2.5rem 0 3rem;
}

/* =========================== Таймер - Библиотека ============================= */
.flipdown.flipdown__theme-light .rotor-group-heading:before {
    color: #fff
}

.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):after,.flipdown.flipdown__theme-light .rotor-group:nth-child(n+2):nth-child(-n+3):before {
    background-color: #fff
}

.flipdown.flipdown__theme-light .rotor,.flipdown.flipdown__theme-light .rotor-leaf-front,.flipdown.flipdown__theme-light .rotor-top {
    color: #000;
    background-color: #fff
}

.flipdown.flipdown__theme-light .rotor-bottom,.flipdown.flipdown__theme-light .rotor-leaf-rear {
    color: #333;
    background-color: #fff
}

.flipdown.flipdown__theme-light .rotor:after {
    border-top: 1px solid rgba(0,0,0,.15)
}

.flipdown {
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 2rem
}

.flipdown .rotor-group {
    position: relative;
    margin-right: 16px;
    display: -ms-flexbox;
    display: flex
}

.flipdown .rotor-group:first-of-type .rotor:nth-of-type(2) {
    /*display: none*/
}

.flipdown .rotor-group:last-child {
    margin-right: 0
}

.flipdown .rotor-group-heading {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1.2rem;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: center;
    padding: .8rem 0 0 0;
    color: #fff
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
    content: attr(data-before)
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
    content: attr(data-before)
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
    content: attr(data-before)
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
    content: attr(data-before)
}

.flipdown .rotor {
    position: relative;
    float: left;
    width: 4.2rem;
    height: 6rem;
    margin: 0 .3rem 0 0;
    border-radius: 4px;
    font-size: 4rem;
    text-align: center;
    perspective: 200px
}

.flipdown .rotor:last-child {
    margin-right: 0
}

.flipdown .rotor-bottom,.flipdown .rotor-top {
    overflow: hidden;
    position: absolute;
    width: 4.2rem;
    height: 3rem
}

.flipdown .rotor-leaf {
    z-index: 1;
    position: absolute;
    width: 4.2rem;
    height: 6rem;
    transform-style: preserve-3d;
    transition: transform 0s
}

.flipdown .rotor-leaf.flipped {
    transform: rotateX(-180deg);
    transition: all .5s ease-in-out
}

.flipdown .rotor-leaf-front,.flipdown .rotor-leaf-rear {
    overflow: hidden;
    position: absolute;
    width: 4.2rem;
    height: 3rem;
    margin: 0;
    transform: rotateX(0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.flipdown .rotor-leaf-front {
    line-height: 6rem;
    border-radius: 4px 4px 0 0
}

.flipdown .rotor-leaf-rear {
    line-height: 0;
    border-radius: 0 0 4px 4px;
    transform: rotateX(-180deg)
}

.flipdown .rotor-top {
    line-height: 6rem;
    border-radius: 4px 4px 0 0
}

.flipdown .rotor-bottom {
    bottom: 0;
    line-height: 0;
    border-radius: 0 0 4px 4px
}

.flipdown .rotor:after {
    content: "";
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4.2rem;
    height: 3rem;
    border-radius: 0 0 4px 4px
}

@media (max-width: 576px) {
    .flipdown .rotor {
        font-size:2.2rem;
        margin-right: 3px
    }

    .flipdown .rotor,.flipdown .rotor-bottom,.flipdown .rotor-leaf,.flipdown .rotor-leaf-front,.flipdown .rotor-leaf-rear,.flipdown .rotor-top,.flipdown .rotor:after {
        width: 3rem
    }

    .flipdown .rotor-group-heading:before {
        font-size: .8rem;
        height: 2rem;
        line-height: 2rem
    }

    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after,.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
        left: 6.9rem
    }

    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
        bottom: 1.3rem;
        height: .8rem;
        width: .8rem
    }

    .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after {
        bottom: 2.9rem;
        height: .8rem;
        width: .8rem
    }

    .flipdown .rotor-leaf-front,.flipdown .rotor-top {
        line-height: 5rem
    }

    .flipdown .rotor,.flipdown .rotor-leaf {
        height: 5rem
    }

    .flipdown .rotor-bottom,.flipdown .rotor-leaf-front,.flipdown .rotor-leaf-rear,.flipdown .rotor-top,.flipdown .rotor:after {
        height: 2.5rem
    }
}

/* =========== Счетчик с обратным отсчетам ================= */
.timer {
    background: #5b6770;
    color: #fff;
    padding: 2.2rem 0;
    margin: 0 0 9rem
}

.timer>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 22px
}

@media (max-width: 1199px) {
    .timer>.container-fluid {
        display:-ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.timer__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0
}

.timer__info svg {
    display: block;
    width: 6rem;
    height: 6rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 2.4rem 0 0
}

.timer__info figcaption {
    display: block;
    font-size: 1.9rem;
    line-height: 1.1;
    font-weight: 400
}

.timer__info b {
    font-weight: 700
}

@media (max-width: 1199px) {
    .timer__info br {
        display:none
    }
}

.timer__group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 54px
}

@media (max-width: 1199px) {
    .timer__group {
        gap:24px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        max-width: 100%
    }
}

.timer__flipdown {
    max-width: 100%
}

.timer__label {
    display: block;
    margin: 0;
    font-size: 1.7rem;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.timer__button .ui-btn {
    width: 100%
}

.timer + .choose {
    margin-top: -9rem;
}

/* =========== Главный слайдер ================= */
.intro__slide-button {
    margin-top: 3rem;
}
@media (max-width: 1199px) {
    .intro__request {
        margin-bottom: 3.5rem;
    }
    .intro:not(.has-form) {
        min-height: auto;
        padding-bottom: 0;
    }
}
.intro {
    display: flex;
    flex-direction: column;
}
.intro__request {
    order: 2;
    margin-bottom: 0;
}
.intro__slide-desc br {
    display: block;
}
@media (min-width: 1200px) {
    .intro__slide-desc {
         top: -16rem;
         margin: 0 0 -16rem;
    }
}
.intro__slide-gift {
    float: none;
}
.intro__form .ui-text {
    margin-bottom: 2rem;
}
.intro__slide-wysiwyg {
    margin: 0 0 4.4rem;
}
@media (max-width: 767px) {
    .intro__slide-wysiwyg {
        margin: 0 0 2rem;
    }
}
.intro__slide {
    overflow: visible;
}
.intro__slide-gift-title:before {
    left: -16rem;
    right: 0rem;
    min-width: 40vw;
}
@media (max-width: 767px) {
    .intro__slide-gift-title:before {
        left: -11rem;
        right: 0;
        min-width: auto;
    }
    .intro__slide-gift-desc {
        margin: 0 0 0 12rem;
        min-height: 5.4rem;
    }
    .intro__slide-gift-image {
        position: absolute;
        left: 1rem;
        z-index: 100;
    }
}
@media (max-width: 767px) {
    .intro__slide--formobile {
        display: flex;
        flex-direction: column;
        height: 100%;   
    }   
    .intro__slide--formobile > .container-fluid {
        display: flex;
        flex: 1;
        
    }
    .intro__slide--formobile > .container-fluid > .row {
        display: flex;
        flex-direction: column;
        flex: 1;
        
    }
    .intro__slide--formobile > .container-fluid > .row > .col-xl-4 {
        margin: auto 0 0 0;
        flex: 0 0 auto;
    }

    .intro__slide--formobile .intro__slide-group {
        padding: 0 0 3rem;
    }

    .intro__slide--formobile .intro__slide-desc {
        margin: 0;
    }

    .intro__slide--formobile .intro__slide-image {
        position: relative;
        top: 0;
        margin: 0 -2rem -2rem;
    }
}
.intro__yandex-widget {
    position: absolute;
    top: 8.5rem;
    left: 0rem;
    width: 100%;
    z-index: 5;
}
.intro.has-yandex-rating {
    padding-top: 16rem;
}
@media (min-width: 768px) {
    .intro.has-yandex-rating {
        padding-top: 20.5rem;
    }
    .intro__yandex-widget {
        top: 12.5rem;
    }
}
@media (min-width: 1200px) {
    .intro.has-yandex-rating {
        padding-top: 12.3rem;
    }
    .intro__yandex-widget {
        top: 10rem;
    }
}
/* =========== Ошибки в формах ================= */
.text-err {
    font-size: 1.2rem;
}

.request .ui-check.is-error + .text-err {
    margin-top: -2rem;
    margin-bottom: 2rem;
}

.ransome .text-err {
    color: #ffffff;
    margin-top: .8rem;
}

.ransome .form-message.text-scs {
    color: #ffffff;
}

.tradein .text-err {
    margin-top: .8rem;
}

.is-error .ui-rating__star path {
    transition: fill .3s ease-in-out;
}

.is-error .ui-rating__star path {
    fill: #da291c;
}

.popup__form .text-err {
    margin-top: .8rem;
}

.is-error [name="f_Agree"] + .ui-check__checkbox {
    border-color: #da291c;
}

.credit-calc__data .is-error:not(.recaptcha) {
    border: 1px solid #da291c;
}



/* =========== Стилизованный скролл =========== */
[data-scrollbar] {
  position: relative;
}

.scroll-content {
  padding-right: 1.4rem;
}

.scrollbar-x {
  display: none;
}

.scrollbar-y {
  position: relative;
}

.scrollbar-track-y {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  width: 0.4rem;
  background: #d0d3d4;
  border-radius: 1rem;
}

.scrollbar-thumb-y {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.4rem;
  background: #7c7c7c;
  border-radius: 1rem;
  cursor: pointer;
  z-index: 100;
}

[data-scrollbar] {
  position: relative;
}
/* ================= Табы с предложениями =================== */
.choose {
    min-height: 100svh;
}
.choose__model-content {
    opacity: 0;
}
.choose__model-content.is-active {
    opacity: 1;
    transition: opacity .6s ease-in;
}
.choose__model-content * {
    pointer-events: none;
}
.choose__model-content.is-active * {
    pointer-events: all;
}
.choose__info-text ul {
        padding: 0;
        list-style: none;
}
.choose__info-text > ul > li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e37639;
}
.choose__info-text > ul > li {
    display: block;
    margin-bottom: 15px;
    position: relative;
    padding-left: 14px;
}
@media (min-width: 1200px) {
    .choose__type-wrapper {
        padding: 2rem 0;
    }
}
@media (min-width: 768px) {
    .choose__info-price {
        margin: 0 0 3rem;
    }
}
/* ================= Отзывы =================== */
.reviews__item-blockquote {
    max-height: 16.8rem;
}
.reviews__yandex {
   margin-top: 2rem;
}

/* ===================== Footer ====================== */ 
.footer__call {
    font-size: 2.6rem;
}
.footer__call-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    column-gap: 4rem;
    row-gap: 2.5rem;
}
.footer__call-list li > span {
    display: block;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: .5rem;
}
.footer__call-list + .ui-btn.ui-btn--orange {
    margin: 3rem 0;
}

/* ================= Google Captcha =================== */
.footer__recaptcha {
    height: 100%;
    display: flex;
    align-items: center;
}
.footer__recaptcha p {
    font-size: 11px;
}
.footer__recaptcha a {
    color: inherit;
}
/* ================= Карточки =================== */
.services__card-control .ui-btn--link {
    margin: 0 2rem 0 0;
}
.services + .map.request, .services + .banner.get-cost, .services + .banner.request-banner, .services + .choose, .services + .banner.cover {
    margin-top: -7rem;
}
@media (min-width: 768px) {
    .services + .map.request, .services + .banner.get-cost, .services + .banner.request-banner, .services + .choose, .services + .banner.cover {
        margin-top: -10rem;
    }
}
@media (min-width: 1200px) {
   .services + .map.request, .services + .banner.get-cost, .services + .banner.request-banner, .services + .choose, .services + .banner.cover {
        margin-top: -12rem;
    }
}
/* ================= Первый экран =================== */
.state-program-20 {
    margin: 0 0 3rem;
    height: 11.5rem;
    position: relative;
}
.state-program-20 > svg {
         transform: rotateZ(8deg);
         position: absolute;
         left: .5rem;
         top: 1rem;
}
@media (max-width: 767px) {
    .state-program-20 {
         height: 0;
         margin: 0;
    }
    .state-program-20 > svg{
         position: absolute;
         right: 1rem;
         top: 0;
         left: unset;
         transform: translateY(calc(-100% - 11rem)) rotateZ(346deg);
         width: 7.3rem;
         height: 4rem;
    }
}
@media (min-width: 768px) {
    .topbar__desc .state-program-20 > svg, .topbar-corporative__desc .state-program-20 > svg {
        transform: rotateZ(352deg);
    }
}
.topbar__desc .topbar__control {
     margin-top: 2.6rem;
}
.topbar-corporative__menu + .topbar-corporative__control {
    margin-top: 3rem;
}
@media (min-width: 768px) {
    .topbar-corporative__menu + .topbar-corporative__control {
        margin-top: 2.6rem;
    }
}

.lineup__control {
    margin-bottom: 3rem;
}
.lineup__text {
    margin-bottom: 3rem;
}

.topbar + .text, .topbar + .request-banner, .topbar + .banner.conditions {
    margin-top: -7rem;
}
@media (min-width: 768px) {
    .topbar + .text, .topbar + .request-banner, .topbar + .banner.conditions {
        margin-top: -10rem;
    }
}
@media (min-width: 1200px) {
    .topbar + .text, .topbar + .request-banner, .topbar + .banner.conditions {
        margin-top: -12rem;
    }
}
.topbar__back {
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 2.2rem;
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #e37639;
    position: relative;
    z-index: 3;
}

.topbar__back svg {
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 .8rem 0 0
}

.topbar__back:hover {
    text-decoration: none;
    color: #e37639
}

/* ================= Текст =================== */
.text {
    padding: 9rem 0;
}
.text__title {
    display: block;
    margin: 0 0 4rem;
    font: 300 3rem / 1 "LADA Pragmatica", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}
@media (min-width: 1200px) {
    .text__title {
        font-size: 4rem;
        margin: 0 0 5.5rem;
    }
}
.text .container-fluid > *:first-child {
    margin-top: 0;
}
.text .container-fluid > *:last-child {
    margin-bottom: 0;
}

/* =============  Преимущества ================ */
.benefits__subtitle {
    text-transform: uppercase;
}

/* ================= Баннер =================== */
@media (min-width: 1200px) {
  .conditions--small-padding {
      padding: 12rem 0;
  }
}
.conditions .lineup__menu {
    margin: 2rem 0;
}
.conditions .lineup__menu > li {
    padding-left: 0;
}
.conditions .lineup__menu > li:before {
    display: none;
}
.conditions__button {
    margin-top: 3rem;
}
.banner.conditions + .benefits {
    margin-top: 12rem;
}
.request-banner {
  position: relative;
  margin: 0 0 12rem;
  padding: 8rem 0;
  background: #000;
  color: #fff;
}
@media (min-width: 1200px) {
  .request-banner {
    padding: 12rem 0;
  }
}
.request-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}
.request-banner__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 9.36%, rgba(0, 0, 0, 0) 45.09%);
}
.request-banner__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.request-banner__wrapper {
  position: relative;
  z-index: 2;
}
.request-banner__wrapper .row {
  margin: 0 -1.1rem -4rem;
  -ms-flex-align: end;
  align-items: flex-end;
}
.request-banner__wrapper .row > [class^=col] {
  padding: 0 1.1rem 4rem;
}

.request-banner__wysiwyg {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}
.request-banner__wysiwyg h1,
.request-banner__wysiwyg h2,
.request-banner__wysiwyg h3,
.request-banner__wysiwyg h4,
.request-banner__wysiwyg h5,
.request-banner__wysiwyg h6 {
  display: block;
  margin: 0 0 2.2rem;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
.request-banner__wysiwyg p {
  margin: 0 0 2rem;
}
.request-banner__wysiwyg p:last-child {
  margin: 0;
}
@media (min-width: 1200px) {
  .request-banner__wysiwyg {
    font-size: 2rem;
  }
  .request-banner__wysiwyg h1,
.request-banner__wysiwyg h2,
.request-banner__wysiwyg h3,
.request-banner__wysiwyg h4,
.request-banner__wysiwyg h5,
.request-banner__wysiwyg h6 {
    font-size: 5rem;
  }
}

.request-banner__title {
  display: block;
  margin: 0 0 2.2rem;
  font-size: 4rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .request-banner__title {
    font-size: 5rem;
  }
}

.request-banner__text {
  display: block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  text-transform: uppercase;
}
.request-banner__text br {
  display: none;
}
@media (min-width: 768px) {
  .request-banner__text br {
    display: block;
  }
}
@media (min-width: 1200px) {
  .request-banner__text {
    font-size: 2rem;
  }
}

.request-banner__form {
  background: #fff;
  color: #5B6770;
  padding: 3rem;
}
@media (min-width: 1200px) {
  .request-banner__form {
    padding: 3.6rem 4rem 4rem;
  }
}

.request-banner__form-title {
  display: block;
  margin: 0 0 2rem;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
  color: #E37639;
}
@media (min-width: 1200px) {
  .request-banner__form-title {
    font-size: 4rem;
  }
}

.request-banner__form-text {
  display: block;
  margin: 0 0 2.4rem;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 400;
}
.request-banner__form-data .ui-placeholder {
  margin: 0 0 2.2rem;
}
.request-banner__form-data .ui-placeholder__input,
.request-banner__form-data .ui-placeholder__label {
  font-size: 1.6rem;
}
.request-banner__form-data .ui-btn {
  margin: 0.8rem 0 0 0;
}
.banner + .request:not(.map), .banner + .text, .request-banner + .consultation, .request-banner + .request-banner, .request-banner + .map.request, .request-banner + .cars, .request-banner + .txt-service, .banner.cover + .map.consultation, .request-banner + .banner.cover, .banner.cover + .map.request {
    margin-top: -12rem;
}
.request-banner:last-child {
    margin-bottom: 0;
}


/* ================= Карта=================== */
.main > .map:last-child {
    margin-bottom: 0;
}

/* ================= Фильтр =================== */
[data-filter-holder].disabled > *:not(.spin) {
    user-select: none;
    pointer-events: none;
}
[data-filter-holder].disabled {
    position: relative;
}
[data-filter-holder].disabled .spin {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1500;
    
}
[data-filter-holder].disabled .spin__background {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1501;
    background: rgba(255,255,255,0.5);
}
[data-filter-holder].disabled .spin__icon {
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1502;
}
[data-filter-holder].disabled .spin__icon::before,
[data-filter-holder].disabled .spin__icon::after{
    content: "";
    position: absolute;
    border-radius: inherit;
}
[data-filter-holder].disabled .spin__icon::before {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #fff 20%, #e6873b 100%);
    animation: spin .5s infinite linear;
}
[data-filter-holder].disabled .spin__icon::after {
    width: 85%;
    height: 85%;
    background-color: #fafbfc;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ============= Автомобили ================== */
.cars {
    margin: 0;
    padding: 8rem 0;
}

@media (min-width: 1200px) {
    .cars {
            padding: 12rem 0;
    }
}
.cars__item-preview-front mark {
    background: #e37639;
}
.cars__item-price-old {
    display: inline-block;
    margin: 0 0 1.8rem;
    font-size: 2rem;
    line-height: 1;
    font-weight: 400;
    position: relative;
}
.cars__item-price-old::after {
    content: '';
    display: inline-block;
    border-bottom: 2px solid #e37639;
    transform: rotateZ(-3deg);
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
}
.cars .string {
    margin: 4rem 0;
}
.cars > .container-fluid + .container-fluid {
    margin-top: 4rem;
}
.cars + .txt-individual {
    padding-top: 0;
}
@media (max-width: 767px) {
    .cars__item-price {
        display: none;
    }
    .cars__item-price--mob {
        display: block;
    }
}
@media (min-width: 768px) {
    .cars__item-price--mob {
        display: none;
    }
}
/* ====================== Inform Cols ======================= */
@media (min-width: 768px) {
    .inform-cols {
        font-size: 1.8rem;
    }
}
/* ==================== КОРРЕКЦИЯ ОТСТУПОВ ===================== */
.services + .inform-cols, .services + .txt-individual {
    padding-top: 0;
}
.services + .services {
    margin-top: -7rem;
}
@media (min-width: 768px) {
    .services + .services {
        margin-top: -10rem;
    }
}
@media (min-width: 1200px) {
    .services + .services {
        margin-top: -12rem;
    }
}
.timer + .cars {
    margin-top: -9rem;
}
.inform {
    margin-bottom: 0;
}
.inform + .inform {
    padding-top: 0;
}
.banner.cover + .inform-cols {
    padding-top: 0;
}
.main > .gallery:last-child {
    margin-bottom: 0;
}

.topbar + .selection {
    margin-top: 7rem;
}
@media (min-width: 768px) {
    .topbar + .selection {
        margin-top: 10rem;
    }
}
@media (min-width: 1200px) {
    .topbar + .selection {
        margin-top: 12rem;
    }
}
.selection + .tradein {
    padding-top: 0;
}
.steps + .map.consultation {
    margin-top: -7rem;
}
@media (min-width: 768px) {
    .steps + .map.consultation {
        margin-top: -10rem;
    }
}
@media (min-width: 1200px) {
    .steps + .map.consultation {
        margin-top: -12rem;
    }
}
.services:has(+ .map.consultation) {
    margin-bottom: 0;
}
.banner.request-banner:has(+ .services) {
    margin-bottom: 0;
}
.topbar:has(+ .choose) {
    margin-bottom: 0;
}

/* ============ СТИЛИЗАЦИЯ ССЫЛОК В КОНТЕНТЕ  ============== */
.text a {
    text-decoration: none;
    color: #e6873b;
    border-bottom: .1rem solid;
}
/* =================== SEO ===================== */
.seo h1 {
    text-transform: uppercase;
    font: 400 3rem / 1.2 "LADA Pragmatica", Arial, Helvetica, sans-serif;
    margin: 0;
}
@media (min-width: 1200px) {
    .seo h1 {
        font-size: 4rem;
    }
}
.seo + .cars {
    padding-top: 2rem;
}
/* ================= Карточки товаров ===================== */
.cars__item-equipment-dl-item {
    display: flex;
    align-items: center;
}
.cars__item-equipment-dl-item:not(:last-child) {
    margin-bottom: 1rem;
}

/* ===================== Quiz =================== */
.quiz {
	background: #e6873b;
	color: #fff;
}

.quiz__figure {
	margin: 0 auto;
	max-width: 57.6rem;
	padding: 6rem 0 0;
	position: relative;
	z-index: 1;
	height: 100%;
}

@media (min-width:1200px) {
	.quiz__figure {
		padding: 11rem 0 3rem;
	}
}

.quiz__image {
	position: relative;
	z-index: 2;
	min-width: 100%;
	margin: 0 0 0 -2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: 100%;
}

.quiz__image img {
	display: block;
}

@media (min-width:1200px) {
	.quiz__image {
		width: 150%;
		float: right;
		margin: 0;
	}
}

.quiz__figcaption {
	display: block;
	margin: 0;
	font-size: clamp(4rem,20vw,10rem);
	line-height: 1;
	font-weight: 700;
	opacity: .2;
	position: absolute;
	top: 2rem;
	right: 0;
	z-index: 1;
}

@media (min-width:1200px) {
	.quiz__figcaption {
		font-size: 20rem;
	}
}

.quiz__desc {
	padding: 4rem 0 6rem;
}

@media (min-width:1200px) {
	.quiz__desc {
		padding: 11rem 0;
	}
}

.quiz__title {
	display: block;
	margin: 0 0 1.6rem;
	font: 300 4rem/1 "LADA Pragmatica LightC",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
}

.quiz__title mark {
	color: inherit;
	font-family: "LADA Pragmatica",Arial,Helvetica,sans-serif;
	font-weight: 400;
}

.quiz__text {
	display: block;
	margin: 0 0 3rem;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 67.2rem;
}

.quiz__progress {
	display: block;
	width: 100%;
	height: .4rem;
	overflow: hidden;
	position: relative;
	background: rgba(255,255,255,.2);
	margin: 0 0 3rem;
}

.quiz__progress-bar {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #fff;
	transition: .4s;
}

.quiz__step-title {
	display: block;
	margin: 0 0 .4rem;
	font-size: 2rem;
	line-height: 1.3;
	font-weight: 700;
	text-transform: uppercase;
}

.quiz__step-text {
	display: block;
	margin: 0 0 3rem;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 400;
}

.quiz__step-checklist {
	margin: 0 -2.3rem -2.3rem;
	padding: 0 0 4rem;
	list-style: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.quiz__step-checklist>li {
	padding: 0 2.3rem 2.3rem;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

@media (min-width:768px) {
	.quiz__step-checklist>li {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (min-width:1200px) {
	.quiz__step-checklist>li {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

.quiz__step-check {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	cursor: pointer;
}

.quiz__step-check-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.quiz__step-check-input:checked~.quiz__step-check-radio {
	background: #fff;
}

.quiz__step-check-input:checked~.quiz__step-check-radio:after {
	opacity: 1;
	background: #e6873b;
}

.quiz__step-check-radio {
	display: block;
	margin: 0 1.4rem 0 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 2.4rem;
	height: 2.4rem;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	transition: .25s;
}

.quiz__step-check-radio:after {
	content: "";
	display: block;
	width: 1.2rem;
	height: 1.2rem;
	border: 1px solid #fff;
	border-radius: 50%;
	opacity: 0;
	transition: .25s;
}

.quiz__step-check-text {
	display: block;
	-ms-flex: 1;
	flex: 1;
	font-size: 1.6rem;
	line-height: 1.2;
	font-weight: 400;
}

.quiz__step-control {
	display: -ms-flexbox;
	display: flex;
}

.quiz__step-control>* {
	margin: 0 1.6rem 0 0;
}

.quiz__step-btn {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: top;
	position: relative;
	cursor: pointer;
	height: 3.5rem;
	padding: .2rem 2rem 0;
	border-radius: 40px;
	background: #fff;
	color: #e6873b;
	font: 700 1.4rem/1 "LADA Pragmatica",Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: .04em;
	transition: .25s;
	will-change: transform;
}

.quiz__step-btn svg {
	display: block;
	width: 1.4rem;
	height: 1.4rem;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: relative;
	top: -1px;
}

.quiz__step-btn svg.icon-prev {
	margin-right: 10px;
}

.quiz__step-btn svg.icon-next {
	margin-left: 10px;
}

.quiz__step-btn:hover {
	color: #5b6770;
}

.quiz__step-btn:disabled {
	opacity: .3;
	pointer-events: none;
}

.quiz__step-grid .row {
	margin: 0 -1rem -4rem;
}

.quiz__step-grid .row>[class^=col] {
	padding: 0 1rem 4rem;
}

@media (min-width:1200px) {
	.quiz__step-grid {
		max-width: 67.8rem;
	}
}

.quiz__step-placeholder {
	position: relative;
	margin: 0;
	text-align: left;
}

.quiz__step-placeholder .ui-validate {
	font-size: 1.2rem;
	line-height: 1.2;
	font-weight: 400;
	color: #fff;
}

.quiz__step-placeholder.is-changed .quiz__step-placeholder-label,.quiz__step-placeholder.is-open .quiz__step-placeholder-label {
	transform: scale(.7) translate(0,-10px);
}

.quiz__step-placeholder-label {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 0 1rem;
	pointer-events: none;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	font-size: 1.6rem;
	line-height: 2rem;
	font-weight: 400;
	transition: .25s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transform-origin: 0 0;
	opacity: .6;
}

.quiz__step-placeholder-input {
	display: block;
	transition: .25s;
	width: 100%;
	background: 0 0;
	border: none;
	border-bottom: 1px solid #fff;
	font: 400 1.6rem/2rem "LADA Pragmatica",Arial,Helvetica,sans-serif;
	padding: 0 0 1rem;
	color: #fff;
	margin: 0;
	transition: .25s;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
}

.quiz__step-placeholder-input[readonly] {
	pointer-events: none;
}

.quiz__step-placeholder-input:disabled {
	border-color: #e4ebf1;
	background: #e4ebf1;
	pointer-events: none;
}

.quiz__step-placeholder-input:-ms-input-placeholder {
	color: transparent;
}

.quiz__step-placeholder-input::placeholder {
	color: transparent;
}

.quiz__step-placeholder-input:focus~.quiz__step-placeholder-label,.quiz__step-placeholder-input:not(:placeholder-shown)~.quiz__step-placeholder-label {
	transform: scale(.7) translate(0,-20px);
}

.quiz .text-err {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
}
.quiz__desc {
    height: 100%;
    display: flex;
    align-items: center;
}
.quiz__desc form {
    max-width: 100%;
}
.quiz .text-scs {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
}
@media (max-width: 1199px) {
    .quiz .text-scs {
        text-align: center;
        margin: auto;
    }
}
@media (max-width: 768px) {
    .quiz .text-scs {
        font-size: 2rem;
    }
}

/* ======================== Иконки ========================= */
.icon-state-program-20 {
    width: 16.8rem;
    height: 9.3rem; 
}

/* ======================== Рейтинг ======================== */
.yandex-widget {
    padding: .8rem .85rem;
    background: #FFFFFF59;
    border-radius: 1rem;
    display: inline-flex;
    flex-direction: column;
    gap: .4rem;
    color: #000;
    max-width: 170px;
    text-decoration: none;
}
.yandex-widget__rating, .yandex-widget__body {
    display: flex;
    gap: .5rem;
    align-items: center;
}
.yandex-widget__count {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    min-width: 27px;
    font-family: Arial, Helvetica, sans-serif;
}
.yandex-widget__text {
    margin: 0;
    font-size: 10px;
    line-height: 1;
    text-align: center;
}
.yandex-widget__stars, .yandex-widget__stars-stencil {
    background-repeat: repeat-x;
    background-size: 1.38em 1.2em;
    font-size: 14px;
    width: 95px;
    height: 20px;
}
.yandex-widget__stars { 
    background-image: url('../images/star.svg');
    width: 0%;
}
.yandex-widget__stars-stencil {
    background-image: url('../images/star-empty.svg');
}

/* ================ Popup Year ================= */
.popup-year {
  position: absolute;
  left: 2rem;
  top: 2rem;
  width: 380px;
}

.popup-year__title {
  padding-right: 75px;
  font-size: 28px;
}

.popup-year__image {
  position: absolute;
  top: 0;
  right: 5.5rem;
}

.popup-year__text {
  font-size: 14px;
}

.popup-year__column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 16px;
  max-width: 220px;
  margin-bottom: 2rem;
  font-size: 16px;
  line-height: 120%;
}

.popup-year__column span,
.popup-year__column strong {
  font-size: inherit;
}

.popup-year__descr {
  font-size: 14px;
  margin-bottom: 0;
}

@media (max-width:1600px) {

  .popup-year__image {
    max-width: 50px;
  }

  .popup-year__title {
    padding-right: 65px;
  }
}

@media (max-width:1199px) {
  .popup-year {
    max-width: 310px;
    padding: 26px;
    padding-bottom: 30px;
  }

  .popup-year__image {
    right: 30px;
  }

  .popup-year__title {
    padding-right: 40px;
    font-size: 24px;
  }
}

@media (max-width:350px) {
  .popup-year {
    max-width: 270px;
    padding: 26px 15px;
    padding-bottom: 30px;
  }

  .popup-year__title {
    font-size: 22px;
  }

  .popup-year__image {
    right: 23px;
  }
}



/* =============== Новые карточки автомобилей автохаб в наличии ================= */

.slider-nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.5rem;
}
.slider-nav__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    background-color: #E37639;
}
.slider-nav__btn svg {
    width: 12px;
    height: auto;
    margin-left: 4px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.slider-nav__btn.-prev {
    -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
            transform: rotate(-180deg);
}

.product-screen {
    margin-bottom: 12rem;
}
.product-screen__container {
    max-width: 1426px;
}
.product-screen__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 1rem;
    margin-bottom: 5rem;
    font-family: "LADA Pragmatica", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 4rem;
    text-transform: uppercase;
}
.product-screen__title h2 {
    font: inherit;
    margin: 0;
}
.product-screen__nav {
    display: none;
}
.product-screen__slider {
    position: relative;
}
.product-screen__swiper > .swiper-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
.product-screen__swiper .swiper-wrapper .swiper-slide {
    width: calc(25% - 15px);
    height: auto;
}
.product-screen__swiper .swiper-wrapper .product-car {
    max-width: 100%;
    min-height: 100%;
}

.product-car {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #D0D3D4;
}
.product-car__top {
    position: relative;
    max-width: 100%;
    padding-bottom: 75%;
}
.product-car__image {
    overflow: hidden;
    position: absolute;
    inset: 0;
}
.product-car__image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.product-car__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    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;
    max-width: 100%;
    padding: 20px;
}
.product-car__content * {
    margin: 0;
}
.product-car__title {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    text-transform: uppercase;
}
.product-car__title h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    color: #4C5865;
}
.product-car__title p {
    font-weight: 300;
    color: #5B6770;
}
.product-car__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.product-car__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    margin-bottom: 12px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    padding: 5px;
    padding-right: 15px;
    background-color: #E37639;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 8px;
    font-weight: 700;
    line-height: 120%;
    -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
.product-car__label strong {
    font-size: 22px;
}
.product-car__label p {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
}
.product-car__price {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 5px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    color: #4C5865
}
.product-car__price s {
    font: inherit;
    color: inherit;
}
.product-car__price strong {
    font-size: 22px;
    font-weight: 700;
    color: inherit;
}
.product-car__model {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    margin-bottom: 24px;
}
.product-car__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.product-car__box p {
    font-weight: 400;
    font-size: 15px;
    color: #A6ADB5;
}
.product-car__box strong {
    font-weight: 700;
    font-size: 15px;
    color: #4C5865;
}
.product-car__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
}
.product-car__buttons .ui-btn {
    width: 100%;
    padding: 10px 20px;
}
.product-car__slider {
    position: absolute;
    inset: 0;
    width: 100%;
}
.product-car__slider .swiper-slide {
    overflow: hidden;
    position: relative;
    height: 100%;
    cursor: pointer;
}
.product-car__slider .swiper-slide img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
} 
.product-car__pagination {
    position: absolute;
    z-index: 2;
    left: 20px;
    right: 20px;
    bottom: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
}
.product-car__pagination span {
    position: relative;
    display: block;
    height: 20px;
    width: 20%;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}
.product-car__pagination span::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: rgba(255, 255, 255, 0.40);
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.product-car__pagination span::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 2px;
    width: 0;
    background: rgba(255, 255, 255, 1);
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
}
.product-car__pagination span.swiper-pagination-bullet-active::after {
    width: 100%;
}

@media (max-width:1600px) {
    .product-screen__container {
        max-width: 142.6rem;
    }
}
@media (max-width:1366px) {
    .product-screen__swiper .swiper-wrapper .swiper-slide {
        width: calc(33.333% - 15px);
    }
}
@media (max-width:1199px) {
    .product-screen {
        margin-bottom: 10rem;
    }
    .product-screen__title {
        margin-bottom: 3rem;
        font-size: 3.2rem;
    }
    .product-screen__swiper .swiper-wrapper .swiper-slide {
        width: calc(50% - 15px);
    }
}
@media (max-width:768px) {
    .slider-nav {
        gap: 1.3rem;
    }
    .slider-nav__btn {
        width: 3rem;
        height: 3rem;
    }
    .slider-nav__btn svg {
        width: 8px;
    }

    .product-screen {
        margin-bottom: 7rem;
    }
    .product-screen__title {
        margin-bottom: 3rem;
        font-size: 2.8rem;
    }
    .product-screen__swiper > .swiper-wrapper {
        gap: 0;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .product-screen__nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-top: 4px;
    }
}
@media (max-width: 650px) {
    .product-screen__swiper .swiper-wrapper .swiper-slide {
        width: 100%;
    }
}
/* ========= Product Screen - Edits ========== */
.product-screen {
    margin-top: 12rem;
}
@media (max-width: 1199px) {
    .product-screen {
        margin-top: 10rem;
    }
}
@media (max-width: 768px) {
    .product-screen {
        margin-top: 7rem;
    }
}

/* ========= Пагинация ============= */
.ui-pagination {
    display: flex;
    margin: 5rem 0 0 0;
    gap: 1.2rem;
}
.ui-pagination__menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 1.2rem;
}
.ui-pagination__link, .ui-pagination__dots, .ui-pagination__prev, .ui-pagination__next {
    height: 4rem;
    width: 4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999rem;
    color: #5B6770;
    text-decoration: none;
    line-height: 1;
    transition: background .4s ease-in-out;
    border: .1rem solid transparent;
}
.ui-pagination__prev svg {
    transform: scale(-1);
}
.ui-pagination__link.is-active {
    border: .1rem solid #E37639;
    color: #E37639;
    cursor: default;
}
.ui-pagination__link:not(.is-active):hover, .ui-pagination__prev:not(.is-disabled):hover, .ui-pagination__next:not(.is-disabled):hover {
    background: #EFEFF6;
}
.ui-pagination__prev, .ui-pagination__next {
    border: .1rem solid #D0D3D4;
    color: #5B6770;
}
.ui-pagination__prev.is-disabled, .ui-pagination__next.is-disabled {
    border-color: #EFEFF6;
    color: #D0D3D4;
}
@media (max-width: 767px) {
    .ui-pagination {
        margin: 3rem 0 0 0;
        justify-content: center;
        gap: 0.7rem;
        font-size: 1.3rem;
    }
    .ui-pagination__menu {
        gap: 0.7rem;
    }
    .ui-pagination__link, .ui-pagination__dots, .ui-pagination__prev, .ui-pagination__next {
        height: 2.9rem;
        width: 2.9rem;
    }
    .ui-pagination svg {
        width: 1rem;
    }
}

@media (max-width: 450px) {
    .ui-pagination {
        gap: 0.5rem;
        font-size: 1.2rem;
    }
    .ui-pagination__menu {
        gap: 0.5rem;
    }
    .ui-pagination__link, .ui-pagination__dots, .ui-pagination__prev, .ui-pagination__next {
        height: 2.7rem;
        width: 2.7rem;
    }
    .ui-pagination svg {
        width: 0.9rem;
    }
    .ui-pagination__prev, .ui-pagination__next {
        display: none;
    }
}

/* ====== Визуальная блокировка форм ====== */
.popup__form.-loading form {
    opacity: 0.3;
    pointer-events: none;
}
.popup__form.-loading form * {
    cursor: default;
}

/* === Авто с пробегом  === */
.selection__card {
    position:relative;
}
.selection__card[data-link] {
    cursor: pointer;
}
.selection__card-avito {
    position: absolute;
    z-index: 2;
    background: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem 1rem;
    border: 1px solid #d0d3d4;
}
.selection__card-avito span {
    color: #1B1B1B;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.056rem;
    font-size: 1.4rem;
    line-height: 1;
    padding-top: 0.1rem;
}

/* === ИБ Баннер === */
@media (max-width: 425px) {
  .cover__desc h1, .cover__desc h2, .cover__desc h3 {
     font-size: 9vw;
  }
}

/* ==== ИБ Шаги ==== */
.steps__item-number {
    top: -0.2rem;
}
@media (min-width: 768px) {
    .steps__item-in {
        padding: 9rem 14.5rem 4rem 3rem;
    }
}
@media (min-width: 1200px) {
    .steps__list > li {
        -ms-flex: 1;
        flex: 1;
        min-width: 33.333%;
    }
}

/* === Кредитный калькулятор === */
.credit-calc {
    margin: 0;
}

/* === Детальная информация :: Слайдер === */
.details-info {
    margin: 12rem 0;
}
.details-info__title {
    display: block;
    margin: 0 0 3rem;
    font: 400 2.8rem/1.2 "LADA Pragmatica",Arial,Helvetica,sans-serif;
    text-transform: uppercase
}

@media (min-width: 768px) {
    .details-info__title {
        margin:0 0 3rem;
        font-size: 3.2rem
    }
}

@media (min-width: 1200px) {
    .details-info__title {
        margin:0 0 5rem;
        font-size: 4rem
    }
}
.details-info__item-image {
    line-height: 0;
    margin: 0 0 3rem;
}
.details-info__item-image img {
    width: 100%;
    aspect-ratio: 441 / 330;
    object-fit: cover;
}
.details-info__item-desc {
    color: #4C5865;
}
.details-info__item-title {
    margin: 0 0 1.4rem;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
}
.details-info__item-text {
    font-size: 1.6rem;
    line-height: 130%;
}
@media (max-width: 767px) {
    .swiper-details-info .swiper-slide {
        max-width: 75vw;
        overflow: visible;
    }
}

.details-info__control {
    display:-ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 5rem
}

.details-info__control>* {
    margin: 0 0 0 1.4rem
}

.details-info__control .swiper-next,.details-info__control .swiper-prev {
    width: 4rem;
    height: 4rem;
    border: 1px solid #e37639;
    color: #5B6770;
    border-radius: 50%;
    transition: .25s
}

.details-info__control .swiper-next svg,.details-info__control .swiper-prev svg {
    display: block;
    width: 100%;
    height: 100%
}

.details-info__control .swiper-next.swiper-button-disabled,.details-info__control .swiper-prev.swiper-button-disabled {
    pointer-events: none;
    border-color: #D0D3D4;
    opacity: .5
}

@media (max-width: 767px) {
    .details-info__control {
        margin:0 0 3rem
    }

    .details-info__control .swiper-next,.details-info__control .swiper-prev {
        width: 3rem;
        height: 3rem
    }
}