html {
    overflow-x: hidden;
}

body {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    font-family: "Onest", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0B0D0C;
    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;
}

p {
    margin: 0;
}

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

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

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

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

a {
    text-decoration: none;
    color: #0B0D0C;
}

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

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

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

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

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

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

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

form .form-group input[type="text"],
form .form-group input[type="tel"],
select {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-family: "Onest", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0B0D0C;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    outline: none;
}

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/ico_select.svg) calc(100% - 35px) no-repeat transparent;
    outline: none;
}

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

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

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

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

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

.agree_field input+a {
    color: #0B0D0C;
}

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

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

.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 {
    position: relative;
    width: 520px;
    max-width: 100%;
    padding: 5px 30px 30px;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden !important;
}

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

.popup_container .agree_field a {
    color: #0B0D0C;
}

.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 input[type=text],
.popup_container .form-group input[type=tel] {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-family: "Onest", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #0B0D0C;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    outline: none;
}

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

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

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

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

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

.fancybox-content {
    color: #0B0D0C;
    background: #ffffff;
    border-radius: 20px;
}

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

.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 {
    position: relative;
    width: 224px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    background: #0B0D0C;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.btn:hover {
    background: #3A3B3C;
}

.btn.glass {
    color: #0B0D0C;
    background: #FFFFFF;
    border: 1px solid #0B0D0C;
}
.btn.glass:hover {
    color: #ffffff;
    background: #3A3B3C;
    border-color: #3A3B3C;
}

.section_item {
    font-size: 32px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

.slick-dots {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    column-gap: 6px;
    cursor: pointer;
}
.slick-dots li button {
    display: none;
}
.slick-dots li {
    width: 40px;
    height: 4px;
    background: #D3D3D3;
    border-radius: 1px;
    transition: all 0.2s linear;
}
.slick-dots li.slick-active {
    width: 80px;
    background: #0B0D0C;
}

.br_mob {
    display: none;
}

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

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

.header_wrapper {
    background: #FFFFFFE5;
    backdrop-filter: blur(4px);
}

.header .header_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

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

.header .logo1 {
    display: flex;
    align-items: center;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #D9D9D9;
}
.header .logo2 {
    line-height: 100%;
}
.header .logo2 span {
    font-size: 20px;
    font-weight: 700;
}
.header .logo2 p {
    font-size: 14px;
    font-weight: 400;
}

.header_block {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.header .top_phone {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 31px;
    font-size: 16px;
    font-weight: 400;
}
.header .top_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    background: url(../img/top_phone_ico.svg) no-repeat;
}

.header .top_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 33px;
    font-size: 16px;
    font-weight: 400;
}
.header .top_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 25px;
    background: url(../img/top_addr_ico.svg) no-repeat;
}

.header .btn {
    width: 250px;
}

.header .m_btn {
    display: none;
}

.menu {
    background: #FFFFFFB2;
    backdrop-filter: blur(4px);
}
.menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
}
.menu_wrap a {
    font-size: 18px;
    font-weight: 400;
    transition: all 0.2s linear;
}
.menu_wrap a:hover {
    font-weight: 700;
    text-decoration: underline;
}

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

.banner {}
.banner .banner_item picture {
    display: flex;
    justify-content: center;
}
.banner .banner_item picture img {
    max-width: initial;
}
.banner .title_content {
    position: absolute;
    top: 168px;
    left: 0;
    width: 100%;
}
.banner .title_container {
    position: relative;
    padding: 26px 0 42px;
    text-align: center;
    z-index: 2;
}
.banner .title_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 118%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.87) 27.4%, rgba(255, 255, 255, 0.87) 63.7%, rgba(255, 255, 255, 0) 100%);
    z-index: -1;
}
.banner .title_container .title1 {
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
}
.banner .title_container .title2 {
    margin: 4px 0;
    font-size: 40px;
    font-weight: 700;
}
.banner .title_container .title3 {
    margin-top: 4px;
    font-size: 30px;
    font-weight: 500;
}
.banner .title_container .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -24px;
    width: 264px;
}

