html {
    overflow-x: hidden;
    background: #374358;
}

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

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

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

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

a {
    text-decoration: none;
}

.container {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1550px;
    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: 1550px;
        max-width: 100%;
    }
}

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

form {
    display: grid;
    row-gap: 6px;
}

form .form-group {
    position: relative;
}

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

select {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #646C7A;
    box-sizing: border-box;
    background: url(../img/select_btn.svg) calc(100% - 16px) 50% no-repeat;
    border: 1px solid #646C7A;
    border-radius: 10px;
    appearance: none;
}

select option {
    color: #646C7A;
}

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

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

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

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

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

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

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

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

.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: #F2F2F2;
    border-radius: 16px;
    text-align: center;
    padding-bottom: 30px;
}

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

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

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

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

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

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

.popup_container .form-group input[type=text],
.popup_container .form-group input[type=tel] {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    font-family: "Arial", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #3E3A39;
    box-sizing: border-box;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #646C7A;
    border-radius: 10px;
    outline: none;
}

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

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

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

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

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

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

.fancybox-content {
    color: #646C7A;
    background: #F2F2F2;
    border-radius: 16px;
}

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

.form_title {
    margin: 0;
    padding: 0;
    padding-bottom: 47px;
    color: #646C7A;
    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;
    column-gap: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #F7F0EB;
    text-align: center;
    text-decoration: none;
    background: #162E63;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.btn:after {
    content: '';
    position: relative;
    display: block;
    min-width: 24px;
    height: 24px;
    background: url(../img/btn_arrows_wt.svg) no-repeat;
    transition: all 0.2s linear;
}
.btn:hover {
    background: #162E63;
}
.btn:hover:after {
    transform: translateX(10px);
}

.btn.white {
    color: #162E63;
    background: #FFFFFF;
}
.btn.white:after {
    background: url(../img/btn_arrows_bl.svg) no-repeat;
}
.btn.white:hover {
    color: #66CDE6;
}
.btn.white:hover:after {
    background: url(../img/btn_arrows_bl_hov.svg) no-repeat;
}

.btn.glass {
    color: #162E63;
    background: transparent;
    border: 1px solid #162E63;
}
.btn.glass:after {
    background: url(../img/btn_arrows_bl.svg) no-repeat;
}
 .btn.glass:hover {
    background: #162E6333;
 }

.btn.glass.white {
    color: #ffffff;
    background: transparent;
    border: 1px solid #F2F2F2;
}
.btn.glass.white:hover {
    background: #FFFFFF1A;
}
.btn.glass.white:after {
    background: url(../img/btn_arrows_wt.svg) no-repeat;
}

.section_item {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
}

.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/btn_arrows.svg) 50% 50% no-repeat #646C7A;
    border: none;
    font-size: 0;
    border-radius: 5px;
    cursor: pointer;
    z-index: 3;
    transition: all 0.2s linear;
}
.slick-arrow:hover {
    background-color: #374358;
}

.slick-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    column-gap: 5px;
    margin-top: 16px;
    margin-bottom: 0;
}
.slick-dots li {
    width: 3px;
    height: 3px;
    background: #646C7A;
    border-radius: 5px;
    transition: all 0.2s linear;
}
.slick-dots li.slick-active {
    width: 77px;
}
.slick-dots li button {
    display: none;
}

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

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

.header .header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #FFFFFF;
    border-radius: 16px 16px 0 0;
}

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

.header .logo1 {
    display: flex;
    align-items: center;
    padding-right: 24px;
    margin-right: 20px;
    border-right: 1px solid #646C7A;
}

.header .logo2 {
    display: flex;
    flex-direction: column;
}

.header .logo2 span {
    font-size: 16px;
    font-weight: 400;
    color: #646C7A;
}

.header .top_addr {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 62px;
    font-size: 20px;
    font-weight: 400;
}

.header .top_addr:before {
    content: '';
    position: absolute;
    left: 0;
    width: 42px;
    height: 42px;
    background: url(../img/top_addr_ico.svg) 50% 50% no-repeat #162E631A;
    border-radius: 8px;
}

.header .top_phone {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 62px;
}
.header .top_phone a {
    font-size: 20px;
    font-weight: 400;
    color: #374358;
}
.header .top_phone:before {
    content: '';
    position: absolute;
    left: 0;
    width: 42px;
    height: 42px;
    background: url(../img/top_phone_ico.svg) 50% 50% no-repeat #162E631A;
    border-radius: 8px;
}

.header .btn {
    width: 224px;
}

.header .m_btn {
    display: none;
}

.menu {
    background: #162E63;
    border-radius: 0 0 16px 16px;
}
.menu_wrap {
    display: flex;
    justify-content: space-between;
    padding: 10px 44px 8px;
}
.menu_wrap a {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 1px solid transparent;
    transition: all 0.2s linear;
}
.menu_wrap a:hover {
    color: #66CDE6;
    border-color: #66CDE6;
}

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

.banner {}
.banner .banner_item picture {
    display: flex;
    justify-content: center;
}
.banner .banner_item picture img {
    max-width: initial;
}
.banner .title_container {
    position: absolute;
    top: 172px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    display: flex;
    column-gap: 20px;
}
.banner .title_block {
    padding: 26px 40px 24px;
    background: #FFFFFF80;
    backdrop-filter: blur(10px);
    border-radius: 8px;
}
.banner .title_container .title1 {
    position: absolute;
    top: -21px;
    left: 10px;
    padding: 5px 8px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    background: #162E63;
    border-radius: 8px;
}
.banner .title_container .title2 {
    font-size: 36px;
    font-weight: 400;
}
.banner .title_container .title3 {
    font-size: 24px;
    font-weight: 400;
}

.banner .title_container .btn {
    margin-top: 10px;
    width: 280px;
}

