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

html {
    overflow-x: hidden;
}

body {
    font-family: "Noto Sans", serif;
    font-size: 16px;
    color: #2E2D2D;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    /* overflow-x: hidden; */
    max-width: 1920px;
    background: #ffffff;
}

.container {
    max-width: 1330px;
    padding: 0px 15px;
    margin: 0px auto;
}

.fancybox-button svg {
    transform: scale(2);
}

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

.fancybox-content {
    overflow: hidden;
}

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

.br_mob {
    display: none;
}

sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 11px;
}

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

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

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

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

p {
    padding: 0;
}

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

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

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
    display: none;
}

.popup_container {
    width: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

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

.popup_container .agree_field a {
    color: black;
}

.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
}

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

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

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg);
    /* Aey Firefox */
    -ms-transform: rotate(45deg);
    /* Aey IE */
    -webkit-transform: rotate(45deg);
    /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg);
    /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: '';
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

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

.agree_field {
    display: flex;
    align-items: center;
    font-size: 14px;
    gap: 2px;
}

.agree_field a {
    text-decoration: underline;
}

.agree_field input {
    display: none;
}

.checkmark {
    width: 12px;
    height: 12px;
    border: 1px solid #ccc;
    margin-right: 8px;
    position: relative;
}

.agree_field input:checked+.checkmark {
    background-color: #2E2D2D;
    border-color: #2E2D2D;
}

.checkmark:after {
    content: '';
    display: none;
    position: absolute;
    left: 3px;
    top: -3px;
    width: 4px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.agree_field input:checked+.checkmark:after {
    display: block;
}

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

form .form-group input[type=tel],
form .form-group input[type=text],
form .form-group select {
    height: 47px;
    width: 100%;
    color: #9A9A9A;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 700;
    font-family: "Noto Sans", serif;
    padding: 0px 16px;
    outline: none;
    background: none;
    border-radius: 1px;
    border: 1px solid #2E2D2D;
}

.fancybox-slide form .form-group input[type=tel],
.fancybox-slide form .form-group input[type=text],
.fancybox-slide form .form-group select {
    height: 43px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "Noto Sans", serif;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #2D2926;
}

form .form-group select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ico_select.svg) 95% 50% no-repeat;
    outline: none;
    color: #2E2D2D;
    font-family: "Noto Sans", serif;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: "Noto Sans", serif;
    outline: none;
}

.form_title {
    color: black;
    font-size: 36px;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

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

.btn {
    position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 192px;
    height: 46px;
    background: #000000;
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: none;
    outline: none;
    border: none;
    transition: all .3s;
    text-align: center;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 8px) 100%, 0 100%, 0 12px);
    z-index: 10;
}

.btn::before {
    content: '';
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    bottom: -10px;
    left: -10px;
    background: #5E5871;
    transform: rotate(45deg);
    transition: all .75s ease-in-out;
}

.btn:hover::before {
    transform: scale(21);
    width: 100%;
    height: 100%;
}

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

.btn.glass {
    background: #ffffff;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}

.btn.glass::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2E2D2D;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 8px) 100%, 0 100%, 0 12px);
    z-index: -2;
}

.btn.glass:hover {
    border: 1px solid #5E5871;
}

.btn.white {
    background: #FFFFFF;
    color: #2E2D2D;
    border: 1px solid #FFFFFF;
}

.btn.white:hover {
    border: 1px solid #5E5871;
    color: #FFFFFF;
}


/***** header *****/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 15;
}

.header {
    background: #FFFFFF;
    padding: 18px 0 13px;
}

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

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

.logo_wrap span {
    position: relative;
    display: block;
    width: 1px;
    height: 44px;
    background: #F2F2F2;
}

.logo2 {
    margin-bottom: 6px;
}

.cont_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 44%;
}