.timer_block {
    margin-top: -50px;
}
.timer_wrap {
    display: flex;
    justify-content: space-between;
    padding: 38px 64px 38px;
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    background: #FFFFFF;
}
.timer {
    display: flex;
    flex-direction: column;
    align-items: start;
    row-gap: 8px;
}
.timer_block  .timer .sinoby-timer {
    min-height: initial;
}
.timer_title {
    font-size: 32px;
    font-weight: 500;
}
.timer_comment {
    font-size: 18px;
    font-weight: 400;
}
#timer_form {
    margin-top: 12px;
    width: 387px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#timer_form .form-group {
    width: 100%;
}
#timer_form .btn {
    width: 100%;
}

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

.cars_menu {
    margin-top: 120px;
}
.cars_menu_list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
}
.cars_menu_item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    height: 113px;
    background: url("../img/cars_menu_bg.png") no-repeat;
    background-size: 100%;
    transition: all 0.2s linear;
}
.cars_menu_item:hover {
    background: url("../img/cars_menu_bg_hov.png") no-repeat;
}
.cars_menu_title {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
    transition: all 0.2s linear;
}
.cars_menu_item:hover .cars_menu_title {
    font-weight: 700;
}

.car_item {
    margin-top: 80px;
}
.car_wrapper {
    display: flex;
    justify-content: space-between;
}
.car_wrap {
    min-width: 678px;
}
.car_block {
    position: relative;
    padding: 24px 32px;
    z-index: 2;
}
.car_block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(216, 216, 218, 0.7) 0%, rgba(216, 216, 218, 0) 22.45%, rgba(216, 216, 218, 0) 75%, rgba(216, 216, 218, 0.71) 100%);
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #D3D3D3;
    border-radius: 8px 8px 0 8px;
    z-index: -1;
}
.car_name {
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
}
.car_name b {
    font-weight: 700;
}
.car_name_title {
    position: relative;
    width: fit-content;
    padding-bottom: 4px;
    font-size: 18px;
    font-weight: 300;
    text-transform: initial;
    border-bottom: 1px solid #0B0D0C;
    opacity: 0;
    transition: all 1s ease-in-out;
}
.car_name_title:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: -3px;
    width: 5px;
    height: 5px;
    background: #0B0D0C;
    border-radius: 50px;
}
.car_item.animated .car_name_title {
    opacity: 1;
}
.car_profit {
    width: fit-content;
    margin-top: 32px;
    display: flex;
    align-items: center;
    column-gap: 16px;
    min-height: 70px;
    padding: 0 16px;
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #0B0D0C;
    border-radius: 8px;
    transition: all 0.2s linear;
}
.car_profit b {
    font-weight: 900;
}
.car_profit i {
    position: relative;
    display: flex;
    align-items: center;
    width: 91px;
    height: 54px;
}
.car_profit i:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 100%;
    background: #FFFFFF;
    border-radius: 4px;
}
.car_profit i:after {
    content: '';
    position: absolute;
    right: 0;
    width: 65px;
    height: 42px;
    background: url("../img/car_profit_ico.svg") 50% 50% no-repeat #D8D8DA;
    border-radius: 4px;
}

.car_profit:hover {
    color: #0B0D0C;
    background: #C9C9C9;
}

.car_props {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.car_props > a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 30px;
    padding-left: 46px;
    font-size: 22px;
    font-weight: 400;
    color: #000000;
}
.car_props > a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    transition: all 0.2s linear;
}
.car_props > a:hover:before {
    transform: scale(1.2);
}
.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_btns {
    position: relative;
    margin-top: 38px;
    display: flex;
    justify-content: space-between;
    padding-right: 32px;
    z-index: 4;
}
.car_btns .btn {
    width: calc(50% - 8px);
}

