html {
    overflow-x: hidden;
}

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

.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:hover {
    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: 1140px;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1280px;
        max-width: 100%;
    }
}

.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: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: black;
    font-size: 12px;
}

.popup_container .agree_field a {
    color: black;
}


.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
}

.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;
}

.popup_container .form-group {
    margin-bottom: 19px;
}

.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 select {
    height: 50px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 700;
    font-family: 'Changan';
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #3C4650;
}

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat transparent !important;
    font-family: 'Changan';
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'Changan';
    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: #3C4650;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 23px;
    outline: none;
    transition: all .5s;
    border-radius: 5px;
    border: 1px solid #3C4650;
    position: relative;
}

.btn.glass {
    border-color: #0B457F;
    background: transparent;
    color: #000000;
}

.btn.blue {
    background: #0B457F;
}

.btn i {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../img/arrow_wt.png") repeat-x;
    background-position: 0 50%;
    position: relative;
}

.btn:before {
    content: '';
    border-radius: 5px;
    background: #0B457F;
    width: 51px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 9px;
    transition: all .5s ease-in-out;
}

.btn.blue:before {
    background: #3C4650;
}

.btn:hover {
    color: #ffffff;
}

.btn:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.btn:hover i {
    animation: move_arrow 1.5s ease-in-out infinite;
}

.btn span {
    position: relative;
}



@keyframes move_arrow {
    0% {
        background-position: -24px 50%;
    }
    50% {
        background-position: 0 50%;
    }
    100% {
        background-position: 24px 50%;
    }
}


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

header {
    position: fixed;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 15;
}

header .container {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 4px 10px 0px rgba(203, 203, 203, 0.25);
    padding: 0;
}

header .head_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
}

header .logo_wrap {
    display: flex;
    align-items: center;
    height: 91px;
}

header .logo_wrap .logo1 {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #DDE1E1;
}

header .logo_wrap .logo2 {
    font-size: 16px;
    font-weight: 700;
}

header .logo_wrap .logo2 span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

header .top_addr {
    font-weight: 700;
}

header .top_phone {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #000000;
}

header .btn {
    width: 262px;
}

.menu {
    border-top: 1px solid #DDE1E1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 35px;
    column-gap: 40px;
}

.menu a {
    color: #000000;
    text-decoration: none;
    /*font-weight: 700;*/
    transition: all .2s;
    text-transform: uppercase;
}

.menu a:hover {
    color: #0B457F;
}

header .m_btn {
    display: none;
}
.menu .menu_car_block {
    position: relative;
}
.menu .menu_car_block .menu_car {
    padding: 18px 0 10px;
    display: flex;
    visibility: hidden;
    position: absolute;
    left: -20px;
    width: 200px;
    border-radius: 10px;
    flex-wrap: wrap;
    transition: all 0.3s linear;
}

.menu .menu_car_block .menu_car.active  {
    visibility: visible;
}

.menu .menu_car_block .menu_car a {
    width: 100%;
    padding: 10px 20px;
    opacity: 0;
    background: #fff;
    transform: translateY(-10px);
    box-shadow: 0px 4px 10px 0px rgba(203, 203, 203, 0.25);
    transition: all 0.3s linear;
}
.menu .menu_car_block:hover .menu_car a {
    opacity: 1;
    transform: translateY(0px);
}
.menu .menu_car_block .menu_car a:last-child {
    border-radius: 0 0 10px 10px;
}

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

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

.title_container {
    position: absolute;
    top: 210px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
    z-index: 1;
    text-align: center;
}

.title_container .title1 {
    font-size: 24px;
    color: #ffffff;
}

.title_container .title2 {
    font-size: 38px;
    margin-top: 5px;
    color: #ffffff;
}
.title_container .title2 .br_mob {
    display: none;
}
.title_container .title2 span {
}
.title_container .title2 b {
}
.title_container .title3 {
    font-size: 24px;
    margin-top: 5px;
    color: #ffffff;
}
.title_container .title3 .br_mob {
    display: none;
}
.title_container .btn {
    width: 380px;
    position: absolute;
    max-width: 100%;
    left: calc(50% - 190px);
    top: calc(100% - 25px);
}

.timer_block {
    border-radius: 40px 40px 0 0;
    background: #e1e1e1;
    padding: 65px 0 105px;
    position: relative;
    margin-top: -30px;
}

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

.timer_text {
    width: 54%;
}

.timer_title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
}

