html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "FiraSans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    background: #ffffff;
    overflow-x: hidden;
}

.compensate-for-scrollbar {
    margin: 0 auto !important;
    overflow: auto !important;
}

* {
    box-sizing: border-box;
}

ul {
    list-style: none;
    padding: 0;
}

input[type=file] {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

.agree_field {
    font-size: 14px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    font-weight: 400;
    padding-left: 19px;
    color: #000000;
    cursor: pointer;
}
.agree_field a {
    color: #000000;
    text-decoration: underline;
}
.agree_field input {
    position: absolute;
    left: -5000px;
    visibility: hidden;
}

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

.agree_field input+span {
    width: 13px;
    height: 13px;
    background: #000000;
    border-radius: 2px;
    position: absolute;
    top: -1px;
    left: 0;
}

.agree_field input:checked+span {
    background: url("../img/check_ico.svg") 50% 50% no-repeat #000000;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    font-family: "FiraSans", sans-serif;
    height: 48px;
    width: 100%;
    color: #000000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 700;
    border: 1px solid #000000;
    border-radius: 50px;
    padding: 0 16px;
    outline: none;
    background: transparent;
}

select {
    font-family: "FiraSans", sans-serif;
    display: block;
    color: #000000;
    height: 48px;
    width: 100%;
    padding-left: 16px;
    padding-right: 35px;
    font-size: 18px;
    font-weight: 700;
    outline: none;
    background: url(../img/select_ico.svg) right 20px center no-repeat;
    border: 1px solid #0B0D0C;
    border-radius: 50px;
}

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

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

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

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

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

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


.btn {
    background: #099134;
    color: #ffffff;
    text-align: center;
    height: 48px;
    width: 268px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    border: none;
    border-radius: 50px;
    position: relative;
    text-decoration: none;
    transition: all .2s linear;
    cursor: pointer;
    overflow: hidden;
    z-index: 2;
}

.btn:hover {
    border-color: #0A7316;
}

.btn:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: #0A7316;
    border-radius: 50px;
    transition: all 0.3s linear;
    z-index: -1;
}

.btn:hover:before {
    width: 100%;
}

.btn.white {
    background: #FFFFFF;
    border-color: #FFFFFF;
    color: #000000;
}
.btn.white:hover {
    border-color: #0A7316;
    color: #FFFFFF;
}

.btn.glass {
    border: 1px solid #099134;
    background: transparent;
    color: #0B0D0C;
}

.btn.glass:hover {
    color: #ffffff;
}

.section_item {
    font-size: 46px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
}

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

.header {
    position: fixed;
    left: 0;
    width: 100%;
    transform: translateY(-124px);
    background: #ffffff;
    z-index: 8;
    transition: all 0.2s linear;
}
.header.show {
    transform: translateY(0);
}
.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0 12px;
}
.header .logo_wrap {
    display: flex;
    align-items: center;
}
.header .logo1 {
    display: flex;
    align-items: center;
    padding: 6px 10px 6px 0;
    margin-right: 10px;
    border-right: 1px solid #D8D8D8;
}
.header .logo2 {
    display: flex;
    flex-direction: column;
}
.header .logo2 b {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.header .logo2 span {
    font-family: "FiraSans", sans-serif;
    font-size: 12px;
    font-weight: 300;
}
.header_wrap {
    display: flex;
    justify-content: space-between;
    width: 39%;
}
.header_wrap > div {
    display: flex;
    flex-direction: column;
    padding-left: 6px;
    border-left: 1px solid #D8D8D8;
}
.header_wrap > div span {
    font-size: 16px;
    font-weight: 400;
    color: #5B5B5B;
}
.header .top_addr {
    font-size: 16px;
    font-weight: 400;
}
.header .top_phone a {
    font-size: 16px;
    font-weight: 700;
}

.header .m_btn {
    display: none;
}

.menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-top: 1px solid #D8D8D8;
}
.menu_wrap > div {
    display: flex;
    column-gap: 34px;
}
.menu_wrap a {
    font-size: 16px;
    font-weight: 400;
    transition: all 0.2s linear;
}
.menu_wrap a:hover {
    color: #0A7316;
}
.car_menu a {
    text-transform: uppercase;
}

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

.main_banner {
    margin-top: 120px;
}

.main_banner .slider_item {
    height: 700px;
}

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

