html {
    overflow-x: hidden;
}

body {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #171B17;
    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 20px;
    max-width: 1520px;
    position: relative;
}

.disclamer_add {
}

.mob {
    display: none;
}

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

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

@media (min-width: 1570px) {
    .container {
        width: 1560px;
        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: #69697C;
}
.agree_field a {
    color: #69697C;
    text-decoration: underline;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

.agree_field input+a {
    color: black;
}


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

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

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    font-family: "Open Sans", sans-serif;
    height: 54px;
    width: 100%;
    color: #303C48;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    padding: 0 16px;
    outline: none;
    background: transparent;
    border: 1px solid #69697C;
    border-radius: 5px;
}

select {
    font-family: "Open Sans", sans-serif;
    display: block;
    color: #303C48;
    height: 54px;
    width: 100%;
    padding-left: 20px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: url(../img/ico_select.svg) right 20px center no-repeat;
    border: 1px solid #69697C;
    border-radius: 5px;
}

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

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

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

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

.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: #171B17;
    color: #FFFFFF;
    text-align: center;
    height: 54px;
    width: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    font-size: 16px;
    font-weight: 400;
    border: 1px solid #171B17;
    border-radius: 5px;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    cursor: pointer;
    overflow: hidden;
}

.btn span {
    transition: all 0.3s linear;
}

.btn:hover {
    background: #0D70B8;
    border-color: #0D70B8;
    color: #ffffff;
}

.btn:hover span {
    opacity: 0;
    transform: translateX(-100%);
}

.btn:after {
    content: '';
    position: relative;
    width: 20px;
    height: 14px;
    background: url(../img/btn_arrows.svg) no-repeat;
    transition: all 0.4s linear;
}

.btn:hover:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(1.4);
}

.btn.glass {
    background: transparent;
    border: 1px solid #171B17;
    color: #171B17;
}
.btn.glass:hover {
    background: #0D70B8;
    border-color: #0D70B8;
    color: #ffffff;
}
.btn.glass:after {
    background: url(../img/btn_arrows_black.svg) no-repeat;
}


.btn.glass:hover:after {
    background: url(../img/btn_arrows.svg) no-repeat;
}

.btn.blue {
    background: #0D70B8;
    border-color: #0D70B8;
    color: #ffffff;
}
.btn.blue:hover {
    background: #ffffff;
    color: #171B17;
}

.btn.blue:hover:after {
    background: url(../img/btn_arrows_black.svg) no-repeat;
}


.section_item {
    font-size: 48px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.section_item span {
    position: relative;
}
.section_item span:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 7px;
    background: #0D70B8;
}

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

.header {
    position: fixed;
    width: 100%;
    z-index: 8;
    top: 20px;
    left: 0;
}

.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    height: 94px;
    background: #E3E3E3;
    border-radius: 5px;
}

.logo_wrap {
    display: flex;
}

.logo_wrap .logo1 {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid #69697C;
}

.top_addr {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 50px;
    font-size: 16px;
    font-weight: 600;
}
.top_addr:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 29px;
    height: 36px;
    background: url(../img/addr_ico.svg) no-repeat;
}
.top_addr span {
    font-size: 14px;
    font-weight: 400;
    color: #69697C;
}
.top_addr b {
    text-transform: uppercase;
}

.top_phone {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    padding-left: 50px;
}
.top_phone:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../img/phone_ico.svg) no-repeat;
}
.top_phone span {
    font-size: 14px;
    font-weight: 400;
    color: #69697C;
}
.top_phone a {
    font-size: 16px;
    font-weight: 600;
    color: #171B17;
}

.header .btn {
    width: 300px;
}

.m_btn {
    display: none;
}

.menu {
    position: relative;
    top: 5px;
}
.main_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 50px;
    background: #171B17;
    border-radius: 5px;
}
.main_menu a {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 0;
    border-bottom: 2px solid transparent;
    transition: all 0.2s linear;
}
.main_menu a:hover {
    color: #0D70B8;
    border-color: #0D70B8;
}

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

.main_banner {
}

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

.main_banner .title_container {
    position: relative;
    top: 206px;
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 24px;
}

.main_banner .title_container .title1 {
    font-size: 56px;
    font-weight: 400;
}

.main_banner .title_container .title3 {
    font-size: 46px;
    font-weight: 400;
}