#timer_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#timer_form .form-group {
    width: 49%;
}

#timer_form .agree_field,
#timer_form .agree_field a {
    color: #000000;
}

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

.cars_items {
    position: relative;
    background: #e1e1e1;
    border-radius: 40px;
    margin-top: -40px;
    padding-top: 60px;
    padding-bottom: 40px;
}

.cars_items_title {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    /* margin-bottom: 50px; */
}


.car_item {
    position: relative;
    box-sizing: border-box;
    padding: 26px 30px 30px;
    /* border: 1px solid #0B457F; */
    border-radius: 10px;
    margin-top: 60px;
    background: #fff;
}

.car_wrap {
    display: flex;
    justify-content: space-between;
}

.car_image {
    position: relative;
    width: 64%;
}

.car_name {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.car_colors {
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.car_colors > div {
    /*box-sizing: border-box;*/
    width: 18px;
    height: 18px;
    border-radius: 50%;
    /*border: 1px solid #000000;*/
    position: relative;
    cursor: pointer;
}
.car_colors > div:before {
    content: '';
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    border: 1px solid #000000;
    position: absolute;
    top: -3px;
    left: -3px;
    border-radius: 50%;
    opacity: 0;
    transition: all .3s;
}
.car_colors > div.active:before {
    opacity: 1;
}
.car_text {
    width: 36%;
    margin-right: 20px;
}
.car_number {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 18px;
    font-size: 22px;
    font-weight: 700;
    min-height: 44px;
    padding: 0 15px;
    background: #E1E1E1;
    border-radius: 50px;
}
.car_number:before {
    content: '';
    position: relative;
    width: 24px;
    height: 24px;
    background: url(../img/car_number_ico.svg) 50% 50% no-repeat;
}
.car_props {
    margin-top: 18px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
#uni_k_idd .car_props,
#cs95_new .car_props {
    margin-top: 56px;
}
.car_props > a {
    position: relative;
    display: flex;
    align-items: center;
    color: #000000;
    text-decoration: none;
    font-size: 16px;
    padding-left: 28px;
}
.car_props > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 24px;
}
.car_props > a b {
    font-weight: 700;
    color: #0b457f;
    display: contents;
}

.car_props > a.ico1:before {
    background: url("../img/car_ico1.svg") 50% 50% no-repeat;
}
.car_props > a.ico2:before {
    background: url("../img/car_ico2.svg") 50% 50% no-repeat;
}
.car_props > a.ico3:before {
    background: url("../img/car_ico3.svg") 50% 50% no-repeat;
}
.car_props > a.ico4:before {
    background: url("../img/car_ico4.svg") 50% 50% no-repeat;
}
.car_props > a.ico5:before {
    background: url("../img/car_ico5.svg") 50% 50% no-repeat;
}
.car_props > a.ico6:before {
    background: url("../img/car_ico6.svg") 50% 50% no-repeat;
}

.car_profit {
    position: absolute;
    top: 0px;
    right: 10px;
    padding: 0 12px 0 48px;
    min-height: 44px;
    background: #E1E1E1;
    border-radius: 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: 24px;
    color: #000000;
}

.car_profit:before {
    content: '';
    position: absolute;
    left: 12px;
    width: 28px;
    height: 28px;
    background: url(../img/car_profit_ico.svg) no-repeat;
}
.car_profit b,
.car_number b {
    font-weight: 700;
    color: #0B457F;
    display: contents;

}

.car_number {
    text-decoration: none;
}
.car_btns {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.car_gallery {
    margin-top: 30px;
    padding-top: 30px !important;
    border-top: 1px solid #3C4650;
}

.car_gallery .swiper-wrapper {
    display: flex;
    justify-content: space-between;
}

.car_gallery .swiper-slide {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    height: 100px;
    width: 12.4% !important;
    /**/
}

.car_item.swiper-slide-active .car_gallery .swiper-slide {
    pointer-events: all !important;
}

.cars_slider_wrap .car_item.swiper-slide {
    opacity: 0 !important;
    transition-duration: .7s !important;
}

.cars_slider_wrap .car_item.swiper-slide-active {
    opacity: 1 !important;
}

.cars_slider_wrap .swiper-button-next,
.cars_slider_wrap .swiper-button-prev {
    width: 44px;
    height: 54px;
    background: url("../img/car_prev.png") 50% no-repeat;
    left: -50px;
}

.cars_slider_wrap .swiper-button-next {
    background: url("../img/car_next.png") 50% no-repeat;
    left: unset;
    right: -50px;
}

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

/**********************
       COMPLECTS
**********************/

#instock {
    position: relative;
    margin-top: 100px;
    padding-top: 100px;
    background: #FFFFFF;
    border-radius: 40px;
    padding-bottom: 70px;
    margin-bottom: 100px;
    z-index: 1;
}

#instock .filter_quick_menu {
    margin: 0;
    list-style-type: none;
    padding: 16px 0px;
    display: flex;
    align-items: center;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    column-gap: 1.9%;
    border-radius: 5px;
    background: #0B457F;
    row-gap: 26px;
}
#instock .filter_quick_menu li {
    cursor: pointer;
    font-size: 12px;
}
#instock .filter_quick_menu li span {
    color: #fff;
    padding: 2px 2px;
    background: transparent;
    border-radius: 5px;
    transition: all 0.2s linear;
}
#instock .filter_quick_menu li.current span,
#instock .filter_quick_menu li:hover span  {
    background: #f1f1f1;
    color: #000;
}
.compl_title {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 50px;
}