.main_banner .title_container {
    position: relative;
    width: fit-content;
    top: 50px;
    margin: 0 auto;
    padding: 30px 0 40px;
    background: #00000099;
    backdrop-filter: blur(4px);
    border-radius: 20px;
    text-align: center;
}

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

.main_banner .title_container .title1 {
    font-size: 30px;
    font-weight: 400;
    color: #ffffff;
}
.main_banner .title_container .title2 {
    margin: 12px 0 10px;
    padding: 10px 30px;
    font-size: 32px;
    font-weight: 700;
    background: #ffffff;
}

.main_banner .title_container .btn {
    position: absolute;
    width: 430px;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
}

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

.timer_block {
    margin-top: 60px;
}
.timer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timer_form {
    max-width: 594px;
}
.timer_title {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
#timer_form {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#timer_form .form-group {
    width: 49%;
}

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

.cars_menu {
    margin-top: 120px;
}
.cars_menu_list {
    display: flex;
    justify-content: space-between;
}
.cars_menu_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cars_menu_title {
    position: relative;
    width: fit-content;
    display: flex;
    align-items: center;
    height: 32px;
    padding: 0 16px;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    border-radius: 50px;
    overflow: hidden;
    z-index: 2;
    transition: all 0.2s linear;
}
.cars_menu_title:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: #0A7316;
    border-radius: 50px;
    transition: all 0.3s linear;
    z-index: -1;
}
.cars_menu_item:hover .cars_menu_title:before {
    width: 100%;
}


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

.cars_items {
    margin-top: 60px;
}


.cars_items .car_item {
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    flex-wrap: wrap;
    padding: 20px 32px 32px;
    background: #EDEDED;
    border-radius: 30px;
}
.cars_items .car_item#l6 {
    background: url("../img/cars/l6/car_item_bg.png") 54% 0 no-repeat #EDEDED;
    background-size: auto 100%;
}
.cars_items .car_item#l7 {
    background: url("../img/cars/l7/car_item_bg.png") 54% 0 no-repeat #EDEDED;
    background-size: auto 100%;
}
.cars_items .car_item#l9 {
    background: url("../img/cars/l9/car_item_bg.png") 54% 0 no-repeat #EDEDED;
    background-size: auto 100%;
}
.car_block {
    max-width: 320px;
}
.car_name {
    font-size: 46px;
    font-weight: 400;
    text-transform: uppercase;
}
.car_props {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.car_props a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 46px;
    padding-left: 54px;
    font-size: 18px;
    font-weight: 400;
}
.car_props a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    transition: all 0.2s linear;
}
.car_props .ico1:before {
    background: url(../img/car_props_ico1.svg) 50% 50% no-repeat #000000;
}
.car_props .ico2:before {
    background: url(../img/car_props_ico2.svg) 50% 50% no-repeat #000000;
}
.car_props .ico3:before {
    background: url(../img/car_props_ico3.svg) 50% 50% no-repeat #000000;
}
.car_props .ico4:before {
    background: url(../img/car_props_ico4.svg) 50% 50% no-repeat #000000;
}
.car_props .ico5:before {
    background: url(../img/car_props_ico5.svg) 50% 50% no-repeat #000000;
}
.car_props a:hover:before {
    background-color: #0A7316;
}

.cars_items .car_item .img_block {
    padding-top: 28px;
    position: relative;
    display: flex;
    align-items: center;
}
.cars_items .car_item .img_block .dots {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
}

.cars_items .car_item .img_block .dot_color {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.cars_items .car_item .img_block .dot_color span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transition: all 0.2s linear;
}
.cars_items .car_item .img_block .dot_color.active span {
    width: 12px;
    height: 12px;
}
.cars_items .car_item .img_block .dot_color:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #099134;
    border-radius: 50px;
    opacity: 0;
    transition: all 0.2s linear;
}
.cars_items .car_item .img_block .dot_color.active:before {
    opacity: 1;
}

.car_gallery {
    width: 214px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.car_gallery a {
    border-radius: 16px;
    overflow: hidden;
}

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

.cars_items .car_btns .btn {
    width: 33%;
}

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

#instock {
    margin-top: 120px;
}

#filter_table {
    display: none;
}
.filter_quick_menu {
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
    margin-top: 60px;
    margin-bottom: 0;
}
.filter_quick_menu li {
    position: relative;
    width: 34%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid #12171D;
    border-radius: 50px;
    transition: all 0.2s linear;
    cursor: pointer;
    overflow: hidden;
}

