html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "SourceSansPro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #282D3C;
    overflow-x: hidden;
}

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

* {
    box-sizing: border-box;
}

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

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

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !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 */
    outline: none;
}

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

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

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

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

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

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

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

input[type=text],
input[type=tel] {
    color: #939393;
}

.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 {
    display: none;
}

.popup_container {
    position: relative;
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid black; */
    background: #282D3C;
    border-radius: 12px;
    text-align: center;
    padding-bottom: 30px;
}

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

.popup_container .agree_field a {
    color: #ffffff;
}

.popup_container h2 {
    margin: 0;
    padding-top: 25px;
    padding-bottom: 29px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

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

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

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    width: 100%;
    height: 46px;
    padding: 0 16px;
    font-family: "SourceSansPro", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #9197AC;
    border-radius: 8px;
    outline: none;
}

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

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

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

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

.popup_container .form-group textarea {
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    text-align: left;
    background: #ffffff;
    border: 1px solid #9197AC;
    border-radius: 8px;
    resize: none;
    box-sizing: border-box;
    outline: none;
}

.popup_container .form-group select {
    width: 100%;
    height: 46px;
    padding-left: 16px;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    border: 1px solid #9197AC;
    border-radius: 8px;
}

.popup_container .form-group button {
    cursor: pointer;
}

.fancybox-content {
    color: #ffffff;
    background: #282D3C;
}

.alert.fancybox-content {
    overflow: hidden;
    border-radius: 12px;
}

.agree_field {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #ffffff;
    cursor: pointer;
}
.agree_field a {
    color: #ffffff;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: #ffffff;
}

.agree_field input+span {
    width: 13px;
    height: 13px;
    border: 1px solid #ffffff;
    background: transparent;
    border-radius: 2px;
    position: absolute;
    top: 0;
    left: 0;
}

.agree_field input:checked+span {
    background: #ffffff;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    width: 100%;
    height: 46px;
    padding: 0 16px;
    font-family: "SourceSansPro", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #9197AC;
    border-radius: 8px;
    outline: none;
}

select {
    display: block;
    width: 100%;
    height: 46px;
    padding-left: 24px;
    padding-right: 35px;
    font-family: "SourceSansPro", sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    background: url(../img/select_ico.svg) right 20px center no-repeat;
    border: 1px solid #9197AC;
    border-radius: 8px;
    outline: none;
}

select option {
    color: #000000;
}

form .form-group button {
    font-family: "SourceSansPro", sans-serif;
    width: 100%;
    height: 46px;
    cursor: pointer;
    outline: none;
    border: none;
}
form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

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

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

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

.form_title {
    margin: 0;
    padding: 0;
    padding-bottom: 47px;
    color: #1E232E;
    font-size: 36px;
    text-align: center;
}

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


.btn {
    position: relative;
    width: 220px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #1E232E;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.btn:hover {
    color: #ffffff;
    background: #4A7884;
    border-color: #4A7884;
}

.btn.gray {
    color: #ffffff;
    background: #1E232E;
    border-color: #1E232E;
}
.btn.gray:hover {
    background: #4A7884;
    border-color: #4A7884;
}

.btn.glass {
    color: #ffffff;
    background: transparent;
    border-color: #ffffff;
}
.btn.glass:hover {
    background: #4A7884;
    border-color: #4A7884;
}

.section_item {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
}

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

.header {
    position: fixed;
    left: 0;
    width: 100%;
    background: #282D3C;
    z-index: 8;
}

.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0 20px;
}

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

.header .logo1 {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 16px;
    padding-right: 16px;
}
.header .logo1:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 14px;
    background: #ffffff;
}
.header .logo2 {
    font-size: 19px;
    font-weight: 600;
}

.header .top_addr {
    font-size: 16px;
    font-weight: 400;
}

.header .top_phone a {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}

.header .m_btn {
    display: none;
}

.menu {
    border-top: 1px solid #9197AC;
}
.menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}
.menu_wrap > div {
    display: flex;
    column-gap: 30px;
}
.menu_wrap > div a {
    font-size: 16px;
    color: #ffffff;
    transition: all 0.2s linear;
}
.menu_wrap > div a:hover {
    color: #96CDF5;
}
.menu_wrap .car_menu a {
    text-transform: uppercase;
}

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

.main_banner {
    margin-top: 122px;
}

.main_banner .title_container {
    position: absolute;
    top: 44px;
    left: 0;
    width: 100%;
}

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

