html {
    overflow-x: hidden;
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000000;
    position: relative;
    font-weight: 400;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.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: 780px;
        max-width: 100%;
    }
}

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

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

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

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

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

.popup_container .agree_field a {
    color: #6B777C;
}

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

.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 .form-group {
    margin-bottom: 19px;
}

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    color: #939393;
    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: white;
    border: 2px solid #939393;
    padding: 10px;
}

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

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

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

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

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

.popup_container .form-group select {
    color: #828688;
    width: 100%;
    font-size: 18px;
    font-weight: 300;
    padding-left: 16px;
    height: 48px;
    border: 1px solid #30363A;
}

.popup_container .form-group button {
    cursor: pointer;
    font-size: 18px;
    font-weight: 500;
    height: 48px;
}


.alert.fancybox-content {
    overflow: hidden;
}

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

.agree_field input+a {
    color: black;
}


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

.agree_field input:checked+span {
    background: url("../img/checked.svg") no-repeat;
    background-size: contain;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    font-family: "Noto Sans", sans-serif;
    height: 44px;
    width: 100%;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #00408A;
    padding: 0 12px;
    outline: none;
    background: transparent;
    border-radius: 0;
}

select {
    font-family: "Noto Sans", sans-serif;
    display: block;
    color: #000;
    height: 44px;
    width: 100%;
    padding-left: 12px;
    padding-right: 35px;
    font-size: 18px;
    font-weight: 300;
    outline: none;
    background: url(../img/ico_select.svg) right 20px center no-repeat;
    border: 1px solid #00408A;
}

select option {
    color: #000;
}

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

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

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

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

.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;
    white-space: nowrap;
}


.btn {
    background: #00408A;
    color: #FFFFFF;
    text-align: center;
    height: 40px;
    width: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #00408A;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    cursor: pointer;
}

.btn:hover {
    background: #FF3A00;
    border-color: #FF3A00;
}

.btn.glass {
    background: transparent;
    border: 2px solid #00408A;
    color: #00408A;
}

.btn.glass:hover {
    border-color: #FF3A00;
    background: #FF3A00;
    color: #ffffff;
}

.section_item {
    font-size: 44px;
    font-weight: 700;
    width: 100%;
}
/*************************************************************************************************************************/

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

header .header {
    padding: 16px 0;
}

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

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

header .header .logo1 {
    position: relative;
    padding-right: 12px;
    margin-right: 11.31px;
    display: flex;
    align-items: center;
}
header .header .logo1:before {
    content: '';
    position: absolute;
    left: 100%;
    width: 8px;
    height: 8px;
    background: #E6E6E6;
    border-radius: 1px;
    transform: rotate(45deg);
}
header .header .logo2 {
    display: grid;
    justify-content: left;
    margin-left: 12px;
}
header .header .logo2 span {
    display: inline-block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}
header .header .header_contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header .header_contacts_block {
    min-width: 172px;
    margin-left: 20px;
}

header .header .header_contacts .btn {
    min-width: 335px;
}

header .header .top_addr {
    width: 100%;
    padding-left: 20px;
    position: relative;
    display: flex;
    align-items: center;
}

header .header .top_addr:before {
    content: '';
    background: url("../img/top_addr.svg") no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
}

header .header .top_phone a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 20px;
}
header .header .top_phone a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/top_phone.svg) no-repeat;
}

header .header .m_btn {
    display: none;
}

header .menu {

}

header .menu .main_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

header .menu .main_menu a {
    transition: all 0.2s linear;
}

header .menu .main_menu a:hover {
    color: #FF3A00;
}

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

.main_banner {
    margin-top: 76px;
}

.main_banner .slider_item {
    height: 550px;
}

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

.main_banner .title_container {
    padding-top: 24px;
    text-align: center;
}

.main_banner .title_container .title1 {
    font-size: 24px;
    font-weight: 500;
}

.main_banner .title_container .title2 {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
}
.main_banner .title_container .title2 b {
    color: #FF3A00;
}

.main_banner .title_container .title3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
}

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


