html {
    overflow-x: hidden;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #30363A;
    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: "Open 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 {display: flex;flex-direction: column;gap: 5px;}

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

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

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

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

@media (min-width: 1570px) {
    .container {
        width: 1432px;
        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.policy_popup_desc_container,
.popup_container.soglasie_popup_desc_container,
.popup_container.cookies_popup_desc_container {
    width: 100%;
    max-width: 1000px;
  }

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

.popup_container .agree_field a {
    color: #6B777C;
    text-decoration: underline;
}

.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: #353E49;
}
.agree_field a {
    color: #002D96;
    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 #b7b7b7;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: -1px;
    left: 0;
}

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

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: 56px;
    width: 100%;
    color: #A3B0B9;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #353E49;
    padding: 0 16px;
    outline: none;
    background: transparent;
    border-radius: 0;
}

select {
    font-family: "Open Sans", sans-serif;
    display: block;
    color: #A3B0B9;
    height: 48px;
    width: 100%;
    padding-left: 16px;
    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 #353E49;
}

form .form-group button {
    font-family: "Open Sans", sans-serif;
    width: 100%;
    height: 56px;
    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: #002D96;
    color: #FFFFFF;
    text-align: center;
    height: 54px;
    width: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #002D96;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    cursor: pointer;
}

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

.btn.glass {
    background: transparent;
    border: 1px solid #30363A;
    color: #30363A;
}

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

.btn.grey {
    background: #353E49;
    border: 1px solid #353E49;
    color: #fff;
}

.btn.grey:hover {
    border-color: #000000;
    background: #000000;
    color: #fff;
}

.btn.white {
    background: #fff;
    border: 1px solid #fff;
    color: black;
}

.btn.white:hover {
    border-color: #002D96;
    background: #002D96;
    color: #fff;
}

.section_item {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
/*************************************************************************************************************************/

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

header .header {
    padding: 8px 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 .logo {
    padding-right: 50px;
}
header .header .logo1 {
    height: 50px;
    display: flex;
    align-items: center;
    padding-right: 17px;
    margin-right: 17px;
    border-right: 1px solid #DEE0E1;
}
header .header .logo2 {
    display: grid;
    justify-content: left;
}
header .header .logo2 span {
    font-size: 14px;
    font-weight: 400;
}
header .header .header_contacts {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header .header_contacts .btn {
    max-width: 210px;
}

header .header .top_addr {
    font-size: 18px;
    padding-left: 27px;
    position: relative;
    display: flex;
    flex-direction: column;
}

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

header .header .top_phone {
    margin-left: 32px;
    margin-right: 16px;
    display: flex;
    flex-direction: column;
}

header .header .top_phone a {
    font-size: 18px;
    color: black;
    font-weight: 700;
	white-space:nowrap;
}

header .header .m_btn {
    display: none;
}

header .menu {
    padding: 15px 0 11px;
    background: #353E49;
}

header .menu .container {
    display: flex;
    justify-content: space-between;
}

header .menu .main_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

header .menu .main_menu a {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 4px;
    border-bottom: 1px solid transparent;
    transition: all 0.2s linear;
}

header .menu .main_menu a:hover {
    border-color: #5591D4;
}

.top_addr_wrap {
    position: relative;
    display: flex;
    align-items: flex-start;
    display: flex;
    list-style-type: none;
    width: 70%;
    gap: 20px;
}
/**************************************************************************************************************/

.main_banner {
    margin-top: 118px;
}

.main_banner .slider_item {

}

.main_banner .banner_slide1 {
    position: relative;
    background: url("../img/bg1.jpg?v=3") 50% 0 no-repeat;
    background-size: cover;
    height: 680px;
}
/*
.main_banner .banner_slide1:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 50vw;
    background: linear-gradient(360deg, rgba(154, 166, 182, 0) 37.47%, rgba(154, 166, 182, 0.7) 100%);
    }
*/
.main_banner .title_container {
    position: relative;
    top: 70px;
    color: #ffffff;
    text-align: center;
}
.main_banner .title_container .br_mob {
    display: none;
}
.main_banner .title_container .title1 {
    font-size: 36px;
    font-weight: 400;
}
.main_banner .title_container .title2 {
    font-size: 32px;
    font-weight: 700;
}
.main_banner .title_container .title2 .br_mob {
    display: none;
}
.main_banner .title_container .title3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 142%;
}
.main_banner .title_container .title3 b {
    font-size: 42px;
    color: #5591D4;
}

.main_banner .title_container .btn  {
    margin: 24px auto 0;
    width: 350px;
    background: #353E49;
    border-color: #353E49;
    white-space: nowrap;
}
.main_banner .title_container .btn:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #353E49;
}
.bn_timer {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.timer {
    width: 62%;
    display: grid;
    justify-content: left;
}
.timer_item {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}
.timer_wrap {
    margin-top: 22px;
    margin-left: 26px;
    max-width: 528px;
}
.timer_wrap form {
    display: flex;
    flex-wrap: wrap;
}
.timer_wrap form .form-group:nth-last-child(3) {
    width: 251px;
    margin-right: 16px;
}
.timer_wrap form .form-group:nth-last-child(2) {
    width: 256px;
}

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

.advantages {
    background: #353E49;
    padding-top: 35px;
    padding-bottom: 35px;
}
.advantages_cont {
    display: flex;
    justify-content: space-between;
    gap: 3%;
}
.advantages_block {
    width: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 117px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    border: 2px solid #3F4859;
    border-radius: 6px;
    box-shadow: 0 7px 10px 0 #1E1E1E40;
    transition: all 0.2s linear;
}
.advantages_block:hover {
    box-shadow: none;
}
.advantages_block span {

}
.advantages_block b {
    font-weight: 700;
}
.advantages_block:before {
    content: '';
    position: relative;
    height: 59px;
    margin-right: 24px;
}
.advantages_block.ico1:before {
    width: 70px;
    background: url("../img/advantages_ico1.svg") 100% 0 no-repeat;
}
.advantages_block.ico2:before {
    width: 65px;
    background: url("../img/advantages_ico2.svg") no-repeat;
}
.advantages_block.ico3:before {
    width: 55px;
    background: url("../img/advantages_ico3.svg") no-repeat;
}

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

.offers {
    margin-top: 60px;
}
.offers_wrapper {
    position: relative;
    padding: 50px 60px;
    background: linear-gradient(91.72deg, #061945 0%, #062367 46.72%, #061945 99.8%);
    overflow: hidden;
}
.offers_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.offers_img img {
    height: 100%;
}
.offers_title {
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    z-index: 2;
}
.offers .btn.glass {
    margin-top: 24px;
    color: #ffffff;
    border-color: #ffffff;
    z-index: 2;
}
.offers .btn.glass:hover {
    border-color: #002D96;
}

.offers_popup_cont {
    max-width: 1200px;
    padding: 60px;
    background: linear-gradient(91.72deg, #061945 0%, #062367 46.72%, #061945 99.8%);
}
.offers_popup_title {
    font-size: 35px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
}
.offers_list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 60px;
    row-gap: 32px;
}
.offers_list > div {
    position: relative;
    display: flex;
    align-items: start;
    column-gap: 12px;
    width: 50%;
    max-width: 510px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
}
.offers_list > div i {
    position: relative;
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/offers_list/ico_bg.png) no-repeat;
}
.offers_list > div i:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
}
.offers_list .ico1 i:before {
    background: url(../img/offers_list/ico1.svg) no-repeat;
}
.offers_list .ico2 i:before {
    background: url(../img/offers_list/ico2.svg) no-repeat;
}
.offers_list .ico3 i:before {
    background: url(../img/offers_list/ico3.svg) no-repeat;
}
.offers_list .ico4 i:before {
    background: url(../img/offers_list/ico4.svg) no-repeat;
}
.offers_list .ico5 i:before {
    background: url(../img/offers_list/ico5.svg) no-repeat;
}
.offers_list .ico6 i:before {
    background: url(../img/offers_list/ico6.svg) no-repeat;
}
.offers_list .ico7 i:before {
    background: url(../img/offers_list/ico7.svg) no-repeat;
}
.offers_list .ico8 i:before {
    background: url(../img/offers_list/ico8.svg) no-repeat;
}
.offers_list .ico9 i:before {
    background: url(../img/offers_list/ico9.svg) no-repeat;
}
.offers_list .ico10 i:before {
    background: url(../img/offers_list/ico10.svg) no-repeat;
}
.offers_popup_cont .fancybox-close-small {
    opacity: 1;
}
.offers_popup_cont .fancybox-button svg path {
    fill: #ffffff;
}

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

.cars_menu {
    margin-top: 84px;
}
.cars_menu_list {
    margin-top: 52px;
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}
.cars_menu .cars_menu_list a {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 110px;
    padding: 10px;
    background: #DEE0E14D;
    transition: none;
}
.cars_menu_list a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s linear;
}
.cars_menu_list a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    transition: all 0.2s linear;
}
.cars_menu_list a[href="#monjaro"]:before {
    background: url(../img/cars_menu/cars_menu_bg/monjaro.jpg) 50% 0 no-repeat;
}
.cars_menu_list a[href="#new_atlas"]:before {
    background: url(../img/cars_menu/cars_menu_bg/new_atlas.jpg) 50% 0 no-repeat;
}
.cars_menu_list a[href="#okavango"]:before {
    background: url(../img/cars_menu/cars_menu_bg/okavango.jpg) 50% 0 no-repeat;
}
.cars_menu_list a[href="#cityray"]:before {
    background: url(../img/cars_menu/cars_menu_bg/cityray.jpg) 50% 0 no-repeat;
}
.cars_menu_list a[href="#coolray"]:before {
    background: url(../img/cars_menu/cars_menu_bg/coolray.jpg) 50% 0 no-repeat;
}
.cars_menu_list a[href="#preface"]:before {
    background: url(../img/cars_menu/cars_menu_bg/preface.jpg) 50% 0 no-repeat;
}
.cars_menu_list a[href="#emgrand"]:before {
    background: url(../img/cars_menu/cars_menu_bg/emgrand.jpg) 50% 0 no-repeat;
}
.cars_menu_list a[href="#knewstar_001"]:before {
    background: url(../img/cars_menu/cars_menu_bg/knewstar_001.jpg) 50% 0 no-repeat;
}
.cars_menu_list a:hover:before,
.cars_menu_list a:hover:after {
    opacity: 1;
}

