html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    background: #181B1D;
    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/ico_select.svg) 100% 50% no-repeat;
    font-family: "Noto Sans", sans-serif;
    outline: none;
    border: 1px solid #30363A;
}

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

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

.disclamer_add {
}

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

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

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

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

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

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

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

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

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

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

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: #FFFFFF;
    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: #25292C;
    border: none;
    padding: 0 20px;
}

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

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

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

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

.popup_container .form-group textarea {
    color: #ffffff;
    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: none;
    padding: 20px;
    resize: none;
    font-size: 16px;
}

.popup_container .form-group select {
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    padding-left: 20px;
    height: 50px;
    border: none;
}

.popup_container .form-group button {
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    height: 50px;
}


.alert.fancybox-content {
    overflow: hidden;
    color: #000000;
}

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

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


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

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

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    font-family: "Nunito Sans", sans-serif;
    height: 50px;
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 400;
    border: none;
    padding: 0 20px;
    outline: none;
    background: #25292C;
    border-radius: 0;
}

select {
    font-family: "Nunito Sans", sans-serif;
    display: block;
    color: #ffffff;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    padding-right: 35px;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    background: url(../img/ico_select.svg) right 20px center no-repeat;
    border: 1px solid #353E49;
}

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

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

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

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

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

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


.btn {
    position: relative;
    width: 340px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #25292C;
    text-decoration: none;
    transition: all .2s linear;
    cursor: pointer;
}
.btn span {
    position: relative;
}
.btn:hover {
    color: #0E1214;
}
.btn:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transition: all 0.2s linear;
}
.btn:hover:before {
    height: 100%;
}

.btn.white {
    color: #0E1214;
    background: #ffffff;
}

.btn.white:before {
    background: #BABFC1;
}


.section_item {
    position: relative;
    font-family: "Tactic Sans EXD", sans-serif;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 20px;
}
.section_item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 2px;
    background: #ffffff;
}

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

.header {
    position: fixed;
    left: 0;
    width: 100%;
    background: #0E1214;
    z-index: 8;
}
.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.header .logo_wrap {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.top_addr {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
}
.header_wrap {
    display: flex;
    align-items: center;
    column-gap: 100px;
}
.top_phone a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.header .btn {
    width: 260px;
}


.header .m_btn {
    display: none;
}

.header .menu {
    border-top: 1px solid #ffffff;
}


.header .menu .main_menu {
    display: flex;
    justify-content: center;
    column-gap: 54px;
}

.header .menu .main_menu a {
    padding-top: 10px;
    padding-bottom: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
    border-top: 2px solid transparent;
    transition: all 0.2s linear;
}
.header .menu .main_menu a:hover {
    border-color: #ffffff;
}

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

.main_banner {
}

.main_banner .slider_item {
    height: 810px;
}

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

.main_banner .title_container {
    position: relative;
    top: 168px;
    margin: 0 auto;
    background: #000000ac;
    backdrop-filter: blur(8px);
    padding-top: 40px;
}

.main_banner .title_container .title1 {
    font-family: "Tactic Sans", sans-serif;
    font-size: 54px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}


.main_banner .title_container .title2 {
    font-family: "Tactic Sans", sans-serif;
    font-size: 26px;
    font-weight: 300;
    text-align: center;
    margin-top: 10px;
}

.main_banner .btn {
    margin: 0px auto 0;
    width: 260px;
    top: 20px;
}

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

.timer_block {
    margin-top: 30px;
}
.timer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timer_form {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 49%;
}
.timer_title {
    font-family: "Tactic Sans EXT EXD", sans-serif;
    font-size: 17px;
    font-weight: 400;
}
#timer_form {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
#timer_form .form-group:nth-child(7) {
    width: 50%;
}
#timer_form .form-group:nth-child(8) {
    width: 50%;
}

