@font-face{
    font-family: "BMW-Font";
    src: url("../fonts/BMWTypeNextTT-Regular.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
}

body, html{
    background-color: #fff;
    margin: 0%;
    padding: 0%;
    font-size: calc(10/1920*100vw);
    overflow-anchor: none;
    scroll-behavior: smooth;
}

#plans,
#cars,
#track,
#choice,
#about{
    scroll-margin-top: 0rem;
}


body{
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-size: 1.6rem;
}

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

section{
    width: 100%;
    max-width: 162rem;
    margin: 0 auto;
    padding: 0;
}


.nav-outer-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 7000;
    display: none;
    opacity: 0;
}

h1, .h1, h2, h3, button, b, span, h4, p, ul, li, td, label{
    font-family: "BMW-Font", sans-serif;
    font-weight: 400;
}

h1, .h1{
    font-size: 6.4rem;
    line-height: 100%;
}

.h2, h2{
    font-size: 4rem;
    line-height: 5rem;
}

p{
    font-size: 1.6rem;
    line-height: 2.6rem;
}

header{
    width: 100%;
    margin: 0 auto;
    padding: 0;
    top: 0;
}

.burger-menu{
    width: 3.5rem;
    height: 1.8rem;
    display: none;
    margin-right: 10rem;
    cursor: pointer;
}

.burger-menu .close-icon{ display: none; }
.burger-menu.active .burger-icon{ display: none; }
.burger-menu.active .close-icon{ display: block; }

.desktop-btn{
    display: block;
}

.mobile-btn{
    display: none;
}

.static-header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 6100;
}

.sticky-header{
    overflow: visible !important;
    position: sticky;
    top: 0;
    z-index: 5500;
    background-color: #fff;
}

.header-main{
    width: 100%;
    margin: 0 auto;
    padding: 1.6rem 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.static-header .header-main{
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-main span{
    font-weight: 700;
}


.logo-nav{
    display: inherit;
    flex-direction: inherit;
    gap: 21rem;
}

.sticky-header .logo-nav{
    gap: 23.54rem;
}

.logo-group{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4rem;
}

.logo-icon{
    width: 6.2rem;
    height: auto;
    cursor: pointer;
}

.alt-icon{
    width: 5rem;
}

.logo-icon-1{
    width: 7.632rem;
    height: auto;
}

.alt-icon-1{
    width: 6.264rem;
}

.logo-nav nav{
    display: inherit;
    flex-direction: inherit;
    align-items: center;
    gap: 6rem;
}

.logo-nav a{
    text-decoration: none;
    text-align: center;
    margin: auto 0;
}

.static-header a{
    color: #fff;
}

.sticky-header a{
    color: rgba(0, 0, 0, 1);
}

.static-header .models-nav span{
    color: #fff;
}

.header-right-side{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7.3rem;
}

.lang{
    display: inherit;
    flex-direction: inherit;
}

.lng-selection{
    display: inherit;
    flex-direction: inherit;
    align-items: inherit;
    text-transform: uppercase;
    gap: 1.7rem;
}

.lang a{
    text-decoration: none;
}

.lang .lng-d{
    width: 0;
    height: 100%;
}

.header-main .btn{
    padding: 1.2rem 2.9rem 1.4rem;
}

.static-header .lng-d{
    border-left: 2px solid #fff;
}

.sticky-header .lng-d{
    border-left: 1px solid rgba(45, 62, 78, 1);
}

footer{
    margin-top: auto;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
}

.footer-main{
    width: 100%;
    max-width: 164rem;
    margin: 0 auto;
    padding: 2.7rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.footer-main p{
    font-size: 1.4rem;
    color: #fff;
}

.footer-main a{
    color: #fff;
}

button{
    cursor: pointer;
}

.btn{
    font-size: 1.8rem;
    padding: 2rem 4.2rem 2.3rem;
    border-radius: 0;
    border: none;
    max-width: 28rem;
}

.transparent-white{
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}


.blue-white{
    background-color: rgba(28, 105, 212, 1);
    color: #fff;
    border: 2px solid rgba(28, 105, 212, 1);
}



/* Mp section */
.banner-swiper-section{
    position: relative;
    z-index: 6000;
    margin-top: -9.3rem;
}

.banner-container{
    background-image: url(/static/img/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    position: relative;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    height: 98rem;
}

.banner-container::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 28.1rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.65));
}

.banner-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    padding: 0 0 7.7rem;
}