.banner_props {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.banner_props a {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 20px;
    min-height: 54px;
    padding: 6px 15px 6px 6px;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    background: #162E63;
    border-radius: 8px;
}
.banner_props a:before {
    content: '';
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 8px;
}
.banner_props .ico1:before {
    background: url(../img/banner_props_ico1.svg) 50% 50% no-repeat #FFFFFF33;
}
.banner_props .ico2:before {
    background: url(../img/banner_props_ico2.svg) 50% 50% no-repeat #FFFFFF33;
}

.timer_block {
    position: relative;
    padding: 28px 0;
    background: #374358;
}
.timer_block_decor {
    position: absolute;
    top: -86px;
    left: 50%;
    transform: translateX(-50%);
    width: 165px;
    height: 165px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.timer_block_decor img {
    animation: rotate 8s linear infinite;
}
@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.timer_block_decor:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 230px;
    height: 86px;
    background: url("../img/timer_block_decor_before.svg") 50% 100% no-repeat;
}
.timer_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.timer_title {
    font-size: 28px;
    font-weight: 400;
    color: #ffffff;
}
#timer_form {
    margin-top: 20px;
    width: 642px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
#timer_form .form-group input[type="text"],
#timer_form .form-group input[type="tel"] {
    color: #FFFFFF;
    border-color: #F2F2F2;
}
#timer_form .form-group input[type="text"]::placeholder,
#timer_form .form-group input[type="tel"]::placeholder {
    color: #FFFFFF;
}
#timer_form .form-group:nth-child(7) {
    width: 47%;
}
#timer_form .form-group:nth-child(8) {
    width: 50%;
}
#timer_form .agree_field,
#timer_form .agree_field a {
    font-size: 10px;
    font-weight: 400;
    color: #F2F2F2;
}
.timer {
    width: 610px;
}

.run_now {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    height: 64px;
    display: flex;
    align-items: center;
}
.run_now_cont {
    display: flex;
    align-items: center;
    animation: runstring 26s infinite linear;
}

.run_now_cont div {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 68px;
    padding-left: 68px;
    font-size: 28px;
    font-weight: 400;
    color: #162E63;
    white-space: nowrap;
}
.run_now_cont div:before {
    content: '';
    position: absolute;
    left: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background: #162E63;
}

@keyframes runstring {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-50%)
    }
}

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

.cars_items {
    position: relative;
    padding: 84px 0 382px;
    background: #374358;
}
.cars_items:before {
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    margin: 0 auto;
    bottom: 144px;
    max-width: 1520px;
    height: 200px;
    background: url(../img/cars_items_decor.png) 50% 0 no-repeat;
    background-size: 100% auto;
}
.cars_items .section_item {
    color: #ffffff;
}

.cars_menu_list {
    width: fit-content;
    margin: 40px auto 0;
    display: flex;
    background: #FFFFFF1A;
    border-radius: 8px 8px 0 0;
}
.cars_menu_list a {
    position: relative;
    padding: 10px 20px;
    font-size: 28px;
    font-weight: 400;
    color: #646C7A;
    transition: all 0.2s linear;
}
.cars_menu_list a:hover {
    color: #ffffff;
}
.cars_menu_list a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: all 0.2s linear;
}
.cars_menu_list a:hover:before {
    background: #ffffff;
}