.timer_block .timer div[id^="timer"] {
    white-space: nowrap;
}
.timer_block .timer div[id^="timer"] span {
    font-family: "Tactic Sans EXT EXD", sans-serif;
    font-size: 34px;
    font-weight: 500;
}
.timer_block .timer div[id^="timer"] .timer-slide-new {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.timer_block .timer div[id^="timer"] .timer-slide-inner {
    width: 60px;
    height: 76px;
}
.timer_block .timer div[id^="timer"] .timer-separator {
    font-size: 36px !important;
    color: #ffffff !important;
}
.timer_block .timer span[id$='-days'],
.timer_block .timer span[id$='-hours'],
.timer_block .timer span[id$="-minutes"],
.timer_block .timer span[id$="-secundes"]{
    font-size: 16px !important;
}

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

.cars_items {
    margin-top: 150px;
}

.cars_menu {
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.cars_menu .cars_menu_item {
    position: relative;
    height: 70px;
    padding-left: 120px;
    padding-right: 12px;
    display: flex;
    justify-content: right;
    align-items: center;
    background: #25292C;
}
.cars_menu_title {
    position: absolute;
    left: 0;
    width: 109px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.4vw;
    font-family: "Tactic Sans EXT EXD", sans-serif;
    font-weight: 400;
    font-size: 22px;
    color: #484B4D;
    text-transform: uppercase;
    background: #0E1214;
    overflow: hidden;
    transition: all 0.2s linear;
}
.cars_menu_title p {
    display: none;
    margin: 0;
    transition: all 0.2s linear;
}
.cars_menu_item:hover .cars_menu_title {
    width: 100%;
    color: #ffffff;
}
.cars_menu_item:hover .cars_menu_title p {
    display: block;
}
.car_item {
    margin-bottom: 100px;
    position: relative;
}
.car_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 397px;
    background: #25292C;
}
.car_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.car_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 327px;
    height: 242px;
    background: url(../img/car_decor.png) no-repeat;
}
.car_text {
    padding-top: 330px;
}
.car_name {
    width: fit-content;
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff;
}
.car_profit {
    position: absolute;
    left: 0;
    top: 125px;
    font-family: "Tactic Sans", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}
.car_profit b {
    font-size: 32px;
    font-weight: 600;
    display: block;
    margin-top: 4px;
}
.car_profit b p {
    margin: 0;
    display: inline-block;
    font-size: 14px;
}

.car_props {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 20px;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 25px;
}
.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) 50% 50% no-repeat;
}
.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) 50% 50% no-repeat;
}
.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) 50% 50% no-repeat;
}
.car_props .ico4:before {
    background: url(../img/car_props_ico4.svg) 50% 50% no-repeat;
}

.car_img {
    position: relative;
    padding-top: 169px;
    padding-left: 9%;
    z-index: 2;
}
.car_name_img {
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-46%);
    z-index: -1;
}

.car_tehs {
    margin-top: 28px;
    display: flex;
    justify-content: space-between;
    padding: 0 60px 40px;
    column-gap: 100px;
    border-bottom: 2px solid #25292C;
}
.car_tehs > div {
    min-width: 130px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 5px;
    padding-left: 30px;
}
.car_tehs > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 18px;
    height: 18px;
}
.car_tehs .ico1:before {
    background: url(../img/car_tehs_ico1.svg) no-repeat;
}
.car_tehs .ico2:before {
    background: url(../img/car_tehs_ico2.svg) no-repeat;
}
.car_tehs .ico3:before {
    background: url(../img/car_tehs_ico3.svg) no-repeat;
}
.car_tehs > div span {
    font-size: 14px;
    font-weight: 300;
    color: #B6B8BA;
}
.car_tehs > div b {
    font-family: "Tactic Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #B6B8BA;
}

.car_tehs .count {
    font-style: normal;
}

.info_block {
    padding-top: 360px;
}
.car_plashka {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #181B1D;
    overflow: hidden;
}
.car_plashka:before {
    content: '';
    position: absolute;
    right: -4px;
    width: 100px;
    height: 70px;
    background: url(../img/car_plashka_decor.png) no-repeat;
}
.car_plashka span {
    position: relative;
    display: flex;
    align-items: center;
    height: 36px;
    padding-left: 36px;
    z-index: 2;
}
.car_plashka span:nth-child(1) {
    font-family: "Tactic Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}
.car_plashka span:nth-child(1):before {
    content: '';
    position: absolute;
    left: -22px;
    width: 36px;
    height: 100%;
    background: #ffffff;
    transform: skewX(40deg);
    z-index: -1;
}
.car_plashka span:nth-child(2) {
    width: fit-content;
    padding-right: 28px;
    font-family: "Tactic Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #181B1D;
}
.car_plashka span:nth-child(2):before {
    content: '';
    position: absolute;
    left: -34px;
    width: 106%;
    height: 100%;
    background: #ffffff;
    transform: skewX(38deg);
    z-index: -1;
}


.car_btns {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.car_gallery {
    margin-top: 40px;
    width: 100%;
}
.car_tabs {
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.car_tab_item {
    font-family: "Tactic Sans EXT EXD", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #484B4D;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.2s linear;
    cursor: pointer;
}
.car_tab_item.active,
.car_tab_item:hover {
    color: #ffffff;
    border-color: #ffffff;
}

.car_tabs_cont {
    margin-top: 40px;
    max-height: 186px;
}

.car_gallery_slide {
    display: none;
}
.car_gallery_slide.active {
    display: block;
}

.car_gallery_slide .slick-dots {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.car_gallery_slide .slick-dots button {
    display: none;
}
.car_gallery_slide .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #c2c2c2;
    transition: all 0.2s linear;
}

.car_gallery_slide .slick-dots li.slick-active {
    width: 14px;
    background: #ffffff;
}

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


#instock {
    margin-top: 150px;
}
#tb_complects tr:nth-child(1) {
    display: none;
}
#tb_complects td:before {
    display: none;
}
#filter_table {
    display: none;
}