.addr_wrap,
.phone_wrap {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.phone {
    font-weight: 700;
}

.addr_top,
.phone_top {
    color: #00000063;
    font-size: 14px;
}

.m_btn {
    display: none;
}

.menu {
    position: relative;
    z-index: 5;
    background: #FFFFFF99;
    backdrop-filter: blur(14px);
}

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

.menu_wrap a:hover {
    color: #5E5871;
    text-decoration: underline;
    text-underline-offset: 14px;
    text-decoration-thickness: 3px;
}

.menu_models {
    display: flex;
    gap: 60px;
}

.menu_items {
    display: flex;
    gap: 60px;
}


/***** banner *****/
.banner {
    position: relative;
    height: 720px;
}

.banner picture img {
    height: 100%;
    object-fit: cover;
}

.title_container {
    padding: 30px 34px 42px;
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #FFFFFFCC;
    text-align: center;
    width: max-content;
    letter-spacing: 0.6px;
}

.title_container .br_mob {
    display: none;
}

.banner .title1 {
    font-size: 36px;
    font-weight: 700;
}

.banner .title2 {
    margin-top: 10px;
    position: relative;
    font-size: 30px;
    font-weight: 400;
}
/*
.banner .title2:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #5E5871 !important;
    transition: all 0.3s;
    background: url(../img/title_ico1.svg) 50% no-repeat;
    clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}
*/
.banner .btn {
    position: absolute;
    bottom: -20px;
    width: 481px;
}


/***** timer *****/

.timer_block {
    background: #F2F2F2;
    padding: 32px 0;
}

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

.timer_title {
    color: #000000;
    font-size: 26px;
}

.timer_title_mob {
    display: none;
}

#timer_form {
    margin-top: 16px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    width: 574px;
    max-width: 100%;
}

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

#timer_form .agree_field {
    color: #000000;
}


/***** cars *****/

.cars_items {
    margin: 80px 0 86px 0;
}

.blocks_title {
    font-size: 50px;
    font-weight: 700;
}

.cars_menu {
    margin: 60px 0;
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
}

.cars_menu a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
    padding: 10px 15px;
}

.cars_menu a:hover {
    background: #F2F2F2;
}

.cars_menu .menu_name {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}

.cars_wrap {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

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

.car_info {
    display: flex;
    justify-content: space-between;
    background: url(../img/car_bg.png) 50% 100% no-repeat;
}

.car_text {
    position: relative;
    padding: 32px 60px;
    height: 399px;
    color: #FFFFFF;
    background: #2E2D2D;
    display: flex;
    flex-direction: column;
}

.car_name {
    margin-bottom: 35px;
    font-size: 46px;
    text-transform: uppercase;
}

.car_profit {
    position: absolute;
    top: 32px;
    right: 60px;
}

.car_props {
    display: flex;
    flex-direction: column;
    gap: 22px 0;
    margin-bottom: 20px;
}

.car_props>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    padding-left: 44px;
    min-height: 26px;
}

.car_props>a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background-color: #5E5871 !important;
    transition: all 0.3s;
    clip-path: polygon(5px 0, 100% 0, 100% calc(100% - 5px), calc(100% - 5px) 100%, 0 100%, 0 5px);
}

.car_props>a:hover:before {
    background-color: #5E5871 !important;
}

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

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

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

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

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

.car_btns .btn {
    flex: 1;
    font-weight: 700;
}

.car_image_wrap {
    position: relative;
    width: 49%;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.car_engine {
    position: absolute;
    top: -21px;
    left: 260px;
    display: flex;
    align-items: center;
    column-gap: 14px;
    padding: 6px 16px 6px 6px;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    background: #5E5871;
    z-index: 2;
}
.car_engine:before {
    content: '';
    position: relative;
    display: block;
    min-width: 30px;
    height: 30px;
    background: url(../img/car_engine_ico.svg) no-repeat;
}

.car_price {
    left: 20px;
    font-weight: 400;
}

.car_price:before {
    content: '';
    position: relative;
    display: block;
    min-width: 30px;
    height: 30px;
    background: url(../img/car_price_ico.svg) no-repeat;
}

.car_image {
    margin-left: 40px;
}

.cars_colors_thumbtional {
    padding: 22px 0;
    width: 151px;
    background: #ECF0F5;
}

.cars_colors_thumbtional .slick-list {
    min-height: 100% !important;
}

.cars_colors_thumb_img {
    max-width: 100%;
    overflow: hidden;
    cursor: pointer;
}

.cars_colors_thumb_img:hover {
    background: #5E5871;
}

.cars_colors_thumb_img img {
    width: 75%;
    margin: 2px auto;
}

.car_techs {
    display: flex;
    margin-left: 20px;
    gap: 53px;
}

.techs_item {
    position: relative;
    padding-left: 7px;
    font-size: 14px;
    color: #6C757D;
}

.techs_item:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 31px;
    display: block;
    background-color: #CBCBCB;
}

.techs_item b {
    font-size: 16px;
    font-weight: 700;
    color: #2E2D2D;

}