.filter_quick_menu li:hover,
.filter_quick_menu li.current {
    border-color: #0A7316;
    color: #ffffff;
}

.filter_quick_menu li:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 100%;
    background: #0A7316;
    border-radius: 50px;
    transition: all 0.3s linear;
    z-index: -1;
}

.filter_quick_menu li:hover:before,
.filter_quick_menu li.current:before {
    width: 100%;
}

#tb_complects {
    margin-top: 60px;
    width: 100%;
}
#tb_complects tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
}
#tb_complects tbody tr:nth-child(1) {
    display: none;
}
#tb_complects tbody tr td {
    padding: 0;
}
#tb_complects tbody tr td:before {
    display: none;
}
#tb_complects .item {
    position: relative;
    width: 49%;
    display: flex;
    flex-direction: column;
}
#tb_complects .item:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: #EDEDED;
    border-radius: 20px;
    z-index: -1;
}
#tb_complects .item .compl_img {
    clip-path: path("M615 0C626.046 0 635 8.9543 635 20V222C635 233.046 626.046 242 615 242H20C8.95431 242 0 233.046 0 222V65C0 53.9543 8.95431 45 20 45H232C243.046 45 252 36.0457 252 25V20C252 8.9543 260.954 0 272 0H615Z");
    border-radius: 20px;
    overflow: hidden;
}
#tb_complects .item .compl_name {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 246px;
    height: 40px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    border-radius: 50px;
    background: #12171D;
}
#tb_complects .item .compl_name b {
    font-weight: 500;
}
#tb_complects tbody tr .compl_tehs {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    padding: 16px 20px 0;
}
.compl_tehs div {
    display: flex;
    justify-content: space-between;
}
.compl_tehs div span {
    font-size: 16px;
    font-weight: 400;
    color: #5B5B5B;
}
.compl_tehs div b {
    display: block;
    width: 78px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

#tb_complects tbody tr .btns {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
    padding: 0 20px 20px;
}
#tb_complects tbody tr .btns .btn {
    width: 49%;
}

.tb_complects_showmore {
    margin-top: 30px;
    display: block;
    font-size: 16px;
}

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

.tradein {
    margin-top: 136px;
    padding-top: 135px;
    background: #F7F7F8;
}
.tradein_cont {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    height: 488px;
}
.tradein_block {
    min-width: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}
#tradein_form {
    margin-top: 40px;
}
.tradein_comment {
    font-size: 18px;
    font-weight: 400;
}
.tradein_imgs {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
    height: 100%;
}
.tradein_imgs .tradein_img {
    overflow: hidden;
    border-radius: 20px;
}
.tradein_imgs .tradein_img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    max-width: initial;
    transition: all 0.2s linear;
}
.tradein_imgs .tradein_img .animated {
    transform: translateX(-50%) scale(1.1);
}
.tradein_imgs .tradein_img:nth-child(1) {
    width: 32%;
    height: 249px;
}
.tradein_imgs .tradein_img:nth-child(2) {
    width: 66.4%;
    height: 215px;
}
.tradein_imgs .tradein_img:nth-child(3) {
    position: absolute;
    width: -webkit-fill-available;
    height: 262px;
    bottom: 0;
    clip-path: path("M830 241C830 252.046 821.046 261 810 261H20C8.95429 261 0 252.046 0 241V54C0 42.9543 8.9543 34 20 34H259C268.389 34 276 26.3888 276 17C276 7.61116 283.611 0 293 0H810C821.046 0 830 8.9543 830 20V241Z");
}

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

