@import "_fonts.css";
@import "components/_btns.css";
@import "components/_dropdown.css";
@import "components/_mobile-menu.css";
@import "components/_header.css";
@import "components/_header-top.css";
@import "components/_banner.css";
@import "components/_icon-top.css";
@import "components/_timer.css";
@import "components/_cards.css";
@import "components/_podbor.css";
@import "components/_trade_in.css";
@import "components/_special.css";
@import "components/_bottom-form.css";
@import "components/_reviews.css";
@import "components/_map.css";
@import "components/_top_info.css";




@import "components/_conditions.css";

html {
    font-size: calc(100vw / 192);
    font-family: 'OpenSans';
    font-display: swap;

    /*Colors*/
    --black: #000000;
    --white: #FFFFFF;

    --lightgrey: #E6E7E8;
    --dopgrey: #637588;
    --grey: #AEBBCD;
    --darkgrey: #303C48;
    --natureblue: #3999FF;
    --cyan: #002D96;
    --oceancyan: #092651;

    /*CarsColor*/
    --newEmgrand-1: #50AECE;
    --newEmgrand-2: #AC9579;
    --newEmgrand-3: #4A596B;
    --newEmgrand-4: #E6E7E8;
    --newEmgrand-5: #696969;
    --newEmgrand-6: #BDC9D5;
    --coolray-1: #FF0000;
    --coolray-2: #C0C0C0;
    --coolray-3: #E6E7E8;
    --coolray-4: #696969;
    --coolray-5: #49B6D0;
    --newCoolray-1:#BDADC2;
    --newCoolray-2:#696969;
    --newCoolray-3:#FFFFFF;
    --newCoolray-4:#49B6D0;
    --newCoolray-5:#FF0000;
    --atlasPro-1:#000000;
    --atlasPro-2:#FF0000;
    --atlasPro-3:#808080;
    --atlasPro-4:#C0C0C0;
    --atlasPro-5:#FFFFFF;
    --newAtlas-1:#4C5698;
    --newAtlas-2:#1A1B1D;
    --newAtlas-3:#828793;
    --newAtlas-4:#FFFFFF;
    --newAtlas-5:#487F76;
    --tugella-1:#BCC6D2;
    --tugella-2:#808080;
    --tugella-3:#000000;
    --tugella-4:#FFFFFF;
    --newOkavango-1:#0000FF;
    --newOkavango-2:#000000;
    --newOkavango-3:#C0C0C0;
    --newOkavango-4:#FFFFFF;
    --monjaro-1:#00838F;
    --monjaro-2:#000000;
    --monjaro-3:#FFFFFF;
    --monjaro-4:#808080;
    --monjaro-5:#B9B9B9;
    --monjaro-6:#5E6775;
    --newPreface-1:#888aac;
    --newPreface-2:#FFFFFF;
    --newPreface-3:#000000;
    --newPreface-4:#5a5c5f;
    --newPreface-5:#91a6b1;
    --newPreface-6:#718275;
    --newCityray-1:#87a6d4;
    --newCityray-2:#646971;
    --newCityray-3:#FFFFFF;

}

@media (min-width: 321px) and (max-width: 767px) {
    html {
        font-size: 10px;
    }
}

@media (max-width: 325px) {
    html {
        font-size: 8px;
    }
}

html * {
    font-family: 'OpenSans';
    box-sizing: border-box;
    outline: none;
}

div,
span,
p {
    display: block;
}

body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    font-weight: 400;
    font-size: 1.6rem;
}

@media (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

a {
    color: #000;
    text-decoration: none;
}

.container {
    display: block;
    max-width: 129.6rem;
    margin: 0 auto;
    height: inherit;
}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 1.5rem;
    }
}

.hidden {
    display: none;
}

.overfill {
    display: none;
    position: fixed;
    height: 100vh;
    width: 100vw;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .66);
}

.checkbox__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.checkbox__inner input[type=checkbox] {
    position: relative;
    border-radius: .5rem;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6rem 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 1.75rem;
    width: 1.75rem;
    -webkit-appearance: none;
    opacity: .5;
}

.checkbox__inner input[type=checkbox]:hover {
    opacity: 1;
}