.img_block_wrap {
    width: stretch;
    position: relative;
    margin-top: 33px;
    margin-left: -207px;
    padding-right: 32px;
    display: flex;
    justify-content: space-between;
    align-items: end;
    column-gap: 20px;
    z-index: 3;
}
.img_block_wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 207px;
    right: 0;
    height: 100%;
    background: linear-gradient(180deg, rgba(216, 216, 218, 0.25) 0%, rgba(216, 216, 218, 0) 22.45%, rgba(216, 216, 218, 0.2) 75%, #D8D8DA 100%);
    border: 1px solid #D3D3D3;
    border-radius: 8px;
    z-index: -1;
}
.img_block {
    position: relative;
    margin-bottom: 38px;
    z-index: 2;
}
.img_block_decor {
    position: absolute;
    top: 0;
    left: 52px;
    width: 464px;
    height: 464px;
    z-index: -1;
}
.img_block_bg {
    position: absolute;
    top: 16px;
    left: 16px;
}
.img_block_color {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.img_block_decor .img_block_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(300deg);
    display: none;
}
.img_block_decor .img_block_color div.show {
    display: block;
    animation: show 0.6s forwards ease-in-out;
}
@keyframes show {
    0% {
        transform: rotate(300deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.dots {
    margin-top: 6px;
    margin-left: 239px;
    display: flex;
    align-items: center;
    column-gap: 16px;
}
.dot_color {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.dot_color.wt {
    border: 1px solid #D3D3D3;
}
.dot_color.active {
    transform: scale(1.3);
}

.car_gallery {
    margin: 32px 0;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.car_gallery > a {
    overflow: hidden;
    border-radius: 8px;
}

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

#instock {
    margin-top: 120px;
}
#filter_table {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    column-gap: 32px;
}
#filter_table .select_container {
    width: 32%;
}
.filter_quick_menu {
    display: none;
}
#tb_complects {
    margin-top: 62px;
    width: 100%;
}
#tb_complects tbody tr td:before {
    display: none;
}
#tb_complects tbody {
    display: flex;
    flex-wrap: wrap;
    column-gap: 35px;
    row-gap: 50px;
}
#tb_complects .item {
    width: calc(34% - 35px);
}
.compl_img_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, rgba(216, 216, 218, 0.5) 0%, rgba(216, 216, 218, 0) 100%);
    border-radius: 8px 8px 0 0;
}
.compl_name {
    position: absolute;
    top: -40px;
    display: flex;
    align-items: center;
    height: 64px;
    background: #ffffff;
    border: 15px solid #ffffff;
    border-radius: 4px;
    z-index: 2;
}
.compl_name:before {
    content: '';
    position: absolute;
    top: 25px;
    left: -23px;
    width: 8px;
    height: 8px;
    background: url(../img/compl_name_decor.svg) no-repeat;
    background-size: contain;
    transform: rotate(-280deg);
}
.compl_name:after {
    content: '';
    position: absolute;
    top: 25px;
    right: -23px;
    width: 8px;
    height: 8px;
    background: url(../img/compl_name_decor.svg) no-repeat;
    background-size: contain;
}
.compl_name span {
    display: flex;
    align-items: center;
    column-gap: 8px;
    height: 34px;
    padding: 0 8px;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    background: #0B0D0C;
    border-radius: 4px;
}
.compl_name b {
    font-weight: 700;
}
.compl_img {
    margin-top: 15px;
    display: grid;
    width: 100%;
}
.compl_img .slick-dots {
    position: absolute;
    left: 0;
    bottom: 12px;
    width: 100%;
}
.compl_block {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    width: 100%;
    padding: 32px;
    background: linear-gradient(180deg, rgba(216, 216, 218, 0.5) 0%, rgba(216, 216, 218, 0) 22.45%, rgba(216, 216, 218, 0) 75%, rgba(216, 216, 218, 0.5) 100%);
    border: 1px solid #D3D3D3;
    border-radius: 8px;
}
.compl_tehs {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 20px;
}
.compl_tehs > div {
    display: flex;
    justify-content: space-between;
    align-items: end;
    column-gap: 4px;
    white-space: nowrap;
}
.compl_tehs > div span {
    font-size: 20px;
    font-weight: 300;
    color: #000000;
}
.compl_tehs > div b {
    font-weight: 700;
    color: #000000;
}
.compl_tehs > div i {
    width: stretch;
    height: 3px;
    border-bottom: 1px dashed #D3D3D3;
    margin-bottom: 5px;
}
.compl_block .btns {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.compl_block .btns .btn {
    width: 100%;
}
.tb_complects_showmore {
    margin-top: 20px;
    width: 386px;
}

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

.credit {
    position: relative;
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
    padding: 120px 0;
    background: linear-gradient(180deg, rgba(216, 216, 218, 0.4) 0%, rgba(236, 236, 236, 0.4) 50%, rgba(216, 216, 218, 0.4) 100%);
}
.credit:before {
    content: 'КРЕДИТ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 192px;
    font-size: 150px;
    font-weight: 100;
    text-align: center;
    opacity: 0.02;
}
.credit_imgs1,
.credit_imgs2 {
    width: 50%;
    height: 289px;
    overflow: hidden;
}
.credit_imgs1 {
    border-radius: 0 100px 0 0;
}
.credit_imgs2 {
    border-radius: 0 0 0 100px;
}
.credit_imgs1 img,
.credit_imgs2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.credit_block {
    min-width: 530px;
}
.credit_title {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
}
#credit_form {
    margin-top: 20px;
    width: 100%;
}

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