.main_banner .title_container .title2 {
    margin-top: 4px;
    display: flex;
    align-items: start;
    column-gap: 18px;
    font-size: 64px;
}
.main_banner .title_container .title2 span {
    margin-top: 2px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
}
.main_banner .title_container .title2 b {
    font-weight: 800;
    line-height: 100%;
}
.main_banner .title_container .btn {
    /* margin-top: 18px; */
    width: 300px;
}

.banner_plashka {
    position: absolute;
    top: 20px;
    left: 58px;
    display: flex;
    padding-left: 118px;
    padding-right: 30px;
    height: 94px;
    border-radius: 50px;
    background: #F2F2F2;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color: #000000;
}
.banner_plashka:before {
    content: '';
    position: absolute;
    left: 0;
    width: 94px;
    height: 94px;
    background: url(../img/banner_plashka_ico.svg) 50% 50% no-repeat #171B17;
    border-radius: 50px;
}

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

.timer {
    margin-top: 10px;
}
.timer_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
}
.timer_block {
    padding: 30px 40px;
    background: #171B17;
    border-radius: 5px;
}
.timer_title {
    margin-bottom: 16px;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
}

.timer_text {
    padding: 30px 40px;
    background: #171B17;
    border-radius: 5px;
}
.timer_comment {
    font-weight: 400;
    font-size: 32px;
    color: #ffffff;
    line-height: 120%;
}

#timer_form {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    column-gap: 1vw;
}
#timer_form .form-group:nth-child(7) {
    width: 50%;
}
#timer_form .form-group:nth-child(8) {
    min-width: 346px;
}
#timer_form input {
    border-color: #ffffff;
    color: #ffffff;
}
#timer_form input::placeholder {
    color: #ffffff;
}
#timer_form .btn {
    width: 100%;
}

#timer_form .agree_field input+span {
    background: transparent;
    border-color: #ffffff;
}
#timer_form .agree_field input:checked+span {
    background: #ffffff;
}
#timer_form .agree_field,
#timer_form .agree_field a {
    color: #ffffff;
}

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


.cars_items {
    margin-top: 100px;
}

.cars_items .section_item {
    margin-bottom: 40px;
}

.car_item {
    position: relative;
    margin-bottom: 100px;
}
.car_awards {
    position: absolute;
    top: 0;
    left: 364px;
}
.car_name {
    display: flex;
    flex-direction: column;
}
.car_name span {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #69697C;
}
.car_name b {
    font-family: "Mulish", sans-serif;
    font-size: 128px;
    font-weight: 900;
    line-height: 74%;
    color: #171B17;
}

.car_wrapper {
    margin-top: 92px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 20px;
}

.car_text {
    min-width: 32%;
    padding: 30px;
    background: #F5F7F8;
    border-radius: 5px;
}

.car_props {
    display: flex;
    column-gap: 10px;
}
.car_props a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 120px;
    font-size: 20px;
    border: 1px solid #303C48;
    border-radius: 5px;
    transition: all 0.2s linear;
}
.car_props a:hover {
    background: #0D70B8;
    border-color: #0D70B8;
    color: #ffffff;
}
.car_props a span {
    text-align: center;
}
.car_props a b {
    font-size: 24px;
    font-weight: 900;
    color: #0D70B8;
    transition: all 0.2s linear;
}
.car_props a:hover b {
    color: #ffffff;
}

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

.car_btns .btn {
    width: 100%;
}

.car_imgs {
    position: relative;
}

.car_profit {
    position: absolute;
    top: -92px;
    left: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 178px;
    height: 178px;
    border-radius: 100px;
    background: #0D70B8;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    display: none;
}
.car_profit:before {
    content: '';
    position: absolute;
    width: 206px;
    height: 206px;
    background: #0D70B833;
    border-radius: 200px;
    z-index: -1;
    animation: circle 2s infinite linear;
}