.cars_items {
    margin-top: 120px;
}
.cars_items .section_item {
}
.cars_items .car_item {
    width: 49%;
    padding: 16px 24px 25px;
    background: url(../img/car_item_bg.png) 100% 0 no-repeat;
    background-size: auto 100%;
    border: 1px solid #E6ECF4;
}

.cars_items .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 56px;
}
.cars_items .car_cont {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
}
.cars_items .car_item .info_block {
    width: 100%;
    max-width: 312px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.cars_items .car_item .info_block .car_name {
    width: 100%;
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 12px;
    color: #666666;
}
.cars_items .car_item .info_block .car_name b {
    font-weight: 700;
    color: #000000;
}
.cars_items .car_item .info_block .car_profit {
    position: relative;
    padding-left: 44px;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    border: 1px solid #FF3A00;
    width: 100%;
    min-height: 36px;
    display: flex;
    align-items: center;
}
.cars_items .car_item .info_block .car_profit b {
    font-weight: 500;
    color: #FF3A00;
    display: contents;
}
.cars_items .car_item .info_block .car_profit:before {
    content: '';
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../img/car_profit_ico.svg") no-repeat #FF3A00;
}
.cars_items .car_item .info_block .car_profit:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: #FF3A00;
    z-index: -1;
    transition: all 0.2s linear;
}
.cars_items .car_item .info_block .car_profit:hover b {
    color: #fff;
}
.cars_items .car_item .info_block .car_profit:hover:after {
    width: 100%;
}
.cars_items .car_item .car_spec {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 6px;
}

.cars_items .car_item .info_block .car_props {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 8px;
}
.cars_items .car_item .info_block .car_props a {
    position: relative;
    padding-left: 28px;
    display: flex;
    align-items: center;
}
.cars_items .car_item .info_block .car_props a:hover {
    color: #FF3A00;
}
.cars_items .car_item .info_block .car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}
.cars_items .car_item .info_block .car_props a.props_ico1:before {
    background: url(../img/car_props_ico1.svg) no-repeat;
}
.cars_items .car_item .info_block .car_props a.props_ico1:hover:before {
    background: url(../img/car_props_ico1_hover.svg) no-repeat;
}
.cars_items .car_item .info_block .car_props a.props_ico2:before {
    background: url(../img/car_props_ico2.svg) no-repeat;
}
.cars_items .car_item .info_block .car_props a.props_ico2:hover:before {
    background: url(../img/car_props_ico2_hover.svg) no-repeat;
}
.cars_items .car_item .info_block .car_props a.props_ico3:before {
    background: url(../img/car_props_ico3.svg) no-repeat;
}
.cars_items .car_item .info_block .car_props a.props_ico3:hover:before {
    background: url(../img/car_props_ico3_hover.svg) no-repeat;
}
.cars_items .car_item .info_block .car_props a.props_ico4:before {
    background: url(../img/car_props_ico4.svg) no-repeat;
}
.cars_items .car_item .info_block .car_props a.props_ico4:hover:before {
    background: url(../img/car_props_ico4_hover.svg) no-repeat;
}

.cars_items .car_btns {
    margin-top: 24px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    column-gap: 24px;
}

.cars_items .car_btns .btn {
    width: 100%;
    max-width: 224px;
}
.cars_items .car_item .img_block {
    position: relative;
    width: 100%;
    max-width: 399px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -26px;
}
.cars_items .car_item .img_block .img_cars {
    position: relative;
    width: 100%;
    height: 180px;
}
.cars_items .car_item .img_block .img_cars img {
    position: absolute;
    right: 0;
    bottom: 0;
}
.cars_items .car_gallery {
    margin-top: 20px;
    width: 100%;
}
.cars_items  .car_gallery a {
    margin: 0 6px;
}

.cars_items .car_item .img_block .dots {
    display: grid;
}

.cars_items .car_item .img_block .dot_color {
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    margin: 6px 0;
    cursor: pointer;
    border-radius: 50px;
    border: 2px solid transparent;
}

.cars_items .car_item .img_block .dot_color:hover,
.cars_items .car_item .img_block .dot_color.active {
    transform: scale(1.1);
}
.cars_items .car_item .img_block .dot_color.wt {
    border: 1px solid #84959E;
}
.cars_items .car_item .car_gallery {
    width: 80%;
    margin-bottom: 0;
}
.cars_items .car_item .car_gallery .slick-slide {
    outline: none;
}

