html {
    overflow-x: hidden;
}

body {
    font-family: "OPENSANS", sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
    background: url("../img/bg1.jpg?v=2") 50% 0 no-repeat;
}

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

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

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

.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

.t_black {
    color: black !important;
}

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

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

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 100% 50% no-repeat;
    font-family: "OPENSANS", Arial, sans-serif;
    outline: none;
}

a {
    text-decoration: none;
}

.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: 1170px;
        max-width: 100%;
    }
}


input[type=text],
input[type=tel],
input[type=email] {
    color: #939393;
    font-family: "OPENSANS", Arial, sans-serif;
}

.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_credit,
#form_popup_atlas_pro,
#form_popup_offer,
#form_popup {
    display: none;
}

.cred_popup_list {
    text-align: left;
    font-size: 20px;
    font-weight: 700;
}

.cred_popup_list .item {
    padding-left: 25px;
    margin-bottom: 10px;
    position: relative;
}

.cred_popup_list .item sup {
    font-size: 12px;
}

.cred_popup_list .item:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #002D96;
    position: absolute;
    top: 9px;
    left: 0;
    border-radius: 50%;
}

.cred_popup_list .item span {
    color: #002D96;
}

.cred_popup_list br {
    display: none;
}

.cred_popup_phone {
    padding-top: 12px;
    padding-bottom: 25px;
}

.cred_popup_phone span {
    font-size: 14px;
}

.cred_popup_phone .top_phone {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 5px;
}


.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    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: 24px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
}

.popup_container h2 sup {
    font-size: 14px;
}


.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 .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: black;
    display: block;
    height: 50px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: white;
    border: 1px solid #cbd5dc;
    padding: 10px;
}

.popup_container .form-group ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
}

.popup_container .form-group ::-moz-placeholder { /* Firefox 19+ */
    color: black;
}

.popup_container .form-group :-ms-input-placeholder { /* IE 10+ */
    color: black;
}

.popup_container .form-group :-moz-placeholder { /* Firefox 18- */
    color: black;
}

.popup_container .form-group textarea {
    color: black;
    display: block;
    height: 100px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: none;
    border: 1px solid #c0c6c9;
    padding: 10px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    color: black;
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #cbd5dc;
}

.popup_container .form-group button {
    cursor: pointer;
    height: 38px;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
}

.popup_offer_title {
    font-size: 30px !important;
    color: #002D96 !important;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    padding-bottom: 10px !important;
}

.popup_offer_title img {
    width: 100px;
    margin-right: 10px;
}

.popup_offer_text {
    text-align: left;
    font-size: 20px;
}

.popup_offer_text span {
    margin-top: 20px;
    display: block;
}

.popup_offer_comment {
    margin-top: 20px;
    font-weight: 700;
    color: #002D96;
    font-size: 20px;
}


.alert.fancybox-content {
    overflow: hidden;
}

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

.agree_field {
    font-size: 11px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 17px;
    top: 0px;
    font-weight: 400;
}

.agree_field a {
    color: black;
    text-decoration: underline;
}

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

.agree_field input + font {
    position: absolute;
    top: -1px;
    left: 0;
    width: 13px;
    height: 13px;
    border: 1px solid #343434;
}

.agree_field.white input + font {
    /* border: 1px solid #ffffff; */
}

.agree_field input:checked + font {
    background: url(../img/input_checked.png) center no-repeat;
    /* pointer-events: none; */
}

.agree_field.white input:checked + font {
    /* background: url(../img/input_checked_wt.png) center no-repeat; */
    /* pointer-events: none; */
}


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

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    height: 50px;
    width: 100%;
    color: black;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    text-align: left;
    border: 1px solid #cbd5dc;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 0px;
}

select {
    font-family: 'OPENSANS';
    display: block;
    color: black;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: url(../img/ico_select.png) right 20px center no-repeat;
    border: 1px solid #cbd5dc;
}

form .form-group button {
    width: 100%;
    height: 50px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    outline: none;
}

form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
}

form ::-moz-placeholder { /* Firefox 19+ */
    color: black;
}

form :-ms-input-placeholder { /* IE 10+ */
    color: black;
}

form :-moz-placeholder { /* Firefox 18- */
    color: black;
}

.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;
    white-space: nowrap;
    color: #002D96;
}


.btn {
    box-sizing: border-box;
    background: #002D96;
    color: white !important;
    text-align: center;
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    text-decoration: none;
    font-family: "OPENSANS", Arial, sans-serif;
    transition: all .3s;
}

.btn:hover {
    background: #065884;
}

.btn.dark {
    background: #343434;
}

.btn.dark:hover {
    background: #000000;
}


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

