html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "TT TANK", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #F6F6F6;
    background: #1C2121;
    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;
}

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

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

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

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/select_ico.svg) 100% 50% no-repeat;
    font-family: "Onest", sans-serif;
    outline: none;
    border: 1px solid #0B0D0C;
}

a {
    text-decoration: none;
    color: #F6F6F6;
}

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

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

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

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

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

@media (min-width: 1570px) {
    .container {
        width: 1870px;
        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: #0E1212;
    text-align: center;
    padding-bottom: 30px;
    border-radius: 10px;
}

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

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

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

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

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

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    display: block;
    height: 50px;
    line-height: 100%;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: transparent;
    color: #F6F6F6;
    border: 1px solid #F6F6F6;
    border-radius: 8px;
    padding: 10px;
}

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

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

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

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

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

.popup_container .form-group select {
    color: #0B0D0C;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding-left: 16px;
    height: 56px;
    border: 1px solid #0B0D0C;
}

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


.alert.fancybox-content {
    overflow: hidden;
    background: #0E1212;
    border-radius: 10px;
}

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

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

.agree_field input+span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    border: 1px solid #F6F6F6;
    background: transparent;
    border-radius: 50px;
    position: absolute;
    top: 1px;
    left: 0;
}
.agree_field input+span:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: transparent;
    border-radius: 50px;
}
.agree_field input:checked+span:before {
    background: #FF9549;
}

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

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

select {
    font-family: "TT TANK", sans-serif;
    display: block;
    color: #F6F6F6;
    height: 56px;
    width: 100%;
    padding-left: 20px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 500;
    outline: none;
    background: url(../img/select_ico.svg) right 20px center no-repeat;
    border: 1px solid #F6F6F6;
    border-radius: 8px;
}

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

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

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

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

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

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


.btn {
    background: #FF9549;
    color: #1C2121;
    text-align: center;
    height: 52px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    border: 1px solid #FF9549;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    cursor: pointer;
}

.btn:hover {
    background: #e88e4d;
}

.btn.glass {
    color: #F6F6F6;
    background: transparent;
    border-color: #FF9549;
}
.btn.glass:hover {
    color: #1C2121;
    background: #e88e4d;
}
.section_item {
    padding-bottom: 12px;
    font-size: 70px;
    font-weight: 300;
    text-transform: uppercase;
    background: url(../img/section_item_decor.svg) 50% 0 no-repeat;
    background-size: auto 100%;
    text-align: center;
}
.section_item span {
    width: fit-content;
    margin: 0 auto;
}

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

.header {
    position: fixed;
    left: 0;
    width: 100%;
    background: #232323B2;
    backdrop-filter: blur(10px);
    z-index: 8;
}

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

.header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 57%;
}

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

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

.header .top_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 400;
}
.header .top_addr:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 11px;
    background: url(../img/cont_ico.svg) no-repeat;
}
.header .top_hour {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.header .top_hour:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 11px;
    height: 11px;
    background: url(../img/cont_ico.svg) no-repeat;
}
.header .top_phone {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
}
.header .top_phone:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    width: 11px;
    height: 11px;
    background: url(../img/cont_ico.svg) no-repeat;
}
.header .top_phone a {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
}

.header .menu .menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    border-top: 1px solid #3F4545;
}
.header .menu .car_menu {
    display: flex;
    column-gap: 44px;
}
.header .menu .car_menu a {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.header .menu .main_menu {
    display: flex;
    column-gap: 44px;
}
.header .menu .main_menu a {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.menu a {
    position: relative;
}
.menu a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 0;
    height: 1px;
    background: #FF8000;
    transition: all .4s ease-out;
}
.menu a.out:after {
    left: unset;
    right: 0;
}
.menu a:hover:after {
    width: 100%;
}

.header .m_btn {
    display: none;
}

.run_now {
    position: absolute;
    top: 150px;
    background: #FF9549;
    overflow: hidden;
    z-index: 2;
    transition: all 0.2s linear;
}
.scroll .run_now {
    opacity: 0;
}
.run_now_cont {
    display: flex;
    align-items: center;
    column-gap: 24px;
    animation: runstring 14s infinite linear;
}
.run_now_cont div {
    position: relative;
    height: 52px;
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 28px;
    font-weight: 500;
    color: #000000;
    white-space: nowrap;
}
.run_now_cont div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #1C2121;
    border-radius: 50px;
}