@keyframes circle {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.car_profit span {
    position: relative;
    top: -6px;
}
.car_profit b {
    font-size: 24px;
}
.car_imgs {
    width: 66%;
}

.car_slider {
    position: relative;
    display: flex;
    align-items: center;
}
.car_slider_big {
    padding-top: 42px;
    padding-left: 42px;
    width: 100%;
    height: 414px;
    background: url(../img/car_slider_bg.jpg) 50% 0 no-repeat;
    border-radius: 5px;
}
.car_slider_small {
    position: absolute;
    top: 0;
    right: 30px;
    width: 218px;
    height: 100%;
}

.car_slider_small .slick-list {
    min-height: 100%;
}

.car_slider_small .slick-slide {
    margin: 12px 0;
    background: #ffffff;
    border-radius: 5px;
}


.car_slider_small .slick-arrow {
    position: absolute;
    left: 50%;
    margin-left: -16px;
    width: 33px;
    height: 33px;
    font-size: 0;
    background: url(../img/btn_slide.svg) 50% 50% no-repeat #303C48;
    border: none;
    border-radius: 5px;
    z-index: 2;
    cursor: pointer;
    transition: all 0.2s linear;
}
.car_slider_small .slick-arrow:hover {
    background-color: #0D70B8;
}
.car_slider_small .slick-prev {
    top: -12px;
}
.car_slider_small .slick-next {
    bottom: -12px;
    transform: rotate(180deg);
}

.car_wrap {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    column-gap: 1vw;
}
.car_tehs {
    width: 32%;
    border-bottom: 1px solid #E3E3E3;
}
.car_tehs_title {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.car_tehs_wrap {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
}
.car_tehs_block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 50%;
    height: 115px;
    text-align: center;
    border-top: 1px solid #E3E3E3;
}
.car_tehs_block span {
    font-size: 16px;
    font-weight: 400;
    color: #303C48;
}
.car_tehs_block b {
    font-size: 24px;
    font-weight: 700;
}

.car_gallery {
    width: 66%;

}
.car_gallery_tab {
    display: flex;
    column-gap: 10px;
}
.car_gallery_item {
    display: flex;
    align-items: center;
    height: 28px;
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #69697C;
    background: #E3E3E3;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.car_gallery_item:hover,
.car_gallery_item.active {
    color: #FFFFFF;
    background: #171B17;
}

.car_gallery_cont {
    margin-top: 12px;
    padding: 20px 0 20px;
    border-top: 1px solid #E3E3E3;
    border-bottom: 1px solid #E3E3E3;
}

.car_gallery_block {
    display: none;
    column-gap: 14px;
    margin-left: -7px;
    /* margin-right: -10px; */

}
.car_gallery_block .slick-track { 
    display: flex;
    column-gap: 14px;
    
}

.car_gallery_block.active {
    display: flex;
    width: 100%;
    height: 100%;
}

.car_gallery_block a {
    overflow: hidden;
    border-radius: 5px;
}

.car_gallery_block img:hover {
    transition: all 0.2s linear;
    transform: scale(1.1);
}

.car_gallery_block picture img,
.car_gallery_block picture source{
    height: 100%;
    width: 100%;
    display: block;
}

#s50 .car_gallery_block picture img,
#s50 .car_gallery_block picture source {
    height: auto;
}

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

#instock {
    margin-top: 150px;
}
#instock .instock_wrapper {
    margin-top: 50px;
    position: relative;
    display: flex;
    column-gap: 20px;
    min-height: 470px;
}
#tb_complects {
    width: 100%;
}
#tb_complects tr:nth-child(1) {
    display: none;
}
#tb_complects tr td:before {
    display: none;
}

#tb_complects tbody {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}

.ul_models {
    display: flex;
    column-gap: 8px;
    margin: 0;
}
.ul_models li {
    width: 32%;
}
.ul_models li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    background: #E3E3E3;
    border-radius: 5px;
    width: 100%;
    height: 45px;
    transition: all 0.2s linear;
    cursor: pointer;
}

.ul_models li.current a,
.ul_models li a:hover {
    color: #ffffff;
    background: #171B17;
}

.models_img {
    margin-top: 20px;
    width: 493px;
    height: 400px;
    display: flex;
    align-items: center;
    background: #F5F7F8;
    border-radius: 5px;
}
.models_img img {
    display: none;
}
.models_img img.active {
    display: block;
}
.tb_complects_container {
    width: -webkit-fill-available;
}
#tb_complects {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 1vw;
}
#tb_complects .model_item {
    width: 48%;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
}
#tb_complects .compl_image {
    display: none;
}
#tb_complects .compl_name {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    background: #F5F7F8;
    border-radius: 5px;
}

