/* .navbar {
    padding: 0;
    align-items: center;
}

.navbar nav {padding: 2.8rem 0 0;}

.navbar .link:not(:last-child) {margin-right: 4.5rem;} */

.youtube_video_container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 62rem;
    height: calc(100vh - 5.6rem);
}

.page__corporate-clients .section-md+#request {
    padding-top: 3rem;
}

.youtube_video_container:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.youtube_video_container iframe {
    position: absolute; top: 50%; left: 50%; width: 130vh; height: 100%; min-width: 100%; min-height: 100%; transform: translate(-50%, -50%) scale(1.5); pointer-events: none;
}

.youtube_video_container iframe video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.ytp-fit-cover-video .html5-main-video {
    position: relative;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
}

.car__nav .icon__download {
    padding-left: 2rem;
    padding-right: 2rem;
}

.black.icon__download:before,.btn-default.icon__download:before {
    filter: brightness(0) invert(1);
    background-size: contain;
    background-repeat: no-repeat;
}

.section_gallery .swiper-slide {
    display: flex;
    gap: 2.1rem 2.4rem;
    flex-wrap: wrap;
}

.section_gallery .img-container {
    width: calc(33.33% - 1.6rem);
}

.section_gallery .img-container:nth-child(4) {
    width: calc(50% - 1.2rem);
}

.section_gallery .img-container:nth-child(5) {
    width: calc(50% - 1.2rem);
}

.section_gallery .img-container:only-child {
    width: 100%;
}


.section_gallery .carousel-container {
    margin-top: 3.6rem;
}

.section_gallery .images-count {
    margin-top: 1rem;
    font-family: var(--fontDefault);
}


.section_gallery .swiper-pagination, .custom_slider_pagination {
    position: static;
}

.section_gallery .slider-controls, .custom_slider_controls {
    margin-top: 3.6rem;
}

.swiper-pagination.custom .swiper-pagination-bullet, .custom_slider_pagination .swiper-pagination-bullet {
    width: 5.1rem;
    height: 0.4rem;
    background: #666666;
    border-radius: 1.5rem;
    opacity: 1;
    margin-right: 2rem;
}

.swiper-pagination.custom .swiper-pagination-bullet-active, .custom_slider_pagination .swiper-pagination-bullet-active {
    background: #d9d9d9;
}

.gallery-slider {
    overflow: hidden;
}

.images_grid {
    column-gap: 3rem;
    margin-top: 5rem;
}

.images_grid .grid-item {
    align-self: stretch;
}

.images_grid .grid-item .img-container {
    height: 100%;
}

.letter_container {
    margin-top: 6rem;
    margin-bottom: 3rem;
}

.letter_container img{
    width: auto;
    height: auto;
    margin: 0 auto;
    max-height: 6rem;
 
}

.letter_container:after {
    content: '';
    display: block;
    width: 50%;
    height: 3px;
    background: #000;
    margin: 0 auto;
    margin-top: 3.4rem;
}

.letter_text {
    white-space: nowrap;
}

.hero__container {
    display: flex;
    gap: 13.6rem;
    align-items: center;
}

.hero__video {
    flex-shrink: 0;
    flex-grow: 1;
    min-width: 50%;
    height: 23.5vw;
}

.hero__video iframe{
    position: static !important;
    transform: none !important;
}

.grid_nums {
    column-gap: 7rem;
    row-gap: 3rem;
    /* padding: 2.4rem 0; */
    align-content: space-evenly;
    max-width: 34vw;
    margin-left: auto;
}

.grid_nums .grid__item .title-xl {
    margin-bottom: 1rem;
    line-height: 1.2;
}

.date__item {
    display: flex;
    align-items: flex-start;
    padding-bottom: 6rem;
    position: relative;
}

.date__item:last-child {
    padding-bottom: 0;
}

.date__item .text-xl {
    min-width: 8rem;
    position: relative;
}

.dot_timeline {
    content: '';
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    background: var(--color-white);
    border: 0.1rem solid var(--color-black);
    border-radius: 50%;
    z-index: 2;
    flex-shrink: 0;
    margin-left: 5.3rem;
    margin-right: 10.6rem;
    margin-top: 0.6rem;
    position: relative;
}

.dot_timeline_container {
    position: relative;
    align-self: stretch;
}