.car_item {
    margin-top: 80px;
}
.car_name {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}
.car_name span {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #646C7A;
}
.car_name b {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
}
.car_wrapper {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.car_wrap {
    width: 76%;
}
.car_block {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    padding: 20px;
    background: #F2F2F21A;
    border-radius: 16px;
    transform: translateX(-2000px);
    transition: all 1s ease-in-out;
}
.animated .car_block {
    transform: translateX(0);
}
.car_props {
    width: 46%;
    display: flex;
    flex-direction: column;
    row-gap: 2px;
}
.car_props a {
    display: flex;
    align-items: center;
    column-gap: 20px;
    height: 91px;
    padding: 0 20px;
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    background: #F2F2F21A;
    border-radius: 16px;
    transition: all 0.2s linear;
}
.car_props a.active {
    height: 116px;
    background: #162E63;
}
.car_props a.active ~ a {
    height: 82px;
}
.car_props a:has(~ .active) {
    height: 82px;
}
.car_props a:before {
    content: '';
    position: relative;
    min-width: 42px;
    height: 42px;
    border-radius: 8px;
}
.car_props .ico1:before {
    background: url("../img/car_props_ico1.svg") 50% 50% no-repeat #FFFFFF33;
}
.car_props .ico2:before {
    background: url("../img/car_props_ico2.svg") 50% 50% no-repeat #FFFFFF33;
}
.car_props .ico3:before {
    background: url("../img/car_props_ico3.svg") 50% 50% no-repeat #FFFFFF33;
}
.car_props .ico4:before {
    background: url("../img/car_props_ico4.svg") 50% 50% no-repeat #FFFFFF33;
}

.img_block {
    position: relative;
    width: 54%;
    height: 370px;
    display: flex;
    align-items: center;
    border-radius: 16px;
    overflow: hidden;
}

.car_profit_wrap {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
}

.car_profit {
    border-radius: 0 0 8px 8px;
    background: #66CDE6;
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.car_profit b {
    font-weight: 900;
}

.img_block img {
    max-width: initial;
    height: 100%;
}
.dots {
    position: absolute;
    right: 24px;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
    padding: 4px;
    background: #F2F2F2;
    border-radius: 50px;
}
.dots .dot_color {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all 0.2s linear;
}
.dots .dot_color.active {
    border-color: #162E63;
}

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

.car_btns .btn {
    width: 32%;
}

.car_gallery {
    position: relative;
    width: 365px;
    margin: -10px 0;
    transform: translateX(1000px);
    transition: all 1s ease-in-out;
}
.animated .car_gallery {
    transform: translateX(0);
}
.car_gallery a {
    margin: 10px 0;
    border-radius: 8px;
    overflow: hidden;
}
.car_gallery a img {
    height: 233px;
    transition: all 0.2s ease-in-out;
}
.car_gallery a:hover img {
    transform: scale(1.1);
}
.car_gallery .slick-arrow {
    left: 50%;
    margin-left: -15px;
}
.car_gallery .slick-prev {
    top: -5px;
    transform: rotate(-90deg);
}
.car_gallery .slick-next {
    bottom: -5px;
    transform: rotate(90deg);
}

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



.cars-instock {margin-top: -230px;}

.cars-instock__container { }

/* Основной контейнер */
.cars-instock__content { /* Frame 40 */

/* white_background

F2F2F2
*/background: #F2F2F2;
/* Drop Shadow/400 */box-shadow: 0px 16px 32px -4px rgba(12, 12, 13, 0.1), 0px 4px 4px -4px rgba(12, 12, 13, 0.05);border-radius: 16px;display: flex;overflow: hidden;}

/* Боковая панель (фильтр) */
.cars-instock__aside {padding: 40px;background: #fff;max-width: 405px;width: 100%;}

/* Заголовок и описание */
.cars-instock__title { /* Автомобили в наличии */font-style: normal;font-weight: 400;font-size: 40px;line-height: 46px;

/* gray_text */color: #374358;}
.cars-instock__desc {font-weight: 400;font-size: 24px;margin-top: 20px;}

/* Блок фильтра */
.filter { }
.cars-instock__filter {margin-top: 20px;display: flex;flex-direction: column;gap: 10px;}

/* Элементы фильтра */
._control { }
.cars-instock__filter-item { }

/* Селекты */
.cars-instock__select { }

/* Основная область с карточками */
.cars-instock__main {
    padding: 40px;
    /* border-left: 6px solid #646C7A33; */
    overflow-y: auto;
}




.custom-scroll-container {
    position: relative;
    display: flex;
    flex: 1;
}

.cars-instock__main {
    padding: 40px;
    border-left: 6px solid #646C7A33;
    overflow-y: scroll;
    scrollbar-width: none;  /* Скрываем нативный скроллбар в Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    flex: 1;
}

.cars-instock__main::-webkit-scrollbar {
    display: none; /* Скрываем в Chrome/Safari */
}

/* Кастомный трек */
.custom-scrollbar {
    width: 6px;
    background: #646C7A33;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;  /* Слева */
    pointer-events: none; /* Чтобы клики проходили к контенту, если нужно */
    z-index: 2;
}

/* Ползунок */
.custom-scrollbar-thumb {
    width: 6px;
    background-color: #162E63;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto; /* Ползунок кликабелен */
    transition: background-color 0.2s;
}

.custom-scrollbar-thumb:hover {
    background-color: #0f2a5e;
}

/* Контейнер результатов */
.filter_result {display: flex;flex-wrap: wrap;gap: 20px;width: 100%;}

/* Кнопка "Показать ещё" */
.filter-more { }
.cars-instock__filter-more {color: #66CDE6;text-decoration: underline;display: block;width: fit-content;margin: 0 auto;margin-top: 40px;}

.cars-instock__select option { }
.cars-instock__select:focus { }
.cars-instock__select:hover { }

.cars-instock__filter-more:hover { }
.cars-instock__filter-more:active { }


/* Карточка автомобиля */
.cars-instock__item {padding: 16px;border-radius: 8px;background: #fff;width: calc(33.333% - 13.333px);display: flex;flex-direction: column;justify-content: space-between;gap: 20px;}

/* Шапка карточки */
.cars-instock__item-header {display: flex;justify-content: space-between;align-items: flex-start;}

/* Контейнер названия и года */
.cars-instock__item-title { }

/* Название модели */
.cars-instock__item-name {color: #374358;font-weight: 700;font-size: 20px;}

/* Год выпуска */
.cars-instock__item-year {color: #646C7A;}

/* Метка "в наличии" */
.cars-instock__item-stock {background: #F2F2F2;padding: 3px 6px 5px 6px;color: #66CDE6;border-radius: 4px;}

/* Блок с изображениями */
.cars-instock__images { }

.cars-instock__images > a {
    display: flex;
    justify-content: center;
}

/* Сетка технических характеристик */
.cars-instock__techs {display: flex;flex-direction: column;gap: 10px;}

/* Элемент технической характеристики */
.cars-instock__techs-item {display: flex;justify-content: space-between;}

/* Название характеристики */
.cars-instock__techs-name {color: #646C7A;}

/* Значение характеристики */
.cars-instock__techs-val {color: #374358;font-weight: 700;}

/* Контейнер кнопок */
.cars-instock__btns {}

/* Кнопка внутри карточки */
.cars-instock__btn {width: 100%;}

.cars-instock__images.mgallery { }


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

#instock {
    margin-top: 80px;
}
#filter_table {
    display: none;
}
.filter_quick_menu {
    width: fit-content;
    margin: 40px auto 0;
    display: flex;
    background: #F2F2F2;
    border-radius: 8px 8px 0 0;
}
.filter_quick_menu li {
    position: relative;
    padding: 10px 20px;
    font-size: 28px;
    font-weight: 400;
    color: #646C7A;
    cursor: pointer;
    transition: all 0.2s linear;
}
.filter_quick_menu li:hover,
.filter_quick_menu li.current {
    color: #162E63;
}
.filter_quick_menu li:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: all 0.2s linear;
}
.filter_quick_menu li:hover:before,
.filter_quick_menu li.current:before {
    background: #162E63;
}
#tb_complects {
    margin-top: 54px;
    width: 100%;
}
#tb_complects tbody tr:nth-child(1) {
    display: none;
}
#tb_complects tbody tr td:before {
    display: none;
}
#tb_complects tbody {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
}
#tb_complects .item {
    position: relative;
    width: 49.4%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
#tb_complects .compl_wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    padding: 20px;
    background: #F2F2F2;
    border-radius: 8px;
}
#tb_complects .compl_img {
    width: 254px;
    height: 163px;
    overflow: hidden;
    border-radius: 8px;
}
#tb_complects .compl_img img {
    max-width: initial;
    height: 100%;
}
#tb_complects .compl_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 25px;
    width: 61%;
}
#tb_complects .compl_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#tb_complects .compl_profit {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #FFF;
    color: #162e63;
    font-size: 20px;
    font-weight: 400;
    min-height: 33px;
}

#tb_complects .compl_name {
    font-size: 24px;
    font-weight: 700;
}
#tb_complects .compl_model {
    padding: 5px 6px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    background: #66CDE6;
    border-radius: 8px;
}
#tb_complects .compl_tehs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#tb_complects .compl_tehs > div {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 40px;
    font-size: 16px;
    font-weight: 400;
    color: #374358;
    width: min-content;
}
#tb_complects .compl_tehs > div:nth-child(1) {
    min-width: 92px;
}
#tb_complects .compl_tehs > div:nth-child(2) {
    min-width: 102px;
}
#tb_complects .compl_tehs > div:nth-child(3) {
    min-width: 148px;
}
#tb_complects .compl_tehs > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
}
#tb_complects .compl_tehs .ico1:before {
    background: url(../img/compl_tehs_ico1.svg) no-repeat;
}
#tb_complects .compl_tehs .ico2:before {
    background: url(../img/compl_tehs_ico2.svg) no-repeat;
}
#tb_complects .compl_tehs .ico3:before {
    background: url(../img/compl_tehs_ico3.svg) no-repeat;
}
#tb_complects .compl_tehs .ico4:before {
    background: url(../img/compl_tehs_ico4.svg) no-repeat;
}
#tb_complects .compl_tehs .ico5:before {
    background: url(../img/compl_tehs_ico5.svg) no-repeat;
}
#tb_complects .compl_tehs .ico6:before {
    background: url(../img/compl_tehs_ico6.svg) no-repeat;
}
#tb_complects .btns {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
#tb_complects .btns .btn {
    width: 49%;
}
.tb_complects_showmore {
    display: block;
    margin-top: 40px;
    font-size: 18px;
    color: #66CDE6;
    text-decoration: underline;
}

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