.testdrive {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}
.testdrive_imgs1 {
    min-width: 30%;
    height: 576px;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}
.testdrive_imgs1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testdrive_wrap {
    width: stretch;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 50px;
}
.testdrive_imgs2 {
    width: calc(39% - 25px);
    height: 289px;
    border-radius: 8px;
    overflow: hidden;
}
.testdrive_imgs2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testdrive_block {
    width: calc(60% - 25px);
}
.testdrive_title {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
}
#testdrive_form {
    margin-top: 20px;
    width: 100%;
}
.testdrive_imgs3 {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.testdrive_imgs3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testdrive_imgs4 {
    min-width: 18%;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.testdrive_imgs4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.tradein {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    column-gap: 50px;
}
.tradein_imgs1 {
    width: 27%;
    height: 291px;
    border-radius: 0 8px 8px 0;
    overflow: hidden;
}
.tradein_imgs1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tradein_block {
    min-width: 526px;
}
.tradein_title {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
}
#tradein_form {
    margin-top: 20px;
    width: 100%;
}
.tradein_imgs2 {
    width: 71%;
    height: 291px;
    border-radius: 8px 0 0 8px;
    overflow: hidden;
}
.tradein_imgs2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

.offers {
    margin-top: 120px;
}
.offers_wrapper {
    display: flex;
    justify-content: center;
    padding: 60px 0;
    background: url("../img/offers_bg.jpg") 50% 0 no-repeat;
    background-size: cover;
    border-radius: 100px 0 100px 0;
}
.offers_block {
    width: 598px;
    padding: 32px;
    background: #FFFFFFCC;
    backdrop-filter: blur(14px);
    border-radius: 8px;
}
.offers_title {
    margin-top: 40px;
    font-size: 22px;
    font-weight: 400;
}
#offers_form {
    margin-top: 20px;
}

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

.rewievs {
    position: relative;
    margin-top: 120px;
    padding-top: 110px;
    background: #ECECEC;
}
.rewievs:before {
    content: 'ОТЗЫВЫ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 192px;
    font-size: 150px;
    font-weight: 100;
    text-align: center;
    opacity: 0.02;
}
.rewievs_rating {
    width: fit-content;
    margin: 40px auto 0;
}
.rewievs_slider {
    margin-top: 40px;
    width: 102%;
    left: -1%;
    padding-bottom: 40px;
}
.rewievs_block {
    margin: 0 12px;
    padding: 32px;
    background: #FFFFFF;
    border-radius: 8px;
    min-height: 392px;
    transition: all 0.2s linear;
}
.rewievs_block.slick-current.slick-active {
    transform: scale(0.96);
    opacity: 0.8;
}
.rewievs_block.slick-current.slick-active + .slick-active + .slick-active {
    transform: scale(0.96);
    opacity: 0.8;
}
.rewievs_head {
    display: flex;
    justify-content: space-between;
}
.rewievs_name {
    font-size: 22px;
    font-weight: 700;
}
.rewievs_text {
    margin-top: 23px;
    font-size: 20px;
    font-weight: 400;
    line-height: 138%;
    max-height: 320px;
    overflow: auto;
    padding-right: 20px;
    transition: all 0.2s linear;
}
.rewievs_text::-webkit-scrollbar {
    width: 10px;
}
.rewievs_text::-webkit-scrollbar-track {
    background: #D1D1D1FF;
    border-radius: 20px;
}
.rewievs_text::-webkit-scrollbar-thumb {
    background-color: #838383;
    border-radius: 20px;
}

.paging_wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 70px;
    display: flex;
    justify-content: center;
    column-gap: 8px;
}
.paging_wrap span {
    font-size: 22px;
    font-weight: 400;
}
.paging_wrap .paging2 {
    opacity: 0.5;
}

