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: #181C25;
    background: #ffffff;
    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: 1310px;
    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: 1310px;
        max-width: 100%;
    }
}

@media (min-width: 1570px) {
    .container {
        width: 1310px;
        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 {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid black; */
    background: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding-bottom: 30px;
}

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

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

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

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

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

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    width: 100%;
    height: 60px;
    padding: 0 16px;
    font-family: "SourceSansPro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #282E41;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #FFFFFF;
    border: 1px solid #282E41;
    border-radius: 5px;
    outline: none;
}

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

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

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

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

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

.popup_container .form-group select {
    width: 100%;
    height: 60px;
    padding-left: 16px;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
}

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

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

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

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

.agree_field input+a {
    color: #282E41;
}

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

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

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    width: 100%;
    height: 60px;
    padding: 0 16px;
    font-family: "SourceSansPro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #282E41;
    box-sizing: border-box;
    text-transform: uppercase;
    background: #C8CDD24D;
    border: 1px solid #282E41;
    border-radius: 5px;
    outline: none;
}

select {
    display: block;
    width: 100%;
    height: 60px;
    padding-left: 20px;
    padding-right: 35px;
    font-family: "SourceSansPro", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #282E41;
    background: url(../img/select_ico.svg) right 20px center no-repeat #E3E4E8;
    border: 1px solid #5259704D;
    border-radius: 5px;
    outline: none;
}

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

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

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

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

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

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


.btn {
    position: relative;
    width: 308px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #181C25;
    border: 1px solid #FFFFFF33;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.btn:hover {
    color: #ffffff;
    background: #525970;
}
.btn.white {
    color: #282E41;
    background: #ffffff;
}
.btn.white:hover {
    color: #ffffff;
    background: #525970;
}

.section_item {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

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

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

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

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

.header .logo1 {
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #ffffff;
}
.header .logo2 {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    color: #ffffff;
}
.header .logo2 b {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.header .logo2 span {
    font-size: 18px;
    font-weight: 100;
}

.header .header_wrap {
    display: flex;
    column-gap: 26px;
}

.header .top_addr {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

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

.header .m_btn {
    display: none;
}

.menu {
    background: #282E41;
}
.menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.car_menu {
    display: flex;
    column-gap: 27px;
}
.car_menu a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 1px solid transparent;
    transition: all 0.2s linear;
}
.car_menu a:hover {
    border-color: #ffffff;
}
.main_menu {
    display: flex;
    column-gap: 27px;
}
.main_menu a {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 1px solid transparent;
    transition: all 0.2s linear;
}
.main_menu a:hover {
    border-color: #ffffff;
}

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

.main_banner {
    position: relative;
    margin-top: 138px;
}

.main_banner .title_container {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 0 20px;
    text-align: center;
    z-index: 2;
}
.main_banner .title_container .br_mob {
    display: none;
}
.main_banner .title_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 130%;
    height: 100%;
    background: linear-gradient(88.6deg, rgba(255, 255, 255, 0) 4.02%, rgba(255, 255, 255, 0.75) 31.1%, rgba(255, 255, 255, 0.75) 74.78%, rgba(255, 255, 255, 0) 94.31%);
    z-index: -1;
}

.main_banner .title_container .title1 {
    font-size: 35px;
    font-weight: 700;
}
.main_banner .title_container .title2 {
    font-size: 40px;
    font-weight: 500;
}
.main_banner .title_container .title3 {
    font-size: 45px;
    font-weight: 700;
}
.main_banner .title_container .title3 span {
    display: inline-block;
    padding: 8px 25px;
    color: #ffffff;
    background: #282E41;
    border-radius: 5px;
}

.main_banner .title_container .btn {
    margin-top: 30px;
    width: 260px;
}

.timer_block {
    padding: 24px 0;
    background: #282E41;
}
.timer_wrap {
    display: flex;
    justify-content: space-between;
}
.timer_item {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}
.timer_item .br_mob {
    display: none;
}
#timer_form {
    margin-top: 24px;
    width: 600px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#timer_form .form-group:nth-child(7) {
    width: 53%;
}
#timer_form .form-group:nth-child(8) {
    width: 45%;
}

#timer_form .form-group input[type="text"],
#timer_form .form-group input[type="tel"] {
    color: #ffffff;
    background: #C8CDD24D;
    border-color: #C8CDD280;
}
#timer_form .form-group input[type="text"]::placeholder,
#timer_form .form-group input[type="tel"]::placeholder {
    color: #ffffff;
}
#timer_form .agree_field,
#timer_form .agree_field a {
    color: #ffffff;
}

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