.tradein {
    margin-top: 89px;
}
.tradein .section_item {
    text-align: left;
}
.tradein_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.tradein_block {
    min-width: 492px;
    padding: 40px;
    background: #F2F2F2;
    border-radius: 16px;
    transform: translateY(500px);
    transition: all 0.5s ease-in-out;
}
.animated .tradein_block {
    transform: translateY(0);
}
.tradein_title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
}
#tradein_form {
    margin-top: 20px;
    width: 100%;
}
#tradein_form .form-group-btn {
    margin-top: 12px;
}
.tradein_imgs {
    width: 68%;
    overflow: hidden;
    border-radius: 16px;
    transform: translateY(500px);
    transition: all 1s ease-in-out;
    animation-delay: 2s;
}
.animated .tradein_imgs {
    transform: translateY(0);
}
.tradein_imgs img {
    max-width: initial;
    height: 100%;
    transition: all 0.2s ease-in-out;
}
.tradein_imgs:hover img {
    transform: scale(1.04);
}

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

.credit {
    margin-top: -180px;
    padding: 260px 0 284px;
    background: url(../img/credit_bg.jpg) 50% 0 no-repeat;
    background-size: cover;
}
.credit .section_item {
    color: #ffffff;
}
.credit .credit_title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
}
.credit_title span {
    color: #66CDE6;
}
#credit_form {
    width: 830px;
    margin: 40px auto 0;
    padding: 68px 40px 40px;
    background: #FFFFFF1A;
    border-radius: 16px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#credit_form .form-group {
    width: 48.6%;
}

#credit_form .form-group:nth-child(4),
#credit_form .form-group:nth-child(5) {
    margin-top: 32px;
}

#credit_form .form-group.form-group-btn {
    margin-top: 8px;
    margin-right: 0;
    margin-left: auto;
}

#credit_form .form-group-title {
    position: absolute;
    top: -24px;
    font-size: 16px;
    font-weight: 400;
    color: #ABAFB5;
}
#credit_form .irs--flat {
    top: -5px;
    height: 8px;
    margin: 0 5px;
}
#credit_form .irs--flat .irs-min,
#credit_form .irs--flat .irs-max {
    top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #ABAFB5;
    background: transparent;
}
#credit_form .irs--flat .irs-line {
    top: 0;
    height: 3px;
    background-color: transparent;
    border-radius: 5px;
}
#credit_form .irs--flat .irs-single {
    top: 0;
    padding: 0;
    font-size: 0;
    width: 8px;
    height: 8px;
    background: #66CDE6;
    border-radius: 50px;
    cursor: pointer;
}
#credit_form .irs--flat .irs-single:before {
    display: none;
}
#credit_form .irs--flat .irs-bar {
    top: 3px;
    height: 3px;
    background-color: #66CDE6;
}
#credit_form .irs-handle.single {
    display: none;
}

#credit_form .form-group input[type="text"],
#credit_form .form-group input[type="tel"] {
    color: #ffffff;
    border-color: #F2F2F2;
}

#credit_form .form-group input[type="text"]::placeholder,
#credit_form .form-group input[type="tel"]::placeholder {
    color: #ffffff;
}

#credit_form select {
    color: #ffffff;
    background: url(../img/select_btn_wt.svg) calc(100% - 16px) 50% no-repeat;
    border-color: #F2F2F2;
}

#credit_form .agree_field {}

#credit_form .agree_field,
#credit_form .agree_field a {
    font-size: 10px;
    color: #ffffff;
}

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

.services {
    margin-top: -208px;
}
.services_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.services_block {
    width: 33%;
    padding: 40px;
    background: #F2F2F2;
    border-radius: 16px;
}
#testdrive {
    transform: translateX(-1000px);
    transition: all 1s ease-in-out;
}
.animated #testdrive {
    transform: translateX(0);
}
#leasing {
    transform: translateX(1000px);
    transition: all 1s ease-in-out;
}
.animated #leasing {
    transform: translateX(0);
}
.services .section_item {
    text-align: left;
}
.services .services_title {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 400;
}
.services .services_title b {
    display: inline-block;
    margin-top: 10px;
}
#testdrive_form,
#leasing_form {
    margin-top: 20px;
    width: 100%;
}
#testdrive_form .form-group.form-group-btn,
#leasing_form .form-group.form-group-btn {
    margin-top: 14px;
}
.services_imgs {
    width: 33%;
    overflow: hidden;
    border-radius: 16px;
    transform: translateY(1000px);
    transition: all 0.5s ease-in-out;
}
.animated .services_imgs {
    transform: translateY(0);
}
.services_imgs img {
    max-width: initial;
    height: 100%;
    transition: all 0.2s ease-in-out;
}
.services_imgs:hover img {
    transform: scale(1.06);
}

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

.rewievs {
    margin-top: 80px;
}
.rewievs_slider {
    margin-top: 40px;
}
.rewievs.animated {
    transform: translateY(0);
}
.rewievs_block {
    margin: 0 10px;
    padding: 40px 20px 20px;
    background: #F2F2F2;
    border-radius: 8px;
}
.rewievs_text {
    position: relative;
}
.rewievs_text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 65px;
    background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
    z-index: 2;
}
.rewievs_text p {
    position: relative;
    height: 170px;
    overflow-y: auto;
    margin: 0;
    padding-right: 25px;
    padding-bottom: 40px;
}
.rewievs_text p::-webkit-scrollbar {
    width: 3px;
}
.rewievs_text p::-webkit-scrollbar-track {
    background: #D9D9D9;
    border-radius: 50px;
}
.rewievs_text p::-webkit-scrollbar-thumb {
    background-color: #162E63;
    border-radius: 50px;
}
.rewievs_wrap {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 70px;
}
.rewievs_title {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    color: #646C7A;
}
.rewievs_title span {
    font-size: 20px;
    font-weight: 700;
}
.rewievs_title p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.rewievs_rating {
    display: flex;
    align-items: center;
    column-gap: 6px;
    font-size: 16px;
    font-weight: 700;
}

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