.section_timeline .dates {
    margin-top: 4.7rem;
    position: relative;
}

.dot_timeline_container:after {
    content: '';
    display: block;
    width: 2px;
    height: calc(100% + 7rem);
    background: var(--color-black);
    opacity: 0.15;
    position: absolute;
    top: 0.6rem;
    transform: translateX(50%);
    left: 5.95rem;
}

.date__item:last-child .dot_timeline_container:after {
    display: none;
}

.bg-wrapper {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.fade_bottom {
    position: relative;
}

.fade_bottom:after {
    content: '';
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg,
    rgba(0, 0, 0, 0) 0%,
    #000 100%);
}

.tab-content .section {
    padding-right: 6vw;
    padding-left: 20vw;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 8rem;
}

.tab-content .section:last-child {
    padding-bottom: 10rem;
    margin-bottom: 0;
}

.tab-info.inner .text-group, .features:first-child .section__header {
    position: relative;
    z-index: 2;
}

.tab-title {
    padding-top: 10rem;
    top: 0;
    z-index: 1;
    margin-bottom: 3.5rem;
}

.car__content .tab-nav {
    position: sticky;
    width: 20vw;
    left: 0px;
    margin-right: 0px;
    z-index: 90;
    padding-top: 10rem;
    padding-bottom: 10rem;
    color: rgb(0, 0, 0);
}

#dizayn .features:first-child .section__header {
    margin: 0 auto;
}

#dizayn .features:first-child .text-group {
    background: transparent;
}

#dizayn .section:first-child .section__header h3 {
    margin: 0 auto;
    margin-bottom: 2rem;
    max-width: 58rem;
}

.features.specs .row {
    display: flex;
    gap: 11rem;
    margin-top: 9rem;
}

.features.specs .grid__item img {
    width: auto;
    height: 3.8rem;
    margin-bottom: 1.3rem;
}

#komfort .features .section__header {
    padding-bottom: 4rem;
}

.car__page .features .section__header{
    /* padding-top: 3.5rem; */
    padding-bottom: 3.5rem;
}

.tab-title + .video_container {
    margin-top: 6.5rem;
}

.interior_colors .section__header {
    margin-bottom:4rem ;
}

.features .col-1 {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.features .col-1 .text-group {
    flex-grow: 1;
}

.features.specs .section__header {
    max-width: 80rem;
}

.features.specs .specs_grid {
    margin-top: auto;
    row-gap: 3.7rem;
}

.features.specs .col {
    display: flex;
    flex-direction: column;
}

.features.specs .section__text {
    opacity: 0.65;
}

.car__page .tab-content {
    display: none;
    opacity: 0;
}

.car__page .tab-content.active {
    opacity: 1;
    transform: none;
    transition: opacity 2s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.car__content {
    overflow: revert;
}

.car__content .tab-nav .tabs{
    top: 16rem;
    padding-left: 6vw;
} 

#exterior .section__header {
    margin-top: 3.5rem;
    margin-bottom: 4.2rem;
}

.colors_slider_container {
    margin-bottom: 4.4rem;
}

.colors .btn-select.active {
  outline: 0.4rem solid var(--color-white);
  outline-offset: -0.3rem;
}

.colorSlider,.interior_slider {
    overflow: hidden;
    margin-bottom: 4rem;
}

.exterior_colors .colorSlider .swiper-slide{
    width: 100% !important;
}

.interior_slider .swiper-slide{
    display: flex;
}

.interior_slider .colorSlider .swiper-slide img {
    width: 50%;
    height: 37.8rem;
    object-fit: cover;
}

.colorSlider .swiper-slide img{
    width: 100%;
    height: 45.6rem;
    object-fit: contain;
}

.interior_colors .colorSlider .swiper-slide img {
    height: auto;
}

.template.template-view360 {
    position: relative;
}

.template.template-view360:after {
    content: '';
    display: block;
    width: 100%;
    height: 31.1%;
    background: #F6F6F6;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.car_colors_container {
    position: relative;
}

.car_colors_container::before {
    content: '';
    display: block;
    width: 100%;
    height: 33.5%;
    background: linear-gradient(0deg, #F6F6F6 0%, #B8B8B8 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.color-name  {
    position: relative;
    z-index: 1;
}


#exterior{
    position: relative;
    z-index: 1;
}

#dizayn .section__header {
    /* padding-top: 3rem; */
}