.filter_quick_menu {
    margin: 0;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    column-gap: 20px;
}
.instock .filter_quick_menu li {
    width: 220px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0E1214;
    font-family: "Tactic Sans EXT EXD", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #484B4D;
    text-transform: uppercase;
    transition: all 0.2s linear;
    cursor: pointer;
}

.filter_quick_menu li:hover,
.filter_quick_menu li.current {
    color: #ffffff;
}

.filter_quick_menu .slick-dots {
    margin: 0;
    margin-top: 20px;
    padding: 0;
    min-height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.filter_quick_menu .slick-dots button {
    display: none;
}
.filter_quick_menu .slick-dots li {
    width: 8px;
    height: 8px;
    border-radius: 10px;
    background: #c2c2c2;
    transition: all 0.2s linear;
    margin: 0;
}

.filter_quick_menu .slick-dots li.slick-active {
    width: 14px;
    background: #ffffff;
}

.tb_complects_container {
    margin-top: 55px;
}
#tb_complects {
    width: 100%;
}
#tb_complects tbody {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    column-gap: 1vw;
    row-gap: 28px;
}
#tb_complects .item {
    display: flex;
    flex-direction: column;
    width: 32%;
}
#tb_complects .compl_block {
    padding: 30px 0;
    background: #25292C;
}
#tb_complects .compl_name {
    padding: 0 30px;
    font-family: "Tactic Sans EXT EXD", sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}
#tb_complects .compl_img {
    margin-top: 12px;
}
#tb_complects .compl_model {
    width: fit-content;
    margin: 0 auto;
    font-family: "Tactic Sans EXT EXD", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 2px;
    border-bottom: 1px solid #ffffff;
}

.compl_tehs {
    margin-top: 20px;
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.compl_tehs > div {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}
.compl_tehs > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    background: #ffffff;
}
.compl_tehs > div span {
    font-size: 14px;
    font-weight: 300;
    color: #B6B8BA;
}
.compl_tehs > div b {
    font-family: "Tactic Sans", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #B6B8BA;
}

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

.tb_complects_showmore {
    width: fit-content;
    margin: 50px auto 0;
    display: block;
    font-family: "Tactic Sans EXT EXD", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 2px;
    border-bottom: 1px solid #ffffff;
}

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

.services {
    margin-top: 150px;
}
.services_wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    column-gap: 20px;
    height: 960px;
}
.credit {
    max-width: 460px;
    height: 100%;
    padding: 335px 30px 0;
    background: #0E1214CC;
    transition: all 0.2s linear;
}
.credit:hover {
    padding-top: 250px;
    background: #25292CCC;
}
.credit .section_item {
    font-size: 36px;
}
.credit_title {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.credit_form {
    margin-top: 30px;
}
#credit_form input,
#credit_form select {
    background-color: #0E1214CC;
    border: 2px solid #484B4D;
}
#credit_form .btn {
    margin-top: 30px;
}
.services_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
    transition: all 0.2s linear;
}
.services_img.show {
    opacity: 1;
}
.services_img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    height: 100%;
}

.tradein {
    max-width: 460px;
    height: 100%;
    padding: 335px 30px 0;
    background: #0E1214CC;
    transition: all 0.2s linear;
}
.tradein:hover {
    padding-top: 250px;
    background: #25292CCC;
}
.tradein .section_item {
    font-size: 36px;
}
.tradein_title {
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
.tradein_form {
    margin-top: 30px;
}
#tradein_form input,
#tradein_form select {
    background-color: #0E1214CC;
    border: 2px solid #484B4D;
}
#tradein_form .btn {
    margin-top: 30px;
}

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