.cars_items {
    margin-top: 120px;
}

.car_item {
    margin-top: 50px;
    background: #525970;
    border-radius: 10px;
}
.car_wrapper {
    padding: 0 30px 30px;
    background: url("../img/car_bg.png") 95% 0 no-repeat #282E41;
    background-size: auto 100%;
    border-radius: 10px;

}
.car_wrap {
    display: flex;
    justify-content: space-between;
}
.car_block {
    position: relative;
}
.car_name {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    white-space: nowrap;
    color: #ffffff;
}
.car_props {
    margin-top: 96px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#voyah_free_se2 .car_props {
    margin-top: 80px;
}
.car_props > a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 35px;
    padding-left: 55px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
.car_props > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    transition: all 0.2s linear;
}
.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) 50% 50% no-repeat #525970;
}
.car_props .ico1:hover:before {
    background: url(../img/car_props_ico1_hov.svg) 50% 50% no-repeat #ffffff;
}
.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) 50% 50% no-repeat #525970;
}
.car_props .ico2:hover:before {
    background: url(../img/car_props_ico2_hov.svg) 50% 50% no-repeat #ffffff;
}
.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) 50% 50% no-repeat #525970;
}
.car_props .ico3:hover:before {
    background: url(../img/car_props_ico3_hov.svg) 50% 50% no-repeat #ffffff;
}
.car_props .ico4:before {
    background: url(../img/car_props_ico4.svg) 50% 50% no-repeat #525970;
}
.car_props .ico4:hover:before {
    background: url(../img/car_props_ico4_hov.svg) 50% 50% no-repeat #ffffff;
}
.car_props .ico5:before {
    background: url(../img/car_props_ico5.svg) 50% 50% no-repeat #525970;
}
.car_props .ico5:hover:before {
    background: url(../img/car_props_ico5_hov.svg) 50% 50% no-repeat #ffffff;
}

.img_block {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.dots {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.dot_color {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    cursor: pointer;
}

.car_btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.car_btns .btn {
    width: 33%;
}

.car_gallery {
    position: relative;
    display: none;
    width: 100%;
    padding: 30px 16px;
}
.car_gallery.active {
    display: block;
}
.car_gallery a {
    margin: 0 12px;
    border-radius: 10px;
    overflow: hidden;
}
.car_gallery .slick-arrow {
    position: absolute;
    left: -14px;
    top: 50%;
    bottom: initial;
    margin-top: -16px;
}
.car_gallery .slick-next {
    left: initial;
    right: -14px;
}
.car_gallery .slick-arrow:hover {
    background: url(../img/btn_arrow_hov.svg) 50% 50% no-repeat #ffffff;
}

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


#instock {
    margin-top: 120px;
}
.filter_quick_menu {
    display: none;
}
#filter_table {
    margin-top: 50px;
}
#tb_complects {
    width: 100%;
}

#tb_complects tbody tr:nth-child(1) {
    display: none;
}
#tb_complects tbody tr td:before {
    display: none;
}

#filter_table {
    display: flex;
    justify-content: space-between;
}
#filter_table .select_container {
    width: 32%;
}
#tb_complects .item {
    position: relative;
    display: block;
    margin-top: 50px;
    padding: 10px 20px 20px;
    background: linear-gradient(270deg, #282E41 0%, #464A57 49.77%, #E3E4E8 100%);
    border-radius: 10px;
    z-index: 2;
}
#tb_complects .item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #52597080;
    border-radius: 10px;
}
#tb_complects .item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-90%);
    width: 210px;
    height: 100%;
    background: url(../img/complects_item_bg.png) no-repeat;
    z-index: -1;
}
.compl_wrap {
    display: flex;
    align-items: center;
}
.compl_name {
    font-size: 40px;
    font-weight: 100;
    text-transform: uppercase;
    color: #ffffff;
}
.compl_tehs {
    margin-top: 30px;
    display: flex;
    column-gap: 60px;
}
.compl_tehs > div {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.compl_tehs > div p {
    margin: 0;
    font-size: 16px;
    font-weight: 100;
    color: #ffffff;
}
.compl_tehs > div span {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}
.compl_tehs > div span:before {
    content: '';
    position: relative;
    display: block;
    height: 30px;
}
.compl_tehs .ico1 span:before {
    min-width: 18px;
    background: url("../img/compl_tehs_ico1.svg") 50% 50% no-repeat;
}
.compl_tehs .ico2 span:before {
    min-width: 44px;
    background: url("../img/compl_tehs_ico2.svg") 50% 50% no-repeat;
}
.compl_tehs .ico3 span:before {
    min-width: 42px;
    background: url("../img/compl_tehs_ico3.svg") 50% 50% no-repeat;
}
#instock .btns {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
#instock .btns .btn {
    width: 33%;
}
.tb_complects_showmore {
    margin-top: 42px;
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

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

.credit {
    margin-top: 120px;
}
.credit_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.credit .section_item {
    text-align: left;
}
.credit_imgs1 {
    overflow: hidden;
    border-radius: 10px;
}
.credit_block {
    margin-top: 30px;
    padding: 24px 30px 26px;
    background: #E3E4E8;
    border: 1px solid #5259704D;
    border-radius: 10px;
}
.credit_comment {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 400;
}
#credit_form {
    margin-top: 12px;
}
.credit_imgs2 {
    overflow: hidden;
    border-radius: 10px;
}
.credit_imgs2 img {
    max-width: initial;
    height: 100%;
}

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