/* .section:first-child .features .section__header {
    padding-top: 3.5rem;
} */

.tab-content .features {
    margin-bottom: 5.2rem;
}

.section:last-child .features:last-child {
    margin-bottom: 0;
}


.tab-info {
    padding-right: 6vw;
}

#highlights {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.video_container {
    position: relative;
    width: 100%;
    /* height: 60rem; */
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1350 / 600;
}

.video_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    gap: 4.6rem;
}

.play_btn:before {
    content: '';
    display: block;
    width: 1.3rem;
    height: 1.5rem;
    background: url("/static/img/icons/play_icon.svg") no-repeat center/contain;
    margin-right: 1rem;
}

.intro .container {
    height: 55rem;
    margin-top: 4rem;
    margin-bottom: 6rem;
}

.intro__content {
    padding:9rem 11.2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #000000;
    padding-right: calc(65/1920*100vw);
    flex: 1;
    color: #fff;
}

.fullscreen.contain {
    background-size: contain;
    object-fit: contain;
}

.fullscreen-120 {
    height: 120vh;
}

.intro__image {
    height: 100%;
    width: auto;
}

.fade_arc {
    position: relative;
    overflow: hidden;
}


.fade_arc::before {
    content: '';
    position: absolute;
    top: -24%;
    left: -41%;
    /* right: 0; */
    height: 80%;
    width: 200%;
    background: radial-gradient(ellipse 120% 100% at 50% 100%, transparent 0%, transparent 40%, rgba(255, 255, 255, 0.9) 70%, white 100%);
    transform: rotate(345deg);
    z-index: 0;
}

.page__become-dealer  {
    display: flex;
}

.page__become-dealer .image-bg {
    width: 50vw;
}

.page__become-dealer #feedback-form {
    flex: 1;
}

.page__become-dealer .form-container {
    border: none;
    padding: 0 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page__become-dealer .form-container .form {
    grid-template-columns: 1fr;
    min-width: 50rem;
    width: 100%;
}

.page__corporate-clients .image {
    margin-top: 4.5rem;
}

.page__corporate-clients .text-html {
    padding-top: 4rem;
    padding-bottom: 4rem;
    line-height: 1;
}

.text li:not(:last-child) {
    margin-bottom: 1rem;
}

.page__corporate-clients .text-html h6 {
    margin-bottom: 2rem;
}

.separator-vertical {
    width: 1px;
    height: 100%;
    background: #000;
    opacity: 0.15;
    margin: auto;
}

.section_grid2 .img-container img{
    width: auto;
    height: auto;
    object-fit: contain;
    margin: 0 auto;
}

.section_grid2 .grid {
    justify-items: center;
}

.section_grid2 .grid-item {
    width: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.section_grid2 .grid-item:last-child {
    border-right: none;
}

.section_grid2 .grid .separator-vertical {
    margin-left: 4rem;
    margin-right: 4rem;
}

.section_grid2 .grid-item .text-xl {
    margin-top: 0.6rem;
}

.separator_section {
    height: 50rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}

.separator_section .text {
    font-size: var(--font-size-md);
    font-weight: 400;
    line-height: 1.2;
    font-family: var(--fontDefault);
    text-align: start;
}

.separator-lg {
    height: 60rem;
}

#highlights>.flex {
    margin-left: -20vw;
    width: calc(100% + 20vw);
}

.tab-info.inner {
    padding-right:0;
}

.interior_colors .colorSlider .swiper-slide {
    display: flex;
}

.mobile-color-btn {
    display: none;
}

.post__date mark.inactive {
    color: #fff;
    background-color: #e11b1b;
    border-color: #e11b1b;
}

.accordion_table {
    width: 100%;
    margin-bottom: 6.5rem;
}

.accordion_table strong {
    font-weight: 400;
    font-family: var(--fontMain);
}

.warning {
    display: flex;
    gap: 3rem;
}

.warning img {
    width: auto;
    height: auto;
}

.accordion_table td {
    padding-bottom: 3.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 3.8rem;
    vertical-align: top;
}

.accordion_table td:first-child {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Benzin', sans-serif;
    color: #000;
    padding-right: 6rem;
}

.page__warranty hr {
    height: 2px;
    margin: 3rem 0 3.5rem;
    opacity: 1;
    border: none;
    background: #000;
    font-weight: 600;
}

.page__warranty h4 {
    font-family: var(--fontMain);
}

.accordion_table tr:first-child td {
    padding-top: 0;
}


.horizontal .grid {
    grid-template-columns: 1fr;
    gap: 8rem;
}

.horizontal .grid .col-1 {
    display: flex;
    flex-direction: row;
}

.horizontal .grid .col-1 .image{
    width: 50%;
    /* flex: 1; */
    aspect-ratio: 685 / 384;
}

.horizontal .grid .col-1 .text-group {
    width: 50%;
    padding: 8rem 12rem;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 2rem;
    font-family: var(--fontDefault);
}

.horizontal .grid .col-1 .text-group .text-lg {
    font-size:var(--font-size-h4);
    text-align: start;
}

.tab-content .fullscreen {
    height: calc(1248 / 1920 * 100vw);
    margin-bottom: -8rem;
}

ymaps .dealer__item {
    font-family: var(--fontDefault);
    box-shadow: none;
    padding-bottom: 3rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 0;
    min-width: revert;
    font-size: var(--font-size-xs) !important;
}

.balloonHeader {
    background: #fff;
    font-weight: 500;
    font-family: var(--fontMain);
    padding-bottom: 1.7rem;
    margin-bottom: 1.7rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}


.ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
    margin-right: 0 !important;
    border-radius: 1.5rem;
    padding: 2.5rem 4rem 4rem !important;
    line-height: 1.3;
}