.compl_techs {
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
}
.compl_techs > div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 21px;
}
.compl_techs > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 12px;
    height: 6px;
    background: url(../img/ico_select.svg) no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
}
.compl_techs > div span {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    color: #69697C;
}
.compl_techs > div span b {
    font-weight: 700;
    color: #171B17;
}

#tb_complects .btns {
    margin-top: 16px;
}
#tb_complects .btns .btn {
    width: 100%;
}
.tb_complects_showmore {
    margin-top: 50px;
    display: block;
}

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

.credit {
    margin-top: 150px;
    height: 577px;
    background: url(../img/credit_bg.jpg) 50% 0 no-repeat;
    background-size: auto 100%;
    overflow: hidden;
}
.credit_wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    height: 577px;
}
.credit_text {
    padding-top: 65px;
}
.credit .section_item {
    color: #ffffff;
    text-align: left;
}
.credit_title {
    margin-top: 50px;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}
.credit_comment {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
}
#credit_form {
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
}
#credit_form .form-group:nth-child(7) {
    width: 347px;
}
#credit_form .form-group:nth-child(8) {
    width: 347px;
}
#credit_form .form-group input {
    color: #ffffff;
    border-color: #E6E7E8;
}
#credit_form .form-group input::placeholder {
    color: #ffffff;
}
#credit_form .agree_field,
#credit_form .agree_field a {
    color: #ffffff;
}
#credit_form .agree_field input+span {
    background: transparent;
    border-color: #ffffff;
}
#credit_form .agree_field input:checked+span {
    background: #ffffff;
}

.credit_imgs {
    position: relative;
    top: 0;
    right: 0;
    width: 32%;
}

.credit_imgs .slick-list {
    overflow: initial;
}

.credit_imgs .slick-slide:not(.slick-center) {
    position: relative;
    z-index: 0;
    transform: scale(0.9) translateX(5%);
}
.credit_imgs .slick-slide:not(.slick-center):before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 2;
}
.credit_imgs .slick-active.slick-center+.slick-slide+.slick-slide {
    z-index: 1;
}
.credit_imgs .slick-active.slick-center+.slick-slide,
.credit_imgs .slick-center+.slick-cloned {
    z-index: 2;
}
.credit_imgs .slick-center {
    z-index: 3;
}
.credit_imgs .slick-slide {
    position: relative;
    transition: transform 200ms;
    transform: translateX(0);
}
.credit_imgs .credit_img img {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 5px;
}

.credit_img_text {
    position: absolute;
    left: -32%;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 2;
    transition: all 0.4s linear;
}
.credit_img_text span {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 8px;
    width: fit-content;
    height: 22px;
    font-size: 16px;
    font-weight: 400;
    background: #ffffff;
    border-radius: 5px;
}
.credit_img_text span:nth-child(1) {
    border-radius: 5px 5px 0 5px;
}
.credit_img_text span:nth-child(1):before {
    content: '';
    position: absolute;
    left: -20px;
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 50px;
}
.credit_img_text span:nth-child(2) {
    border-radius: 0 5px 5px 5px;
    left: 30px;
}

.credit_imgs .slick-slide:not(.slick-center) .credit_img_text {
    opacity: 0;
    left: 0;
}

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

.tradein {
    margin-top: 150px;
}
.tradein_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 66px;
}
.tradein .section_item {
    text-align: left;
}
.tradein_title {
    position: absolute;
    left: -200px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: all 0.6s linear;
}
.show .tradein_title {
    left: 100px;
    opacity: 1;
}
.tradein_title span {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 10px;
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: #171B17;
    white-space: nowrap;
}
.tradein_title span:nth-child(1) {
    border-radius: 5px 5px 0 5px;
}
.tradein_title span:nth-child(1):before {
    content: '';
    position: absolute;
    left: -18px;
    width: 6px;
    height: 6px;
    background: #171B17;
    border-radius: 10px;
}
.tradein_title span:nth-child(2) {
    left: 20px;
    border-radius: 0 5px 5px 5px;
}
.tradein_img1 {
    position: relative;
    width: 49%;
    height: 564px;
    border-radius: 8px;
    overflow: hidden;
}
.tradein_img1 img {
    max-width: initial;
    height: 100%;
}
.tradein_block {
    width: 49%;
}
.tradein_comment {
    margin-top: 50px;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.tradein_form {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
#tradein_form {
    width: 400px;
}
#tradein_form .btn {
    margin-top: 20px;
}
.tradein_img2 {
    width: 237px;
    height: 237px;
    overflow: hidden;
    border-radius: 5px;
}

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