#filter_table {
    /*display: flex;*/
    display: none;
    justify-content: space-between;
    margin-bottom: 40px;
}

#filter_table .select_container {
    position: relative;
    width: 31.5%;
    display: inline-block;
    margin-left: 10px;
}

#filter_table .select_container:first-child {
    margin-left: 0px;
}

#filter_table .select_container:after {
    content: ''; /* background:url(../img/ico_select.png) 0px 0px no-repeat; */
    width: 15px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    pointer-events: none;
}

#filter_table select {
    display: block;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border-radius: 5px;
    border: 1px solid #3C4650;
    color: #000000;
}

#filter_table select[name="models"] {
}

#filter_table select[name="complects"] {
}

#filter_table select[name="engine"] {
}

#filter_table select option {
    color: black;
}

.tb_complects_container {
    margin-top: 48px;
}
.tb_complects {
    width: 100%;
    color: black;
    border-collapse: collapse;
    margin: 0px auto;
    font-weight: 400;
    border-top: 1px solid #D3D3D3;
}

.tb_complects tr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    border: 1px solid rgba(60, 70, 80, 0.50);
    margin-bottom: 15px;
    padding: 30px 30px 30px 20px;
}

.tb_complects.limit tr:nth-child(n+5) {
    display: none;
}

.tb_complects tr:first-child {
    display: none;
}

.tb_complects tr td {
    vertical-align: middle;
    text-align: left;
}

.tb_complects tr td:nth-child(1) {
    width: 23%;
}

.tb_complects tr td:nth-child(2) {
    width: 40%;
}

.compl_info {
    display: flex;
    justify-content: space-between;
}

.compl_info > div {
    display: flex;
    row-gap: 15px;
    flex-direction: column;
    position: relative;
}

.compl_info > div b {
    font-size: 20px;
}

.compl_info > div:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 7px;
    left: -12px;
    background: #0B457F;
    border-radius: 50%;
}

.tb_complects_showmore {
    padding-bottom: 5px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    margin-top: 19px;
    text-align: center;
    margin-top: 25px;
    display: block;
    width: 110px;
    text-decoration: none;
    border-bottom: 1px solid black;
}

.tb_complects_showmore:hover { /* border-color:#1c69d4; */
}


.tb_complects tr .btns {
    width: 28%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: space-between;
}

.tb_complects tr .btns .btn {
    width: 100%;
}

.tb_complects tr .btns .btn:first-child {
}

.tb_complects tr td .param1 {
    font-weight: 700;
    font-size: 16px;
    color: #8E8E92;
    margin-bottom: 30px;
}

.tb_complects tr td .param1 b {
    font-size: 30px;
    color: #000000;
}

.tb_complects tr td .param1 span {
    display: inline-block;
    position: relative;
    top: -3px;
    border-radius: 7px;
    border: 1px solid #030304;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 1px 3px;
    margin-bottom: 5px;
}

.compl_techs {
    display: flex;
    justify-content: space-between;
}

.compl_techs > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #8e8e92;
}

.compl_techs > div b {
    font-size: 16px;
    color: #000000;
}

.compl_techs > div:nth-child(2) {
    padding: 0 14%;
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
}

/**********************
       CREDIT
**********************/

.bg_gray {
    border-radius: 0 0 40px 40px;
    background: rgba(0, 0, 0, .2);
    padding-top: 140px;
    margin-top: -40px;
}