.cars_menu_list a span {
    width: 100%;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    z-index: 2;
    transition: all 0.2s linear;
}
.cars_menu_list a span b {
    font-weight: 700;
}
.cars_menu_list a:hover {
    color: #ffffff;
}

.cars_menu_list .slick-arrow:before {
    display: none;
}
.cars_menu_list .slick-arrow {
    position: absolute;
    left: initial;
    top: -50px;
    right: 0;
    width: 34px;
    height: 18px;
    background: url(../img/btn_arrows.svg) no-repeat;
}
.cars_menu_list .slick-prev {
    right: 60px;
    transform: rotate(-90deg);
}
.cars_menu_list .slick-next {
    right: 20px;
    transform: rotate(90deg);
}
.cars_menu_list .slick-dots {
    bottom: -36px;
}
.cars_menu_list .slick-dots li button {
    display: none;
}
.cars_menu_list .slick-dots li {
    width: 14px;
    height: 14px;
    background: #939393;
    border-radius: 50px;
}
.cars_menu_list .slick-dots li.slick-active {
    background: #353E49;
}

.car_item {
    margin-top: 64px;
}
.car_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.car_block {
    position: relative;
    width: 454px;
    padding: 30px 20px 25px;
    background: #DEE0E14D;
}
.car_name {
    font-size: 35px;
    font-weight: 400;
    text-transform: uppercase;
}