.contacts {
    margin-top: 80px;
}
.contacts .section_item {
    text-align: left;
}
.contacts_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.contacts_info {
    width: 493px;
    padding: 40px;
    background: #F2F2F2;
    border-radius: 16px;
}
.contacts_block {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.contacts_block > div {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 42px;
    padding-left: 62px;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
}
.contacts_block > div:before {
    content: '';
    position: absolute;
    left: 0;
    width: 42px;
    height: 42px;
    border-radius: 8px;
}
.contacts_block .bottom_addr:before {
    background: url(../img/bottom_addr_ico.svg) 50% 50% no-repeat #162E631A;
}
.contacts_block .bottom_phone:before {
    background: url(../img/bottom_phone_ico.svg) 50% 50% no-repeat #162E631A;
}
.contacts_block .bottom_hour:before {
    background: url(../img/bottom_hour_ico.svg) 50% 50% no-repeat #162E631A;
}
.contacts_block .bottom_phone a {
    color: #374358;
}
.contacts_comment {
    margin-top: 24px;
    font-size: 20px;
    font-weight: 400;
    line-height: 142%;
}
.contacts_comment b {
    font-size: 24px;
    font-weight: 700;
    color: #162E63;
}
#testdrive_form {
    margin-top: 20px;
}
#testdrive_form .form-group.form-group-btn {
    margin-top: 14px;
}

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

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

.footer {
    margin-top: 20px;
    padding: 20px 0;
    background: #F2F2F2;
    font-size: 12px;
    color: #646C7A;
}
.footer .footer_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 10px;
}
.footer .logo_wrap {
    display: flex;
    align-items: center;
}
.footer .logo3 {
    display: flex;
    align-items: center;
    padding-right: 24px;
    margin-right: 20px;
    border-right: 1px solid #646C7A;
}
.footer .logo4 {
    display: flex;
    flex-direction: column;
}
.footer .logo4 span {
    font-size: 16px;
    font-weight: 400;
    color: #646C7A;
}
.footer .footer_wrap {
    display: flex;
    justify-content: space-between;
    width: 64%;
    padding-right: 30px;
}
.your_info {
    line-height: 130%;
}
.footer_block {
    display: flex;
    flex-direction: column;
    row-gap: 14px;
}
.footer a {
    font-size: 12px;
    color: #646C7A;
}

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

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

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

@media (max-width: 1800px) {

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



.cars-instock { }

.cars-instock__container { }

/* Основной контейнер */
.cars-instock__content { }

/* Боковая панель (фильтр) */
.cars-instock__aside { }

/* Заголовок и описание */
.cars-instock__title { }
.cars-instock__desc { }

/* Блок фильтра */
.filter { }
.cars-instock__filter { }

/* Элементы фильтра */
._control { }
.cars-instock__filter-item { }

/* Селекты */
.cars-instock__select { }

/* Основная область с карточками */
.cars-instock__main { }

/* Контейнер результатов */
.filter_result { }

/* Кнопка "Показать ещё" */
.filter-more { }
.cars-instock__filter-more { }

.cars-instock__select option { }
.cars-instock__select:focus { }
.cars-instock__select:hover { }

.cars-instock__filter-more:hover { }
.cars-instock__filter-more:active { }


/* Карточка автомобиля */
.cars-instock__item { }

/* Шапка карточки */
.cars-instock__item-header { }

/* Контейнер названия и года */
.cars-instock__item-title { }

/* Название модели */
.cars-instock__item-name { }

/* Год выпуска */
.cars-instock__item-year { }

/* Метка "в наличии" */
.cars-instock__item-stock { }

/* Блок с изображениями */
.cars-instock__images { }

/* Сетка технических характеристик */
.cars-instock__techs { }

/* Элемент технической характеристики */
.cars-instock__techs-item { }

/* Название характеристики */
.cars-instock__techs-name { }

/* Значение характеристики */
.cars-instock__techs-val { }

/* Контейнер кнопок */
.cars-instock__btns { }

/* Кнопка внутри карточки */
.cars-instock__btn { }

.cars-instock__images.mgallery { }


/**************************************************************************************************************/
}

@media (max-width: 1570px) {

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



.cars-instock { }

.cars-instock__container { }

/* Основной контейнер */
.cars-instock__content { }

/* Боковая панель (фильтр) */
.cars-instock__aside { }

/* Заголовок и описание */
.cars-instock__title { }
.cars-instock__desc { }

/* Блок фильтра */
.filter { }
.cars-instock__filter { }

/* Элементы фильтра */
._control { }
.cars-instock__filter-item { }

/* Селекты */
.cars-instock__select { }

/* Основная область с карточками */
.cars-instock__main { }

/* Контейнер результатов */
.filter_result { }

/* Кнопка "Показать ещё" */
.filter-more { }
.cars-instock__filter-more { }

.cars-instock__select option { }
.cars-instock__select:focus { }
.cars-instock__select:hover { }

.cars-instock__filter-more:hover { }
.cars-instock__filter-more:active { }


/* Карточка автомобиля */
.cars-instock__item {width: calc(50% - 10px);}

/* Шапка карточки */
.cars-instock__item-header { }

/* Контейнер названия и года */
.cars-instock__item-title { }

/* Название модели */
.cars-instock__item-name { }

/* Год выпуска */
.cars-instock__item-year { }

/* Метка "в наличии" */
.cars-instock__item-stock { }

/* Блок с изображениями */
.cars-instock__images { }

.cars-instock__images > a {}

/* Сетка технических характеристик */
.cars-instock__techs { }

/* Элемент технической характеристики */
.cars-instock__techs-item { }

/* Название характеристики */
.cars-instock__techs-name { }

/* Значение характеристики */
.cars-instock__techs-val { }

/* Контейнер кнопок */
.cars-instock__btns { }

/* Кнопка внутри карточки */
.cars-instock__btn { }

.cars-instock__images.mgallery { }


/**************************************************************************************************************/
}