.cars_colors_thumbtiona .slick-dots {
    display: none;
}

.car_gallery {
    max-height: 135px;
    overflow: hidden;
    display: flex;
    gap: 10px;
}

.car_gallery .slick-slide {
    margin-right: 10px;
}

.car_gallery .slick-dots {
    display: none !important;
}


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


#instock {
    margin-top: 80px;
}

.blocks_title.instock_title {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000000;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

#filter_table .select_container {
    flex: 1;
}

#filter_table select {
    width: 100%;
    color: #9A9A9A;
    border: 1px solid #2E2D2D;
    padding: 15px 17px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 1px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/ico_select.svg) 95% 50% no-repeat;
    outline: none;
    cursor: pointer;
}

.filter_quick_menu {
    margin-top: 60px;
    margin-bottom: 0;
    display: none;
    justify-content: space-between;
}

.filter_quick_menu li {
    width: 25%;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 4px;
    border-bottom: 3px solid #DEDEDE;
    cursor: pointer;
    transition: all 0.2s linear;
}

.filter_quick_menu li:hover {
    color: #5E5871;
}

.filter_quick_menu li.current {
    border-color: #5E5871;
}

.tb_complects_container {
    width: 100%;
    /* overflow-x: hidden; */
}

#tb_complects {
    display: flex;
    flex-direction: column;
    border-collapse: collapse;
    margin-top: 30px;
    width: 100%;
}

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

#tb_complects tbody {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
}

#tb_complects .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    background: #F2F2F2;
    border: 1px solid #DEDEDE;
    height: 100%;
    box-sizing: border-box;
    margin-top: 0;
}

#tb_complects .compl_img {
    padding: 40px 5px;
    background: #2E2D2D;
}

#tb_complects .item .compl_name {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 49%;
    background: #FFFFFF;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 8px) 100%, 0 100%, 0 12px);
}

#tb_complects .item .compl_name p {
    margin: 0;
    max-width: 80%;
}

#tb_complects .item .compl_name span {
    color: #5E5871;
    white-space: nowrap;
}

#tb_complects .item .compl_wrap {
    width: 100%;
    padding: 24px;    
}
#tb_complects .item .compl_info {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 24px;
}

#tb_complects .item .compl_tehs {
    width: 49%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

#tb_complects .item .compl_tehs>div {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #9A9A9A;
}

#tb_complects .item .compl_tehs>div span {
    color: #9A9A9A;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#tb_complects .item .compl_tehs>div b {
    font-weight: 700;
    color: #000000;
}


#tb_complects .item .btns {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#tb_complects .item .btns .btn {
    width: 100%;
}

#tb_complects .item .btns .btn.glass {
    background: #2E2D2D;
    border: 1px solid #2E2D2D;
    color: #2E2D2D;
}

#tb_complects .item .btns .btn.glass:hover {
    color: #ffffff; 
}

#tb_complects .item .btns .btn.glass::after {
       background: #F2F2F2; 
}

.tb_complects_showmore {
    margin-top: 24px;
    color: #9A9A9A;
    border: 1px solid #9A9A9A;
    background: #9A9A9A;
}

.btn.tb_complects_showmore::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    clip-path: polygon(8px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 8px) 100%, 0 100%, 0 12px);
    z-index: -2;
}

.btn.tb_complects_showmore:hover {
    color: #ffffff; 
}

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


/***** tradein *****/

.tradein {
    position: relative;
    background: #F2F2F2;
    padding: 80px 0;
    margin-top: 80px;
}

.tradein_img {
    background: url(../img/tradein_img.jpg) 20% 100% no-repeat;
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
    z-index: 1;
}

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

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

.tradein_wrap {
    max-width: 481px;
}

.blocks_title.tradein_title {
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #000000;
}

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

#tradein_form {
    margin-top: 20px;
}

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



/***** credit *****/

.credit {
    padding: 80px 0;
}

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

.credit_info {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    max-width: 554px;
}

.blocks_title.credit_title {
    text-transform: uppercase;
    margin-top: auto;
    margin-bottom: 30px;
    color: #000000;
}

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

.credit form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 100%;
}

.credit .form-group {
    width: 49%;
}

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

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

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


/***** contacts *****/

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

.contacts_wrap {
    position: relative;
    max-width: 557px;
}

.blocks_title.contacts_title {
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px;
}