.credit {
    display: flex;
    align-items: center;
    position: relative;
}

.credit_img {
    width: 53.5%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.credit_wrap {
    box-sizing: border-box;
    padding: 65px 90px;
    border-radius: 0 10px 10px 0;
    background: #FFF;
    width: 46.5%;
    position: relative;
    right: 50%;
    transition: all .5s .3s;
}

.animated .credit_wrap {
    right: 0;
}

.credit_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 10px;
}

.credit_comment {
    font-size: 22px;
    margin-bottom: 20px;
}

#credit_form .agree_field,
#credit_form .agree_field a {
    color: #000000;
}

/**********************
        SERV
**********************/
.bg_gray {
    border-radius: 0 0 40px 40px;
    background: #e1e1e1;
    padding-top: 40px;
    margin-top: -40px;
    z-index: -1;
}

.serv {
    margin-top: 100px;
    display: flex;
    align-items: center;
    position: relative;
}

.serv_img {
    width: 53.5%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.serv_wrap {
    box-sizing: border-box;
    padding: 65px 90px;
    border-radius: 0 10px 10px 0;
    background: #FFF;
    width: 46.5%;
    position: relative;
    right: 50%;
    transition: all .5s .3s;
}

.animated .serv_wrap {
    right: 0;
}

.serv_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 10px;
}

.serv_comment {
    font-size: 22px;
    margin-bottom: 20px;
}

#serv_form .agree_field,
#serv_form .agree_field a {
    color: #000000;
}

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

.tradein {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tradein_img {
    width: 53.5%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.tradein_wrap {
    box-sizing: border-box;
    padding: 30px;
    border-radius: 10px 0 0 10px;
    background: #FFF;
    width: 46.5%;
    position: relative;
    left: 50%;
    transition: all .5s .3s;
}

.animated .tradein_wrap {
    left: 0;
}

.tradein_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 46px;
    margin-bottom: 10px;
}

.tradein_comment {
    font-size: 22px;
    margin-bottom: 20px;
}

#tradein_form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#tradein_form .form-group {
    width: 100%;
}

#tradein_form .form-group.short {
    width: 49%;
}

#tradein_form .agree_field,
#tradein_form .agree_field a {
    color: #000000;
}

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

.reviews {
    padding: 80px 0;
    background: #fff;
}
.reviews_title {
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    align-items: flex-start;
    gap: 20px;
}
.reviews_content {
    margin-top: 31px;
}
.reviews_head {
    width: 101.8%;
    left: -1%;
}
.reviews .reviews_head_block {
    margin: 0 12px;
    display: grid !important;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    min-height: 74px;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    overflow: hidden;
}
.reviews .reviews_head_block.slick-current {
    display: flex !important;
    justify-content: left;
    background: #e1e1e1;
}
.reviews_head_number {
    display: none;
    width: 32%;
    align-items: center;
    justify-content: center;
    background: #0B457F;
    height: 76px;
    color: #fff;
    font-size: 40px;
    margin-right: 17px;
}
.reviews .reviews_head_block.slick-current .reviews_head_number {
    display: flex;
}
.reviews_head_name {
    font-size: 16px;
    font-weight: 700;
}
.reviews_head_name .rating_ico {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 16px;
}
.reviews_head_name .rating_ico:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -49px;
    top: 0;
    width: 98px;
    height: 16px;
    background: url(../img/rating_ico.svg) 50% 0 no-repeat;
}
.reviews_head_block.slick-slide.slick-current .reviews_head_name .rating_ico:before {
    left: 0;
    margin-left: 0;
}

.reviews_text {
    margin-top: 33px;
    padding-bottom: 56px;
}
.reviews_text_block {
    padding: 48px 42px;
    background: #E1E1E1;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 400;
}
.reviews_text_block .reviews_text_date {
    margin-top: 8px;
    display: block;
    font-size: 16px;
    font-weight: 700;
}
.reviews_text .slick-arrow {
    position: absolute;
    bottom: 0;
    border: 0;
    width: 51px;
    height: 30px;
    border-radius: 5px;
    background: url(../img/btn_arrow.svg) 50% 50% no-repeat #3C4650;
    font-size: 0;
    z-index: 4;
    cursor: pointer;
    transition: all 0.2s linear;
}
.reviews_text .slick-arrow:hover {
    background-color: #0B457F;
}
.reviews_text .slick-prev {
    left: 36%;
}
.reviews_text .slick-next {
    right: 36%;
    transform: rotate(180deg);
}
.reviews_text .slick-dots {
    padding-left: 0;
    display: flex;
    column-gap: 8px;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    height: 30px;
}
.reviews_text .slick-dots li {
    width: 11px;
    height: 11px;
    background: #D9D9D9;
    border-radius: 50px;
}
.reviews_text .slick-dots li button {
    display: none;
}
.reviews_text .slick-dots li.slick-active {
    background: #0B457F;
}
/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 100px;
    padding-bottom: 40px;
}