@media (max-width: 1399px) {
    #tb_complects .compl_head {
        flex-direction: column;
        row-gap: 6px;
        align-items: start;
    }
    #tb_complects .compl_block {
        row-gap: 20px;
    }
    #tb_complects .compl_tehs {
        flex-wrap: wrap;
        row-gap: 12px;
    }

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



.cars-instock { }

.cars-instock__container { }

/* Основной контейнер */
.cars-instock__content { }

/* Боковая панель (фильтр) */
.cars-instock__aside { }

/* Заголовок и описание */
.cars-instock__title { }
.cars-instock__desc { }

/* Блок фильтра */
.filter { }
.cars-instock__filter { }

/* Элементы фильтра */
._control { }
.cars-instock__filter-item { }

/* Селекты */
.cars-instock__select { }

/* Основная область с карточками */
.cars-instock__main { }

/* Контейнер результатов */
.filter_result { }

/* Кнопка "Показать ещё" */
.filter-more { }
.cars-instock__filter-more { }

.cars-instock__select option { }
.cars-instock__select:focus { }
.cars-instock__select:hover { }

.cars-instock__filter-more:hover { }
.cars-instock__filter-more:active { }


/* Карточка автомобиля */
.cars-instock__item { }

/* Шапка карточки */
.cars-instock__item-header { }

/* Контейнер названия и года */
.cars-instock__item-title { }

/* Название модели */
.cars-instock__item-name { }

/* Год выпуска */
.cars-instock__item-year { }

/* Метка "в наличии" */
.cars-instock__item-stock { }

/* Блок с изображениями */
.cars-instock__images { }

/* Сетка технических характеристик */
.cars-instock__techs { }

/* Элемент технической характеристики */
.cars-instock__techs-item { }

/* Название характеристики */
.cars-instock__techs-name { }

/* Значение характеристики */
.cars-instock__techs-val { }

/* Контейнер кнопок */
.cars-instock__btns { }

/* Кнопка внутри карточки */
.cars-instock__btn { }

.cars-instock__images.mgallery { }


/**************************************************************************************************************/
}

@media (max-width: 1290px) {
    .header .logo1 {
        padding-right: 14px;
        margin-right: 14px;
        width: 140px;
    }
    .header .logo2 {
        width: 120px;
    }
    .header .logo2 span {
        font-size: 12px;
    }
    .header .top_addr {
        padding-left: 52px;
        font-size: 14px;
    }
    .header .top_phone {
        padding-left: 52px;
    }
    .header .top_phone a {
        font-size: 14px;
    }

    .timer_title {
        font-size: 20px;
    }
    #timer_form {
        margin-top: 14px;
        width: 540px;
    }
    .timer_block_decor {
        top: -70px;
        width: 120px;
        height: 120px;
    }
    .timer_block_decor:before {
        width: 166px;
        height: 72px;
        background-size: contain;
    }
    .timer_block_decor img {
        width: 66%;
    }

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



.cars-instock { }

.cars-instock__container { }

/* Основной контейнер */
.cars-instock__content { }

/* Боковая панель (фильтр) */
.cars-instock__aside { }

/* Заголовок и описание */
.cars-instock__title { }
.cars-instock__desc { }

/* Блок фильтра */
.filter { }
.cars-instock__filter { }

/* Элементы фильтра */
._control { }
.cars-instock__filter-item { }

/* Селекты */
.cars-instock__select { }

/* Основная область с карточками */
.cars-instock__main { }

/* Контейнер результатов */
.filter_result { }

/* Кнопка "Показать ещё" */
.filter-more { }
.cars-instock__filter-more { }

.cars-instock__select option { }
.cars-instock__select:focus { }
.cars-instock__select:hover { }

.cars-instock__filter-more:hover { }
.cars-instock__filter-more:active { }


/* Карточка автомобиля */
.cars-instock__item { }

/* Шапка карточки */
.cars-instock__item-header { }

/* Контейнер названия и года */
.cars-instock__item-title { }

/* Название модели */
.cars-instock__item-name { }

/* Год выпуска */
.cars-instock__item-year { }

/* Метка "в наличии" */
.cars-instock__item-stock { }

/* Блок с изображениями */
.cars-instock__images { }

/* Сетка технических характеристик */
.cars-instock__techs { }

/* Элемент технической характеристики */
.cars-instock__techs-item { }

/* Название характеристики */
.cars-instock__techs-name { }

/* Значение характеристики */
.cars-instock__techs-val { }

/* Контейнер кнопок */
.cars-instock__btns { }

/* Кнопка внутри карточки */
.cars-instock__btn { }

.cars-instock__images.mgallery { }


/**************************************************************************************************************/
}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
    .timer_wrap {
        column-gap: 20px;
    }
    .timer_form {
        width: 40%;
    }
    #timer_form {
        margin-top: 14px;
        width: 100%;
        flex-wrap: wrap;
    }
    #timer_form .form-group:nth-child(7) {
        width: 100%;
    }
    #timer_form .form-group:nth-child(8) {
        width: 100%;
    }

    .car_gallery {
        max-width: 220px;
        width: 100%;
        height: fit-content;
    }
    .car_gallery a img {
        height: 140px;
    }

    .services_block {
        padding: 20px;
    }

    .footer .footer_wrap {
        width: 100%;
        flex-wrap: wrap;
        row-gap: 14px;
        padding-right: 0;
    }

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



.cars-instock { }

.cars-instock__container { }

/* Основной контейнер */
.cars-instock__content {flex-direction: column;}

/* Боковая панель (фильтр) */
.cars-instock__aside {max-width: 100%;background: inherit;padding: 15px;}

/* Заголовок и описание */
.cars-instock__title { }
.cars-instock__desc { }

/* Блок фильтра */
.filter { }
.cars-instock__filter { }

/* Элементы фильтра */
._control { }
.cars-instock__filter-item { }

/* Селекты */
.cars-instock__select { }

/* Основная область с карточками */
.cars-instock__main {
    padding: 15px;
    transform: none;
    max-height: none !important;
    overflow-y: visible;
    border-left: none;
}

/* Контейнер результатов */
.filter_result { }

/* Кнопка "Показать ещё" */
.filter-more { }
.cars-instock__filter-more { }