.testdrive {
    margin-top: 150px;
}
.testdrive_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 66px;
}
.testdrive .section_item {
    text-align: right;
}
.testdrive_title {
    position: absolute;
    left: 100%;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: all 0.6s linear;
}
.show .testdrive_title {
    left: 100px;
    opacity: 1;
}
.testdrive_title span {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    padding: 0 10px;
    height: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: #171B17;
    white-space: nowrap;
}
.testdrive_title span:nth-child(1) {
    border-radius: 5px 5px 0 5px;
}
.testdrive_title span:nth-child(1):before {
    content: '';
    position: absolute;
    left: -18px;
    width: 6px;
    height: 6px;
    background: #171B17;
    border-radius: 10px;
}
.testdrive_title span:nth-child(2) {
    left: 20px;
    border-radius: 0 5px 5px 5px;
}
.testdrive_img1 {
    position: relative;
    width: 49%;
    height: 564px;
    border-radius: 8px;
    overflow: hidden;
}
.testdrive_img1 img {
    max-width: initial;
    height: 100%;
}
.testdrive_block {
    width: 49%;
}
.testdrive_comment {
    margin-top: 50px;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: right;
}
.testdrive_form {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}
#testdrive_form {
    width: 400px;
}
#testdrive_form .btn {
    margin-top: 20px;
}
.testdrive_img2 {
    margin-top: 60px;
    width: 237px;
    height: 237px;
    overflow: hidden;
    border-radius: 5px;
}

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

.contacts {
    margin-top: 180px;
}
.contacts .section_item {
    text-align: left;
}

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

.contacts_block {
    padding: 30px;
    background: #171B17;
    border-radius: 5px;
}
.contacts_title {
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    line-height: 124%;
}

.bottom_addr {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 2px;
    padding-left: 50px;
    color: #ffffff;
}
.bottom_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 36px;
    background: url(../img/addr_ico.svg) no-repeat;
}

.bottom_addr span {
    font-size: 14px;
    font-weight: 400;
}
.bottom_addr b {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.bottom_phone {
    position: relative;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    row-gap: 2px;
    padding-left: 50px;
    color: #ffffff;
}
.bottom_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 28px;
    height: 28px;
    background: url(../img/phone_ico.svg) no-repeat;
}

.bottom_phone span {
    font-size: 14px;
    font-weight: 400;
}
.bottom_phone a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}

.contacts_comment {
    margin-top: 28px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}

.contacts .btn {
    margin-top: 16px;
    width: 432px;
}

#map1 {
    position: relative;
    right: 0;
    height: 386px;
    width: -webkit-fill-available;
    max-width: 100%;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
}

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


.footer {
    margin-top: 20px;
}
.footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
    background: #171B17;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
}
.footer_block {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.footer_block a {
    color: #ffffff;
}
.footer .disclamer {
    width: 100%;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.footer .logo_wrap {
    display: flex;
}
.footer .logo_wrap .logo3 {
    margin-right: 20px;
    padding-right: 20px;
    border-right: 2px solid #69697C;
}

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

@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;
        width: 580px;
        white-space: nowrap;
        position: relative;
        left: -56px;
    }
    .timer_block {
        width: 506px;
        padding: 16px 20px;
    }
    .timer_title {
        font-size: 28px;
    }
    .timer_comment {
        font-size: 28px;
    }
    .timer_text {
        padding: 16px 20px;
    }
}