.rewievs_slider .slick-arrow {
    position: absolute;
    bottom: 8px;
    width: 42px;
    height: 15px;
    background: url(../img/btn_arrows.svg) 50% 50% no-repeat;
    font-size: 0;
    border: none;
    cursor: pointer;
    z-index: 3;
    transition: all 0.2s linear;
}
.rewievs_slider .slick-arrow:hover {
    opacity: 0.5;
}
.rewievs_slider .slick-prev {
    left: 50%;
    transform: translateX(-86px);
}
.rewievs_slider .slick-next {
    right: 50%;
    transform: translateX(86px) rotate(180deg);
}

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

.contacts {
    position: relative;
    padding-top: 110px;
    padding-bottom: 60px;
    background: #ECECEC;
}
.contacts:before {
    content: 'КОНТАКТЫ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 192px;
    font-size: 150px;
    font-weight: 100;
    text-align: center;
    opacity: 0.02;
}
.contacts_wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    column-gap: 32px;
}
.contacts_wrap {
    min-width: 408px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.contacts_block {
    padding: 32px;
    background: #ffffff;
    border-radius: 8px;
}

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

.contacts .logo3 {
    display: flex;
    align-items: center;
    padding: 2px 16px 2px 0;
    margin-right: 16px;
    border-right: 1px solid #D9D9D9;
}
.contacts .logo4 {
    line-height: 100%;
}
.contacts .logo4 span {
    font-size: 20px;
    font-weight: 700;
}
.contacts .logo4 p {
    font-size: 12px;
    font-weight: 400;
}

.contacts_cont {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}
.contacts_cont > div {
    position: relative;
    display: flex;
    align-items: center;
    height: 25px;
    padding-left: 31px;
    font-size: 16px;
    font-weight: 400;
}
.contacts_cont > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
}
.contacts_cont .bottom_phone:before {
    background: url("../img/bottom_phone_ico.svg") no-repeat;
}
.contacts_cont .bottom_addr:before {
    background: url("../img/bottom_addr_ico.svg") no-repeat;
}
.contacts_cont .bottom_hour:before {
    background: url("../img/bottom_addr_ico.svg") no-repeat;
}
.contacts_block .btn {
    margin-top: 24px;
    width: 100%;
}
.contacts_imgs {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}
.contacts_imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#map1 {
    position: relative;
    width: stretch;
    height: 483px;
    background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover;
    border-radius: 8px;
    overflow: hidden;
}

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

.footer {
    padding-top: 24px;
    padding-bottom: 24px;
    background: #0B0D0C;
    font-size: 16px;
    color: #ffffff;
}
.footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 10px;
}
.footer_block {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}
.footer a {
    font-size: 16px;
    color: #ffffff;
}

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

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

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

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

@media (max-width: 1600px) {
    .testdrive {
        column-gap: 20px;
    }
    .testdrive_wrap {
        row-gap: 20px;
    }
    .testdrive_imgs2 {
        width: calc(39% - 10px);
    }
    .testdrive_block {
        width: calc(60% - 10px);
    }

    .tradein {
        column-gap: 20px;
    }
}

@media (max-width: 1399px) {
    .credit {
        column-gap: 20px;
    }
    .credit_block {
        min-width: 400px;
    }
    .credit_title br {
        display: none;
    }
}