header {
    background: #ffffff;
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

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

.logo_wrap {
    display: flex;
}

.logo1 {
    margin-right: 30px;
}

.logo1 span {
    display: block;
    font-size: 10px;
    color: #9d9d9d;
    margin-top: 3px;
}

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

.top_phone {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    padding-left: 17px;
    background: url("../img/ico_phone_top.png") 0 50% no-repeat;
}

.top_addr {
    margin-top: 10px;
    font-size: 12px;
    font-weight: 400;
    padding-left: 17px;
    background: url("../img/ico_loc_top.png") 0 50% no-repeat;
}

header .btn {
    width: 216px;
    height: 46px;
    font-size: 14px;
    margin-left: 45px;
}

header .m_btn {
    display: none;
}

.menu {
    background: #f1f1f1;
    position: fixed;
    top: 76px;
    left: 0;
    z-index: 5;
    right: 0;
}

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

.menu_left {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.menu_right {
    display: flex;
    justify-content: space-between;
    width: 32%;
}


.menu a {
    box-sizing: border-box;
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #343434;
    text-transform: uppercase;
    font-weight: 700;
    padding: 16px 0;
    transition: all .3s;
}

.menu a:hover {
    font-weight: 700;
    color: #002D96;
}

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

.title_container {
    padding-top: 155px;
    position: relative;
}

.title_container .credit_pl {
    position: absolute;
    top: 160px;
    right: 55px;
    z-index: 1;
}

.title_container .credit_pl sup {
    position: absolute;
    top: -15px;
    right: 15px;
    color: #002D96;
    font-weight: 700;
    font-size: 30px;
}

.title1 {
    color: #343434;
    font-size: 42px;
    font-weight: 700;
    display: inline-block;
    padding: 20px 30px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(10px);
}

.title1 b {
    font-weight: 400;
}

.title1 span {
    color: #002D96;
    font-weight: 700;
}

.title1 font {
    text-transform: uppercase;
}

.title_comment {
    margin-top: 10px;
    font-size: 23px;
    /* font-weight: 500; */
    color: #ffffff;
    background: #002D96;
    padding: 12px 20px 12px 110px;
    border-radius: 50px 50px 0 50px;
    position: relative;
    width: 80%;
}

.title_comment:before {
    content: url(../img/banner_sale.png);
    position: absolute;
    top: -7px;
    left: 25px;
}

.title_comment:after {
    content: url(../img/banner-sale2.png);
    position: absolute;
    top: -7px;
    right: 20px;
}

.title_comment span {
    /* color: #002D96; */
    text-transform: uppercase;
}

.title_comment .mob_text {
    display: none;
}

.arrows {
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 5px;

}

.arrows .arrow {
    background: url("../img/arrow.png") 0 0 no-repeat;
    display: block;
    width: 15px;
    height: 25px;
    float: left;
    transition: all 0.4s;
}

.arrows.step1 .arrow {
    background: url("../img/arrow_a.png") 0 0 no-repeat;
}

.arrows.step1 .arrow + div {
    background: url("../img/arrow.png") 0 0 no-repeat;
}

.arrows.step1 .arrow + div + div {
    background: url("../img/arrow.png") 0 0 no-repeat;
}

.arrows.step2 .arrow {
    background: url("../img/arrow.png") 0 0 no-repeat;
}

.arrows.step2 .arrow + div {
    background: url("../img/arrow_a.png") 0 0 no-repeat;
}

.arrows.step2 .arrow + div + div {
    background: url("../img/arrow.png") 0 0 no-repeat;
}

.arrows.step2 .arrow + div + div + div {
    background: url("../img/arrow.png") 0 0 no-repeat;
}

.arrows.step3 .arrow {
    background: url("../img/arrow.png") 0 0 no-repeat;
}

.arrows.step3 .arrow + div {
    background: url("../img/arrow.png") 0 0 no-repeat;
}

.arrows.step3 .arrow + div + div {
    background: url("../img/arrow_a.png") 0 0 no-repeat;
}

.title_props {
    margin-top: 398px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.title_props a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    padding: 10px 0 5px 70px;
}

.title_props a sup {
    font-size: 10px;
}

.title_props a:first-child {
    background: url("../img/title_ico1.png") 0 50% no-repeat;
}

.title_props a:nth-child(2) {
    background: url("../img/title_ico2.png") 0 50% no-repeat;
}

.title_props a:nth-child(3) {
    background: url("../img/title_ico3.png") 0 50% no-repeat;
}

.title_props a span {
    color: #002D96;
}
.title_props2 {
    position: absolute;
    right: 0;
    top: 156px;
    width: 166px;
}
.timer_block {
    background: #f0f0f0;
    padding: 25px 0 20px;
    margin-top: 25px;
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
}

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

.timer_wrap {
    /* display: flex; */
}

div[id^='timer'] {
    text-align: left !important;
}

span[id^='timer'] {
    text-align: center !important;
}

.timer_title {
    font-size: 36px;
    font-weight: 400;
    /* text-transform: uppercase; */
    color: #343434;
    margin-right: 15px;
    padding-top: 5px;
}

.timer span[id^="timer"] {
    color: #343434 !important;
}

#form1 {
    /* display: flex;
    flex-flow: wrap;
    justify-content: space-between; */
    width: 100%;
    max-width: 460px;
}

#form1 .form-group {
    /* width: 49%; */
}

#form1 input[type=tel] {
    background: #ffffff;
    border: 1px solid #7c7c7c;
    height: 55px;
    /* border-radius: 0 15px 0 0; */
}

#form1 .btn {
    height: 55px;
    font-weight: 700;
}

#form1 .agree_field,
#form1 .agree_field a {
    color: #343434;
}

#form1 .agree_field {
    margin-left: auto;
    margin-right: 65px;
}


#form1 .form-group_wrapper {
}

#form1 .form-group {
}

/********************************************************************
                             CARS_ITEMS
********************************************************************/

.cars_items {
    /* margin-top: 60px; */
}

.car_item {
    padding-top: 70px;
    padding-bottom: 20px;
}

.car_item#cityray {
    background: url("../img/monjaro_bg.jpg") 0 100% no-repeat;
}

.car_item#preface {
    background: url("../img/atlas_pro_bg.jpg") 0 100% no-repeat;
}

.car_item#preface {
    background: url("../img/atlas_pro_bg.jpg") 0 100% no-repeat;
}

.car_item#atlas_new {
    background: url("../img/atlas_new_bg.jpg") 0 100% no-repeat;
}

.car_item#tugella {
    background: url("../img/tugella_bg.jpg") 0 100% no-repeat;
}

.car_item#atlas {
    background: url("../img/atlas_bg.jpg") 0 100% no-repeat;
}

.car_item#atlas_pro {
    background: url("../img/atlas_pro_bg.jpg") 0 100% no-repeat;
}

.car_item#coolray {
    background: url("../img/coolray_bg.jpg") 0 100% no-repeat;
}

.car_item#monjaro {
    background: url("../img/monjaro_bg.jpg") 0 100% no-repeat;
}