.cars_items .car_item .car_gallery .slick-prev {
    width: 24px;
    height: 100%;
    top: 0;
    margin-top: 0;
    left: -30px;
    background: url(../img/btn_prev.svg) 50% no-repeat #CCD9E8;
    transform: translate(0, 0%);
}
.cars_items .car_item .car_gallery .slick-prev:hover {
    background: url(../img/btn_prev_wt.svg) 50% no-repeat #00408A;
}
.cars_items .car_item .car_gallery .slick-next {
    width: 24px;
    height: 100%;
    top: 0;
    margin-top: 0;
    right: -30px;
    background: url("../img/btn_next.svg") 50% no-repeat #CCD9E8;
    transform: translate(0, 0%);
}
.cars_items .car_item .car_gallery .slick-next:hover {
    background: url("../img/btn_next_wt.svg") 50% no-repeat #00408A;
}
.cars_items .car_item .car_gallery .slick-prev:before {
    display: none;
}
.cars_items .car_item .car_gallery .slick-next:before {
    display: none;
}

.cars_offer {
    padding: 30px 20px;
    background: url(../img/cars_offer_bg.jpg) 50% 0 no-repeat;
    width: 49%;
    background-size: auto 100%;
}
.cars_offer_item {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}
.cars_offer .btn {
    margin-top: 15px;
}

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


#instock {
    margin-top: 54px;
    margin-bottom: 60px;
}

#instock .section_item {
    margin-bottom: 32px;
}

#instock .models_wrap {}

#instock .models {
    display: flex;
    width: 100%;
    margin-bottom: 40px;
}

#instock .model_name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    color: #00408A;
    height: 42px;
    /* border-radius: 16px; */
    transition: all .3s;
    width: 100%;
    max-width: 248px;
    border: 2px solid #00408A;
    margin-right: 24px;
}

#instock .model_name span {}

#instock .model_name:hover,
#instock .model_name.active {
    background: #00408A;
    color: #ffffff;
}

#instock .compls {
    display: none;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 60px;
}


#instock .compl_items {
    position: relative;
    width: 102%;
    left: -1%;
}
#instock .compl_items .slick-track {
    float: left;
}
#instock .compl_items .item {
    margin: 0 10px;
    padding: 16px 20px 24px;
    border: 1px solid #CCCCCC;
}
#instock .compl_items .item .item_name {
    font-size: 24px;
    font-weight: 500;
    color: #666666;
}
#instock .compl_items .item .item_model {
    margin-top: 8px;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}
#instock .compl_items .compl_image {
    width: 100%;
}

#instock .compl_items .compl_image img {
    width: 100%;
}

#instock .compl_items .compl_props {
    margin-top: 8px;
}
#instock .compl_items .compl_props a {
    position: relative;
    width: 100%;
    padding-left: 44px;
    font-size: 24px;
    font-weight: 500;
    display: flex;
    align-items: center;
    border: 1px solid #FF3A00;
    min-height: 36px;
}
#instock .compl_items .compl_props a span {
    position: relative;
    z-index: 2;
}
#instock .compl_items .compl_props a b {
    color: #FF3A00;
}
#instock .compl_items .compl_props a:hover b {
    color: #fff;
}
#instock .compl_items .compl_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 36px;
    height: 36px;
    background: url("../img/compl_props_ico1.svg") no-repeat #FF3A00;
    z-index: 2;
}
#instock .compl_items .compl_props a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: #FF3A00;
    transition: all 0.2s linear;
}
#instock .compl_items .compl_props a:hover:after {
    width: 100%;
}
#instock .compl_items .compl_teh {
    margin-top: 8px;
}
#instock .compl_items .compl_teh div {
    position: relative;
    padding-left: 28px;
    min-height: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
#instock .compl_items .compl_teh div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
}
#instock .compl_items .compl_teh div.ico1:before {
    background: url(../img/compl_teh_ico1.svg) no-repeat;
}
#instock .compl_items .compl_teh div.ico2:before {
    background: url(../img/compl_teh_ico2.svg) no-repeat;
}
#instock .compl_items .compl_teh div.ico3:before {
    background: url(../img/compl_teh_ico3.svg) no-repeat;
}
#instock .compl_items .compl_teh div.ico4:before {
    background: url(../img/compl_teh_ico4.svg) no-repeat;
}