.contacts {
    margin-top: 150px;
}
.contacts_wrapper {
    margin-top: 50px;
    background: url(../img/contacts_img.jpg) 50% 50% no-repeat;
    background-size: auto 100%;
    transition: all 0.4s linear;
}
.contacts_wrapper:hover {
    background-size: auto 105%;
}
.contacts_block {
    max-width: 460px;
    padding: 50px 30px;
    background: #25292CCC;
}
.contacts_title {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    font-family: "Tactic Sans EXT EXD", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
}
.contacts_title:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 80px;
    height: 2px;
    background: #ffffff;
}
.bottom_addr {
    margin-top: 50px;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.bottom_phone {
    margin-top: 30px;
    text-align: center;
}
.bottom_phone a {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.contacts_comment {
    margin-top: 30px;
    font-family: "Tactic Sans EXT EXD", sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
}
.contacts .btn {
    margin-top: 30px;
    width: 100%;
}
#map1 {
    position: relative;
    height: 198px;
    width: 100%;
    max-width: 100%;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
}

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


footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #0E1214;
    color: #B6B8BA;
}
footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 14px 12px;
}
.footer_logo .logo_wrap {
    display: flex;
    align-items: center;
    column-gap: 40px;
}
.footer_yourinfo {
    font-size: 14px;
}
footer a {
    font-size: 14px;
    color: #B6B8BA;
}
.footer_block {
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 12px;
}
footer .disclamer {
    width: 100%;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

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

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

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

@media (max-width: 1570px) {
    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
        min-width: fit-content !important;
    }
}

@media (max-width: 1441px) {
    .header_wrap {
        column-gap: 4vw;
    }
    .top_addr {
        font-size: 14px;
    }
}

@media (max-width: 1390px) {
    .car_block {
        width: 70%;
    }
    .info_block {
        padding-top: 0;
        margin-top: 24px;
    }
}