.main_banner .title_container .title1 {
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #1E232E;
}
.main_banner .title_container .title2 {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: #1E232E;
}

.timer_block {
    margin-top: -68px;
}
.timer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 32px 50px;
    background: #282D3CCC;
    backdrop-filter: blur(4px);
    border: 1px solid #9197AC;
    border-radius: 16px;
}
.timer_item {
    font-size: 32px;
    font-weight: 600;
}
.timer_title {
    font-size: 32px;
    font-weight: 600;
}
#timer_form {
    margin-top: 16px;
    width: 558px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.timer_form_title {
    font-size: 24px;
    font-weight: 400;
}
#timer_form .form-group:nth-child(7) {
    width: 51%;
}
#timer_form .form-group:nth-child(8) {
    width: 46%;
}

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

.car_item {
    margin-top: 112px;
}
.car_wrapper {
    position: relative;
    background: url(../img/car_item_bg.png) 50% 100% no-repeat;
    border-radius: 12px;
    overflow: hidden;
    z-index: 2;
}
.car_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 12px;
    background: linear-gradient(90.04deg, #9197AC 0.03%, #282D3C 43.14%, #282D3C 58.2%, #9197AC 99.97%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: 1;
}
.car_name {
    position: absolute;
    top: -21px;
    left: 0;
    width: 100%;
    font-size: 34px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    z-index: 3;
}
.car_block {
    position: relative;
    margin-top: 42px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    z-index: 3;
}
.car_profit {
    display: flex;
    align-items: center;
    column-gap: 6px;
    height: 36px;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 400;
    background: #96CDF5;
    border-radius: 8px;
    transition: all 0.2s linear;
}
.car_profit:hover {
    box-shadow: 0 0 14px 0 #96CDF5A1;
}
.car_profit:before {
    content: '';
    position: relative;
    display: block;
    min-width: 24px;
    height: 24px;
    background: url(../img/car_profit.svg) no-repeat;
}
.car_props {
    display: flex;
    column-gap: 20px;
}
.car_props a {
    display: flex;
    align-items: center;
    column-gap: 6px;
    height: 36px;
    padding: 6px 10px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    background: #96CDF52B;
    border-radius: 8px;
    transition: all 0.2s linear;
}
.car_props a:hover {
    box-shadow: 0 0 14px 0 #96CDF5A1;
}
.car_props a:before {
    content: '';
    position: relative;
    display: block;
    min-width: 24px;
    height: 24px;
}
.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) no-repeat;
}
.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) no-repeat;
}

.img_block {
    width: 48%;
    margin: 0 auto;
}
.img_block .slick-list {
    padding: 40px 0;
    overflow: initial;
}
.img_block .slick-slide {
    transform: scale(0.8);
    transition: all 0.2s linear;
}
.img_block .slick-slide.slick-current {
    transform: scale(1.1);
}
.slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background: url(../img/btn_arrows.svg) 50% 50% no-repeat #FFFFFF33;
    border-radius: 50px;
    backdrop-filter: blur(4px);
    border: none;
    font-size: 0;
    cursor: pointer;
    z-index: 2;
}
.slick-arrow:hover {
    background: url(../img/btn_arrows_hov.svg) 50% 50% no-repeat #FFFFFF33;
}
.slick-prev {
    left: -58px;
}
.slick-next {
    right: -58px;
    transform: rotate(180deg);
}

.slick-dots {
    margin: 0;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 8px;
}
.slick-dots li button {
    display: none;
}
.slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50px;
    background: #ffffff;
    transition: all 0.2s linear;
}
.slick-dots li.slick-active {
    background: #96CDF5;
}

.car_btns {
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    padding: 0 30px 30px;
    z-index: 3;
}
.car_btns .btn {
    width: 32%;
}

.car_gallery {
    position: relative;
    margin-top: 16px;
    padding: 1px;
    z-index: 2;
}
.car_gallery:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    padding: 1px;
    border-radius: 8px;
    background: linear-gradient(90.04deg, #9197AC 0.03%, #282D3C 43.14%, #282D3C 58.2%, #9197AC 99.97%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: -1;
}
.car_gallery .slick-list {
    border-radius: 8px;
}

.car_gallery .slick-prev {
    left: -21px;
}
.car_gallery .slick-next {
    right: -21px;
}


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

#instock {
    margin-top: 140px;
}
#instock .section_item {
    text-align: center;
    font-size: 42px;
    text-transform: initial;
}
.filter_quick_menu {
    display: none;
}

