html {
    overflow-x: hidden;
}

body {
    font-family: 'Changan', sans-serif;
    font-size: 16px;
    color: #030304;
    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: 100%;
    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: 1420px;
        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: 59px;
    width: 100%;
    color: #8E8E92;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'Changan', sans-serif;
    padding: 0px 30px;
    outline: none;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #D3D3D3;
}

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

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'Changan', 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: #0066B5;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 59px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #0066B5;
    transition: all .3s;
    text-align: center;
    border-radius: 7px;
}

.btn:hover {
    background: #084A7D;
    border-color: #084A7D;
}

.btn.glass {
    color: #0066b5;
    background: transparent;
    border-color: #084A7D;
}

.btn.glass:hover {
    background: #EDF3FD;
}


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

header .m_btn {
    display: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFF;
    box-shadow: 0px 4px 6.3px 0px #E4E4E4;
    padding: 10px 0;
    z-index: 20;
}

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

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

.logo_wrap .logo1 {
    margin-right: 20px;
    padding-right: 20px;
    position: relative;
}

.logo_wrap .logo1:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: -29px;
    width: 1px;
    height: 79px;
    background: #E6E6E6;
}

.top_addr span {
    display: block;
    color: #8e8e92;
    font-size: 14px;
    margin-bottom: 5px;
}

.top_phone {
    color: #000000;
    text-decoration: none;
}

.top_phone span {
    display: block;
    color: #8e8e92;
    font-size: 14px;
    margin-bottom: 5px;
}

header .btn {
    width: 340px;
}

.menu {
    position: fixed;
    top: 79px;
    z-index: 5;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.50);
    height: 40px;
    backdrop-filter: blur(5px);
}

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

.menu a {
    text-decoration: none;
    color: #000000;
    padding: 4px 8px;
    border-radius: 7px;
    transition: all .3s;
}

.menu a:hover {
    background: #000000;
    color: #ffffff;
}

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

.banner {
    position: relative;
}

.banner_item {
    overflow: hidden;
}

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

.title_container {
    box-sizing: border-box;
    position: absolute;
    top: 180px;
    z-index: 1;
    width: 100%;
    left: 0;
    padding: 0 15px;
    text-align: center;
}

.title_container .title1 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.title_container .title1 span {
    font-size: 38px;
    color: #0066b5;
}

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

.title_container .title2 .br_mob {
    display: none;
}

.title_container .btn {
    margin: 15px auto 0;
    width: 340px;
}

.slide2 .title_container {
    top: 160px;
}
.slide2 .title_container .title1 {
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

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

.banner .swiper-button-prev,
.banner .swiper-button-next {
    top: 56%;
    width: 40px;
    height: 40px;
    background: url(../img/btn_arrows_white.svg) no-repeat;
}
.banner.banner_style_2 .swiper-button-prev,
.banner.banner_style_2 .swiper-button-next {
    background: url(../img/btn_arrows_black.svg) no-repeat;
}
.banner .swiper-button-prev {
    left: 4%;
}
.banner .swiper-button-next {
    right: 4%;
    transform: rotate(180deg);
}

.timer_block {
    position: absolute;
    bottom: 28px;
    width: 100%;
    z-index: 2;
}

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

.timer_wrap {}

.timer_title {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 10px;
}

div[id^=timer] {
    min-width: auto !important;
}

span[id^=timer-number] {
    font-family: 'Changan' !important;
    font-weight: 700;
    font-size: 64px !important;
}

span[id^=timer-text] {
    font-family: 'Changan' !important;
    font-size: 16px !important;
}

.banner_style_1 .timer_title {
    color: #000000;
}

.banner_style_1 span[id^=timer-number] {
    color: #000000 !important;
}

.banner_style_1 span[id^=timer-text] {
    color: #000000 !important;
}
.banner_style_1 .timer-separator {
    color: #000000 !important;
}

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

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

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


#timer_form .form-group input[type=tel]::placeholder {
    color: #ffffff;
}

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

/**********************
       CARS_MENU
**********************/

.cars_items {
    margin-top: 70px;
}

.cars_items_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
}