.car_item#belgee_x50 {
    background: url("../img/belgee_x50_bg.jpg") 0 100% no-repeat;
}

.car_item#belgee_x70 {
    background: url(../img/belgee_x70_bg.jpg) 50% 0% no-repeat;
    background-size: auto 100%;
}

.car_item#coolray_a3 {
    background: url("../img/coolray_a3_bg.jpg") 0 100% no-repeat;
}

.car_item#okavango {
    background: url("../img/okavango_bg.jpg") 0 100% no-repeat;
}

.car_item#emgrand {
    background: url("../img/emgrand_bg.jpg") 0 100% no-repeat;
}


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

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

.car_image > img {
    margin-left: -15px;
}

#preface .car_image > img {
    margin-left: -6%;
    width: 126%;
    max-width: initial;
}

#belgee_x70 .car_image > img {
    margin-left: -14%;
    width: 120%;
    max-width: initial;
    transform: translateY(17%);
}

#okavango .car_image > img {
    margin-left: -30%;
    width: 132%;
    max-width: initial;
    transform: translateY(4%);
}

.car_name {
    position: relative;
    margin-bottom: 30px;
    width: fit-content;
    font-size: 48px;
    font-weight: 700;
    color: #BDBDBD;
    line-height: 120%;
}

.car_new {
    position: absolute;
    left: 107%;
    bottom: 16px;
    width: 108px;
    height: 48px;
    background: url(../img/car_new.png) no-repeat;
}

.car_name img {
    margin-left: -5px;
}

.car_name span {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 60px;
    color: #002D96;
}

.pl_stock {
    position: absolute;
    top: 0;
    right: 0;
}

.pl_stock span {
    position: absolute;
    top: -2px;
    right: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    transform: skewX(-14deg);
    background: #002D96;
    width: 55px;
    transition: all .3s;
}

.pl_stock span b {
    display: block;
    font-size: 35px;
    color: #ffffff;
    transform: skewX(14deg);
}

.pl_stock:hover span {
    background: #ffffff;
}

.pl_stock:hover span b {
    color: #002D96;
}

.pl_car_choose {
    position: absolute;
    top: -10px;
    right: 50px;
    color: #fff;
    background: url(../img/choose.png) 15px 50% no-repeat #343434;
    padding: 5px 25px 8px 60px;
    border-radius: 25px 25px 25px 0;
}

.pl_car_choose span {


}

.pl_car_choose span b {
    display: block;
    /* color: #002D96; */

}

.pl_car_choose:hover span b {
    /* color: #002D96; */
}

.to_gift {
    position: absolute;
    top: 70px;
    right: 10px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    color: #343434;
}

.to_gift sup {
    font-size: 14px;
    position: relative;
    left: 10px;
}

.to_gift span {
    text-transform: none;
    position: relative;
    color: #fff;
    /* font-weight: 700; */
    z-index: 1;
}

.to_gift span:before {
    content: "";
    display: block;
    width: 135px;
    height: 35px;
    background: #002D96;
    transform: skewX(-10deg);
    position: absolute;
    top: -2px;
    left: -5px;
    z-index: -1;
}


.car_text {
    width: 50%;
    /* margin-right: 90px; */
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 40px;
}

.car_profit {
    font-size: 36px;
    /* font-weight: 700; */
    text-decoration: none;
    color: #343434;
    display: block;
    margin-bottom: 10px;
}

.car_profit b {
    display: inline-block;
    position: relative;
    color: #002D96;
}

.car_profit span {
    position: relative;
    z-index: 1;
    /* color: #002D96; */
}

.car_price {
    font-size: 25px;
    /* font-weight: 700; */
    text-decoration: none;
    color: #343434;
    display: block;
    margin-bottom: 10px;
    padding-left: 50px;
    background: url(../img/car_price_ico.png) 0 55% no-repeat;
}

.car_price b {
    display: inline-block;
    position: relative;
    font-size: 33px;
    font-weight: 700;
}

.car_price span {
    position: relative;
    z-index: 1;
    /* color: #002D96; */
}

.car_profit b:before {
    content: "";
    display: block;
    height: 16px;
    width: 100%;
    background: #8bbfdc;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: 0;
    display: none;
}

.car_profit b span font {
    font-size: 34px;
}

.pl_light {
    margin-top: 15px;
    display: inline-block;
    padding: 8px 10px 8px 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #000000;
    background: url("../img/ico_light.png") 15px 50% no-repeat #f2f2f2;
    border-radius: 16px;
}

#atlas_pro .pl_light {
    /* margin-top: 0; */
}

.car_advs {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.car_advs a {
    color: #343434;
    padding-left: 40px;
}

.car_advs a b {
}

.car_advs a.ico1 {
    background: url(../img/car_advs_ico1.png) 0 50% no-repeat;
}

.car_advs a.ico2 {
    background: url(../img/car_advs_ico2.png) 0 50% no-repeat;
}

.car_advs a.ico3 {
    background: url(../img/car_advs_ico3.png) 0 50% no-repeat;
}

.car_props {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    display: none;
}

/*#atlas_pro .car_props{
    margin-top: 65px;
}*/

.car_props a {
    display: block;
    padding-left: 40px;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    margin-bottom: 15px;
}

.car_props a sup {
    font-size: 14px;
}

.car_props a span {
    color: #002D96;
}

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

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

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

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

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

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

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

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

.car_props a.ico4:hover {
    background: url("../img/ico4_hov.png") 0 50% no-repeat;
}

.car_props a.ico5:hover {
    background: url("../img/ico5_hov.png") 0 50% no-repeat;
}

.car_btns {
    margin-top: 10px;
    width: 80%;
}

/*#atlas_pro .car_btns {
    margin-top: 75px;
}*/

.compl_btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
    padding-right: 30px;
    background: url("../img/compl_arrow.png") 100% 50% no-repeat;
    margin-bottom: 25px;
}

