/* Розогрыш телефона  */

@media (max-width: 1024px) {

/* мегараспродажа на вечь экран */
    .popup-megasave .popup__close span {
        font-size: 1.2vw;
      }
    
      .popup-megasave__form-wrap {
        padding: 2vw 2.5vw;
        max-width: 60vw;
      }
    
      .popup-megasave__form-top-title h4 {
        font-size: 2.5vw;
      }
    
      .popup-megasave__form-top-text {
        font-size: 1.3vw;
        line-height: 1.5vw;
      }
    
      .popup-megasave__form-fields-button-wrap {
        gap: 8px;
      }
    
      .popup-megasave__form-fields-button-btn {
        font-size: 1.4vw;
        padding: 1.4vw 1.2vw;
      }
    
      .popup-megasave__form-fields-confidentiality span {
        font-size: 1vw;
        line-height: 1.2vw;
      }
    
      .popup-megasave__input-field {
        padding: 0.8vw 1.2vw;
        gap: 0.7vw;
      }
    
      .popup-megasave__input-field label {
        font-size: 1.2vw;
      }
    
      .popup-megasave__input-field input {
        font-size: 1.4vw;
      }
    /* мегараспродажа на вечь экран */


    .popup-preset__wrap{
      flex-direction: column;
      overflow: hidden;
      border-radius: 4px;
      background: radial-gradient(49.65% 75.39% at 2.74% 2.01%, #303030 0%, #181818 100%);
  
    }
    .popup-preset__content{
      position: relative;
      padding: 20px 20px 0;
    }
    .popup-preset__image {
      // max-width: 560px;
      top: 0;
      left: 0;
      margin: 0 auto;
      display: flex;
      justify-content: center;
      // left: inherit;
      object-fit: cover;
      // max-width: 800px;
    }
    .popup-preset__form{
      padding: 16px 16px 32px;
      height: auto;
    }
    .popup-preset__form-wrap{
      max-width: 100%;
    }
    .popup-preset__content-text{
      display: none;
    }
    .popup-preset__content-text-mobil{
      display: flex;
    }
    .popup-preset__image-photo{
      max-width: 150px;
      display: flex;
      margin: 0;
      overflow: hidden;
      margin: 15px auto;
    }
    .popup-preset__image-photo img{
        object-fit: contain;
        height: min-content;
    }
    
  
  }
  @media (max-width: 768px) {
 /* мегараспродажа на весь экран  */
  .popup-megasave {
    overflow-x: hidden;
  }

  .popup-megasave__wrap {
    padding-top: 64px;
    border-radius: 0;
  }

  .popup-megasave__image {
    position: relative;
    left: -10%;
    width: 444px;
    max-width: 444px;
  }

  .popup-megasave__content-title {
    text-align: center;
    font-size: 26px;
    font-weight: 800;
    line-height: 31.2px;
    text-transform: uppercase;
  }

  .popup-megasave__content-subtitle {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
  }

  .popup-megasave .popup__close {
    padding: 20px;
    border: none;
  }

  .popup-megasave .popup__close span {
    display: none;
  }

  .popup-megasave .popup__close svg {
    width: 20px;
    height: 20px;
    fill: white;
  }

  .popup-megasave__inner {
    position: static;
  }

  .popup-megasave__form-top {
    gap: 24px;
  }

  .popup-megasave__form-top-title h4 {
    color: #E0E5EF;
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 24px;
  }

  .popup-megasave__form-top-text {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
  }

  .popup-megasave__form-wrap {
    max-width: 100%;
    padding: 16px;
  }

  .popup-megasave__form-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }

  .popup-megasave__form-fields-button-wrap {
    gap: 12px;
  }

  .popup-megasave__form-fields-button-btn {
    padding: 16px 40px;
    color: var(--white-f, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
  }

  .popup-megasave__form-fields-confidentiality span {
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
  }

  .popup-megasave__input-field {
    padding: 6px 12px;
    max-width: 100%;
  }

  .popup-megasave__input-field input {
    color: #828896;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
  }

  .popup-megasave__input-field label {
    color: #828896;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
  }
    /* мегараспродажа на весь экран  */


    .modal-offer-freer-wrap{
        padding: 20px 24px;
    }

    .modal-offer-freer-content{
        padding: 32px 16px;
    }
    .modal-offer-freer-wrap h2{
        font-size: 24px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
        text-transform: uppercase;

    }
    .modal-offer-freer-wrap p span{
        font-size: 19.2px;
        font-style: normal;
        font-weight: 900;
        line-height: 12.8px;

    }

   .popup-preset__content-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
   }
   .popup-preset__content-subtitle{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
   }
   .popup-preset__form-top-title{
    text-align: center;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px; 
  
   }
   .popup-preset__form-top-text{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
   }
   .popup-preset__input-field{
    padding: 6px 12px ;
   }
   .popup-preset__form-fields{
    gap: 8px;
   }
   
  }

/* Розогрыш телефона  */


/* Колесо фортуны начало */

@media (min-width: 1024px) {
    .fancybox__slide {
        padding: 64px 100px 64px 16px;
    }
}