.cars_menu {
    padding-bottom: 20px;
    border-bottom: 1px solid #D3D3D3;
    display: flex;
    justify-content: space-between;
}

.cars_menu a {
    color: #000000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: all .3s;
    opacity: 0.5;
    cursor: pointer;
}

.cars_menu a img {
    margin-left: -2px;
    margin-right: -2px;
}

.cars_menu a span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 16px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 10px;
    transition: all .3s;
    margin-bottom: 3px;
}

.cars_menu a.active,
.cars_menu a:hover {
    opacity: 1;
}

.cars_menu a.active span,
.cars_menu a:hover span {
    background: #0066B5;
    color: #ffffff;
    border-color: #0066B5;
}

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

.cars_list {
    margin-top: 100px;
}

.cars_list .slick-list {
    padding-top: 70px !important;
}

.cars_list .slick-track {
    padding: 20px 0 !important;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
}

.cars_list .slick-prev,
.cars_list .slick-next {
    width: 40px !important;
    height: 40px !important;
    background: url("../img/car_prev.png") 50% no-repeat;
    position: absolute;
    top: 50%;
    left: -50px;
    transition: all .3s;
    border: none;
    color: transparent;
    cursor: pointer;
}

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

.cars_list .slick-prev:hover {
    background: url("../img/car_prev_hov.png") 50% no-repeat;
}

.cars_list .slick-next:hover {
    background: url("../img/car_next_hov.png") 50% no-repeat;
}

.car_item.slick-slide {
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
}

.car_item.slick-slide.slick-active {
    max-width: 1080px !important;
    padding-left: 0;
}

.car_card_sm {
    display: block;
    padding-left: 20px;
    margin-top: 40px;
    cursor: pointer;
    opacity: 0.5;
    transition: all .3s;
}

.car_card_sm:hover {
    opacity: 1;
}

.car_item.slick-slide.slick-active .car_card_sm {
    display: none;
}


.car_title_sm {
    display: block;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.car_title_sm span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 73px;
    height: 16px;
    border: 1px solid #000000;
    border-radius: 5px;
    font-size: 10px;
    transition: all .3s;
    margin-bottom: 3px;
}

.car_title_sm img {
    margin-left: -2px;
    margin-right: -2px;
    display: inline-block;
}

.car_item.slick-active .car_title_sm {
    display: none;
}

.car_img_sm {
    width: 310px;
    border-radius: 7px;
    border: 1px solid #D3D3D3;
}

.car_title {
    display: none;
    column-gap: 5px;
    font-size: 36px;
    font-weight: 700;
    position: absolute;
    top: -70px;
}

.car_item.slick-active .car_title {
    display: flex;
}

.car_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: absolute;
    visibility: hidden;
}

.car_item.slick-active .car_wrap {
    padding-right: 20px;
    border-right: 1px solid #D3D3D3;
    position: relative;
    visibility: visible;
}

.car_item .car_image {
    width: 54.5%;
    border: none;
}

.car_colors {
    display: none;
    align-items: center;
    column-gap: 35px;
    margin-top: 5px;
    justify-content: center;
}

.car_item.slick-active .car_colors {
    display: flex;
}

.car_colors > span {
    font-size: 20px;
    margin-right: 20px;
}

.car_colors div {
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 5px;
}

.car_colors img {
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    display: block;
    border-radius: 50%;
    transition: all .3s;
}

.car_colors div.active img {
    border: 1px solid #8E8E92;
    padding: 1px;
}

.car_colors div span {
    font-size: 10px;
    position: relative;
    text-align: center;
}

.car_text {
    width: 40%;
    display: none;
}

.car_item.slick-active .car_text {
    display: block;
}

.car_props {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.car_props > a {
    display: block;
    color: #000000;
    padding-left: 50px;
    text-decoration: none;
    font-size: 20px;
}

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

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

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


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

/**********************
    CARS_COMPLECTS
**********************/

.cars_complects_wrap {
    margin-top: 20px;
}

.cars_complects {
    display: none;
}

.cars_complects.active {
    display: block;
}

.cars_complects_title {
    font-size: 24px;
    font-weight: 700;
}

.cars_complects_list {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    column-gap: 10px;
}

.cars_complects_list > div {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 7px;
    border: 1px solid #D3D3D3;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
}

.cars_complects_list > div > b {
    color: #0066b5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
}

.complect_techs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 425px;
}

