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

html {
    overflow-x: hidden;
}

body {
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    color: #303C48;
    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 {
    color: inherit;
    text-decoration: none;
}

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

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


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

@media (min-width: 1200px) {
    .container {
        width: 1450px;
        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: 14px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'OpenSans', sans-serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 5px;
    border: 1px solid #303C48;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.svg) 95% 50% no-repeat transparent;
    font-family: 'OpenSans', sans-serif;
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'OpenSans', 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: #0B71BB;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
    position: relative;
    border-radius: 5px;
}

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

.btn.dark {
    background: #303C48;
}

.btn.glass {
    background: transparent;
    color: #303c48;
    border: 1px solid #303C48;
}

.btn.glass:hover {
    color: #231f20;
    border-color: #231F20;
}

.btn:before {
    content: '';
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background: #0A3E7A;
    border-radius: 5px;
    transition: all .5s;
    opacity: 0;
}

.btn:hover:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.btn.dark:before {
    background: #231F20;
}

.btn.glass:before {
    background: rgba(48, 60, 72, 0.2);
}

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

header {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    background: #ffffff;
    transition: all .4s ease-out;
    z-index: 15;
}

header.show {
    top: 0;
}

.head_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #E6E7E8;
    padding: 15px 0;
}

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

.logo_wrap .logo1 {}

.logo_wrap .logo_text {
    color: #939393;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #E6E7E8;
}

.logo_wrap .logo_text b {
    display: block;
    color: #000000;
}

.top_addr {
    padding-left: 54px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.top_addr b {
    display: block;
}

.top_phone {
    padding-left: 54px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.top_phone b {
    display: block;
}

.menu_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.menu {
    display: flex;
    gap: 0 50px;
}

.menu a {
    position: relative;
}

.menu a span {
    text-decoration: none;
    display: block;
    padding: 5px 0;
    position: relative;
    z-index: 1;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #0B71BB, #0B71BB 50%, #231F20 50%);
    background-size: 200% 100%;
    background-position: -100%;
    transition: all .4s ease-out;
}

.menu a span::before {
    display: block;
    content: '';
    width: 0;
    height: 3px;
    bottom: -3px;
    left: 0;
    z-index: 0;
    position: absolute;
    background: #0B71BB;
    transition: all .4s ease-out;
}

.menu a span:hover {
    background-position: 0%;
}

.menu a span:hover::before {
    width: 100%;
}

.menu_wrap .btn {
    width: 220px;
}

header .m_btn {
    display: none;
}


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

.banner {
    margin-top: 146px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.banner__prop {
    position: absolute;
    /*left: calc(50% - 222px);
    */bottom: 35px;
    /*width: 100%;
    *//*max-width: 444px;
    */color: #0b71bb;
    font-size: 40px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 25px 18px 92px;
    background: #fff;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.banner__prop span {}
.banner__prop:before {
    content: "";
    display: block;
    width: 1.8em;
    height: 1.8em;
    background: url(../img/ico__banner1.svg) 50% no-repeat #303c48;
    background-size: 55%;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    position: absolute;
    top: 9%;
    left: 1.8%;
}
.banner__prop1 {}

.banner__prop:hover {
    color: #303c48;
}
.banner__prop:hover:before {
    background-color: #0b71bb;
}

.title_container {
    font-family:"NeoSansPro", sans-serif;
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    color: #ffffff;
}

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

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

.title_container .title_profit {
    margin-top: 10px;
    display: block;
    color: #303c48;
    font-size: 64px;
    padding: 10px 25px;
    transform: rotate(-1.153deg);
    border-radius: 5px;
    background: #ffffff;
    font-weight: 700;
    line-height: 1;
}

.title_container .title3 {
    margin-top: -8px;
    display: block;
    transform: rotate(-0.093deg);
    padding: 8px 30px;
    font-size: 40px;
    border-radius: 5px;
    background: #0B71BB;
}

.timer_block {
    background: #303C48;
    padding: 50px 0;
}

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

.timer_block .timer_title {
    font-family:"NeoSansPro", sans-serif;
    font-size: 32px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

span[id^=timer-number] {
    font-family:"NeoSansPro";
    font-weight: 700;
}

span[id^=timer-text] {
    font-family:"NeoSansPro";
}

#timer_form {
    width: 460px;
    max-width: 100%;
}

#timer_form input[type=tel] {
    border-color: #ffffff;
    color: #ffffff;
}

#timer_form input[type=tel]::placeholder {
    color: #ffffff;
}

#timer_form .agree_field {
    color: #e6e7e8;
}

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

.cars_items {
    margin-top: 70px;
}

.blocks_title {
    font-family: "NeoSansPro";
    display: flex;
    justify-content: center;
    font-size: 50px;
}

.blocks_title span {
    display: block;
    border-bottom: 2px solid #303C48;
    padding-bottom: 10px;
    line-height: 1;
}

.cars_menu {
    display: flex;
    justify-content: center;
    gap: 0 20px;
    margin-top: 40px;
    margin-bottom: 70px;
}

.cars_menu a {
    font-family: "NeoSansPro";
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    height: 90px;
    padding: 0 20px 0 100px;
    border-radius: 10px;
    text-transform: uppercase;
    transition: all .4s ease-out;
}

.cars_menu a.num1 {
    background: url("../img/num1.svg") 20px 50% no-repeat #E6E7E8;
}

.cars_menu a.num2 {
    background: url("../img/num2.svg") 20px 50% no-repeat #E6E7E8;
}

.cars_menu a:hover {
    background-color: #0B71BB;
}

.car_item {
    margin-bottom: 110px;
    background: url("../img/car_bg.svg") 0 0 no-repeat #E6E7E8;
    padding: 30px 0 40px;
}

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

.car_image_wrap {
    width: 44%;
    position: relative;
}

.car_name {
    display: inline-block;
    font-family:"NeoSansPro";
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    border-bottom: 2px solid #303C48;
    padding-bottom: 10px;
}

.car_comment {
    color: #656263;
    margin-top: 10px;
}

.car_offer {
    position: absolute;
    top: 160px;
    right: 0;
    padding: 23px 15px;
    background: #0B71BB;
    border-radius: 10px;
    color: #ffffff;
    font-family:"NeoSansPro";
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.car_image {
    position: absolute;
    width: 138%;
    left: -16%;
    bottom: 10px;
}

.car_colors {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0 28px;
    margin-top: -30px;
}

.car_colors > div {
    width: 6px;
    height: 6px;
    position: relative;
    border-radius: 50%;
    cursor: pointer;
}

.car_colors > div:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: -7px;
    left: -7px;
    width: 20px;
    height: 20px;
    border: 1px solid #231F20;
    border-radius: 50%;
    transition: all .4s ease-out;
    opacity: 0;
}

.car_colors > div.active:before {
    opacity: 1;
}

.car_text {
    width: 50%;
}

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

.car_props > a {
    width: 48.8%;
    display: flex;
    align-items: center;
    min-height: 90px;
    border-radius: 10px;
    border: 1px solid #303C48;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    font-size: 20px;
    transition: all .4s ease-out;
}

.car_props > a:before {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    border-radius: 50%;
    background: #303C48;
    transition: all .4s ease-out;
}

.car_props > a:hover:before {
    transform: scale(21);
}

.car_props > a span {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    padding-left: 54px;
    min-height: 35px;
    transition: all .4s ease-out;
}

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

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

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

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

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

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

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

.car_props > a.ico4:hover span {
    background: url("../img/car_ico4_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico5 span {
    background: url("../img/car_ico5.svg") 0 50% no-repeat;
}

.car_props > a.ico5:hover span {
    background: url("../img/car_ico5_hov.svg") 0 50% no-repeat;
}

.car_props > a.ico6 span {
    background: url("../img/car_ico6.svg") 0 50% no-repeat;
}

.car_props > a.ico6:hover span {
    background: url("../img/car_ico6_hov.svg") 0 50% no-repeat;
}

.car_props > a:hover {
    color: #ffffff;
}

.car_gallery_wrap {
    margin-top: 40px;
    position: relative;
    height: 230px;
}

.car_gallery {
    width: 88%;
    height: 100%;
    padding-bottom: 40px !important;
}

.car_gallery .swiper-wrapper {
    align-items: center;
}

.car_gallery .swiper-slide {
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    height: 126px;
    transition: all .4s ease-out;
    opacity: .5;
}

.car_gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.car_gallery .swiper-slide-active {
    transform: scale(1.5) !important;
    z-index: 2;
    opacity: 1;
}

.car_gallery_wrap .swiper-button-prev,
.car_gallery_wrap .swiper-button-next {
    top: 47%;
    width: 28px;
    height: 28px;
    background: url("../img/car_prev.svg") 50% no-repeat;
    left: 0;
}

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

.car_gallery_wrap .swiper-button-prev:after,
.car_gallery_wrap .swiper-button-next:after {
    display: none !important;
}

.car_gallery .swiper-pagination {
    bottom: 6px !important;
    min-height: 12px;
    align-items: center;
}

.car_gallery .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: #303C48;
    border-radius: 50%;
    margin: 0 5px !important;
    opacity: 1;
    position: relative;
}

.car_gallery .swiper-pagination-bullet:before {
    content: '';
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 12px;
    height: 12px;
    border: 1px solid #303C48;
    border-radius: 50%;
    transition: all .4s ease-out;
    opacity: 0;
}

.car_gallery .swiper-pagination-bullet-active:before {
    opacity: 1;
}

.car_btns {
    margin-top: 45px;
    display: flex;
    justify-content: space-between;
}

.car_btns .btn {
    width: 32%;
}

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

#instock {
    margin-top: 100px;
}

.instock_title {
    font-size: 42px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    margin-top: 70px;
}

#filter_table .select_container {
    width: 32.5%;
}