@media (max-width: 1024px) {
  
   
    .fortuna-popup .fancybox-slide{
        padding-right: 6px;
    }
    .fortuna-popup .fancybox-button.fancybox-close-small{
        right: 5% !important;
        top: 0 !important;
    }
    .fortuna-popup .fancybox-button svg path {
        transform: scale(1.7);
    }
    .fortuna.fancybox-content {
        max-width: 100%;
        padding: 0px 0px 0px 0px;
        background-color: transparent !important;
    }

    .wheel-modal {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-start;
        padding: 0px !important;
        gap: 0px;
        background-color: transparent;
        background-image: none;
        max-width: 100%;
        margin: 0 auto;
        overflow: hidden;


    }

    .wheel-of-fortune {
        transform: rotate(-90deg);
        flex-shrink: 0;

        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        max-width: 521px;
        width: 100%;
        height: auto;
        right: 0%;
        left: 0;
        margin: 0 auto;
        top: 14px;
        aspect-ratio: 1/1;
        z-index: 20;
        padding: 0 20px;
        position: static;
    }

    .wheel-of-fortune__container {
        aspect-ratio: 1/1;
        height: auto;
        position: relative;
    }

    .wheel-of-fortune__arroww {
        position: absolute;
    }

    .wheel-modal__form-section {
        max-width: 100%;
        padding: 40px 34px 50px !important;
        background-image: radial-gradient(103.11% 100.46% at 7.49% 88.9%, #303030 0%, #181818 100%);
        position: relative;
        margin-top: 0px;
        z-index: 2;

    }

    .wheel-modal__form-section::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 200px;
        background-image: radial-gradient(103.11% 100.46% at 7.49% 88.9%, #303030 0%, #181818 100%);
        top: -43%;
        left: 0;
        z-index: 1;
        transform: rotateX(180deg);

    }

   

    .fancybox__slide::after {
        display: none;
    }

    .fancybox__slide::before {
        display: none;
    }

    .carousel__button.is-close {
        top: 3% !important;
        right: 3% !important;
    }

    .wheel-of-fortune__label-text {
        margin-left: -25px;
    }
}

@media (max-width: 500px) {
    .wheel-modal__form-section::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 200px;
        background-image: radial-gradient(103.11% 100.46% at 7.49% 88.9%, #303030 0%, #181818 100%);
        top: -44%;
        left: 0;
        z-index: 1;
        transform: rotateX(180deg);

    }
    .wheel-modal__title{
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
        text-transform: uppercase;
        text-align: center;
    }
    .wheel-modal__description{
        font-size: 12px;
        font-weight: 400;
        line-height: 13px;
        letter-spacing: -0.24px;
        text-align: center;
    }
    .wheel-modal__form-section {
        max-width: 100%;
        padding: 40px 16px 50px !important;
        background-image: radial-gradient(103.11% 100.46% at 7.49% 88.9%, #303030 0%, #181818 100%);
        position: relative;
        margin-top: 0px;

    }

    .popup-prize {
        position: fixed;
        transition: all 0.4s ease-in-out;
        z-index: 2000;
        bottom: 20px;
        right: 0px;
        left: 0;
        background-color: #4caf50;
        color: white;
        padding: 5px 20px;
        border-radius: 5px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
        font-size: 16px;
        opacity: 0;
        transform: translateY(20px);
    }

    .popup-prize p {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
    }

    .wheel-of-fortune__label-text {
        margin-left: -14px;
        padding-left: 70px;
    }

    .wheel-of-fortune__label-text-name {
        gap: 4px;
    }

    .wheel-of-fortune__label-text-name p {
        font-size: 14px;
        font-weight: 700;
        line-height: 16px;
        letter-spacing: -0.42px;
    }

    .wheel-of-fortune__label-text-name span {
        font-size: 11px;
        font-weight: 400;
        line-height: 10px;
        letter-spacing: -0.33px;
    }
}

/* Колесо фортуны конец */

@media (max-width: 1680px) {
    .container {
        max-width: 1300px;
    }

    .hero-banner {
        padding-left: 35px;
    }

    .mark-link__title {
        font-size: 12px;
    }

    .hero-nav__grid {
        -ms-grid-columns: (1fr)[7];
        grid-template-columns: repeat(7, 1fr);
    }

    .car-card-gallery {
        height: 180px;
    }

    .car-card__props-item {
        font-size: 13px;
    }

    .car-card__price-main {
        font-size: 18px;
        font-weight: 500;
    }

    .car-card__price-credit {
        font-size: 12px;
    }

    .footer-geo {
        display: none;
    }

    .model-info__price-sec {
        font-size: 16px;
    }

    .model-info__price-main {
        font-size: 24px;
    }

    .model-info__price {
        gap: 15px;
    }

    .model-info {
        padding: 16px 16px;
    }

    .model-info__label {
        font-size: 13px;
        padding: 5px 12px;
    }

    .model-gallery {
        height: 460px;
    }

    .stock-item__title {
        font-size: 32px;
    }

    .stock-item-id-1__title {
        font-size: 28px;
        margin-bottom: 56px;
    }

    .stock-item {
        height: 280px;
        padding: 24px;
    }

    .stock-item__asset {
        top: 20%;
        right: -9%;
        width: 66%;
        height: 164px;
        border-radius: 200px;
    }

    .stock-item-id-2__title {
        font-size: 32px;
        margin-bottom: 56px;
    }

    .stock-item-id-1__accent {
        font-size: 24px;
        padding: 8px 16px;
    }

    .stock-item-id-2__accent {
        font-size: 20px;
        padding: 10px 16px;
    }

    .stock-item-id-2__accent:not(:last-child) {
        margin-bottom: 8px;
    }

    .stock-item-id-3__title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    .stock-item-id-3 .stock-item__content {
        max-width: 81%;
    }

    .stock-item-id-3__text {
        font-size: 32px;
    }

    .stock-item-id-3__text span {
        display: block;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-top: 44px;
    }

    .stock-item-id-3__title br {
        display: none;
    }

    .stock-item-id-4__title {
        font-size: 32px;
        margin-bottom: 87px;
    }

    .stock-item-id-4__label {
        font-size: 24px;
        padding: 8px 16px;
    }

    .modal-gallery-carousel__next {
        right: -10%;
    }

    .modal-gallery-carousel__prev {
        left: -10%;
    }

    .modal-gallery__close {
        right: -10%;
    }

    .futures-item {
        padding: 16px 24px;
    }

    .documents-card__title {
        font-size: 21px;
    }

    .documents-card__description {
        font-size: 15px;
    }

    .futures-item.futures-item_large {
        background-size: 76%;
    }

    .futures-item.futures-item_single-row .futures-item__title {
        font-size: 18px;
    }

    .futures-item.futures-item_single-row .futures-item__number {
        left: 24px;
    }

    .header-nav__item {
        padding: 2px 10px 0;
    }

    .footer-nav__item {
        padding: 15px 5px;
    }
}

@media (max-width: 1300px) {
    .container,
    .modal-gallery__container {
        max-width: 1056px;
    }

    h1 {
        font-size: 32px;
        line-height: 40px;
        font-weight: bold;
        margin: 0;
    }

    h2 {
        font-size: 24px;
        line-height: 36px;
        text-transform: uppercase;
    }

    .h2 {
        font-size: 24px;
        line-height: 36px;
        text-transform: uppercase;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    h4 {
        font-size: 18px;
        font-weight: bold;
    }

    h5 {
        font-size: 16px;
        font-weight: bold;
    }

    .h5 {
        font-size: 16px;
        font-weight: bold;
    }

    p {
        font-size: 16px;
        line-height: 20px;
    }

    .header-nav {
        display: none;
    }

    .header-burger {
        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: 64px;
        min-width: 64px;
        max-width: 64px;
        height: 64px;
        min-height: 64px;
        max-height: 64px;
        position: relative;
        cursor: pointer;
        background: 0 0;
        -webkit-transition: background .2s;
        -o-transition: background .2s;
        transition: background .2s;
    }

    .header-burger__in {
        width: 24px;
        min-width: 24px;
        max-width: 24px;
        height: 24px;
        min-height: 24px;
        max-height: 24px;
        position: relative;
        display: block;
    }

    .header-burger__line {
        display: block;
        height: 2px;
        min-height: 2px;
        max-height: 2px;
        background-color: #f0f2f6;
        border-radius: 2px;
        position: absolute;
        opacity: 0;
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        top: 0;
        right: 0;
        left: 0;
        -webkit-transition: top .2s, opacity .1s, -webkit-transform .1s;
        transition: top .2s, opacity .1s, -webkit-transform .1s;
        -o-transition: top .2s, opacity .1s, transform .1s;
        transition: top .2s, opacity .1s, transform .1s;
        transition: top .2s, opacity .1s, transform .1s, -webkit-transform .1s;
    }

    .header-burger__line:nth-of-type(1) {
        top: 4px;
        opacity: 1;
    }

    .header-burger__line:nth-of-type(2) {
        top: 11px;
        opacity: 1;
    }

    .header-burger__line:nth-of-type(3) {
        top: 18px;
        opacity: 1;
        left: 6px;
    }

    html.--hamburger-active .header-burger__line:nth-of-type(1) {
        top: 11px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: top .1s,opacity .1s,-webkit-transform .2s;
        transition: top .1s,opacity .1s,-webkit-transform .2s;
        -o-transition: top .1s,opacity .1s,transform .2s;
        transition: top .1s,opacity .1s,transform .2s;
        transition: top .1s,opacity .1s,transform .2s,-webkit-transform .2s
    }

    html.--hamburger-active .header-burger__line:nth-of-type(2) {
        top: 11px;
        opacity: 0
    }

    html.--hamburger-active .header-burger__line:nth-of-type(3) {
        top: 11px;
        left: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: top .1s,opacity .1s,-webkit-transform .2s;
        transition: top .1s,opacity .1s,-webkit-transform .2s;
        -o-transition: top .1s,opacity .1s,transform .2s;
        transition: top .1s,opacity .1s,transform .2s;
        transition: top .1s,opacity .1s,transform .2s,-webkit-transform .2s
    }

    .app-header__inner .logo {
        margin-right: auto;
    }

    .app-header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: var(--color-dark);
        position: fixed;
        top: 64px;
        height: calc(100% - 64px);
        color: var(--color-light-gray);
        width: 335px;
        padding: 40px 24px;
        -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: 24px;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        pointer-events: none;
        overflow: auto;
    }

    .app-header-fav {
        display: none;
    }

    .app-header-phone {
        display: none;
    }

    .app-header__nav {
        display: -ms-grid;
        display: grid;
        width: 100%;
        grid-gap: 12px;
    }

    .app-header__nav-item {
        background: rgb(255 255 255 / 5%);
        border-radius: 4px;
        line-height: 40px;
        padding: 0 16px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        border-left: 4px solid transparent;
    }

    .app-header__nav-item.app-header__nav-item_active {
        border-color: var(--color-accent);
        background: rgb(255 255 255 / 10%);
    }

    .app-header__info {
        background: rgb(255 255 255 / 5%);
        border-radius: 4px;
        width: 100%;
        display: -ms-grid;
        display: grid;
        grid-gap: 10px;
        padding: 12px 16px;
    }

    .app-header__info-location {
        font-size: 20px;
    }

    .app-header__info-worktime {
        color: var(--color-dark-gray);
    }

    html.--hamburger-active .app-header__menu {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        pointer-events: auto;
    }

    html.--hamburger-active body {
        overflow: hidden;
    }

    .hero-banner__asset {
        width: 490px;
    }

    .hero-marks__grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        grid-gap: unset;
        gap: 20px;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
    }

    .mark-link {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15.5%;
        flex: 0 0 15.5%;
    }

    .hero-nav__grid {
        -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
    }

    .footer-geo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .home {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .filter__form-extended {
        display: none;
    }

    .filter__form-inputs {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .filter__form-actions {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .filter__form-actions .btn:last-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .filter__header .btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 32px;
    }

    .car-card-gallery {
        height: 220px;
    }

    .questions {
        max-width: 520px;
    }

    .hero-marks {
        overflow: auto;
        margin-left: -16px;
        margin-right: -16px;
        padding-right: 16px;
        padding-left: 16px;
        width: calc(100% + 16px * 2);
    }

    .section-home {
        padding: 64px 0;
    }

    .section-questions {
        height: 650px;
    }

    .footer-nav {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 16px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .model-props {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 24px;
    }

    .model-page__grid {
        -ms-grid-columns: 1fr 27%;
        grid-template-columns: 1fr 27%;
    }

    .model-page__heading-text {
        padding-top: 5px;
    }

    .model-page__heading {
        margin-bottom: 8px;
    }

    .model-page__header {
        margin-bottom: 40px;
    }

    .model-gallery {
        height: 440px;
    }

    .model-gallery-thumbs {
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
        margin-top: 10px;
    }

    .model-gallery-thumbs__item:nth-child(n + 6) {
        display: none;
    }

    .model-page {
        overflow: hidden;
        width: 100%;
    }

    .model-page.--loaded {
        overflow: unset;
    }

    .model-page > * {
        opacity: 0;
        -webkit-transition-duration: 0ms;
        -o-transition-duration: 0ms;
        transition-duration: 0ms;
    }

    .model-page.--loaded > * {
        opacity: 1;
    }

    .model-info, .model-graph {
        max-width: calc(100% - 27% - 40px);
    }

    .model-info__price-main {
        font-size: 32px;
    }

    .model-info__price-sec {
        font-size: 20px;
    }

    .model-info__label {
        font-size: 14px;
    }

    .model-info__price {
        gap: 24px;
    }

    .app-list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .model-desc-grid {
        grid-gap: 20px;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: repeat(3, 1fr);
    }

    .finance-form {
        padding: 64px;
    }

    .stock-item__asset {
        width: 86%;
        height: 165px;
        -webkit-transform: translate(28%, 18%) rotate(-9deg);
        -ms-transform: translate(28%, 18%) rotate(-9deg);
        transform: translate(28%, 18%) rotate(-9deg);
    }

    .stock-item__content {
        max-width: 75%;
    }

    .banks__grid {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }

    .app-section {
        margin: 80px 0;
    }

    .catalog__grid {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    }

    .modal-gallery__container {
        max-width: 100%;
        padding: 0 107px;
        overflow: hidden;
    }

    .modal-gallery__close {
        display: none;
    }

    .modal-gallery-carousel__next {
        right: -80px;
    }

    .modal-gallery-carousel__prev {
        left: -80px;
    }

    .futures.futures_with_large {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .futures-item.futures-item_single-row .futures-item__title {
        padding-left: 0;
        width: 100%;
        padding-top: 56px;
        font-size: 20px;
        line-height: 28px;
    }

    .futures-item.futures-item_single-row .futures-item__number {
        top: 16px;
        bottom: unset;
        left: 24px;
    }

    .offer-stock-item__content {
        padding: 24px;
    }

    .hero-banner__contacts-geo {
        font-size: 20px;
        line-height: 28px;
    }

    .home.home-without-sidebar .products-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .modal-aside {
        max-width: 100%;
        padding: 64px 80px 0;
    }

    .finance-form__bottom {
        position: sticky;
        bottom: 0;
        z-index: 100;
        padding: 16px 0;
    }

    .finance-form__bottom:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        /*background: white;*/
        width: 100vw;
        height: 100%;
        z-index: -1;
        margin: 0 calc((100vw - 100%) / 2 * -1);
        /*box-shadow: 0 -12px 6px rgb(0 8 83 / 2%);*/
    }

    .modal-aside__vin + .model-content .finance-form {
        padding: 0;
        background: none;
    }

    .modal-aside .modal-aside__vin + .model-content .finance-form {
        background: none;
        padding: 0;
    }

    .modal-aside__body.model-content {
        position: relative;
        overflow: visible;
    }

    .modal-aside__body.model-content .finance-form {
        position: sticky;
        bottom: 0;
        left: 0;
    }
}

@media (max-width: 1020px) {
    .container {
        max-width: 768px;
    }

    h1 {
        font-size: 24px;
        line-height: 28px;
        font-weight: bold;
        margin: 0;
    }

    h2 {
        font-size: 24px;
        line-height: 36px;
        text-transform: uppercase;
    }

    .h2 {
        font-size: 24px;
        line-height: 36px;
        text-transform: uppercase;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    select,
    textarea,
    input {
        font-size: 16px;
    }

    .filter-hover-range {
        display: none;
    }

    .hero-nav__grid {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    }

    .mark-link__icon {
        width: 36px;
        height: 36px;
    }

    .mark-link {
        height: 80px;
    }

    .mark-link__title {
        font-size: 14px;
    }

    .products-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-geo, .footer-worktime {
        display: none;
    }

    .hero-banner__asset {
        width: 330px;
    }

    .app-select-dropdown {
        position: fixed !important;
        left: 0 !important;
        right: 0 !important;
        top: unset !important;
        bottom: 0 !important;
        width: 100% !important;
        height: calc(100% - 64px);
    }

    .app-select-dropdown__inner {
        height: 100%;
        border-radius: 12px 12px 0 0;
        overflow: hidden;
        background: var(--color-white);
        position: relative;
    }

    .app-select-dropdown__header {
        display: block;
        padding: 24px 16px;
        position: relative;
        -webkit-box-shadow: 0 12px 6px rgb(0 8 83 / 2%);
        box-shadow: 0 12px 6px rgb(0 8 83 / 2%);
    }

    html.--select-opened body:after {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgb(24 24 24 / 70%);
        z-index: 100000;
    }

    .app-select-dropdown__title {
        font-size: 16px;
        font-weight: bold;
        color: var(--color-dark);
    }

    .app-select-dropdown__search {
        display: none;
    }

    .app-select-dropdown__close {
        position: absolute;
        right: 16px;
        top: 21px;
        background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.226756 0.226756C0.529097 -0.0755854 1.01929 -0.0755854 1.32163 0.226756L6 4.90513L10.6784 0.226756C10.9807 -0.0755854 11.4709 -0.0755854 11.7732 0.226756C12.0756 0.529097 12.0756 1.01929 11.7732 1.32163L7.09487 6L11.7732 10.6784C12.0756 10.9807 12.0756 11.4709 11.7732 11.7732C11.4709 12.0756 10.9807 12.0756 10.6784 11.7732L6 7.09487L1.32163 11.7732C1.01929 12.0756 0.529097 12.0756 0.226756 11.7732C-0.0755854 11.4709 -0.0755854 10.9807 0.226756 10.6784L4.90513 6L0.226756 1.32163C-0.0755854 1.01929 -0.0755854 0.529097 0.226756 0.226756Z" fill="%23828896"/></svg>') center no-repeat;
        width: 24px;
        height: 24px;
        border: none;
    }

    .app-select-dropdown__options {
        max-height: 100%;
        height: calc(100% - 65px);
    }

    .app-select-dropdown__option {
        padding: 16px;
        background: var(--color-white);
    }

    .app-select-dropdown__option.--selected {
        background: var(--color-light-gray);
    }

    .app-select-dropdown.--searcheble .app-select-dropdown__search {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 1;
    }

    .app-select-dropdown__search-input {
        width: 100%;
        height: 40px;
        background: var(--color-light-gray);
        border-radius: 4px;
        border: none;
        padding: 0 12px 0 40px;
        font-size: 14px;
    }

    .app-select-dropdown.--searcheble .app-select-dropdown__title {
        margin-bottom: 14px;
    }

    .app-select-dropdown.--searcheble .app-select-dropdown__search:after {
        content: "";
        background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M9.07766 16.1795C4.51152 16.6157 0.463566 13.3562 0.0366525 8.89913C-0.390503 4.44221 2.96516 0.475345 7.53131 0.039143C12.0974 -0.397059 16.1454 2.86244 16.5723 7.31948C16.7836 9.52318 16.0698 11.6072 14.7422 13.2037L19.6814 18.1428C20.1062 18.5676 20.1062 19.2564 19.6814 19.6813C19.2565 20.1062 18.5676 20.1062 18.1428 19.6813L13.1423 14.6809C11.9849 15.4972 10.5984 16.0341 9.07766 16.1795ZM8.92747 14.6112C5.24848 14.9626 1.98722 12.3366 1.64337 8.74568C1.29928 5.15477 4.00275 1.95889 7.6815 1.60744C11.3605 1.25599 14.6215 3.88202 14.9656 7.47293C15.3097 11.0638 12.6062 14.2597 8.92747 14.6112Z" fill="%23828896"/></svg>') center no-repeat;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 10px;
        left: 12px;
    }

    html.--select-opened body {
        /* overflow: hidden; */
    }

    .app-select-dropdown.--show-reset .app-select-dropdown__bottom {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        background: var(--color-white);
        width: 100%;
        padding: 16px;
        -webkit-box-shadow: 0 0 24px rgb(0 8 83 / 4%);
        box-shadow: 0 0 24px rgb(0 8 83 / 4%);
    }

    .app-select-dropdown.--show-reset .app-select-dropdown__options {
        height: calc(100% - 200px);
    }

    .app-select-dropdown__bottom .btn {
        width: 100%;
    }

    .home__sub-header {
        display: none;
    }

    .model-page__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 0;
    }

    .model-gallery__open {
        display: none;
    }

    .model-gallery-thumbs {
        display: none;
    }

    .model-gallery {
        overflow: visible;
    }

    .section-model-page {
        overflow: hidden;
        padding-top: 12px;
        padding-bottom: calc(64px * 2);
    }

    .model-gallery__slide {
        border-radius: 4px;
    }

    .section-breadcrumbs {
        margin-top: 10px;
    }

    .model-page__header {
        margin-bottom: 24px;
    }

    .model-photos-block {
        margin: 0 -16px;
        padding: 0 16px;
        overflow: hidden;
    }

    .model-page__info {
        margin-top: 40px;
    }

    .model-info, .model-graph {
        max-width: 100%;
        padding: 16px 24px;
    }

    .model-info__actions {
        max-width: calc(100% - 40px);
    }

    .model-props {
        -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 32px 80px;
        max-width: 615px;
    }

    .model-content {
        margin-top: 40px;
    }

    .app-list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .model-desc-grid {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }

    .finance-form {
        padding: 64px 40px;
    }

    .finance-form__grid.finance-form__grid_type_credit {
        -ms-grid-columns: 1fr .65fr;
        grid-template-columns: 1fr .65fr;
    }

    .finance-price-block__value {
        font-size: 24px;
        line-height: 36px;
    }

    .stocks {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .stock-item__title {
        font-size: 24px;
    }

    .stock-item__content {
        max-width: 100%;
    }

    .stock-item__asset {
        width: 211px;
        height: 111px;
        -webkit-transform: translate(10%, 18%) rotate(-9deg);
        -ms-transform: translate(10%, 18%) rotate(-9deg);
        transform: translate(0%, 22%) rotate(-9deg);
    }

    .bank-card {
        height: 90px;
    }

    .catalog__grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .modal-gallery__header {
        position: fixed;
        bottom: 0;
        z-index: 1000;
        left: 0;
        width: 100%;
        padding: 14px 18px;
        background: rgb(24 24 24 / 40%);
    }

    .modal-gallery__close {
        display: block;
        position: fixed;
        top: 8px;
        right: 16px;
    }

    .modal-gallery-thumbs .modal-gallery-thumbs__pag {
        position: fixed;
        top: 0;
        left: 16px;
        background: transparent;
        padding: 8px 0;
    }

    .modal-gallery-carousel {
        height: 100%;
        width: 100%;
        max-width: calc(100% - 16px * 2);
    }

    .modal-gallery-thumbs {
        height: 0;
    }

    .modal-gallery-carousel__prev, .modal-gallery-carousel__next {
        display: none;
    }

    .modal-gallery__title {
        font-size: 24px;
    }

    .modal-gallery__price {
        font-size: 24px;
    }

    .modal-gallery__container {
        padding: 0;
    }

    .modal-gallery {
        margin: 0;
        height: 100%;
    }

    .modal-gallery__body {
        height: 100%;
    }

    .swiper-zoom-container {}

    .car-card-gallery__bg {
        display: none;
    }

    .modal-gallery-carousel__slide:after {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: none;
    }

    .modal-gallery-carousel__slide.swiper-slide-zoomed {
        height: 100%;
        width: 100% !important;
    }

    .hero-banner__content .btn {
        padding: 0 20px;
    }

    .futures {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: 134%;
    }

    section.section-futures .container {
        overflow: auto;
    }

    .steps-block {
        padding: 24px;
    }

    .finance-form__grid.finance-form__grid_type_inputs {
        grid-gap: 16px 20px;
    }

    .documents.documents_3x {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    }

    .app-section.section-documents {
        padding: 80px 0;
    }

    .faq {
        max-width: 100%;
    }

    .futures-item.futures-item_large {
        grid-row: unset;
        -ms-grid-column-span: 2;
        grid-column: 2 span;
        padding-right: 39%;
        background-image: url(../img/futures-item-large-bg__mobile.webp);
        background-position: right bottom;
        background-size: 36%;
    }

    .section-futures.section-futures_noscroll > .container {
        overflow: unset;
    }

    .section-futures.section-futures_noscroll .futures {
        width: auto;
    }

    .fin-model {
        margin-bottom: 20px;
        grid-gap: 20px;
    }

    .finance-form__grid.finance-form__grid_type_blocks {
        grid-gap: 20px;
    }

    .fin-model__price {
        font-size: 20px;
        line-height: 28px;
    }

    .fin-model__props-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        grid-gap: 0;
        gap: 6px;
    }

    .fin-model__props-row__value {
        font-size: 14px;
    }

    .fin-block__buttons {
        margin-top: 24px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }

    .fin-block__buttons .btn:last-child {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .stock-item {
        height: 200px;
    }

    .stock-item-id-1__title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 18px;
    }

    .stock-item-id-1__accent {
        font-size: 20px;
        line-height: 44px;
        padding: 0 16px;
    }

    .stock-item-id-2__title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 30px;
    }

    .stock-item-id-2__accent {
        font-size: 16px;
        padding: 0 12px;
        line-height: 28px;
    }

    .offer-stock-item__content {
        height: calc(100% - 200px);
    }

    .offer-stock-item__content-buttons {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 16px;
        margin-top: 24px;
    }

    .stock-item-id-3__title {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    .stock-item-id-3__text {
        font-size: 24px;
        line-height: 32px;
    }

    .stock-item-id-3__text span {
        margin-top: 16px;
        font-size: 18px;
    }

    .stock-item-id-4__title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 48px;
    }

    .stock-item-id-4__label {
        font-size: 20px;
        line-height: 28px;
    }

    .hero-banner__contacts-geo {
        font-size: 16px;
    }

    .hero-banner__contacts-info {
        gap: 20px;
    }

    .map-iframe {
        height: 250px;
    }

    .home.home-without-sidebar .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .modal-aside {
        padding: 64px 18px;
    }

    .finance-form__bottom {
        position: relative;
        padding: 0;
    }

    .finance-form__grid.finance-form__grid_type_credit .range-slider.js-ion-range:nth-child(3) .irs-grid-text.js-grid-text-3 {
        display: none;
    }

    .finance-form__grid.finance-form__grid_type_credit .range-slider.js-ion-range:nth-child(3) .irs-grid-text.js-grid-text-5 {
        display: none;
    }

    .finance-form__grid.finance-form__grid_type_credit .range-slider.js-ion-range:nth-child(3) .irs-grid-text.js-grid-text-7 {
        display: none;
    }

    #as-modal-vin {
        padding: 64px 16px 0;
    }

    .modal-aside .fancybox-button.fancybox-close-small {
        right: 16px;
        top: 16px;
    }

    .finance-form__bottom.vin-bottom {
        padding: 12px 16px;
    }

    .modal-aside__header.modal-aside__header-flex {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 8px;
        margin: 0 0 40px;
    }

    .modal-aside__header-flex-addon {
        margin: 0;
    }

    #modal-recall:after {
        left: -20vw;
        width: 65vw;
    }

    #modal-recall:after {
        left: -20vw;
        width: 49vw;
    }

    .modal-recall {
        padding: 80px;
    }

    .modal-recall__content {
        max-width: 100%;
    }

    #modal-recall:after {
        display: none;
    }

    #modal-recall .modal-recall__form {
        max-width: 405px;
        margin: auto;
    }

    .modal-recall {
        padding: 24px 16px;
        max-width: 560px;
        width: 100%;
    }

    .modal-recall__content {
        max-width: 100%;
    }

    #modal-recall:after {
        display: none;
    }

    #modal-recall .modal-recall__form {
        max-width: 405px;
        margin: auto;
    }

    .modal-recall__text {
        font-size: 15px;
    }
}

