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

html {
    overflow-x: hidden;
}

body {
    font-family: 'Haval', sans-serif;
    font-size: 16px;
    color: #121314;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #E6E7E8;
}

.fancybox-slide--html .fancybox-close-small { /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
}

.compensate-for-scrollbar {
    margin-right: auto !important;
    overflow: auto !important;
}

.fancybox-content {
    overflow: hidden;
}


input[type=file] {
    display: none;
}


sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

img {
    border-style: none;
    vertical-align: middle;
    max-width: 100%;
}

select::-ms-expand {
    display: none;
}

select::-ms-expand {
    display: none;
}

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

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}


.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 100%;
    position: relative;
}

@media (min-width: 1200px) {
    .container {
        padding: 0 40px;
    }
}

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}


#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 500px;
    max-width: 100%;
    padding: 30px;
    overflow: hidden;
    position: relative;
    background: white;
}


.popup_container h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    color: black;
    padding: 0;
}

.popup_container .form_comment {
    text-align: center;
    font-size: 20px;
    color: #414141;
    padding-bottom: 15px;
}

.popup_container .form_comment a {
    display: block;
    color: #414141;
    text-decoration: none;
}

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

form {
}

form .form-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group input[type=number],
form .form-group select {
    height: 51px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Haval', sans-serif;
    padding: 0px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #121314;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ico_select.svg) 100% 50% no-repeat transparent;
    font-family: 'Haval', sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'Haval', sans-serif;
    outline: none;
}

form .form-group button:hover {
}