.credit {
    padding-top: 135px;
    background: #F7F7F8;
}
.credit_cont {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
    height: 319px;
}
.credit_imgs {
    position: relative;
    width: 64%;
}
.credit_img {
    max-width: initial;
    overflow: hidden;
    border-radius: 20px;
}
.credit_img img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    height: 100%;
    transition: all 0.2s linear;
}
.credit_img img.animated {
    transform: translateX(-50%) scale(1.06);
}
.credit_props {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    column-gap: 10px;
    background: #F7F7F8;
    padding: 11px;
    border-radius: 20px 0 0;
    padding-bottom: 0;
    padding-right: 0;
}
.credit_props:before {
    content: '';
    position: absolute;
    left: -20px;
    bottom: 0;
    width: 20px;
    height: 20px;
    background: url(../img/credit_props_decor.png) no-repeat;
    background-size: 100% 100%;
}
.credit_props:after {
    content: '';
    position: absolute;
    right: 0;
    top: -20px;
    width: 20px;
    height: 20px;
    background: url(../img/credit_props_decor.png) no-repeat;
    background-size: 100% 100%;
}
.credit_props a {
    position: relative;
    width: 280px;
    display: flex;
    align-items: center;
    padding: 0 16px 0 60px;
    height: 76px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    background: #12171D;
    border-radius: 20px;
}
.credit_props a:before {
    content: '';
    position: absolute;
    left: 16px;
    width: 32px;
    height: 32px;
}
.credit_props a.ico1:before {
    background: url(../img/credit_props_ico1.svg) no-repeat;
}
.credit_props a.ico2:before {
    background: url(../img/credit_props_ico2.svg) no-repeat;
}

.credit_block {
    width: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}
#credit_form {
    margin-top: 40px;
}

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

.testdrive {
    padding: 120px 0;
    background: #F7F7F8;
}
.testdrive_cont {
    display: flex;
    justify-content: space-between;
    padding: 32px;
    background: #12171D;
    border-radius: 24px;
    column-gap: 40px;
    height: 398px;
}
.testdrive_block {
    min-width: 334px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.testdrive .section_item {
    color: #ffffff;
}
.testdrive_comment {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

#testdrive_form {
    margin-top: 40px;
}
#testdrive_form .form-group input[type="text"],
#testdrive_form .form-group input[type="tel"] {
    color: #ffffff;
    border-color: #FFFFFF;
}
#testdrive_form .agree_field,
#testdrive_form .agree_field a {
    color: #ffffff;
}

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

#testdrive_form .agree_field input:checked+span {
    background: url(../img/check_ico_black.svg) 50% 50% no-repeat #ffffff;
}

.testdrive_video {
    width: 60%;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}
.testdrive_video video {
    position: relative;
    width: 100%;
}

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