.complect_techs > div {
    font-size: 14px;
    color: #8e8e92;
    text-align: center;
}

.complect_techs > div b {
    display: block;
    color: #000000;
    font-size: 16px;
    margin-top: 3px;
}

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

/**********************
     CARS_GALLERY
**********************/

.cars_gallery_wrap {
    margin-top: 20px;
}

.cars_gallery {
    display: none;
}

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

.cars_gallery > a {
    display: block;
    border-radius: 7px;
    overflow: hidden;
    width: 24%;
    height: 304px;
}

.cars_gallery > a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 0 50%;
    transition: all .3s;
}

.cars_gallery > a:first-child {
    width: 49.3%;
}

.cars_gallery > a:hover img {
    transform: scale(1.1);
}

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

#instock {
    position: relative;
    margin-top: 100px;
}

.compl_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
}


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

#filter_table .select_container {
    position: relative;
    width: 48%;
    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: 60px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    border-radius: 3px;
    border: 1px solid #D3D3D3;
    color: #d3d3d3;
}

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

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

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

#filter_table select option {
    color: black;
}


.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-bottom: 1px solid #D3D3D3;
}

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

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


.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: 24%;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    justify-content: space-between;
}

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

.car__years {
    position: absolute;
    width: 190px !important;
    height: 63px !important;
    top: -88px;
    right: min(16.39vw, 236px);
    background-image: url(../img/uni_v.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

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

/**********************
      RUN_ROWS
**********************/

.run_rows {
    margin-top: 150px;
}

.run_row {
    display: flex;
    align-items: center;
    background: #ffffff;
    animation: text 60s linear infinite;
    width: 3800px;
    position: relative;
    left: -1110px;
}

.run_row.left {
    animation: text2 60s linear infinite;
    left: 0;
}

.run_row > div {
    display: flex;
    align-items: center;
    font-size: 36px;
    font-weight: 300;
    color: #000000;
    text-transform: uppercase;
    margin-right: 50px;
}

.run_row > div b {
    font-weight: 400;
}

@keyframes text {
    0% {
        left: -1110px;
    }

    100% {
        left: 0;
    }
}

@keyframes text2 {
    0% {
        left: 0;
    }

    100% {
        left: -1110px;
    }
}

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

.tradein {
    margin-top: 150px;
}

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

.tradein_wrap {
    width: 49.3%;
}

.tradein_title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}

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

.tradein_comment a {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

#tradein_form input[type=text],
#tradein_form input[type=tel],
#tradein_form select {
    transition: all .3s;
    cursor: pointer;
}

#tradein_form input[type=text]:hover,
#tradein_form input[type=tel]:hover,
#tradein_form select:hover {
    border: 1px solid #8E8E92;

}

#tradein_form .form-group-wrap {
    display: flex;
    justify-content: space-between;
}

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

#tradein_form .agree_field,
#tradein_form .agree_field a {
    color: #8e8e92;
}

.tradein_img {
    width: 46.2%;
}

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

.credit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #F5F5F5;
    margin-top: 20px;
    border-radius: 3px 3px 3px 115px;
}

.credit_img {
    width: 49.4%;
    border-radius: 3px 3px 3px 115px;
    overflow: hidden;
}

.credit_wrap {
    width: 49.3%;
}

.credit_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}

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

#credit_form input[type=tel] {
    transition: all .3s;
    cursor: pointer;
}

#credit_form input[type=tel]:hover {
    border: 1px solid #8E8E92;

}

#credit_form .agree_field {
    display: block;
    margin-top: 15px;
    color: #8e8e92;
}

#credit_form .agree_field a {
    color: #8e8e92;
}

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

.reviews {
    margin-top: 100px;
}

.reviews_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.reviews_slider {
    padding-bottom: 25px !important;
}

