@font-face{
    font-family: 'BebasNeue';
    font-display: fallback;
    src: url('../fonts/Bebas_Neue.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.menu_divider {
    width: 1px;
    height: 12px;
    opacity: 0.15;
    background: var(--Clear-White, #FFF);
}

.trp-language-switcher > div{
	background-color: #121212;
	border-color: #121212;
    /* padding-left: 0; */
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
}

.trp-language-switcher-container {
    display: flex;
    align-items: center;
}

.trp-language-switcher:focus .trp-ls-shortcode-language, .trp-language-switcher:hover .trp-ls-shortcode-language {
	/* padding-left: 0; */
    /* padding-bottom: 0; */
    /* border-radius: 5px; */
}

.trp-language-switcher > div > a:hover {
    background-color: rgba(255, 255, 255, 0);
    /* border-top: 2px solid rgba(255, 255, 255, 0.192); */
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.514); */
    border: 0 solid;
}

.trp-language-switcher > div > a {
    padding-left: 0;
}

.trp-language-switcher:hover .trp-ls-shortcode-language {
    padding: 3px 5px 4px 0;
}

.trp-language-switcher{
	width: auto;
	/* margin-bottom: 9px; */
}

.trp-ls-shortcode-current-language{
    width: 100px !important;
}

.trp-ls-shortcode-language{
    border-radius: 5px;
    width: 100px !important;
}

.trp-language-switcher .trp-ls-shortcode-language {
    display: block;
}

.header{
    position: relative;
    background-color: #121212;
    z-index: 8;
}

.menu__list-link{
    color: white;
}

.header__inner{
    padding: 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    position: relative;
    background-color: #121212;
    z-index: 8;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    z-index: 3;
    display: none;
    position: absolute;
    top: 80%;
    min-width: 166px;
    left: -35%;
    padding: 5px 40px 5px 20px;
    margin: 0 0px;
    font-weight: 300;
    background-color: #121212;
    /* background-color: black; */
}

.dropdown-panel{
    z-index: 2;
}

.dropdown-menu__list-item{
    margin: 10px 0;
    font-size: 15px;
}

.dropdown-menu__list-link {
    text-transform: capitalize;
    color: white;
}

.menu__list-item:hover .dropdown-panel {
    display: block;
}

.menu__list-item:hover .dropdown-menu {
    display: block;
}

div.wpcf7 { 
	padding:0;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 50%;
    margin-top: 15px;
    background: #002A52;
    padding: 10px;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}

.head__h3.contact-form__text {
    color: white;
    text-align: center;
}

.head__h3.contact-form-popup__text {
    color: #002A52;
    text-align: center;
}


p a {
    text-decoration: underline;
}

.wpcf7-spinner{
    background-color: #DAB276;
    margin: 0;
}

.wpcf7 form .wpcf7-response-output{
    margin: 0;
    color: white;
}

.wpcf7-spinner::before {
    background-color: white;
}

.contact-form__button{
    /* display: flex; */
    align-items: center;
    justify-content: left;
}

.dropdown-menu__spacer{
    display: block;
    height: 23px;
}

.social-network-icon{
    height: 70px;
}

.social-network-icon--header{
    height: 16px;
    width: 16px;
    display: inline-block;
}

.footer-list__head-item-link__image {
    width: 16px;
    height: 16px;
}

.icon-blinking{
    height: 70px;
    transition: all 0.3s ease-in-out;
    border-radius: 50%;
    animation: flickerAnimation 4s infinite;
}

.icon-blinking::before{
    filter: blur(4px);
}

.social-icons{
    display: flex;
    gap: 15px
}

/* .social-network-icon:hover{
    animation: flickerAnimation 1s infinite;
} */

@keyframes flickerAnimation {
    0% {
      box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.637);
    }
    20% {
      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
  }

.footer{
    background-color: #121212;
    min-height: 386px;
    padding-bottom: 24px;
}

.footer-list{
    max-width: 179px;
    flex-wrap: wrap;
}

.footer__inner{
    padding: 41px 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: start;
    margin-bottom: 64px;
}

.footer_ending{
    display: flex;
    width: 100%;
    height: 99px;
    justify-content: center;
    gap: 32px;
    align-items: center;
    border-radius: 24px;
    border: 1px solid var(--Clear-White, #FFF);
    opacity: 0.15;
    background: var(--Text-Main, #020202);
}

.footer_ending span {
    color: var(--Clear-White, #FFF);
    font-family: Stapel;
    font-display: fallback;
    font-size: 16px;
    font-style: normal;
    font-weight: 200;
    line-height: 116%; /* 18.56px */
}


.footer-list__head-item .logo__img{
    font-family: 'Roboto', sans-serif;
    font-display: fallback;
    color: white;
    margin-bottom: 23px;
    width: 241px;
    height: 52px;
    transform: rotate(-90deg);
    flex-shrink: 0;
    top: 110px;
    position: relative;
    right: 50px;
}

.logo__img {
    width: 130px;
    height: 28px;
    flex-shrink: 0;
}

.footer-list__head-item {
    margin-bottom: 18px;
}

.footer-list__item{
    font-family: 'Roboto', sans-serif;
    font-display: fallback;
    color: white;
    margin-bottom: 12px;
}

.footer-list__head-item-title {
    color: var(--Text-Two, #4C4C4C);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    
}

.footer-list__head-item-link{
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.footer-list__item-link{
    color: var(--Clear-White, #FFF);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 116%; /* 20.88px */
    text-transform: capitalize;
}

.social-network-icon--footer {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

html{
    box-sizing: border-box;
    scroll-behavior: smooth;
}

*, *::after, *::before{
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

ul{
    list-style-type: none;
}

a{
    text-decoration: none;
    color: inherit;
}

html, body{
    height: 100%;
}

/* .main{
    z-index: 1;
} */

.wrapper{
    min-height: 1000px;
    display: flex;
    flex-direction: column;
}

.main{
    background: radial-gradient(100% 50% at 70% 50%, #fafafa, #fafafa);
    flex-grow: 1;
}

.text{
    margin-bottom: 20px;
    text-align: justify;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
}

body{
    font-family: 'Euclid Circular B', sans-serif;
    font-display: fallback;
    font-weight: 400;
    font-size: 15px;
}

.container-header-line{
    /* margin: 0 auto; */
    max-width: 1400px;
    color: black;
    height: 64px;
    /* padding: 0 79px; */
    align-items: center;
}

.spacer{
    height: 50px;
}

.head-column{
    height: 589px;
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.head-column-model__images{
    height: 100%;
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
    width: 50%; 
    gap: 20px; 
    height: 100%;
}

.title_car_image{
    height: 400px;
}

.head-column-model__characteristics{
    height: 100%;
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
    padding-left: 52px; 
    width: 50%; 
    gap: 0px; 
    justify-content: left;
}

.head-column-model{
    height: 100%;
    padding-top: 65px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.title_image{
    /* background-image: url(../images/page_title.png); */
    height: 589px;
    object-fit: cover;
    object-position: 50% 70%;
    /*width: 100%;
    object-fit: none;
    background-repeat: no-repeat; */
    position: absolute;
    z-index: 0;
    width: 100%;
}

.head__h1{
    font-family: 'BebasNeue';
    font-display: fallback;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-size: 100px;
}

.long-h1{
    font-size: 78px;
}

.head__other-text{
    text-transform: uppercase;
    color: white;
    font-weight: 700;
    font-size: 18px;
}

.head__h1-category{
    padding-top: 218px;
    text-transform: uppercase;
    color: white;
    font-weight: 800;
    font-size: 48px;
    vertical-align: bottom;
}

.head__other-text-category{
    padding-top: 17px;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-size: 18px;
    vertical-align: bottom;
}

.call-to-action-button{
    width: 503px;
    height: 70px;
    border-radius: 10px;
    background: linear-gradient(to left, #BD975E, #002A52);
    border: 0; 
    display: flex;
    align-items: center;
    justify-content: center;
}

.call-to-action-button:hover{
    background: linear-gradient(to left, #d8a14d, #0c4d89);
}

.head__h2{
    color: #002A52;
    font-weight: 500;
    font-size: 40px;
    margin-top: 44px;
}

.head__h2-popup{
    color: #002A52;
    font-weight: 500;
    font-size: 40px;
}

.head__h3{
    color: #002A52;
    font-weight: 700;
    font-size: 24px;
}

.car-cards{
    display: none;
    padding: 15px 0 15px 0;
}

.card-cars__item{
    position: relative;
    height: auto;
    width: 391px;
    background: white;
    border-radius: 12px;
}

.card-cars__line{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-around;
}

.card-cars__image{
    border-radius: 12px 12px 0 0;
    height: 213px;
    width: 391px;
    object-fit: cover;
}

.card-cars__characteristics{
    padding: 0 22px 24px 22px;
    color: #002A52;
    font-size: 15px;
    font-weight: 300;
}

.car-page__prices-block{
    margin: 0 auto;
    height: 68px;
    width: 354px;
    background: white;
    display: flex;
    align-items: center;
    /* gap: 15px; */
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 0 15px;
    justify-content: center;
}

.car-page__prices-text{
    /* margin: 0 auto; */
    color: #002A52;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 0 15px;
}

.card-cars__prices-block{
    margin: 0 auto;
    height: 68px;
    width: 354px;
    background: white;
    display: flex;
    align-items: center;
    /* gap: 15px; */
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
    border-radius: 15px;
    padding: 0 15px;
    justify-content: center;
}

.card-cars__prices-text{
    /* margin: 0 auto; */
    padding: 0 8px;
    color: #002A52;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.borders-left{
    border-left: 1px solid #878787;
}

.borders-right{
    border-right: 1px solid #878787;
}

/* .review__borders-left{
    border-left: 3px solid #87878782;
}

.review__borders-right{
    border-right: 3px solid #87878782;
} */

.card-cars__prices-button{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    background: none;
    margin: 13px 0;
    color: #BD975E;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    align-items: center;
    border-style: solid;
    border: none;
    width: 180px;
    justify-content: center;
}

.card-cars__line+.card-cars__line{
    padding-top: 10px;
}

.faq__answer{
    display: none;
    padding-left: 20px;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 20px;
}

.hor-list{
    display: flex;
    justify-content: space-between;
    /* padding: 80px 0 20px; */
    counter-reset: myCounter;
    gap: 18px;
}

.hor-list-item{
    color: var(--Text-Two, #4C4C4C);
    font-family: 'Euclid Circular B';
    font-display: fallback;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 116%;

    /* background-color: white; */
    list-style-type: none;
    /* font-size: 16px;
    font-weight: 500;
    width: 300px;
    max-width: 500px; */
    /* padding: 0 20px 20px 20px; */
    text-align: left;
    /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    border-radius: 10px; */
}


.hor-list-item::before {
    counter-increment: myCounter;
    content: "0" counter(myCounter);
    display: flex;
    justify-content: left;
    align-items: center;

    color: var(--Text-Main, #020202);
    font-family: 'Stapel Extra';
    font-display: fallback;
    font-size: 86px;
    font-style: normal;
    font-weight: 200;
    line-height: 116%; /* 99.76px */

    border-radius: 50%;
    position: relative;
    
}

.accordion:hover {
    border-color: #BD975E;
}

.right-car-text{
    display: flex;
    width: 100%;
}

.right-car-text__text-item{
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.right-car-text__image-item{
    width: 100%;
    max-height: 380px;
    padding-bottom: 40px;
    object-fit: cover;
}

.swiper {
    --swiper-theme-color: white;
    width: 380px;
    height: 100%;
}

.mySwiper{
    height: 70%;
}

.mySwiperPopup{
    width: 1200px;
}

.popup-size{
    width: 1200px;
    height: 900px;
}

.mySwiperReviews{
    width: 100%;
}

.brand_logo{
    height: 100px; 
}

.text p{
    color: black;
}

.text ul li{
    list-style-type: disc; 
}

.text ol li, .text ul li{
    padding: 0;
    margin-left: 20px;
}

.text ol li::marker, .text ul li::marker{
    color: #BD975E;
}

.text ol, .text ul{
    padding: 10px 0;
}

.popup-overlay, .popup-overlay-img-1, .popup-overlay-img-2, .popup-overlay-img-3, .popup-overlay-img-4 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 4;
    display: none;
}

.popup-overlay--form {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color 0.5s, visibility 0.5s;
    background-color: rgba(0, 0, 0, 0);
    z-index: 4;
    /* display: none; */
    visibility: hidden;
}
   
.popup {
    z-index: 5;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.popup--form {
    z-index: 5;
    position: absolute;
    top: 0;
    right: -550px;
    /* transform: translate(-50%, -50%); */
    width: 550px;
    height: 100%;
    background-color: #fff;
    padding: 35px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: right 0.5s ease;

    padding-top: 120px;
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 0px;
    left: 50%;
    font-size: 12px;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    color: lightyellow;
}

.mySwiperCategories .swiper-button-next, .mySwiperCategories .swiper-button-prev {
    color: #002a527e;
}

.wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output{
    /* background-color: #ffb900; */
    border: 1px solid var(--Border, #EDEDED);
    border-radius: 5px;

    color: var(--Text-Two, #4C4C4C);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.menu__list--right__instagram__brand {
    display: flex;
    justify-content: left;
    align-items: center;
}

.menu__list--right__instagram__brand__text {
    text-transform: lowercase;
    color: var(--Clear-White, #FFF);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 8px;
    display: inline-block;
}

.menu__list--right__instagram__brand__text:hover {
    cursor: pointer;
}

.trp-language-switcher > div > a {
    color: var(--Clear-White, #FFF);
    font-family: Euclid Circular B;
    font-display: fallback;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#swiper-wrapper-4d966172c6147bdf{
    transform: translate3d(0px, 0px, 0px);
}

.swiper-slide__review{
    display: flex;
    justify-content: center;
}

/* .swiper-slide-active{
    border-left: 3px solid #87878782;
    border-right: 3px solid #87878782;
} */

/* .review{
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    margin: 30px 0;
    padding: 0 10px;
    text-align: center;
}

.review-photo{
    height: 200px; 
    width: 200px; 
    border-radius:50%; 
    object-fit: cover;
}

.review-text{
    margin: 0 10px;
    text-align: left;
} */

.hamburger-button{
    width: 20px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    display: none;
}

.hamburger-menu{
    display: none;
}

.hamburger-button span{
    border-radius: 1px;
    height: 2px;
    background-color: white;
    display: block;
}

.hamburger-button span:nth-child(1){
    width: 20px;
}

.hamburger-button span:nth-child(2){
    width: 16px;
}

.hamburger-button span:nth-child(3){
    width: 11px;
}

.footer-small{
    display: none;
}

.right-car-text__image{
    width: 40%;
}

.slide-popup{
    margin: 0 auto; 
    width: 100%;
    border-radius: 15px;
}

.popup-car{
    padding: 0;
    border: 0;
    background-color: transparent;
}

.advantages-block{
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.advantages-card{
    height: 220px;
    width: 275px;
    background-color: white;
    border-radius: 4%;
    padding: 22px;
    margin: 5px 0;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4);
}

.advantages-card__icon{
    
}

.advantages-card__icon-image{
    
}

.advantages-card__text-frame{
    margin-top: 12px;
}

.advantages-card__text{
    font-size: 20px;
}

.gmap-frame{
    width: 100%;
}

.gmap-block{
    display: flex;
    justify-content: left;
}

.contacts{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /* gap: 180px; */
}

.contacts__column-text{
    margin: 3px 0;
}

.contacts__column{
    width: 300px;
}

.contact-icons{
    display: flex;
    justify-content: left;
    gap: 5px;
}


iframe{
    /* width: 100%; */
    /* height: 60vh; */
}

.popup_close_button {
    display: none;
}

.logo {
    display: flex;
    align-items: center;
}

.menu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.pc_menu {
    width: 100%;
}

.mobile_menu {
    display: none;
    width: 100%;
}

.menu__list--left {
    width: 45%;
    display: flex;
    gap: 32px;
    justify-content: left;
    align-items: center;
}

.menu__list--right {
    width: 45%;
    display: flex;
    gap: 32px;
    justify-content: right;
    align-items: center;
}   

.menu__list--logo{
    width: 10%;
    display: flex;
    justify-content: center;
}

.menu__list-item {
    display: flex;
    align-items: center;
}


.design_angle {
    /* position: absolute; */
    display: flex;
    justify-content: space-between;
    background-color: #fafafa;
    /* top: 64px;
    left: 0; */
    width: 100%;
}


.design_angle__block {
    width: 32px;
    height: 32px;
}

.design_angle__block__black {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #121212;
}

.design_angle__block__white--left {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    border-radius: 100% 0 0 0;
}

.design_angle__block__white--right {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fafafa;
    border-radius: 0 100% 0 0;
}

@media (max-width:1450px){
    .menu__list--right__instagram__brand__text {
        font-size: 13px;
    }
    
    .trp-language-switcher > div > a {
        font-size: 13px;
    }

    .menu__list-link {
        font-size: 13px;
    }

    .menu__list--right, .menu__list--left, .menu__list--logo {
        gap: 12px;
    }
}

@media (max-width:1350px){
    .popup-size{
        width: 800px;
        height: 600px;
    }
    .head-column{
        padding-top: 30px;
    }
    .review__borders-left, .review__borders-right{
        border-right: none;
        border-left: none;
    }

    .card-cars__line{
        justify-content: space-around;
    }

    .container{
        padding: 0 34px;
    }
}

@media (max-width:1100px){
    .contact-icons{
        justify-content: center;
    }

    .big-map{
        display: none;
        justify-content: center;
    }
    
    .medium-map{
        display: flex;
        justify-content: center;
    }
    
    .small-map{
        display: none;
    }

    .contacts{
        justify-content: center;
    }

    .contacts__column-text{
        text-align: center;
    }

    .gmap-block{
        justify-content: center;
    }

    .head-column{
        padding-top: 100px;
    }

    .right_column {
        display: none;
    }

    .head-column .swiper{
        display: none;
        padding-right: 0;
    }

    .card-cars__prices-text{
        /* margin: 0 auto; */
        color: #002A52;
        font-size: 13px;
        font-weight: 600;
        text-align: center;
    }

    .cards-prices__period{
        color: black;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        text-transform: uppercase;
    }

    .cards-prices__aed{
        font-size: 13px;
    }
    
    .car-page__prices-text{
        font-size: 15px;
    }
}


@media (max-width:990px){

    .design_angle {
        margin-top: 64px;
    }

    .popup-size{
        width: 400px;
        height: 300px;
    }

    #popup-element-form {
        width: 56%;
    }

    .head-column{
        padding-top: 100px;
        align-items: center;
        text-align: center;
    }

    .card-cars__item{
        width: 290px;
    }
    
    .card-cars__prices-block{
        border-radius: 0;
        padding: 0 0;
        width: auto;
        gap: 0;
    }

    .car-page__prices-block{
        border-radius: 0;
        padding: 0 0;
        width: auto;
        gap: 0;
    }

    .card-cars__image{
        /* border-radius: 12px 12px 0 0;
        height: 213px; */
        width: 290px;
        /* object-fit: cover; */
    }

    .card-cars__characteristics{
        font-size: 13px;
        padding: 0 22px 11px 22px;
    }

    .call-to-action-button{
        width: 276px;
    }

    .head-column .head__h1{
        font-size: 64px;
    }

    .head-column .long-h1{
        font-size: 56px;
    }

    .head-column .head__other-text{
        font-size: 18px;
        font-weight: 400;
    }

    .call-to-action-button .head__other-text{
        font-size: 15px;
        font-weight: 500;
        text-align: center;
    }

    .hor-list {
        display: flex;
        padding: 0 0;
        gap: 60px;
        flex-direction: column;
        margin-top: 60px;
        align-items: center;
    }

    .pc_menu{
        display: none;
    }

    .mobile_menu{
        display: flex;
    }

    .brand-icons__item{
        position: relative;
        z-index: 1;
        height: 90px;
        width: 90px;
        object-fit: contain;
    }

    /* .review{
        flex-direction: column;
    } */

    /* .reviews__block{
        justify-content: center;
    } */

    .social-network-icon{
        height: 50px;
    }

    .footer-list__head-item-title {
        color: var(--Text-Two, #4C4C4C);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .footer-list__head-item-link{
        color: var(--Clear-White, #FFF);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%; /* 16.24px */
    }
    
    .footer-list__item-link{
        color: var(--Clear-White, #FFF);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 116%; /* 16.24px */
    }

    .footer__inner {
        display: flex;
        /* justify-content: space-between; */
    }



    .container-header-line {
        color: black;
        height: 64px;
        /* padding: 0 79px; */
        align-items: center;
        /* padding-top: 18px; */
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        z-index: 9;
    }

    .header__inner {
        padding: 0 34px;
    }

    .hamburger-button{
        display: flex;
        z-index: 8;
    }

    .hamburger-menu {
        padding: 24px 24px;
        position: fixed;
        width: 100%;
        height: 100%;
        background-color: #121212;
        left: 0;
        z-index: 6;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
        transform: translateY(-100%);
        transition: transform .5s ease;
        top: 0;
        padding-top: 70px;
        /* padding-left: 20px; */
        gap: 30px;
    }

    .active-menu{
        transform: translateY(0%);
    }

    .logo__img{
        z-index: 8;
        position: relative;
        width: 130px;
        height: 28px;
        flex-shrink: 0;
    }

    .head-column-model__images{
        padding: 0;
        width: 100%; 
        gap: 7px; 
        height: 100%;
    }

    .head-column-model__characteristics{
        padding: 0;
        padding-left: 0; 
        width: 100%; 
        gap: 0px; 
        justify-content: left;
        align-items: center;
    }

    .head__h1-category{
        padding-top: 20px;
        overflow-wrap: break-word;
        font-size: 35px;
    }

    .head__h2{
        text-align: center;
    }

    .right-car-text__image{
        display: none;
    }
    
    .right-car-text__text-item{
        width: 100%;
        align-items: center;
    }

    .mySwiperPopup{
        width: auto;
    }

    .slide-popup{
        margin: 0 0; 
        width: 100%;
    }

    .advantages-block{
        justify-content: center;
    }
}

@media (max-width:700px){
    .title_car_image{
        height: 200px;
    }

    .advantages-card{
        height: auto;
        width: 100%;
        border-radius: 0;
        margin: 5px 0;
        /* background-color: white;
        
        padding: 22px;
        
        box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.4); */
    }

    .big-map{
        display: none;
    }
    
    .medium-map{
        display: none;
    }
    
    .small-map{
        display: flex;
        justify-content: center;
    }

    .card-cars__image{
        width: 100%;
    }
    .card-cars__item{
        width: 100%;
    }
    .contact-form {
        width: 95%;
    }

    #popup-element-form {
        width: 100%;
        background: var(--Text-Main, #020202);
    }

    .popup_close_button {
        display: block;
        z-index: 10;
    }

    .popup-overlay-element {
        position: relative;
    }

    .popup_close_button__item {
        cursor: pointer;

        width: 100%;

        border: none;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.05);

        display: flex;
        width: calc(100% - 70px);
        height: 60px;
        justify-content: center;
        gap: 8px;
        flex-shrink: 0;

        color: var(--Clear-White, #FFF);
        text-align: center;
        font-family: Euclid Circular B;
        font-display: fallback;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 116%;
        
        position: absolute;
        left: 50%;
        bottom: 50px;
        transform: translate(-50%, -50%);

        display: flex;
        align-items: center;
    }

    .wpcf7 form.invalid .wpcf7-response-output{
        /* background-color: #ffb900; */
        border-radius: 5px;
        border: 1px solid rgba(237, 237, 237, 0.13);
    
        color: var(--Clear-White, #FFF);
        font-family: Euclid Circular B;
    font-display: fallback;
        font-size: 14px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
}

@media (max-width:500px){
    .footer__inner {
        display: flex;
    }

    .footer{
        display: none;
    }

    .footer-small{
        display:block;
        background-color: #121212;
        min-height: 386px;
    }

    .footer-list {
        width: 50%;
    }

    .left-menu {
        width: 70%;
    }
    
    .rotated_logo {
        width: 30%;
        margin-right: 24px;
    }

    .faq__undercover-question, .faq__answear{
        font-size: 15px;
    }

    .faq__undercover-question{
        margin-bottom: 10px;
    }

    .wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 textarea {
        font-size: 15px;
    }

    .slide-popup{
        margin: 0 0; 
        width: 100%;
    }

    .text{
        font-size: 15px;
    }

    .head__h2{
        font-size: 25px;
    }

    .head__h3{
        font-size: 20px;
    }
}