.tradein {
    margin-top: 120px;
    padding: 50px 0;
    background: #282E41;
}
.tradein_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.tradein_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.tradein_img1,
.tradein_img2,
.tradein_img3 {
    overflow: hidden;
    border-radius: 10px;
}
.tradein_img1 {
    width: 28%;
}
.tradein_img1 img {
    max-width: initial;
    height: 100%;
}
.tradein_img2,
.tradein_img3 {
    width: 326px;
}
.tradein_img3 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 340px;
}
.tradein_img3 img {
    position: absolute;
    max-width: initial;
}
.tradein_block {
    width: 44%;
}
.tradein .section_item {
    text-align: left;
    color: #FFFFFF;
    line-height: 100%;
}
.tradein_comment {
    margin-top: 28px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
#tradein_form {
    margin-top: 24px;
}
#tradein .agree_field,
#tradein .agree_field a {
    color: #ffffff;
}
#tradein select {
    color: #ffffff;
    background: url(../img/select_ico_wt.svg) right 20px center no-repeat #C8CDD24D;
    border-color: #C8CDD280;
}
#tradein select option {
    color: #181C25;
}
#tradein .form-group {
    margin-bottom: 14px;
}
#tradein .form-group input[type="text"],
#tradein .form-group input[type="tel"] {
    color: #ffffff;
    border-color: #C8CDD280;
}
#tradein .form-group input[type="text"]::placeholder,
#tradein .form-group input[type="tel"]::placeholder {
    color: #ffffff;
}

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

.testdrive {
    margin-top: 120px;
}
.testdrive_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.testdrive .section_item {
    text-align: left;
}
.testdrive_imgs1 {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}
.testdrive_imgs1 img {
    max-width: initial;
    height: 100%;
}
.testdrive_block {
    margin-top: 30px;
    padding: 24px 30px 26px;
    background: #E3E4E8;
    border: 1px solid #5259704D;
    border-radius: 10px;
}
.testdrive_comment {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 400;
}
#testdrive_form {
    margin-top: 12px;
}
.testdrive_imgs2 {
    overflow: hidden;
    border-radius: 10px;
}

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

.rewievs {
    position: relative;
    margin-top: 120px;
    padding: 80px 0;
    background: #E3E4E8;
    border-radius: 20px 20px 0 0;
}
.rewievs:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(268.81deg, #E3E4E8 44%, rgba(227, 228, 232, 0) 86%);
    z-index: 2;
}
.rewievs .section_item {
    text-align: left;
    line-height: 100%;
}
.rewievs_wrapper {
    display: flex;
    column-gap: 20px;
}
.rewievs_img {
    width: 488px;
    margin-top: 48px;
    overflow: hidden;
    border-radius: 10px;
}
.rewievs_slider {
    width: 72%;
    position: relative;
    padding-bottom: 60px;
}
.rewievs_block {
    margin: 0 15px;
    padding: 24px;
    background: #FFFFFF;
    border-radius: 10px;
}
.rewievs_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rewievs_name {
    font-size: 25px;
    font-weight: 700;
}
.rewievs_date {
    margin-top: 5px;
    font-size: 16px;
    font-weight: 100;
    color: #282E41;
}
.rewievs_text {
    margin-top: 30px;
    min-height: 168px;
    font-size: 18px;
    font-weight: 400;
    line-height: 110%;
}
.rewievs_text_des {
    display: none;
}
.rewievs_text_des.active {
    display: inline;
}
.rewievs_slider .slick-list {
    height: auto !important;
}
.rewievs_photo {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.rewievs_photo a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-height: 200px;
    overflow: hidden;
    border-radius: 14px;
}
#rewievs_btn {
    width: fit-content;
    margin-top: 14px;
    padding: 4px 8px;
    font-size: 14px;
    border: 1px solid #282E41;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s linear;
}
#rewievs_btn:hover {
    color: #ffffff;
    background: #282E41;
}
.slick-arrow {
    position: absolute;
    left: 44%;
    bottom: 0;
    width: 35px;
    height: 35px;
    background: url("../img/btn_arrow.svg") 50% 50% no-repeat #282E41;
    border: 2px solid #282E41;
    border-radius: 50px;
    font-size: 0;
    cursor: pointer;
    z-index: 3;
    transition: all 0.2s linear;
}
.slick-next {
    left: 52%;
    transform: rotate(180deg);
}
.slick-arrow:hover {
    background: url("../img/btn_arrow_hov.svg") 50% 50% no-repeat;
}

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