#tb_complects {
    width: 100%;
}
#filter_table {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
#filter_table .select_container {
    width: 32%;
}
#tb_complects tbody tr:nth-child(1) {
    display: none;
}
#tb_complects tbody tr td:before {
    display: none;
}
#instock .item:nth-child(2) {
    margin-top: 50px;
}
#instock .item {
    position: relative;
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    background: #2E3342;
    backdrop-filter: blur(4px);
    z-index: 2;
}
#instock .item:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    padding: 1px;
    border-radius: 8px;
    background: linear-gradient(180deg, #9197AC 0%, rgba(145, 151, 172, 0) 100%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: -1;
}
#instock .item:after {
    content: '';
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../img/compl_decor.png) 176% 50% no-repeat;
    z-index: -1;
}
.compl_block {
    padding: 30px 0 30px 30px;
}
.compl_name {
    font-size: 32px;
    font-weight: 400;
}
.compl_name span {
   color: #96CDF5;
}
.compl_tehs {
    margin-top: 24px;
    display: flex;
    column-gap: 36px;
}
.compl_tehs > div {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 24px;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
}
.compl_tehs > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
}
.compl_tehs .ico1:before {
    background: url(../img/compl_tehs_ico1.svg) no-repeat;
}
.compl_tehs .ico2:before {
    background: url(../img/compl_tehs_ico2.svg) no-repeat;
}
.compl_tehs .ico3:before {
    background: url(../img/compl_tehs_ico3.svg) no-repeat;
}
#instock .btns {
    margin-top: 24px;
    width: 730px;
    display: flex;
    column-gap: 16px;
}
#instock .btns .btn {
    width: 32%;
}

.compl_img {
    position: absolute;
    right: 40px;
    bottom: 0;
    width: 560px;
}
.compl_img img {
    width: 100%;
}

.tb_complects_showmore {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

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

.credit {
    margin-top: 140px;
}
.credit_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.credit_block {
    position: relative;
    min-width: 514px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    border-radius: 10px 0 0 10px;
}
.credit_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(270deg, rgba(40, 45, 60, 0) 50%, #9197AC 91.95%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: -1;
}
.credit_comment {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}
#credit_form {
    margin-top: 20px;
}
.credit_img {
    display: flex;
    justify-content: center;
    width: 62%;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
}
.credit_img img {
    max-width: initial;
    height: 100%;
}

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

.tradein {
    margin-top: 100px;
}
.tradein_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.tradein_img {
    display: flex;
    column-gap: 20px;
}
.tradein_img img {
    border-radius: 10px;
}
.tradein_img_wrap {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.tradein_img3 {
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
}
.tradein_block {
    position: relative;
    min-width: 532px;
    padding: 42px 75px 42px 70px;
    border-radius: 10px;
}
.tradein_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 0 10px 10px 0;
    background: linear-gradient(269.91deg, #9197AC 3.15%, rgba(145, 151, 172, 0) 49.5%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: -1;
}
.tradein_comment {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}
#tradein_form {
    margin-top: 20px;
}

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

.testdrive {
    margin-top: 100px;
}
.testdrive_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.testdrive_block {
    position: relative;
    min-width: 514px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 60px;
    border-radius: 10px 0 0 10px;
}
.testdrive_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(270deg, rgba(40, 45, 60, 0) 50%, #9197AC 91.95%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: -1;
}
.testdrive_comment {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}
#testdrive_form {
    margin-top: 20px;
}

.testdrive_img {
    display: flex;
    justify-content: center;
    width: 62%;
    height: 380px;
    border-radius: 10px;
    overflow: hidden;
}
.testdrive_img img {
    max-width: initial;
    height: 100%;
}

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

.contacts {
    margin-top: 140px;
    background: #1E232E;
}
.contacts_wrapper {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}
.contacts_block {
    position: relative;
    min-width: 534px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 80px 0 60px;
    border-radius: 10px 0 0 10px;
    z-index: 2;
}
.contacts_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1px;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(270deg, rgba(40, 45, 60, 0) 50%, #9197AC 91.95%);
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: -1;
}
.contacts .logo_wrap {
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.contacts .logo3 {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 16px;
    padding-right: 16px;
}
.contacts .logo3:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 14px;
    background: #ffffff;
}
.contacts .logo4 {
    font-size: 19px;
    font-weight: 600;
}