@keyframes runstring {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

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

.main_banner {
    position: relative;
}

.main_banner .slider_item {
    height: 880px;
}

.main_banner .banner_slide1 {
    background: url("../img/bg1.jpg") 0 50% no-repeat;
}

.main_banner .title_container {
    position: relative;
    top: 225px;
    text-align: center;
}

.main_banner .title_container .title1 {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding-left: 40px;
    font-size: 28px;
    font-weight: 500;
    text-transform: uppercase;
}
.main_banner .title_container .title1:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    background: url(../img/title_ico.svg) no-repeat;
}
.main_banner .title_container .title2 {
    margin-top: 20px;
    font-size: 42px;
    font-weight: 700;
}
.main_banner .title_container .title2 span {
    position: relative;
    display: block;
    width: fit-content;
    margin: 8px auto 0;
    padding: 6px 20px;
    background: #1C2121;
    font-size: 40px;
    font-weight: 700;
    color: #FF9549;
    border-radius: 10px;
}

.timer_block {
    position: absolute;
    left: 0;
    bottom: 24px;
    width: 100%;
    z-index: 2;
}
.timer_wrap {
    display: flex;
    justify-content: space-between;
}
.timer_form {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    width: 50%;
}
.timer_title {
    font-size: 28px;
    font-weight: 500;
}
#timer_form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#timer_form .form-group {
    width: 49%;
}

.timer {
    position: relative;
    top: -32px;
}

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

.offers {
    margin-top: 40px;
}
.offers_wrapper {
    height: 462px;
    max-width: 1026px;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: url("../img/offers_bg.png") 50% 0 no-repeat;
    border-radius: 10px;
    overflow: hidden;
}
.offers_title {
    font-size: 36px;
    font-weight: 500;
}
.offers .btn {
    margin-top: 24px;
    width: 385px;
}

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


.cars_items {
    margin-top: 120px;
}
.cars_wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 80px;
}

.cars_items .car_item {
    position: relative;
    width: 49%;
}
.cars_items .car_name {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
}
.car_profit {
    position: absolute;
    top: 0;
    right: 18%;
    display: flex;
    align-items: center;
    min-height: 36px;
    padding-left: 44px;
    font-size: 16px;
    font-weight: 700;
    color: #F6F6F6;
}
.car_profit:before {
    content: '';
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    background: url(../img/car_profit_ico.svg) no-repeat;
}

.car_block {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    padding: 20px;
    background: url(../img/car_item_bg.png) 100% 0 no-repeat;
    border-radius: 10px;
    overflow: hidden;
}
.car_block:before {
   content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/car_item_bg_hov.png) 100% 0 no-repeat;
    opacity: 0;
    transition: all 0.2s linear;
}
.car_block:hover:before {
    opacity: 1;
}

.info_block {
    max-width: 266px;
}
.car_profit2 {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 12px 10px 12px 56px;
    width: fit-content;
    font-size: 16px;
    font-weight: 500;
    background: #1C2121;
    border-radius: 8px;
}
.car_profit2:before {
    content: '';
    position: absolute;
    display: block;
    left: 12px;
    width: 36px;
    height: 36px;
    background: url(../img/car_profit2_ico.svg) no-repeat;
}
.car_profit2 span {
    white-space: nowrap;
}

.car_props {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.car_props a {
    position: relative;
    padding-left: 24px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../img/car_props_ico.svg) no-repeat;
}

.btn_compl {
    position: absolute;
    top: 0;
    right: 0;
    width: 135px;
    height: 135px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    background: #0E1212;
    border-radius: 10px;
}
.btn_compl:before {
    content: '';
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/btn_compl_ico.svg) no-repeat;
}
.btn_compl:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 133px;
    width: 133px;
    padding: 1px;
    border-radius: 10px;
    background: linear-gradient(225deg, #FF9549 48.63%, #242B2B 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: 2;
    opacity: 0;
    transition: all 0.2s linear;
}
.btn_compl:hover:after {
    opacity: 1;
}

.img_block img {
    position: relative;
    right: 176px;
}

.dots {
    position: absolute;
    right: 20px;
    top: 176px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.dot_color {
    position: relative;
    display: flex;
    justify-content: right;
    align-items: center;
    padding-right: 74px;
    font-size: 12px;
    font-weight: 300;
    color: #ABAEAF;
}
.dot_color span {
    position: absolute;
    right: 0;
    width: 68px;
    height: 16px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.dot_color.active span {
    width: 100%;
}

.car_btns {
    margin-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.car_btns .btn {
    width: 50%;
}

.car_gallery {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.car_gallery a {
    overflow: hidden;
    border-radius: 8px;
}

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


#instock {
    margin-top: 160px;
}

#instock .container {
    max-width: 1062px;
}

.filter_quick_menu {
    display: none;
}

#filter_table {
    margin-top: 60px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 18px;
    background: #0E1212;
    border-radius: 10px;
}
#filter_table .select_container {
    width: 32%;
}
#filter_table select {
    color: #ABAEAF;
    border-color: #3F4545;
}
#filter_table select option {
    color: #000000;
}
.tb_complects_container {
    margin-top: 40px;
}
#tb_complects {
    width: 100%;
}

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