.ymaps-2-1-79-balloon__close {
    right: 1rem;
    top: 0.5rem;
    position: absolute !important;
}

.ymaps-2-1-79-balloon__layout {
    border-radius: 1rem;
    border: none;
}

.ymaps-2-1-79-balloon {
    border-radius: 1.5rem;
    max-width: 30rem;
    box-shadow: 0px 15px 15px 0px #0000001A !important;
}

.ymaps-2-1-79-balloon__content .row a{
    white-space: nowrap;
}

.ymaps-2-1-79-balloon .ymaps-2-1-79-balloon__content ymaps {
    max-width: 30rem;
}

.cluster-icon-content {
    position: absolute;
    top: -1.2rem;
    right: -1.2rem;
    z-index: 1;
    background: #A62035;
    border-radius: 50%;
    width: 2.4rem;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
}

.sns {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 1.6rem;
}

.stock_slider {
    overflow: hidden;
}

.stock_slider .grid {
    column-gap: 2rem;
}

.stock_slider mark {
    position: static;
    margin-bottom: 1rem;
}

.stock_slider .car__icon {
    padding: 2rem 2rem 0;
}

.stock_slider .car__text {
    padding: 0 4.5rem 5.4rem;
}

.stock_slider .spec__info {
    margin: 1rem 0 2rem;
}


.video_wrapper {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    width: 100%;
    height: 100%;
}

.youtube_video_container2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#prices {
    padding: 0;
    height: auto;
}

#prices .section__header {
    position: absolute;
    padding-top: 12.2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
}

#prices img {
    object-fit: contain;
    height: auto;
}