.model_info_wrap {
    position: absolute;
    right: 35px;
    top: 35px;
    display: flex;
    align-items: center;
  }
  .model_info_btn {
    width: 32px;
    height: 32px;
    background: url(../img/info_btn_ico.svg) no-repeat;
    cursor: pointer;
    transition: all 0.2s linear;
  }
  .model_info_btn:hover {
    background: url(../img/info_btn_ico_hov.svg) no-repeat;
  }
  .model_info_text {
    width: 768px;
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-42%);
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    background: #FFFFFFCC;
    backdrop-filter: blur(10px);
    display: none;
    transition: all 0.2s linear;
    z-index: 5;
  }
  .model_info_text.active {
    display: block;
  }
  
  .model_info_btn_close {
    position: absolute;
    top: 6px;
    right: 12px;
    width: 14px;
    height: 12px;
    cursor: pointer;
  }
  .model_info_btn_close:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 1px;
    background: #000000b3;
    transform: rotate(46deg) translateX(4px) translateY(4px);
  }
  .model_info_btn_close:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #000000b3;
    transform: rotate(-46deg) translateX(4px) translateY(-4px);
  }
  
.car_profit {
    margin-top: 12px;
    width: fit-content;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 52px;
    padding-right: 34px;
    height: 45px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    background: #002D96;
    border-radius: 50px 0 0 50px;
}
.car_profit b {
    font-weight: 800;
}
.car_profit:before {
    content: '';
    position: absolute;
    left: 5px;
    width: 35px;
    height: 35px;
    background: url(../img/car_profit_ico.svg) no-repeat;
}

.car_props {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.car_props a {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    padding-left: 45px;
    min-height: 35px;
    font-size: 16px;
    font-weight: 400;
}
.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 35px;
    height: 35px;
}
.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) no-repeat;
}
.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) no-repeat;
}
.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) no-repeat;
}
.car_props .ico4:before {
    background: url(../img/car_props_ico4.svg) no-repeat;
}
.car_props .ico5:before {
    background: url(../img/car_props_ico5.svg) no-repeat;
}
.car_props .ico6:before {
    background: url(../img/car_props_ico6.svg) no-repeat;
}

.car_props a i {
    position: absolute;
    top: 4px;
    right: -12px;
    width: 10px;
    height: 10px;
    background: url(../img/car_gifts_ico.svg) no-repeat;
}

.car_gifts {
    margin: 0;
    position: absolute;
    left: 118%;
    opacity: 0;
    min-width: 285px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    background: #ffffff;
    padding: 15px;
    box-shadow: 0 0 20px 2px #63636340;
    z-index: 2;
    bottom: -26px;
}
.car_gifts:before {
    content: '';
    position: absolute;
    top: 58%;
    right: 100%;
    width: 25px;
    height: 20px;
    background: url(../img/car_gifts_decor.png) no-repeat;
}

.car_gifts.active {
    opacity: 1;
}
.car_gifts_wrap {
    position: relative;
}
.car_gifts_btn {
    width: 50px;
    height: 50px;
    display: block;
    background: #000000;
    cursor: pointer;
}

.car_gifts li {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
}
.car_gifts li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #002D96;
    border-radius: 50px;
}

.car_gallery_wrap {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 64px;
}
.car_gallery_block {
    display: none;
    width: -webkit-fill-available;
    align-items: center;
    column-gap: 20px;
}
.car_gallery_block.active {
    display: flex;
}
.car_gallery_big {
    width: -webkit-fill-available;
    max-width: 724px;
    overflow: hidden;
}
.car_gallery_big img {
    max-width: initial;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.car_gallery_small {
    width: 120px;
}
.car_gallery_small a {
    margin: 8px 0;
}
.car_gallery_small a img {
    min-height: 85px;
}
.car_gallery_small .slick-arrow:before {
    display: none;
}
.car_gallery_small .slick-arrow {
    position: absolute;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 18px;
    background: url(../img/btn_arrows.svg) no-repeat;
}
.car_gallery_small .slick-prev {
    top: -6px;
}
.car_gallery_small .slick-next {
    top: initial;
    bottom: -16px;
    transform: rotate(180deg);
}
.car_gallery_tabs {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 26px;
    transform: rotate(90deg) translateX(-75%);
}
.car_gallery_item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 180px;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    color: #939393;
    border: 1px solid #D9D9D9;
    cursor: pointer;
    transition: all 0.2s linear;
}
.car_gallery_item:hover,
.car_gallery_item.active {
    border-color: #002D96;
    color: #002D96;
}

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


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


#instock {
    margin-top: 100px;
    padding-bottom: 20px;
}
#instock .resp_table1 tr td:nth-child(1):before {
    display: none;
}
.resp_table1 tr td:nth-child(2):before {
    display: none;
}
.resp_table1 tr td:nth-child(3):before {
    display: none;
}
.resp_table1 tr td:nth-child(4):before {
    display: none;
}
#instock .section_item {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
}

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

#filter_table select {
    border: 1px solid #DEE0E1;
    color: #353E49;
    font-weight: 600;
    padding-left: 32px;
    height: 44px;

}
#filter_table .select_container {
    width: 32%;
}
#tb_complects {
    width: 100%;
}
#tb_complects .changed {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: end;
    min-height: 197px;
    border: 1px solid #DEE0E1;
    padding-right: 24px;
    margin-bottom: 16px;
}
#tb_complects .changed .compl_new {
    position: absolute;
    top: 6px;
    left: 204px;
    width: 107px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 700;
}
#tb_complects tbody tr:nth-child(1) {
    display: none;
}
#tb_complects .changed .compl_img {
    position: relative;
    width: 319px;
    min-height: 197px;
    background: #DEE0E1;
    margin-right: 40px;
}
#tb_complects .changed .compl_img .param1 {
    position: relative;
    top: 48px;
    left: 40px;
}
#tb_complects .changed td {
    padding-bottom: 42px;
}
#tb_complects .changed td:nth-child(1) {
    padding-bottom: 0;
}
#tb_complects .changed .compl_img:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 319px;
    height: 197px;
    background: #DEE0E1;
    display: block !important;
}
#instock .model_name {

}

#instock .model_name span {}

#instock .model_name:hover,
#instock .model_name.active {
    background: #132D96;
    color: #ffffff;
}

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

#instock .compls>span {
    display: block;
    font-size: 16px;
    margin-right: 35px;
}

#instock .compl_name {
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.tb_complects_container {
    margin-top: 32px;
}
#instock .compl_name.show {
    display: flex;
}

#instock .compl_teh div {
    position: relative;
    padding-left: 19px;
    display: flex;
    align-items: center;
    font-size: 19px;
    margin-bottom: 4px;
}
#instock .compl_teh div {
    margin-bottom: 0;
}
#instock .compl_teh div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #002D96;
}