.car_btns .btn {
    margin-bottom: 15px;
}

.car_gallery_wrap {
    background: #343434;
    padding: 20px 0;
    margin-top: -1px;
}
.car_gallery_wrap .container {
    display: flex;
    justify-content: center;
}
.car_gallery {
    width: 100%;
    max-width: 920px;
}
.car_gallery a {
    width: 215px;
    margin-right: 16px;
}

.slick-slide {
    outline: none;
}

.slick-prev:before {
    content: url("../img/prev.png") !important;
}

.slick-prev {
    left: -40px !important;
}

.slick-prev:before {
    content: url("../img/prev.png") !important;
}

.slick-next {
    right: -35px !important;
}

.slick-next:before {
    content: url("../img/next.png") !important;
}


/********************************************************************
                               INSTOCK
********************************************************************/

#instock {
    background: #ececec;
    padding-top: 90px;
    padding-bottom: 110px;
}

.instock_title {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.instock_title span {

    color: #002D96;
}

.filter_quick_menu {
    background: url("../img/filter_bg.png") 0 0 no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 25px;
    margin: 20px 0;
}

.filter_quick_menu > span {
    display: block;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 45px;
}

.filter_quick_menu li {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .3s;
    cursor: pointer;
}

.filter_quick_menu li:hover {
    color: #002D96;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    padding-bottom: 25px;
}

#filter_table .select_container {
    position: relative;
    width: 49%;
    display: inline-block;
}

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

#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 {
    font-family: 'OPENSANS';
    display: block;
    color: #4b4b4b;
    height: 55px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 15px;
    font-weight: 400;
    outline: none;
    border-radius: 0px;
    background: url(../img/ico_select.png) right 20px center no-repeat #ffffff;
    border: none;
}

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

.tb_complects tr {
    background: #ffffff;
    border-bottom: 30px solid #ececec;
}

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

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

.tb_complects tr th {
    text-align: left;
    font-size: 16px; /* text-transform:uppercase; */
    background: #ededed;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    height: 53px;
    box-sizing: border-box;
}

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

.tb_complects tr td:nth-child(1) {
    width: 22%;
    padding-left: 30px;
    position: relative;
    background: url("../img/compl_bg.png") 47% 0 no-repeat;
}


.tb_complects tr td:nth-child(2) {
    width: 29%;
    /* text-align: center; */
}

.tb_complects tr td:nth-child(3) {
    /* width: 15%; */
}

.tb_complects tr td:nth-child(4) {
    /* width: 25%; */
}

.tb_complects_showmore {
    color: black;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 0;
    display: block;
    text-decoration: underline;
}

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


.tb_complects tr .btns {
    padding-top: 28px;
    padding-bottom: 27px;
    padding-right: 20px;
    display: flex;
    justify-content: space-between;
}

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

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

.tb_complects tr td .param1 {
    font-weight: 700;
    font-size: 23px;
    color: #002D96;
    margin-bottom: 15px;
}

.tb_complects tr td .param2 {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding-left: 22px;
    background: url("../img/compl_ico1.png") 0 50% no-repeat;
    margin-right: 25px;
}

.tb_complects tr td .param3 {
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    padding-left: 28px;
    background: url("../img/compl_ico2.png") 0 50% no-repeat;
}

.tb_complects tr td .param4 {
    background: url(../img/compl_drive.png) 1% 50% no-repeat;
    padding-left: 30px;
    margin-top: 3px;
    padding-bottom: 3px;
}

.tb_complects tr td .param5 {
    /* text-decoration: line-through; */
    /* font-weight: 700; */
}

.tb_complects tr td .param5 span {
    font-weight: 700;
}

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

.tradein {
    background: url("../img/tradein_bg.jpg") 0 0 no-repeat;
    padding: 15px 0;
    margin-top: 100px;
}

.tradein > img {
    display: none;
}

.tradein_wrap {
    width: 49%;
    margin-left: auto;
}

.tradein_title {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    background: #002D96;
    line-height: 110%;
    padding: 57px 115px;
    margin-left: -110px;
    position: relative;
}

.tradein_title sup {
    font-size: 16px;
}

.tradein_title span {
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
}

.tradein_title:after {
    content: '';
    display: block;
    width: 27px;
    height: 28px;
    background: url("../img/corner_l.png") 0 0 no-repeat;
    position: absolute;
    bottom: 9px;
    left: 9px;
}


#form2 {
    margin-top: 20px;
    width: 69%;
}

#form2 select,
#form2 input[type=tel],
#form2 input[type=text] {
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #7c7c7c;
    height: 55px;
}

#form2 input[type=tel],
#form2 input[type=text] {
    border-radius: 0 15px 0 0;
}

#form2 .btn {
    font-weight: 700;
    height: 55px;
}

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

.credit {
    background: url("../img/credit_bg.jpg") 100% 0 no-repeat;
    padding-top: 25px;
    margin-top: 100px;
    padding-bottom: 95px;
    margin-bottom: 100px;
}

.credit > img {
    display: none;
}

.credit_wrap {
    width: 34%;
}

.credit_title {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    padding: 50px 105px;
    background: #002D96;
    margin-left: -100px;
    margin-right: -175px;
    position: relative;
}

.credit_title span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    text-transform: none;
    margin-top: 5px;
}

.credit_title:after {
    content: '';
    display: block;
    width: 27px;
    height: 26px;
    background: url("../img/corner_r.png") 0 0 no-repeat;
    position: absolute;
    bottom: 9px;
    right: 9px;
}

#form3 {
    margin-top: 45px;
}

#form3 input[type=tel] {
    font-size: 15px;
    font-weight: 400;
    border: 1px solid #7c7c7c;
    height: 55px;
    border-radius: 0 15px 0 0;
}

#form3 .btn {
    font-weight: 700;
    height: 55px;
}