.banner-content{
    display: inherit;
    flex-direction: inherit;
    align-items: center;
    text-align: center;
    gap: 1.8rem;
    color: #fff;
}

.banner-head{
    display: inherit;
    flex-direction: inherit;
    gap: 1rem;
}

.banner-content span{
    font-size: 2rem;
}

/* Scrn section */

.scrn-bg{
    background-image: url(/static/img/scrn-1-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.scrn{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 13.7rem;
    height: 79.6rem;
    padding: 15.8rem 0 19.6rem;
}

.image-wrapper-scrn{
    width: 100%;
    height: 100%;
    max-width: 80rem;
    max-height: 44.9rem;
    position: relative;
}

.image-wrapper-scrn img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scrn-content{
    max-width: 68.3rem;
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
    color: #fff;
}

.scrn-content .btn{
    margin-top: auto;
}

.sticky-track {
    position: relative;
    width: 100%;
}

.return-wrapper {
    position: absolute;
    right: 3rem;
    top: 35rem;
    bottom: 2rem;
    width: 7rem;
    pointer-events: none;
    z-index: 10000;
}

.return {
    position: -webkit-sticky;
    position: sticky;
    top: 85vh;
    width: 7rem;
    height: 7rem;
    background-color: rgba(28, 105, 212, 1);
    border-radius: 50%;
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    padding: 0;
    border: 1px solid rgba(28, 105, 212, 1);
}

.return img{
    width: 2.7rem;
    height: auto;
}

/* Plans section */

.plans-bg{
    background-image: url(/static/img/plans-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 98rem;
    position: relative;
}

.plans{
    position: absolute;
    top: 18.6rem;
    right: 15rem;
    display: flex;
    background-color: rgba(0, 0, 0, 0.75);
    padding: 5.3rem 6.5rem 7.2rem;
    max-width: 52.5rem;
}

.plans-content{
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.plans-content ul, .scrn-2-card-content ul{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style: none;
    padding-left: 0;
}

.plans-content ul li, .scrn-2-card-content ul li{
    position: relative;
    padding-left: 3rem;
    line-height: 2.6rem;
}


.plans-content ul li::before, .scrn-2-card-content ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(28, 105, 212, 1);
}

/* Scrn-2 section */
.scrn-2-bg{
    background-image: url(/static/img/scrn-2-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.scrn-2{
    height: 145.7rem;
    padding: 18.6rem 0 22.8rem;
    display: flex;
    flex-direction: column;
    gap: 14.5rem;
}

.scrn-2-card{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 13.5rem;
}

.scrn-2-card:nth-child(even){
    flex-direction: row-reverse;
}

.image-wrapper-scrn-2{
    width: 100%;
    height: 100%;
    max-width: 80rem;
    max-height: 44.9rem;
    position: relative;
}

.image-wrapper-scrn-2 img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.free-aligned-image{
    position: absolute;
    max-width: 34.5rem;
    max-height: 23rem;
    bottom: -11rem;
    left: -15.2rem;
}

.scrn-2-card-content{
    display: flex;
    flex-direction: column;
    gap: 2.6rem;
    color: #fff;
}

.scrn-2-card:nth-child(even) .scrn-2-card-content{
    gap: 4.6rem;
}

.group-btns{
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 1.4rem;
}

/* Scrn3 section */
.scrn-bg-3{
    background-color: #1C090A;
}

.scrn-3{
    padding: 12.3rem 0 14.5rem;
    flex-direction: row-reverse;
    align-items: center;
}

.scrn-inner-content{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.scrn-3 .scrn-content{
    gap: 3.6rem;
}

.scrn-3 .btn{
    margin-top: 0.6rem;
}


/* Racers section */

.racers-bg{
    position: relative;
    height: 168rem;
}

.racers{
    width: 100%;
    max-width: 100%;
    height: 70rem;
    background-image: url(/static/img/racer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: sticky;
    top: 0;
    z-index: 1;
}

/* Form section */

.forms-bg{
    position: relative;
    z-index: 2;
    margin-top: -70rem;
    background-image: url(/static/img/forms-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.forms{
    padding: 12.7rem 0 6.9rem;
}

.forms-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.3rem;
    padding: 7.8rem 25.3rem 9.4rem;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
}

.form-container-content{
    width: 100%;
    height: auto;
    display: inherit;
    flex-direction: row;
    align-items: inherit;
    gap: 6rem;
}

.left-side, .right-side{
    width: 100%;
    max-width: 66rem;
}

.form-container-content .right-side a{
    color: #fff;
}

.left-side{
    display: inherit;
    flex-direction: column;
    gap: 2.9rem;
}

.right-side{
    height: auto;
}

.right-side form{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}


.right-side .forms-inputs{
    display: flex;
    flex-direction: column;
    gap: 5.2rem;
    max-width: 80rem;
    width: 100%;
    margin: 0 auto;
}

.right-side .form-input:focus{
    border-bottom: 1px solid #fff;
}

.form-input {
    width: 100%;
    font-family: "VWText-Bold", sans-serif;
    background: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding: 0 0 1.4rem;
    color: rgba(255, 255, 255, 1);
    font-size: 1.6rem;
    line-height: 2rem;
    outline: none;
}

.form-input::placeholder {
    color: rgba(255, 255, 255, 1);
}

.form-input:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.form-modal .form-input:focus{
    border-bottom: 1px solid rgba(0, 0, 0, 1);
}

.error-message {
    display: none;
    color: #ff4d4f;
    font-size: 1.2rem;
    margin-top: 0.6rem;
}

.form-input.has-error {
    border-bottom: 1px solid #ff4d4f;
}

.form-input.has-error + .error-message {
    display: block;
}



.consent-wrapper {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 1.6rem;
}

.form-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 1.9rem;
    height: 1.9rem;
    margin: 0;
    flex-shrink: 0;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 1);
    cursor: pointer;
}

.form-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 42%;
    width: 0.55rem;
    height: 1rem;
    border: solid #000;
    border-width: 0 0.2rem 0.2rem 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.consent-submit{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.5rem;
}

.form-btn{
    width: 100%;
    max-width: 52rem;
    padding: 2.5rem 5rem;
}

.forms-head{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.6rem;
    text-align: center;
}

.forms-subtitle{
    font-size: 2.4rem;
}

.form{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6.3rem;
    width: 100%;
}

.form .form-container-content{
    align-items: flex-start;
}

.form .consent-submit{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.forms-note{
    margin-top: 3rem;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
}

.form-modal {
    width: 100%;
    max-width: 135rem !important;
    background: #fff;
}

.form-header{
    padding: 4rem;
    text-align: center;
    font-size: 3.6rem;
    background: rgba(27, 34, 54, 1);
    color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
    color: #fff;
}

.fancybox-slide--html:has(.light-modal) .fancybox-close-small {
    color: rgba(0,0,0,1);
}

.form-modal .forms-container{
    padding: 4.4rem 7.6rem 7.4rem;
    gap: 4.4rem;
    border: none;
    color: rgba(0,0,0,1);
}

.form-modal .form-container-content{
    gap: 7.2rem;
}

.consent-wrapper a{
    color: #fff;
}

.form-modal .consent-wrapper a{
    color: rgba(0,0,0,1);
}


.form-modal .form-input, .form-modal .form-input::placeholder{
    color: rgba(0,0,0,1);
}

.form-modal .form-input{
    border-bottom: 1px solid rgba(0,0,0,1);
}

.form-modal .form-checkbox{
    border: 1px solid rgba(0,0,0,1);
}

.form-modal .form-checkbox:checked::after{
    content: '';
    position: absolute;
    left: 50%;
    top: 42%;
    width: 0.55rem;
    height: 1rem;
    border: solid rgba(27, 34, 54, 1);
    border-width: 0 0.2rem 0.2rem 0;
    transform: translate(-50%, -50%) rotate(45deg);
}

.form-modal .form-btn{
    width: 100%;
    max-width: 52rem;
}

.fancybox-content{
    padding: 0;
}

.form-modal .form{
    padding: 0;
}

.form-modal .consent-submit{
    gap: 3rem;
}

.form-modal .forms-inputs {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.form-btn.loading {
    opacity: 0.6;
    cursor: not-allowed;
}

.form-success {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    text-align: center;
    padding: 2rem 3rem;
}

.form-success .btn{
    visibility: visible;
}


.form-select-row{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}


/* Dealers */

.map-container{
    position: relative;
    width: 100%;
    height: 77rem;
}


#map{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.map-balloon{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 36.6rem;
    max-width: 90vw;
}

.map-balloon-card{
    position: relative;
    width: 100%;
    padding: 3.8rem 4.1rem 5rem;
    background-color: #fff;
    border-radius: 2rem;
    box-shadow: 0 0.8rem 3rem rgba(0, 0, 0, 0.18);
}

.map-balloon-close-btn{
    position: absolute;
    top: 2rem;
    right: 2rem;
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.map-balloon-close-btn:hover{
    opacity: 1;
}

.map-balloon-close-btn img{
    display: block;
    width: 100%;
    height: 100%;
}

.map-balloon-title{
    padding-right: 3rem;
    font-size: 2rem;
    line-height: 3rem;
    text-transform: uppercase;
    color: rgba(45, 62, 78, 1);
}

.map-balloon-d{
    margin: 1.8rem 0;
    height: 1px;
    background-color: rgba(217, 217, 217, 1);
}

.map-balloon-body{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.map-balloon-field{
    font-family: "VWText-Light", sans-serif;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: rgba(45, 62, 78, 1);
}

.map-balloon-field a{
    color: inherit;
    text-decoration: none;
}

.map-balloon-tail{
    width: 1.8rem;
    height: 1.8rem;
    margin-top: -0.9rem;
    background-color: #fff;
    transform: rotate(45deg);
    box-shadow: 0.3rem 0.3rem 0.4rem -0.3rem rgba(0, 0, 0, 0.15);
}

.map-city-marker{
    position: relative;
    width: 5.7rem;
    height: 7rem;
    cursor: pointer;
}

.map-city-marker-icon{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.map-city-marker-badge{
    position: absolute;
    top: -0.6rem;
    right: -0.6rem;
    min-width: 2rem;
    height: 2rem;
    padding: 0 0.4rem;
    border-radius: 50%;
    background-color: rgba(255, 209, 0, 1);
    color: #000;
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: center;
    box-shadow: 0 0.2rem 0.6rem rgba(0, 0, 0, 0.25);
}


.mobile-menu{
    display: none;
}

@media (max-width: 800px){
    body, html{
        font-size: calc(10/480*100vw);
    }

    section{
        max-width: 44rem;
    }

    h1, .h1, h2{
        font-size: 3.2rem;
        line-height: 100%;
    }

    h3{
        font-size: 1.5rem;
        line-height: 100%;
    }

    p, ul, li, td, label{
        font-family: "VWText-Light", sans-serif;
        font-weight: 300;
        line-height: 100%;
    }

    p{
        font-size: 1.4rem;
    }

    .burger-menu{
        display: block;
        background: none;
        border: none;
        cursor: pointer;
        margin: 0;
    }

    .burger-menu img{
        width: 3.2rem;
        height: auto;
    }

    .desktop-btn{
        display: none;
    }

    .mobile-btn{
        display: block;
        max-width: 100%;
        margin-top: 0.5rem;
    }

    .mobile-header{
        display: flex !important;
    }

    .request-btn{
        display: none;
    }


    .header-main{
        width: 100%;
        margin: 0 auto;
        padding: 1.5rem 0;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .logo-nav{
        display: inherit;
        flex-direction: inherit;
        gap: 7.1rem;
    }

    .logo-icon{
        width: 4rem;
        height: auto;
    }

    .logo-nav nav{
        display: none;
    }

    .models-dropdown-desktop{
        display: none;
    }

    .socials-lng-icons{
        display: none;
    }

    .lang{
        display: none;
    }

    .lang a{
        text-decoration: none;
    }

    .lang .lng-d{
        width: 0;
        height: 1.6rem;
    }

    .static-header .lng-d{
        border-left: 1px solid #fff;
    }


    .footer-main{
        width: 100%;
        max-width: 44rem;
        margin: 0 auto;
        padding: 2rem 0;
    }


    /* Mp section */
    .banner-swiper-section{
        position: relative;
        z-index: 6000;
        margin-top: -7.33rem;
    }

    .banner-swiper-container{
        flex: 1;
        min-width: 0;
        overflow: hidden;
        height: 76rem;
    }

    .banner-swiper{
        width: 100%;
        height: 100%;
        position: relative;
    }

    .banner-swiper .swiper-slide{
        overflow: hidden;
    }

    .banner-slide{
        background-image: url(/static/img/slide-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }


    .banner-slide-inner{
        gap: 2.4rem;
        padding-bottom: 10.2rem;
    }

    .banner-content{
        display: inherit;
        flex-direction: inherit;
        align-items: inherit;
        color: #fff;
        gap: 3rem;
    }

    .banner-head{
        font-size: 3.6rem;
        letter-spacing: 0;
        font-weight: 700;
    }

    .price-banner{
        display: inherit;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
    }

    .old-price{
        text-decoration: line-through;
    }

    .new-price{
        font-size: 3.4rem;
    }
    .btns-group{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        gap: 1.3rem;
    }

    .btns-group .btn{
        max-width: 100%;
    }

    .banner-pagination-container{
        position: absolute;
        bottom: 4rem;
        width: 100%;
    }

    .banner-pagination{
        display: flex;
        flex-direction: row;
        gap: 1.2rem;
        align-items: center;
        justify-content: center;
    }

    .banner-pagination .swiper-pagination-bullet{
        width: 7.8rem;
        border-radius: 0;
        background-color: rgba(217, 217, 217, 1);
        height: 0.3rem;
    }

    .banner-btn{
        max-width: none;
    }

    .price-banner{
        gap: 1.9rem;
    }

    .old-price{
        font-size: 1.4rem;
    }

    .new-price{
        font-size: 2.4rem;
    }

    .banner-arrow{
        display: none;
    }

    .return-wrapper {
        display: none;
    }

    /* Form section */


    .forms{
        padding: 6.8rem 0 6.4rem;
    }

    .forms-container{
        padding: 0;
        border: none;
    }

    .form-container-content{
        width: 100%;
        height: 100%;
        flex-direction: column;

        gap: 4.3rem;
    }

    .left-side, .right-side{
        max-width: 100%;
    }

    .left-side{
        display: inherit;
        flex-direction: column;
        gap: 1.7rem;
    }

    .so{
        width: 100%;
        border-radius: 0.5rem;
        font-size: 1.4rem;
    }

    .select-wrapper-forms{
        position: relative;
        display: inline-block;
    }

    .select-wrapper-forms::after{
        content: '';
        position: absolute;
        right: 3rem;
        top: 50%;
        transform: translateY(-75%) rotate(45deg);
        pointer-events: none;
    }

    .image-wrapper-forms{
        position: relative;
        width: 100%;
        height: 100%;
        max-height: 28.7rem;
    }

    .image-wrapper-forms img{
        width: 100%;
        height: 19.1rem;
        object-fit: cover;
        border-radius: 1rem;
    }

    .right-side{
        height: 100%;
    }

    .right-side form{
        height: 100%;
    }


    .right-side .forms-inputs{
        gap: 4rem;
        max-width: 100%;
    }


    .form-input {
        border-bottom: 1px solid rgba(255, 255, 255, 1);
        padding: 0 0 1.4rem;
        color: rgba(255, 255, 255, 1);
        font-size: 1.4rem;
        outline: none;
    }

    .form-input:focus {
        border-bottom: 1px solid rgba(0, 0, 0, 1);
    }

    .consent-wrapper {
        display: flex;
        align-items: center;
        gap: 2rem;
        font-size: 1.6rem;
    }

    .form-checkbox {
        width: 2.3rem;
        height: 2.3rem;
        cursor: pointer;
        color: white;
    }

    .consent-submit{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 3.5rem;
        margin-top: 4.4rem;
    }

    .form-btn{
        padding: 1.25rem 5rem;
        width: 100%;
        max-width: 100%;
    }

    .forms-head{
        gap: 1.2rem;
    }

    .forms-subtitle{
        font-size: 1.6rem;
    }

    .form{
        gap: 4.3rem;
    }

    .form .consent-submit{
        flex-direction: column;
        align-items: flex-start;
    }


    /* Dealers section */

    .map-container{
        height: auto;
        display: flex;
        flex-direction: column-reverse;
    }

    #map{
        height: 40rem;
    }

    /* Mobile Menu styles */

    .mobile-menu{
        display: none;
        position: fixed;
        flex-direction: column;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        max-height: 100dvh;
        max-width: none !important;
        z-index: 7000;
        background-color: #F5F5F7;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .mobile-menu.open{
        display: flex;
    }

    .head-of-mobile-menu{
        background-color: #fff;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 3rem 2rem;
        position: sticky;
        top: 0;
        z-index: 7000;
        flex-shrink: 0;
    }


    .lang-nav{
        display: flex;
        flex-direction: row;
        gap: 2.7rem;
        align-items: center;
        text-decoration: none;
        color: rgba(45, 62, 78, 1);
    }

    .lang-nav a{
        text-decoration: none;
        color: rgba(45, 62, 78, 1);
        font-size: 1.6rem;
    }

    .lng-selection-m{
        display: flex;
        flex-direction: row;
        gap: 1.5rem;
        align-items: center;
    }

    .lng-d-m{
        height: 1.7rem;
        width: 0;
        border-left: 1px solid rgba(45, 62, 78, 1);
    }

    .container-m{
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .nav-links-m{
        display: flex;
        flex-direction: column;
        padding: 1.4rem 0 2.6rem;
        margin: 0;
    }

    .navigation-m{
        font-size: 2rem;
        background-color: rgba(246, 245, 242, 1);
        display: flex;
        flex-direction: column;
        z-index: 6000;
    }

    .navigation-m ul{
        list-style: none;
        padding: 0;
    }

    .nav-links-m > li:first-child > .dropdown-point-m {
        border-top: none;
    }


    .dropdown-point-m{
        position: relative;
        z-index: 6500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none;
        padding: 2.5rem 0 2rem;
        border-top: 1px solid rgba(0,0,0,0.1);
    }

    .close-mobile-menu{
        width: auto;
        height: 2.5rem;
        background: none;
        border: none;
        cursor: pointer;
    }
    .close-mobile-menu img{
        width: auto;
        height: 2.5rem;
    }

    .nav-name-m{
        position: relative;
        color: #000;
        width: 100%;
        max-width: 44rem;
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .nav-name-m span{
        color: rgba(45, 62, 78, 1);
    }

    .dropdown-menu-m {
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        position: relative;
    }

    .dropdown-menu-m ul{
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 7.2rem;
        padding: 6rem 0 5rem;
        margin: 0;
    }

    .dropdown-m.open .arrow{
        transform: rotate(135deg);
    }

    .dropdown-menu-m li{
        max-width: 44rem;
        width: 100%;
        margin: 0 auto;
    }

    .dropdown-menu-item-m{
        display: flex;
        flex-direction: row;
        gap: 2rem;
        text-decoration: none;
        color: rgba(45, 62, 78, 1);
    }

    .dropdown-m.open .dropdown-menu-m {
        opacity: 1;
        max-height: 1000px !important;
        border-top: 1px solid rgba(0,0,0,0.1);
        width: 100%;
        max-width: 44rem;
        margin: 0 auto;
    }

}