.contacts_wrap {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.bottom_addr {
    font-size: 16px;
    font-weight: 400;
}
.bottom_phone a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}
.contacts .btn {
    margin-top: 34px;
    width: 100%;
}

#map1 {
    position: relative;
    width: 62%;
    height: 390px;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
}

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


.footer {
    padding: 32px 0;
    background: #1E232E;
    font-size: 16px;
    border-top: 1px solid #9197AC;
}
.footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-transform: capitalize;
    gap: 10px 12px;
}
.footer a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.footer .disclamer {
    width: 100%;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

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

@media (max-width: 1920px) {}

@media (max-width: 1800px) {}

@media (max-width: 1570px) {
    .main_banner .title_container {
        top: 3vw;
    }
    .main_banner .title_container .title1 {
        font-size: 2.2vw;
    }
    .main_banner .title_container .title2 {
        margin-top: 1vw;
        font-size: 2.2vw;
    }

    .timer_title {
        font-size: 24px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
        min-width: 424px !important;
        white-space: nowrap;
    }
    .timer_wrap {
        padding: 18px 24px;
    }
    .timer_form_title {
        font-size: 16px;
    }

    .car_gallery .slick-prev {
        left: 12px;
    }
    .car_gallery .slick-next {
        right: 12px;
    }
}

@media (max-width: 1390px) {
    #timer_form {
        margin-top: 16px;
        width: 380px;
    }
    #timer_form .form-group:nth-child(7) {
        width: 100%;
    }
    #timer_form .form-group:nth-child(8) {
        width: 100%;
    }

    .compl_block {
        padding: 16px 0 16px 16px;
    }
    .compl_img {
        bottom: initial;
        top: 0;
        right: 0;
        width: 34%;
    }
    #instock .btns {
        width: 410px;
        flex-wrap: wrap;
        row-gap: 14px;
    }
    #instock .btns .btn {
        width: 48%;
    }
    #instock .btns .btn:nth-child(3) {
        width: 100%;
    }

}