@media (max-width: 1441px) {
    #timer_form .form-group:nth-child(8) {
        min-width: 42%;
    }

    .car_name b {
        font-size: 70px;
    }

    .car_slider_big {
        padding-left: 0;
        padding-top: 8vw;
    }
    .car_slider_big img {
        max-width: 64%;
    }

    .tradein_wrapper {
        column-gap: 2vw;
    }

    .tradein_img1 {
        width: 44%;
        height: 32vw;
    }
    .tradein_img2 {
        width: 28%;
        height: initial;
    }
    .tradein_comment {
        margin-top: 28px;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .tradein_form {
        column-gap: 20px;
    }

    .testdrive_wrapper {
        column-gap: 2vw;
    }

    .testdrive_img1 {
        width: 44%;
        height: 32vw;
    }
    .testdrive_img2 {
        width: 28%;
        height: initial;
    }
    .testdrive_comment {
        margin-top: 28px;
        font-size: 24px;
        font-weight: 600;
        text-transform: uppercase;
    }
    .testdrive_form {
        column-gap: 20px;
    }
}

@media (max-width: 1280px) {
    .main_banner .title_container .title1 {
        font-size: 42px;
    }

    .main_banner .title_container .title3 {
        font-size: 32px;
    }

    .main_banner .title_container .title2 {
        font-size: 60px;
    }
    .main_banner .title_container .title2 span {
        margin-top: 6px;
        font-size: 20px;
    }
    .top_addr {
        display: none;
    }
    .header .btn {
        width: 236px;
    }

    .timer_title {
        font-size: 20px;
    }
    .timer_comment {
        font-size: 20px;
    }

    .credit_title {
        margin-top: 40px;
        font-size: 28px;
    }
    .credit_comment {
        margin-top: 14px;
        font-size: 18px;
    }
    #credit_form {
        margin-top: 50px;
        max-width: 450px;
    }
    .car_awards {
        top: -38px;
        left: 250px;
        width: 110px;
    }

}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
    .car_wrapper {
        margin-top: 30px;
    }
    .car_text {
        min-width: 100%;
        order: 3;
    }
    .car_btns {
        margin-top: 24px;
        display: flex;
        flex-direction: row;
        row-gap: 10px;
        column-gap: 16px;
    }
    .car_imgs {
        width: 100%;
    }
    .car_profit {
        position: absolute;
        top: -90px;
        left: 50%;
        transform: translateX(20%);
        font-size: 12px;
        width: 140px;
        height: 140px;
    }
    .car_profit b {
        font-size: 20px;
    }
    .car_profit:before {
        width: 162px;
        height: 162px;
    }

    .car_wrap {
        flex-direction: column-reverse;
    }
    .car_gallery {
        width: 100%;
    }
    .car_tehs {
        width: 100%;
        padding-top: 16px;
        min-width: initial;
    }
    .car_tehs_title {
        font-size: 24px;
        text-align: center;
    }

    #filter_table {
        width: 50%;
    }
    .ul_models li {
        width: 48%;
    }
    .ul_models li a {
        width: 100%;
    }
    .models_img {
        margin-top: 20px;
        width: 100%;
        height: 30vw;
    }

    .tb_complects_container {
        width: 66%;
    }
    #tb_complects .model_item {
        width: 100%;
    }
}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {

    .logo_wrap {
        width: 248px;
    }
    .logo_wrap .logo1 {
        margin-right: 8px;
        padding-right: 10px;
    }

    .main_menu {
        column-gap: 20px;
    }

    .main_banner .banner_slide1 {
        height: 82vw;
        background-size: 200%;
    }
    .main_banner .title_container {
        align-items: center;
        padding-right: 0;
    }
    .main_banner .title_container .title1 {
        font-size: 5vw;
    }

       .main_banner .title_container .title3 {
        font-size: 4vw;
        margin-bottom: 10px;
    }

    .main_banner .title_container .title2 span {
        margin-top: 0;
        font-size: 2.6vw;
    }
    .main_banner .title_container .title2 {
        font-size: 5vw;
    }
    .banner_plashka {
        position: absolute;
        top: 40vw;
    }

    .timer_wrapper {
        flex-direction: column;
        row-gap: 10px;
    }
    .timer_block {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .timer div[id^="timer"] {
        left: initial;
    }

    .timer_comment {
        text-align: center;
    }
    #timer_form {
        flex-direction: column;
    }
    .timer_text {
        width: 504px;
        margin: 0 auto;
    }
    #timer_form .form-group:nth-child(7) {
        width: 100%;
    }
    #timer_form .form-group:nth-child(8) {
        width: 100%;
    }

    .section_item {
        font-size: 32px;
    }

    .cars_items {
        margin-top: 60px;
    }

    #instock .instock_wrapper {
        margin-top: 24px;
        min-height: initial;
        flex-direction: column;
    }
    #filter_table {
        width: 100%;
    }
    .models_img {
        display: flex;
        justify-content: center;
    }
    .tb_complects_container {
        width: 100%;
        margin-top: 24px;
    }
    #tb_complects .model_item {
        width: 48%;
    }

    .credit {
        margin-top: 60px;
        height: initial;
        overflow: hidden;
    }
    .credit_wrapper {
        height: initial;
        flex-direction: column;
    }
    .credit_img_text {
        left: 46px;
        top: 26px;
        transform: none;
        transition: all 0.4s linear;
    }
    .credit_imgs {
        margin-top: 24px;
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        float: right;
        overflow: hidden;
        height: 100vw;
    }
    .credit_imgs .slick-slide:not(.slick-center) {
        transform: scale(0.8) translateX(0%);
    }

    .contacts {
        margin-top: 60px;
    }
    .contacts_title {
        font-size: 18px;
    }
    .contacts_block {
        padding: 20px;
    }
    .bottom_phone {
        margin-top: 16px;
    }
    .contacts .btn {
        width: 346px;
    }
    .contacts_comment {
        margin-top: 70px;
        font-size: 16px;
    }
}

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

    .pc {
        display: none;
    }

    .header .header_wrapper {
        position: relative;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding: 12px;
        height: initial;
        row-gap: 10px;
    }
    .top_phone {
    }

    .header .btn {
        display: none;
    }

    .header .m_btn {
        display: block;
        position: absolute;
        right: 12px;
        width: 30px;
        height: 23px;
        z-index: 1;
    }

    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: black;
        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;
    }

    .header .menu {
        position: fixed;
        width: 100%;
        top: 130px;
        left: 100%;

        z-index: 10;
        height: initial;
        transition: all .2s linear;
        overflow: scroll;
    }

    .main_menu {
        padding: 24px 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
        background: #E3E3E3;
    }

    .main_menu a {
        padding: 0;
        font-size: 20px;
        color: #171B17;
    }

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

    .main_banner .title_container {
        top: 136px;
    }
    .banner_plashka {
        position: absolute;
        top: 42vw;
        left: 52px;
        display: flex;
        padding-left: 80px;
        padding-right: 24px;
        font-size: 14px;
        height: 60px;
    }
    .banner_plashka:before {
        width: 62px;
        height: 62px;
        background-size: contain;
    }


    .timer_block {
        width: 100%;
    }
    .timer_title {
        font-size: 16px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.6) !important;
        width: 580px;
    }

    .timer_text {
        width: 100%;
    }
    .timer_comment {
        font-size: 16px;
    }
    .car_slider {
        flex-direction: column;
    }
    .car_slider_big {
        padding-top: 6vw;
        height: 54vw;
    }
    .car_slider_big img {
        max-width: 100%;
    }
    .car_slider_small {
        position: relative;
        top: 0;
        right: 0;
        width: 82%;
        height: 100%;
    }

    .car_slider_small .slick-prev {
        top: 50%;
        margin-top: -16px;
        transform: rotate(-90deg);
        left: -6%;
    }
    .car_slider_small .slick-next {
        bottom: initial;
        transform: rotate(90deg);
        right: -11%;
        left: initial;
        top: 50%;
        margin-top: -16px;
    }
    .car_text {
        padding: 20px;
    }
    .car_btns {
        flex-direction: column;
    }
    .car_props a {
        font-size: 14px;
        min-height: 104px;
    }
    .car_props a b {
        font-size: 18px;
    }

    .car_awards {
        top: -20px;
        left: initial;
        right: 0;
        width: 80px;
    }

    #instock {
        margin-top: 80px;
    }
    #tb_complects .model_item {
        width: 100%;
        padding: 14px;
    }
    .models_img {
        height: 42vw;
    }

    .tradein {
        margin-top: 60px;
    }
    .tradein_wrapper {
        flex-direction: column-reverse;
    }
    .tradein_block {
        width: 100%;
    }
    .tradein_img1 {
        margin-top: 24px;
        width: 100%;
        height: 74vw;
    }
    .tradein_img2 {
        display: none;
    }
    #tradein_form {
        max-width: initial;
        width: 100%;
    }
    .show .tradein_title {
        left: 34px;
    }


    .testdrive {
        margin-top: 60px;
    }
    .testdrive .section_item {
        text-align: left;
    }
    .testdrive_wrapper {
        flex-direction: column;
    }
    .testdrive_block {
        width: 100%;
    }
    .testdrive_img1 {
        margin-top: 24px;
        width: 100%;
        height: 74vw;
    }
    .testdrive_img2 {
        display: none;
    }
    #testdrive_form {
        max-width: initial;
        width: 100%;
    }
    .show .testdrive_title {
        left: 34px;
    }

    .testdrive_form {
        margin-top: 20px;
    }

    #testdrive_form .btn {
        margin-top: 12px;
    }

    .testdrive_comment {
        margin-top: 18px;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        text-align: left;
    }

    .testdrive_title span {
        padding: 0 6px;
        height: 24px;
        font-size: 14px;
    }

    .tradein_comment {
        margin-top: 20px;
        font-size: 16px;
    }

    .contacts_wrapper {
        margin-top: 24px;
        flex-direction: column;
    }
    .contacts_block {
        width: 100%;
    }
    .contacts_comment {
        margin-top: 24px;
    }
    .contacts .btn {
        width: 100%;
    }
    #map1 {
        margin-top: 24px;
        width: 100%;
        height: 250px;
    }

    .footer_wrapper {
        padding: 16px;
        row-gap: 14px;
    }

}
/*MOBILE END*/
@media (max-width: 680px) {}