.cont_title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
    gap: 0 50px;
}

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

.cont_logo_wrap .cont_logo1 {
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #000000;
}

.cont_logo_wrap .cont_logo2 {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
}

.cont_logo_wrap .cont_logo2 span {
    display: block;
    font-size: 12px;
    font-weight: 400;
}

/*.cont_title::after {
    position: absolute;
    content: "";
    left: 350px;
    width: 437px;
    height: 45px;
    background-image: url(../img/logo_footer.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}*/

.cont_wrap {
    border-radius: 5px;
    border: 1px solid rgba(60, 70, 80, 0.50);
    padding: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bot_addr {
    font-size: 20px;
    font-weight: 700;
    padding-left: 12px;
}

.bot_addr span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.bot_addr span:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: -12px;
    background: #0B457F;
    border-radius: 50%;
}

.bot_phone {
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #000000;
    padding-left: 12px;
}

.bot_phone span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
}

.bot_phone span:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 6px;
    left: -12px;
    background: #0B457F;
    border-radius: 50%;
}

.quest_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    width: 34.5%;
}

.quest {
    font-size: 18px;
}

#map1 {
    margin-top: 40px;
    width: 100%;
    height: 450px;
    border-radius: 10px;
    overflow: hidden;
}

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

footer {
    padding: 120px 0 50px;
    background: #000000;
    margin-top: -40px;
    position: relative;
}

footer::after {
    z-index: 1000;
    top: -1px;
    content: "";
    position: absolute;
    width: 100%;
    height: 40px;
    background-color: #e1e1e1;
    border-radius: 0 0 40px 40px;
}

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

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

footer .switch {
    color: #FFFFFF;
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
}

footer .disclamer {
    color: #fff;
    font-size: 14px;
    text-align: left;
    display: none;
}


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

@media (max-width: 1600px) {

}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .reviews_content {
        width: 97%;
    }
    .top_addr {
        display: none;
    }

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

    .title_container .title2 {
        font-size: 20px;
    }
    .title_container .title3 {
        font-size: 14px;
    }


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

    .timer_block .container {
        flex-direction: column-reverse;
        align-items: center;
        row-gap: 20px;
    }

    .timer_text {
        width: 100%;
    }

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

    .car_text {
        margin-right: 0;
        width: 37%;
    }

    .cars_slider_wrap .swiper-button-prev {
        left: -10px;
    }

    .cars_slider_wrap .swiper-button-next {
        right: -10px;
    }

    .car_gallery .swiper-slide {
        height: auto;
    }

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


    .compl_info {
        flex-flow: wrap;
        row-gap: 10px;
    }

    .compl_info > div {
        row-gap: 5px;
    }

    .compl_info > div:first-child {
        width: 100%;
    }

    .tb_complects tr td:nth-child(2) {
        width: 35%;
    }

    .tb_complects tr .btns {
        width: 30%;
    }

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

    .credit_wrap {
        padding: 30px;
    }

    .credit_title {
        font-size: 34px;
    }

    .credit_comment {
        font-size: 16px;
    }

    .serv_wrap {
        padding: 30px;
    }

    .serv_title {
        font-size: 34px;
    }

    .serv_comment {
        font-size: 16px;
    }

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

    .tradein_wrap {
        padding: 15px 30px;
    }

    .tradein_title {
        font-size: 34px;
    }

    .tradein_comment {
        font-size: 16px;
    }

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

    .cont_wrap {
        flex-flow: wrap;
        row-gap: 20px;
    }

    .cont_wrap .quest_wrap {
        width: 100%;
    }

    .car_img {
        margin-top: 90px;
    }
    .car_profit {
        top: 54px;
        left: 0px;
        right: auto;
    }
}