#tb_complects .item {
    display: block;
    margin-bottom: 40px;
}
.compl_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 20px 0 40px;
    z-index: 2;
}
#tb_complects .compl_wrapper:before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 154px;
    background: #0E1212;
    border-radius: 10px;
    z-index: -1;
}
.compl_block {
    width: 100%;
    max-width: 402px;
    padding-bottom: 20px;
}
.compl_name {
    width: 100%;
    font-size: 36px;
    font-weight: 300;
    color: #F6F6F6;
}
.compl_name b {
    font-weight: 700;
    white-space: nowrap;
}
.compl_wrap {
    margin-top: 34px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.compl_tehs {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.compl_tehs > div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 34px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.compl_tehs > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/compl_tehs_ico.svg) no-repeat;
}
.compl_block .btns {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    max-width: 182px;
}

.tb_complects_showmore {
    font-size: 16px;
    font-weight: 300;
}

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

.services {
    margin-top: 160px;
}
.services_wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.services_tabs {
    min-width: 384px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.services_tab_item {
    position: relative;
    width: 100%;
    padding: 20px 20px 20px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.2s linear;
}
.services_tab_item:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    inset: -1px;
    padding: 1px;
    border-radius: 10px;
    background: linear-gradient(126deg, #FF9549 46%, #3F4545 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;
    opacity: 0;
    z-index: 2;
    transition: all 0.2s linear;
}
.services_tab_item.active {
    background: #0E1212;
}
.services_tab_item.active:before {
    opacity: 1;
}
.services_tab_item:after {
    content: '';
    position: relative;
    display: block;
    width: 85px;
    height: 85px;
}
.services_tab_item.ico1:after {
    background: url(../img/services_ico1.png) no-repeat;
}
.services_tab_item.ico2:after {
    background: url(../img/services_ico2.png) no-repeat;
}
.services_tab_item.ico3:after {
    background: url(../img/services_ico3.png) no-repeat;
}

.services_content {
    width: 80%;
}

.services_block {
    width: -webkit-fill-available;
    display: none;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
    padding: 20px 20px 20px 40px;
    background: #0E1212;
    border-radius: 10px;
}
.services_block.active {
    display: flex;
}
.services_form {
    min-width: 466px;
}
.services_form_title {
    font-size: 16px;
    font-weight: 500;
}
.services form {
    margin-top: 20px;
}
.services form select {
    color: #ABAEAF;
    border-color: #3F4545;
}
.services form select option {
    color: #000000;
}
.services form .form-group input[type="text"],
.services form .form-group input[type="tel"] {
    color: #ABAEAF;
    border-color: #3F4545;
}

.form-group.cred_vznos {
    position: relative;
    padding-top: 32px;
}
.form-group.cred_vznos:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    border: 1px solid #3F4545;
    border-radius: 8px;
}
.form-group.cred_vznos .cred_vznos_title {
    position: absolute;
    top: -8px;
    left: 22px;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 500;
    color: #ABAEAF;
    background: #0E1212;
}

#cred_vznos_input {
    position: absolute;
    top: 14px;
    left: 20px;
    height: 30px;
    background: transparent;
    color: #ffffff;
    border: none;
    font-family: "TT TANK", sans-serif;
    font-size: 16px;
    outline: none;
}

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

#credit_form .form-group .irs--flat .irs-line {
    height: 1px;
    background: #333D46;
}

#credit_form .form-group .irs--flat .irs-bar {
    position: relative;
    left: 10px !important;
    height: 1px;
    background: #ffffff;
}

#credit_form .form-group .irs--flat .irs-line {
    opacity: 0;
}

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

#credit_form .form-group .irs--flat .irs-single {
    top: -8px;
    font-family: "TT TANK", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: transparent;
    display: none;
}

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

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

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

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

.services_img {
    width: -webkit-fill-available;
    border-radius: 20px;
    overflow: hidden;
}
.services_img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    height: 100%;
}

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

.testdrive {
    margin-top: 160px;
}

.testdrive .section_item {
    background: url(../img/section_item_decor2.svg) 50% 0 no-repeat;
    background-size: auto 100%;
}
.testdrive_wrapper {
    position: relative;
    padding-top: 120px;
    height: 880px;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
}
.testdrive_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.testdrive_form {
    margin: 144px auto 0;
    max-width: 660px;
}
.testdrive_title {
    font-size: 36px;
    font-weight: 300;
    text-align: center;
}
#testdrive_form {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
}
#testdrive_form .form-group {
    width: 48%;
}

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