@media (max-width: 540px) {
    .main_banner .banner_slide1 {
        height: 104vw;
        background-size: 150%;
    }
    .main_banner .title_container {
        top: 64vw;
    }
    .top_addr {
        display: block;
    }
    .ul_models li a {
        font-size: 16px;
    }
}

@media (max-width: 520px) {
    .top_addr b {
        font-size: 12px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .main_banner .title_container .title1 {
        font-size: 6vw;
    }
    .main_banner .title_container .title2 span {
        font-size: 3.2vw;
    }
    .main_banner .title_container .title2 {
        font-size: 7vw;
        column-gap: 2vw;
    }
    .main_banner .title_container .btn {
        display: none;
    }
    .banner_plashka {
        left: 50%;
        transform: translateX(-50%);
        /* top: 20vw; */
        top: 25vw;
        width: 278px;
    }

    .timer_title {
        margin: 0;
    }
    .timer div[id^="timer"] {
        transform: scale(0.5) !important;
    }

    .section_item {
        font-size: 26px;
    }
    .section_item span:before {
        height: 4px;
    }

    .car_name b {
        font-size: 54px;
    }
    .car_profit {
        font-size: 10px;
        width: 120px;
        height: 120px;
    }
    .car_profit:before {
        width: 140px;
        height: 140px;
    }
    .car_profit b {
        font-size: 16px;
    }

    .car_tehs_title {
        font-size: 16px;
    }
    .car_tehs_block {
        height: 90px;
    }
    .car_tehs_block span {
        font-size: 14px;
    }
    .car_tehs_block b {
        font-size: 20px;
    }

    .credit_title {
        margin-top: 26px;
        font-size: 18px;
    }
    .credit_img_text {
        left: 36px;
        top: 18px;
    }
    .credit_img_text span {
        padding: 0 6px;
        height: 18px;
        font-size: 12px;
    }

    .contacts_block {
        padding: 16px;
    }
    .contacts_title {
        font-size: 16px;
    }
    .bottom_addr b {
        font-size: 14px;
    }
    .bottom_phone a {
        font-size: 14px;
    }
    .contacts_comment {
        margin-top: 24px;
        font-size: 14px;
    }
     .main_banner .banner_slide1 {
        background: url("../img/bg1_mob.jpg") 50% 0 no-repeat;
        height: 450px;
        background-size: 100% 70%
    }
    .main_banner .title_container {
        top: 80vw;
    }

    .main_banner .slick-list {
        height: 500px !important;
    }

@media (max-width: 390px) {
    .top_addr b {
        font-size: 12px;
        display: list-item !important;
        list-style-type: none;
    }
    
    .main_banner .title_container {
        top: 90vw;
    }
}


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

@media (max-width: 360px) {
    .main_banner .title_container {
        top: 100vw;
    }
}

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