.form_title {
    color: black;
    font-size: 36px; /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

.form_title span {
    display: block;
    color: #ff0000;
    white-space: nowrap;
}

.btn {
    box-sizing: border-box;
    background: #121314;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 48px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    transition: all .6s;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: none;
}

.btn.glass {
    border: 1px solid #121314;
    background: transparent;
    color: #121314;
}

.btn.grey {
    background: #00CABF;
    border: 1px solid #00CABF;
}

.btn span {
    position: relative;
    z-index: 1;
}

.btn:before {
    content: '';
    background: url("../img/btn_arrow_wt.svg") 50% no-repeat;
    position: absolute;
    width: 39px;
    height: 24px;
    right: 15px;
    transition: all .6s;
    z-index: 1;
}

.btn.glass:before {
    background: url("../img/btn_arrow.svg") 50% no-repeat;
}

.btn:after {
    content: '';
    position: absolute;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    background: #00CABF;
    transition: all .6s;
}

.btn.glass:after {
    background: #121314;
}

.btn.grey:after {
    background: #FFFFFF;
}

.btn.glass:hover {
    color: #FFFFFF;
}

.btn.grey:hover {
    color: #121314;
}

.btn:hover:after {
    transform: skewX(-45deg) scale(2, 2);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.btn.glass:hover:before {
    background: url("../img/btn_arrow_wt.svg") 50% no-repeat;
}

.btn.grey:hover:before {
    background: url("../img/btn_arrow.svg") 50% no-repeat;
}

.slashes_sm {
    display: flex;
}

.slashes_sm > div:not(:first-child) {
    margin-left: -17px;
}

.slashes_sm > div {
    animation: pulse 2s infinite;
}

.slashes_sm > div:last-child {
    animation-delay: 1s;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.blocks_title {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.anim {
    opacity: 0;
    transform: translateY(200px);
    transition: all 1s;
}

.anim_delay1 {
    transition-delay: .3s;
}

.anim_delay2 {
    transition-delay: .6s;
}

.anim_delay3 {
    transition-delay: .9s;
}

.anim_delay4 {
    transition-delay: 1.2s;
}

.anim_delay5 {
    transition-delay: 1.5s;
}

.anim.animated {
    opacity: 1;
    transform: translateY(0);
}



/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 15;
    padding: 17px 0;
    max-width: 1920px;
    margin: 0 auto;
    transition: all .4s ease;
    border-bottom: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(3.999969959259033px);
}

header.scroll {
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(8px);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .mob_logo_wrap {
    display: none;
}

.head_left,
.head_right {
    display: flex;
    align-items: center;
    gap: 0 50px;
}

.top_phone {
    color: #ffffff;
    font-size: 12px;
    padding: 2px 0 2px 28px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.head_right a {
    font-size: 12px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}

.head_right a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
}

header .m_btn {
    display: none;
}

header .btn {
    width: 200px;
}

header .trust {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
}

header .trust {
    font-size: 12px;
}

header .trust span{
    font-size: 10px;
}

header .trust img{
    max-height: 14px;
    max-width: 83px;
    padding-left: 5px;
}

header .trust .trust_rating{
    padding-top: 2px;
    display: flex;
    align-items: flex-end;
}

/**********************
        BANNER
**********************/

.banner {
    margin-top: -70px;
    position: relative;
}

.bn_cars {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.banner picture img,
.bn_cars img {
    max-width: none;
    height: 745px;
    transform: translateX(-50%);
    left: 50%;
    display: block;
    position: relative;
}

.title_container {
    position: absolute;
    z-index: 1;
    top: 150px;
    left: 0;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.title_container .title1 {
    font-size: 125px;
    text-align: left;
    width: fit-content;
    position: relative;
    color: #000000;
    font-weight: 600;
}

.title_container .slashes {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.title_container .slashes > div:not(:first-child) {
    margin-left: -65px;
}

.title_container .slashes > div {
    animation: pulse 2s infinite;
}

.title_container .slashes > div:last-child {
    animation-delay: 1s;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.bn_props {
    margin-top: -130px;
    color: #ffffff;
    position: relative;
    z-index: 1;
    margin-bottom: 38px;
}

.bn_props_title {
    text-align: center;
    font-size: 24px;
    color: #000000;
}

.bn_props_list {
    margin-top: 10px;
    display: flex;
    justify-content: space-evenly;
}

.bn_props_list a {
    display: flex;
    align-items: center;
    padding-left: 75px;
    min-height: 60px;
    line-height: 120%;
    transition: all .4s ease-out;
    font-size: 14px;
    color: #000000;
}

.bn_props_list a:hover {
    transform: scale(1.3);
}

.bn_props_list a.ico1 {
    background: url("../img/bn_props_ico1_bl.svg") 0 50% no-repeat;
}

/*.bn_props_list a.ico1:hover {
    background: url("../img/bn_props_ico1_hov.svg") 0 50% no-repeat;
}*/

.bn_props_list a.ico2 {
    background: url("../img/bn_props_ico2_bl.svg") 0 50% no-repeat;
}

/*
.bn_props_list a.ico2:hover {
    background: url("../img/bn_props_ico2_hov.svg") 0 50% no-repeat;
}
*/

.bn_props_list a.ico3 {
    padding-left: 85px;
    background: url("../img/bn_props_ico3_bl.svg") 0 50% no-repeat;
}

/*
.bn_props_list a.ico3:hover {
    background: url("../img/bn_props_ico3_hov.svg") 0 50% no-repeat;
}
*/

.bn_props_list a.ico4 {
    background: url("../img/bn_props_ico4_bl.svg") 0 50% no-repeat;
}

/*.bn_props_list a.ico4:hover {
    background: url("../img/bn_props_ico4_hov.svg") 0 50% no-repeat;
}*/

.menu {
    background: #626970;
    display: flex;
    justify-content: space-between;
    padding: 0 40px;
}

.menu > div {
    display: flex;
    justify-content: space-between;
    gap: 0 25px;
}

.menu a {
    font-size: 15px;
    color: #ffffff;
    padding: 20px;
    transition: all .3s;
}

.menu a:hover {
    background: #00CABF;
}

/**********************
         CARS
**********************/

.runrow_wrap {
    width: 200%;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 7px;
    height: 31px;
    background: rgba(98, 105, 112, 0.3);
    position: absolute;
}

.runrow_wrap.top {
    top: 74px;
}

.runrow_wrap.bot {
    bottom: 160px;
}

.runrow {
    display: flex;
    align-items: center;
    gap: 0 70px;
    animation: run 25s linear infinite;
}

.runrow > div {
    text-transform: uppercase;
    font-size: 24px;
    color: #ffffff;
}

@keyframes run {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.cars_items {
    margin-top: 40px;
    position: relative;
}

.cars_list {
    padding: 0 115px;
}

.cars_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.cars_row:not(:first-child) {
    margin-top: -100px;
}

.car_item {
    display: flex;
    align-items: center;
    /*max-width: 40%;*/
    position: relative;
    z-index: 1;
}

.cars_row .car_item:nth-child(2) {
    margin-top: 140px;
}

.car_tabs_wrap {
    margin-right: -5px;
    display: flex;
    flex-direction: column;
    gap: 10px 0
}

.car_tabs_wrap .car_tabs_nav {
    display: flex;
    gap: 0 6px;
    position: relative;
}

.car_tabs_wrap .car_tabs_nav .swiper-scrollbar {
    display: none;
}

.car_tabs_wrap .swiper-button-prev,
.car_tabs_wrap .swiper-button-next {
    width: 36px;
    height: 33px;
    background: url("../img/arrow.svg") 50% no-repeat;
    margin-top: 0;
    top: 0;
    left: 0;
    position: relative;
    transition: all .4s ease;
}

.car_tabs_wrap .swiper-button-prev {
    transform: rotate(180deg);
}

.car_tabs_wrap .swiper-button-prev:hover,
.car_tabs_wrap .swiper-button-next:hover {
    background: url("../img/arrow_hov.svg") 50% no-repeat;
}

.car_tabs_wrap .swiper-button-prev:after,
.car_tabs_wrap .swiper-button-next:after {
    display: none;
}

.car_tabs_slider {
    height: 281px;
    width: 130px;
}

#m6 .car_tabs_slider .swiper-wrapper,
#poer .car_tabs_slider .swiper-wrapper {
    justify-content: center;
}

.car_tabs_slider .swiper-slide {
    display: flex;
    align-items: center;
    padding-left: 17px;
    border: 1px solid #626970;
    color: #626970;
    cursor: pointer;
    transition: all .4s ease;
}

.car_tabs_slider .swiper-slide:hover,
.car_tabs_slider .swiper-slide.active {
    color: #121314;
    border-color: #00CABF;
}

.car_wrap {
    padding: 30px 38px 38px;
    background: #FFFFFF;
    width: 640px;
    position: relative;
    z-index: 1;
}


.car_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.car_name {
    font-size: 40px;
    display: flex;
    gap: 14px;
}
.car_new {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    display: flex;
    align-items: center;
    padding: 8px 15px;
    top: -8px;
}
.car_new:before {
    content: '';
    position: absolute;
    background: #00CABF;
    transform: skew(-35deg);
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.car_profit {
    display: block;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    margin-top: 17px;
    overflow: hidden;
}
.car_profit span {
    display: block;
    position: relative;
    padding: 8px 0 7px 42px;
    background: url("../img/ico_profit.svg") 8px 50% no-repeat;
}
.car_profit:before {
    content: '';
    position: absolute;
    background: #121314;
    transform: skew(-35deg);
    height: 100%;
    top: 0;
    left: -70px;
    width: 100%;
}

.car_props {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 10px 0;
}

.car_props a {
    padding: 8px 0 0 30px;
    font-size: 15px;
}

.car_props a.ico1 {
    background: url("../img/props_ico1.svg") 0 50% no-repeat;
}

.car_props a.ico2 {
    background: url("../img/props_ico2.svg") 0 50% no-repeat;
}

.car_props a.ico3 {
    background: url("../img/props_ico3.svg") 0 50% no-repeat;
}

.car_props a:hover {
    text-decoration: underline;
}

.car_image {
    margin-top: 30px;
    text-align: center;
}

.car_techs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    margin-top: 20px;
}

.car_techs > div {
    padding: 4px 0 0 30px;
    color: #626970;
    font-size: 15px;
}

.car_techs > div.ico1 {
    background: url("../img/tech_ico1.svg") 0 50% no-repeat;
}

.car_techs > div.ico2 {
    background: url("../img/tech_ico2.svg") 0 50% no-repeat;
}

.car_techs > div.ico3 {
    background: url("../img/tech_ico3.svg") 0 50% no-repeat;
}

.car_btns {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 11px 0;
}

#plug .car_wrap {
    background: url("../img/plug_bg.png") 50% 50% no-repeat;
}

#plug .car_title {
    position: relative;
    top: 80px;
}

#plug .car_btns {
    position: relative;
    top: -84px;
}

/**********************
        instock
**********************/
#instock .container {
    padding: 0 160px;
}
#instock .blocks_title {
    width: 54%;
    margin-bottom: 60px;
}
.filter_quick_menu {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.filter_quick_menu li {
    list-style: none;
    cursor: pointer;
}

.filter_quick_menu li span {
    padding: 10px;
    text-transform: uppercase;
    color: #828282;
    font-size: 18px;
}

.filter_quick_menu li.current span {
    color: #ffffff;
    background: #626970;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    gap: 55px;
    margin-bottom: 45px;
}

#filter_table .select_container {
    flex: 1;
}

#filter_table select {
    width: 100%;
    padding: 21px 15px;
    background: none;
    border: 1px solid #626970;
    font-size: 18px;
    font-family: 'Haval', sans-serif;
}

.tb_complects > div:first-child {
  display: none;
}

.tb_complects {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tb_complects .compl_item {
    display: flex;
}
.compl_image {
    position: absolute;
}
.compl_wrap {
    padding: 30px 27px 30px 153px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    background: #ffffff;
    margin-left: auto;
}
.compl_name {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.compl_model {
    font-size: 24px;
}
.compl_compl {
    font-size: 14px;
}

.compl_techs {
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-direction: column;
    gap: 15px;
}

.compl_techs > div {
    padding: 4px 0 0 30px;
    color: #626970;
    font-size: 15px;
}

.compl_techs > div.ico1 {
    background: url("../img/tech_ico1.svg") 0 50% no-repeat;
}

.compl_techs > div.ico2 {
    background: url("../img/tech_ico2.svg") 0 50% no-repeat;
}

.compl_techs > div.ico3 {
    background: url("../img/tech_ico3.svg") 0 50% no-repeat;
}

.compl_props {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px 0;
}

.compl_props a {
    padding: 8px 0 0 30px;
    font-size: 15px;
}

.compl_props a.ico1 {
    background: url("../img/props_ico1.svg") 0 50% no-repeat;
}

.compl_props a.ico2 {
    background: url("../img/props_ico2.svg") 0 50% no-repeat;
}

.compl_props a.ico3 {
    background: url("../img/props_ico3.svg") 0 50% no-repeat;
}

.compl_props a:hover {
    text-decoration: underline;
}

.compl_btns {
    width: 427px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.compl_btns a {
    text-transform: uppercase;
}
.compl_text {
    display: none;
}


#instock center {
    margin-top: 20px;
}




/**********************
        TRADEIN
**********************/

.tradein {
    margin-top: 90px;
    display: flex;
    justify-content: space-between;
    gap: 20px 0;
    padding: 0 40px;
}

.tradein_imgs1 {
    width: 15.8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.tradein_wrap {
    margin-top: 200px;
}

.tradein_comment {
    margin-top: 25px;
    font-size: 15px;
    line-height: 120%;
}

#tradein_form {
    margin-top: 22px;
}

#tradein_form .btn {
    margin-top: 45px;
}

#tradein_form .form-group {
    margin-bottom: 0;
}

#tradein_form .agree_field {
    margin-top: 10px;
}

.tradein_imgs2 {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: 57.83%;
}

.tradein_vid {
    margin-left: auto;
}

.tradein_vid video {
    width: 100%;
}

.tradein_imgs_row {
    display: flex;
    align-items: flex-end;
    gap: 0 20px;
}

/**********************
       CLIENTS
**********************/

.clients {
    padding: 0 40px;
    margin-top: 130px;
    display: flex;
    justify-content: space-between;
}

.clients_gallery_wrap {
    height: 1050px;
    width: 32.5%;
    position: relative;
}

.clients_gallery_wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 105px;
    background: linear-gradient(180deg, #E6E7E8 0%, transparent 100%);
}

.clients_gallery_wrap:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 105px;
    background: linear-gradient(0, #E6E7E8 0%, transparent 100%);
}

.clients_slider {
    height: 100%;
    padding-bottom: 30px !important;
}

.clients_slider .swiper-slide {
    height: 716px !important;
}

.clients_gallery_wrap .swiper-pagination {
    bottom: -70px !important;
    top: unset !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
    transform: unset;
}

.clients_gallery_wrap .swiper-pagination-bullet {
    display: block;
    width: 35px;
    height: 23px;
    background: url("../img/slash_sm.svg") 50% no-repeat;
    border-radius: unset;
    margin-left: -18px !important;
}

.clients_wrap {
    width: 58%;
}

.clients_wrap .blocks_title {
    justify-content: flex-start;
    gap: 0 150px;
}

.clients_props {
    margin-top: 140px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    gap: 33px 0;
}

.clients_props a {
    width: 48.5%;
    background-color: #FFFFFF !important;
    padding: 220px 30px 30px 40px;
    min-height: 445px;
    font-size: 28px;
    font-weight: 600;
    line-height: 120%;
    transition: all .4s ease;
    position: relative;
}

.clients_props a:after {
    content: '';
    display: block;
    position: absolute;
    width: 61px;
    height: 38px;
    right: 42px;
    bottom: 42px;
    background: url("../img/props_arrow.svg") 50% no-repeat;
    transition: all .4s ease;
}

.clients_props a:hover:after {
    background: url("../img/props_arrow_wt.svg") 50% no-repeat;
}

.clients_props a i {
    display: block;
    font-size: 20px;
    font-style: normal;
    line-height: 120%;
    margin-top: 5px;
}

.clients_props a.ico1 {
    background: url("../img/clients_ico1.svg") 43px 23px no-repeat;
}

.clients_props a.ico2 {
    background: url("../img/clients_ico2.svg") 42px 42px no-repeat;
}

.clients_props a.ico3 {
    background: url("../img/clients_ico3.svg") 42px 80px no-repeat;
}

.clients_props a.ico4 {
    background: url("../img/clients_ico4.svg") 43px 43px no-repeat;
}

.clients_props a.ico4 i {
    text-decoration: underline;
}

.clients_props a:hover {
    transform: scale(1.05);
    color: #ffffff;
    background-color: #626970 !important;
}

/**********************
       REVIEWS
**********************/

.reviews {
    margin-top: 80px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
}

.reviews_imgs1 {
    width: 15.8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.reviews_slider_wrap {
    width: 513px;
    margin-top: 130px;
    position: relative;
}

.reviews_slider_wrap .blocks_title {
    justify-content: flex-start;
    gap: 0 40px;
}

.reviews_slider {
    margin-top: 20px;
    padding-bottom: 60px !important;
}

.reviews_slider .review {
    background: #FFFFFF;
    padding: 50px 20px;
}

.reviews_slider .review .rev_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews_slider .review .rev_name {
    font-size: 18px;
}

.reviews_slider .review .rev_date {
    font-size: 16px;
    margin-top: 5px;
}

.reviews_slider .review .rev_text {
    font-size: 20px;
    margin-top: 35px;
    line-height: 120%;
}

.reviews_nav {
    position: absolute;
    top: -13px;
    right: 0;
    display: flex;
    gap: 0 11px;
}

.reviews_nav .swiper-button-prev,
.reviews_nav .swiper-button-next {
    position: relative;
    top: 0 !important;
    right: 0 !important;
    left: 0 !important;
    width: 56px;
    height: 48px;
    margin-top: 0;
    background: url("../img/rev_arrow.svg") 50% no-repeat;
}

.reviews_nav .swiper-button-next {
    transform: rotate(180deg);
}

.reviews_nav .swiper-button-prev:after,
.reviews_nav .swiper-button-next:after {
    display: none;
}

.reviews_slider .swiper-pagination {
    bottom: 0 !important;
    top: unset !important;
    left: 0 !important;
    right: 0 !important;
    width: 100%;
    display: flex;
    justify-content: center;
    transform: unset;
}

.reviews_slider .swiper-pagination-bullet {
    display: block;
    width: 35px;
    height: 23px;
    background: url("../img/slash_sm.svg") 50% no-repeat;
    border-radius: unset;
    margin-left: -18px !important;
}

.reviews_imgs2 {
    display: flex;
    flex-direction: column;
    gap: 20px 0;
    width: 49.5%;
}

.reviews_imgs2 .img3 {
    margin-left: auto;
}

.reviews_imgs_row {
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 40px;
}

.contacts_wrap .mob_logo_wrap {
    display: none;
}

.contacts_wrap {
    background: #626970;
    padding: 32px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bot_phone {
    color: #ffffff;
    font-size: 14px;
    padding: 6px 0 6px 38px;
    background: url("../img/ico_phone_bot.svg?v=1") 0 50% no-repeat;
}

.bot_addr {
    color: #ffffff;
    font-size: 14px;
    padding-left: 30px;
    line-height: 120%;
    background: url("../img/ico_loc_bot.svg") 0 50% no-repeat;
}

.contacts_wrap .call {
    font-size: 14px;
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}

.contacts_wrap .call:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #FFFFFF;
}

#map1 {
    width: 100%;
    height: 527px;
    background: url("../img/map.jpg") 50% no-repeat;
}

/**********************
        FOOTER
**********************/

footer {
    background: #121314;
    padding: 32px 0;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foot_links {
    display: flex;
    gap: 0 60px;
}

.yurinfo {
    font-size: 14px;
    color: #ffffff;
}

.foot_links > a {
    color: #ffffff;
    font-size: 14px;
}

footer .disclamer {
    color: #FFFFFF;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}


/*------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1800px) {
    .cars_list {
        padding: 0 40px;
    }
}

@media (max-width: 1600px) {

    .menu > div {
        gap: 0 10px;
    }

    /*******************************************************************/

    .car_wrap {
        width: 530px;
        padding: 20px;
    }

    .car_name {
        font-size: 34px;
    }

    /*******************************************************************/
    #instock .container {
        padding: 0 35px;
    }
    .compl_wrap {
        padding: 30px 27px 30px 200px;
        gap: 10px;
    }
    .compl_btns  {
            width: 36%;
    }

    /*******************************************************************/

    .tradein_imgs2 {
        width: 48%;
    }

    /*******************************************************************/

    .clients_wrap {
        width: 62%;
    }

    .clients_props a {
        font-size: 20px;
    }

    .clients_slider .swiper-slide {
        height: 520px !important;
    }

    /*******************************************************************/

    .reviews_imgs2 {
        width: 40%;
    }

    /*******************************************************************/


}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {

    .banner picture img, .bn_cars img {
        height: 530px;
    }

    .title_container .title1 {
        font-size: 60px;
    }

    .title_container .slashes {
        transform: scale(0.5);
        transform-origin: 100% 70%;
    }

    .bn_props {
        margin-top: -105px;
        margin-bottom: 15px;
    }

    .bn_props_title {
        font-size: 20px;
    }

    .bn_props_list a {
        font-size: 12px;
    }

    .menu > div {
        gap: 0;
    }

    .menu a {
        font-size: 12px;
        padding: 15px 10px;
    }

    /*******************************************************************/

    .cars_row {
        flex-direction: column;
        margin-top: 0 !important;
    }

    .car_item {
        width: 100%;
        margin-top: 60px !important;
    }



    .car_wrap {
        width: 100%;
    }

    #plug .car_wrap {
        background-size: cover;
    }

    #plug .car_image {
        margin-top: 0;
    }

    /*******************************************************************/

    .tradein_imgs1 {
        display: none;
    }

    .tradein_wrap {
        margin-top: 0;
    }

    /*******************************************************************/

    .blocks_title {
        font-size: 24px;
    }

    .clients_wrap .blocks_title {
        gap: 0;
        justify-content: space-between;
    }

    .clients_gallery_wrap {
        height: 900px;
    }

    .clients_slider .swiper-slide {
        height: 320px !important;
    }

    .clients_props {
        margin-top: 50px;
    }

    .clients_props a {
        width: 100%;
        min-height: auto;
        padding: 50px 30px 50px 150px;
        background-size: 80px !important;
        background-position: 40px 50% !important;
    }

    .clients_props a i {
        font-size: 14px;
    }

    /*******************************************************************/

    .reviews {
        margin-top: 150px;
    }

    .reviews_imgs1 {
        display: none;
    }

    .reviews_slider_wrap {
        margin-top: 0;
    }

    .contacts_wrap .call {
        display: none;
    }

    .bot_addr {
        font-size: 12px;
    }

    /*******************************************************************/

}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (max-width: 991px) {

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .popup_container {
        width: 100%;
    }

    /*******************************************************************/

    header .m_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: relative;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 0;
        right: 0;
    }

    header .m_btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background: #FFFFFF;
        transition: all .3s linear;
    }

    header .m_btn span:nth-child(2) {
        opacity: 1;
    }

    header .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    header .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .menu {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 107px;
        /*background: white;*/
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 20px 0;
        row-gap: 20px;
    }

    .menu.active {
        right: 0;
    }

    .menu > div {
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
    }

    .menu a {
        padding: 0;
    }

    .menu a:before {
        display: none;
    }

    .anim {
        opacity: 1 !important;
        transform: unset !important;
    }

    /*******************************************************************/

    header {
        padding: 15px 0;
    }

    .head_left, .head_right {
        gap: 0 20px;
    }

    header .mob_logo_wrap {
        display: flex;
        gap: 0 20px;
        width: 35%;
    }

    .head_left .logo1 {
        display: none;
    }

    .head_right .logo2 {
        display: none;
    }


    /*******************************************************************/

    .banner {
        margin-top: -300px;
    }

    .banner picture img {
        width: 100%;
        height: auto;
    }

    .bn_cars {
        display: none;
    }

    /*******************************************************************/

    .title_container {
        top: 380px;
    }

    .title_container .title1 {
        font-size: 83px;
    }

    .title_container .slashes {
        transform: scale(0.7);
        transform-origin: 100% 70%;
    }

    .bn_props {
        margin-top: 30px;
    }

    .bn_props_title {
        color: #121314;
    }

    .bn_props_list {
        flex-flow: wrap;
        gap: 20px 0;
        margin-top: 30px;
    }

    .bn_props_list > a {
        width: 49%;
        color: #121314;
        font-size: 14px;
        padding-left: 75px !important;
    }

    .bn_props_list > a.ico1 {
        background: url("../img/mob_bn_props_ico1.svg") 0 50% no-repeat;
    }

    .bn_props_list > a.ico2 {
        background: url("../img/mob_bn_props_ico2.svg") 0 50% no-repeat;
    }

    .bn_props_list > a.ico3 {
        background: url("../img/mob_bn_props_ico3.svg") 0 50% no-repeat;
    }

    .bn_props_list > a.ico4 {
        background: url("../img/mob_bn_props_ico4.svg") 0 50% no-repeat;
    }

    /*******************************************************************/

    .cars_list {
        padding: 0 15px;
    }

    .cars_row:first-child .car_item:first-child {
        margin-top: 0 !important;
    }

    .cars_row {
        flex-direction: column;
        margin-top: 0 !important;
    }

    .car_item {
        width: 100%;
        margin-top: 60px !important;
    }

    .car_wrap {
        width: 100%;
    }

    /*******************************************************************/
    #instock {
        margin-top: 60px;
    }
    #instock .blocks_title {
        width: 70%;
        margin-bottom: 50px;
    }
    .filter_quick_menu {
        margin-bottom: 50px;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 40px;
    }
    #filter_table {
        gap: 10px;
    }

    #filter_table select {
        padding: 15px;
        font-size: 16px;
    }

    .tb_complects .compl_item {
        flex-direction: column;
    }

    .compl_image {
        position: relative;
    }

    .compl_wrap {
        width: 100%;
        flex-wrap: wrap;
        padding: 15px;
    }


    /*******************************************************************/

    .tradein {
        flex-direction: column-reverse;
        gap: 30px 0;
        padding: 0 15px;
    }

    .tradein_imgs2 {
        width: 100%;
    }

    .tradein_imgs_row {
        display: none;
    }

    /*******************************************************************/

    .clients {
        padding: 0 15px;
        flex-direction: column-reverse;
        gap: 30px 0;
    }

    .clients_wrap {
        width: 100%;
    }

    .clients_props {
        gap: 15px 0;
    }

    .clients_props a:after {
        top: calc(50% - 19px);
    }

    .clients_gallery_wrap {
        height: auto;
        width: 100%;
    }

    .clients_gallery_wrap:before {
        width: 100px;
        height: 100%;
        left: 0;
        background: linear-gradient(90deg, #E6E7E8 0%, transparent 100%);
    }

    .clients_gallery_wrap:after {
        width: 100px;
        height: 100%;
        left: unset;
        right: 0;
        background: linear-gradient(-90deg, #E6E7E8 0%, transparent 100%);
    }

    .clients_slider {
        width: 100%;
    }

    .clients_slider .swiper-slide {
        height: auto !important;
        text-align: center;
    }

    .clients_gallery_wrap .swiper-pagination {
        bottom: -30px !important;
    }

    /*******************************************************************/

    .reviews {
        padding: 0 15px;
        flex-direction: column;
        gap: 30px 0;
    }

    .reviews_slider_wrap {
       width: 100%;
    }

    .reviews_imgs2 {
        width: 100%;
    }

    /*******************************************************************/

    .contacts_wrap {
        padding: 20px 15px;
        flex-flow: wrap;
        gap: 30px 0;
    }

    .contacts_wrap .mob_logo_wrap {
        display: flex;
        gap: 0 20px;
    }

    .contacts_wrap .mob_logo_wrap .logo1,
    .contacts_wrap .mob_logo_wrap .logo2 {
        display: block;
    }

    .contacts_wrap .logo1,
    .contacts_wrap .logo2 {
        display: none;
    }

    .contacts_wrap .call {
        display: block;
    }

    #map1 {
        height: 400px;
    }

    /*******************************************************************/

    .foot_wrap {
        flex-direction: column;
        gap: 20px 0;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    /*******************************************************************/

    .btn {
        font-size: 3vw;
        justify-content: flex-start;
        padding-left: 15px;
    }

    .btn:before {
        transform: scale(0.5);
        transform-origin: 100% 50%;
    }

    /*******************************************************************/

    header {
        padding: 10px 0;
    }

    .head_right a {
        display: none;
    }

    header .mob_logo_wrap {
        width: 85%;
    }

    header .container {
        flex-flow: wrap;
        gap: 10px 0;
    }

    header .m_btn {
        position: absolute;
        top: 0;
        right: 15px;
    }

    .head_left {
        width: 100%;
        justify-content: center;
    }

    /*******************************************************************/

    .banner {
        margin-top: 0;
    }

    .title_container {
        top: 130px;
    }

    .banner picture img {
        height: auto;
        width: 100%;
    }

    .title_container .title1 {
        font-size: 10vw;
    }

    .title_container .slashes {
        transform: scale(0.3);
        transform-origin: 100% 90%;
    }

    .bn_props {
        margin-top: 30px;
    }

    .bn_props_title {
        font-size: 5vw;
        gap: 10px 0;
    }

    .bn_props_list > a {
        width: 100%;
        font-size: 4vw;
        transform: none !important;
    }

    .bn_props_list > a.ico3 {
        background-size: 60px !important;
    }

    /*******************************************************************/

    .runrow_wrap {
        position: relative;
        top: unset !important;
        margin-bottom: 30px;
    }

    .car_tabs_wrap {
        width: 100%;
        position: absolute;
        bottom: 50vw;
        z-index: 2;
        padding: 0 15px;
        display: flex;
        flex-direction: column-reverse;
    }

    .car_tabs_slider {
        height: auto;
        width: 100%;
    }

    .car_tabs_slider .swiper-slide {
        text-align: center;
        justify-content: center;
        padding: 10px 0;
        font-size: 3vw;
    }

    .car_tabs_wrap .swiper-button-prev, .car_tabs_wrap .swiper-button-next {
        display: none;
    }

    .car_tabs_wrap .car_tabs_nav .swiper-scrollbar {
        bottom: -5px !important;
        display: block;
    }

    .car_tabs_nav .swiper-scrollbar-drag {
        background: #00CABF !important;
    }

    .car_name {
        font-size: 6vw;
    }

    .car_profit:before {
        left: -20px;
    }

    .car_profit {
        font-size: 4vw;
    }

    .car_props a {
        font-size: 4vw;
    }

    .car_image {
        margin-top: 15px;
    }

    .car_techs {
        padding: 0;
        margin-top: 20vw;
    }

    .car_techs > div {
        font-size: 3.5vw;
        padding-left: 25px;
    }

    .runrow_wrap.bot {
        margin-top: 30px;
        margin-bottom: 0;
        bottom: 0;
    }

    #plug .car_image {
        margin-top: 0px; 
    }
    #plug .car_title {
        top: 0;
    }
    #plug .car_btns {
        top: 0;
    }


    /*******************************************************************/

    .filter_quick_menu  {
        gap: 30px;
    }
    #filter_table {
        margin-bottom: 30px;
        flex-direction: column;
    }
    .tb_complects .compl_item {
        background: #ffffff;
    }
    .compl_image img {
        margin: 0 auto;
        display: block;
    }
    .compl_wrap {
        flex-direction: column;
        align-items: start;
        gap: 15px;
    }
    .compl_techs {
        flex-direction: row;
    }

    .compl_btns {
        width: 100%;
    }

    /*******************************************************************/

    .blocks_title {
        font-size: 6vw;
    }

    .tradein_wrap {
        margin-top: 0;
    }

    .tradein_comment br {
        display: none;
    }

    /*******************************************************************/

    .tradein_imgs1 {
        width: 100%;
        flex-direction: row;
        gap: 0 10px;
    }

    /*******************************************************************/

    .clients {
        margin-top: 60px;
    }

    .clients_wrap .blocks_title {
        gap: 0;
        line-height: 120%;
    }

    .clients_gallery_wrap:before,
    .clients_gallery_wrap:after {
        width: 30px;
    }

    .clients_props {
        margin-top: 20px;
    }

    .clients_props a {
        width: 100%;
        min-height: auto;
        padding: 20px 30px 20px 70px;
        background-size: 40px !important;
        background-position: 15px 50% !important;
        font-size: 4vw;
    }

    .clients_props a:after {
        display: none;
    }

    .clients_props a i {
        font-size: 3vw;
    }

    /*******************************************************************/

    .reviews {
        flex-direction: column-reverse;
    }

    .reviews_imgs1 {
        display: none;
    }

    .reviews_slider_wrap {
        margin-top: 0;
    }

    .reviews_slider .review {
        padding: 20px 15px;
    }

    .reviews_slider .review .rev_text {
        font-size: 4vw;
    }

    .reviews_slider .review .rev_name {
        font-size: 4vw;
    }

    .reviews_nav {
        display: none;
    }

    /*******************************************************************/

    .contacts_wrap .mob_logo_wrap {
        width: 100%;
        justify-content: center;
    }

    .contacts_wrap {
        gap: 20px 0;
    }

    .bot_addr br {
        display: none;
    }

    /*******************************************************************/

    footer {
        padding: 20px 0;
    }

    .foot_wrap {
        gap: 15px 0;
    }

    .foot_links {
        flex-direction: column;
        align-items: center;
        gap: 15px 0;
    }

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 390px) {

}

@media (max-width: 360px) {

    .car_name {
        font-size: 5vw;
    }

    .car_profit {
        font-size: 3.5vw;
    }

    .car_profit span {
        padding: 11px 0 10px 42px;
    }

    .car_props a {
        padding: 8px 0 4px 30px;
    }

    .car_techs > div {
        font-size: 3vw;
        padding: 4px 0 4px 25px;
    }

    .car_tabs_wrap {
        bottom: 55vw;
    }
}

@media (max-width: 320px) {

}