.contacts {
    padding: 120px 0;
    background: #282E41;
}
.contacts .section_item {
    color: #ffffff;
}
.contacts_wrapper {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    column-gap: 30px;
}
.contacts_cont {
    background: #E3E4E8;
    border-radius: 10px;
}
.contacts_img {
    overflow: hidden;
    border-radius: 10px;
}
.contacts_wrap {
    padding: 30px;
}
.contacts_block {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.contacts_block > div {
    position: relative;
    display: flex;
    align-items: start;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.contacts_block > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 22px;
}
.contacts_block .bottom_addr:before {
    background: url(../img/bottom_addr_ico.svg) 50% 50% no-repeat;
}
.contacts_block .bottom_phone:before {
    background: url(../img/bottom_phone_ico.svg) 50% 50% no-repeat;
}
.contacts_block .bottom_hour:before {
    background: url(../img/bottom_hour_ico.svg) 50% 50% no-repeat;
}
.contacts .btn {
    margin-top: 26px;
    width: 100%;
}
#map1 {
    position: relative;
    width: 64%;
    height: 600px;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    border: 1px solid #5259704D;
    border-radius: 10px;
    overflow: hidden;
}
#map1 .ymaps-2-1-79-inner-panes {
    filter: grayscale(1);
    -ms-filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
}

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


footer {
    padding-top: 24px;
    padding-bottom: 32px;
    background: #181C25;
    font-size: 13px;
    color: #E3E4E8;
}
footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px 12px;
}
footer a {
    font-size: 13px;
    color: #E3E4E8;
}
footer .disclamer {
    width: 100%;
    font-size: 12px;
    color: #E3E4E8;
    display: none;
    text-align: left;
    padding-top: 35px;
}
.your_info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 44px;
    row-gap: 10px;
}
.your_info span {
    line-height: 200%;
}

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

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

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

@media (max-width: 1570px) {
    .main_banner .title_container .title1 {
        font-size: 28px;
    }
    .main_banner .title_container .title2 {
        font-size: 32px;
    }
    .main_banner .title_container .title3 {
        font-size: 32px;
    }
    .timer {
        width: 50%;
        display: flex;
        justify-content: center;
    }
    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
    }

    .timer_form {
        max-width: 50%;
    }
}

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

@media (max-width: 1186px) {
    .header .logo1 {
        width: 120px;
    }
    .header .logo2 b {
        font-size: 16px;
    }
    .header .logo2 span {
        font-size: 14px;
    }
    .header .header_wrap {
        flex-direction: column;
        row-gap: 8px;
        align-items: center;
    }
    .header .btn {
        width: 240px;
    }
    .car_menu a {
        font-size: 14px;
    }
    .main_menu a {
        font-size: 14px;
    }

    #timer_form {
        width: 500px;
    }
    .timer_item {
        font-size: 20px;
    }

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

    .img_block {
        justify-content: right;
    }
    .img_block img {
        width: 70%;
    }
    .dot_color {
        width: 28px;
        height: 28px;
    }
    .car_btns {
        margin-top: 14px;
    }

    .compl_img {
        width: 50%;
    }

    .credit_wrap {
        width: 49%;
    }
    .credit_imgs2 {
        width: 49%;
    }

    .testdrive_wrap {
        width: 49%;
    }
    .testdrive_imgs1 {
        width: 49%;
    }
}