.garanty {
    margin-top: 160px;
}
.garanty .section_item {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 32px;
}
.garanty .section_item span {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 32px;
    margin: initial;
}
.garanty .section_item i {
    position: relative;
    display: block;
    width: 48px;
    height: 48px;
    background: url(../img/garanty_item_ico.svg) no-repeat;
    cursor: pointer;
}
.garanty_des {
    max-width: 300px;
    position: absolute;
    left: 50%;
    transform: translateX(132%);
    padding: 22px 20px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    text-transform: initial;
    background: #0E1212;
    border-radius: 10px;
    border: 1px solid #3F4545;
    opacity: 0;
    z-index: -1;
}
.garanty_des.active {
    opacity: 1;
    z-index: 3;
}
.garanty_wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.garanty_tabs {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.garanty_tab_item {
    position: relative;
    display: flex;
    align-items: center;
    width: 384px;
    height: 130px;
    padding: 0 32px;
    font-size: 36px;
    font-weight: 700;
    border-radius: 10px;
    transition: all 0.2s linear;
    cursor: pointer;
}
.garanty_tab_item.active {
    background: #0E1212;
}
.garanty_tab_item:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    inset: -1px;
    padding: 1px;
    border-radius: 10px;
    background: linear-gradient(148deg, #FF9549 38%, #3F4545 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;
    opacity: 0;
    z-index: 2;
    transition: all 0.2s linear;
}
.garanty_tab_item.active:before {
    opacity: 1;
}
.garanty_content {
    width: 80%;
}
.garanty_block {
    min-height: 580px;
    display: none;
    column-gap: 20px;
    padding: 40px;
    background: #0E1212;
    border-radius: 10px;
}
.garanty_block.active {
    display: flex;
}
.garanty_wrap {
    max-width: 466px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.garanty_title {
    font-size: 36px;
    font-weight: 700;
    color: #FF9549;
    text-transform: uppercase;
}
.garanty_comment {
    margin-top: 26px;
    font-size: 16px;
    font-weight: 500;
    line-height: 146%;
}
.garanty_block .btns {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.garanty_block .btn {
    width: 100%;
}

.garanty_img {
    width: -webkit-fill-available;
    overflow: hidden;
    border-radius: 10px;
}
.garanty_img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    height: 100%;
}

#garanty_modal {
    display: none;
}
.garanty_modal_content {
    padding: 40px 30px;
    max-width: 870px;
    background: url(../img/garanty_modal.png) 50% 0 #0E1212;
    background-size: cover;
    border: 1px solid #3F4545;
    border-radius: 10px;
}
.garanty_modal_title {
    text-align: center;
}
.garanty_modal_title b {
    font-size: 36px;
    font-weight: 700;
}
.garanty_modal_title span {
    display: block;
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
}
.garanty_modal_wrap {
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.garanty_modal_list {
    width: 48%;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}
.garanty_modal_block {
    position: relative;
    display: flex;
    padding-left: 27px;
    font-size: 16px;
    font-weight: 500;
}
.garanty_modal_block span {
    display: flex;
    flex-direction: column;
}
.garanty_modal_block b {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: #FF9549;
}
.garanty_modal_block:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 12px;
    height: 12px;
    background: url(../img/garanty_modal_block_ico.svg) no-repeat;
}
.garanty_modal_content .fancybox-close-small {
    right: 30px;
    top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.garanty_modal_content .fancybox-button svg {
    width: 36px;
    height: 38px;
}

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

.reviews {
    margin-top: 160px;
}
.reviews_wrapper {
    position: relative;
    margin-top: 60px;
    display: flex;
    justify-content: right;
}
.yandex_rating {
    position: absolute;
    top: 0;
    left: 0;
}
.reviews_des {
    max-width: 290px;
    position: absolute;
    left: 0;
    bottom: 100px;
    font-size: 16px;
    font-weight: 500;
}
.reviews_slider {
    position: initial;
    width: 79%;
}
.reviews_block {
    position: relative;
    margin: 0 10px;
    padding: 40px;
    background: #0E1212;
    border-radius: 10px;
    overflow: hidden;
}
.reviews_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/reviews_block_hov.png) 50% 0 no-repeat;
    background-size: 100% auto;
    opacity: 0;
    transition: all 0.2s linear;
}
.reviews_block:hover:before {
    opacity: 1;
}
.reviews_name {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    font-size: 28px;
    font-weight: 500;
}
.reviews_name span {
    font-size: 16px;
    font-weight: 300;
    color: #ABAEAF;
}
.reviews_text {
    position: relative;
    min-height: 280px;
    margin-top: 150px;
    font-size: 16px;
    font-weight: 500;
}
.reviews_text:before {
    content: '';
    position: absolute;
    left: 0;
    top: -50px;
    width: 26px;
    height: 20px;
    background: url(../img/reviews_block_decor.png) no-repeat;
}