@media (max-width: 750px) {
    .container {
        max-width: 425px;
        
    }

    h1 {
        font-size: 22px;
        line-height: 28px;
        font-weight: bold;
        margin: 0;
    }

    h2 {
        font-size: 22px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .h2 {
        font-size: 22px;
        line-height: 30px;
        text-transform: uppercase;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }

    select,
    textarea,
    input {
        font-size: 16px;
    }

    .header-aside {
        display: none;
    }

    .hero-banner__asset {
        display: none !important;
    }

    .hero-banner {
        /* height: 200px; */
        padding: 26px 16px;
    }

    .hero-banner__content {
        width: 100%;
    }

    .hero-banner__content .btn {
        width: 100%;
    }

    .app-header__inner .logo {
        margin: auto;
    }

    .header-burger {
        width: 30px;
        min-width: 30px;
        max-width: 30px;
    }

    .app-header__menu {
        width: 100%;
    }

    .app-header-fav {
        display: block;
    }

    .app-header__nav-item span {
        background: var(--color-accent);
        font-size: 11px;
        font-weight: 500;
        padding: 2px 8px;
        border-radius: 4px;
        margin-left: 10px;
    }

    .app-header-phone {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        height: 48px;
        min-height: 48px;
    }

    .app-header__info-location {
        font-size: 16px;
    }

    .hero-marks {
        overflow: visible;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .hero-marks__grid {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 12px 1fr 12px 1fr;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 12px;
    }

    .hero-nav {
        display: none;
    }

    .section-hero .container {
        grid-gap: 24px;
    }

    .mark-link__title {
        font-size: 12px;
    }

    .mark-link {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        height: 64px;
    }

    .filter__form-inputs {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .section-stocks {
      margin-top: 20px !important;
    }

    .filter__form-actions {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 40px;
        background: #fff;
        z-index: 10;
    }

    .filter__form-actions .btn:last-child {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .section-home {
        padding: 0 0 50px;
    }

    .filter {
        margin: 0 -16px;
        padding: 24px 16px;
    }

    .home__header {
        gap: 20px;
    }

    .products-grid {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .banner-card {
        height: 420px;
    }

    .banner-card__title {
        font-size: 32px;
        line-height: 40px;
    }

    .pagination__links {
        display: none;
    }

    .pagination__counter {
        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;
        text-align: center;
        border: 1px solid var(--color-dark-gray);
        height: 48px;
        border-radius: 4px;
        padding: 0 40px;
    }

    .section-questions {
        height: auto;
        padding: 64px 0;
    }

    .questions {
        padding: 32px 16px;
    }

    .sidebar-filter-template .fancybox-slide.fancybox-slide--html {
        padding: 0;
        overflow: hidden;
    }

    .sidebar-filter-template .filter.fancybox-content {
        border-radius: 0;
        overflow: auto;
        height: 100%;
        padding-bottom: 0;
    }

    .mark-link__icon {
        width: 32px;
        height: 32px;
    }

    body.fancybox-active {
        overflow: hidden !important;
    }

    .mark-link:nth-child(n+10) {
        display: none;
    }

    .sidebar-filter-template .filter.fancybox-content .filter__form-actions {
        position: sticky;
        bottom: 0;
        padding: 16px;
        margin: 0 -16px 0;
        -webkit-box-shadow: 0 -12px 6px rgb(0 8 83 / 2%);
        box-shadow: 0 -12px 6px rgb(0 8 83 / 2%);
        grid-gap: 12px;
    }

    .sidebar-filter-template .filter.fancybox-content .filter__header {
        position: sticky;
        top: -24px;
        left: 0;
        background: #fff;
        padding: 16px;
        margin: -24px -16px 0;
        z-index: 12;
        -webkit-box-shadow: 0 12px 6px rgb(0 8 83 / 2%);
        box-shadow: 0 12px 6px rgb(0 8 83 / 2%);
        height: 64px;
    }

    .sidebar-filter-template .filter.fancybox-content .filter__form {
        padding-top: 24px;
    }

    .sidebar-filter-template .filter.fancybox-content .fancybox-close-small {
        display: none;
    }

    .sidebar-filter-template .filter.fancybox-content .filter__close {
        width: 24px;
        height: 24px;
        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;
        background: url('data:image/svg+xml,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M0.226756 0.226756C0.529097 -0.0755854 1.01929 -0.0755854 1.32163 0.226756L6 4.90513L10.6784 0.226756C10.9807 -0.0755854 11.4709 -0.0755854 11.7732 0.226756C12.0756 0.529097 12.0756 1.01929 11.7732 1.32163L7.09487 6L11.7732 10.6784C12.0756 10.9807 12.0756 11.4709 11.7732 11.7732C11.4709 12.0756 10.9807 12.0756 10.6784 11.7732L6 7.09487L1.32163 11.7732C1.01929 12.0756 0.529097 12.0756 0.226756 11.7732C-0.0755854 11.4709 -0.0755854 10.9807 0.226756 10.6784L4.90513 6L0.226756 1.32163C-0.0755854 1.01929 -0.0755854 0.529097 0.226756 0.226756Z" fill="%23828896"/></svg>') center no-repeat;
        border: none;
    }

    .home__sidebar {
        min-height: 460px;
    }

    .app-select-dropdown__search-input {
        font-size: 16px;
    }

    .app-input {
        font-size: 16px;
    }

    .swiper-pagination.car-card-gallery__pag {
        display: none;
    }

    .section-breadcrumbs {
        margin-top: 0;
    }

    .model-gallery {
        height: 220px;
    }

    .model-page__info {
        margin-top: 24px;
    }

    .model-info__label {
        display: none;
    }

    .model-info__price {
        position: relative;
        -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: 0;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .model-info__price-main {
        font-size: 24px;
        font-weight: 500;
        line-height: 40px;
    }

    .model-info__price-sec {
        line-height: 28px;
    }

    .model-info__price-desc {
        position: absolute;
        right: -24px;
        top: 3px;
        -webkit-transform: translate(100%, 0);
        -ms-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    .model-info, .model-graph {
        padding: 8px 12px;
    }

    .model-graph {
        padding-top: 12px;
    }

    .model-graph__text-item {
        font-size: 12px;
    }

    .model-props {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .model-desc-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 8px;
    }

    .model-desc-grid__col {
        gap: 10px;
    }

    .model-desc-block {
        padding: 12px 16px;
    }

    .model-info__actions {
        max-width: 100%;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-top: 0;
    }

    .finance-form {
        padding: 40px 16px;
        margin: -64px -16px 0;
        overflow: hidden;
    }

    .finance-form__grid.finance-form__grid_type_credit {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .finance-form__grid.finance-form__grid_type_credit .range-slider:first-child {
        /* -webkit-box-ordinal-group: 3; */
        -ms-flex-order: 2;
        /* order: 2; */
    }

    .range-slider__from-input {
        font-size: 24px;
    }

    .section-finance-form {
        height: auto;
        padding-bottom: 0;
        margin-top: 120px;
    }

    .app-section {
        margin: 64px 0;
    }

    .stock-item {
        padding: 16px;
    }

    .stock-item__title {
        font-size: 22px;
        line-height: 28px;
        min-height: unset;
        max-width: 50%;
    }

    .stock-item__asset {
        /* display: none; */
        width: 195px;
        height: 102px;
    }

    .stock-item__content {
        width: 100%;
        max-width: 100%;
    }

    .stock-item__content .btn {
        width: 100%;
    }

    .app-section__title {
        margin-bottom: 40px;
    }

    .banks {
        grid-gap: 24px;
        padding: 0 16px;
        margin: 0 -16px;
    }

    .banks__grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        overflow: hidden;
        margin: 0 -16px;
        padding: 0 16px;
    }

    .banks__grid-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: -webkit-min-content;
        min-width: -moz-min-content;
        min-width: min-content;
        gap: 20px;
        -webkit-animation: partners-row calc(12 * 1.5s) linear infinite;
        animation: partners-row calc(12 * 1.5s) linear infinite;
    }

    .banks__grid > .bank-card {
        display: none;
    }

    .bank-card {
        width: 168px;
        height: 90px;
    }

    @-webkit-keyframes partners-row {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            -webkit-transform: translateX(calc((100% + 20px)/ -2));
            transform: translateX(calc((100% + 20px)/ -2))
        }
    }

    @keyframes partners-row {
        0% {
            -webkit-transform: translateX(0);
            transform: translateX(0)
        }

        100% {
            -webkit-transform: translateX(calc((100% + 20px)/ -2));
            transform: translateX(calc((100% + 20px)/ -2))
        }
    }

    .banks__grid-row:nth-child(2) {
        margin-left: calc((168px + 20px)/ -2);
    }

    .catalog__grid {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }

    .breadcrumbs {
        margin: 0px 15px 10px -16px;
        padding: 0 16px;
        width: -webkit-min-content;
        width: -moz-min-content;
        width: min-content;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .breadcrumbs__item {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        margin-bottom: 0;
    }

    .section-breadcrumbs .container {
        overflow: auto;
    }

    .app-list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 12px;
    }

    .modal-gallery-thumbs {
        /* display: none; */
        overflow: visible;
        height: 0;
    }

    .modal-gallery-carousel__prev, .modal-gallery-carousel__next {
        display: none;
    }

    .modal-gallery__container {
        /* padding: 0 16px; */
    }

    .modal-gallery__header {
        padding: 12px 16px;
        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;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 4px;
    }

    .modal-gallery__title {
        font-size: 14px;
        line-height: 120%;
        text-transform: none;
    }

    .modal-gallery__price {
        font-size: 22px;
        line-height: 30px;
    }

    .modal-gallery-carousel {
        max-width: 100%;
    }

    .modal-gallery__close {
        right: 0;
    }

    .irs-grid-text {
        font-size: 14px;
        padding: 0;
    }

    .hero-banner__buttons .btn:last-child {
        display: none;
    }

    .hero-banner__buttons {
        width: 100%;
    }

    .futures {
        width: 100%;
        max-width: 100%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 8px;
    }

    .steps {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-gap: 8px;
    }

    .section-finance-form .container {
        padding: 0;
    }

    .finance-form__grid.finance-form__grid_type_inputs {
        grid-gap: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .finance-form__section-title {
        font-size: 20px;
        line-height: 28px;
    }

    .finance-form__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
    }

    .finance-form__bottom .form-terms {
        text-align: center;
        max-width: 100%;
    }

    .finance-form__bottom .btn {
        max-width: 100%;
    }

    .documents-card {
        padding: 16px 24px;
    }

    .documents {
        gap: 8px;
    }

    .app-section.section-documents {
        padding: 64px 0;
    }

    .documents.documents_3x {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 8px;
    }

    .futures.futures_with_large {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }

    .futures-item.futures-item_large {
        grid-column: unset;
        background-position: center bottom;
        background-image: url(../img/futures-item-large-bg__mobile_x2.webp);
        padding: 16px 24px 92px;
    }

    .stocks {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .hero-banner.hero-banner_contacts {
        height: auto;
    }

    .hero-banner__contacts-info {
        flex-direction: column;
        gap: 8px;
    }

    .map-iframe {
        height: 280px;
    }

    .section-map {
        padding-bottom: 0;
    }

    .home.home-without-sidebar .products-grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .home.home-without-sidebar .home__content {
        grid-gap: 24px;
    }

    .btn-reset-favourites {
        width: 100%;
        margin-top: 20px;
    }

    .modal-aside__header {
        font-size: 16px;
        font-weight: bold;
        position: sticky;
        top: 0;
        left: 0;
        background: var(--color-light-gray);
        box-shadow: 0 12px 6px rgb(0 8 83 / 2%);
        z-index: 100;
        line-height: 64px;
        text-transform: none;
        margin-bottom: 32px;
        margin-left: -16px;
        margin-right: -16px;
        padding: 0 16px;
    }

    .modal-aside {
        padding: 0 16px;
    }

    .modal-aside .fancybox-button.fancybox-close-small {
        top: calc(64px / 2);
        transform: translate(0, -50%);
        right: 16px;
    }

    .finance-form__bottom:after {
        display: flex;
    }

    .modal-aside .finance-form__bottom {position: sticky;left: 0; 0; */right: 0;bottom: 0;padding: 16px 0;}

    .modal-aside__body .finance-form {
        overflow: visible;
    }

    .modal-aside .finance-form__bottom .btn {
        order: -1;
    }

    #as-modal-vin {
        padding-top: 0;
        padding-bottom: 0;
    }

    .modal-aside__header.modal-aside__header-flex {
        margin: 0 -16px 40px;
    }

    .modal-aside__body.model-content .model-props {
        grid-template-columns: repeat(2, 1fr);
    }

    .finance-form__bottom.vin-bottom {
        align-items: flex-start;
        justify-content: flex-start;
    }

    .vin-bottom__col:last-child {
        max-width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(110px, 2fr));
    }

    .vin-bottom__col {
        width: 100%;
    }

    .modal-aside .finance-form__bottom .btn {
        width: 100%;
        padding: 12px 0;
    }

    .modal-aside__header-flex-title {
        width: 100%;
    }

    .vin-bottom__col > .btn {
        max-width: unset;
    }

    .modal-aside .modal-aside__vin + .model-content .finance-form {
        padding: 0;
        background: var(--color-white);
        border-radius: 4px;
        gap: 16px;
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .app-input.app-input_border {
        color: #828896;
    }

    .vin-bottom__price {
        font-size: 27px;
    }

    #modal-offer {
        padding: 32px 16px;
        max-width: 328px;
    }

    .modal-offer__title {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 24px;
    }

    .modal-offer-banner .stock-item__asset {
        width: 80%!important;
        height: 69% !important;
        right: -24%!important;
        top: 25%!important;
        transform: translate(5px, 0) rotate(-15deg);
    }

    .modal-offer-banner .stock-item {margin: -32px -16px 32px;border-radius: 0;}

    .modal-offer-banner {
        padding: 32px 16px;
    }

    .app-footer__top .logo {
        max-width: 88px;
    }

    .app-footer__top .logo .logo__img {
        width: 100%;
    }

    .footer-aside {
        margin: auto;
    }

    .header-mobile-phone {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .logo__img-mobile {
        max-width: 135px;
    }

    .header-mobile-phone a {
        text-decoration: none;
        font-size: 14px;
        font-weight: bold;
        overflow: hidden;
        width: 30px;
        height: 30px;
        text-indent: -99999px;
        background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="800px" height="800px" viewBox="0 0 24 24" fill="none"><path d="M14 2C14 2 16.2 2.2 19 5C21.8 7.8 22 10 22 10" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="round"/><path d="M14.207 5.53564C14.207 5.53564 15.197 5.81849 16.6819 7.30341C18.1668 8.78834 18.4497 9.77829 18.4497 9.77829" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="round"/><path d="M4.00655 7.93309C3.93421 9.84122 4.41713 13.0817 7.6677 16.3323C8.45191 17.1165 9.23553 17.7396 10 18.2327M5.53781 4.93723C6.93076 3.54428 9.15317 3.73144 10.0376 5.31617L10.6866 6.4791C11.2723 7.52858 11.0372 8.90532 10.1147 9.8278C10.1147 9.8278 10.1147 9.8278 10.1147 9.8278C10.1146 9.82792 8.99588 10.9468 11.0245 12.9755C13.0525 15.0035 14.1714 13.8861 14.1722 13.8853C14.1722 13.8853 14.1722 13.8853 14.1722 13.8853C15.0947 12.9628 16.4714 12.7277 17.5209 13.3134L18.6838 13.9624C20.2686 14.8468 20.4557 17.0692 19.0628 18.4622C18.2258 19.2992 17.2004 19.9505 16.0669 19.9934C15.2529 20.0243 14.1963 19.9541 13 19.6111" stroke="%23FFFFFF" stroke-width="1.5" stroke-linecap="round"/></svg>') center/contain no-repeat;
    }

    .car-card-gallery {
        height: 103px;
    }
    .car-card__content {
        padding: 16px 8px;
    }
    .car-card__title {
        font-size: 12px;
    }
    .car-card__props {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }
    .car-card__props-item:not(:first-child) {
        margin-left: 0;
    }
    .car-card__props-item:not(:first-child)::after {
        width: 0;
        height: 0;
    }
    .car-card__price-main {
        font-size: 12px;
    }
    .car-card__price-credit {
        display: none;
    }
    .banner-card__title {
        font-size: 12px;
        line-height: 20px;
    }
    .banner-card .btn {
        height: 32px;
        font-size: 12px;
    }
    .banner-card {
        padding: 12px 8px;
        height: auto;
    } 
    .car-card__actions .btn {
        font-size: 12px;
        height: 32px;
    }
    .btn_favourites {
        display: none;
    }
    .car-card__actions {
        padding: 0 8px 16px;
        grid-template-columns: repeat(1, 1fr);
    }
    .car-card-gallery__label {
        padding: 4px;
        font-size: 8px;
        left: 4px;
        top: 4px;
    }
    .car-card__props-item {
        font-size: 10px;
    }
    .catalog__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
}