/*IPAD PRO BEGIN*/

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

    header {
        top: 0;
        box-shadow: 0px 4px 10px 0px rgba(203, 203, 203, 0.25);
        background: #FFFFFF;
    }

    header .container {
        border-radius: unset;
        box-shadow: unset;
    }

    header .head_wrap {
        padding: 0;
    }

    header .logo_wrap {
        height: 70px;
    }

    header .btn {
        display: none;
    }

    .menu {
        padding: 15px 0;
    }

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

    header .top_phone {
        font-size: 16px;
    }

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

    .banner {
        margin-top: 81px;
    }

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

    .title_container {
        top: 55px;
        padding-bottom: 30px;
    }

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

    .title_container .title2 {
        font-size: 18px;
    }

    .timer_block {
        margin-top: 0px;
        border-radius: 0;
    }

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

    .cars_items_title {
        font-size: 34px;
    }

    .car_wrap {
        flex-direction: column;
    }

    .car_image {
        width: 100%;
    }

    .car_text {
        width: 100%;
    }

    .car_gallery {
        column-gap: 10px;
    }

    .car_gallery .swiper-slide {
        height: auto;
    }

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

    #filter_table .select_container {
        width: 32.5%;
    }

    #filter_table select {
        font-size: 13px;
    }

    .compl_title {
        font-size: 34px;
    }

    .tb_complects tr {
        flex-flow: wrap;
        row-gap: 15px;
    }

    .tb_complects tr .btns {
        width: 100%;
    }

    .tb_complects tr td:nth-child(1) {
        width: 40%;
    }

    .tb_complects tr td:nth-child(2) {
        width: 50%;
    }

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

    .credit {
        flex-direction: column;
    }

    .credit_img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .credit_img img {
        width: 100%;
    }

    .credit_wrap {
        width: 100%;
        left: 0;
        border-radius: 0 0 10px 10px;
        padding: 30px;
    }

    .serv {
        flex-direction: column;
    }

    .serv_img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .serv_img img {
        width: 100%;
    }

    .serv_wrap {
        width: 100%;
        left: 0;
        border-radius: 0 0 10px 10px;
        padding: 30px;
    }

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

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

    .tradein_img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .tradein_img img {
        width: 100%;
    }

    .tradein_wrap {
        width: 100%;
        left: 0;
        border-radius: 0 0 10px 10px;
        padding: 30px;
    }

}

@media (max-width: 991px) {
    .car_name span {
        position: absolute;
        right: 0;
        top: 0;
    }
    .car_text {
        margin-top: 20px;
    }
    .car_number {
        position: absolute;
        top: 28px;
        right: 30px;
        font-size: 18px;
    }

}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .reviews_text .slick-prev {
        left: 0;
    }
    .reviews_text .slick-next {
        right: 0;
    }
    .reviews_text_block {
        padding: 20px 22px;
        font-size: 14px;
    }
    .reviews .reviews_head_block.slick-current .reviews_head_name {
        font-size: 14px;
        max-width: 50%;
    }
    .reviews .reviews_head_block {
        border-radius: 10px;
    }
    .reviews_head {
        width: 102%;
        left: -1%;
    }