/*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) {
    .header .header_wrapper {
        flex-wrap: wrap;
    }

    .header .header_wrap {
        margin-right: 70px;
    }

    .header .top_addr {
        display: none;
    }

    .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: 72px;
        left: 100%;
        background: #181C25;
        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: 14px;
    }

    .car_menu {
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
    }

    .main_menu {
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
    }

    .main_banner {
        margin-top: 72px;
    }
    .main_banner .title_container {
        padding: 2vw 0;
        position: relative;
        top: 0;
    }
    .main_banner .title_container .title1 {
        font-size: 4vw;
    }
    .main_banner .title_container .title2 {
        font-size: 4vw;
    }
    .main_banner .title_container .title3 {
        font-size: 4vw;
    }
    .main_banner .title_container .title3 span {
        margin-top: 2vw;
        padding: 1vw 2vw;
    }
    .timer_wrap {
        position: relative;
        flex-direction: column-reverse;
        align-items: center;
        padding-top: 60px;
    }
    .timer_item {
        font-size: 20px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .timer_item .br_mob {
        display: block;
    }
    #timer_form {
        margin-top: 0;
        width: 100%;
        max-width: 440px;
    }
    #timer_form .form-group:nth-child(7) {
        width: 100%;
    }
    #timer_form .form-group:nth-child(8) {
        width: 100%;
    }
    .car_wrapper {
        position: relative;
        padding-top: 60px;
    }
    .img_block {
        flex-direction: column;
    }
    .img_block img {
        width: 100%;
    }
    .dots {
        flex-direction: row;
        column-gap: 14px;
    }
    .cars_items {
        margin-top: 60px;
    }
    .car_item {
        margin-top: 20px;
    }
    .car_name {
        left: initial;
        font-size: 30px;
    }
    .car_props {
        margin-top: 30px;
    }
    #voyah_free_se2 .car_props {
        margin-top: 30px;
    }
    .car_wrap {
        flex-direction: column-reverse;
    }
    .car_block {
        position: initial;
    }
    #instock {
        margin-top: 60px;
    }
    #filter_table {
        margin-top: 20px;
    }
    .compl_img {
        width: 100%;
    }
    .compl_wrap {
        flex-direction: column;
        align-items: start;
    }
    #tb_complects .item {
        background: linear-gradient(163deg, #282E41 0%, #464A57 49.77%, #E3E4E8 100%);
    }

    .credit {
        margin-top: 60px;
    }
    .credit_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .credit_wrap {
        width: 100%;
    }
    .credit_imgs1 img {
        width: 100%;
    }
    .credit_imgs2 {
        width: 100%;
    }
    .credit_imgs2 img {
        width: 100%;
    }

    .tradein {
        margin-top: 60px;
    }
    .tradein_wrapper {
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .tradein_block {
        width: 100%;
    }
    .tradein_img1 {
        order: 2;
        width: 49%;
    }
    .tradein_img1 img {
        width: 100%;
    }
    .tradein_wrap {
        order: 3;
        width: 49%;
    }
    .tradein_img2,
    .tradein_img3 {
        width: 100%;
    }
    .tradein_img2 img {
        width: 100%;
    }
    .tradein_img3 {
        height: 100%;
    }
    .tradein_img3 img {
        height: 100%;
    }
    .testdrive {
        margin-top: 60px;
    }
    .testdrive_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .testdrive_wrap {
        width: 100%;
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }
    .testdrive_block {
        margin-top: 0;
    }
    .testdrive_imgs1 img {
        width: 100%;
    }
    .testdrive_imgs1 {
        width: 100%;
        order: 2;
    }
    .testdrive_imgs1 img {
        width: 100%;
    }
    .testdrive_imgs2 img {
        width: 100%;
    }
    .rewievs {
        margin-top: 60px;
        padding: 40px 0;
    }
    .rewievs:before {
        display: none;
    }
    .rewievs_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .rewievs_img {
        margin-top: 20px;
        width: fit-content;
    }
    .rewievs_slider {
        width: 102%;
        left: -1%;
    }
    .contacts {
        padding: 60px 0;
    }
    .contacts_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .contacts_cont {
        width: fit-content;
        margin: 0 auto;
    }
    #map1 {
        position: relative;
        width: 100%;
        height: 400px;
    }
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .main_banner .title_container .br_mob {
        display: block;
    }
    .main_banner .title_container {
        position: absolute;
        top: 24px;
        padding: 0;
    }
    .main_banner .title_container:before {
        display: none;
    }
    .main_banner .title_container .title1 {
        font-size: 5vw;
        color: #ffffff;
    }
    .main_banner .title_container .title2 {
        font-size: 6vw;
        color: #ffffff;
    }
    .main_banner .title_container .title3 {
        font-size: 6vw;
        color: #ffffff;
    }
    .car_name {
        font-size: 26px;
    }
    .car_wrapper {
        padding: 60px 16px 30px;
    }
    .car_btns {
        flex-direction: column;
        row-gap: 10px;
    }
    .car_btns .btn {
        width: 100%;
    }
    .car_gallery {
        display: block;
        width: 100%;
        padding: 20px 8px;
    }
    .car_gallery a {
        margin: 0 8px;
    }
    .car_gallery .slick-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 12px;
        margin: 10px 0 0;
        height: 16px;
    }
    .car_gallery .slick-dots li button {
        display: none;
    }
    .car_gallery .slick-dots li {
        width: 14px;
        height: 14px;
        border-radius: 50px;
        background: #E3E4E8;
        transition: all 0.2s linear;
    }
    .car_gallery .slick-dots li.slick-active {
        width: 16px;
        height: 16px;
        background: #ffffff;
    }

    #filter_table {
        margin-top: 18px;
        flex-direction: column;
        row-gap: 10px;
    }
    #filter_table .select_container {
        width: 100%;
    }
    #tb_complects .item:after {
        width: 100%;
        left: 0;
        transform: translateX(0%);
        background-position: 80% 0;
    }
    #instock .btns {
        flex-direction: column;
        row-gap: 10px;
    }
    #instock .btns .btn {
        width: 100%;
    }
    .rewievs_slider {
        width: 100%;
        left: 0;
        padding-bottom: 0;
    }
    .rewievs_block {
        margin: 0;
    }
    .rewievs_text {
        min-height: initial;
    }
    .rewievs .slick-dots {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 12px;
        margin: 10px 0 0;
        height: 16px;
    }
    .rewievs .slick-dots li button {
        display: none;
    }
    .rewievs .slick-dots li {
        width: 14px;
        height: 14px;
        border-radius: 50px;
        background: #282E41;
        transition: all 0.2s linear;
    }
    .rewievs .slick-dots li.slick-active {
        width: 16px;
        height: 16px;
        background: #ffffff;
    }
    .tradein_img3 {
        height: auto;
    }
    .tradein_img3 img {
        position: relative;
        height: auto;
        width: 100%;
    }
    .contacts_wrap {
        padding: 16px;
    }
    #map1 {
        height: 320px;
    }
}
/*MOBILE END*/
@media (max-width: 680px) {}