@media (max-width: 768px) {

    html {
        overflow-x: revert;
    }

    [id] {
        scroll-margin-top: 7.6rem;
    }

    #to-top {
        bottom: 1.8rem;
        right: 1.5rem;
    }
    

    .car__page .banner .banner-content {
        height: 64rem;
        align-items: center;
        max-height: calc(100vh - 13.2rem);
        min-height: revert;
    }

    .car__page .banner .banner-content.top .text-group {
        padding-top: 0;
    }

    .car__page .banner .container {
        top: 50%;
        transform: translateY(-50%);
    }

    .btn {
        padding: 1.1rem 2rem;
    }

    .car__page .banner .prices {
        margin-top: 1.4rem;
    }

    .car__page .banner .title-svg {
        height: 3rem;
        width: auto;
    }

    .car__page {
        /* margin-top: 6.2rem; */
    }



    .tab-content .section {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .navbar .navbar__name {
        display: none;
    }

    .car__nav .btn-group {
        font-size: 1.2rem;
        white-space: nowrap;
        flex-wrap: nowrap;
        transition: transform 0.3s ease-in-out;
        gap: 0.3rem;
    }

    .car__nav .btn {
        padding: 0.5rem 1rem;
        width: auto;
    }

    .navbar {
        width: 100%;
        display: flex;
        height: 5.6rem;
    }

    .navbar .active-link {
        display: flex;
        /* white-space: nowrap; */
        position: relative;
        /* width: calc(220/480*100vw); */
        /* flex-shrink: 0; */
        /* flex-grow: 1; */
        margin-right: 1.2rem;
        overflow: hidden;
        /* margin-left: 2rem; */
    }

    .navbar .active-link .active-link-text {
        white-space: nowrap;
    }

    .navbar .active-link::before {
        /* content: ""; */
        /* position: absolute; */
        top: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        background:linear-gradient(90.01deg, rgba(255, 255, 255, 0) 46.16%, #FFFFFF 94%);
    }

    /* .navbar .active-link:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 4rem;

        
    } */

    .mobile-link-wrapper.active, .mobile-link-wrapper.active+.tabs {
        background: #EFEFEF;
        padding: 0 1.5rem;
    }

    .car__nav .tabs {
        display: none;
        text-transform: none;
    }

    .active .tabs {
        display: block;
    }

    .mobile-link-wrapper.active .tabs {
        padding: 1rem 0;
    }

    .car__nav .tab {
        margin-bottom: 2rem;
        display: block;
        font-family: "Source Sans 3", sans-serif;
        font-size: 1.4rem;
    }

    .car__nav .tab.active {
        color: #666666;
    }

    .car__nav .tab.active:before {
        content: "";
        display: inline-flex;
        width: 1.3rem;
        height: 0.8rem;
        background: url("/static/img/icons/tick.svg") no-repeat center/cover;
        align-self: center;
        margin-right: 1rem;
    }

    .mobile-link-wrapper {
        padding: 0 1.5rem;
    }

    .navbar nav {
        display: none;
        position: absolute;
        top: 100%;
        background: #fff;
        width: calc(100vw + 0rem);
        /* margin-left: -2rem; */
        padding: 2rem 0;
        padding: 0;
        left: -1.5rem;
        z-index: -1;
    }

    .navbar .link {
        display: block;
        padding: 2rem 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        font-size: 1.2rem;
        color: #000;
        text-decoration: none;
    }

    .navbar .link:not(:last-child) {
        margin-right: 0;
    }

    .navbar .link.chevron {
        position: relative;
    }

    .navbar .link.chevron:after {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        content: "";
        display: block;
        width: 1.6rem;
        height: 0.8rem;
        background: url("/static/img/icons/arrow-down.svg") no-repeat center/cover;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        align-self: center;
        margin-left: auto;
    }

    .navbar .link.chevron.active:after {
        transform: rotate(180deg);
    }

    .navbar .active-link:after {
        content: "";
        /* position: absolute; */
        top: 50%;
        right: 0;
        /* transform: translateY(-50%); */
        display: inline-flex;
        width: 1.6rem;
        height: 0.8rem;
        background: url("/static/img/icons/arrow-down.svg") no-repeat center/cover;
        transition: -webkit-transform 0.2s;
        transition: transform 0.2s;
        transition: transform 0.2s, -webkit-transform 0.2s;
        align-self: center;
        margin-left: 1.5rem;
    }

    .navbar .active-link.active:after {
        transform: rotate(180deg);
    }

    .tab-content .section:last-child {
        padding-bottom: 4rem;
    }

    .car__content .tab-nav {
        display: none;
    }

    .colorSlider .swiper-slide img {
        height: revert;
    }

    .car__nav .icon__download::before {
        display: none;
    }

    /* .car__page .tab-content {
        display: flex;
        flex-direction: column;
        opacity: 1;
    } */

    .tab-content .section {
        padding: 0;
    }

    #highlights>.flex {
        margin-left: 0;
        width: 100%;
    }

    .tab-title {
        padding: 0 1.5rem;
        padding-top:4.2rem ;
        margin-bottom: 1.7rem;
    }


    .car__nav .content {
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    }

    .features.specs .row {
        flex-direction: column;
        gap: 3rem;
        margin-top: 1rem;
    }

    .features.specs .specs_grid {
        grid-template-columns: 1fr 1fr;
        row-gap: 3.7rem;
        margin-top: 3.1rem;
        column-gap: 2rem;
    }

    .features.specs .grid__item {
        display: flex;
        gap: 1.4rem;
    }

    .features.specs .grid__item {}

    .features.specs .grid__item img {
        width: 3.5rem;
        height: auto;
        margin: 0;
    }

    #komfort .features .section__header {
        padding-bottom: 3.5rem;
    }

    #dizayn .section__header, #exterior .section__header, .section__header {
        padding-top: 0;
        margin-top: 0;
    }

    .car_colors_container::before {
        height: 36.5%;
    }

    .colors_slider_container {
        margin-bottom: 0;
    }

    .interior_colors .colorSlider .swiper-slide {
        display: grid;
        grid-template-columns: 1fr;
    } 

    .interior_colors .colorSlider .swiper-slide {
        margin-left: -1.5rem;
    }

    .interior_slider .colorSlider .swiper-slide img {
        width: 100%;
        height: 24.6rem;
    }

    .video_container {
        height: 21.2rem;
        margin-top: 3rem;
        margin-bottom: 8rem;
        aspect-ratio: revert;
        padding: 0 2rem;
        width: calc(100% - 3rem);
    }

    .video_content {
        gap: 1.5rem;
    }

    .letters_grid {
        grid-template-columns: repeat(5, 1fr);
        column-gap: 0;
    }

    .intro .container {
        height: auto;
    }

    .intro__content br {
        display: none;
    }
    .section_gallery .swiper-slide {
        gap: 0.3rem 0.4rem;
    }

    .section_gallery .img-container,.section_gallery .img-container:nth-child(4),.section_gallery .img-container:nth-child(5) {
        width: calc(50% - 0.2rem);
    }

    .section_gallery .img-container:nth-child(3){
        width: 100%;
    }

    #prices {
        height: revert;
    }

    .intro__content {
        padding-top: 4rem;
        padding-bottom: 6rem;
        padding-left: 5rem;
        flex: revert;
        padding-right: 5rem;
        height: auto;
    }

    .letter_container img {
        max-height: 3.5rem;
    }

    .letter_container:after {
        width: 100%;
        margin-top: 2rem;
    }

    .letter_container {
        margin-bottom: 2rem;
    }

    .separator_section {
        height: 24rem;
    }

    .separator_section .text-xl {
        font-size: 1.6rem;
    }

    .page__warranty .separator_section.separator_mob-sm {
        height: 20rem;
    }

    .page__warranty .separator-lg {
        height: 42rem;
    }


    .page__warranty .separator_section .text {
        text-align: center;
    }

    .images_grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(8, 1fr);
        column-gap: 0;
        row-gap: 0;
    }
    
        
    .section_tiles .item1 { grid-area: 1 / 1 / 5 / 3; }
    .section_tiles .item2 { grid-area: 1 / 3 / 6 / 5; }
    .section_tiles .item3 { grid-area: 5 / 1 / 9 / 3; }
    .section_tiles .item4 { grid-area: 6 / 3 / 9 / 4; }
    .section_tiles .item5 { grid-area: 6 / 4 / 9 / 5; }

    .hero__container {
        flex-direction: column;
        gap: 4.4rem;
    }

    .grid_nums {
        margin-left: 0;
        margin: 0;
        grid-template-columns: repeat(2, 1fr);
        max-width: 100%;
        gap: 4.3rem 4rem;
    }

    .grid_nums .grid__item .title-xl {
        font-size: 2.4rem;
    }

    .x7 .fade_bottom:after {
        height: 5%;
    }

    .date__item {
        flex-wrap: wrap;
    }

    .dot_timeline_container {
        order: 1;
        position: absolute;
        height: 100%;
    }

    .dot_timeline_container:after {
        height: 100%;
    }

    .date__item .text-xl {
        width: 100%;
        order: 2;
        padding-left: 4.5rem;
    }

    .date__item .text {
        order: 3;
        width: 100%;
        padding-left: 4.5rem;
    }

    .dot_timeline {
        margin: 0;
        margin-top: 0.6rem;
    }

    .date__item .text-group br {
        display: none;
    }


    .section_timeline .dates {
        margin-top: 4.4rem;
    }

    .hero__video {
        height: 24.7rem;
        width: 100%;
    }

    .dot_timeline_container:after {
        left: 0.6rem;
    }

    .page__become-dealer {
        flex-direction: column;
    }

    .page__become-dealer .form-container .form {
        min-width: 100%;
    }

    .page__become-dealer .form-container {
        padding: 0;
        width: calc(100% - 4rem);
    }

    .page__become-dealer #feedback-form {
        padding: 4rem 0;
    }
    
    .page__become-dealer .image-bg {
        height: 24rem;
        width: 100%;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }

    .page__become-dealer .image-bg::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .page__become-dealer .title-md {
        z-index: 1;
        position: relative;
    }

    .section_grid2 .grid-item {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        margin-bottom: 2rem;
        padding-bottom: 2rem;   
        display: flex;
        gap: 2.8rem;
        justify-content: center;
        text-align: start;
    }

    .section_grid2 .grid-item .mt-4 {
        margin-top: 0;
    }

    .section_grid2 .grid-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .horizontal .grid .col-1 .image {
        aspect-ratio: revert;
        width: 100%;
    }

    .horizontal .grid .col-1 {
        flex-direction: column;
    }

    .horizontal .grid, .features .grid {
        gap: 5rem;
    }

    .tab-content .section {margin-bottom: 5rem;}

    .tab-content .fullscreen {
        height: 126vw;
        margin-bottom: 0;
    }

    .page__corporate-clients .section-md+#request {
        padding-top: 1rem;
    }

    .horizontal .grid .col-1 .text-group {
        padding: 2rem;
        width: 100%;
        height: auto;
    }

    .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content {
        padding: 1.5rem 2rem 2rem !important;
    }

    .ymaps-2-1-79-balloon {
        max-width: 24rem;
    }

    .accordion_table td:first-child {
        padding: 0;
    }

    .page__warranty h4 {
        font-size: 1.6rem;
    }


    .page__warranty .text h4 {
        margin-bottom: 0;
    }

    .page__warranty .section-md {
        padding: 3.5rem 0;
    }

    .page__warranty hr {
        margin-bottom: 0;
        margin-top: 2rem;
        margin-bottom: 0;
    }

    .accordion_table .dropdown__item_container {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .dropdown__trigger {
        padding: 2rem 0 !important;
        position: relative;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        transition: border-color 0.3s ease;
    }

    .dropdown__trigger::after {
        content: '';
        display: block;
        background: url(/static/img/icons/arrow-down.svg) no-repeat center/contain;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 1.5rem;
        height: 1.5rem;
        transition: transform 0.3s ease;
    }

    .dropdown__content ul:not(:last-child){
        margin-bottom: 0;
    }

    .active .dropdown__trigger::after {
        transform: translateY(-50%) rotate(180deg);
    }

    .active .dropdown__trigger {
        border-color: transparent;
    }
    
    .dropdown__trigger br{
        display: none;
    }

    .accordion_table tr .period {
        margin-top: 1.5rem;
    }

    .dropdown__content {
        display: none;
        padding: 0 !important;
    }

    .warning {
        align-items: start;
        gap: 2.5rem;
    }
    .warning img {
        max-width: 3rem;
    }

    .accordion_table {
        margin-bottom: 3rem;
    }

    .period span {
        padding: 0.6rem 1.2rem;
        background: #F6F6F6;
        font-weight: 600;
    }

    .accordion_table tr .period:last-child {
        padding-bottom: 2.5rem;
    }

    .secondary_content {
        padding-top: 2rem;
        margin-top: 2.5rem;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
    }

    #stock .spec__info {
        font-size: 1.2rem;
    }

    #stock .section__header h2{
        margin-bottom: 1rem;
    }

    .stock_slider .car__text {
        padding: 0 2rem 4rem;
    }

    .stock_slider mark {
        display: none;
    }

    .stock_slider .car__icon {
        padding-top: 0;
        padding: 2rem;
    }

    h4.car__title {
        font-size: 1.6rem;
    }

    .stock .section__header .mb-4{
        margin-bottom: 3.6rem;
    }

    .swiper-pagination.custom .swiper-pagination-bullet, .custom_slider_pagination .swiper-pagination-bullet {
        width: 2.5rem;
        height: 2px;
    }

    .stock .custom_slider_controls {
        margin-top: 3rem;
    }

    #prices .section__header {
        padding-top: 6rem;
        width: calc(100% - 3rem);
    }

    #prices h2 {
        font-size: 1.8rem;
    }

    #prices .btn {
        padding: 1.1rem 2.7rem;

    }
}