.reviews_slider .slick-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 52px;
    background: url(../img/btn_arrows.svg) no-repeat;
    border: none;
    font-size: 0;
    cursor: pointer;
}
.reviews_slider .slick-next {
    left: 72px;
    transform: rotate(180deg);
}

.reviews_slider .slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 6px;
}
.reviews_slider .slick-dots li {
    width: 16px;
    height: 16px;
    background: #5e5e5e;
    border-radius: 50px;
    transition: all 0.2s linear;
}
.reviews_slider .slick-dots li.slick-active {
    background: #FF9549;
}
.reviews_slider .slick-dots li button {
    display: none;
}

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

.work {
    margin-top: 160px;
    padding: 120px 0;
    background: #0E1212;
}
.work_wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.work_block {
    width: 26%;
    position: relative;
    border-radius: 10px;
    padding: 40px;
    min-height: 390px;
    background: url(../img/work_block_bg.png) 100% 0 no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}
.work_block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/work_block_hov.png) 50% 0 no-repeat;
    background-size: 100% auto;
    opacity: 0;
    transition: all 0.2s linear;
}
.work_block:hover:before {
    opacity: 1;
}
.work_title {
    max-width: 176px;
    font-size: 28px;
    font-weight: 500;
}
.work_text {
    margin-top: 160px;
    font-size: 16px;
    font-weight: 500;
}
.work_num {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 125px;
    height: 125px;
    font-size: 28px;
    font-weight: 500;
    color: #FF9549;
    background: #1C2121;
    border-radius: 10px;
}
.work_num:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 123px;
    width: 123px;
    padding: 1px;
    border-radius: 10px;
    background: linear-gradient(225deg, #FF9549 48.63%, #242B2B 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: 2;
    opacity: 0;
    transition: all 0.2s linear;
}
.work_block:hover .work_num:before {
    opacity: 1;
}

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

.contacts {
    margin-top: 160px;
}
.contacts_wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

#map1 {
    position: relative;
    right: 0;
    height: 494px;
    width: 78%;
    max-width: 100%;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.contacts_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.contacts_block {
    min-width: 465px;
    padding: 40px;
    background: #0E1212;
    border-radius: 10px;
}
.contacts .logo_wrap {
    display: flex;
    align-items: center;
}

.contacts .logo1 {
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #3F4545;
}
.contacts .logo2 {
    display: flex;
    flex-direction: column;
}
.contacts .logo2 b {
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
}
.contacts .logo2 span {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
}

.contacts_text {
    margin-top: 28px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.contacts_text > div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
    font-size: 16px;
    font-weight: 500;
}
.contacts_text > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 12px;
    background: url(../img/contacts_text_ico.svg) no-repeat;
}
.bottom_phone a {
    font-weight: 700;
}

.contacts_offers {
    padding: 40px;
    background: url(../img/contacts_offers_bg.png) no-repeat;
    background-size: cover;
}
.contacts_comment {
    font-size: 28px;
    font-weight: 400;
}
.contacts_offers .btn {
    margin-top: 22px;
    width: 100%;
}

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


footer {
    padding: 30px 0;
}
footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 10px;
}
.your_info {
    font-size: 12px;
    font-weight: 300;
}
footer a {
    font-size: 12px;
    font-weight: 300;
}
footer .disclamer {
    width: 100%;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.sinoby {
    font-size: 12px;
    font-weight: 300;
}
.sinoby img {
    position: relative;
    top: -1px;
}

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

@media (max-width: 1980px) {
    .img_block {
        width: 42%;
    }
    .services_content {
        width: 74%;
    }
}

@media (max-width: 1700px) {

}

@media (max-width: 1570px) {
    .timer {
        top: 0;
        width: 610px;
        display: flex;
        justify-content: center;
    }
    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
        min-width: 760px !important;
    }
    .cars_wrapper {
        justify-content: center;
    }
    .cars_items .car_item {
        width: 100%;
        max-width: 840px;
    }
    .car_block {
        flex-direction: column;
        padding-top: 120px;
    }
    .car_block:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60%;
        background: #0E1212;
        border-radius: 10px;
        z-index: -1;
    }
    .img_block {
        width: 100%;
    }
    .img_block img {
        right: 0;
    }
    .info_block {
        max-width: initial;
        order: 2;
    }
    .car_profit2 {
        position: absolute;
        top: 20px;
    }
    .car_btns {
        order: 3;
    }

    .services_form {
        min-width: 370px;
    }

    .testdrive_wrapper {
        padding-top: 60px;
        height: 660px;
    }
    .testdrive_form {
        margin: 60px auto 0;
    }

    .garanty_tab_item {
        font-size: 26px;
        width: 300px;
    }
    .garanty_title {
        font-size: 28px;
    }

    .work_block {
        padding: 20px;
    }
    .work_title {
        font-size: 20px;
        max-width: 160px;
    }
}