#instock .compl_items .compl_btns {
    margin-top: 8px;
    width: 100%;
}

#instock .compl_items .compl_btns .btn {
    margin-bottom: 12px;
    width: 100%;
}

#instock .compl_items .compl_btns .btn:last-child {
    margin-bottom: 0;
}
#instock .slick-dots li {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: #e3e3e3;
}
#instock .slick-dots li.slick-active {
    background: #00408a;
}

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

.service {
    margin-top: 120px;
}
.service_cont {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 28px;
}
.service_block {
    position: relative;
    width: 49%;
    height: 332px;
    padding: 32px 48px;
    color: #fff;
}
.service_block:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180.1deg, rgba(0, 0, 0, 0.9) 0.09%, rgba(0, 0, 0, 0) 53.69%);
    left: 0;
    top: 0;
}
.service_block.service1 {
    background: url("../img/service_bg1.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.service_block.service2 {
    background: url("../img/service_bg2.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.service_block.service2:before {
    display: none;
}
.service_block.service3 {
    background: url("../img/service_bg3.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.service_block.service4 {
    background: url("../img/service_bg4.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.service_block.service5 {
    background: url("../img/service_bg5.jpg") 50% 0 no-repeat;
    background-size: cover;
}
.service_block .service_item {
    font-size: 36px;
    font-weight: 700;
    position: relative;
}
.service_item .br_mob {
    display: none;
}
.service_block .service_title {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 400;
}
.service_block .service_title b {
    font-weight: 700;
    color: #FF3A00;
}
.service_block .btn {
    margin-top: 32px;
    width: 100%;
    max-width: 334px;
}

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

.credit {
    margin-top: 172px;
    background: url("../img/credit_bg.jpg") 50% 50% no-repeat;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.credit .container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.credit .section_item {
    color: #fff;
    text-align: center;
}
.credit .credit_comment {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.credit .credit_cont form {
    margin-top: 28px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 24px;
}
.credit select {
    color: #fff;
    height: 44px;
    width: 100%;
    padding-left: 12px;
    font-size: 18px;
    outline: none;
    background: url(../img/ico_select_wt.svg) right 20px center no-repeat;
    border: none;
    border-bottom: 1px solid #fff;
    min-width: 248px;
}
.credit form .form-group input[type="text"],
.credit form .form-group input[type="tel"] {
    color: #fff;
    font-size: 18px;
    box-sizing: border-box;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #fff;
    min-width: 248px;
}
.credit form .form-group input[type="text"]::placeholder,
.credit form .form-group input[type="tel"]::placeholder {
    color: #fff;
}
/****************************************************************************************************/



.contacts {
    position: relative;
    height: 550px;
}
.contacts .container {
    height: 100%;
}
.contacts .contacts_cont {
    position: absolute;
    top: 50%;
    margin-top: -123px;
    z-index: 2;
    padding: 16px 30px 24px 24px;
    background: #fff;
}
.contacts  .contacts_cont .logo2 {
    display: grid;
    margin-bottom: 12px;
}
.contacts  .contacts_cont .logo2 {

}
.contacts  .contacts_cont .logo2 span {
    display: block;
    margin-top: 4px;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}
.bottom_phone a {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding-left: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.bottom_phone a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/bottom_phone.svg) no-repeat;
}

.bottom_time {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding-left: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.bottom_time:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/bottom_time.svg) no-repeat;
}
.bottom_addr {
    position: relative;
    font-size: 18px;
    font-weight: 400;
    padding-left: 24px;
    display: flex;
    align-items: center;
}
.bottom_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: url(../img/bottom_addr.svg) no-repeat;
}
.contacts_cont .btn {
    margin-top: 24px;
}
#map1 {
    position: absolute;
    top: 0;
    right: 0;
    height: 550px;
    width: 100%;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
}


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


footer {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #000;
    font-size: 18px;
    color: #fff;
}
footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
footer a {
    color: #fff;
}
footer .disclamer {
    width: 100%;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.copyright {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 15px;
}

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

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

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

@media (max-width: 1600px) {
    .bn_timer div[id^="timer"] {
        transform: scale(0.8) !important;
        min-width: fit-content !important;
    }
    .cars_items .car_item .info_block {
        max-width: 274px;
    }
    .cars_items .car_item .img_block {
        max-width: 50%;
    }
    .cars_items .car_btns {
        justify-content: space-between;
        column-gap: 0;
    }
    .cars_items .car_btns .btn {
        max-width: 32%;
    }
    .cars_items .car_item .info_block .car_props a {
        font-size: 14px;
    }
}

@media (max-width: 1441px) {
    header .menu .main_menu a {
        font-size: 16px;
    }
    header .header .header_contacts .btn {
        min-width: 230px;
    }
}

@media (max-width: 1390px) {
    header .header .logo_wrap {
        max-width: 230px;
    }
    header .header .logo2 span {
        font-size: 8px;
    }
    header .menu .main_menu a {
        font-size: 14px;
    }
    .cars_items .car_item .img_block {
        max-width: 100%;
    }
    .cars_items .car_item .car_gallery {
        width: 89%;
    }
    .cars_items .car_item .info_block .car_name {
        font-size: 30px;
    }
    #instock .compl_items .item .item_model {
        font-size: 24px;
    }
    #instock .compl_items .item .item_name {
        font-size: 18px;
    }
    #instock .compl_items .compl_props a {
        font-size: 18px;
    }
}
@media (max-width: 1280px) {
    header .menu .main_menu a {
        font-size: 14px;
    }
    .service_block {
        padding: 16px;
    }
    .service_block .service_item {
        font-size: 30px;
    }
}
@media (max-width: 1186px) {
    header .menu {
        position: absolute;
        width: 100%;
        left: 0;
        background: #fff;
        padding: 14px 15px;
        top: 56px;
    }
    header .menu .main_menu {
        justify-content: center;
    }
    header .header .top_addr {
        width: auto;
    }
    header .header .header_contacts {
        width: 60%;
    }
    header .header .header_contacts_block {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .cars_items .car_item .car_gallery {
        width: 100%;
        padding: 0 20px;
    }
    .cars_items .car_item .car_gallery .slick-prev {
        left: -6px;
    }
    .cars_items .car_item .car_gallery .slick-next {
        right: -10px;
    }
    .cars_items .car_btns {
        row-gap: 8px;
    }
    .cars_items .car_btns .btn {
        max-width: 100%;
    }
    .credit .credit_cont form {
        display: block;
    }
    .credit .section_item {
        margin-bottom: 104px;
    }
    .credit {
        margin-top: 90px;
    }
}
@media (max-width: 1024px) {
    header .header .header_contacts {
        width: 64%;
    }
}
/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .service_block .service_item {
        font-size: 20px;
    }
    .cars_offer {
        width: 100%;
        background-size: cover;
        height: 47vw;
        padding: 14px 10px;
    }
    .cars_offer_item {
        font-size: 4vw;
    }
    header .header {
        padding: 8px 0;
    }
    header .menu {
        padding: 6px 15px;
        top: 48px;
    }
    header .header .top_phone a {
        font-size: 16px;
    }
    header .header .top_addr {
        font-size: 16px;
    }
    header .header .header_contacts {
        width: 64%;
    }
    .cars_items {
        margin-top: 60px;
    }
    .cars_items .car_item {
    }
    .cars_items .car_item .img_block .img_cars {
        height: 24vw;
    }
    #instock .compl_items .item {
        padding: 16px 8px 16px;
    }
}