@media (max-width: 540px) {
    .header .header_wrap {
        margin-top: 14px;
        margin-right: 0;
        width: 100%;
    }
    .header .m_btn {
        top: 24px;
    }
    .header .menu {
        top: 106px;
    }
    .main_banner {
        margin-top: 106px;
    }
    .main_banner .title_container .title2 {
        font-size: 6.4vw;
    }
    .main_banner .title_container .title3 {
        font-size: 6.4vw;
    }

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

    .car_name {
        font-size: 20px;
    }
    .car_gallery .slick-dots {
        column-gap: 8px;
    }
    .car_gallery .slick-dots li {
        width: 10px;
        height: 10px;
    }
    .car_gallery .slick-dots li.slick-active {
        width: 12px;
        height: 12px;
    }

    .compl_name {
        font-size: 30px;
    }
    .compl_tehs {
        margin-top: 16px;
        column-gap: 20px;
    }
    .compl_tehs > div span {
        font-size: 20px;
    }
    .compl_tehs > div span:before {
        background-size: contain !important;
    }
    .compl_tehs .ico2 span:before {
        min-width: 28px;
    }
    .compl_tehs .ico3 span:before {
        min-width: 28px;
    }
    .compl_tehs > div span {
        font-size: 16px;
    }

    .tradein_img1 {
        width: 100%;
        order: 1;
    }
    .tradein_img1 img {
        width: 100%;
    }
    .tradein_block {
        order: 2;
    }
    .tradein_wrap {
        order: 3;
        width: 100%;
        row-gap: 24px;
    }

    .credit_block {
        padding: 24px 16px 16px;
    }
    .testdrive_block {
        padding: 24px 16px 16px;
    }
}

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

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .timer div[id^="timer"] {
        transform: scale(0.5) !important;
    }
}

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


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

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

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