@media (max-width: 1290px) {
    .header .logo1 img {
        width: 120px;
    }
    .header .top_phone {
        font-size: 14px;
    }
    .header .top_addr {
        font-size: 14px;
    }
    .header .btn {
        width: 180px;
    }

    .timer_block {
        margin-top: 50px;
    }

    .cars_menu_list {
        display: grid;
    }
    .cars_menu_list .cars_menu_item {
        display: flex;
        flex-direction: column;
        margin: 0 5px;
    }
    .cars_menu_list .slick-dots {
        margin-top: 20px;
    }

    .car_profit {
        font-size: 24px;
    }
    .img_block_wrap {
        flex-direction: column;
        justify-content: end;
        margin-left: -100px;
    }
    .img_block_wrap:before {
        left: 100px;
    }
    .car_gallery {
        margin: 14px 0 14px 130px;
        display: flex;
        flex-direction: row;
        column-gap: 8px;
    }
    .car_wrap {
        min-width: 460px;
    }
    .car_btns {
        flex-direction: column;
        row-gap: 10px;
    }
    .car_btns .btn {
        width: 100%;
    }
    .img_block {
        margin-bottom: 0;
    }
    .img_block_decor {
        width: 340px;
        height: 340px;
    }
}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
    #tb_complects tbody {
        column-gap: 20px;
    }
    #tb_complects .item {
        width: calc(50% - 20px);
    }
}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .header .header_wrap {
        flex-wrap: wrap;
    }
    .header .top_addr {
        display: none;
    }
    .header .btn {
        display: none;
    }
    .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
    }
    .header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 2px;
        background: #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: 50px;
        left: 100%;
        background: #ffffff;
        z-index: 10;
        height: auto;
        transition: all .2s linear;
        overflow: scroll;
    }
    .header .menu.active {
        left: 0;
    }
    .header .menu_wrap {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }
    .header .menu_wrap > div {
        flex-direction: column;
        align-items: center;
        row-gap: 12px;
    }
    .banner {
        margin-top: 50px;
    }
    .banner .banner_item picture img {
        width: 100%;
    }
    .banner .title_content {
        position: relative;
        top: 0;
        padding: 2vw 0;
    }
    .banner .title_container {
        padding: 0;
    }
    .banner .title_container .title1 {
        font-size: 4vw;
    }
    .banner .title_container .title2 {
        margin: 1vw 0;
        font-size: 5vw;
    }
    .banner .title_container .title3 {
        margin-top: 1vw;
        font-size: 4vw;
    }
    .banner .title_container .btn {
        position: relative;
        bottom: 0;
        margin-top: 2vw;
    }

    .timer_wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        row-gap: 20px;
        padding: 20px 16px;
    }
    .timer {
        flex-direction: column;
        row-gap: 20px;
    }
    .timer_title {
        text-align: center;
        font-size: 5vw;
    }
    #timer_form {
        width: 100%;
        max-width: 460px;
    }

    .cars_menu {
        margin-top: 60px;
    }

    .car_item {
        margin-top: 40px;
    }
    .car_wrapper {
        position: relative;
        flex-direction: column-reverse;
        padding: 180px 16px 20px 16px;
        background: linear-gradient(180deg, rgba(216, 216, 218, 0.7) 0%, rgba(216, 216, 218, 0) 100%);
        border: 1px solid #D3D3D3;
        border-radius: 8px;
    }
    .car_wrap {
        min-width: initial;
        width: 100%;
    }
    .car_block {
        position: initial;
        padding: 0;
    }
    .car_block:before {
        display: none;
    }
    .car_name {
        position: absolute;
        top: 20px;
        left: 16px;
        right: 16px;
        font-size: 32px;
    }
    .car_name_title {
        font-size: 14px;
    }
    .car_profit {
        position: absolute;
        top: 116px;
        left: 16px;
        right: 16px;
        margin: 0;
        column-gap: 12px;
        min-height: 58px;
        padding: 0 14px 0 8px;
        font-size: 20px;
    }
    .car_profit i {
        width: 68px;
        height: 42px;
    }
    .car_profit i:before {
        width: 52px;
    }
    .car_profit i:after {
        width: 46px;
        height: 34px;
        background-size: 50%;
    }
    .car_props {
        row-gap: 8px;
    }
    .car_props > a {
        font-size: 18px;
    }
    .img_block_wrap {
        margin: 0;
        padding: 0;
        align-items: center;
    }
    .img_block_wrap:before {
        display: none;
    }
    .img_block_decor {
        left: 4vw;
        width: 54vw;
        height: 54vw;
    }
    .dots {
        margin-left: 0;
        width: 100%;
        justify-content: center;
        column-gap: 10px;
    }
    .dot_color {
        width: 28px;
        height: 28px;
    }
    .car_gallery {
        margin: 20px 0 0 0;
        width: 100%;
    }
    .car_btns {
        margin-top: 20px;
        padding: 0;
    }

    #instock {
        margin-top: 60px;
    }

    .credit {
        margin-top: 60px;
        padding: 44px 16px 16px;
        flex-direction: column;
        row-gap: 20px;
    }
    .credit:before {
        font-size: 62px;
    }
    .credit_block {
        order: 1;
        min-width: initial;
        width: 100%;
    }
    .credit_title {
        margin-top: 20px;
        font-size: 18px;
    }
    .credit_imgs1,
    .credit_imgs2 {
        width: 100%;
        height: 36vw;
    }
    .credit_imgs1 {
        display: none;
        order: 2;
        border-radius: 0 14vw 0 0;
    }
    .credit_imgs2 {
        order: 3;
        border-radius: 0 0 0 14vw;
    }

    .testdrive {
        margin-top: 60px;
        flex-direction: column;
        row-gap: 20px;
        padding: 0 15px;
    }
    .testdrive_wrap {
        flex-direction: column-reverse;
        order: 1;
    }
    .testdrive_imgs3 {
        display: none;
    }
    .testdrive_imgs2 {
        display: none;
        width: 100%;
    }
    .testdrive_block {
        width: 100%;
    }
    .testdrive_title {
        margin-top: 20px;
        font-size: 18px;
    }
    .testdrive_title br {
        display: none;
    }
    .testdrive_imgs1 {
        order: 2;
        min-width: initial;
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    .testdrive_imgs4 {
        display: none;
        order: 3;
        min-width: initial;
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .tradein {
        flex-direction: column;
        row-gap: 20px;
        padding: 0 16px;
    }
    .tradein_block {
        min-width: initial;
        order: 1;
    }
    .tradein_title {
        margin-top: 20px;
        font-size: 18px;
    }
    .tradein_title br {
        display: none;
    }
    .tradein_imgs1 {
        display: none;
        order: 2;
        width: 100%;
        height: 36vw;
    }
    .tradein_imgs2 {
        display: none;
        order: 3;
        width: 100%;
        height: 36vw;
    }

    .offers {
        margin-top: 60px;
        display: none;
    }
    .offers_wrapper {
        padding: 0;
        background: transparent;
    }
    .offers_block {
        width: 100%;
        padding: 20px 16px;
        background: linear-gradient(180deg, rgba(216, 216, 218, 0.7) 0%, rgba(216, 216, 218, 0) 100%);
    }
    .offers_title {
        margin-top: 20px;
        font-size: 18px;
    }
    .offers_title br {
        display: none;
    }

    .rewievs {
        position: relative;
        margin-top: 60px;
        padding-top: 40px;
    }
    .rewievs:before {
        font-size: 62px;
    }
    .rewievs_block {
        margin: 0 8px;
        padding: 20px 16px;
        min-height: initial;
    }
    .rewievs_text {
        padding: 0;
        font-size: 16px;
        max-height: initial;
    }

    .contacts {
        padding-top: 60px;
    }
    .contacts:before {
        top: 62px;
        font-size: 62px;
    }
    .contacts_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .contacts_wrap {
        min-width: initial;
        width: 100%;
    }
    .contacts .logo3 img {
        width: 120px;
    }
    .contacts .logo4 span {
        font-size: 18px;
    }
    .contacts .logo4 p {
        font-size: 10px;
    }
    .contacts_block {
        padding: 20px 16px;
    }
    .contacts_imgs {
        display: none;
    }
    #map1 {
        height: 320px;
    }
}

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

    .header_block {
        width: 100%;
        justify-content: center;
    }
    .header .top_phone {
        width: 100%;
        margin-top: 12px;
        padding: 0;
        display: flex;
        justify-content: center;
        column-gap: 10px;
    }
    .header .top_phone:before {
        position: relative;
        display: block;
        min-width: 24px;
    }
    .header .m_btn {
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .header .menu {
        top: 94px;
    }
    .banner {
        margin-top: 94px;
    }
    .banner .title_content {
        position: absolute;
        top: 6vw;
        padding: 0;
    }
    .banner .title_container {
        padding: 2vw 0;
    }
    .banner .title_container:before {
        width: 100%;
        background: #ffffffbd;
    }

    #filter_table {
        margin-top: 10px;
        flex-direction: column;
        row-gap: 8px;
    }
    #filter_table .select_container {
        width: 100%;
    }
    #tb_complects .item {
        width: 100%;
    }
    .compl_block {
        row-gap: 20px;
        padding: 20px 16px;
    }
    .compl_name {
        top: -26px;
        height: 46px;
        border: 10px solid #ffffff;
    }
    .compl_name:before,
    .compl_name:after {
        display: none;
    }
    .compl_name span {
        font-size: 16px;
    }
    .compl_tehs {
        row-gap: 14px;
    }
    .compl_tehs > div span {
        font-size: 16px;
    }
    .compl_block .btns {
        row-gap: 8px;
    }

    .slick-dots li {
        width: 20px;
    }
    .slick-dots li.slick-active {
        width: 40px;
    }
}
/*MOBILE END*/
@media (max-width: 680px) {}

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

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

/* Portrait phones and smaller */
@media (max-width: 440px) {}

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

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

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

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