.contacts_info {
    padding: 63px 0;
    background: #F2F2F2;
    z-index: 1;
}

.contacts .logo_wrap {
    margin-bottom: 34px;
    width: 100%;
    margin-top: 6px;
}

.contacts .logo_wrap span {
    height: 44px;
    background: #696969;
}

.contacts .cont_wrap {
    flex-direction: column;
    align-items: start;
    border-top: none;
    width: 100%;
    padding-bottom: 38px;
    border-bottom: 1px solid #9A9A9A;
}

.contacts .addr_wrap,
.contacts .phone_wrap {
    gap: 0px;
    margin-bottom: 18px;
}

.contacts .phone {
    font-size: 18px;
}

.contacts_decsr {
    font-size: 20px;
    padding-top: 60px;
    margin-bottom: 12px;
}

.contacts_wrap .btn {
    width: 100%;
}

.contacts form {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    max-width: 100%;
}

.contacts .form-group {
    width: 49%;
}

#map1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-0.7%);
    width: 50%;
    height: 100%;
    background: url(../img/map.jpg?v=2.2) 50% 0 no-repeat;
    background-size: cover;
}


/***** footer *****/

footer {
    padding: 35px 0;
    background: #2E2D2D;
    color: #ffffff;
    font-size: 16px;
}

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

.footer_links {
    display: flex;
    flex-direction: column;
    gap: 15px 0;
}

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