/*IPAD END*/
@media (max-width: 900px) {
    header .header .header_contacts {
        width: auto;
    }
    header .header .header_contacts_block {
        display: block;
    }
    .cars_items .car_item .img_block .img_cars {
        height: 28vw;
    }
}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .main_banner .title_container {
        padding-top: 12vw;
    }
    header .header .header_contacts_block {
        display: none;
    }
    header .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 23px;
        z-index: 1;
    }

    header .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: black;
        transition: all .2s linear;
    }

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

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

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

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

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

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

    header .menu {
        padding-top: 36px;
        position: fixed;
        width: 100%;
        top: 54px;
        left: 100%;
        background: white;
        z-index: 10;
        height: calc(100% - 76px);
        transition: all .2s linear;
        overflow: scroll;
    }

    header .menu.active {
        left: 0;
    }
    header .menu .main_menu a {
        font-size: 3vw;
    }

    header .menu .main_menu {
        display: grid;
        text-align: center;
    }
    .main_banner {
        margin-top: 54px;
    }
    .main_banner .banner_slide1 {
        background: url(../img/banner_mob.jpg?v=2) no-repeat;
        background-position: center bottom;
        background-size: 100%;
    }
    .main_banner .title_container .title1 {
        font-size: 3.4vw;
    }
    .main_banner .title_container .title2 {
        font-size: 5vw;
    }
    .main_banner .title_container .title3 {
        font-size: 3vw;
    }
    .main_banner .slider_item {
        height: 87vw;
    }
    .service_cont {
        flex-wrap: wrap;
    }
    .service_block {
        width: 100%;
    }
    .contacts .contacts_cont {
        position: relative;
        top: 0;
        margin-top: 0;
    }
    #map1 {
        position: relative;
        height: 350px;
        background: url(../img/map_mob.jpg) 50% 0 no-repeat;
        background-size: cover;
    }
    .contacts {
        position: relative;
        height: auto;
    }
    .contacts .contacts_cont {
        padding: 30px;
    }
    #instock .compl_items .compl_teh div {
        font-size: 16px;
    }
    .service_item .br_mob {
        display: block;
    }
}
/*MOBILE END*/
@media (max-width: 680px) {
    .cars_items .car_item {
        width: 100%;
    }
    #instock .model_name {
        margin-right: 0;
    }
    #instock .models {
        gap: 10px;
    }
}