.compl_props .props_ico1 {
    position: relative;
    padding-left: 64px;
    display: flex;
    align-items: center;
    font-size: 19px;
}
.compl_props .props_ico1 b {
    color: #002D96;
}
.compl_props .props_ico1:before {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    background: url(../img/props_ico1.svg) no-repeat;
    background-size: contain;
}
#instock .compls_showmore {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    color: #132D96;
    font-weight: 400;
    width: 220px;
    padding: 10px 0;
    /* border-radius: 16px; */
    border: 1px solid #132D96;
    text-decoration: none;
    transition: all .3s;
}

#instock .compls_showmore:hover {
    background: #132D96;
    color: #ffffff;
}
#tb_complects .changed .btns {
    display: flex;
    gap: 10px;
}
#tb_complects .changed .btns .btn {
    max-width: 208px;
}

#instock .agree_field input+span {
    background: #002d96;
}
/******************************* credit *********************************************/

.reviews {
    background: #DEE0E1;
    padding: 40px 0 105px;
}

.reviews_title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.reviews_slider {
}
.reviews_item {
    background: #FFFFFFCC;
    backdrop-filter: blur(14.899999618530273px);
    padding: 40px;
    height: 430px;
}
.reviews_wrap {
}
.reviews_name {
    position: relative;
    font-weight: 700;
    font-size: 25px;
    width: 100%;
    margin-bottom: 11px;
}
.reviews_name::before {
    content: '';
    position: absolute;
    width: 127px;
    height: 21px;
    background: url("../img/rating.svg") 50% 50% no-repeat;
    right: 0;
    top: 50%;
    transform: translateY(-50%);

}
.reviews_date {
    font-size: 18px;
    color: #757575;
    margin-bottom: 11px;
}
.reviews_text {
    font-size: 20px;
}

.reviews .slick-dots {
    bottom: -56px;
}

.reviews .slick-dots li button {
    display: none;
}

.reviews .slick-dots li {
    width: 100px;
    height: 5px;
    background: #A8A8A8;
}

.reviews .slick-dots li.slick-active {
    background: #ffffff;
}

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

.credit {
    margin-top: 50px;
    margin-bottom: 20px;
}

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

.credit_text {
    border-radius: 4px;
    background: #F8F8F8;
    padding: 20px 40px;
    position: relative;
    width: 41%;
}

.credit_text:before {
    content: '';
    display: block;
    position: absolute;
    top: 34%;
    left: 0;
    width: 2px;
    height: 32%;
    background: #1D449C;
}

.credit_title {
    font-family: 'Wadik';
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

.credit_comment {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 18px;
    padding-left: 60px;
    background: url("../img/credit_ico.png") 0 50% no-repeat;
    min-height: 30px;
}

#credit_form {
    margin-top: 40px;
    width: 525px;
}

#credit_form .cred_vznos {
    margin-top: 50px;
}

#credit_form .form_comment {
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 14px;
}

#credit_form .form-group .irs--flat {
    margin-top: -10px;
}

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

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

#credit_form .form-group .irs--flat .irs-single {
    color: #ffffff;
    font-size: 14px;
    top: 35px;
    font-family: 'Onest', sans-serif;
    border-radius: 4px;
    background: #1D449C;
}

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

#credit_form .form-group .irs--flat .irs-handle {
    cursor: pointer;
    width: 9px;
    height: 9px;
    top: 21px;
    background: #1D449C;
    border-radius: 50%;
}

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

#credit_form .form-group .irs-min,
#credit_form .form-group .irs-max {
    font-family: 'Onest', sans-serif;
    display: block !important;
    top: 17px;
    border-radius: 4px;
    background: #333D46;
    color: #ffffff;
    font-size: 14px;
    padding: 2px 4px;
    line-height: 100%;
    z-index: 1;
}

.credit_video {
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
}

.credit_video .play_btn {
    position: absolute;
    top: calc(50% - 39px);
    left: calc(50% - 39px);
}

.credit_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/******************************* credit old 15 04 2025 *********************************************/

/* .credit {
    position: relative;
    background: #002D96;
    height: 600px;
    overflow: hidden;
}
.credit .container {
    position: initial;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.credit_wrap {
    margin-top: 65px;
    margin-bottom: 65px;
    padding: 100px 0 66px 82px;
    border: 1px solid #fff;
    width: 100%;
    min-width: 619px;
}
.credit_img {
    width: 100%;
    max-width: 1130px;
    position: absolute;
    top: 0;
    right: auto;
    left: 42%;
    overflow: hidden;
}
.credit_img img {
    width: auto;
    height: 100%;
    margin-left: -1px;
}
.credit_item {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}
.credit_title {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
}
.credit form {

    max-width: 316px;
}
.credit form .form-group {
    margin-bottom: 25px;
}
.credit form .form-group:nth-last-child(2) {
    margin-bottom: 11px;
}
.credit form .form-group input[type="text"],
.credit form .form-group input[type="tel"] {
    color: #fff;
    border: 1px solid #fff;
}
.credit form .form-group input[type="text"]::placeholder,
.credit form .form-group input[type="tel"]::placeholder {
    color: #fff;
}
.credit .btn:hover {
    background: #000000;
    border-color: #000;
}
.credit .agree_field,
.credit .agree_field a {
    color: #ffffff;
}
.credit .agree_field input:checked+span {
    background: #00359a;
} */

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

.leasing {
    padding: 97px 0 100px;
    background: #D9D9D9;
}
.leasing .container {
    position: initial;
}
.leasing_cont {
    display: flex;
    align-items: center;
}
.leasing_text {
    padding: 80px;
    background: #FFFFFF;
    width: 50%;
}
.leasing_item {
    font-size: 40px;
    font-weight: 700;
    color: #30363A;
}
.leasing_comment {
    font-size: 24px;
    font-weight: 400;
}
#leasing_form {
    margin-top: 20px;
    max-width: 316px;
}
.leasing_imgs {
    position: absolute;
    right: 0;
    display: flex;
    column-gap: 14px;
}
.leasing_imgs1 {
    overflow: hidden;
}
.leasing_imgs1 img {
    transform: scale(1.1);
}
.leasing_imgs2 {
    display: grid;
    row-gap: 14px;
}
.leasing_imgs2 div {
    overflow: hidden;
}
.leasing_imgs2 div img {
    transform: scale(1.1);
}
/****************************************************************************************************/