@media (max-width: 1390px) {
    .run_now_cont div {
        height: 38px;
        font-size: 18px;
    }
    .services_content {
        width: 70%;
    }
    .services_tabs {
        min-width: 310px;
    }
    .services_tab_item {
        padding: 12px 12px 12px 20px;
        font-size: 24px;
    }
    .services_form {
        min-width: 290px;
    }

    .garanty_content {
        width: 72%;
    }
    .garanty_wrap {
        max-width: initial;
    }
    .garanty_block {
        flex-direction: column;
        row-gap: 20px;
    }
    .garanty_block .btns {
        margin-top: 20px;
    }
}

@media (max-width: 1290px) {
    .run_now {
        top: 162px;
    }

    .header .header_wrap {
        width: fit-content;
        flex-direction: column;
        align-items: start;
        row-gap: 4px;
        margin-right: 52px;
    }

    .header .menu .car_menu {
        column-gap: 18px;
    }
    .header .menu .main_menu {
        column-gap: 18px;
    }

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

    .section_item {
        font-size: 40px;
    }

    .img_block {
        width: 60%;
    }

    .car_gallery {
        width: 102%;
        left: -1%;
    }
    .car_gallery a {
        margin: 0 4px;
    }
    .car_gallery a img {
        width: 100%;
    }

    #instock .container {
        max-width: 100%;
    }

    .garanty_content {
        width: 68%;
    }

    .reviews_slider {
        width: 100%;
    }
    .reviews_wrapper {
        margin-top: 84px;
        flex-direction: column-reverse;
    }
    .reviews_des {
        margin-top: 20px;
        position: relative;
        bottom: 0;
    }
    .yandex_rating {
        position: relative;
        top: -56px;
        left: 0;
        float: right;
        display: flex;
        justify-content: right;
    }
    .reviews_slider .slick-arrow {
        bottom: initial;
        top: -64px;
    }
}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
    .work_wrapper {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .work_block {
        width: 40%;
        max-width: 366px;
    }
}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .run_now {
        top: 104px;
    }

    .header .top_phone:before {
        top: 6px;
    }
    .header .top_phone a {
        font-size: 16px;
    }

    .header .btn {
        display: none;
    }

    .header .m_btn {
        display: block;
        position: absolute;
        top: 34px;
        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: 104px;
        left: 100%;
        background: #1C2121;
        backdrop-filter: blur(10px);
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }

    .header .menu.active {
        left: 0;
    }

    .header .menu .menu_wrap {
        display: flex;
        flex-direction: column;
        border-top: none;
    }

    .header .menu .car_menu {
        flex-direction: column;
        align-items: center;
        row-gap: 6px;
    }
    .header .menu .main_menu {
        margin-top: 14px;
        flex-direction: column;
        align-items: center;
        row-gap: 6px;
    }

    .main_banner .title_container {
        top: 180px;
    }
    .main_banner .title_container .title1 {
        font-size: 3vw;
    }
    .main_banner .title_container .title2 {
        margin-top: 2vw;
        font-size: 4.4vw;
        font-weight: 700;
    }
    .main_banner .title_container .title2 span {
        margin: 1vw auto 0;
        padding: 1vw 3vw;
        font-size: 4vw;
    }

    .timer {
        position: absolute;
        top: 60px;
    }
    .timer_block {
        padding-top: 30px;
        position: relative;
        bottom: 0;
    }
    .timer_title {
        text-align: center;
    }
    .timer_wrap {
        flex-direction: column;
        align-items: center;
    }
    .timer_form {
        width: 100%;
        max-width: 450px;
    }
    #timer_form {
        margin-top: 104px;
    }
    #timer_form .form-group {
        width: 100%;
    }

    .cars_items {
        margin-top: 60px;
    }

    .cars_items .car_item {
        position: relative;
        width: 100%;
    }

    .compl_img {
        max-width: 46%;
    }
    .compl_name {
        font-size: 26px;
    }
    .compl_block {
        max-width: 50%;
    }

    #instock {
        margin-top: 60px;
    }

    .services {
        margin-top: 60px;
    }

    .services_wrapper {
        flex-direction: column;
    }
    .services_tabs {
        min-width: initial;
        flex-direction: row;
        column-gap: 20px;
    }
    .services_content {
        margin-top: 14px;
        width: 100%;
    }
    .services_block {
        padding: 20px;
    }


    .garanty {
        margin-top: 60px;
    }
    .garanty_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .garanty_tabs {
        flex-direction: row;
        column-gap: 20px;
    }
    .garanty_tab_item {
        height: 110px;
        font-size: 24px;
    }
    .garanty_content {
        width: 100%;
    }
    .garanty_block {
        padding: 20px;
    }
    .garanty_img {
        height: 50vw;
    }

    .reviews_wrapper {
        margin-top: 30px;
    }
    .reviews_slider {
        margin-top: 172px;
    }
    .reviews_text {
        margin-top: 80px;
        min-height: initial;
    }
    .reviews_block {
        margin: 0;
        padding: 20px;
    }
    .yandex_rating {
        position: absolute;
        top: 0;
    }
    .reviews_des {
        display: none;
    }

    .testdrive {
        margin-top: 60px;
    }

    .reviews {
        margin-top: 60px;
    }


    .contacts_wrapper {
        flex-direction: column-reverse;
    }
    .contacts_wrap {
        flex-direction: row;
        column-gap: 20px;
    }
    .contacts_block {
        min-width: 50%;
    }
    #map1 {
        margin-top: 20px;
        width: 100%;
        height: 350px;
    }

    .work {
        margin-top: 60px;
        padding: 60px 0;
    }
    .contacts {
        margin-top: 60px;
    }

    .garanty .section_item {
        position: relative;
        column-gap: 16px;
    }
    .garanty_des {
        top: 70px;
        left: initial;
        right: 30px;
        transform: none;
    }
    .garanty .section_item i {
        width: 36px;
        height: 36px;
        background-size: contain;
    }

}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .header {
        position: absolute;
        background: #1C2121;
    }
    .header.scroll_bottom {
        position: fixed;
    }
    .header .menu {
        top: 98px;
    }
    .header .top_addr {
        display: none;
    }
    .header .top_hour {
        display: none;
    }
    .main_banner {
        margin-top: 126px;
    }
    .main_banner .banner_slide1 {
        background: url(../img/bg1_mob.jpg) 100% 0 no-repeat;
        background-size: 100%;
    }
    .main_banner .slider_item {
        height: 84vw;
    }
    .main_banner .title_container {
        top: 14vw;
    }
    .main_banner .title_container .title1 {
        padding-left: 28px;
        font-size: 4vw;
    }
    .main_banner .title_container .title1:before {
        width: 20px;
        height: 20px;
        background-size: contain;
    }
    .main_banner .title_container .title2 {
        margin-top: 4vw;
        font-size: 5vw;
    }
    .main_banner .title_container .title2 span {
        padding: 0;
        font-size: 4vw;
        background: transparent;
    }


    .offers_wrapper {
        height: 60vw;
        padding: 0 30px;
        background-size: auto 100%;
    }
    .offers_title {
        font-size: 6vw;
    }

    .section_item {
        font-size: 32px;
    }

    .car_profit {
        position: relative;
        top: 0;
        right: 0;
    }

    .car_profit2 {
        position: relative;
        top: 0;
    }
    .car_block {
        position: relative;
        padding-top: 20px;
    }
    .car_btns {
        flex-direction: column;
        row-gap: 20px;
    }
    .car_btns .btn {
        width: 100%;
    }

    #filter_table {
        margin-top: 30px;
        flex-direction: column;
        row-gap: 14px;
    }
    #filter_table .select_container {
        width: 100%;
    }

    .compl_wrapper {
        flex-direction: column;
        align-items: start;
        padding: 0 20px;
    }
    .compl_img {
        max-width: 100%;
    }
    .compl_block {
        max-width: 100%;
    }

    .services_tabs {
        flex-wrap: wrap;
    }
    .services_tab_item {
        font-size: 20px;
    }
    .services_block {
        flex-direction: column;
        row-gap: 20px;
    }
    .services_img {
        height: 50vw;
    }

    .testdrive_bg {
        margin-top: 34px;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }
    .testdrive_bg video {
        width: 100%;
    }
    .testdrive_wrapper {
        padding-top: 0;
        height: initial;
    }
    .testdrive_title {
        font-size: 26px;
    }
    #testdrive_form {
        flex-direction: column;
        align-items: center;
    }
    #testdrive_form .form-group {
        width: 100%;
    }

    .work_block {
        width: 100%;
        min-height: 290px;
        background-size: initial;
    }
    .work_text {
        margin-top: 100px;
    }

    .garanty_tab_item {
        font-size: 20px;
    }

    .garanty_modal_content {
        padding: 24px 14px;
    }
    .garanty_modal_wrap {
        margin-top: 30px;
        row-gap: 18px;
    }
    .garanty_modal_title b {
        font-size: 28px;
    }
    .garanty_modal_title span {
        font-size: 14px;
    }
    .garanty_modal_title span br {
        display: none;
    }
    .garanty_modal_list {
        width: 100%;
        row-gap: 18px;
    }
    .garanty_modal_content .fancybox-close-small {
        right: 14px;
        top: 10px;
    }
}
/*MOBILE END*/
@media (max-width: 680px) {}