.advantages {
    margin-top: 120px;
}
.advantages_wrapper {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 30px;
}
.advantages_block {
    position: relative;
    width: 32%;
    min-height: 188px;
    padding: 32px;
    background: url(../img/advantages_block.png) 100% 100% no-repeat;
    background-size: auto 100%;
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.2s linear;
}
.advantages_block:hover {
    background: url(../img/advantages_block_hov.png) 100% 100% no-repeat;
    background-size: auto 100%;
}
.advantages_block:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    border-radius: 50px;
    transition: all 0.2s linear;
}
.advantages_block.ico1:before {
    background: url(../img/advantages_block_ico1.svg) 50% 50% no-repeat #12171D;
}
.advantages_block.ico2:before {
    background: url(../img/advantages_block_ico2.svg) 50% 50% no-repeat #12171D;
}
.advantages_block.ico3:before {
    background: url(../img/advantages_block_ico3.svg) 50% 50% no-repeat #12171D;
}
.advantages_block.ico4:before {
    background: url(../img/advantages_block_ico4.svg) 50% 50% no-repeat #12171D;
}
.advantages_block.ico5:before {
    background: url(../img/advantages_block_ico5.svg) 50% 50% no-repeat #12171D;
}
.advantages_block.ico6:before {
    background: url(../img/advantages_block_ico6.svg) 50% 50% no-repeat #12171D;
}
.advantages_block:hover:before {
    background-color: #0A7316;
}
.advantages_title {
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
}
.advantages_comment {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

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

.contacts {
    margin-top: 136px;
}

.contacts_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 40px;
}
.contacts_block {
    min-width: 408px;
}
.contacts .logo_wrap {
    display: flex;
    align-items: center;
}
.contacts .logo_wrap .logo3 {
    margin-right: 10px;
    padding: 6px 10px 6px 0;
    border-right: 1px solid #5B5B5B;
}
.contacts .logo_wrap .logo4 {
    display: flex;
    flex-direction: column;
}
.contacts .logo_wrap .logo4 b {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.contacts .logo_wrap .logo4 span {
    font-size: 12px;
    font-weight: 300;
}

.contacts_wrap {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.contacts_wrap > div {
    display: flex;
    flex-direction: column;
    padding-left: 6px;
    font-size: 18px;
    font-weight: 400;
    border-left: 1px solid #D8D8D8;
}
.contacts_wrap > div span {
    font-size: 16px;
    font-weight: 400;
    color: #5B5B5B;
}
.bottom_phone a {
    font-size: 18px;
    font-weight: 700;
}
.contacts_comment {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 700;
}
.contacts_wrapper #map1 {
    width: -webkit-fill-available;
    height: 342px;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 20px;
    overflow: hidden;
}
.contacts .btn {
    margin-top: 12px;
    width: 100%;
}

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

.footer {
    margin-top: 30px;
    padding-bottom: 52px;
}
.footer .footer_wrapper {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #EDEDED;
}
.footer a {
    font-size: 14px;
    font-weight: 400;
}
.your_info {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.your_info .br_mob {
    display: none;
}
.footer_block {
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 6px;
}

.sinoby img {
    position: relative;
    top: -2px;
}

.footer .disclamer {
    width: 100%;
    font-size: 12px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

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

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

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

@media (max-width: 1570px) {
    .timer div[id^="timer"] {
        transform: scale(0.8) !important;
    }
    .credit_img {
        clip-path: initial;
    }
}

@media (max-width: 1290px) {
    .timer {
        width: 550px;
        display: flex;
        justify-content: center;
    }
    .timer_block {
        margin-top: 20px;
    }
    .timer_title {
        font-size: 20px;
    }
    .timer_form {
        max-width: 450px;
    }
    #timer_form .form-group {
        width: 100%;
    }
}

@media (max-width: 1186px) {
    .header_wrap > div span {
        font-size: 14px;
    }
    .header .top_addr {
        font-size: 14px;
    }
    .header .top_phone a {
        font-size: 14px;
    }
    .tradein_block {
        min-width: 420px;
    }
    .tradein_imgs .tradein_img:nth-child(2) {
        width: 65.4%;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .car_gallery {
        margin-top: 20px;
        width: 100%;
        display: flex;
        flex-direction: row;
        column-gap: 20px;
    }

    .advantages_block {
        padding: 16px;
    }
    .advantages_title {
        font-size: 16px;
    }
    .advantages_comment {
        margin-top: 16px;
        font-size: 16px;
    }
}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .header {
        transform: initial;
    }
    .header_wrap {
        width: 50%;
    }
    .header .btn {
        display: none;
    }

    .header .header_wrapper {
        flex-wrap: wrap;
    }

    .header .btn {
        display: none;
    }

    .header .m_btn {
        display: block;
        position: relative;
        top: 0;
        right: 0;
        width: 30px;
        height: 22px;
        z-index: 1;
    }

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

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

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

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

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

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

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

    .header .menu {
        position: fixed;
        width: 100%;
        top: 72px;
        left: 100%;
        background: white;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }

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

    .main_menu {
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
    }

    .menu_wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 14px;
    }
    .menu_wrap > div {
        flex-direction: column;
        row-gap: 12px;
    }

    .main_banner {
        margin-top: 74px;
    }
    .main_banner .title_container .title1 {
        font-size: 3.2vw;
    }
    .main_banner .title_container .title2 {
        margin: 2vw 0;
        padding: 2vw;
        font-size: 3.2vw;
    }

    .timer_block {
        position: relative;
    }
    .timer_title {
        position: absolute;
        top: 0;
        text-align: center;
    }
    .timer_wrap {
        flex-direction: column-reverse;
    }
    .timer {
        margin-top: 40px;
        width: fit-content;
    }
    .timer div[id^="timer"] {
        transform: scale(0.7) !important;
    }

    .cars_menu_item {
        width: 30%;
    }

    .cars_items .car_item {
        position: relative;
        padding-top: 90px;
    }
    .car_name {
        position: absolute;
        top: 20px;
    }
    .cars_items .car_item .img_block {
        padding-top: 0;
        position: relative;
        justify-content: center;
        width: 100%;
        order: -1;
    }
    #tb_complects .item .compl_img {
        height: 25vw;
    }
    #tb_complects .item .compl_img img {
        max-width: initial;
        height: 100%;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
    .cars_items .car_item#l6 {
        background-size: 490px auto;
    }
    .cars_items .car_item#l7 {
        background-size: 490px auto;
    }
    .cars_items .car_item#l9 {
        background-size: 490px auto;
    }
    #tb_complects tbody tr .btns {
        margin-top: 20px;
        flex-direction: column;
        row-gap: 10px;
    }
    #tb_complects tbody tr .btns .btn {
        width: 100%;
    }
    .compl_tehs div span {
        font-size: 14px;
    }
    #tb_complects tbody tr .compl_tehs {
        row-gap: 14px;
    }
    .tradein_block {
        margin-top: 20px;
        min-width: initial;
        max-width: 440px;
    }
    #tradein_form {
        margin-top: 20px;
    }
    .tradein_cont {
        height: initial;
        flex-direction: column;
        row-gap: 20px;
    }
    .tradein_imgs .tradein_img img {
        width: 100%;
    }
    .tradein_imgs .tradein_img:nth-child(1),
    .tradein_imgs .tradein_img:nth-child(2) {
        display: none;
    }
    .tradein_imgs .tradein_img:nth-child(3) {
        position: relative;
        width: 100%;
        height: auto;
        bottom: 0;
        clip-path: initial;
    }

    .credit_cont {
        height: initial;
        flex-direction: column-reverse;
        row-gap: 30px;
    }
    .credit_block {
        width: initial;
        max-width: 430px;
    }
    .credit_imgs {
        width: 100%;
    }
    .credit_img img {
        width: 100%;
        height: initial;
    }
    .credit_props {
        position: relative;
        margin-top: 20px;
        right: 0;
        bottom: 0;
        flex-wrap: wrap;
        row-gap: 14px;
        display: none;
    }
    #credit_form {
        margin-top: 20px;
    }

    .testdrive_cont {
        height: initial;
        flex-direction: column;
        row-gap: 40px;
    }
    .testdrive_block {
        min-width: initial;
        max-width: 460px;
    }
    .testdrive_comment {
        margin-top: 30px;
    }
    #testdrive_form {
        margin-top: 20px;
    }
    .testdrive_comment br {
        display: none;
    }
    .testdrive_video {
        width: 100%;
    }

    .advantages_block {
        padding: 20px 54px 20px 20px;
    }
    .advantages_title {
        font-size: 16px;
    }
    .advantages_comment {
        margin-top: 20px;
        font-size: 14px;
    }

    .contacts_wrapper {
        flex-direction: column;
        row-gap: 32px;
    }
    .contacts .btn {
        margin-top: 12px;
        width: 100%;
        max-width: 370px;
    }

}