.tradein {
    padding-top: 80px;
    padding-bottom: 174px;
}
.tradein .container {
    display: flex;
    justify-content: right;
}
.tradein_cont {
    position: relative;
    padding-top: 75px;
    padding-right: 123px;
    padding-bottom: 86px;
    display: flex;
    justify-content: space-between;
    border: 3px solid #002D96;
    width: 90%;
}
.tradein_text {
    width: 58%;
    text-align: right;
}
.tradein_item {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.tradein_comment {
    font-size: 24px;
    font-weight: 400;
}
.tradein_form {
    width: 100%;
    max-width: 400px;
}
.tradein form .form-group input[type="text"],
.tradein form .form-group input[type="tel"],
.tradein form .form-group select {
    font-size: 16px;
    font-weight: 600;
    color: #353E49;
    border: 1px solid #DEE0E1;
}
.tradein form .form-group input[type="text"]::placeholder,
.tradein form .form-group input[type="tel"]::placeholder,
.tradein form .form-group select::placeholder {
    color: #353E49;
}

.tradein_img {
    width: 62%;
    position: absolute;
    bottom: -4vw;
    left: 0;
}
.tradein_img img {
    width: 100%;
}

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

.test_drive {
    height: 680px;
    position: relative;
    padding-top: 130px;
    padding-bottom: 82px;
    background: #DEE0E1;
}
.test_drive .container {
    position: initial;
}
.test_drive_cont {
    display: flex;
    justify-content: right;
    align-items: center;
}
.test_drive_gallery {
    width: 52%;
    position: absolute;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.test_drive_gallery div {
    overflow: hidden;
}
.test_drive_gallery div:hover img {
    transform: scale(1.1);
}
.test_drive_gallery div img {
    width: 100%;
}
.test_drive_gallery .test_drive_img_block:nth-child(1) {
    width: 60%;
}
.test_drive_gallery .test_drive_img_block:nth-child(2) {
    width: 37.5%;
    display: grid;
    row-gap: 16px;
}
.test_drive_text {
    width: 48%;
    padding-top: 2vw;
    padding-left: 3vw;
    padding-right: 2vw;
    border: 1px solid #A3B0B9;
    border-left: 0;
    height: 26.2vw;
    max-height: 426px;
}
.test_drive_item {
    margin-bottom: 8px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;

}
.test_drive_comment {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}
.test_drive form {
    max-width: 316px;
}

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

.contacts {
    position: relative;
}

.contacts .container {

}

.contacts .contacts_cont {
    top: 42px;
    position: absolute;
    right: 14%;
    width: 50%;
    padding-top: 56px;
    padding-left: 67px;
    padding-bottom: 63px;
    background: #353E49;
    color: #fff;
    z-index: 2;
}

.contacts .contacts_cont .title {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}
.contacts .contacts_cont .logo_wrap {
    margin-top: 31px;
    display: flex;
    align-items: center;
}
.contacts .contacts_cont .logo3 {
    margin-right: 28px;
}
.contacts .contacts_cont .logo4 {
    display: grid;
}
.contacts .contacts_cont .logo4 span {
    font-size: 14px;
    font-weight: 400;
}
.contacts .bottom_block {
    display: flex;
    margin-top: 31px;
}
.contacts .bottom_hours {
    margin-top: 19px;
    margin-bottom: 31px;
    display: grid;
}
.contacts .contacts_cont .bottom_phone a {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    padding-left: 32px;
    color: #fff;
    margin-right: 44px;
	white-space:nowrap;
}
.contacts .contacts_cont .bottom_phone a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 19px;
    background: url(../img/bottom_phone.svg) 50% 50% no-repeat;
    background-size: contain;
}

.contacts .contacts_cont .bottom_addr {
    position: relative;
    padding-left: 23px;
    display: flex;
    flex-direction: column;
    gap: 10px;    
}

.contacts .contacts_cont .bottom_addr span {
    font-size: 14px;
}

.contacts .contacts_cont .bottom_addr span:before {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 20px;
    background: url(../img/bottom_location.svg) 50% 50% no-repeat;
    background-size: contain;
}

.contacts_comment {
    margin-top: 31px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
}
.contacts_comment b {
    font-size: 24px;
    margin-right: 10px;
}

.contacts .btn {
    width: 256px;
}

.contacts #map1 {
    position: relative;
    height: 687px;
    /* background: url(../img/map.jpg) 50% 0 no-repeat; */
    background-size: cover;
}

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


footer {
    padding-top: 38px;
    padding-bottom: 38px;
    background: #353E49;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
}
footer .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 10px;
}
footer a {
    color: #fff;
}
footer .footer_cont {
   display: flex;
   align-items: center;
   justify-content: space-between;
   width: 100%;
   flex-wrap: wrap;
   gap: 15px;
}
footer .disclamer {
    width: 100%;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 35px;
}
.disclamer_add {
    /* margin-right: 40px; */
}
.copyright {
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 15px;
}
.logo_sinoby {
    display: flex;
    align-items: center;
}
.logo_sinoby span {
    display: block;
    margin-right: 10px;
}

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

@media (max-width: 1700px) {

}

@media (max-width: 1620px) {
    .leasing_imgs {
        width: 58%;
    }
    .leasing_imgs2 {
    }
}

@media (max-width: 1570px) {
    .offers_title {
        font-size: 24px;
        max-width: 46%;
    }
    .top_addr_wrap {
        margin-left: 20px;
    }
    .main_banner .title_container .title1 {
        font-size: 26px;
    }
    .car_gallery {
        width: 66%;
    }

    #tb_complects .changed .btns {
        display: grid;
    }
    #tb_complects .changed .compl_img {
        width: 266px;
    }
    #tb_complects .changed .compl_img:before {
        width: 270px;
    }
    .tradein_cont {
        gap: 30px;
    }
    .tradein_img {
        width: 52%;
        position: absolute;
        bottom: 0;
    }

    #credit_form {
        width: 485px;
        max-width: 100%;
    }
    /* .credit_img {
        left: 50%;
        height: 100%;
    }
    .credit_img img {
        width: auto;
        height: 100%;
    } */
    .timer {
        width: 70%;
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
    }
    .main_banner .title_container {
        top: 26px;
        padding: 28px 24px 42px;
    }

    .bn_timer div[id^="timer"] {
        transform: scale(0.8) !important;
        min-width: fit-content !important;
        display: flex;
        width: 539px;
        justify-content: left;
        float: left;
        position: relative;
        left: -10%;
    }
    .test_drive_comment {
        margin-bottom: 2vw;
    }
    #tb_complects .changed .compl_new {
        left: 156px;
    }
}