@media (max-width: 540px) {
    header .header .header_contacts .btn {
        display: none;
    }

    .main_banner .title_container .title2 {
        margin-top: 2vw;
    }

    .main_banner .title_container {
        padding-top: 10vw;
    }

    .main_banner .title_container .title3 {
        margin-top: 2vw;
    }

    .cars_items .car_item .img_block .img_cars {
        height: 40vw;
    }

    #instock .compl_items .item {
        margin: 1px;
        max-width: 99%;
    }
    #instock .compl_items .item {
        padding: 8px 8px 10px;
    }
    #instock .compl_items .compl_teh {
        display: flex;
        flex-wrap: wrap;
        margin-top: 18px;
    }
    #instock .compl_items .compl_teh div {
        width: 50%;
    }
}

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

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .main_banner .title_container .title1 {
        font-size: 4.4vw;
    }
    .main_banner .title_container .title2 {
        font-size: 5.4vw;
    }
    .main_banner .title_container .title3 {
        font-size: 3.4vw;
    }
    .cars_items .car_item .info_block .car_props {
        position: absolute;
        top: 102vw;
    }
    .cars_items .car_btns {
        margin-top: 34vw;
    }
    .service_block {
        position: relative;
        height: 216px;
    }
    .service_block .service_item,
    .service_block .service_title {
        position: relative;
    }
    .service_block:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgb(66,66,66);
        background: linear-gradient(157deg, rgba(66,66,66,0.6250875350140056) 0%, rgba(0,0,0,0.1292892156862745) 100%);
    }
    .cars_items .car_item .img_block .img_cars {
        height: 58vw;
    }
    .cars_items .car_item .info_block .car_profit {
        font-size: 18px;
    }
    .cars_items .car_item .info_block .car_name {
        font-size: 26px;
    }
    .cars_items .car_item {
        padding: 16px 10px 16px;
    }
    .section_item {
        font-size: 30px;
    }
    .cars_items .section_item {
        margin-bottom: 16px;
    }
    .cars_items {
        margin-top: 22px;
    }
    .cars_offer {
        background: url(../img/cars_offer_bg_mob.jpg) no-repeat;
        background-size: 100%;
    }
}

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


@media (max-width: 378px) {
    .service_block .service_item {
        font-size: 22px;
    }
    .cars_items .car_item .info_block .car_props {
        top: 99vw;
    }
}

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

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