/*IPAD END*/
@media (max-width: 980px) {
    .car_gallery {
        margin-top: 20px;
        width: 100%;
        display: flex;
        flex-direction: row;
        column-gap: 12px;
    }
}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .header_wrap {
        width: fit-content;
    }
    .top_phone {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .header .top_addr {
        display: none;
    }
    .main_banner .slider_item {
        height: 98vw;
    }
    .main_banner .banner_slide1 {
        background: url(../img/bg1_mob.jpg) 50% 0 no-repeat;
        background-size: 100%;
    }
    .main_banner .title_container {
        padding: 3vw 0 40px;
    }

    .section_item {
        font-size: 34px;
    }

    .car_name {
        font-size: 40px;
    }

    .cars_menu {
        margin-top: 70px;
    }

    .car_props {
        row-gap: 10px;
    }

    .cars_items .car_btns {
        margin-top: 16px;
        flex-direction: column;
        row-gap: 10px;
    }
    .cars_items .car_btns .btn {
        width: 100%;
    }
    .car_gallery a img {
        width: 100%;
    }
    #instock {
        margin-top: 70px;
    }
    #tb_complects {
        margin-top: 30px;
    }
    #tb_complects .item {
        width: 100%;
    }
    #tb_complects .item .compl_img {
        height: 36vw;
    }
    .filter_quick_menu {
        margin-top: 20px;
        flex-direction: column;
        row-gap: 14px;
    }
    .filter_quick_menu li {
        width: 100%;
    }

    .advantages_block {
        width: 48%;
    }

    .tradein {
        margin-top: 70px;
        padding-top: 20px;
        background: #F7F7F8;
    }
    .tradein_cont {
        row-gap: 16px;
    }
    .tradein_imgs {
        padding-top: 0;
    }

    .credit {
        padding-top: 70px;
    }

    .testdrive {
        margin-top: 70px;
        padding: 0;
        background: #12171D;
    }
    .testdrive_cont {
        position: relative;
        padding: 40px 0 30px;
        background: transparent;
    }

    .advantages {
        margin-top: 70px;
    }
    .advantages_comment br {
        display: none;
    }

    .contacts {
        margin-top: 70px;
    }

    .footer_block {
        margin-top: 20px;
        align-items: start;
    }
}
/*MOBILE END*/
@media (max-width: 610px) {
    .car_name {
        font-size: 28px;
    }
    .cars_items .car_item {
        padding: 56px 18px 20px;
    }
    .cars_items .car_item#l6,
    .cars_items .car_item#l7,
    .cars_items .car_item#l9 {
        background-size: 78vw auto;
    }
    .cars_items .car_item .img_block {
        flex-direction: column;
    }
    .cars_items .car_item .img_block .dots {
        margin-top: 24px;
        flex-direction: row;
        column-gap: 10px;
    }
}