@media (max-width: 1280px) {
    .top_addr {
        display: none;
    }

    .main_banner .title_container .title1 {
        font-size: 52px;
    }
    #timer_form {
        flex-direction: column;
        max-width: 450px;
    }
    #timer_form .form-group:nth-child(7) {
        width: 100%;
    }
    #timer_form .form-group:nth-child(8) {
        width: 100%;
    }

    .services_wrapper {
        height: 728px;
    }
    .credit {
        max-width: 36%;
        padding: 140px 30px 0;
    }
    .tradein {
        max-width: 36%;
        padding: 140px 30px 0;
    }
}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
    .cars_items {
        margin-top: 80px;
    }
    .cars_menu {
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 14px;
    }

    .car_block {
        width: 56%;
    }
    .car_tehs {
        margin-top: 18px;
        padding: 0 18px 19px;
        column-gap: 40px;
        border-bottom: 2px solid #25292C;
    }

    #instock {
        margin-top: 80px;
    }

    .contacts {
        margin-top: 80px;
    }
}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .header .btn {
        display: none;
    }
    .header .m_btn {
        display: block;
        position: relative;
        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% - 1px);
        opacity: 1;
    }

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

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

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

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

    .menu {
        position: fixed;
        width: 100%;
        top: 60px;
        left: 100%;
        background: #0E1214;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }
    .header .menu .main_menu a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .menu.active {
        left: 0;
    }

    .menu .main_menu {
        padding: 16px 0;
        flex-direction: column;
        align-items: center;
    }

    .cars_menu {
        width: 102%;
        left: -1%;
    }

    .cars_menu a {
        margin: 0 14px;
    }
    .cars_menu a:hover {

    }
    .cars_menu_item:hover .cars_menu_title {
        width: 120px;
    }
    .cars_menu_item:hover .cars_menu_title p {
        display: none;
    }

    .cars_menu .slick-dots {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
    }
    .cars_menu .slick-dots button {
        display: none;
    }
    .cars_menu .slick-dots li {
        width: 8px;
        height: 8px;
        border-radius: 10px;
        background: #c2c2c2;
        transition: all 0.2s linear;
    }

    .cars_menu .slick-dots li.slick-active {
        width: 14px;
        background: #ffffff;
    }

    .car_text {
        padding-top: 30px;
        order: 2;
    }
    .car_profit {
        position: relative;
        margin-top: 32px;
        display: block;
        left: 0;
        top: 0;
    }
    .car_block {
        width: 100%;
        order: 1;
    }
    .car_img {
        position: relative;
        padding-top: 150px;
        padding-left: 0;
        display: flex;
        justify-content: center;
    }
    .info_block {
        order: 3;
    }
    .car_gallery {
        order: 4;
    }

    #tb_complects .item {
        width: 48%;
    }

    .section_item {
        font-size: 20px;
        padding-bottom: 12px;
    }

    .services_wrapper {
        height: initial;
        flex-direction: column;
        align-items: center;
        row-gap: 40px;
    }
    .services_item {
        position: relative;
    }
    .services_img {
        opacity: 1;
    }
    .credit {
        width: 100%;
        max-width: 560px;
        padding: 56px 30px 24px;
    }
    .tradein {
        width: 100%;
        max-width: 560px;
        padding: 56px 30px 24px;
    }

    .car_gallery_slide {
        width: 102%;
        left: -1%;
    }
    .car_gallery_slide a {
        margin: 0 10px;
    }
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {

    .header .header_wrapper {
        flex-wrap: wrap;
    }
    .header_wrap {
        margin-top: 12px;
        width: 100%;
        justify-content: center;
    }
    .top_phone {
        margin-top: 12px;
        width: 100%;
        text-align: center;
    }
    .header .logo_wrap {
        max-width: 240px;
        column-gap: 20px;
    }

    .header .m_btn {
        position: absolute;
        right: 15px;
    }
    .menu {
        top: 108px;
    }

    .main_banner .banner_slide1 {
        height: 112vw;
        background: url(../img/bg1_mob.jpg) 50% 58% no-repeat;
        background-size: 100%;
    }
    .main_banner .title_container {
        position: relative;
        top: 120px;
        padding-top: 20px;
    }
    .main_banner .title_container .title1 {
        font-size: 6vw;
    }

    .main_banner .title_container .title2 {
        font-size: 5vw;
    }

    .timer_wrapper {
        flex-direction: column;
    }
    .timer_title {
        text-align: center;
    }
    .timer_form {
        width: 100%;
    }
    #timer_form {
        margin: 100px auto 0;
    }
    .timer div[id^="timer"] {
        min-width: fit-content !important;
        width: 606px;
        position: absolute;
        top: 52px;
        left: 50%;
        transform: scale(0.6) translateX(-508px) !important;
    }

    .car_tabs_cont {
        margin-top: 20px;
    }

    .car_gallery_slide .slick-dots {
        column-gap: 20px;
    }

    .cars_menu {
        margin-bottom: 106px;
    }

    .cars_menu .cars_menu_item {
        padding-left: 110px;
        justify-content: center;
    }

    .car_plashka {
        background-color: #25292C;
    }

    .car_name {
        position: absolute;
        top: -67px;
        z-index: 2;
    }
    .car_profit {
        position: absolute;
        margin-top: 0;
        display: block;
        left: 0;
        top: 30px;
        z-index: 2;
    }

    .car_img {
        padding-top: 210px;
    }
    .car_name_img {
        top: 156px;
    }

    .car_props {
        margin-top: 0;
    }

    .compl_tehs > div b {
        font-size: 16px;
    }

    #tb_complects .item {
        width: 100%;
    }

    .instock .filter_quick_menu li span{
        padding-left: 10px;
        padding-right: 10px;
    }

    #tb_complects .btns {
        margin-top: 20px;
    }   

    .filter_quick_menu {
        width: 102%;
        left: -1%;
        flex-direction: column;
    }
    .filter_quick_menu li {
        margin: 0 10px;
        font-size: 14px;
    }
}
/*MOBILE END*/
@media (max-width: 680px) {}

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

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

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .main_banner .banner_slide1 {
        height: 128vw;
    }
    .timer_title {
        font-size: 15px;
    }
    .timer div[id^="timer"] {
        left: 50%;
        transform: translateX(-50%) scale(0.52) !important;
        transform-origin: center center;
    }

    .timer_block {
        margin-top: 0px;
    }

    #timer_form {
        max-width: 100%;
        width: 100%;
    }

    .info_block {
        margin-top: 0;
        width: 100%;
    }

    .car_text {
        padding-top: 30vw;
    }

    .car_plashka {
        position: absolute;
        top: 130vw;
        width: 100%;
        z-index: 2;
    }

    .car_tehs > div span {
        font-size: 12px;
    }
    .car_tehs > div b {
        font-size: 16px;
    }

    .car_tehs {
        padding: 0;
        column-gap: 0;
        border: none;
    }

    .car_tehs > div {
        padding-bottom: 14px;
        border-bottom: 1px solid #25292C;
    }

    .car_btns {
        margin-top: 32px;
    }
    .car_btns .btn {
        width: 100%;
    }

    .tb_complects_container {
        margin-top: 30px;
    }

    .contacts_block {
        padding: 42px 16px;
    }
    .contacts_title {
        font-size: 16px;
        text-align: center;
    }
    .bottom_addr {
        margin-top: 34px;
        font-size: 16px;
    }
    .contacts_comment {
        margin-top: 30px;
        font-size: 16px;
    }
    .footer_block {
        align-items: start;
    }

}

@media (max-width: 390px) {
    .car_plashka {
        top: 134vw;
    }
}


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

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

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