#filter_table select {
    font-family:"OpenSans";
    appearance: none;
    -webkit-appearance: none;
    width: 100%;
    height: 50px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #303C48;
    padding-left: 20px;
    background: url("../img/ico_select.svg") 95% 50% no-repeat;
}

.filter_quick_menu {
    display: none;
}

.filter_quick_menu li {
    display: block;
    width: 113px;
    height: 46px;
    border-radius: 50px;
    border: 1px solid #000;
    cursor: pointer;
    transition: all 0.3s;
}

.filter_quick_menu li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.filter_quick_menu li:hover {
    color: #0b70b7;
    border-color: #0b70b7;
}

.filter_quick_menu li.current {
    background: #0b70b7;
    color: #ffffff;
    border-color: #0b70b7;
}

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

.tb_complects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    flex-flow: wrap;
    gap: 40px 20px;
    margin-top: 40px;
}

.tb_complects > div {
    width: 100%;
    position: relative;
}

.compl_offer {
    font-family:"NeoSansPro";
    border-radius: 10px;
    background: #0B71BB;
    padding: 33px 6px;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 1;
}

.compl_wrap {
    padding: 0 20px 20px;
    position: relative;
}

.compl_wrap:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;
    border-radius: 10px;
    background: #EFF0F0;
}

.compl_name {
    font-size: 20px;
    font-family:"NeoSansPro";
    font-weight: 700;
    text-transform: uppercase;
}

