@font-face {
    font-family: "K_Helios_Regular";
    src: url('/static/font/K_Helios-BoldExp.woff2') format('woff2'),
        url('/static/font/K_Helios-BoldExp.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "K_Helios_Expanded";
    src: url('/static/font/K_Helios-Exp.woff2') format('woff2'),
    url('/static/font/K_Helios-Exp.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "K_Helios_Bold_Expanded";
    src:  url('/static/font/K_Helios-BoldExp.woff2') format('woff2'),
    url('/static/font/K_Helios-BoldExp.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


body, html{
    font-family: "K_Helios_Regular", sans-serif;
    background-color: #fff;
    margin: 0%;
    padding: 0%;
    font-size:calc(10/1920*100vw);
}

span{
    font-family: "K_Helios_Regular", sans-serif;
    font-weight: 400;
}

section{
    width: 100%;
    max-width: 162rem;
    margin: 0 auto;
    padding: 0;
}


p, h3{
    font-family: "K_Helios_Expanded", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 100%;
}

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    
}

button, h1, h2{
    font-family: "K_Helios_Bold_Expanded", sans-serif;
    font-weight: 400;
}
.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;
}

.nav-outer-container.active {
    display: block !important;
    opacity: 1;
    transition: opacity 0.3s ease;
}

/* Header & Footer styles */

.header{
    position: relative;
    top: 0;
    position: sticky;
    width: 100%;
    margin: 0 auto;
    padding: 1.5rem 15rem;
    z-index: 6500;
    background-color: rgba(245, 245, 247, 1);

}

.navbar{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo{
    display: flex;
    flex-direction: row;
}

.mycar-logo{
    width: 21.6rem;
    height: 3rem;
}

.phone-order-menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 11.4rem;
}

.phone-number{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.9rem;
}

.phone-icon{
    width: 1.5rem;
    height: 1.5rem;
}

.order-language{
    display: flex;
    flex-direction: row;
    gap: 8.2rem;
}

.btn-orange{
    padding: 1.4rem 2.6rem;
    font-size: 1.2rem;
    background-color: rgba(237, 28, 36, 1);
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    border: none;
    text-transform: uppercase;
}

.lang{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 13.2rem;
}

.divider{
    border-left: 1px solid rgba(0, 0, 0, 1);
    width: 0;
}

.d-lang{
    height: 1.2rem;
}

.lang p,
.lang a,
.lang-m a{
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
.lang a.active,
.lang-m a.active{
    font-weight: 700;
}


.burger-menu{
    width: 3rem;
    height: 1.6rem;
    display: none;
}

.menu-icon{
    width: 3rem;
    height: 1.6rem;
    cursor: pointer;
}


footer{
    width: 100%;
    background-color: #000;
    position: relative;
}

.footer{
    width: 100%;
    max-width: 162rem;
    margin: 0 auto;
    padding: 4rem 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.content-1{
    width: auto;
    display: flex;
    flex-direction: column;
    
}

.content-1 span{
    font-size: 1.6rem;
    color: #fff;
}

/* MP page styles */
/* Hero section */
.hero{
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    position: relative;
    background-image: url("/static/img/hero-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 23.5rem 15rem;
}


.hero-content {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 0;
    height: auto;
    gap: 50.5rem;
}

.left-side-h{
    width: 100%;
    max-width: 93rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.hero-content h1 {
    font-size: 5rem;
    line-height: 6.6rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.hero-content p {
    font-size: 5rem;
    line-height: 6.6rem;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.order-btn-hero{
    width: 22.3rem;
    padding: 2rem 4rem;
}

/* Reasons section */

.reasons-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.9rem;
    padding: 8rem 0rem 12rem;
}

.reasons-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6rem;
}

.reasons-grid{
    display: flex;
    flex-direction: row;
    gap: 7rem;
}

.reason{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3.7rem;
    gap: 4.7rem;
    width: 30rem;
}

.reason-desc{
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.reason h2{
    font-size: 2rem;
    text-wrap: nowrap;
    text-transform: uppercase;
    text-align: center;
}

.reason span{
    font-size: 1.4rem;
    line-height: 2.2rem;
    color: #666;
    text-align: center;
}
.reason img{
    width: auto;
    height: 5rem;
}

.divider-reason{
    width: 0;
    height: 24.7rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

/* Partners section */

.partners-bg{
    background-color: rgba(238, 238, 238, 1)
}

.partners{
    padding: 10.3rem 0 11.7rem;
}

.inner-partners{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.1rem;
}

.inner-partners h1{
    font-size: 4rem;
    line-height: 7rem;
    font-weight: 700;
    text-transform: uppercase;
}

.partners-cards{
    display: flex;
    flex-direction: row;
    gap: 2rem;
}

.partner-card{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.partner-logo-frame{
    width: 39rem;
    height: 19.7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
}

.partner-logo{
    height: auto;
}

.mycar-finance, .bcc-leasing{
    width: 27.3rem;
}

.astana-motors-finance{
    width: 18.8rem;
}


.forte-leasing{
    width: 13.6rem;
}

.partner-card h3{
    font-size: 1.2rem;
    color: rgba(102, 102, 102, 1);
    text-transform: uppercase;
}
/* Finance section */

.finance-bg{
    width: 100%;
    background-image: url("/static/img/finance-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.finance{
    padding: 11.2rem 0 12rem;
}

.finance-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.4rem;
}

.conditions-head{
    font-size: 4rem;
    line-height: 7rem;
    color: #fff;
    text-transform: uppercase;
}

.finance-cards{
    display: flex;
    flex-direction: row;
    gap: 2.2rem;
}

.finance-card{
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 6.8rem 11.2rem 8.7rem;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 0.5rem;
}


.finance-card-content{
    display: flex;
    flex-direction: column;
    gap: 3.4rem;
    color: #fff;
}

.finance-card-content-head{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.finance-card-content-subhead{
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 1.4rem;
}

.mycar-finance-logo{
    width: 12.3rem;
    height: auto;
    margin-top: 0.5rem;
}

.finance-card-content-subhead h1{
    font-size: 3.6rem;
    text-transform: uppercase;
}

.finance-card-content h2{
    font-size: 1.6rem;
    text-transform: uppercase;
}

.price-time-conditions{
    display: flex;
    flex-direction: column;
    gap: 2.2rem;
}

.price-time{
    position: relative;
    display: flex;
    flex-direction: row;
    width: 45.7rem;
    justify-content: space-between;
    padding: 2.3rem 0rem;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.price-time .price, .price-time .time{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.2rem;
}

.price span, .time span{
    font-size: 1.6rem;
}

.percent-div{
    display: flex;
    flex-direction: column;
}

.d-finance{
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.percent{
    text-transform: none !important;
    font-size: 3rem !important;
    line-height: 150%;
}

.yearly{
    font-family: "K_Helios_Bold_Expanded", sans-serif;
    font-size: 1.6rem
}

.time{
    margin-right: 1rem;
}

.w-marker{
    margin-right: 2rem;
}

.marker{
    color: rgba(237, 28, 36, 1);
    font-size: 2rem;
}

.float-marker{
    position: absolute;
    left: 13rem;
    top: 5.3rem;
}

.float-marker-1{
    position: absolute;
    right: 0;
    top: 5.2rem;
}

.conditions{
    height: 6.6rem;
    display: flex;
    flex-direction: column;
    list-style: none;
    gap: 0.5rem;
}

.conditions li{
    font-size: 1.6rem;
}

.order-btn-finance{
    margin-top: auto;
}

.marked-attention{
    display: flex;
    flex-direction: row;
    gap: 1.7rem;
}

.marked-attention span{
    color: rgba(255, 255, 255, 0.3);
    margin-top: 0.25rem;
}

.dealers-bg{
    background-color: rgba(238, 238, 238, 1);
}

.dealers{
    padding: 10.8rem 0 12.7rem;
}

.dealers-inner{
    display: flex;
    flex-direction: column;
    gap: 5.8rem;
    align-items: center;
}

.dealers-inner h1{
    font-size: 4rem;
    line-height: 5rem;
    text-align: center;
    text-transform: uppercase;
}

.spec-techs{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7.9rem;
}

.spec-tech{
    width: 100%; 
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 4.1rem;
}

.spec-tech-head{
    width: 100%;
    padding: 0 55rem;
    position: relative;
    z-index: 2;
}

.spec-tech-head h2{
    padding: 0 60rem;
    position: relative;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    padding: 0rem 4rem;
    background-color: rgba(238, 238, 238, 1);
    z-index: 2;
}

.spec-tech-head::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    transform: translateY(0);
    z-index: -1;
}

.types-spec-tech{
    display: flex;
    flex-direction: row;
    gap: 12.5rem;
}

.type-spec-tech{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.1rem;
}

.type-spec-tech img{
    width: auto;
    height: 6rem;
}

.type-spec-tech h2{
    font-size: 1.2rem;
    text-transform: uppercase;
}

.type-spec-tech-desc{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    align-items: center;
}

.type-spec-tech-desc span{
    color: rgba(102, 102, 102, 1);
}

.contacts-bg{
    background-image: url("../img/contacts-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contacts{
    padding: 34.3rem 0 32.9rem;
}

.contact-inner{
    display: flex;
    flex-direction: row;
    align-items: start;
}


.contact-card{
    background-color: #fff;
    padding: 6.4rem 7.5rem 6.9rem;
    border-top: 4px solid rgba(237, 28, 36, 1);
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.contact-card h1{
    font-size: 4rem;
    text-transform: uppercase;
}

.contact-card h2{
    font-size: 2rem;
    text-transform: uppercase;
}

.address, .phone-numbers-contact{
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.address span, .phone-numbers-contact span{
    font-size: 1.6rem !important;
}

.contact-info{
    display: flex;
    flex-direction: column;
}

.add-services{
    padding: 8.8rem 0 8.9rem;
}

.add-services-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5.8rem;
}

.add-services-inner h1{
    font-size: 4rem;
    line-height: 7rem;
    text-transform: uppercase;
}

.services-cards{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.service-card{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.9rem;
}

.service-card-icon{
    width: auto;
    height: 8rem;
}

.service-card h2{ 
    text-align: center;
    font-size: 1.6rem;
    text-transform: uppercase;
}

.process-bg{
    background-color: rgba(238, 238, 238, 1);
}

.process{
    padding: 9.6rem 0 11.65rem;
}

.process-inner{
    display: flex;
    flex-direction: column;
    gap: 2.35rem;
    align-items: center;
}

.process-inner h1{
    font-size: 4rem;
    text-transform: uppercase;
}

.process-steps{
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 3.6rem;
}

.process-step{
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
    align-items: center;
    margin-top: 2.25rem;
}

.process-step h2{
    font-size: 1.2rem;
    text-transform: uppercase;
    text-align: center;
}
.step{
    border-radius: 50%;
    border: 1px solid rgba(237, 28, 36, 1);
    padding: 1.7rem;
    width: 5rem;
    height: 5rem;
}

.step h1{
    font-size: 2rem;
    color: rgba(237, 28, 36, 1);
    transform: translateY(-0.6rem);
}

.d-process{
    height: 16.5rem;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.sticky-track {
    position: relative;
    width: 100%;
}

.return-wrapper {
    position: absolute;
    right: 0;
    top: 5rem;
    bottom: 2rem;
    width: 6.5rem;
    transform: translateX(-3rem); 
    pointer-events: none;
    z-index: 10000;
}

.return {
    position: -webkit-sticky;
    position: sticky;
    top: 72.7vh;
    width: 7.2rem;
    height: 7.2rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: auto;
    
}

.return-1{
    width: 2.7rem;
}


@media (max-width: 800px) {
    body, html{
        font-size:calc(10/480*100vw) !important;
    }

    section{
        max-width: 44rem !important;
    }

    span, p{
        font-size: 1.4rem;
        line-height: 2.2rem;
    }

    /* Header & Footer styles */

    .header{
        padding: 1.9rem 2rem;
    }

    .phone-number, .order-language{
        display: none;
    }

    .burger-menu{
        display: block;
        background: none;
        border: none;
        cursor: pointer;
    }

    .burger-menu img{
        width: 3.45rem;
        height: 1.727rem;
    }

    .footer{
        display: flex;
        margin: 0 auto;
        justify-content: center;
    }


    /* Mobile Menu styles */

    .mobile-menu{
        display: none;
        position: fixed;
        flex-direction: column;
        top: 0;
        left: 0;
        width: 100vw;
        max-width: none !important;
        z-index: 7000;
        background-color: #F5F5F7;
    }

    .mobile-menu.open{
        display: flex;
    }

    .head-of-mobile-menu{
        background-color: #fff;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        padding: 2.3rem 5vw;
    }


    .container-m{
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
    }


    .close-mobile-menu{
        width: 2.121rem;
        height: auto;
        background: none;
        border: none;
        cursor: pointer;
    }
    .close-mobile-menu img{
        width: 2.121rem;
        height: auto;
    }


    .phone-order-menu-m{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        padding: 5.2rem 2rem 5.1rem;
    }

    .lang-m{
        display: flex;
        flex-direction: row;
        gap: 2rem;
        align-items: center;
    }

    .lang-m p{
        text-transform: uppercase;
    }

    .phone-number-m{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 1rem;
    }

    .order-btn-m{
        width: 100%;
    }

    /* MP section */
    /* Hero section */
    .hero{
        display: flex;
        flex-direction: row;
        justify-content: start;
        width: 100%;
        position: relative;
        background-image: url("/static/img/hero-bg-m.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 6rem 2rem 33.6rem;
    }



    .left-side-h{
        width: 100%;
        max-width: 93rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
    }

    .hero-content h1 {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
        text-align: center;
    }

    .hero-content p {
        font-size: 2.4rem;
        line-height: 3.2rem;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
    }

    .order-btn-hero{
        width: 22.3rem;
        padding: 2rem 4rem;
    }

    /* Reasons section */

    .reasons-section{
        padding: 5rem 0rem;
    }

    .reasons-inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6rem;
    }

    .reasons-grid{
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .reason{
        display: flex;
        flex-direction: row;
        align-items: center;
        margin-top: 0;
        gap: 3.2rem;
        width: 100%;
    }

    .reason-desc{
        display: flex;
        flex-direction: column;
        align-items: start;
        gap: 0.5rem;
    }

    .reason h2{
        font-size: 2rem;
        text-wrap: nowrap;
        text-transform: uppercase;
        text-align: center;
    }

    .reason span{
        font-size: 1.4rem;
        line-height: 2.2rem;
        color: #666;
        text-align: start;
    }
    .reason img{
        width: auto;
        height: 5rem;
    }

    .divider-reason{
        width: 100%;
        height: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    /* Partners section */

    .partners{
        padding: 6.6rem 0 7.185rem;
    }

    .inner-partners{
        gap: 3.2rem;
    }

    .inner-partners h1{
        font-size: 2rem;
    }

    .partners-cards{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 3rem 1rem;
    }

    .partner-card{
        gap: 1.5rem;
    }

    .partner-logo-frame{
        width: 21.5rem;
        height: 10.9rem;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 0.5rem;
    }

    .partner-logo{
        height: auto;
    }

    .mycar-finance, .bcc-leasing{
        width: 15.05rem;
    }

    .astana-motors-finance{
        width: 10.364rem;
    }


    .forte-leasing{
        width: 7.497rem;
    }

    .partner-card h3{
        font-size: 1.2rem;
        color: rgba(102, 102, 102, 1);
        text-transform: uppercase;
    }
    /* Finance section */

    .finance{
        padding: 6.4rem 0 11rem;
    }

    .finance-inner{
        gap: 4rem;
    }

    .conditions-head{
        font-size: 2rem;
        line-height: 7rem;
        color: #fff;
        text-transform: uppercase;
    }

    .finance-cards{
        display: flex;
        flex-direction: column;
        gap: 1.4rem;
    }

    .finance-card{
        padding: 2.6rem 3rem 3.8rem;
    }


    .finance-card-content{
        display: flex;
        flex-direction: column;
        gap: 3.4rem;
        color: #fff;
    }

    .finance-card-content-head{
        display: flex;
        flex-direction: column;
        gap: 1rem;
    }


    .mycar-finance-logo{
        display: none;
    }

    .finance-card-content-subhead h1{
        font-size: 2.2rem;
    }

    .finance-card-content h2{
        font-size: 1.2rem;
    }

    .price-time-conditions{
        display: flex;
        flex-direction: column;
        gap: 2.2rem;
    }

    .price-time{
        width: 38rem;
        gap: 7.4rem;
    }


    .price span, .time span{
        font-size: 1.4rem;
    }

    .percent-div{
        display: flex;
        flex-direction: column;
    }
 

    .percent{
        text-transform: none !important;
        font-size: 2rem !important;
        line-height: 150%;
    }

    .yearly{
        font-family: "K_Helios_Bold_Expanded", sans-serif;
        font-size: 1.4rem
    }

    .time{
        margin-right: 4rem;
    }

    .w-marker{
        margin-right: 3.5rem;
    }

    .marker{
        color: rgba(237, 28, 36, 1);
        font-size: 2rem;
    }

    .float-marker{
        position: absolute;
        left: 9.1rem;
        top: 5.1rem;
    }

    .float-marker-1{
        position: absolute;
        right: 1.6rem;
        top: 5.1rem;
    }

    .conditions{
        height: 5.4rem;
        gap: 0.5rem;
    }

    .conditions li{
        font-size: 1.4rem;
    }

    .order-btn-finance{
        margin-top: auto;
    }

    .marked-attention{
        display: flex;
        flex-direction: row;
        gap: 1.7rem;
    }

    .marked-attention span{
        color: rgba(255, 255, 255, 0.3);
        margin-top: 0;
    }

    .mm{
        margin-top: 0.3rem;
    }

    /* Dealers section */

    .dealers{
        padding: 7.2rem 0 8.3rem;
    }

    .dealers-inner{
        gap: 5.5rem;
    }

    .dealers-inner h1{
        font-size: 2rem;
        line-height: 2.6rem;
    }

    .spec-techs{
        gap: 4.1rem;
    }

    .spec-tech{
        gap: 2.1rem;
    }

    .spec-tech-head{
        width: 100%;
        padding: 0;
    }

    .spec-tech-head h2{
        padding: 0;
    }

    .spec-tech-head::before{
        display: none;
    }

    .types-spec-tech{
        gap: 8.2rem;
    }

    .type-spec-tech{
        gap: 2.1rem;
    }

    /* Contacts section */
    .contacts-bg{
        background-image: url("../img/contacts-bg-m.jpg");
    }

    .contacts{
        padding: 7.4rem 0 41.8rem;
    }

    .contact-inner{
        flex-direction: column;
    }


    .contact-card{
        padding: 4.4rem 4rem 4.7rem;
        gap: 2rem;
    }

    .contact-card h1{
        font-size: 2rem;
    }

    .contact-card h2{
        font-size: 1.6rem;
    }

    .address, .phone-numbers-contact{
        gap: 1.2rem;
    }

    .address span, .phone-numbers-contact span{
        font-size: 1.4rem !important;
    }

    .contact-info{
        display: flex;
        flex-direction: column;
    }

    /* Additional Services Section */

    .add-services{
        padding: 4.4rem 0 7.1rem;
    }

    .add-services-inner{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3.2rem;
    }

    .add-services-inner h1{
        font-size: 2rem;
    }

    .services-cards{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem 2rem;
    }

    .service-card{
        gap: 2rem;
    }

    .service-card-icon{
        width: auto;
        height: 8rem;
    }

    .service-card h2{ 
        font-size: 1.2rem;
    }

    /* Process Section */


    .process{
        padding: 6.2rem 0 7rem;
    }

    .process-inner{
        display: flex;
        flex-direction: column;
        gap: 4.4rem;
        align-items: center;
    }

    .process-inner h1{
        font-size: 2rem;
    }

    .process-steps{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: start;
        gap: 4rem 2rem;
    }

    .process-step{
        display: flex;
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        margin-top: 2.25rem;
    }

    .process-step h2{
        font-size: 1.2rem;
        text-transform: uppercase;
        text-align: center;
    }
    .step{
        border-radius: 50%;
        border: 1px solid rgba(237, 28, 36, 1);
        padding: 1.7rem;
        width: 5rem;
        height: 5rem;
    }

    .step h1{
        color: rgba(237, 28, 36, 1);
        transform: translateY(-0.6rem);
    }

    .d-process{
        display: none;
    }

    .return-wrapper {
        display: none;
    }

}

@media (min-width: 801px) {
    .mobile-menu{
        display: none !important;
    }
}

/* ---------- Consultation modal ---------- */
.consultation-modal{
    display: none;
    position: fixed;
    inset: 0;
    z-index: 8000;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    background: transparent;
    opacity: 0;
    transition: opacity 0.25s ease;
}
.consultation-modal.active{
    opacity: 1;
}
.consultation-modal[style*="display: block"],
.consultation-modal[style*="display:block"]{
    display: flex !important;
}
.consultation-modal__inner{
    position: relative;
    width: 100%;
    max-width: 44rem;
    background: #fff;
    padding: 3.2rem 2.8rem 2.4rem;
    box-sizing: border-box;
    box-shadow: 0 2.4rem 6rem rgba(0, 0, 0, 0.25);
}
.consultation-modal__inner h2{
    margin: 0 0 0.6rem;
    font-size: 2rem;
    text-transform: uppercase;
}
.consultation-modal__subtitle{
    margin: 0 0 1.8rem;
    color: #555;
    font-size: 1.2rem;
}
.consultation-modal .close-modal{
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    width: 3.2rem;
    height: 3.2rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
}
.consultation-modal .close-modal img{
    width: 100%;
    height: 100%;
    display: block;
}
.consultation-form{
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.consultation-form__field{
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    font-size: 1.2rem;
}
.consultation-form__field span{
    color: #333;
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.04em;
}
.consultation-form__field input,
.consultation-form__field textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 1.2rem;
    font-size: 1.3rem;
    font-family: inherit;
    border: 1px solid #ccc;
    background: #fff;
    outline: none;
    transition: border-color 0.15s ease;
}
.consultation-form__field input:focus,
.consultation-form__field textarea:focus{
    border-color: rgba(237, 28, 36, 1);
}
.consultation-form__field textarea{
    resize: vertical;
    min-height: 7rem;
}
.consultation-form__hp{
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0;
}
.consultation-form__consent{
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.4;
    cursor: pointer;
}
.consultation-form__consent input[type="checkbox"]{
    margin-top: 0.3rem;
    flex-shrink: 0;
}
.consultation-form__submit{
    margin-top: 0.4rem;
    cursor: pointer;
}
.consultation-form__submit[disabled],
.consultation-form__submit.loading{
    opacity: 0.6;
    cursor: not-allowed;
}
.consultation-form__status{
    margin: 0.4rem 0 0;
    font-size: 1.2rem;
    min-height: 1.6rem;
}
.consultation-form__status.is-success{ color: #1a7f37; }
.consultation-form__status.is-error{   color: rgba(237, 28, 36, 1); }