@media (max-width: 1330px) {
    .title_container {
        width: auto;
        left: 15px;
        right: 15px;
        transform: initial;
    }
    .banner .title1 {
        font-size: 28px;
    }
    .banner .title2 {
        font-size: 26px;
    }

    .menu_models {
        gap: 10px;
        justify-content: space-between;
        width: 35%;
    }

    .menu_items {
        gap: 10px;
        justify-content: space-between;
    }

    .car_name {
        font-size: 3.5vw;
    }

    .car_techs {
        gap: 26px;
    }

    .car_image_wrap {
        width: 38%;
        /* временно */
    }
    #filter_table {
        flex-direction: column;
    }


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


    #tb_complects .item .compl_img {
        width: 100%;
    }

    .credit_wrap {
        gap: 10px;
    }

}

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

    .addr_wrap,
    .phone_wrap {
        max-width: 240px;
    }

    .cont_wrap {
        width: 39%;
    }

    .title_container {
        padding: 20px 20px 42px;
        top: 160px;
    }

    .timer_block .container {
        justify-content: center;
        gap: 20px;
    }

    .car_text {
        padding: 32px 50px;
    }

    .car_techs {
        flex-wrap: wrap;
    }

    .tradein_wrap {
        margin-right: 10px;
    }

    .contacts_wrap {
        width: 50%;
    }

    .contacts_info {
        padding: 40px 15px 40px 0;
    }

    .contacts form {
        flex-direction: column;
    }

    .contacts .form-group {
        width: 100%;
    }



}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 991px) {
    .br_mob {
        display: block;
    }

    .header_wrap {
        gap: 6px;
    }

    .addr_wrap,
    .phone_wrap {
        max-width: 100%;
    }

    .cont_wrap {
        width: 100%;
    }

    .header .btn {
        display: none;
    }

    .title_container {
        top: 196px;
        padding: 12px 20px 42px;
    }

    .title_container .br_mob {
        display: block;
    }

    .cars_wrap {
        gap: 40px;
    }

    .cars_menu {
        gap: 0 10px;
    }

    .car_info {
        flex-direction: column;
        background-size: cover;
    }

    .car_text {
        height: 100%;
    }

    .car_image_wrap {
        width: 100%;
        order: 3;
        padding: 20px 0;
    }

    .car_engine {
        position: relative;
        top: 0;
        left: 0;
        width: fit-content;
        margin-left: 10px;
    }

    .car_price {
        margin-bottom: 10px;
    }

    .car_techs {
        margin-top: 20px;
        margin-left: 0;
        justify-content: space-around;
    }

    .cars_items .car_image {
        display: none;
    }

    .cars_colors.slick-slider {
        display: none;
    }

    .cars_colors_thumb_img {
        box-shadow: none;
        background: none;
    }

    .cars_colors_thumb_img img {
        margin: 0 auto;
    }

    .cars_colors_thumb_img:hover {
        background: none;
    }

    .cars_colors_thumbtional {
        width: 100%;
        background: none;
        padding: 0;
    }

    .cars_colors_thumbtional .slick-dots {
        display: flex;
        gap: 20px;
        justify-content: center;
        position: relative;
    }

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

    .cars_colors_thumbtional .slick-dots li {
        width: 30px;
        height: 5px;
        background: rgba(94, 88, 113, 0.2);
        transition: all .2s linear;
        cursor: pointer;
        list-style-type: none;
    }

    .cars_colors_thumbtional .slick-dots li.slick-active {
        background: #5E5871;
    }

    .cars_colors_thumbtional .slick-list {
        min-height: 130px;
    }

    .car_gallery_item img {
        width: 100%;
    }

    .tradein {
        padding-top: 0;
    }

    .tradein_img {
        background: url(../img/tradein_img.jpg) 50% 70% no-repeat;
        position: relative;
        width: 100%;
        height: 400px;
        background-size: cover;
    }

    .tradein_wrap {
        margin: 40px 0 0;
    }

    .blocks_title.credit_title {
        margin-top: 40px;
    }

}

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .br_mob {
        display: block;
    }

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

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

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

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

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

    .m_btn.active span:nth-child(1) {
        transform-origin: top right;
        transform: rotate(-45deg);
        top: -1px;
    }

    .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

    .m_btn.active span:nth-child(3) {
        transform-origin: bottom right;
        transform: rotate(45deg);
        bottom: -1px;
    }

    .header {
        padding: 10px 0 10px;
    }

    .header_wrap {
        gap: 4px;
        justify-content: center;
        justify-content: space-between;
    }

    .logo_wrap {
        width: 80%;
    }

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

    .addr_wrap {
        display: none;
    }

    .addr_top,
    .phone_top {
        display: none;
    }

    .menu .menu_wrap {
        display: block;
        position: fixed;
        top: 0;
        color: #ffffff;
        background: #333333;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 8;
        padding: 10px 0;
    }

    .menu.active .menu_wrap {
        right: 0;
    }

    .menu .menu_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .menu a {
        margin: 10px 0;
    }

    .menu_models,
    .menu_items {
        flex-direction: column;
        align-items: center;
    }

    .banner {
        margin-top: 104px;
        height: 100%;
    }

    .banner picture {
        display: block;
    }

    .banner picture img {
        width: 100%;
    }

    .title_container {
        top: 6vw;
        left: 0;
        right: 0;
        padding: 2vw 1vw;
        font-size: 4vw;
    }

    .banner .title1 {
        font-size: 5vw;
    }

    .banner .title2 {
        font-size: 4.6vw;
        text-align: center;
        padding-left: 0;
    }

    .banner .title2:before {
        display: none;
    }

    .banner .btn {
        top: 100%;
        bottom: initial;
        margin-top: 2vw;
        width: 250px;
    }

    .timer_block .container {
        justify-content: center;
    }

    .timer_title {
        display: none;
        text-align: center;
    }

    .timer_title_mob {
        display: flex;
    }

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

    #timer_form {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

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

    div[id^=timer] {
        position: relative;
        left: -4%;
        transform: scale(0.8) !important;
    }

    .blocks_title {
        font-size: 9vw;
    }

    .cars_items {
        padding: 40px 0;
    }

    .cars_menu {
        margin: 40px 0;
        gap: 10px;
    }

    .cars_menu .menu_name {
        font-size: 3.74vw;
    }

    .cars_menu a {
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        flex-grow: 1;
    }

    .car_text {
        padding: 20px 10px;
    }

    .car_profit {
        top: 10px;
        right: 10px;
    }

    .car_profit_ico {
        height: 36px;
    }

    .car_name {
        font-size: 9vw;
    }

    .cars_items .car_image {
        background-position: 0px -70px;
    }

    .cars_colors_thumbtional .slick-list {
        min-height: 110px;
    }

    .car_props {
        gap: 10px 0;
    }

    .car_props>a {
        font-size: 16px;
    }

    .car_props>a:before {
        width: 30px;
        height: 30px;
    }

    .car_btns {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .car_btns .btn {
        flex: none;
        width: 80%;
    }

    .car_techs {
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px 10px;
        padding: 0 10px;
    }

    .techs_item {
        width: 48%;
    }

    .techs_item b {
        font-size: 14px;
    }

    .filter_quick_menu li {
        font-size: 16px;
    }

    #tb_complects tbody {
        grid-template-columns: 1fr;
    }
    #tb_complects .item .compl_wrap {
            padding: 15px;
    }

  

    #tb_complects .item .compl_tehs {}

    #tb_complects .item .compl_tehs>div {
        font-size: 14px;
    }


    #tb_complects .item .compl_tehs>div {
        font-size: 12px;
    }


    .tradein {
        padding: 40px 0;
        padding-top: 0;
    }

    .tradein_wrap {
        margin-right: 0;
    }

    .tradein_img {
        background: url(../img/tradein_img.jpg) 60% 100% no-repeat;
        height: 300px;
        background-size: cover;
    }

    .credit {
        padding: 40px 0;
    }

    .credit_img.img1 {
        width: 100%;
    }

    .credit_img.img1 img {
        width: 100%;
    }

    .credit_img.img2 {
        display: none;
    }

    .contacts {
        background: #F2F2F2;
    }

    .contacts .addr_wrap,
    .contacts .phone_wrap {
        max-width: 100%;
    }

    .contacts .addr_wrap {
        display: flex;
    }

    .contacts .addr_wrap p,
    .contacts .phone_wrap p {
        font-size: 18px;
    }

    .contacts .addr_wrap p.addr_top,
    .contacts .phone_wrap p.phone_top {
        display: block;
        font-size: 14px;
    }

    .phone {
        font-size: 20px;
    }

    .contacts .phone {
        font-size: 18px;
    }

    .contacts_info {
        position: relative;
        top: 0;
        padding: 40px 0;
    }

    .contacts_decsr {
        font-size: 16px;
    }

    .contacts_wrap .btn {
        width: 330px;
    }

    .contacts form {
        flex-direction: column;
    }

    .contacts .form-group {
        width: 100%;
    }

    #map1 {
        height: 360px;
        position: relative;
        width: 100%;
        left: 0;
        transform: translateX(0);
    }

}