.cars-instock__select option { }
.cars-instock__select:focus { }
.cars-instock__select:hover { }

.cars-instock__filter-more:hover { }
.cars-instock__filter-more:active { }


/* Карточка автомобиля */
.cars-instock__item { }

/* Шапка карточки */
.cars-instock__item-header { }

/* Контейнер названия и года */
.cars-instock__item-title { }

/* Название модели */
.cars-instock__item-name { }

/* Год выпуска */
.cars-instock__item-year { }

/* Метка "в наличии" */
.cars-instock__item-stock { }

/* Блок с изображениями */
.cars-instock__images { }

/* Сетка технических характеристик */
.cars-instock__techs { }

/* Элемент технической характеристики */
.cars-instock__techs-item { }

/* Название характеристики */
.cars-instock__techs-name { }

/* Значение характеристики */
.cars-instock__techs-val { }

/* Контейнер кнопок */
.cars-instock__btns { }

/* Кнопка внутри карточки */
.cars-instock__btn { }

.cars-instock__images.mgallery { }


.custom-scrollbar {
    display: none;
}
.cars-instock__main {
    overflow-y: visible;
    max-height: none !important;
    transform: none;
    border-left: none;
}
.cars-instock__main > * {
    transform: none;
}


/**************************************************************************************************************/
}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
    .header {
        top: 0;
        background: #FFFFFF;
    }
    .header .header_wrapper {
        flex-wrap: wrap;
        padding: 14px 0;
        background: transparent;
        border-radius: initial;
    }
    .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: 72px;
        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 > a {
        color: #374358;
    }

    .banner {
        margin-top: 74px;
    }
    .banner .title_container {
        position: relative;
        top: 0;
        left: initial;
        right: initial;
        padding: 2vw 0;
        flex-direction: column;
        align-items: center;
        row-gap: 1vw;
    }
    .banner .title_block {
        padding: 0;
        background: transparent;
        backdrop-filter: none;
        border-radius: initial;
        text-align: center;
    }
    .banner .title_container .title1 {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        padding: 1vw 1.6vw;
        width: fit-content;
        font-size: 2.6vw;
    }
    .banner .title_container .title2 {
        margin-top: 1vw;
        font-size: 3vw;
    }
    .banner .title_container .title3 {
        font-size: 3vw;
    }

    .timer_wrap {
        position: relative;
        padding-top: 6vw;
        flex-direction: column-reverse;
        align-items: center;
    }
    .timer_form {
        width: 100%;
    }
    .timer_title {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        font-size: 4vw;
        text-align: center;
    }
    #timer_form {
        width: 100%;
        max-width: 560px;
        flex-wrap: wrap;
        margin: 2vw auto 0;
    }
    .sinoby-timer {
        transform: scale(0.8);
    }

    .cars_items {
        padding-bottom: 20vw;
    }
    .car_wrapper {
        margin-top: 14px;
        flex-direction: column;
    }
    .car_name b {
        font-size: 38px;
    }
    .car_wrap {
        width: 100%;
    }
    .car_props {
        width: 100%;
    }
    .img_block {
        position: relative;
        width: 100%;
        height: auto;
        background: #ffffff;
        display: flex;
        justify-content: center;
    }
    .car_props a {
        font-size: 18px;
    }
    .car_block {
        flex-direction: column;
        row-gap: 20px;
    }
    .car_gallery {
        margin: 20px auto 0;
        max-width: initial;
        width: 100%;
    }
    .car_gallery a {
        margin: 0 5px;
    }
    .car_gallery a img {
        height: auto;
    }
    .cars_items:before {
        bottom: 2vw;
        height: 12vw;
        background-size: contain;
    }

    #tb_complects .compl_wrap {
        flex-direction: column;
        row-gap: 16px;
    }
    #tb_complects .compl_img {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        background: #ffffff;
    }
    #tb_complects .compl_img img {
        max-width: 100%;
    }
    #tb_complects .compl_block {
        width: 100%;
    }

    .tradein_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .tradein_block {
        min-width: initial;
        width: 100%;
        padding: 20px;
    }
    .tradein_imgs {
        width: 100%;
        height: 60vw;
    }

    #credit_form {
        width: 100%;
        margin: 40px auto 0;
        padding: 68px 16px 16px;
    }

    .services_wrapper {
        flex-direction: column;
        row-gap: 16px;
    }
    .services_block {
        width: 100%;
    }
    .services_imgs {
        order: 3;
        width: 100%;
    }
    .services_imgs img {
        width: 100%;
    }

    .rewievs_text p {
        overflow-y: initial;
        padding: 0;
        height: auto;
    }
    .rewievs_text:before {
        display: none;
    }

    .contacts_wrapper {
        flex-direction: column;
        row-gap: 20px;
    }
    .contacts_info {
        width: 100%;
        max-width: 484px;
        padding: 20px;
    }
    #map1 {
        width: 100%;
        height: 360px;
    }

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



.cars-instock {margin-top: 60px;}

.cars-instock__container { }

/* Основной контейнер */
.cars-instock__content { }

/* Боковая панель (фильтр) */
.cars-instock__aside { }

/* Заголовок и описание */
.cars-instock__title { }
.cars-instock__desc { }

/* Блок фильтра */
.filter { }
.cars-instock__filter { }

/* Элементы фильтра */
._control { }
.cars-instock__filter-item { }

/* Селекты */
.cars-instock__select { }

/* Основная область с карточками */
.cars-instock__main { }

/* Контейнер результатов */
.filter_result { }

/* Кнопка "Показать ещё" */
.filter-more { }
.cars-instock__filter-more { }

.cars-instock__select option { }
.cars-instock__select:focus { }
.cars-instock__select:hover { }

.cars-instock__filter-more:hover { }
.cars-instock__filter-more:active { }


/* Карточка автомобиля */
.cars-instock__item { }

/* Шапка карточки */
.cars-instock__item-header { }

/* Контейнер названия и года */
.cars-instock__item-title { }

/* Название модели */
.cars-instock__item-name { }

/* Год выпуска */
.cars-instock__item-year { }

/* Метка "в наличии" */
.cars-instock__item-stock { }

/* Блок с изображениями */
.cars-instock__images { }

/* Сетка технических характеристик */
.cars-instock__techs { }

/* Элемент технической характеристики */
.cars-instock__techs-item { }