.reviews .swiper-button-prev,
.reviews .swiper-button-next {
    width: 13px !important;
    height: 25px !important;
    top: 59% !important;
    left: -30px;
    background: url("../img/rev_prev.png") 50% no-repeat;
    transition: all .3s;
}

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

.reviews .swiper-button-prev:hover {
    background: url("../img/rev_prev_hov.png") 50% no-repeat;
}

.reviews .swiper-button-next:hover {
    background: url("../img/rev_next_hov.png") 50% no-repeat;
}


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

.review {
    box-sizing: border-box;
    border-radius: 7px;
    background: #F5F5F5;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 15px;
    padding: 20px 80px;
    position: relative;
    width: 700px !important;
    opacity: 0.5;
    transform: scale(0.5) !important;
    min-height: 320px;
    transition: transform .3s;
    cursor: pointer;
}

.review.swiper-slide-active {
    opacity: 1;
    transform: scale(1) !important;
}

.review.swiper-slide-prev {
    transform-origin: 100% 50%;
}

.review.swiper-slide-next {
    transform-origin: 0 50%;
}

.rev_name {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.review.swiper-slide-active:after {
    content: url("../img/quotes.png");
    position: absolute;
    bottom: -27px;
    right: 27px;
}

.rev_text {
    text-align: center;
    font-size: 14px;
}

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

.contacts {
    margin-top: 130px;
}

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

.cont_wrap {
    width: 49.3%;
    position: relative;
    padding-bottom: 20px;
    border-right: 1px solid #D3D3D3;
    padding-right: 10px;
}

.cont_title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 35px;
}

.bot_addr {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}

.bot_addr span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    border-radius: 7px;
    border: 1px solid #030304;
    padding: 2px 5px;
    margin-bottom: 10px;
}

.bot_phone {
    display: block;
    color: #030304;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 40px;
    text-decoration: none;
}

.bot_phone span {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    border-radius: 7px;
    border: 1px solid #030304;
    padding: 2px 5px;
    margin-bottom: 10px;
}

.cont_quest {
    font-size: 24px;
    margin-bottom: 20px;
}

#map1 {
    box-sizing: border-box;
    width: 49.3%;
    height: 407px;
    background: url("../img/map.jpg") 50% no-repeat;
}

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


footer {
    padding: 25px 0;
    background: #D3D3D3;
}

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

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

.foot_links {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

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

.foot_logo_wrap {
    display: flex;
}

.foot_logo {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #8E8E92;
}

.foot_logo_text {
    font-size: 15px;
}

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


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

@media (max-width: 1600px) {
    .container {
        width: 1350px;
        box-sizing: border-box;
    }

    .car__years {
        right: min(13.89vw, 200px);
    }

    .top_addr {
        font-size: 14px;
    }

    .top_phone {
        font-size: 14px;
    }

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

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

    .title_container {
        top: 150px;
    }

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

    .car_item.slick-slide.slick-active {
        max-width: 970px !important;
    }

    /*******************************************************************/
}

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

    header .btn {
        height: 45px;
        width: 250px;
    }

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

    .menu {
        top: 65px;
    }

    .title_container {
        top: 130px;
    }

    .title_container .btn {
        display: none;
    }

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

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

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

    .timer_title {
        color: #000000;
    }

    span[id^=timer-number],
    span[id^=timer-separator],
    span[id^=timer-text] {
        color: #000000 !important;
    }

    #timer_form {
        width: 100%;
    }

    #timer_form .form-group input[type=tel] {
        color: #8e8e92;
    }

    #timer_form .form-group input[type=tel]::placeholder {
        color: #8e8e92;
    }

    #timer_form .agree_field,
    #timer_form .agree_field a {
        color: #8e8e92;
    }

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

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

    .cars_menu a span {
        font-size: 8px;
        width: 60px;
        height: 14px;
    }

    .cars_list {
        max-width: 91%;
        margin: 60px auto 0;
    }

    .car_item.slick-slide.slick-active {
        max-width: unset !important;
    }

    .car_item.slick-active .car_wrap {
        padding-right: 0;
        border-right: none;
    }

    .complect_techs > div:nth-child(2) {
        padding: 0 9%;
    }

    .cars_gallery > a {
        height: 230px;
    }

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

    .compl_techs > div:nth-child(2) {
        padding: 0 9%;
    }

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

    .run_rows {
        margin-top: 70px;
    }

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

    .tradein {
        margin-top: 70px;
    }

    .tradein .container {
        align-items: center;
    }

    .tradein_comment {
        font-size: 16px;
    }

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

    .credit_wrap {
        width: 40%;
    }

    .credit_title {
        font-size: 24px;
    }

    .credit_comment {
        font-size: 16px;
    }

    .credit_img {
        width: 55%;
    }

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

    .review {
        width: 600px !important;
    }

    /*******************************************************************/
}