.compl_name span {
    font-family:"OpenSans";
    display: block;
    font-weight: 400;
    color: #0B71BB;
    text-transform: none;
    margin-top: 10px;
}

.compl_image {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 15.2px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    margin-top: 20px;
}

.compl_techs {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 20px;
    margin-top: -30px;
}

.compl_techs > div b {
    display: block;
    font-weight: 700;
    margin-top: 10px;
}

.compl_props {
    border-radius: 10px;
    border: 1px solid #303C48;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-top: 20px;
}

.compl_props > a {
    display: flex;
    align-items: center;
    min-height: 36px;
    padding-left: 44px;
    line-height: 1.4;
}

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

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

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

.tb_complects_showmore {
    font-size: 16px;
    display: block;
    margin-top: 40px;
    text-decoration: underline;
    color: #0b71bb;
}

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

.credit {
    margin-top: 150px;
    padding: 118px 0;
    background: url(../img/credit_bg.jpg) 50% 0 no-repeat;
}
.credit_wrapper {
    max-width: 462px;
    margin-left: 120px;
}
.credit_title {
    font-size: 50px;
    font-weight: 400;
    line-height: 126%;
}

#credit_form {
    margin-top: 25px;
}

#credit_form .form-group {
    margin-bottom: 16px;
    position: relative;
}