@media (max-width: 1380px) {
    .cars_menu_list {
        width: 102%;
        left: -1%;
    }
    .cars_menu .cars_menu_list a {
        margin: 0 10px;
    }
    .cars_menu .cars_menu_list a img {
        max-width: 90%;
    }
    .test_drive_gallery {
        display: grid;
    }
    .test_drive_gallery .test_drive_img_block:nth-child(2) {
        width: 60%;
        display: flex;
    }
    .test_drive_gallery .test_drive_img_block:nth-child(2) div {
        height: 128px;
    }
    .test_drive_text {
        width: 66%;
        padding-top: 42px;
        padding-left: 38px;
        padding-right: 50px;
        border: 1px solid #A3B0B9;
        height: 478px;
    }
    .test_drive {
        height: 600px;
    }

}

@media (max-width: 1280px) {
    .car_gallery {
        width: 62%;
    }
    .contacts .contacts_cont {
        right: 20px;
        padding: 30px;
    }
    .contacts .contacts_cont {
        width: 62%;
    }
    .main_banner .title_container .title1 .br_mob {
        display: block;
    }

    .offers_list {
        column-gap: 20px;
    }
    .offers_popup_cont {
        padding: 32px;
    }
    .offers_list > div {
        max-width: 48%;
        font-size: 16px;
    }
}
@media (max-width: 1190px) {
    .tradein_comment {
        font-size: 18px;
    }
    .tradein_img {
        width: 46%;
    }
    .credit_text {
        width: 49%;
    }

    #credit_form {
        max-width: 100%;
    }
    /* .credit_wrap {
        padding: 40px 0 34px 36px;
    }
    .credit {
        height: 478px;
    } */
    header .menu .container {
        display: block;
    }
    header .menu .cars_menu {
        padding-left: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid #fff;
    }
    header .menu .main_menu {
        padding-right: 0;
        width: 100%;
    }
    .main_banner {
        /* margin-top: 172px; */
    }
    header .header .top_addr {
        display: none;
    }
    header .header .top_phone a {

    }
}
/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
.top_addr_wrap {
        gap: 0px;
        font-size: 14px;
    }   
}
/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .offers_img {
        width: 82%;
    }
    .offers_img img {
        max-width: initial;
    }
    .offers_popup_title {
        font-size: 26px;
    }

    .top_addr_wrap {
        font-size: 12px;
    }
    .car_gifts {
        display: none;
    }
    .car_props a i {
        display: none;
    }
    .leasing_imgs {
        position: relative;
        width: 100%;
    }
    .leasing_cont {
        display: grid;
    }
    .leasing_text {
        padding: 34px;
        width: 100%;
    }

    .main_banner .banner_slide1:before {
        display: none;
    }

    .model_info_wrap {
        align-items: start;
    }

    .model_info_text {
        width: 100%;
        top: 44px;
    }
    .car_gallery_wrap {
        flex-direction: column;
        padding: 0;
    }
    .car_gallery_block {
        flex-direction: column;
    }
    .car_gallery_big {
        height: 38vw;
    }
    .car_gallery_small {
        margin-top: 14px;
        width: 101%;
        left: -0.5%;
    }
    .car_gallery_small a {
        margin: 0 5px;
    }
    .car_gallery_small a img {
        width: 100%;
        min-height: initial;
    }
    .car_gallery_small .slick-dots li button {
        display: none;
    }
    .car_gallery_small .slick-dots li {
        width: 14px;
        height: 14px;
        background: #939393;
        border-radius: 50px;
    }
    .car_gallery_small .slick-dots li.slick-active {
        background: #353E49;
    }
    .car_gallery_tabs {
        position: relative;
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
        transform: none;
    }
    .car_profit {
        font-size: 16px;
    }
    .car_props {
        row-gap: 12px;
    }
    .car_props a {
        font-size: 14px;
    }

    #tb_complects .changed .compl_new {
        left: 172px;
        top: 27px;
    }
    #tb_complects .changed .compl_img:before {
        display: none !important;
    }
    #tb_complects .changed {
        flex-wrap: wrap;
        padding: 20px;
    }
    #tb_complects .changed .btns {
        margin-top: 20px;
        display: flex;
        justify-content: space-between;
        gap: 0;
        width: 100%;
        padding-bottom: 0;
    }
    #tb_complects .changed .btns .btn {
        max-width: 50%;
        width: 48%;
    }

    header .header .top_phone {
        margin-right: 58px;
    }
        .contacts {
        background: #353E49;
    }
    .contacts .contacts_cont {
        right: 0;
        position: relative;
        top: 0;
    }
    .contacts .contacts_cont {
        width: 100%;
    }
    .tradein {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .tradein_cont {
        width: 100%;
        display: grid;
        padding: 20px;
        justify-content: center;
        padding-bottom: 40vw;
    }
    .tradein_text {
        width: 100%;
        text-align: center;
    }
    .tradein .container {
        display: block;
    }
    .tradein_img {
        width: 87%;
        position: absolute;
        bottom: 5vw;
        left: 7%;
    }
    .test_drive_gallery .test_drive_img_block:nth-child(1) {
        width: 100%;
    }
    .test_drive_gallery .test_drive_img_block:nth-child(2) {
        width: 100%;
    }
    .test_drive_gallery {
        width: 33%;
    }
    .test_drive_gallery .test_drive_img_block:nth-child(2) {
        display: grid;
    }
    .test_drive_gallery .test_drive_img_block:nth-child(2) div {
        height: 198px;
    }
    .test_drive_gallery .test_drive_img_block:nth-child(2) div:nth-child(2) {
        display: none;
    }
    .credit_wrap {
        flex-direction: column;
        gap: 20px 0;
    }

    .credit_text {
        width: 100%;
    }

    #credit_form {
        width: 100%;
    }
    /* .credit_item {
        font-size: 32px;
    }
    .credit_title {
        font-size: 18px;
    } */
    header .header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 23px;
        z-index: 1;
        right: 20px;
        top: 10px;
    }

    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 {
        position: fixed;
        width: 100%;
        top: 65px;
        left: 100%;
        background: white;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }

    header .menu.active {
        left: 0;
    }

    header .menu .main_menu {
        display: grid;
        justify-content: center;
        text-align: center;
    }
    .header_contacts .btn {
        display: none;
    }
    .main_banner {
        margin-top: 64px;
        height: 57vw;
    }
    .main_banner .banner_slide1 {
        background: url(../img/bg1_mob.jpg) 50% 100% no-repeat;
        height: 80vw;
        background-size: 100%;
        background-position: 50% 100%;
    }
    .main_banner .title_container {
        top: 0;
        margin: 0;
        color: #ffffff;
    }
    .main_banner .title_container .title1 {
        font-size: 3vw;
        text-align: center;
    }
    .main_banner .title_container .title2 {
        margin-top: 1vw;
        font-size: 2.8vw;
    }
    .main_banner .title_container .title3 {
        font-size: 3vw;
    }
    .main_banner .title_container .title3 b {
        font-size: 4vw;
    }

    .main_banner .title_container .btn {
        position: relative;
        bottom: 0;
        margin-top: 10px;
        left: 0;
    }
    .timer_wrap {
        margin-left: 0;
    }
    .bn_timer {
        margin-top: 48vw;
        display: grid;
        justify-content: center;
    }
    .timer {
        width: 100%;
        justify-content: center;
    }
    .timer_item {
        font-size: 3.5vw;
        width: 100%;
        text-align: center;
    }
    .advantages_cont {
        width: 100%;
    }
    .advantages_block {
        font-size: 18px;
    }
    .advantages_block:before {
        height: 40px;
        margin-right: 10px;
        background-size: contain !important;
    }
    .bn_timer div[id^="timer"] {
        left: auto;
    }
    .main_banner .slick-list {
        overflow: initial;
    }
    .timer_wrap form {
        justify-content: center;
    }
}