/*IPAD PRO BEGIN*/

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

    .logo_wrap {
        width: 40%;
    }

    .logo_wrap .logo1 {
        /*width: 30%;*/
        margin-right: 10px;
        padding-right: 10px;
    }

    .logo_dealer {
        font-size: 12px;
    }

    header .btn {
        width: 200px;
    }

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

    .banner {
        margin-top: 60px;
    }

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

    .title_container {
        top: 65px;
    }

    .cars_menu {
        padding-bottom: 20px;
        border: none;
    }

    .cars_menu a {
        /*width: 120px;*/
    }

    .cars_menu a img {
        display: inline-block !important;
    }

    .slick-dots {
        position: absolute;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: center;
        bottom: -10px;
    }

    .slick-dots li {
        /*width: 10px;*/
        height: 5px;
        background: #0066B5;
        border-radius: 3px;
        margin: 0 5px;
        opacity: 0.5;
        width: 30px;
    }

    .slick-dots li.slick-active {
        opacity: 1;
    }

    .slick-dots li button {
        display: none;
    }

    .car_wrap {
        flex-direction: column;
        row-gap: 20px;
    }

    .car_item .car_image {
        width: 100%;
    }

    .car_img {
        display: flex;
        justify-content: center;
    }

    .car_text {
        width: 100%;
    }

    .cars_list .slick-next {
        right: -40px;
    }

    .cars_list .slick-prev {
        left: -40px;
    }

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

    .cars_complects_list > div > b {
        font-size: 18px;
    }

    .cars_complects_list > div {
        padding: 10px;
        row-gap: 10px;
    }

    .complect_techs > div {
        font-size: 10px;
    }

    .complect_techs > div b {
        font-size: 12px;
    }

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

    .cars_gallery > a {
        height: 190px;
    }

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

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

    .tb_complects tr {
        flex-flow: wrap;
        padding-top: 30px;
    }

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

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

    .tb_complects tr td .param1 b {
        font-size: 24px;
    }

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

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

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

    .tradein_img {
        display: none;
    }

    .tradein_wrap {
        width: 100%;
    }

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

    .credit {
        margin-top: 50px;
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .credit_wrap {
        width: 100%;
    }

    .credit_img {
        width: 100%;
    }

    .credit_img img {
        width: 100%;
    }

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

    .reviews {
        margin-top: 50px;
    }

    .reviews_slider {
        width: 90%;
        margin: 0 auto;
    }

    .review {
        width: 100% !important;
    }

    .reviews .swiper-button-prev {
        left: 15px;
    }

    .reviews .swiper-button-next {
        right: 15px;
    }

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

    .contacts {
        margin-top: 50px;
    }

    .contacts .container {
        flex-direction: column;
    }

    .cont_wrap {
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-right: none;
        border-bottom: 1px solid #D3D3D3;
    }

    #map1 {
        width: 100%;
        background-size: cover;
    }

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

    .foot_wrap {
        flex-flow: wrap;
    }

    .foot_logo_wrap {
        margin-top: 20px;
        width: 100%;
    }

    /*******************************************************************/
}