.checkbox__inner.white input[type=checkbox]{
    border: 2px solid #fff;
}
.checkbox__inner.black input[type=checkbox]{
    border: 2px solid #000;
}

.checkbox__inner.white input[type=checkbox]:checked {
    background-color: #000;
    opacity: 1;
    border-color: #fff;
}
.checkbox__inner.black input[type=checkbox]:checked {
    background-color: #fff;
    opacity: 1;
    border-color: #000;
}

.checkbox__inner.white input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 3px;
    height: 8px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

.checkbox__inner.black input[type=checkbox]:checked::before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 3px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
}

* {
    scrollbar-width: thin;
    scrollbar-color: var(--natureblue) #f5f5f5;
}
::-webkit-scrollbar {
    width: 1rem;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1rem;
}
::-webkit-scrollbar-thumb {
    background: var(--natureblue);
    border-radius: 1rem;
}


@media screen and (min-width:768px){
    .banner__content.newYear .banner__subtitle.black{
        max-width: 400px;
    }
}



.card__text{
    margin-top: 2rem;
}
.card__text p {
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: var(--cyan);
}
.cart__text span {
    margin: 0;
    display: inline-block;
}
.card-price p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 110%;
}
.cards__leasing .card__title {
    margin-bottom: 2rem;
}
.cards__leasing .card__subtitle {
    margin-bottom: 2rem;
}
.cards__leasing .card__wrapper{
    height: 51rem;
}
.card-price + .card__text {
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.4rem;
    text-transform: uppercase;
    color: var(--cyan);
    cursor: pointer;
}
.card-price + .card__text p {
    margin: 0;
    font-size: 1.6rem;
    line-height: 110%;
}
@media (max-width: 767px) {
    .card-price + .card__text {
        font-size: 2rem;
        line-height: normal;
    }
}


.info-widget {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 1.5rem 3rem;
    border-radius: 1rem 1rem 0 0;
    background-color: #000;
    z-index: 10000000001;
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.66);
    height: 7.6rem;
    overflow: hidden;
}
.info-widget__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.info-widget__content p{
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #fff;
    margin: 0 0 1rem;
}
.info-widget__content a{
   font-size: 2rem;
   font-weight: 600;
   line-height: 2rem;
   color: #fff; 
   text-decoration: none;
}
@media(max-width: 767px){
    .info-widget{
        display: none;
        bottom: env(safe-area-inset-bottom, 0);
    }
}


.bannerSlider {
    overflow: hidden;
    max-height: 65rem;
}
.bannerSlider .owl-stage-outer {
    overflow: hidden;
    height: 100%;
}
.bannerSlider .owl-stage-outer .owl-stage {
    overflow: hidden;
    display: flex;
    height: 100%;
    flex-direction: row;
}
.bannerSlider__slide {
    position: relative;
}
.banner__content {
    z-index: 1;
}
@media(max-width: 768px){
    .bannerSlider {
        overflow: hidden;
        max-height: unset;
    }
}


.banner-utp__list {
    dispaly: flex;
    flex-direction: column;
    margin-bottom: 5px;
}
.banner-utp__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.banner-utp__item svg {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
.banner-utp__name {
    color: #fff;
    font-size: 24px;
}

.top_info.leasing {
    height: auto;
}
.top_info.leasing .top_info__item{
    flex-direction: column-reverse;
    height: auto;
    align-items: baseline;
    grid-gap: 5rem;
}

@media(max-width: 767px){
    .banner-utp__name {
        color: #000;
    }
    .top_info.leasing .top_info__item {
        flex-direction: row;
        align-items: center;
    }
}




.form__message {
    display: none;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.form__message-title {
    font-size: 4rem;
    font-weight: 700;
    line-height: 4.4rem;
    text-transform: uppercase;
    margin-bottom: 4rem;
    color: #000;
}
.form__message-subtitle {
    color: #000;
    font-size: 1.4rem;
}
.form__message-title.form__message-title--white {
    color: #fff;
}

.form__message-subtitle.form__message-subtitle--white {
    color: #fff;
}

.cards-list .card:nth-child(odd) .card__wrapper {
    flex-direction: row-reverse;
}