/* Название характеристики */
.cars-instock__techs-name { }

/* Значение характеристики */
.cars-instock__techs-val { }

/* Контейнер кнопок */
.cars-instock__btns { }

/* Кнопка внутри карточки */
.cars-instock__btn { }

.cars-instock__images.mgallery { }


/**************************************************************************************************************/
}

/*IPAD END*/
@media (max-width: 980px) {}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .header .m_btn {
        position: absolute;
        top: 20px;
        right: 15px;
    }
    .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 .menu {
        top: 126px;
    }
    .banner {
        margin-top: 126px;
    }
    .banner .banner_item picture img {
        max-width: 100%;
    }
    .banner .title_block {
        padding: 1vw 2vw;
        background: #FFFFFF80;
        backdrop-filter: blur(2px);
        border-radius: 8px;
    }
    .banner .title_container {
        position: absolute;
        top: 6vw;
        left: 15px;
        right: 15px;
        padding: 2vw 1vw;
        border-radius: 4vw;
    }
    .banner .title_container .title1 {
        font-size: 4vw;
    }
    .banner .title_container .title2 {
        margin-top: 1vw;
        font-size: 4vw;
    }
    .banner .title_container .title3 {
        font-size: 4vw;
    }

    .banner .title_container .btn {
        margin: 10px auto 0;
    }

    .banner_props {
        margin-top: 2vw;
        row-gap: 2vw;
    }
    .banner_props a {
        column-gap: 2vw;
        min-height: 12vw;
        padding: 1vw 2vw 1vw 1vw;
        font-size: 4vw;
        font-weight: 400;
        border-radius: 2vw;
    }
    .banner_props a:before {
        width: 10vw;
        height: 10vw;
        border-radius: 2vw;
        background-size: 64% !important;
    }

    .section_item {
        font-size: 30px;
    }

    .cars_menu_list {
        margin: 20px auto 0;
        flex-wrap: wrap;
        border-radius: 8px;
    }
    .cars_menu_list a {
        width: 50%;
        padding: 6px 14px;
        font-size: 20px;
        text-align: center;
    }
    .car_props a {
        column-gap: 12px;
        height: 68px;
        padding: 0 12px;
        font-size: 16px;
    }
    .img_block {
        flex-direction: column;
        align-items: center;
        padding-bottom: 12px;
    }

    .car_profit {
        font-size: 4vw;
        padding: 0 8px;
        min-height: 33px;
    }


    .dots {
        position: relative;
        right: initial;
        flex-direction: row;
        gap: 6px;
    }
    .car_btns {
        flex-direction: column;
        row-gap: 10px;
    }
    .img_block img {
        max-width: 100%;
        height: auto;
    }
    .car_btns > .btn {
        width: 100%;
    }

    #tb_complects .item {
        width: 100%;
    }

    #tb_complects .compl_profit {
        font-size: 4vw;
    }

    .filter_quick_menu {
        margin: 20px auto 0;
        flex-wrap: wrap;
        border-radius: 8px;
    }
    .filter_quick_menu li {
        width: 50%;
        padding: 6px 14px;
        font-size: 20px;
        text-align: center;
    }

    #credit_form {
        row-gap: 32px;
        padding: 16px;
    }
    #credit_form .form-group {
        width: 100%;
    }
    #credit_form .form-group.form-group-btn {
        margin-top: 0;
    }

    .services .services_title {
        margin-top: 16px;
        font-size: 18px;
    }

    .tradein_title {
        margin-top: 16px;
        font-size: 18px;
    }

    .rewievs_block {
        padding: 16px;
    }
    .rewievs_text {
        font-size: 14px;
    }

    .contacts_block {
        row-gap: 12px;
    }
    .contacts_block > div {
        padding-left: 52px;
        font-size: 16px;
    }


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



.cars-instock {padding-top: 60px;background: #F2F2F2;margin: 0;}

.cars-instock__container { }

/* Основной контейнер */
.cars-instock__content {gap: 35px;background: unset;box-shadow: unset;overflow: visible;}

/* Боковая панель (фильтр) */
.cars-instock__aside {padding: 0;}

/* Заголовок и описание */
.cars-instock__title {font-size: 30px;line-height: 1.15;}
.cars-instock__desc {font-size: 6.7vw;}

/* Блок фильтра */
.filter { }
.cars-instock__filter { }

/* Элементы фильтра */
._control { }
.cars-instock__filter-item { }

/* Селекты */
.cars-instock__select { }

/* Основная область с карточками */
.cars-instock__main {padding: 0;padding-bottom: 40px;overflow: visible;}



/* Контейнер результатов */
.filter_result { }

/* Кнопка "Показать ещё" */
.filter-more { }
.cars-instock__filter-more { }

.cars-instock__select option { }
.cars-instock__select:focus { }
.cars-instock__select:hover { }

.cars-instock__filter-more:hover { }
.cars-instock__filter-more:active { }


/* Карточка автомобиля */
.cars-instock__item {width: 100%;}

/* Шапка карточки */
.cars-instock__item-header { }

/* Контейнер названия и года */
.cars-instock__item-title { }

/* Название модели */
.cars-instock__item-name { }

/* Год выпуска */
.cars-instock__item-year { }

/* Метка "в наличии" */
.cars-instock__item-stock { }

/* Блок с изображениями */
.cars-instock__images { }

/* Сетка технических характеристик */
.cars-instock__techs { }

/* Элемент технической характеристики */
.cars-instock__techs-item { }

/* Название характеристики */
.cars-instock__techs-name {font-size: 13px;}

/* Значение характеристики */
.cars-instock__techs-val {font-size: 14px;}

/* Контейнер кнопок */
.cars-instock__btns { }

/* Кнопка внутри карточки */
.cars-instock__btn { }

.cars-instock__images.mgallery { }


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

@media (max-width: 540px) {
    .timer_block_decor {
        top: -42px;
        width: 78px;
        height: 78px;
    }
    .timer_block_decor:before {
        width: 120px;
        height: 43px;
    }
    .sinoby-timer {
        transform: scale(0.6);
    }

    #tb_complects .btns {
        flex-direction: column;
        row-gap: 12px;
    }
    #tb_complects .btns .btn {
        width: 100%;
    }

    
}

@media (max-width: 520px) {
    .sinoby-timer {
        transform: scale(0.5);
    }
}

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

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


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

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

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