@media (max-width: 560px) {

    .timer {
        width: 100%;
    }

    div[id^=timer] {
        left: -25%;
        transform: scale(0.6) !important;
        min-width: 150% !important;
    }

    .agree_field {
        font-size: 12px;
    }

    .cars_items {
        margin: 0;
        gap: 50px;
    }

    .cars_colors_thumb_img {
        margin: 4.5px 2px;
    }

    .cars_items .car_image .slick-dots {
        display: flex;
        gap: 20px;
        justify-content: center;
    }

    .cars_items .car_image .slick-dots button {
        display: none;
    }

    .car_btns .btn {
        width: 100%;
    }

    .credit_decsr,
    .tradein_decsr {
        font-size: 18px;
    }

    .credit form {
        width: 100%;
    }

    .credit .form-group {
        width: 100%;
    }

    .contacts_wrap .btn {
        width: 100%;
    }

    .footer_wrap {
        flex-direction: column;
        gap: 26px;
    }
}

@media (max-width: 420px) {

    .addr_wrap p,
    .phone_wrap p {
        font-size: 14px;
    }

    .title_container {
        padding: 2vw;
        font-size: 4vw;
    }

    .banner .btn {
        width: 230px;
    }

    .timer_title {
        font-size: 5vw;
    }

    div[id^=timer] {
        left: -90px;
        min-width: 158% !important;
    }

    .cars_items {
        gap: 40px;
    }

    .filter_quick_menu {
        position: relative;
        margin-top: 10px;
    }

    .filter_quick_menu:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: #DEDEDE;
    }

    .filter_quick_menu li {
        position: relative;
        font-size: 14px;
        width: fit-content;
        padding: 0 8px 4px;
        border-color: transparent;
        z-index: 2;
    }

    .filter_quick_menu li.current {
        border-color: #5E5871;
    }

    #tb_complects {
        margin-top: 20px;
    }

    #tb_complects .item {
        padding: 8px;
    }

    #tb_complects .item .compl_tehs {}

    #tb_complects .item .compl_tehs>div {
        font-size: 14px;
    }


    #tb_complects .item .btns {
        width: 100%;
    }

    #tb_complects .item .btns .btn {
        width: 100%;
    }

    #tb_complects .item .compl_name {
        font-size: 16px;
    }

    .credit_decsr,
    .tradein_decsr {
        font-size: 16px;
    }

    .contacts .addr_wrap,
    .contacts .phone_wrap {
        width: 100%;
    }
}

@media (max-width: 390px) {
    .btn {
        font-size: 14px;
    }
}

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