/*IPAD END*/
@media (max-width: 860px) {
    #tb_complects .changed .compl_img {
        width: 214px;
    }
    #tb_complects .changed .compl_img .param1 {
        top: 52px;
    }
}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    header .menu .main_menu a {
        font-size: 3.5vw;
        color: #000000;
    }
    .top_addr_wrap {
        display: none;
    }
    .section_item {
        font-size: 32px;
    }
    .cars_menu {
        margin-top: 48px;
    }
    .cars_menu_list {
        margin-top: 30px;
    }
    .cars_menu_list a:before, .cars_menu_list a:after {
        display: none;
    }
    .cars_menu_list a:hover {
        color: inherit;
    }
    .cars_menu_list a span {
        font-size: 14px;
    }

    .offers_wrapper {
        padding: 15px 15px 46vw;
    }
    .offers_title {
        max-width: initial;
        width: 100%;
        text-align: center;
        font-size: 5vw;
    }
    .offers_img {
        top: initial;
        bottom: 0;
        height: initial;
        width: 100%;
    }
    .offers_img img {
        height: initial;
        width: 100%;
    }
    .offers .btn.glass {
        margin-top: 15px;
        width: 100%;
    }

    .offers_popup_cont {
        padding: 64px 14px 14px;
    }
    .offers_popup_title {
        font-size: 22px;
    }
    .offers_list {
        margin-top: 25px;
    }
    .offers_list > div {
        max-width: initial;
        width: 100%;
        font-size: 20px;
    }

    .leasing {
        padding: 56px 0 50px;
    }
    .leasing_comment {
        font-size: 20px;
        font-weight: 400;
    }
    .leasing_cont {
        display: grid;
    }
    .leasing_text {
        padding: 30px;
        width: 100%;
    }
    .leasing_imgs {
        width: 100%;
        max-width: initial;
        display: grid;
        row-gap: 14px;
    }
    .leasing_imgs2 {
        width: 100%;
        display: flex;
        column-gap: 14px;
    }
    .leasing_imgs2 div {
        overflow: hidden;
        width: 49%;
    }
    .leasing_imgs2 div img {
        width: 100%;
    }
    .car_name {
        font-size: 26px;
    }
    .model_info_wrap {
        top: 16px;
        right: 16px;
    }
    .model_info_btn {
        left: initial;
        right: 0;
    }
    .model_info_text {
        left: 0;
        transform: none;
        width: 90vw;
        left: -78vw;
        font-size: 14px;
    }
    .car_wrapper {
        flex-direction: column;
        row-gap: 16px;
    }
    .car_block {
        width: 100%;
        padding: 16px 14px 18px;
    }
    .car_gallery {
        width: 100%;
    }
    .car_gallery_big {
        height: 58vw;
    }
    .car_gallery {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        row-gap: 16px;
    }

    .car_btns {
        flex-direction: column;
        row-gap: 10px;
    }
    .car_btns .btn {
        width: 100%;
    }
    .car_gallery_tabs {
        column-gap: 16px;
    }
    .car_gallery_item {
        width: 48%;
        min-width: initial;
    }

    #tb_complects .changed .compl_new {
        left: auto;
        right: 32px;
    }

    #instock .section_item {
        font-size: 32px;
        margin-bottom: 24px;
    }
    #filter_table .select_container {
        width: 100%;
        margin-bottom: 10px;
    }
    #filter_table {
        display: block;
    }
    #tb_complects .changed .compl_img .param1 img {
        width: 100%;
    }
    #tb_complects .changed .compl_img {
        display: flex;
        align-items: center;
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }
    #tb_complects .changed .compl_img .param1 {
        left: 0;
        top: 0;
    }

    header .header .top_phone {
        margin: 0;
    }
    .main_banner {
        margin-top: 120px;
    }
    .main_banner .title_container {
        padding: 4vw 0px 14px;
    }
    .main_banner .title_container .title1 {
        font-size: 4vw;
    }
    .main_banner .title_container .title1 .br_mob {
        display: block;
    }
    .main_banner .title_container .title2 {
        font-size: 3vw;
    }
    .main_banner .title_container .title2 .br_mob {
        display: block;
    }
    .main_banner .title_container .title3 {
        font-size: 4vw;
    }
    .main_banner .title_container .title3 b {
        font-size: 7.8vw;
    }
    header .header .top_phone a {
        font-size: 22px;
    }
    .main_banner .banner_slide1 {
        height: 90vw;
    }

    .main_banner .title_container .btn {
        display: none;
    }


    .bn_timer {
        margin-top: 52vw;
    }
    header .header .header_contacts {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    header .header .container {
        flex-wrap: wrap;
    }
    .contacts .contacts_cont .title {
        font-size: 32px;
    }
    .contacts .contacts_cont {
        width: 100%;
        padding: 20px;
    }
    footer .footer_cont {
        flex-direction: column;
        margin-bottom: 20px;
        align-items: flex-start;
    }
    .disclamer_add {
        margin-bottom: 10px;
    }
    .contacts .bottom_block {
        display: block;
    }
    .contacts .contacts_cont .bottom_addr {
        margin-top: 20px;
    }
    .contacts_comment {
        display: grid;
    }
    .contacts .contacts_cont .logo_wrap {
        display: grid;
    }
    .contacts .contacts_cont .logo4 {
        margin-top: 18px;
    }
    .contacts #map1 {
        height: 320px;
    }
    .test_drive_gallery {
        margin-top: 20px;
        top: 0;
    }
    .test_drive {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .test_drive_item {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .test_drive_comment {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .test_drive_text {
        width: 100%;
        order: -1;
    }
    .test_drive_text {
        height: auto;
        padding: 20px;
    }
    .test_drive_gallery .test_drive_img_block:nth-child(2) div {
        height: auto;
    }
    .test_drive {
        height: auto;
    }
    .test_drive_cont {
        display: grid;
    }
    .test_drive_gallery {
        width: 100%;
        position: relative;
    }
    /*********************************************************************/
    .reviews_item {
        padding: 40px 20px;
    }    
    .reviews_name { 
        font-size: 22px;  
    }
    .reviews_text { 
        font-size: 16px;
    }
    .reviews_date {
        font-size: 16px;
    }
    .reviews .slick-dots {
        bottom: -70px;
    }
    .reviews .slick-dots li {
        width: 20px;
    }


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

        .credit_wrap {
            flex-direction: column;
            gap: 20px 0;
        }
    
        .credit_text {
            width: 100%;
            padding: 20px;
        }
    
        .credit_title {
            font-size: 6vw;
        }
    
        .credit_comment {
            font-size: 4vw;
            padding-left: 50px;
        }
    
        .credit_comment br {
            display: none;
        }
    
        #credit_form {
            width: 100%;
        }
    
        #credit_form .form-group .irs-min, #credit_form .form-group .irs-max {
            font-size: 10px;
        }
    
        #credit_form .form-group .irs--flat .irs-single {
            font-size: 10px;
        }
    
        /*********************************************************************/
    /* .credit_wrap {
        margin-bottom: 20px;
        min-width: auto;
        padding: 25px;
    }
    .credit {
        height: auto;
        padding-bottom: 20px;
    }
    .credit form {
        margin-top: 20px;
    }
    .credit_img {
        left: 0;
        position: relative;
    }
    .credit .container {
        display: block;
        overflow: initial;
    } */
    .main_banner {
        height: auto;
    }
    .advantages_block {
        width: 32%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .advantages_block:before {
        margin-right: 0;
        background-position: 50% 0 !important;
    }
    .advantages_block span {
        width: 100%;
    }
    .contacts #map1 {
        background: url(../img/map_mob.jpg) no-repeat;
        background-size: cover;
    }

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