.reviews_title {
    flex-wrap: wrap;
}
    .reviews_text {
        margin-top: 14px;
        padding-bottom: 54px;
    }
    .reviews .reviews_head_block {
        margin: 0 6px;
    }
    .menu_car {
        display: none;
    }
    .menu .menu_car_block .menu_car {
        visibility: visible;
        position: relative;
        left: 0;
        row-gap: 10px;
        padding: 10px 0 0px;
    }
    .menu .menu_car_block .menu_car a {
        width: 100%;
        padding: 10px 20px;
        text-align: center;
        opacity: 1;
        background: #fff;
        transform: translateY(0px);
        box-shadow: none;
        padding: 0;
    }
    .menu a {
        text-align: center;
        width: 100%;
        display: block;
        font-weight: 700;
    }
    .menu_car_block a {
        font-weight: 700;
    }
    .menu_car a {
        font-weight: 400;
    }
    .car_name span {
        right: auto;
        left: 0;
        top: 8vw;
        font-size: 5vw;
    }
    .car_number {
        position: absolute;
        top: 10vw;
        right: auto;
        column-gap: 12px;
        left: auto;
        font-size: 3.8vw;
        padding: 1.6vw 16px;
        min-height: auto;
    }
    .title_container .title1 .br_mob {
        display: block;
    }
    .car_img {
        margin-top: 18vw;
    }
    .car_profit {
        top: 16vw;
        left: 0px;
        right: auto;
        column-gap: 12px;
        font-size: 3.8vw;
        padding: 1.6vw 16px;
        min-height: auto;
    }
    .car_profit:before {
        position: relative;
        left: 0;
        width: 24px;
        height: 24px;
        background-size: contain;
    }
    footer::after  {
        border-radius: 0 0 20px 20px;
    }

    .cont_title::after {
        display: none;
    }

    .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%;
    }

    .btn {
        font-size: 14px;
    }

    /*******************************************************************/
    header .m_btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 10px;
        right: 15px;
    }

    header .m_btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background: #0b457f;
        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;
        align-items: center;
        row-gap: 10px;
        position: fixed;
        top: 107px;
        background: white;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }


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

    header {
        background: #FFFFFF;
        top: 0;
        padding-bottom: 5px;
        box-shadow: 0px 4px 10px 0px rgba(203, 203, 203, 0.25);
    }

    header .container {
        padding: 0 15px;
        border-radius: 0;
        box-shadow: unset;
    }

    header .head_wrap {
        padding: 0;
        flex-flow: wrap;
    }

    header .logo_wrap {
        height: 50px;
        width: 90%;
    }

    header .logo_wrap .logo1 {
        width: 40%;
        padding-right: 10px;
        margin-right: 10px;
    }

    header .logo_wrap .logo2 {
        font-size: 2.5vw;
    }

    header .logo_wrap .logo2 span {
        font-size: 2.5vw;
    }

    .top_addr {
        display: none;
    }

    header .top_phone {
        width: 100%;
        text-align: center;
    }

    header .btn {
        display: none;
    }

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

    .banner {
        margin-top: 81px;
    }

    .banner picture img {
        width: 110%;
        height: auto;
        margin-top: 15px;
    }

    .title_container {
        top: 26px;
        position: absolute;
        width: 100%;
        padding: 0;
    }

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

    .title_container .title1 span {
        display: block;
        font-size: inherit;
    }

    .title_container .title2 {
        font-size: 5vw;
        margin: 2vw 0;
        line-height: 135%;
    }
    .title_container .title2 .br_mob {
        display: block;
    }

    .title_container .title3 {
        position: absolute;
        font-size: 3.6vw;
        top: 86vw;
        left: 50%;
        margin-left: -38vw;
    }
    .title_container .title3 .br_mob {
        display: block;
    }

    .title_container .btn {
        margin-top: 10px;
        top: 111%;
        width: 100%;
        left: 0;
        font-size: 3.5vw;
    }

    .timer_block {
        margin-top: -15px;
        border-radius: 15px 15px 0 0;
        padding: 15px 0 40px;
    }

    .timer_block .container {
        flex-direction: column-reverse;
    }

    div[id^=timer] {
        transform: scale(0.6) !important;
    }

    .timer_text {
        width: 100%;
    }

    .timer_title {
        font-size: 5vw;
        text-align: center;
    }

    #timer_form .form-group {
        width: 100%;
    }

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

    .cars_items {
        margin-top: -15px;
        border-radius: 15px 15px 0 0;
        padding: 40px 0;
    }

    .cars_items_title {
        text-align: center;
        font-size: 6vw;
        /* margin-bottom: 25px; */
    }

    .car_item {
        padding: 15px;
        margin-top: 20px;
    }

    .car_wrap {
        flex-direction: column;
    }

    .car_image {
        width: 100%;
    }

    .car_name {
        font-size: 6vw;
        margin-bottom: 15px;
    }
    .car_name br {
	display:none;
    }

    .car_colors {
        margin-top: 15px;
    }

    .car_text {
        width: 100%;
    }

    .car_colors > div {
        width: 18px;
        height: 18px;
    }

    .car_colors > div:before {
        left: -3px;
        top: -3px;
    }

    .car_props {
        row-gap: 6px;
    }

    .car_props > a {
        font-size: 18px;
    }

    .car_gallery {
        padding-bottom: 20px !important;
    }

    .car_gallery .swiper-slide {
        width: 100px !important;
        height: auto;
    }

    .car_gallery .swiper-scrollbar-drag {
        background: #0B457F;
    }

    .cars_slider_wrap .swiper-button-next,
    .cars_slider_wrap .swiper-button-prev {
        width: 24px;
        height: 34px;
        background-size: 100% !important;
    }

    .cars_slider_wrap .swiper-button-prev {
        left: 5px;
    }

    .cars_slider_wrap .swiper-button-next {
        right: 5px;
    }

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

    #instock {
        margin-top: 60px;
        border-radius: 0 0 15px 15px;
        padding-bottom: 30px;
        margin-bottom: 60px;
        padding-top: 30px;
    }

    .compl_title {
        font-size: 7vw;
        text-align: center;
        margin-bottom: 20px;
    }

    #filter_table {
        flex-direction: column;
        row-gap: 10px;
    }

    #filter_table .select_container {
        margin-left: 0;
        width: 100%;
    }

    .tb_complects tr {
        box-sizing: border-box;
        flex-direction: column;
        row-gap: 20px;
        padding: 15px;
        width: 100%;
    }

    .tb_complects tr td {
        box-sizing: border-box;
    }

    .tb_complects tr td:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    .tb_complects tr td:nth-child(2) {
        width: 100%;
    }

    .compl_info {
        flex-flow: wrap;
        row-gap: 15px;
    }

    .compl_info > div:first-child {
        width: 100%;
    }

    .compl_info > div {
        margin-left: 12px;
        row-gap: 5px;
        font-size: 4vw;
    }

    .tb_complects tr .btns {
        width: 100%;
    }

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

    .bg_gray {
        padding-top: 40px;
        border-radius: 0 0 15px 15px;
    }

    .credit {
        flex-direction: column;
    }

    .credit_img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .credit_wrap {
        width: 100%;
        padding: 20px 15px;
        left: 0;
        border-radius: 0 0 10px 10px;
    }

    .credit_title {
        text-align: center;
        font-size: 7vw;
    }

    .credit_comment br {
        display: none;
    }

    .credit_comment {
        text-align: center;
        font-size: 4vw;
    }

    .serv {
        flex-direction: column;
        margin-top: 60px;
    }

    .serv_img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .serv_wrap {
        width: 100%;
        padding: 20px 15px;
        left: 0;
        border-radius: 0 0 10px 10px;
    }

    .serv_title {
        text-align: center;
        font-size: 7vw;
    }

    .serv_comment br {
        display: none;
    }

    .serv_comment {
        text-align: center;
        font-size: 4vw;
    }

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

    .tradein {
        flex-direction: column-reverse;
        margin-top: 50px;
    }

    .tradein_img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .tradein_wrap {
        width: 100%;
        padding: 20px 15px;
        left: 0;
        border-radius: 0 0 10px 10px;
    }

    .tradein_title {
        text-align: center;
        font-size: 7vw;
    }

    .tradein_comment br {
        display: none;
    }

    .tradein_comment {
        text-align: center;
        font-size: 4vw;
    }

    #tradein_form .form-group {
        width: 100% !important;
    }

    .tb_complects_showmore {
        margin-top: 15px;
    }

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

    .contacts {
        margin-top: 50px;
        padding-bottom: 20px;
    }

    .cont_title {
        text-align: center;
        font-size: 7vw;
        margin-bottom: 20px;
        flex-direction: column;
        gap: 20px 0;
    }
    
    .cont_logo_wrap .cont_logo2 {
        text-align: left;
        font-size: 3vw;
    }

    .cont_wrap {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 15px;
        padding: 15px;
    }

    .bot_addr {
        font-size: 4vw;
    }

    .bot_addr span {
        margin-bottom: 5px;
    }

    .bot_phone {
        font-size: 4vw;
    }

    .bot_phone span {
        margin-bottom: 5px;
    }

    .quest_wrap {
        width: 100%;
    }

    .quest {
        text-align: center;
        font-size: 3.5vw;
    }

    #map1 {
        margin-top: 20px;
        height: 350px;
    }

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

    .foot_wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }

    footer {
        padding: 60px 0 20px;
    }

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

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 460px) {
    .car_number {
        top: 12vw;
    }
    .car_profit {
        top: 20vw;
    }
    .car_img {
        margin-top: 26vw;
    }
    .reviews_head_number {
        margin-right: 6px;
    }
    .reviews_head_name {
        font-size: 12px;
        font-weight: 700;
    }
    .reviews .reviews_head_block.slick-current .reviews_head_name {
        font-size: 12px;
    }
}
@media (max-width: 390px) {
    .car_name span {
        top: 10vw;
    }
    .car_props > a {
        font-size: 14px;
    }
}

@media (max-width: 360px) {
    header .logo_wrap .logo2 {
        font-size: 2.5vw;
    }
}

@media (max-width: 320px) {

}