@media (max-width: 540px) {
    .header .menu {
        top: 108px;
    }
    .header_wrap {
        margin-top: 18px;
        width: 100%;
        justify-content: center;
    }
    .header_wrap > div {
        width: fit-content;
        margin: 0;
        padding: 0;
        border: none;
    }
    .header_wrap > div span {
        display: none;
    }
    .header .m_btn {
        position: absolute;
        top: 26px;
        right: 20px;
    }

    .main_banner {
        margin-top: 110px;
    }
    .main_banner .title_container {
        padding: 3vw 0;
    }
    .main_banner .title_container .btn {
        display: none;
    }

    .main_banner .title_container {
        width: 100%;
    }
    .main_banner .title_container .title1 {
        font-size: 5vw;
    }
    .main_banner .title_container .title2 {
        margin: 2vw 0;
        padding: 2vw 1vw;
        font-size: 4.6vw;
    }
    .main_banner .title_container .br_mob {
        display: block;
    }

    #tb_complects .item .compl_name {
        margin-top: 16px;
        position: relative;
        left: 14px;
        width: fit-content;
        padding: 0 26px;
        height: initial;
        font-size: 18px;
        padding: 0;
        background: transparent;
        color: #000000;
    }
    #tb_complects .item .compl_img {
        margin-top: 14px;
    }
    .cars_items .car_item#l6,
    .cars_items .car_item#l7,
    .cars_items .car_item#l9 {
        background-position: 126% 0;
    }
    #tb_complects .item .compl_img {
        clip-path: initial;
        height: initial;
        order: -1;
    }
    #tb_complects .item .compl_img img {
        max-width: 100%;
        height: auto;
    }
    #tb_complects tbody tr .compl_tehs {
        padding: 14px 14px 0;
    }
    #tb_complects tbody tr .btns {
        padding: 0 10px 20px;
    }

    .tradein_comment br {
        display: none;
    }

    .your_info .br_mob {
        display: block;
    }
}

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

/* Portrait phones and smaller */
@media (max-width: 440px) {
    .section_item {
        font-size: 23px;
    }

    .header .logo1 {
        max-width: 124px;
    }
    .header .logo2 b {
        font-size: 14px;
    }

    .header .menu {
        top: 98px;
    }

    .main_banner {
        margin-top: 96px;
    }
    .timer {
        margin-top: 50px;
        height: 120px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.6) !important;
    }

    .cars_menu_title {
        height: 26px;
        padding: 0 12px;
        font-size: 14px;
    }

    .car_name {
        top: 10px;
        font-size: 26px;
    }

    .advantages_wrapper {
        margin-top: 26px;
        row-gap: 14px;
    }

    .advantages_block {
        width: 100%;
        min-height: 124px;
        padding-right: 54px;
        background-size: initial;
    }
    .contacts_comment {
        font-size: 18px;
    }
}

@media (max-width: 390px) {
    .timer {
        margin-top: 30px;
        height: 100px;
    }
    .timer div[id^="timer"] {
        transform: scale(0.5) !important;
    }
    .cars_menu_title {
        font-size: 12px;
    }

    .car_props a {
        font-size: 16px;
    }
    .compl_tehs div span {
        font-size: 12px;
    }
    .compl_tehs div b {
        width: 60px;
        font-size: 14px;
    }
    .contacts_block {
        min-width: initial;
    }
    .contacts_comment {
        font-size: 16px;
    }
    .contacts .btn {
        max-width: initial;
    }
}


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

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

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