@media (max-width: 540px) {
    .run_now {
        top: 128px;
    }
    .run_now_cont {
        column-gap: 12px;
    }
    .run_now_cont div {
        height: 28px;
        padding-left: 16px;
        font-size: 14px;
    }
    .header .header_wrapper {
        flex-wrap: wrap;
    }
    .header .header_wrap {
        width: 100%;
        margin-right: 0;
        margin-top: 10px;
        align-items: center;
    }

    .header .menu {
        top: 128px;
    }

    .main_banner .title_container {
        top: 20vw;
    }

    .cars_wrapper {
        margin-top: 30px;
        row-gap: 78px;
    }
    .car_block:before {
        display: none;
    }
    .car_profit {
        font-size: 14px;
    }
    .img_block {
        width: 100%;
    }
    .img_block img {
        max-width: 62%;
    }
    .info_block {
        margin-top: 20px;
    }
    .dots {
        top: 150px;
        right: 14px;
    }
    .dot_color {
        padding-right: 52px;
        font-size: 10px;
    }
    .dot_color span {
    }
    .dot_color span {
        width: 34px;
    }
    .dot_color.active span {
    }

    .car_cont {
        padding-top: 22px;
    }
    .car_block {
        margin-top: 28px;
        padding: 20px 14px;
        position: initial;
        background: #0E1212;
        overflow: initial;
    }
    .car_profit2 {
        width: 100%;
        justify-content: center;
        padding-left: 10px;
    }
    .car_profit2:before {
        position: relative;
        left: 0;
    }
    .btn_compl {
        top: 14px;
        right: 0;
        width: 96px;
        height: 96px;
        row-gap: 4px;
        font-size: 12px;
        background-size: contain;
    }
    .btn_compl:after {
        width: 94px;
        height: 94px;
        opacity: 1;
    }
    .car_props {
        margin-top: 20px;
    }
    .car_btns {
        row-gap: 10px;
    }

    .compl_name {
        font-size: 20px;
    }
    .compl_wrap {
        flex-direction: column;
        align-items: start;
        row-gap: 20px;
    }
    .compl_tehs {
        width: 100%;
    }
    .compl_block .btns {
        max-width: initial;
        width: 100%;
    }
    .compl_block .btns .btn {
        width: 100%;
    }
    .compl_wrapper {
        padding: 20px 20px 0;
    }
    #tb_complects .compl_wrapper:before {
        height: 100%;
    }

    .garanty_tabs {
        flex-direction: column;
    }
    .garanty_tab_item {
        width: 100%;
    }
    .garanty_title {
        font-size: 20px;
    }

    .reviews_wrapper {
        margin-top: 30px;
    }
    .reviews_name {
        font-size: 20px;
    }

    .services_wrapper {
        margin-top: 30px;
    }
    .testdrive_form {
        margin: 30px auto 0;
    }
    .garanty_wrapper {
        margin-top: 30px;
    }

    .work_wrapper {
        margin-top: 30px;
    }

    .contacts_wrapper {
        margin-top: 30px;
    }
    .contacts_wrap {
        flex-direction: column;
    }
    .contacts_block {
        padding: 20px;
    }
    .contacts_offers {
        padding: 20px;
    }
    .contacts_comment {
        font-size: 20px;
    }
}

@media (max-width: 520px) {
    .timer_title {
        font-size: 24px;
    }
    .timer {
        top: 38px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.44) !important;
    }
    #timer_form {
        margin-top: 92px;
    }
    .offers_wrapper {
        height: initial;
        padding: 0;
        padding-top: 48vw;
        background-size: 100%;
    }
    .offers .btn {
        width: 100%;
    }

    .section_item {
        font-size: 28px;
    }

    .testdrive_title {
        font-size: 18px;
    }
}

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

}

@media (max-width: 390px) {

}


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

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

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