.form-group_title {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #757575;
}

#credit_form .form-group input[type=tel],
#credit_form .form-group input[type=text],
#credit_form .form-group select {
    padding: 0;
    border: none;
    border-bottom: 2px solid #303C48;
    border-radius: 0;
}

#credit_form .form-group select {
    background-position: 100% 50%;
}

#credit_form .form-group .irs--flat {
    height: 56px;
}

#credit_form .form-group .irs--flat .irs-line {
    height: 2px;
    background: #ffffff;
}

#credit_form .form-group .irs--flat .irs-bar {
    position: relative;
    height: 2px;
    background: #303C48;
}

#credit_form .form-group .irs--flat .irs-single {
    top: -16px;
    padding: 4px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    background: #FFFFFF;
}

#credit_form .form-group .irs--flat .irs-single:before {
    display: none;
}

#credit_form .form-group .irs--flat .irs-bar {
    top: 23px;
}

#credit_form .form-group .irs--flat .irs-handle {
    cursor: pointer;
    width: 15px;
    height: 15px;
    top: 20px;
    background: #303C48;
    border-radius: 50%;
}

#credit_form .form-group .irs--flat .irs-handle i {
    display: none;
}

#credit_form .form-group .irs-min,
#credit_form .form-group .irs-max {
    top: 36px;
    font-size: 12px;
    color: #000000;
    background: transparent;
    line-height: 100%;
    z-index: 1;
}

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

.tradein {
    position: relative;
}

.tradein_img {
    width: 49.48%;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    height: 542px;
    z-index: 1;
}

.tradein_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-out;
}

.tradein_img:hover img {
    transform: scale(1.05);
}


.tradein_wrap {
    background: url("../img/wrap_bg.jpg") 0 50% no-repeat #E6E7E8;
    background-size: cover;
    padding: 40px 120px;
    width: 700px;
    border-radius: 10px;
    min-height: 542px;
}

.tradein .blocks_title {
    justify-content: flex-start;
}

.tradein_comment {
    margin-top: 20px;
    padding-left: 54px;
    background: url("../img/tradein_ico.svg") 0 50% no-repeat;
}

#tradein_form {
    margin-top: 20px;
}

#tradein_form .agree_field {
    display: block;
}

/**********************
      TEST-DRIVE
**********************/

.test_drive {
    padding: 190px 0 215px;
    background: url("../img/test_drive_bg.jpg") 50% no-repeat;
}

.test_drive > img {
    display: none;
}

.test_drive_wrap {
    width: 460px;
    max-width: 100%;
    margin-left: 120px;
}

.test_drive_title {
    font-family:"NeoSansPro";
    font-size: 50px;
}

#test_drive_form {
    margin-top: 20px;
}

#test_drive_form .form_disc {
    font-size: 14px;
}

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

.contacts_wrap {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 250px;
}

.contacts_img {
    height: 203px;
    width: 100%;
    overflow: hidden;
}