/********************************************************************
                              ADVANTAGES
********************************************************************/

.bg_dark {
    padding-top: 90px;
    padding-bottom: 75px;
    background: #343434;
}

.ags_title {
    color: #002D96;;
    font-weight: 700;
    font-size: 38px;
    text-transform: uppercase;
    padding-bottom: 50px;
}

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

.ags_list a {
    box-sizing: border-box;
    width: 19.5%;
    min-height: 217px;
    color: #ffffff;
    padding-left: 30px;
    padding-top: 50px;
    text-decoration: none;
    position: relative;
}

.ags_list a:after {
    content: '';
    display: block;
    width: 28px;
    height: 27px;
    background: url("../img/ags_corner.png") 0 0 no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: all .3s;
}

.ags_list a:hover:after {
    width: 100%;
    height: 100%;
    background: rgba(0, 45, 150, 0.7);
}

.ags_list a span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 50px;
    position: relative;
    z-index: 1;
    transition: all .3s;
}

.ags_list a:first-child {
    background: url("../img/ags_img1.png") 0 0 no-repeat;
}

.ags_list a:nth-child(2) {
    background: url("../img/ags_img2.png") 0 0 no-repeat;
}

.ags_list a:nth-child(3) {
    background: url("../img/ags_img3.png") 0 0 no-repeat;
}

.ags_list a:nth-child(4) {
    background: url("../img/ags_img4.png") 0 0 no-repeat;
}

.ags_list a:nth-child(5) {
    background: url("../img/ags_img5.png") 0 0 no-repeat;
}

.ags_list a:first-child span {
    background: url("../img/ags_ico1.png") 0 0 no-repeat;
}

.ags_list a:nth-child(2) span {
    background: url("../img/ags_ico2.png") 0 0 no-repeat;
}

.ags_list a:nth-child(3) span {
    background: url("../img/ags_ico3.png") 0 0 no-repeat;
}

.ags_list a:nth-child(4) span {
    background: url("../img/ags_ico4.png") 0 0 no-repeat;
}

.ags_list a:nth-child(5) span {
    background: url("../img/ags_ico5.png") 0 0 no-repeat;
}

/*.ags_list a:first-child:hover span {
    background: url("../img/ags_ico1_hov.png") 0 0 no-repeat;
}

.ags_list a:nth-child(2):hover span {
    background: url("../img/ags_ico2_hov.png") 0 0 no-repeat;
}

.ags_list a:nth-child(3):hover span {
    background: url("../img/ags_ico3_hov.png") 0 0 no-repeat;
}

.ags_list a:nth-child(4):hover span {
    background: url("../img/ags_ico4_hov.png") 0 0 no-repeat;
}

.ags_list a:nth-child(5):hover span {
    background: url("../img/ags_ico5_hov.png") 0 0 no-repeat;
}*/

/********************************************************************
                              QUEST
********************************************************************/

.quest {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.quest_title {
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0 5px 100px;
    background: url("../img/quest_img.png") 0 50% no-repeat;
}

.quest_title span {
    display: block;
    margin-bottom: 5px;
    font-size: 20px;
}

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

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

#form4 input[type=tel] {
    background: #ffffff;
    border: none;
    height: 55px;
    border-radius: 0 15px 0 0;
}

#form4 .btn {
    height: 55px;
    font-weight: 700;
}

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

#form4 .agree_field {
    margin-left: auto;
    margin-right: 70px;
}

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

.contacts {
    background: #ececec;
    position: relative;
}

.cont_wrap {
    padding: 65px 0;
    position: absolute;
    z-index: 1;
    top: 0;
}

.cont_title {
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    color: #002D96;
    margin-bottom: 35px;
}

.bot_dealer {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
}

.bot_dealer_name {
    font-size: 15px;
    font-weight: 400;
    color: #828282;
    margin-left: 25px;
}

.bot_dealer_name b {
    display: block;
    margin-bottom: 5px;
    font-size: 21px;
    color: #000000;
}

.bot_phone {
    color: #000000;
    font-weight: 700;
    font-size: 21px;
    display: block;
    padding-left: 30px;
    background: url("../img/ico_phone_bot.png") 0 50% no-repeat;
    margin-bottom: 20px;
}

.bot_addr {
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    background: url("../img/ico_loc_bot.png") 0 50% no-repeat;
    margin-bottom: 20px;
}

.worktime {
    font-size: 16px;
    font-weight: 400;
    padding-left: 30px;
    background: url("../img/ico_clock.png") 0 50% no-repeat;
    margin-bottom: 60px;
}

#map1 {
    width: 54%;
    height: 683px;
    background: url("../img/map.jpg") 100% 0 no-repeat;
    margin-left: auto;
}


footer {
    padding: 15px 0;
    background: #343434;
}


.disclamer_switch_bg {

}

