@media only screen and (max-width: 1360px) {
    h3.models__item__name {
        font-size: 28px;
    }
    
    .models__item__content {
        gap: 16px;
        padding: 40px;
    }
    
    .price {
        font-size: 22px;
    }
    
    span.new {
        font-weight: 400;
    }
    
    .models__item__info p {
        font-size: 14px;
    }
    
    .models__item__btns {
        margin: 0;
        flex-direction: column;
        gap: 10px;
    }
    
    .models__item__btns .btn {
        width: 100%;
    }
    
    .models__item {
        align-items: stretch;
    }
    
    .spec__list {
        max-width: 100%;
        gap: 32px;
    }
    
    h2.section__title {
        font-size: 32px;
    }
    
    .tab {
        font-size: 16px;
        padding: 12px 20px;
    }
    
    body {
        font-size: 15px;
    }
    
    section.banner {
        background-size: 85vw;
        background-position: 45vw center;
    }
    
    .video__wrapper iframe {
        max-height: 640px;
    }
    
    .video__wrapper {
        max-width: 100%;
    }
    
    .faq__header {
        font-size: 20px;
    }
    
    .map__info {
        max-width: 400px;
    }

    img.auto {
        max-height: 110%;
    }

    h2.banner__title {
        max-width: 360px;
    }

    section.banner .container p {
        max-width: 360px;
    }
}
@media only screen and (max-width: 1024px) {
    .burger {
        display: flex;
        flex-direction: column;
        position: relative;
        justify-content: center;
        align-items: center;
        gap: 7px;
        width: 30px;
        height: 30px;
    }

    a.cars__item {
        width: auto;
    }
    
    .arrow svg {
        width: 32px;
        height: 32px;
    }
    
    section {
        margin-bottom: 100px;
    }
    
    .cars__list {
        grid-template-columns: repeat(3, 1fr);
    }
    
    header .row:nth-child(2) {
        gap: 32px;
    }
    
    nav ul {
        gap: 32px;
    }
    
    .models__item, .models__item:nth-child(2n) {
        flex-direction: column;
    }
    
    .models__item__img, .models__item:nth-child(2n) .models__item__img {
        clip-path: none;
        width: 100%;
    }
    
    .models__item__content {
        width: 100%;
    }
    
    .spec__item {
        padding: 16px;
    }
    
    .left img {
        width: 240px;
    }
    
    .left__info {
        font-size: 16px;
        gap: 10px;
    }
    
    .spec__item__element__price {
        padding: 0;
        font-size: 20px;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
        line-height: 1;
    }
    
    p.old {
        font-size: 16px;
    }
    
    h2.banner__title {
        max-width: 300px;
    }
    
    h2 {
        font-size: 32px;
    }
    
    h2.banner__title span {
        font-size: 28px;
        max-width: 400px;
    }
    
    section.banner .container p {
        max-width: 300px;
    }
    
    section.banner {
        height: 500px;
    }
    
    .video__wrapper iframe {
        max-height: 500px;
    }
    
    .map__info {
        max-width: 100%;
        position: inherit;
        left: 0;
        top: 0;
        padding: 32px;
    }
    
    section.contacts .container {
        gap: 0;
    }
    
    footer {
        padding: 32px 0;
    }
    
    a.footer__phone {
        position: absolute;
        right: 20px;
        font-size: 16px;
    }
    
    .map__info__list {
        line-height: 1;
    }

    .burger.active span.burger__line {
        position: absolute;
        transform: rotate(45deg);
    }
    
    .burger.active span.burger__line:nth-child(2) {
        opacity: 0;
    }
    
    .burger.active span.burger__line:nth-child(3) {
        transform: rotate(-45deg);
    }
    
    .modal.active {
        transform: translateY(0);
    }
    
    .modal__nav__wrapper {
        display: flex;
        flex-direction: column;
        background: #282d3c;
        color: var(--white);
        height: 100%;
        width: 100%;
        padding: 80px 16px 16px;
        justify-content: space-between;
        align-items: center;
    }
    
    header.nav__active {
        z-index: 999;
        border-bottom: 1px solid #ffffff3b;
    }
    
    .modal__nav__wrapper .avilon span {
        display: flex;
    }
    
    .modal__nav__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    
    .modal__nav__content nav ul {
        flex-direction: column;
        gap: 10px;
    }
    
    .modal__nav__content nav ul a {
        color: var(--white);
        border-bottom: 1px solid #ffffff2b;
        padding-bottom: 10px;
        width: 100%;
        display: flex;
    }
    
    .modal__nav__content nav ul li {
        width: 100%;
    }
    
    .modal__nav__content > a {
        color: var(--white);
    }
}
@media only screen and (max-width: 860px) {
    a.logo.logo__mobile {
        display: flex;
    }

    header .row:nth-child(2) {
        display: none;
    }
    
    header .row:nth-child(1) {
        border-bottom: none;
    }
    
    .header__control .btn {
        display: none;
    }
    
    .avilon span {
        display: none;
    }
    
    span.burger__line {
        width: 30px;
        height: 1px;
        background: var(--white);
        transition: all .25s ease;
    }
    
    .cars__list {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }
    
    a.cars__item img {
        height: 260px;
        width: auto;
    }
    
    .benefits__item {
        width: auto;
        font-size: 16px;
        gap: 16px;
    }
    
    .benefits__item svg {
        width: 54px;
        height: 54px;
    }
    
    .spec__item__element {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    
    .left {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .left img {
        width: 100%;
        height: auto;
    }
    
    .spec__item__element__price {
        flex-direction: row;
    }
    
    .video__wrapper iframe {
        max-height: 380px;
    }
    
    .faq__list {
        gap: 10px;
    }
    
    .faq__header {
        font-size: 16px;
        padding: 20px 20px 20px 30px;
    }
    
    .faq span.line {
        width: 16px;
    }
    
    .faq__icon {
        width: 16px;
        height: 16px;
    }
    
    body {
        font-size: 14px;
    }

    h2.section__title {
        font-size: 28px;
    }

    img.auto {
        max-height: 80%;
    }

    section.banner .container {
        padding: 50px 20px;
    }

    .hero__slider .swiper-slide.desk {
        display: none;
    }

    .hero__slider .swiper-slide.mob {
        display: flex;
    }
}
@media only screen and (max-width: 540px) {
    h2.section__title {
        font-size: 24px;
        text-align: center;
    }
    
    a.logo img {
        height: 24px;
    }
    
    .avilon img {
        height: 10px;
    }
    
    .header__control a {
        font-size: 14px;
    }
    
    header .container, .container {
        padding: 0 16px;
    }
    
    section {
        margin-bottom: 80px;
    }

    .container {
        gap: 24px;
    }
    
    a.cars__item img {
        width: 100%;
        height: auto;
    }
    
    a.cars__item p {
        font-size: 18px;
    }
    
    .benefits__list {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    
    .benefits__item svg {
        width: 40px;
        height: 40px;
    }
    
    .benefits__item {
        flex-direction: row;
        text-align: left;
    }
    
    .benefits__item p {
        max-width: calc(100% - 56px);
    }
    
    span.color {
        width: 32px;
        height: 32px;
    }
    
    .models__item__content {
        padding: 20px;
    }
    
    h3.models__item__name {
        font-size: 24px;
    }
    
    .price {
        font-weight: 400;
        line-height: 1;
    }
    
    body {
        font-size: 15px;
    }
    
    .models__item__info p::after {
        content: none;
    }
    
    .models__item__info {
        flex-direction: column;
        align-items: center;
        gap: 5px;
        margin-top: 20px;
    }
    
    .models__item__content ul {
        margin-top: 10px;
        line-height: 1.25;
    }
    
    .tab {
        line-height: 1;
        font-size: inherit;
        padding: 10px 16px;
    }
    
    .spec__item {
        padding: 12px;
    }
    
    section.banner .container {
        padding: 20px;
        align-items: flex-start;
        justify-content: flex-start;
    }
    
    section.banner {
        background-position: 0 150px;
        background-size: 600px;
        height: 600px;
    }

    img.auto {
        max-height: 75%;
        bottom: -10%;
    }
    
    .video__wrapper iframe {
        max-height: 240px;
    }
    
    a.footer__phone {
        top: 5px;
    }
    
    .footer__info img {
        width: 120px;
        height: auto;
    }

    .arrow svg {
        width: 20px;
        height: 20px;
    }
    
    .arrow.next {
        right: 10px;
    }
    
    .arrow.prev {
        left: 10px;
    }
    
    .timer {
        gap: 15px;
    }
    
    span.value {
        font-size: 28px;
    }
}

@media only screen and (max-width: 370px) {
    .header__control a {
        display: none;
    }

    img.auto {
        max-height: 65%;
    }
}