.contacts_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s ease-out;
}

.contacts_img:hover img {
    transform: scale(1.05);
}

.bot_addr {
    padding-left: 54px;
    background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.bot_addr b {
    display: block;
}

.bot_phone {
    padding-left: 54px;
    background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.bot_phone b {
    display: block;
}

.worktime {
    padding-left: 54px;
    background: url("../img/ico_time.svg") 0 50% no-repeat;
}

.worktime b {
    display: block;
}

.map_wrap {
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.map_info {
    width: 33%;
    border-radius: 10px;
    background: #E6E7E8;
    padding: 50px 25px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#cont_form {
    width: 33%;
    border-radius: 10px;
    background: #E6E7E8;
    padding: 20px;
}

.form_comment {
    font-family:"NeoSansPro";
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

#map1 {
    width: 66%;
    border-radius: 10px;
    overflow: hidden;
    background: url("../img/map.jpg") 50% no-repeat;
}

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


footer {
    padding: 40px 0;
    margin-top: 20px;
    background: #303C48;
    color: #E6E7E8;
}

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

.foot_links {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
}

.yurinfo {
    font-size: 14px;
}

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

.foot_logo_wrap .foot_logo_text {
    color: #FFFFFF;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #FFFFFF;
}

.foot_logo_wrap .foot_logo_text b {
    display: block;
}


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


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

@media (max-width: 1600px) {

}

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

    .menu {
        gap: 0 30px
    }

    .top_addr {
        font-size: 14px;
    }

    .top_phone {
        font-size: 14px;
    }

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

    .banner picture img {
        height: 590px;
    }

    .title_container {
        top: 15px;
    }

    .timer_block .container {
        flex-flow: wrap;
        gap: 40px 0;
    }

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

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

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

    .car_props > a {
        font-size: 14px;
        min-height: 70px;
    }

    .car_offer {
        top: 220px;
        transform: scale(0.8);
        transform-origin: 100% 50%;
    }

    .car_colors {
        margin-top: -10px;
    }

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

    .tb_complects {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .credit_wrapper {
        margin-left: 0;
    }

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

    .tradein_wrap {
        padding: 40px;
        width: 49%;
    }

    .tradein_img {
        width: 49%;
    }

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

    .test_drive {
        padding: 80px 0;
    }

    .test_drive_wrap {
        margin-left: 0;
    }

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

    .contacts_wrap {
        padding-right: 0;
    }

}

/*IPAD PRO BEGIN*/

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

    .logo_wrap .logo_text {
        margin-left: 10px;
        padding-left: 10px;
    }

    .top_addr {
        display: none;
    }

    .menu_wrap .btn {
        display: none;
    }

    .menu {
        width: 100%;
        justify-content: space-between;
    }

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

    .banner {
        margin-top: 128px;
    }

    .banner picture img {
        height: 440px;
    }

    .title_container .title1 {
        text-align: center;
        font-size: 42px;
    }

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

    .title_container .title_profit {
        font-size: 48px;
    }

    .title_container .title3 {
        font-size: 30px;
    }

    .timer_block {
        padding: 30px 0;
    }

    .timer_block .container {
        gap: 20px 0;
    }

    .timer_block .timer_title {
        text-align: center;
        width: 100%;
    }

    .timer_block .timer_title br {
        display: none;
    }

    .timer {
        width: 100%;
        display: flex;
        justify-content: center;
    }

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

    .car_wrap {
        flex-direction: column;
        gap: 30px 0;
    }

    .car_image_wrap {
        width: 100%;
    }

    .car_offer {
        top: 0;
    }

    .car_image {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .car_text {
        width: 100%;
    }

    .car_btns {
        margin-top: 20px;
    }

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

    .tb_complects {
        display: flex;
        flex-flow: wrap;
    }

    .tb_complects > div {
        width: 100%;
    }

    .compl_image {
        text-align: center;
    }

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

    .tradein_img {
        position: relative;
        width: 100%;
        border-radius: unset;
    }

    .tradein_wrap {
        width: 100%;
        margin-top: 20px;
        min-height: auto;
    }

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

    .test_drive_wrap {
        width: 350px;
    }

    #test_drive_form .form_disc {
        font-size: 10px;
    }

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

    .contacts_img {
        height: 100px;
    }

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

    .contacts .blocks_title {
        width: 100%;
    }

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

    #cont_form {
        width: 100%;
    }

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

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

    footer {
        padding: 20px 0;
    }

    .foot_wrap {
        flex-flow: wrap;
        gap: 30px 0;
    }

    .foot_logo_wrap {
        order: 1;
    }

    .foot_links {
        order: 2;
    }

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

}

/*IPAD END*/

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

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

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

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

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

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

    .popup_container {
        width: 100%;
    }

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

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

    header .m_btn span {
        position: relative;
        display: block;
        width: 30px;
        height: 3px;
        background: #0B71BB;
        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: 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;
        align-items: center;
        row-gap: 10px;
    }

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


    .head_wrap {
        flex-flow: wrap;
        padding: 10px 0;
        gap: 10px 0;
    }

    .logo_wrap .logo1 {
        width: 40%;
    }

    .logo_wrap .logo_text {
        margin-left: 10px;
        padding-left: 10px;
        font-size: 3.5vw;
    }

    .top_addr {
        display: none;
    }
    
    .top_phone {
        margin: 0 auto;
        background-size: 20px;
        padding-left: 30px;
    }

    .top_phone b {
        display: none;
    }

    .menu_wrap {
        padding: 0;
    }

    .menu_wrap .btn {
        display: none;
    }

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

    .banner {
        margin-top: 0;
    }

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

    .banner__prop {
    padding: 2vw 4vw 2.4vw 14.5vw;
    bottom: 3vw;
    font-size: 6vw;
}
    .banner__prop span {}
    .banner__prop:before {}
    .banner__prop1 {}

    .title_container {
        top: 130px;
    }

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

    .title_container .title2 {
        font-size: 6vw;
    }

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

    .title_container .title3 {
        font-size: 5vw;
        margin-top: -5px;
    }

    .timer_block {
        padding: 30px 0;
        margin-top: 0;
        position: relative;
    }

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

    .timer_block .timer_title {
        text-align: center;
        width: 100%;
        font-size: 6vw;
    }

    .timer_block .timer_title br {
        display: none;
    }

    .timer {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 80px;
        margin-top: 10px;
    }

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

    #timer_form {
        margin-top: 20px;
    }

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

    .blocks_title {
        font-size: 8vw;
    }

    .cars_menu a {
        width: 49%;
        font-size: 5vw;
        padding-left: 80px;
        background-position: 0 50% !important;
        height: 70px;
    }

    .car_item {
        padding: 20px 0;
        margin-bottom: 60px;
    }

    .car_wrap {
        flex-direction: column;
        gap: 30px 0;
    }

    .car_image_wrap {
        width: 100%;
    }

    .car_offer {
        top: 0;
        font-size: 4vw;
    }

    .car_num {
        width: 80px;
    }

    .car_name {
        font-size: 10vw;
    }

    .car_comment {
        font-size: 4vw;
    }

    .car_image {
        position: relative;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .car_colors {
        margin-top: 0;
    }

    .car_text {
        width: 100%;
    }

    .car_props {
        gap: 10px 0;
    }

    .car_props > a {
        /*width: 100%;*/
        font-size: 3.5vw;
        min-height: 60px;
        padding-left: 10px;
    }

    .car_props > a span br {
        display: none;
    }

    .car_props > a span {
        padding-left: 35px;
        background-size: 25px !important;
    }

    .car_props > a span b {
        display: block;
    }

    .car_props > a:nth-child(5),
    .car_props > a:last-child {
        font-size: 3vw;
    }

    .car_gallery_wrap {
        height: 150px;
        margin-top: 20px;
    }

    .car_gallery .swiper-slide {
        height: 70px;
    }

    .car_gallery_wrap .swiper-button-prev,
    .car_gallery_wrap .swiper-button-next {
        top: 42%;
        left: -10px;
    }

    .car_gallery_wrap .swiper-button-next {
        left: unset;
        right: -10px;
    }

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

    .car_btns .btn {
        width: 100%;
    }

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

    #instock {
        margin-top: 30px;
    }

    #filter_table {
        margin-top: 20px;
        flex-direction: column;
        gap: 10px 0;
    }

    #filter_table .select_container {
        width: 100%;
    }

    .tb_complects {
        display: flex;
        flex-flow: wrap;
    }

    .tb_complects > div {
        width: 100%;
    }

    .compl_wrap {
        padding: 0 15px 15px;
    }

    .compl_wrap:before {
        height: 80vw;
    }

    .compl_image {
        text-align: center;
    }

    .compl_techs {
        margin-top: -15px;
    }

    .compl_offer {
        padding: 20px 6px;
    }

    .compl_techs > div {
        font-size: 4vw;
    }

    .compl_techs > div b {
        margin-top: 5px;
    }

    .compl_props {
        padding: 15px;
    }

    .compl_props > a {
        font-size: 3.5vw;
    }

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

    .credit {
        margin-top: 20px;
        padding: 56vw 0 0 0;
        background: url(../img/credit_bg_mob.jpg) 50% 0 no-repeat;
        background-size: 100%;
    }
    .credit_title {
        font-size: 10vw;
        text-align: center;
    }
    .credit_wrapper {
        max-width: initial;
        width: 100%;
        margin-top: 20px;
        margin-left: 0;
    }

    #credit_form .form-group .irs--flat .irs-line {
        background: #ededed;
    }

    /*******************************************************************/
    .tradein {
        margin-top: 20px;
    }

    .tradein_img {
        position: relative;
        width: 100%;
        border-radius: unset;
        height: auto;
    }

    .tradein_wrap {
        width: 100%;
        margin-top: 20px;
        min-height: auto;
        padding: 20px 15px;
    }

    .tradein_comment {
        font-size: 3vw;
    }

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

    .test_drive {
        background: none;
        padding: 0;
        margin-top: 20px;
    }

    .test_drive > img {
        display: block;
    }

    .test_drive_wrap {
        width: 100%;
        margin-left: 0;
        padding: 30px 0;
    }

    .test_drive_title {
        text-align: center;
        font-size: 10vw;
    }

    #test_drive_form .form_disc {
        font-size: 10px;
    }

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

    .contacts_img {
       display: none;
    }

    .contacts_wrap {
        margin-top: 50px;
        flex-flow: wrap;
        gap: 30px 0;
        padding-right: 0;
    }

    .contacts .blocks_title {
        width: 100%;
    }

    .map_wrap {
        flex-direction: column;
        gap: 20px 0;
        margin-top: 40px;
    }

    .map_info {
        width: 100%;
        padding: 20px;
    }

    #cont_form {
        width: 100%;
    }

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

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

    footer {
        padding: 20px 0;
    }

    .foot_wrap {
        flex-flow: wrap;
        gap: 20px 0;
    }

    .foot_logo_wrap {
        order: 1;
    }

    .foot_links {
        order: 2;
    }

    .yurinfo {
        order: 3;
        width: 100%;
        font-size: 3vw;
    }

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

    .foot_logo_wrap .foot_logo1 {
        width: 40%;
    }

    .foot_logo_wrap .foot_logo_text {
        margin-left: 10px;
        padding-left: 10px;
        font-size: 3.5vw;
    }

}

/*MOBILE END*/

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

}

@media (max-width: 360px) {

}

@media (max-width: 320px) {

}