.disclamer_switch {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

footer .disclamer {
    color: #ffffff;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 15px;
}

.copyright {
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 15px;
}


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


@media (max-width: 1800px) {
    .tradein {
        background-position: -13% 0;
    }

    .credit {
        background-position: 113% 0;
    }
}

@media (max-width: 1700px) {
    .tradein {
        background-position: -25% 0;
    }

    .credit {
        background-position: 125% 0;
    }
}

@media (max-width: 1600px) {
    .tradein {
        background-position: -35% 0;
    }

    .credit {
        background-position: 135% 0;
    }
}

@media (max-width: 1500px) {
    .tradein {
        background-position: -50% 0;
    }

    .credit {
        background-position: 150% 0;
    }
}


/*IPAD PRO BEGIN*/
@media (max-width: 911px) {
    .title_props2 {
        top: 156px;
        width: 126px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {

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

    .title_comment {
        width: 100%;
    }

    .title1 {
        font-size: 30px;
    }

    #form1 {
        width: 50%;
    }

    #form1 .agree_field {
        margin-right: -22px;
    }

    .car_item {
        background-position: 35% 100% !important;
    }

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

    .car_image {
        width: 50%;
    }

    .car_gallery a {
        width: 218px;
    }

    .tb_complects tr td:nth-child(2) {
        padding-left: 25px;
    }

    .tradein {
        background-position: -340px 0;
    }

    .tradein_title {
        padding: 57px 30px;
        margin-left: -165px;
    }

    .tradein_wrap {
        width: 35%;
    }

    #form2 {
        width: 100%;
    }

    .car_advs {
    }

    .car_advs a {
    }

    .car_advs a b {
    }

    .car_advs a.ico1 {
    }

    .car_advs a.ico2 {
    }

    .car_advs a.ico3 {
    }

    .credit {
        background-position: 420px 0;
    }

    .credit_title {
        margin-left: 0;
        margin-right: -170px;
        padding: 50px 30px;
    }

    #form4 {
        width: 50%;
    }

    #form4 .agree_field {
        margin-right: -20px;
    }

    #map1 {
        width: 50%;
        background-position: 80% 0;
    }

}

/*IPAD PRO BEGIN*/

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

    .logo_wrap {
        align-items: center;
        column-gap: 10px;
    }

    .top_addr {
        display: none;
    }

    .menu {
        top: 83px;
    }

    body {
        background-size: 135%;
        background-position: 55% 110px;
    }

    .logo1 {
        margin-right: 0;
        margin-top: 10px;
    }

    header .btn {
        display: none;
    }

    .menu_left {
        width: 100%;
    }

    .menu_right {
        width: 36%;
    }

    .menu a {
        font-size: 9px;
        padding: 10px 0;
    }

    .title_container {
        padding-top: 140px;
    }

    .title1 {
        font-size: 20px;
    }

    .title_comment:after {
        right: -25px;
    }

    .title_comment {
        font-size: 16px;
    }

    .title_props {
        margin-top: 170px;
    }

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

    .timer_block {
        margin-top: 15px;
    }

    .timer_block .container {
        flex-direction: column;
        align-items: center;
    }

    .timer_wrap {
        justify-content: center;
        margin-bottom: 20px;
    }

    #form1 {
        width: 100%;
    }

    #form1 .agree_field {
        margin-right: 13%;
    }

    .car_item {
        background-position: 0 -30px !important;
    }

    .car_item#tugella {
        background-position: 0 20px !important;
    }

    .car_item#atlas_pro {
        background-position: 0 -45px !important;
    }

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

    .car_image {
        width: 100%;
    }

    .car_image > img {
        display: block;
        margin: 0 auto;
    }

    .car_text {
        width: 100%;
        margin-top: 134px;
    }

    .car_profit {
        display: block;
    }

    .car_props {
        margin-top: 20px !important;
    }

    .car_btns {
        width: 100%;
        margin-top: 30px !important;
    }

    .car_advs {
    }

    .car_advs a {
    }

    .car_advs a b {
    }

    .car_advs a.ico1 {
    }

    .car_advs a.ico2 {
    }

    .car_advs a.ico3 {
    }

    .filter_quick_menu {
        padding-right: 25px;
    }

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

    .tb_complects tr td:nth-child(1) {
        width: 32%;
        background-size: 100%;
    }

    .tb_complects tr td .param2 {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .tb_complects tr .btns {
        flex-wrap: wrap;
    }

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

    .tb_complects tr .btns .btn:first-child {
        margin-bottom: 10px;
    }

    .tradein {
        background: none;
        padding: 0;
    }

    .tradein > img {
        display: block;
        width: 100%;
    }

    .tradein_wrap {
        width: 100%;
        padding: 30px 0;
    }

    .tradein_title {
        padding: 30px 50px;
        margin: 0;
    }

    .credit {
        background: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .credit > img {
        display: block;
        width: 100%;
    }

    .credit_wrap {
        width: 100%;
        padding: 30px 0;
    }

    .credit_title {
        padding: 30px 50px;
        margin: 0;
    }

    .ags_list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .ags_list a {
        width: 97%;
        margin-bottom: 10px;
    }

    .quest {
        flex-direction: column;
        align-items: center;
    }

    #form4 {
        width: 100%;
        margin-top: 20px;
    }

    #form4 .agree_field {
        margin-right: 13%;
    }

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

    .cont_img {
        position: absolute;
        bottom: 30px;
        right: 0;
        width: 50%;
    }

    #map1 {
        width: 100%;
    }

}