/*IPAD END*/

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

    .car__years {
        right: 0;
        top: -100px;
    }

    .cars_list .slick-list {
        padding-top: 82px !important;
    }

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

    .slick-dots {
        position: absolute;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        display: flex;
        justify-content: center;
        bottom: -10px;
    }

    .slick-dots li {
        /*width: 10px;*/
        height: 5px;
        background: #0066B5;
        border-radius: 3px;
        margin: 0 5px;
        opacity: 0.5;
        width: 30px;
    }

    .slick-dots li.slick-active {
        opacity: 1;
    }

    .slick-dots li button {
        display: none;
    }

    .slick-slide img {
        display: inline-block;
    }

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

    header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 21px;
        top: 10px;
        right: 15px;
        z-index: 5;
    }

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

    header .m_btn span:nth-child(1) {
        top: 0;
    }

    header .m_btn span:nth-child(2) {
        top: calc(50% - 1px);
        opacity: 1;
    }

    header .m_btn span:nth-child(3) {
        bottom: 0;
    }

    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: block;
        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;
    }

    .menu .container {
        flex-direction: column;
    }

    .menu a {
        padding: 10px 0;
    }

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

    header {}

    header .container {
        flex-flow: wrap;
    }

    .logo_wrap {
        width: 85%;
    }

    .logo_wrap .logo1 {
        width: 40%;
        margin-right: 10px;
        padding-right: 10px;
        border-right: 1px solid #E6E6E6;
    }

    .logo_wrap .logo1:after {
        display: none;
    }

    .logo_dealer {
        font-size: 3vw;
    }

    .top_addr {
        display: none;
    }

    .top_phone {
        margin-top: 5px;
        width: 100%;
        text-align: center;
    }

    .top_phone span {
        display: none;
    }

    header .btn {
        display: none;
    }

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

    .banner picture img {
        width: 100%;
        top: 0;
        display: none;
    }
    .banner .swiper-wrapper {
        transition: all 0.4s linear;
    }
    .banner_item.slide1 {
        background: url(../img/bg1_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
        height: 100vw;
    }
    .banner_item.slide2 {
        background: url(../img/bg2_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
        height: 100vw;
    }

    .slide2 .title_container {
        top: 16vw;
    }
    .slide2 .title_container .title1 {
        font-size: 5vw;
    }
    .title_container .btn {
        display: none;
    }

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

    .title_container {
        top: 14vw;
    }

    .title_container .title1 {
        font-size: 4vw;
        line-height: 150%;
    }
    .title_container .title2 {
        font-size: 4.2vw;
    }

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

    .title_container .title1 nobr {
        font-size: 7vw;
        line-height: 100%;
    }

    .title_container .title2 .br_mob {
        display: block;
    }

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

    .timer_block {
        position: relative;
        margin-top: 50px;
    }

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

    .timer_title {
        color: #000000;
        font-size: 5vw;
        text-align: center;
        margin-bottom: 0;
    }

    div[id^=timer] {
        white-space: nowrap;
        transform: scale(0.65) !important;
    }

    span[id^=timer-number],
    span[id^=timer-separator],
    span[id^=timer-text] {
        color: #000000 !important;
    }

    #timer_form {
        width: 100%;
    }

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

    #timer_form .form-group input[type=tel] {
        color: #8e8e92;
    }

    #timer_form .form-group input[type=tel]::placeholder {
        color: #8e8e92;
    }

    #timer_form .agree_field,
    #timer_form .agree_field a {
        color: #8e8e92;
    }

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

    .cars_items_title {
        font-size: 6vw;
        text-align: center;
    }

    .cars_menu {
        border: none;
        padding-bottom: 20px;
    }

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

    .cars_menu a span {
        margin: 0 auto 3px;
    }

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

    .cars_list {
        margin-top: 60px;
        width: 99.9%;
    }

    .car_item.slick-slide.slick-active {
        max-width: unset !important;
    }

    .car_item.slick-active .car_wrap {
        padding-right: 0;
        border: none;
    }

    .cars_list .slick-prev, .cars_list .slick-next {
        width: 30px !important;
        height: 30px !important;
        background-size: 100% !important;
        top: 40%;
        z-index: 1;
    }

    .cars_list .slick-prev {
        left: 0;
    }

    .cars_list .slick-next {
        right: 0;
    }

    .car_title {
        font-size: 8vw;
    }

    .car_card_sm {
        display: none !important;
    }

    .car_wrap {
        flex-direction: column;
        row-gap: 20px;
    }

    .car_item .car_image {
        width: 100%;
    }

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

    .car_colors div span {
        font-size: 2vw;
        display: none;
    }

    .car_text {
        width: 100%;
    }

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

    .cars_complects_wrap {
        padding-bottom: 15px;
    }

    .cars_complects_title {
        font-size: 5vw;
    }

    .cars_complects_list {
        flex-direction: column;
        row-gap: 10px;
    }

    .cars_complects_list > div {
        padding: 0;
        border: none;
    }

    .cars_complects_list .slick-slide {
        padding: 20px;
        box-sizing: border-box;
        border-radius: 7px;
        border: 1px solid #D3D3D3;
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        margin-right: 1px;
    }

    .cars_complects_list .slick-slide > b {
        color: #0066b5;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
    }

    .cars_complects_list .slick-dots {
        bottom: -20px;
    }

    .complect_techs > div:nth-child(2) {
        padding: 0 10%;
    }

    .cars_gallery > a {
        height: 100px;
    }

    .cars_gallery > a img {
        object-position: 50%;
    }

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

    #instock {
        margin-top: 60px;
    }

    .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 {
        flex-direction: column;
        row-gap: 20px;
        padding: 25px 0;
    }

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

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

    .tb_complects tr td .param1 {
        margin-bottom: 15px;
    }

    .tb_complects tr td .param1 b {
        font-size: 5vw;
    }

    .tb_complects tr td .param1 span {
        font-size: 10px;
    }

    .compl_techs > div:nth-child(2) {
        padding: 0 12%;
    }

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

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

    .run_rows {
        margin-top: 50px;
    }

    .run_row > div {
        font-size: 5vw;
    }

    .run_row > div {
        margin-right: 25px;
    }

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

    .tradein {
        margin-top: 50px;
    }

    .tradein .container {
        flex-direction: column-reverse;
        row-gap: 20px;
    }

    .tradein_img {
        width: 100%;
    }

    .tradein_wrap {
        width: 100%;
    }

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

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

    .tradein_comment br {
        display: none;
    }

    .tradein_comment a {
        white-space: nowrap;
    }

    #tradein_form .form-group-wrap  {
        flex-flow: wrap;
    }

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

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

    .credit {
        flex-direction: column-reverse;
        row-gap: 20px;
        padding: 15px;
        border-radius: 3px 3px 3px 60px;
    }

    .credit_wrap {
        width: 100%;
    }

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

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

    .credit_img {
        width: 100%;
        border-radius: 3px 3px 3px 60px;
    }

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

    .reviews {
        margin-top: 50px;
    }

    .reviews_title {
        font-size: 7vw;
        margin-bottom: 30px;
    }

    .reviews_slider {
        width: 93%;
        margin: 0 auto;
    }

    .review {
        width: 100% !important;
        padding: 30px 15px;
        min-height: auto;
    }

    .review.swiper-slide-active:after {
        transform: scale(0.6);
        right: 0;
    }

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

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

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

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

    .contacts .container {
        flex-direction: column;
    }

    .cont_wrap {
        width: 100%;
        padding-right: 0;
        border-right: none;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #D3D3D3;
    }

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

    .bot_phone {
        margin-bottom: 20px;
    }

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

    #map1 {
        width: 100%;
        height: 350px;
    }

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

    .foot_wrap {
        flex-direction: column;
        row-gap: 15px;
    }

    .foot_logo_wrap {
        order: 1;
        align-items: center;
    }

    .foot_logo {
        margin-right: 10px;
        padding-right: 10px;
    }

    .foot_logo_text {
        font-size: 3vw;
    }

    .yurinfo {
        order: 2;
        width: 100%;
    }

    .foot_links {
        order: 3;
        align-items: center;
        row-gap: 10px;
    }


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

}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 560px) {
    .banner {
        margin-top: 58px;
    }
    .slide2 .title_container {
        top: 20vw;
    }
    .slide2 .title_container .title1 {
        font-size: 7vw;
    }
}

@media (max-width: 360px) {
    .complect_techs > div:nth-child(2),
    .compl_techs > div:nth-child(2) {
        padding: 0 6%;
    }
}

@media (max-width: 320px) {

}