@media (max-width: 1186px) {

    .menu_wrap > div a {
        font-size: 14px;
    }

    .tradein_block {
        padding: 30px 32px;
    }

}

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

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .main_banner {
        margin-top: 78px;
    }
    .banner_item picture {
        display: flex;
        justify-content: center;
    }
    .banner_item picture img {
        max-width: initial;
        width: 120%;
    }
    .header .top_addr {
        display: none;
    }
    .top_phone {
        margin-right: 60px;
    }
    .header .btn {
        display: none;
    }
    .header .m_btn {
        display: block;
        position: absolute;
        right: 15px;
        width: 30px;
        height: 22px;
        z-index: 1;
    }
    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #ffffff;
        transition: all .2s linear;
    }
    .header .m_btn span:nth-child(1) {
        top: 0;
    }
    .header .m_btn span:nth-child(2) {
        top: calc(50% - 2px);
        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(-47deg);
        top: 0;
    }
    .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;
    }
    .header .menu {
        position: fixed;
        width: 100%;
        top: 76px;
        left: 100%;
        background: #282D3C;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }
    .header .menu.active {
        left: 0;
    }
    .menu_wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }
    .car_menu,
    .main_menu {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }
    .timer_block {
        margin-top: 20px;
    }
    .timer_wrap {
        justify-content: center;
        flex-wrap: wrap;
    }
    .timer_form {
        margin-top: 16px;
    }
    .timer_form_title {
        text-align: center;
    }
    .timer_title {
        width: 100%;
        text-align: center;
    }
    .timer_title br {
        display: none;
    }
    #timer_form {
        width: 100%;
        max-width: 380px;
    }

    #instock .item {
        flex-direction: column-reverse;
    }
    .compl_img {
        position: relative;
        width: 100%;
    }
    #instock .btns {
        flex-wrap: nowrap;
        width: 100%;
    }
    #instock .btns .btn {
        width: 32%;
    }
    #instock .btns .btn:nth-child(3) {
        width: 32%;
    }

    .tradein_wrapper {
        flex-direction: column-reverse;
        row-gap: 14px;
    }

    .credit_block {
        min-width: 410px;
        padding: 0 40px;
    }

    .testdrive_block {
        min-width: 410px;
        padding: 0 40px;
    }

    .contacts_block {
        min-width: 410px;
        padding: 60px 40px;
    }
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .main_banner {
        margin-top: 108px;
    }
    .banner_item picture img {
        width: 100%;
    }
    .main_banner .title_container {
        top: 12vw;
    }
    .main_banner .title_container br {
        display: none;
    }
    .main_banner .title_container .br_mob {
        display: block;
    }
    .main_banner .title_container .title1 {
        font-size: 4vw;
    }
    .main_banner .title_container .title2 {
        margin-top: 2vw;
        font-size: 4vw;
    }

    .header .header_wrapper {
        flex-wrap: wrap;
    }
    .header .menu {
        top: 108px;
    }
    .top_phone {
        width: 100%;
        margin-top: 12px;
        margin-right: 0;
        display: flex;
        justify-content: center;
    }
    .header .m_btn {
        top: 24px;
    }
    .timer_block {
        margin-top: 16px;
    }

    .section_item {
        font-size: 26px;
    }

    .car_item {
        margin-top: 80px;
    }
    .car_wrapper {
        padding-top: 20px;
        display: flex;
        flex-direction: column;
    }
    .car_block {
        order: 2;
        margin-top: 20px;
        flex-direction: column;
        row-gap: 20px;
        padding: 0 20px;
    }
    .car_profit {
        width: fit-content;
    }
    .car_props {
        flex-wrap: wrap;
        row-gap: 14px;
    }
    .car_btns {
        order: 3;
        flex-direction: column;
        row-gap: 14px;
        margin-top: 20px;
        padding: 0 20px 20px;
    }
    .car_btns .btn {
        width: 100%;
    }

    #filter_table {
        flex-direction: column;
        row-gap: 14px;
    }
    #filter_table .select_container {
        width: 100%;
    }
    .compl_block {
        padding: 16px;
    }
    .compl_name {
        font-size: 24px;
    }
    .compl_tehs {
        margin-top: 14px;
        flex-direction: column;
        row-gap: 14px;
    }

    #instock {
        margin-top: 80px;
    }
    #instock .section_item {
        font-size: 28px;
    }
    #filter_table {
        margin-top: 20px;
    }
    #instock .btns {
        flex-direction: column;
        row-gap: 10px;
    }
    #instock .btns .btn {
        width: 100%;
    }
    #instock .btns .btn:nth-child(3) {
        width: 100%;
    }

    .credit {
        margin-top: 60px;
    }
    .credit_comment {
        font-size: 16px;
    }
    .credit_comment br {
        display: none;
    }
    .credit_wrapper {
        flex-direction: column;
        row-gap: 14px;
    }
    .credit_block {
        min-width: initial;
        padding: 20px;
    }
    .credit_img {
        width: 100%;
        height: auto;
    }
    .credit_img img {
        max-width: 100%;
        height: auto;
    }

    .tradein {
        margin-top: 60px;
    }
    .tradein_comment {
        font-size: 16px;
    }
    .tradein_comment br {
        display: none;
    }
    .tradein_block {
        min-width: initial;
    }

    .testdrive {
        margin-top: 60px;
    }
    .testdrive_comment {
        font-size: 16px;
    }
    .testdrive_comment br {
        display: none;
    }
    .testdrive_wrapper {
        flex-direction: column;
        row-gap: 14px;
    }
    .testdrive_block {
        min-width: initial;
        padding: 20px;
    }
    .testdrive_img {
        width: 100%;
        height: auto;
    }
    .testdrive_img img {
        max-width: 100%;
        height: auto;
    }

    .contacts {
        margin-top: 60px;
    }
    .contacts_wrapper {
        flex-direction: column;
        row-gap: 20px;
        padding: 40px 0;
    }
    .contacts_block {
        min-width: initial;
        padding: 20px;
    }
    #map1 {
        width: 100%;
        height: 300px;
    }
}
/*MOBILE END*/
@media (max-width: 680px) {}

@media (max-width: 540px) {
    .timer_title {
        font-size: 18px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.6) !important;
    }
}

@media (max-width: 520px) {}

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .car_name {
        top: -18px;
        font-size: 26px;
    }
    .car_profit {
        font-size: 14px;
    }
    .car_props a {
        font-size: 14px;
    }

    .tradein_img {
        flex-direction: column;
        row-gap: 16px;
    }

    .tradein_block {
        padding: 20px;
    }
    .tradein_img_wrap {
        width: 100%;
    }
    .tradein_img3 {
        width: 100%;
    }

    .bottom_addr {
        font-size: 14px;
    }
    .bottom_phone a {
        font-size: 14px;
    }
}

@media (max-width: 390px) {}


@media (max-width: 378px) {}

@media (max-width: 360px) {}

@media (max-width: 320px) {}