@media (max-width: 540px) {
    .leasing_text {
        padding: 14px;
    }

    header .menu .main_menu a {
        font-size: 4.5vw;
    }
    #tb_complects .changed td {
        padding-bottom: 0;
        margin-top: 18px;
    }

    .main_banner {
        /* height: 58vw; */
    }
    .timer_wrap form {
        display: grid;
    }
    .timer_wrap form .form-group:nth-last-child(3) {
        width: 100%;
        margin-right: 0;
    }
    .timer_wrap form .form-group:nth-last-child(2) {
        width: 100%;
    }
}

@media (max-width: 520px) {
    header .header .logo1 {
        width: 190px;
    }
}

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .contacts #map1 {
        height: 320px;
        width: 100%;
    }
    #tb_complects .changed .btns {
        display: block;
    }
    #tb_complects .changed .btns .btn {
        max-width: 100%;
        width: 100%;
        margin-bottom: 10px;
    }
    #tb_complects .changed .btns .btn:last-child {
        margin-bottom: 0;
    }
    .car_btns .btn_instock span:before {
        width: 38px;
        height: 10px;
    }
    .timer_item {
        font-size: 5vw;
        margin-bottom: 0;
    }
    .timer_wrap {
        margin-top: 0px;
    }
    .bn_timer div[id^="timer"] {
        transform: scale(0.6) !important;
    }
    .main_banner {
        /* height: 58vw; */
    }
    #instock {
        margin-top: 40px;
    }
    /* .credit_wrap {
        margin-top: 35px;
    } */
    .tradein {
        padding-top: 35px;
        padding-bottom: 37px;
    }
    .test_drive {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .main_banner .title_container .title1 {
        font-size: 5vw;
    }
    .main_banner .title_container .title2 {
        font-size: 4.5vw;
    }
    .main_banner .title_container .title3 {
        font-size: 3vw;
    }
    .main_banner .title_container .title1.comment {
        font-size: 5vw;
    }
    .credit_img img {
        max-height: 220px;
    }
}

@media (max-width: 390px) {
    .main_banner {
        /* height: 50vw; */
    }
    .advantages_block {
        font-size: 12px;
    }
    header .header .logo1 {
        width: 124px;
    }
    header .header .logo2 {
        width: 100px;
    }
    header .header .logo2 span {
        font-size: 9px;
    }
}


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

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

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