/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    #preface .car_image > img {
        margin-left: 0;
        width: 100%;
        max-width: initial;
    }

    #okavango .car_image > img {
        margin-left: 0;
        width: 100%;
        max-width: initial;
        transform: none;
    }
    .car_item#okavango {
        background-position: 0 110px !important;
        background-size: 186% !important;
    }

    .belgee_card {
        margin-top: 36px;
    }

    .title_container .credit_pl {
        top: 194px;
        width: 40%;
        right: 0;
    }

    .title_container .credit_pl sup {
        right: 10px;
        font-size: 20px;
    }

    .cred_popup_list br {
        display: block;
    }

    .popup_offer_title {
        flex-direction: column;
        align-items: center;
        font-size: 20px !important;
    }

    .popup_offer_text br {
        display: none;
    }

    .popup_offer_text {
        text-align: center;
        font-size: 16px;
    }

    .popup_offer_comment {
        font-size: 16px;
    }

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

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }

    .instock_title {
        font-size: 30px;
    }

    .resp_table tr {
        display: block;
        padding-bottom: 0px;
    }

    .resp_table tr th {
        display: none;
    }

    .resp_table tr td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 5px 15px;
    }

    .resp_table tr td:before {
        display: inline-block;
        width: 43%;
        margin-right: 2%;
        font-weight: 700;
        vertical-align: top;
        display: none;
    }

    .resp_table img {
        display: block;
        margin: 0 auto;
        height: auto;
        max-width: 100%;
        width: 100%;
    }

    .tb_complects_container {
        padding-bottom: 0px;
    }


    #filter_table { /* display:block; */
        padding-top: 15px;
        margin-bottom: 0px;
        padding-bottom: 0px;
    }

    #filter_table .select_container {
        width: 100%;
        padding-bottom: 10px;
    }

    .tb_complects {
        padding-bottom: 30px;
    }

    .tb_complects tr {
        margin-bottom: 0px;
    }

    .tb_complects tr td {
        padding: 15px;
    }

    .tb_complects tr td .model {
        padding-left: 0px;
    }

    .tb_complects tr td .popup {
        width: 100%;
        margin-bottom: 10px;
    }

    .tb_complects_showmore {
        margin-left: 0px;
        left: 0px;
        text-align: center;
        display: block;
        position: relative;
        top: 0;
    }

    .tb_complects tr td.tdbutton1 {
        display: block;
        padding-right: 0px;
        width: 100%;
    }

    .tb_complects tr td:nth-child(1) {
        width: 100%;
        padding-left: 15px;
        padding-bottom: 0;
    }

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

    .tb_complects tr td:nth-child(3) {
        width: 100%;
        padding: 15px !important;
    }

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

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

    .tb_complects tr td .param1 {
        font-weight: 700;
        font-size: 24px;
        color: #002D96;
    }

    .tb_complects tr td .param2 {

    }

    .tb_complects tr .btns {
        padding-top: 0;
        padding-bottom: 5px;
        flex-wrap: wrap;
    }

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

    #filter_table {
        display: block;
    }

    #filter_table .select_container {
        margin: 0px;
    }


    /************************************************************************/
    header {
        padding: 10px 0;
        box-shadow: 0 0 15px 5px rgb(0 0 0 / 8%);
    }

    header .container {
        flex-flow: wrap;
    }

    .logo_wrap {
        width: 85%;
        justify-content: space-between;
    }

    .logo1 {
        margin-right: 0;
    }

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

    .top_wrap {
        width: 100%;
    }

    .top_phone {
        display: inline-block;
    }

    .top_addr {
        display: none;
    }

    header .btn {
        display: none;
    }

    header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 21px;
        z-index: 1;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #002D96;
        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;
        background: #343434;
        width: 100%;
        right: -100%;
        transition: all .3s linear;
        z-index: 2;
        padding: 0;
        left: unset;
    }

    .menu.active {
        right: 0;
    }

    .menu .container {
        flex-direction: column;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menu_left {
        width: 100%;
        flex-direction: column;
    }

    .menu_right {
        margin-top: 20px;
        width: 100%;
        flex-direction: column;
    }

    .menu a {
        padding: 10px 0;
        width: 100%;
        text-align: center;
        color: #ffffff;
    }

    .title_container {
        padding-top: 110px;
    }

    body {
        background-size: 135%;
        background-position: 55% 130px;
    }

    .title1 {
        text-align: center;
        font-size: 20px;
        color: #000000;
        width: 100%;
    }

    .title_comment {
        /* color: #000000; */
        /* text-align: center; */
        margin-top: 220px;
        font-size: 24px;
        width: calc(100% + 30px);
        padding-left: 105px;
        padding-right: 60px;
        /* text-align: center; */
        border-radius: 0;
        margin-left: -15px;
        padding-bottom: 79px;
    }

    .title_comment .mob_text {
        display: block;
        background: #343434;
        color: #fff;
        font-size: 20px;
        width: calc(100% - 30px);
        text-align: center;
        padding: 15px 0;
        margin-top: 10px;
        position: absolute;
        left: 15px;
    }

    .title_comment .mob_text sup {
        font-size: 12px;
    }

    .title_comment span {
        display: block;
        font-size: 28px;
    }

    .title_comment .arrows {
        display: none;
    }

    .title_comment:after {
        /* content: ""; */
        margin-top: 15px;
        position: absolute;
        display: block;
        margin-left: 0;
        width: 100%;
        background: #343434;
        left: 0;
        /* bottom: 15px; */
        top: 110px;
        right: 0;
        display: none;
    }

    .title_props {
        padding-left: 0;
        flex-flow: wrap;
        width: 290px;
        margin: 0 auto;
        margin-top: 38vw;
    }

    .title_props a {
        width: 100%;
        margin-bottom: 20px;
        color: #000;
        font-size: 13px;
        padding: 12px 0 12px 68px;
    }

    .title_props a br {
    }

    .title_props a br {
        display: none;
    }

/*    .title_props a:nth-child(3) {
        background: url(../img/title_ico3_mob.png) 0 50% no-repeat;
    }

    .title_props a:nth-child(2) {
        background: url(../img/title_ico2_mob.png) 0 50% no-repeat;
    }

    .title_props a:first-child {
        background: url(../img/title_ico1_mob.png) 0 50% no-repeat;
    }*/

    .timer_block {
        margin-top: 10px;
        background: none;
        width: 100%;
        padding: 0;
    }

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

    .timer_wrap {
        flex-direction: column;
        align-items: center;
    }

    .timer_title {
        font-size: 20px;
        text-align: center;
        margin: 0;
    }

    .timer_title br {
        display: none;
    }

    .title1 span {
        font-size: 22px;
        display: block;
    }

    div[id^=timer] {
        white-space: nowrap !important;
        transform: scale(.6) !important;
        text-align: center !important;
        margin-left: -50px;
    }

    #form1 {
        width: 100%;
        margin-top: 0;
    }

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

    #form1 .agree_field {
        margin: 0;
    }

    .cars_items {
        margin-top: 0;
    }

    .car_item {
        background-position: 0 110px !important;
        background-size: 280% !important;
    }

    .car_item#tugella {
        background-position: 0 60px !important;
    }

    .car_item#atlas {
        background-position: 0 60px !important;
    }

    .car_item#atlas_pro {
        background-position: 0 65px !important;
    }

    .car_item#coolray {
        background-position: 0 65px !important;
    }

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

    .car_image {
        width: 100%;
    }
    .car_name {
        font-size: 26px;
    }
    .car_name span {
        font-size: 36px;
    }
    .car_new {
        position: absolute;
        left: 107%;
        bottom: 0;
        width: 60px;
        height: 30px;
        background-size: contain;
    }

    .car_image > img {
        display: block;
        margin: 0 auto;
    }

    .pl_stock {
        transform: scale(.7);
        transform-origin: 100% 0;
    }

    .pl_car_choose {


        top: -55px;
        right: unset;
        left: 0;
        transform: scale(.8);
        transform-origin: top left;
    }

    .to_gift {
        top: 95px;
    }

    .car_text {
        width: 100%;
        margin-top: 30px;
    }

    .car_profit {
        display: block;
        font-size: 24px;
    }

    .car_profit b span font {
        font-size: 26px;
    }

    .pl_light {
        margin-top: 15px;
    }

    .car_advs {
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin-top: 0;
    }

    .car_advs a {
        margin-top: 20px;
        max-width: 49%;
        font-size: 12px;
    }

    .car_advs a b {
    }

    .car_advs a.ico1 {
    }

    .car_advs a.ico2 {
    }

    .car_advs a.ico3 {
    }

    .car_price {
        font-size: 20px;
    }

    .car_props {
        margin-top: 20px !important;
    }


    .car_props a {
        font-size: 14px;
    }

    .car_btns {
        width: 100%;
        margin-top: 10px !important;
    }

    .car_gallery {
        width: 85%;
        margin: 0 auto;
    }

    .car_gallery a {
        margin: 0 5px;
    }

    .slick-prev {
        left: -25px !important;
    }

    .slick-next {
        right: -25px !important;
    }

    #instock {
        padding: 30px 0;
    }

    .instock_title {
        font-size: 24px;
        text-align: center;
    }

    .filter_quick_menu {
        background: #343434;
        flex-flow: wrap;
        padding: 15px;
    }

    .filter_quick_menu span {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }

    .filter_quick_menu li {
        width: 49%;
        text-align: center;
        margin-bottom: 10px;
    }

    .tradein {
        background: none;
        padding: 0;
        margin-top: 0;
    }

    .tradein > img {
        display: block;
        width: 100%;
    }

    .tradein_wrap {
        width: 100%;
        padding: 20px 0;
    }

    .tradein_title {
        padding: 15px;
        text-align: center;
        margin: 0;
        font-size: 24px;
    }

    .tradein_title span {
        font-size: 18px;
    }

    #form2 {
        width: 100%;
    }

    .credit {
        background: none;
        padding: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .credit > img {
        display: block;
        width: 100%;
    }

    .credit_wrap {
        width: 100%;
        padding: 20px 0;
    }

    .credit_title {
        padding: 15px;
        text-align: center;
        margin: 0;
        font-size: 24px;
    }

    .credit_title span {
        font-size: 18px;
    }

    .credit_title span br {
        display: none;
    }

    #form3 {
        margin-top: 15px;
    }

    .bg_dark {
        padding: 30px 0;
    }

    .ags_title {
        font-size: 24px;
        text-align: center;
        padding-bottom: 30px;
    }

    .ags_list {
        flex-direction: column;
    }

    .ags_list a {
        background-size: 100% !important;
        background-position: 0 80% !important;
        width: 100%;
        margin-bottom: 10px;
        min-height: auto;
        padding: 30px;
    }

    .quest_title {
        padding: 0 0 0 70px;
        background-size: 17%;
        font-size: 10px;
    }

    .ags_list a span {
        padding: 10px 0 10px 50px;
        background-position: 0 50% !important;
    }

    .quest_title span {
        font-size: 18px;
    }

    .quest {
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }


    #form4 {
        width: 100%;
        margin-top: 20px;
    }

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

    #form4 .agree_field {
        margin-right: 13%;
    }

    #form4 .agree_field {
        margin: 0;
    }

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

    .cont_title {
        margin-bottom: 15px;
    }

    .bot_dealer {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 15px;
    }

    .bot_dealer_name {
        margin-left: 0;
        margin-top: 10px;
    }

    .worktime {
        margin-bottom: 20px;
    }

    .cont_img {
        width: 100%;
    }

    #map1 {
        width: 100%;
        height: 350px;
        background-position: 72% 50%;
    }


}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 450px) {
    .title_props2 {
        top: 156px;
        width: 80px;
    }
}
@media (max-width: 390px) {
    .title1 {
        font-size: 18px;
    }

    .title_comment {
        margin-top: 200px;
        /* padding: 12px 20px 12px 89px; */
        font-size: 20px;
    }
}

@media (max-width: 378px) {
    div[id^=timer] {
        margin-left: -70px;
    }
}

@media (max-width: 360px) {
    /*body {
        background-position: 55% 190px;
    }*/
    .title1 {
        font-size: 15px;
    }

    .title_comment {
        margin-top: 185px;
        font-size: 15px;
    }

    .title_comment span {
        font-size: 24px;
    }

    .car_profit {
        font-size: 16px;
    }

    .car_profit b span font {
        font-size: 22px;
    }

    .pl_light {
        font-size: 12px;
    }

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

    .tradein_title {
        font-size: 22px;
    }

    .credit_title {
        font-size: 22px;
    }

    .ags_title {
        font-size: 22px;
    }

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

    .title_props {
        /* margin-top: 160px; */
    }
}

@media (max-width: 320px) {
    /*   body {
           background-position: 55% 215px;
       }*/
    .title_comment span {
        font-size: 20px;
    }

    div[id^=timer] {
        transform: scale(.5) !important;
        margin-left: -95px;
    }
}
