
html {
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
}

.fancybox-slide--html .fancybox-close-small {
    /* color: white !important; */
}

.fancybox-button svg {
    transform: scale(2);
}

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

.fancybox-content {
    overflow: hidden;
}

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

.resp_table {
    width: 100%;
}

.resp_table tr td:before {
    display: none;
}

sup {
    display: inline-block;
    vertical-align: top;
    top: -3px;
    position: relative;
    font-size: 80%;
}

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

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

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

a:hover {
    text-decoration: none;
}

.fancybox-type-image .fancybox-close {
    right: 9px;
}

.fancybox-close {
    background: url(../img/bg_close.png) 50% 50% no-repeat !important;
    color: black;
    width: 22px !important;
    height: 22px !important;
    top: -25px !important;
    right: -25px !important;
}

.container {
    margin: 0px auto;
    padding: 0px 15px;
    max-width: 100%;
    position: relative;
    box-sizing: border-box;
}

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

.has-danger input,
.has-danger select,
.has-danger textarea {
    border-width: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eba5a3;
}

#form_popup,
#form_popup2 {
    display: none;
}

.popup_container {
    width: 693px;
    max-width: 100%;
    padding: 110px 40px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: url("../img/popup_bg.jpg") 50% no-repeat;
    background-size: cover;
}

.popup_container h2 {
    font-size: 32px;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    color: #ffffff;
    padding-bottom: 29px;
    text-align: left;
}

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

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

.popup_container .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 34px;
    height: 34px;
    -moz-transform: rotate(45deg); /* Aey Firefox */
    -ms-transform: rotate(45deg); /* Aey IE */
    -webkit-transform: rotate(45deg); /* Aey Safari, Chrome, iOS */
    -o-transform: rotate(45deg); /* Aey Opera */
    transform: rotate(45deg);
    cursor: pointer;
}

.popup_container .close:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 16px;
    width: 34px;
    height: 1px;
    display: block;
    background-color: #a8a8a8;
}

.popup_container .close:after {
    content: "";
    position: absolute;
    left: 16px;
    top: 0px;
    width: 1px;
    height: 34px;
    display: block;
    background-color: #a8a8a8;
}

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

.popup_container .form-group input[type="text"] {
    color: black;
    display: block;
    height: 56px;
    line-height: 56px;
    text-decoration: none;
    text-align: left;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    outline: none;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
    padding: 10px;
}

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

.popup_container .form-group select {
    color: #1d1f20;
    height: 50px;
    border: 1px solid white;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    font-family: "Roboto";
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 1px solid #c0c6c9;
}

.popup_container .form-group select option {
}

.popup_container .form-group button {
    cursor: pointer;
    margin-top: 35px;
}

.popup_container .form-group button:before {
    display: none;
}

.popup_container .form-group button:after {
    display: none;
}

.not_agree button {
    background-color: #cccccc !important;
    cursor: auto !important;
    color: white !important;
}

.agree_field {
    font-size: 10px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    color: #ffffff;
}

.agree_field a {
    color: #ffffff;
}

.agree_field input {
    position: absolute;
    top: -1px;
    left: 0px;
    margin: -0px;
}

.agree_field span {
    padding-left: 25px;
    display: inline-block;
}

.popup_container .form-disclamer {
    color: #b8b8b8;
    font-size: 10px;
    padding-top: 10px;
    text-align: center;
}

form {
}

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group select {
    height: 50px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: "Roboto";
    padding: 0px 40px;
    outline: none;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #ffffff;
}

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

form .form-group select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 95% 50% no-repeat transparent;
    font-family: "Roboto";
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: "Roboto";
    outline: none;
}

form .form-group button:hover {
}

.form_title {
    color: black;
    font-size: 36px; /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    text-align: center;
    padding-bottom: 47px;
}

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

.btn {
    box-sizing: border-box;
    background: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 50px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid #000000;
    border-radius: 10px;
    transition: all 0.3s;
    text-align: center;
}

.btn.glass {
    background: transparent;
    color: #000000;
}

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

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

.btn.blue {
    background: #00adef;
    border-color: #00adef;
    color: #ffffff;
}

.btn.blue:hover {
    background: #ffffff;
    border-color: #ffffff;
    color: #313131;
}

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

.btn.black:hover {
    background: #00adef;
    border-color: #00adef;
    color: #ffffff;
}

.anim {
    opacity: 0;
}

.mob_phone {
    display: none;
}

.tg_btn {
    width: 130px;
    position: fixed;
    bottom: 70px;
    right: 0px;
    z-index: 5;
}

/**********************
        HEADER
**********************/

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    z-index: 5;
    padding: 15px 0;
    transition: padding 0.3s;
}

header.scroll {
    backdrop-filter: blur(5px);
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

header .logo1 {
    margin-right: 16px;
    padding-right: 16px;
    border-right: 1px solid #d6d6d6;
}

header .logo2 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    row-gap: 5px;
    width: 29%;
}

header .logo2 span {
    display: block;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    white-space: nowrap;
}

header .logo3 {
    margin-left: 20px;
    width: 30%;
}

header .top_addr {
    position: relative;
    display: flex;
    align-items: center;
    color: #000000;
    font-weight: 500;
    font-size: 16px;
    padding-left: 40px;
}

header .top_addr:before {
    content: "";
    position: absolute;
    left: 0;
    width: 34px;
    height: 34px;
    background: url(../img/ico_loc.svg) no-repeat;
}

header .top_phone {
    width: 272px;
    font-size: 16px;
}

header .top_phone span {
    display: none;
}

header .m_btn {
    display: none;
}

.menu {
    position: fixed;
    top: 92px;
    left: 0;
    right: 0;
    z-index: 5;
    background: #000000;
}

.menu.scroll {
    backdrop-filter: blur(5px);
}

.menu_wrap {
    padding: 12px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: space-between;
}

.menu_cars,
.menu_blocks {
    display: flex;
    column-gap: 70px;
}

.menu_wrap a {
    display: block;
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
}

/**********************
        BANNER
**********************/

.banner {
    margin-top: 136px;
}

.banner_item {
    position: relative;
    overflow: hidden;
}

.banner_item.slide1 {
    background: url(../img/bg3.jpg) 50% 0 no-repeat;
    height: 843px;
}

.banner_item.slide2 {
    background: url(../img/bg4.jpg) 50% 0 no-repeat;
    height: 843px;
}

.banner_item.slide5 {
    background: url(../img/bg5.jpg) 50% 0 no-repeat;
    height: 843px;
}

.banner_item.slide6 {
    background: url(../img/bg6.jpg) 50% 0 no-repeat;
    height: 843px;
}

.banner_item.slide7 {
    background: url(../img/bg7.jpg) 50% 0 no-repeat;
    height: 843px;
}

.banner_item.slide8 {
    background: url(../img/bg8.jpg) 50% 0 no-repeat;
    height: 843px;
}

.banner_item.slide9 {
    background: url(../img/bg9.jpg) 50% 0 no-repeat;
    height: 843px;
}

.banner_item.slide10 {
    background: url(../img/bg10.jpg) 50% 0 no-repeat;
    height: 950px;
}

.banner_item.slide7 .title1 {
    text-align: center;
    display: flex;
    align-items: flex-start;
    background-image: url(../img/bg7text.png);
    width: 770px;
    padding-left: 80px;
    bottom: 70px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

.banner_item.slide7 .title2 {
    text-transform: uppercase;
    text-align: right;
    padding-top: 480px;
    padding-right: 190px;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.banner_item.slide7 .title2:after {
    background-image: url(../img/bg7_ico.png);
    content: "";
    width: 160px;
    height: 160px;
    display: block;
}

.banner_item.slide7 .btn {
    position: absolute;
    top: 21%;
    right: 280px;
    right: 72%;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #00b1ef;
    border-color: #00b1ef;
}

.banner_item.slide8 .title_container {
    top: 236px;
}

.banner_item.slide9 .title_container {
    top: 236px;
}

.banner_item.slide8 .title1 {
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    text-transform: initial;
}

.banner_item.slide8 .title2 {
    margin-top: 42px;
    font-size: 50px;
    font-weight: 600;
    color: #000000;
    line-height: 174%;
}

.banner_item.slide8 .title2 b {
    font-size: 90px;
    font-weight: 600;
}

.banner_item.slide9 .title1 {
    font-size: 36px;
    font-weight: 400;
    color: #ffffff;
    text-transform: initial;
}

.banner_item.slide9 .title2 {
    margin-top: 42px;
    font-size: 50px;
    font-weight: 600;
    color: #ffffff;
    line-height: 174%;
}

.banner_item.slide9 .title2 b {
    font-size: 90px;
    font-weight: 600;
}

.banner_item.slide10 .title_container {
    position: relative;
    top: 56px;
    padding: 25px;
    padding-bottom: 36px;
    z-index: 2;
}

.banner_item.slide10 .title_container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 125%;
    height: 100%;
    background: linear-gradient(90deg, #000000ce 0%, rgba(0, 0, 0, 0) 100%);
    backdrop-filter: blur(5px);
    z-index: -1;
}

.banner_item.slide10 .title1 {
    font-weight: 400;
    font-size: 43px;
    text-transform: uppercase;
    color: #ffffff;
}

.banner_item.slide10 .title1 .br_mob {
    display: none;
}

.banner_item.slide10 .title1 b {
    color: #00B1EF;
}

.banner_item.slide10 .title1 span {
    font-weight: 700;
}

.banner_item.slide10 .title2 {
    font-weight: 400;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
}

.banner_item.slide10 .title2 span {
    font-weight: 700;
}

/*
.banner_item.slide10 .title2:after{
  background: url(../img/bg7_ico.png) no-repeat;
  content: "";
  width: 160px;
  height: 160px;
  display: block;
}
*/


.banner_item.slide10 .btn {
    margin: 0;
    position: absolute;
    width: 240px;
    bottom: -24px;
    left: 25px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #00b1ef;
    border-color: #00b1ef;
    z-index: 2;
}

.banner_logo_wrap {
    position: absolute;
    top: 472px;
    display: flex;
    align-items: center;
    column-gap: 40px;
}

.title_container {
    position: relative;
    top: 108px;
}

.banner_item.slide1 .title_container {
    display: none;
}

.title_container .br_mob {
    display: none;
}

.title_comment {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: auto;
    top: 646px;
    width: 100%;
}

.title_comment span {
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    padding: 0 20px;
    text-transform: uppercase;
}

.title_comment span:nth-child(2) {
    position: relative;
}

.title_comment span:nth-child(2):before {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 17px;
    background: #000000;
    left: 0;
}

.title_comment span:nth-child(2):after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 17px;
    background: #000000;
    right: 0;
}

.title1 {
    font-size: 48px;
    font-weight: 500;
    text-transform: uppercase;
    color: #ffffff;
}

.title2 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 32px;
    font-weight: 400;
    color: #ffffff;
}

.title_container .btn {
    margin-top: 30px;
    width: 318px;
}

.banner_item.slide2 .title_container {
    top: 158px;
}

.banner_item.slide2 .title1 {
    font-size: 56px;
    font-weight: 500;
    text-align: center;
    color: #000000;
}

.banner_item.slide2 .title2 {
    width: fit-content;
    margin: 10px auto 0;
    padding: 10px 28px;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    border: 1px solid #000000;
    border-radius: 16px;
    color: #000000;
}

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

.slide5 .title1 {
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}

.slide6 .title_container {
    position: relative;
    top: 70px;
    padding: 35px 0;
    z-index: 2;
}

.slide6 .title_container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 140%;
    height: 100%;
    background: linear-gradient(
            90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.8) 36.5%,
            rgba(255, 255, 255, 0.8) 62%,
            rgba(255, 255, 255, 0) 100%
    );
    backdrop-filter: blur(5px);
    z-index: -1;
}

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

.slide6 .title1 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

.slide6 .title2 {
    font-size: 36px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    color: #000000;
}

.slide6 .btn {
    margin: 40px auto 0;
}

.banner_props {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    pointer-events: none;
}

.banner_props a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 400;
    column-gap: 20px;
    color: #000000;
    text-align: left;
}

.banner_props a i {
    position: relative;
    width: 55px;
    height: 55px;
    background: linear-gradient(
            42.51deg,
            #02020a 11.77%,
            #0074d6 35.54%,
            #009bf1 52.31%,
            #0371c4 69.43%,
            #006cc2 88.64%
    );
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #00000066;
}

.banner_props a i:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner_props a.ico1 i:before {
    background: url(../img/car_props_ico3.svg) 50% 50% no-repeat;
}

.banner_props a.ico2 i:before {
    background: url(../img/car_props_ico2.svg) 50% 50% no-repeat;
}

.banner_props a i:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    inset: -2px;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(
            87.8deg,
            #e8e6e7 -3.07%,
            #8d8d8d 14.76%,
            #f6fffc 39.07%,
            #858585 57.43%,
            #fcfdfe 78.5%,
            #7d7b7d 93.09%
    );
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: 2;
}

.banner .slick-arrow {
    position: absolute;
    top: 50%;
    margin-top: -33px;
    width: 67px;
    height: 67px;
    border-radius: 50px;
    background: url(../img/btn_arrow.svg) 50% 50% no-repeat #4c4c4c5e;
    font-size: 0;
    border: none;
    z-index: 2;
    cursor: pointer;
    transition: all 0.2s linear;
}

.banner .slick-arrow:hover {
    background: url(../img/btn_arrow_hov.svg) 50% 50% no-repeat #4c4c4c5e;
}

.banner .slick-prev {
    left: 7%;
    transform: rotate(180deg);
}

.banner .slick-next {
    right: 7%;
}

.timer_block {
    padding-top: 16px;
    padding-bottom: 18px;
    background: #000000;
    position: relative;
}

.timer_block .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timer_block .timer_wrap {
    display: flex;
    align-items: center;
    column-gap: 60px;
}

.timer_text {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.timer_text .timer_title {
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
}

#timer_form {
    width: 45%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

#timer_form .form-group {
    width: 49%;
}

/**********************
         CARS
**********************/

.cars_menu {
    padding: 85px 0;
}

.cars_menu .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cars_menu .menu_item {
    position: relative;
    padding-left: 145px;
}

.cars_menu .menu_item img {
    position: absolute;
    top: 0px;
    left: 20px;
}

.cars_menu .menu_item span {
    box-sizing: border-box;
    max-width: 230px; /* ограничиваем максимальную ширину */
    display: flex;
    align-items: center;
    padding: 10px 30px 10px 60px;
    line-height: 113%;
    font-size: 18px;
    font-weight: 700;
    color: #d6d6d6;
    border-radius: 10px;
    background: #f3f3f3;
    transition: all 0.3s;
    border: 1px solid #d6d6d6;
    text-transform: uppercase;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cars_menu .menu_item:hover span {
    color: #313131;
}

.cars_items {
}

.car_item {
    position: relative;
    margin-bottom: 100px;
    padding: 40px;
    padding-top: 82px;
    background: #f3f3f3;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    overflow: hidden;
}

.car_item#m9 {
    padding-top: 40px;
}

.car_item#m8 {
    padding-top: 40px;
}

.car_plachka {
    position: absolute;
    top: 0;
    right: 0;
    width: 528px;
    height: 130px;
    display: flex;
    justify-content: right;
    padding-top: 28px;
    padding-right: 20px;
    background: url(../img/car_decor.png) 106% 56% no-repeat;
}

.car_plachka span {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}

.car_plachka span b {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.car_title {
    display: flex;
    flex-direction: column;
    position: relative;
}

.car_new {
    font-size: 36px;
    font-weight: 500;
    color: #00adef;
}

.car_name {
    font-weight: 700;
    font-size: 66px;
    text-transform: uppercase;
}

.car_comment {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 15px;
}

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

.car_wrap {
    max-width: 64%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.car_gallery {
    width: 72%;
    height: 455px;
}

.car_gallery a {
    border-radius: 10px;
    height: 465px;
    overflow: hidden;
}

.car_gallery a img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: initial;
    height: 100%;
}

.car_imgs {
    position: relative;
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
    width: 100%;
}

.car_plachka2 {
    position: absolute;
    top: 0;
    right: 28%;
    display: flex;
    align-items: center;
    column-gap: 10px;
    min-height: 45px;
    padding: 0 10px;
    font-size: 22px;
    text-transform: uppercase;
    color: #ffffff;
    background: #000000;
    border-radius: 10px;
    z-index: 1;
}

.car_plachka2:before {
    content: "";
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/car_plachka2_ico.svg) no-repeat;
}

.car_imgs__label {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    font-size: 22px;
    padding: 10px;
    padding-left: 40px;
    display: flex;
    align-items: center;
}

.car_imgs__label::before {
    box-sizing: border-box;
    content: "";
    border: 3px solid #438e43;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    border-radius: 100%;
}

.car_gallery_thumb {
    position: relative;
    top: -11px;
    width: 223px;
}

.car_gallery_thumb .car_gallery_thumb_slide {
    position: relative;
    margin: 11px 0;
    border-radius: 10px;
    overflow: hidden;
}

.car_gallery_thumb .car_gallery_thumb_slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    transition: all 0.2s linear;
}

.car_techs {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.car_techs > div {
    display: flex;
    flex-direction: column;
    align-items: start;
    color: #818181;
    font-weight: 300;
    text-align: left;
}

.car_techs > div:nth-child(5) {
    min-width: 225px;
}

.car_techs > div b {
    color: #000000;
    font-size: 66px;
    font-weight: 300;
}

.car_techs span {
    display: block;
    width: 2px;
    height: 59px;
    background: #d6d6d6;
}

.car_content {
    position: relative;
    width: 100%;
    max-width: 427px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
}

.car_tabs {
    position: absolute;
    bottom: auto;
    top: -74px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.car_tabs_item {
    width: 48%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    color: #d6d6d6;
    border-radius: 10px;
    border-bottom: 1px solid #818181;
    cursor: pointer;
    transition: all 0.2s linear;
}

.car_tabs_item:hover,
.car_tabs_item.active {
    color: #000000;
    border-color: #00adef;
}

.car_garant {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    column-gap: 14px;
    color: #ffffff;
    background: linear-gradient(
            87.95deg,
            #02020a -2.04%,
            #0074d6 30.41%,
            #009bf1 53.29%,
            #0371c4 76.65%,
            #006cc2 102.88%
    );
    border-radius: 10px;
}

.car_garant:before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    inset: -4px -4px;
    padding: 2px;
    border-radius: 16px;
    border: 2px solid;
    background: linear-gradient(
            87.8deg,
            #e8e6e7 -3.07%,
            #8d8d8d 14.76%,
            #f6fffc 39.07%,
            #858585 57.43%,
            #fcfdfe 78.5%,
            #7d7b7d 93.09%
    );
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: 2;
}

.car_garant b {
    font-size: 50px;
    font-weight: 400;
}

.car_garant {
    display: flex;
    align-items: center;
    gap: 10px; /* отступ между иконкой и текстом */
}

.car_garant-icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-image: url(../img/flag.svg); /* путь к иконке */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#m8 .car_garant span {
    font-size: 29px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 10px;
}

.car_garant span {
    font-size: 19px;
    font-weight: 400;
    text-transform: uppercase;
}

.car_props {
    margin-top: 27px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    pointer-events: none;
}

.car_props a {
    position: relative;
    min-height: 55px;
    display: flex;
    align-items: center;
    column-gap: 14px;
    font-size: 20px;
    font-weight: 400;
    color: #000000;
}

.car_props a i {
    position: relative;
    width: 55px;
    height: 55px;
    background: linear-gradient(
            42.51deg,
            #02020a 11.77%,
            #0074d6 35.54%,
            #009bf1 52.31%,
            #0371c4 69.43%,
            #006cc2 88.64%
    );
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #00000066;
}

.car_props a i:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.car_props a.ico1 i:before {
    background: url(../img/car_props_ico1.svg) 50% 50% no-repeat;
}

.car_props a.ico2 i:before {
    background: url(../img/car_props_ico2.svg) 50% 50% no-repeat;
}

.car_props a.ico3 i:before {
    background: url(../img/car_props_ico3.svg) 50% 50% no-repeat;
}

.car_props a.ico4 i:before {
    background: url(../img/car_props_ico4.svg) 50% 50% no-repeat;
}

.car_props a i:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    inset: -2px;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(
            87.8deg,
            #e8e6e7 -3.07%,
            #8d8d8d 14.76%,
            #f6fffc 39.07%,
            #858585 57.43%,
            #fcfdfe 78.5%,
            #7d7b7d 93.09%
    );
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: 2;
}

.car_btns {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

/**********************
         cars-in-stock
  **********************/
.cars-in-stock *,
.cars-in-stock *::before,
.cars-in-stock *::after {
    box-sizing: border-box;
}

.cars-in-stock__title {
    margin: 0;
    margin-bottom: 70px;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}

.cars-in-stock .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cars-in-stock__filter {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 52px;
    width: 100%;
    margin-right: 150px;
}

.cars-in-stock .filter__select {
    padding: 26px 30px;
    background: rgba(243, 243, 243, 1);
    border: 1px solid rgba(214, 214, 214, 1);
    color: rgba(103, 103, 103, 1);
    background-image: url("../img/ico_select.svg");
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: 96% center;
    border-radius: 10px;
    font-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.cars-in-stock .filter__select:focus {
    outline: none;
    background-color: rgb(221, 221, 221);
    background-image: url("../img/ico_select_open.svg");
}

.cars-in-stock .filter__select.open {
    outline: none;
    background-color: rgb(221, 221, 221);
    background-image: url("../img/ico_select_open.svg");
}

.cars-in-stock .filter__select::active {
    display: none;
}

.cars-in-stock .filter__select option {
    background-color: #fff;
    color: #000;
}

@-moz-document url-prefix() {
    .custom-select {
        color: #fff;
        background-color: #333;
    }
}

.cars-in-stock__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    margin-bottom: 37px;
}

.cars-in-stock__item {
    position: relative;
    border-radius: 10px;
    padding: 21px;
    background: rgba(243, 243, 243, 1);
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 655px;
}

.cars-in-stock .item__img-container {
    position: relative;
}

.cars-in-stock .item__img-label {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 13px;
    padding: 9px 16px;
    border-radius: 5px;
    background-image: linear-gradient(
            118.25deg,
            #020611 0%,
            #009af0 46.26%,
            #006cc2 105.88%
    );
    color: #fff;
    overflow: hidden;
}

.cars-in-stock .item__img-label:before {
    content: "";
    position: absolute;
    /* top: -1px;
      left: -1px; */
    height: calc(100% + 4px);
    width: calc(100% + 4px);
    inset: -2px -2px;
    padding: 3px;
    border-radius: 8px;
    border: 2px solid;
    background: linear-gradient(
            129.59deg,
            #f1faf7 13.33%,
            #858585 35.32%,
            #bebdbf 60.01%,
            #7d7b7d 84.24%
    );
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: 2;
}

.item-hidden {
    display: none !important;
}

.item-hidden-filtered {
    display: none !important;
}

.cars-in-stock .item__slider {
    width: 455px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    align-self: center;
    /* margin-bottom: 12px; */
}

.cars-in-stock .item__slider img {
    object-fit: cover;
    width: 100%;
    height: 253px;
    background: rgba(223, 224, 224, 1);
}

.cars-in-stock .item__slider .slick-track {
    height: 253px;
    border-radius: 10px;
    overflow: hidden;
}

.cars-in-stock .hidden_link {
    height: 0px;
    display: block;
    /* position: absolute;
      z-index: -1;*/
    visibility: hidden;
}

.cars-in-stock .item__slider .slick-dots {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 6px;
    position: absolute;
    bottom: 15px;
    margin: 0;
    width: 100%;
    min-width: 160px;
}

.cars-in-stock .item__slider .slick-dots li button {
    height: 5px;
    overflow: hidden;
    border-radius: 50px;
    border: none;
    width: 16px;
    color: transparent;
    cursor: pointer;
    background-color: rgba(182, 182, 182, 1);
    transition: all linear 0.3s;
    padding: 0 6px;
}

.cars-in-stock .item__slider .slick-dots li.slick-active button {
    background-color: rgba(217, 217, 217, 1);
    width: 68px;
}

.cars-in-stock .item__title {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
    /* margin-bottom: 8px; */
    padding-left: 20px;
}

.cars-in-stock .item__descr-block {
    /* margin-bottom: 13px; */
    padding: 14px 20px;
    border-radius: 10px;
    background: rgba(223, 224, 224, 1);
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex-grow: 1;
}

.cars-in-stock .item__equipment {
    font-size: 32px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    white-space: nowrap;
}

.cars-in-stock .item__modification {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    width: 100%;
    display: flex;
    gap: 5px;
}

.cars-in-stock .item__modification-descr {
    font-size: 16px;
    font-weight: 400;
    color: rgba(117, 117, 117, 1);
    margin-right: auto;
    align-self: flex-start;
    margin-top: 5px;
}

.cars-in-stock .item__disconts {
    display: flex;
    margin-bottom: 16px;
    gap: 16px;
    align-items: center;
    /* justify-content: space-between; */
}

.cars-in-stock .item__discont {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    border: 1px solid rgba(214, 214, 214, 1);
    width: 100%;
    padding: 15px;
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.stick {
    width: 2px;
    height: 59px;
    background-color: rgba(214, 214, 214, 1);
}

.cars-in-stock .item__discont p {
    margin: 0;
}

.cars-in-stock .item__complex_discount_text {
    color: rgba(117, 117, 117, 1);
    text-align: center;
}

.cars-in-stock .item__complex_discount_text strong {
    white-space: nowrap;
}

.cars-in-stock .item__complex_discount_amount {
    color: rgba(0, 173, 239, 1);
    padding-left: 41px;
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin: 0 auto;
}

.cars-in-stock .item__complex_discount_amount:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 27px;
    width: 34px;
    inset: -2px;
    padding: 2px;
    background-image: url("../img/ico_credit.svg");
}

.item__credit_discount .item__complex_discount_amount:after {
    background-image: url("../img/ico_exchange.svg");
}

.cars-in-stock__button {
    font-size: 22px;
    text-decoration-line: underline;
    align-self: center;
    background-color: transparent;
    border: none;
    position: relative;
    min-height: 23px;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    padding-right: 10px;
    cursor: pointer;
}

.cars-in-stock__button::after {
    content: "+";
    right: -23px;
    /* top: 0; */
    display: flex;
    color: #fff;
    padding-top: 1px;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 23px;
    height: 23px;
    background-image: url("../img/btn-circle.svg");
}

/**********************
         TESTDRIVE
  **********************/

.testdrive {
    margin-top: 200px;
    position: relative;
}

.testdrive .testdrive_wrapper {
    display: flex;
    justify-content: space-between;
    background: #000000;
    padding: 40px;
    border-radius: 20px;
}

.testdrive_wrap {
    width: 440px;
    max-width: 100%;
}

.testdrive_text {
    font-size: 32px;
    margin-bottom: 30px;
    color: #ffffff;
}

#testdrive_form select option {
    color: #000000;
}

.testdrive_video {
    width: 50.52%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    top: 0;
    right: 0;
}

.testdrive_video video {
    display: flex;
    width: 100%;
    height: 100%;
}

/**********************
        TRADEIN
**********************/

.tradein {
    margin-top: 100px;
    height: 611px;
    background: url("../img/tradein_bg.jpg?v=2") 50% 0 no-repeat;
}

.tradein > img {
    display: none;
}

.tradein_wrap {
    position: relative;
    top: 70px;
    left: 50%;
    transform: translateX(-172%);
    width: 440px;
    padding: 104px 40px;
    margin-left: auto;
    max-width: 100%;
    background: #f3f3f34d;
    backdrop-filter: blur(10px);
    border: 1px solid #d6d6d6;
    border-radius: 10px;
}

.tradein_wrap .tradein_title {
    font-size: 32px;
    margin-bottom: 20px;
}

.tradein_wrap .tradein_comment {
    position: relative;
    display: flex;
    align-items: center;
    column-gap: 14px;
    font-size: 17px;
    font-weight: 400;
}

.tradein_wrap .tradein_comment i {
    position: relative;
    width: 55px;
    height: 55px;
    background: linear-gradient(
            42.51deg,
            #02020a 11.77%,
            #0074d6 35.54%,
            #009bf1 52.31%,
            #0371c4 69.43%,
            #006cc2 88.64%
    );
    border-radius: 10px;
    box-shadow: 0 0 10px 0 #00000066;
}

.tradein_wrap .tradein_comment i:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
}

.tradein_wrap .tradein_comment i:before {
    background: url(../img/car_props_ico1.svg) 50% 50% no-repeat;
}

.tradein_wrap .tradein_comment i:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    inset: -2px;
    padding: 2px;
    border-radius: 12px;
    background: linear-gradient(
            87.8deg,
            #e8e6e7 -3.07%,
            #8d8d8d 14.76%,
            #f6fffc 39.07%,
            #858585 57.43%,
            #fcfdfe 78.5%,
            #7d7b7d 93.09%
    );
    mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    -webkit-mask-composite: xor;
    z-index: 2;
}

.tradein_wrap #tradein_form {
    margin-top: 20px;
}

.tradein_wrap #tradein_form select option {
    color: #313131;
}

.tradein .btn {
    margin-top: 20px;
}

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 100px;
}

.contacts .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

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

.contacts .cont_logo_wrap .logo1 {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #d6d6d6;
}

.contacts .cont_logo_wrap .logo2 span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    margin-top: 4px;
}

.contacts .salon .bot_addr {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 40px;
}

.contacts .salon .bot_addr:before {
    content: "";
    position: absolute;
    left: 0;
    width: 34px;
    height: 34px;
    background: url(../img/ico_loc.svg) no-repeat;
}

.contacts .salon .bot_phone {
    font-size: 20px;
    color: #000000;
}

.contacts #map1 {
    margin-top: 50px;
    width: 100%;
    height: 623px;
    background: url("../img/map.jpg") 50% 0 no-repeat;
}

/**********************
      FOOTER
**********************/

footer {
    padding: 52px 0;
    background: #000000;
}

footer .foot_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .foot_wrap .switch {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}

footer .foot_wrap .yurinfo {
    font-size: 14px;
    color: #ffffff;
}

footer .disclamer {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    padding-top: 20px;
    display: none;
}

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

@media (max-width: 1580px) {
    .title_container:before {
        width: 100%;
    }

    .banner_item.slide7 .title2 {
        padding-top: 500px;
        padding-right: 90px;
    }

    .car_wrap {
        max-width: 61%;
    }

    .car_content {
        width: 100%;
        max-width: 356px;
    }

    .cars-in-stock__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .cars-in-stock .item__slider {
        width: 477px;
    }

    .cars-in-stock__filter {
        grid-template-columns: repeat(2, 1fr);
        max-width: 1089px;
        margin-right: 0px;
    }

    .cars-in-stock .filter__select {
    }
}

@media (max-width: 1470px) {
    .banner_item.slide8 .title_container,
    .banner_item.slide9 .title_container {
        top: 106px;
    }

    .banner_logo_wrap {
        position: absolute;
        top: 590px;
    }

    .cars_menu .menu_item {
        position: relative;
        padding-left: 0px;
    }

    .cars_menu .menu_item img {
        position: relative;
        top: 0;
        left: 0;
    }

    .tradein_wrap {
        left: inherit;
        transform: none;
    }

    .slide6 .title1 {
        font-size: 38px;
    }

    .slide6 .title2 {
        font-size: 28px;
    }

    .banner_item.slide10 .title1 {
        font-size: 34px;
    }

}

@media (min-width: 768px) and (max-width: 1199px) {
    .banner {
        margin-top: 128px;
    }

    .banner_item.slide7 .title2 {
        padding-top: 520px;
        padding-right: 30px;
    }

    .banner_item.slide7 .btn {
        top: 18%;
    }

    .banner_item.slide10 .title1 {
        font-size: 26px;
    }

    .banner_item.slide10 .title2 {
        margin-top: 10px;
        font-size: 24px;
    }

    .timer_img {
        display: none;
    }

    .timer {
        padding-top: 24px;
        padding-bottom: 26px;
    }

    .car_wrapper {
        flex-direction: column;
    }

    .car_wrap {
        max-width: 100%;
    }

    .car_content {
        margin-top: 90px;
    }

    #m9 {
        margin-top: 40px;
    }

    .car_btns {
        margin-top: 24px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .cars-in-stock__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .cars-in-stock__item {
        width: 517px;
    }

    .cars-in-stock__filter {
        grid-template-columns: repeat(1, 1fr);
        max-width: 517px;
    }

    .cars-in-stock .filter__select {
    }

    .cars-in-stock .item__slider,
    .cars-in-stock .item__slider img {
        width: 477px;
    }

    header .logo_wrap {
        width: 26%;
    }

    header .logo1 {
        width: 120px;
    }

    header .logo2 span {
        font-size: 12px;
    }

    header .top_phone {
        /*margin-left: 40px;*/
        width: 180px;
    }

    header .top_addr {
        font-size: 12px;
    }

    .menu {
        top: 85px;
    }

    /*******************************************************************/
    .title1 {
        font-size: 34px;
    }

    .timer .container {
        flex-direction: column;
    }

    #timer_form {
        width: 100%;
        margin-top: 50px;
    }

    /*******************************************************************/
    .cars_menu {
        padding: 50px 0;
    }

    .cars_menu .container {
        align-items: stretch;
    }

    .cars_menu .menu_item {
        padding-left: 0;
        box-sizing: border-box;
        width: 49%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .cars_menu .menu_item img {
        position: static;
        padding-bottom: 15px;
    }

    .cars_menu .menu_item span {
        padding: 14px;
        justify-content: center;
    }

    /*******************************************************************/
    .car_title {
        column-gap: 30px;
    }

    .car_name {
        font-size: 50px;
    }

    .car_comment {
        font-size: 16px;
    }

    .car_image_wrap {
        column-gap: 30px;
    }

    .car_text {
        width: 43%;
    }

    .car_techs > div b {
        font-size: 45px;
    }

    /*******************************************************************/
    .testdrive {
        margin-top: 50px;
    }

    .testdrive_wrap {
        margin-left: 0;
    }

    /*******************************************************************/
    .tradein {
        margin-top: 50px;
    }

    .tradein_wrap {
        margin-right: 0;
    }

    /*******************************************************************/
    .contacts .cont_logo_wrap .logo2 span {
        font-size: 14px;
    }

    .contacts .salon .bot_addr {
        font-size: 16px;
        margin-bottom: 20px;
    }

    /*******************************************************************/
    footer {
        padding: 30px 0;
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .car_plachka2 {
        right: 32%;
    }

    .testdrive .testdrive_wrapper {
        flex-direction: column;
    }

    .timer_text .timer_title {
        font-size: 18px;
    }

    .title_comment span {
        font-size: 14px;
    }

    .anim {
        opacity: 1;
    }

    header {
        padding: 10px 0;
    }

    header .logo_wrap {
        width: auto;
    }

    header .logo2 {
        width: 120px;
    }

    header .top_phone {
        width: 220px;
    }

    header .top_addr {
        display: none;
    }

    .menu {
        top: 72px;
    }

    .menu_cars,
    .menu_blocks {
        column-gap: 12px;
    }

    /*******************************************************************/
    .banner {
        margin-top: 118px;
    }

    .banner_item.slide7 .title2 {
        padding-top: 560px;
        padding-right: 30px;
    }

    .banner_item.slide7 .btn {
        top: 20%;
        right: 58%;
    }

    .title_container {
        top: 145px;
        left: 0;
        padding: 0 15px;
        box-sizing: border-box;
        width: 100%;
    }

    .slide6 .title_container {
        top: 4vw;
        padding: 2vw 0;
    }

    .slide6 .title_container .br_mob {
        display: block;
    }

    .slide6 .title1 {
        font-size: 4vw;
    }

    .slide6 .title2 {
        font-size: 3.4vw;
    }

    .title1 {
        font-size: 26px;
    }

    .title2 {
        margin-top: 12px;
        font-size: 24px;
    }

    .banner_item.slide10 .title1 {
        font-size: 4vw;
    }

    .banner_item.slide10 .title1 .br_mob {
        display: block;
    }

    .banner_item.slide10 .title2 {
        font-size: 4vw;
    }

    /*******************************************************************/
    .cars_menu .menu_item span {
        min-width: 200px;
        font-size: 24px;
    }

    .cars_menu .menu_item img {
        top: -20px;
    }

    .car_title {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .car_text {
        padding-top: 0;
    }

    .car_gallery {
        width: 68%;
    }

    .car_content {
        margin-top: 40px;
        width: -webkit-fill-available;
        max-width: initial;
    }

    .car_techs > div {
        font-size: 12px;
    }

    .car_techs > div span {
        font-size: 34px;
    }

    .car_btns {
        margin-top: 24px;
    }

    .car_btns .btn {
        width: 100%;
    }

    /*******************************************************************/
    .testdrive {
        padding: 0;
    }

    .testdrive_wrap {
        width: 100%;
        padding: 30px 0;
    }

    .testdrive_video {
        position: relative;
        width: 100%;
        top: unset;
        bottom: -5px;
    }

    /*******************************************************************/
    .tradein {
        padding: 0;
        margin-top: 50px;
        background-size: 178%;
        background-position: 0 0;
        height: auto;
        overflow: initial;
        border-radius: 0;
    }

    .tradein_wrap {
        top: 0;
        width: -webkit-fill-available;
        background: transparent;
        border: none;
        backdrop-filter: none;
        padding: 30px;
        padding-top: 62vw;
    }

    /*******************************************************************/
    .contacts {
        margin-top: 50px;
    }

    .cont_logo_wrap {
        width: 30%;
    }

    .contacts .cont_logo_wrap .logo1 {
        margin-right: 15px;
        padding-right: 15px;
    }

    .contacts .cont_logo_wrap .logo2 span {
        margin-bottom: 5px;
        font-size: 11px;
    }

    .contacts .salon .bot_addr {
        font-size: 14px;
    }

    footer {
        padding: 30px 0;
    }

    .tradein_wrap .btn {
        margin-bottom: 0px;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .banner_item.slide8 {
        background: url(../img/bg8_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
        height: 98vw;
    }

    .banner_item.slide9 {
        background: url(../img/bg9_mob.jpg) 50% 100% no-repeat;
        background-size: 100%;
        height: 98vw;
    }

    .banner_item.slide8 .title_container,
    .banner_item.slide9 .title_container {
        top: 12vw;
    }

    .banner_item.slide8 .title1,
    .banner_item.slide9 .title1 {
        font-size: 4.6vw;
        color: #ffffff;
    }

    .banner_item.slide10 .title1 span {
        font-weight: 400;
    }

    .banner_item.slide8 .title2,
    .banner_item.slide9 .title2 {
        margin-top: 4vw;
        font-size: 6vw;
        color: #ffffff;
    }

    .banner_item.slide8 .title2 b,
    .banner_item.slide9 .title2 b {
        font-size: 10vw;
    }

    .banner_logo_wrap {
        display: none;
    }

    .tg_btn {
        width: 24vw;
        bottom: 30vw;
        right: 3vw;
    }

    .car_plachka2 {
        right: 0;
    }

    .banner_item.slide1 .title_container {
        display: block;
    }

    .cars-in-stock__list {
        grid-template-columns: repeat(1, 1fr);
    }

    .cars-in-stock__item {
        width: 517px;
    }

    .cars-in-stock .item__slider,
    .cars-in-stock .item__slider img {
        width: 477px;
    }

    .cars-in-stock__filter {
        grid-template-columns: repeat(1, 1fr);
        max-width: 517px;
    }

    .cars-in-stock .filter__select {
    }

    .timer_block {
        margin-top: 0;
    }

    .timer_text .timer_title {
        font-size: 20px;
        text-align: center;
    }

    .timer_block .container {
        flex-direction: column;
    }

    .timer_block .timer_wrap {
        flex-direction: column;
    }

    .title_comment {
        flex-direction: column;
        top: 52vw;
    }

    .title_comment span {
        font-size: 3vw;
        text-align: center;
    }

    .title_comment span:nth-child(2):before {
        display: none;
    }

    .timer {
        padding-top: 24px;
        padding-bottom: 14px;
    }

    .anim {
        opacity: 1;
    }

    .fancybox-type-image {
        width: 100% !important;
        margin: 0px !important;
        left: 0px !important;
    }

    .fancybox-close {
        right: 9px !important;
        top: 9px !important;
    }

    .fancybox-inner {
        width: 100% !important;
        margin: 0px !important;
        padding: 0px !important;
    }

    .fancybox-wrap {
        margin: 0px !important;
        width: 100% !important;
        left: 0px !important;
        top: 20px !important;
    }

    .fancybox-type-image .fancybox-close {
        top: -8px !important;
    }

    .popup_container {
        width: 100%;
        padding: 50px 15px;
    }

    .popup_container h2 {
        font-size: 24px;
    }

    /*******************************************************************/
    header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 13px;
        right: 15px;
    }

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

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

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

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

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

    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;
    }

    .menu {
        display: block;
        position: fixed;
        top: 107px;
        background: rgba(0, 0, 0, 0.3);
        backdrop-filter: blur(5px);
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all 0.3s linear;
        z-index: 2;
    }

    .menu.active {
        right: 0;
    }

    .menu_wrap {
        flex-direction: column;
        row-gap: 10px;
        padding: 20px 0;
    }

    .menu_cars,
    .menu_blocks {
        flex-direction: column;
        align-items: center;
        row-gap: 10px;
    }

    /*******************************************************************/
    header {
        padding: 10px 0;
    }

    header.scroll {
        padding: 10px 0;
    }

    header .container {
        flex-flow: wrap;
    }

    header .logo_wrap {
        width: 100%;
    }

    header .logo1 {
        width: 120px;
        padding-right: 15px;
        margin-right: 15px;
    }

    header .logo2 {
        width: 120px;
    }

    header .logo2 span {
        font-size: 12px;
    }

    header .top_addr {
        display: none;
    }

    header .head_right {
        width: 100%;
    }

    header .top_phone {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
        height: 50px;
        display: none;
    }

    .mob_phone {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #ffffff;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 5;
        backdrop-filter: blur(10px);
    }

    /*******************************************************************/
    .banner {
        margin-top: 74px;
    }

    .banner_item {
        height: 98vw;
    }

    .banner_item.slide1 {
        background: url(../img/bg3_mob.jpg) 50% 0 no-repeat;
        background-size: 100%;
        height: 98vw;
    }

    .banner_item.slide2 {
        background: url(../img/bg4_mob.jpg) 50% 0 no-repeat;
        background-size: 100%;
        height: 98vw;
    }

    .banner_item.slide5 {
        background: url(../img/bg5_mob.jpg) 50% 0 no-repeat;
        background-size: 100%;
        height: 98vw;
    }

    .banner_item.slide6 {
        background: url(../img/bg6_mob.jpg) 50% 0 no-repeat;
        background-size: 100%;
        height: 98vw;
    }

    .banner_item.slide7 {
        background: url(../img/bg7_mob.jpg) 50% 0 no-repeat;
        background-size: 100%;
        height: 98vw;
    }

    .banner_item.slide7 .title2:after {
        background-image: url(../img/mob_icon7.svg);
        width: 64px;
        height: 64px;
    }

    .banner_item.slide7 .title1 {
        bottom: -45px;
    }

    .slide5 .title1 {
        font-size: 5vw;
    }

    .slide6 .title_container {
        padding: 2vw 0;
        top: 4vw;
    }

    .slide6 .title1 {
        font-size: 4vw;
    }

    .slide6 .title2 {
        font-size: 4vw;
    }

    .banner_item.slide10 {
        height: 82vw;
        background-size: 100%;
        background-position: 50% 100%;
    }

    .banner_item.slide10 .title_container {
        top: 10px;
        padding: 0;
    }

    .banner_item.slide10 .title1 {
        font-size: 4.2vw;
        text-align: center;
        color: #000000;
    }

    .banner_item.slide10 .title1 .br_mob {
        display: block;
    }

    .banner_item.slide10 .title2 {
        margin-top: 2vw;
        font-size: 4vw;
        color: #000000;
    }

    .banner_item.slide10 .title2 span {
        font-weight: 400;
    }

    .banner_item.slide10 .title_container:before {
        display: none;
    }

    .banner_item.slide10 .title2:after {
        width: 60px;
        height: 50px;
        background-size: contain;
    }

    .banner_item.slide10 .btn {
        position: relative;
        bottom: 0;
        left: initial;
        margin: 2vw auto 0;
    }

    .banner_props {
        width: fit-content;
        margin: 3vw auto 0;
    }

    .banner_props a {
        font-size: 4vw;
        column-gap: 10px;
    }

    .banner_props a i {
        width: 32px;
        height: 32px;
    }

    .title_container {
        box-sizing: border-box;
        top: 6vw;
        text-align: center;
    }

    .banner_props a i {
        border-radius: 4px;
    }

    .banner_props a i:before {
        background-size: 20px !important;
    }

    .banner_props a i:after {
        inset: -1px;
        padding: 1px;
        border-radius: 5px;
    }

    .title_container .br_mob {
        display: block;
    }

    .banner .slick-arrow {
        margin-top: -25px;
        width: 50px;
        height: 50px;
        background-size: 24px;
    }

    .title1 {
        text-align: center;
        font-size: 5vw;
    }

    .title2 {
        margin-top: 2vw;
        font-size: 3vw;
        font-weight: 400;
    }

    .timer {
        margin-top: 0;
    }

    .title_container .btn {
        margin: 2vw auto 0;
    }

    .banner_item.slide2 .title_container {
        top: 8vw;
    }

    .banner_item.slide2 .title1 {
        font-size: 6vw;
    }

    .banner_item.slide2 .title2 {
        width: fit-content;
        margin: 2vw auto 0;
        padding: 1vw 2vw;
        font-size: 5.2vw;
    }

    .banner_item.slide7 .title2 {
        padding-top: 420px;
        padding-right: 150px;
    }

    /* .banner_item.slide7 {
      height: initial;
    } */
    .banner_item.slide7 .btn {
        position: absolute;
        top: 30%;
        height: 31px;
        right: 100px;
        /* display: none; */
    }

    .timer .container {
        flex-direction: column;
    }

    .timer .timer_wrap {
        flex-direction: column;
        width: 100%;
    }

    .timer .timer_title {
        text-align: center;
    }

    .timer .timer_title {
        font-size: 4vw;
    }

    div[id^="timer"] {
        transform: scale(0.65) !important;
    }

    #timer_form {
        width: 100%;
    }

    #timer_form .form-group {
        width: 100%;
    }

    /*******************************************************************/
    .cars_menu {
        padding: 35px 0;
    }

    .cars_menu .menu_item {
        margin-bottom: 0px;
        padding: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .cars_menu .container {
        flex-direction: column;
        row-gap: 40px;
    }

    .cars_menu .menu_item span {
        min-width: unset;
        font-size: 24px;
        width: 100%;
        justify-content: center;
        padding: 5px 0px;
    }

    .cars_menu .menu_item img {
        top: -20px;
        width: 55%;
        position: static;
        width: 100%;
        padding-bottom: 7px;
    }

    .car_item {
        padding: 20px;
        padding-top: 132px;
    }

    .car_item#m9 {
        padding-top: 90px;
    }

    .car_name {
        font-size: 46px;
    }

    .car_new {
        font-size: 5vw;
    }

    .car_wrapper {
        flex-direction: column;
    }

    .car_wrap {
        width: 100%;
        max-width: initial;
    }

    .car_imgs {
        flex-direction: column;
        row-gap: 20px;
    }

    .car_gallery a {
        height: auto;
    }

    .car_gallery a img {
        height: auto;
        width: 100%;
    }

    .car_gallery {
        width: 100%;
        height: auto;
    }

    .car_gallery_thumb {
        position: relative;
        top: 0;
        width: 102%;
        left: -1%;
    }

    .car_gallery_thumb .car_gallery_thumb_slide {
        margin: 0 8px;
    }

    .car_content {
        margin-top: 82px;
        padding: 20px;
        width: -webkit-fill-available;
        max-width: initial;
    }

    #m9 .car_content {
        margin-top: 26px;
    }

    .car_garant b {
        font-size: 34px;
    }

    .car_garant span {
        font-size: 16px;
    }

    #m8 .car_garant span {
        font-size: 18px;
        margin-right: 5px;
    }

    .car_techs {
        flex-direction: column;
        row-gap: 14px;
        align-items: start;
    }

    .car_techs span {
        display: none;
    }

    .car_techs > div {
        display: flex;
        flex-direction: row;
        align-items: center;
        column-gap: 16px;
    }

    .car_techs > div b {
        font-size: 46px;
        display: block;
        width: 102px;
    }

    .car_btns {
        margin-top: 24px;
    }

    .car_btns .btn {
        width: 100%;
    }

    /*******************************************************************/
    .testdrive {
        padding: 0;
        margin-top: 50px;
        background: none;
    }

    .testdrive .testdrive_wrapper {
        flex-direction: column;
        padding: 24px;
    }

    .testdrive_wrap {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }

    .testdrive_text {
        font-size: 5vw;
    }

    .testdrive_video {
        position: relative;
        width: 100%;
        top: unset;
        bottom: -5px;
    }

    /*******************************************************************/
    .tradein {
        padding: 0;
        margin-top: 50px;
        background-size: 178%;
        background-position: 0 0;
        height: auto;
        overflow: initial;
        border-radius: 0;
    }

    .tradein_wrap {
        top: 0;
        width: -webkit-fill-available;
        padding: 0;
        background: transparent;
        border: none;
        backdrop-filter: none;
        padding-top: 62vw;
    }

    /*******************************************************************/
    .contacts {
        margin-top: 50px;
    }

    .contacts .cont_logo_wrap {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .contacts .cont_logo_wrap .logo1 {
        width: 120px;
        padding-right: 15px;
        margin-right: 15px;
    }

    .contacts .cont_logo_wrap .logo2 {
        width: 120px;
    }

    .contacts .cont_logo_wrap .logo2 span {
        font-size: 12px;
    }

    .contacts .salon {
        margin-bottom: 20px;
    }

    .contacts .salon .bot_addr {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .contacts .container {
        flex-direction: column;
    }

    .contacts #map1 {
        margin-top: 20px;
        height: 350px;
        background-size: 350%;
        background-position: 50%;
    }

    footer {
        padding: 15px 0;
    }

    footer .foot_wrap {
        flex-direction: column;
        align-items: flex-start;
        row-gap: 20px;
    }

    .tradein_wrap .btn {
        margin-bottom: 0px;
    }

    .cars-in-stock__title {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .cars-in-stock .item__equipment {
        font-size: 25px;
        white-space: inherit;
    }

    .cars-in-stock .item__modification {
        flex-direction: column;
    }

    .cars-in-stock .stick {
        display: none;
    }
}

@media (max-width: 650px) {
    .banner_item.slide7 .title2 {
        padding-top: 370px;
    }
}

/*MOBILE END*/

@media (max-width: 566px) {
    .cars-in-stock__list {
        gap: 20px;
    }

    .cars-in-stock__item {
        width: 440px;
    }

    .cars-in-stock .item__slider,
    .cars-in-stock .item__slider img {
        width: 400px;
    }

    .cars-in-stock__filter {
        gap: 20px;
        margin-bottom: 30px;
    }

    .cars-in-stock .filter__select {
        padding: 15px 12px;
    }

    .banner_item.slide7 .btn {
        top: 30%;
    }

    .banner_item.slide7 .title2 {
        padding-top: 300px;
        padding-right: 100px;
    }
}

@media (max-width: 480px) {
    .cars-in-stock__item {
        width: 390px;
    }

    .cars-in-stock .item__slider,
    .cars-in-stock .item__slider img {
        width: 350px;
        height: auto;
    }

    .cars-in-stock .item__disconts {
        flex-direction: column;
    }

    .banner_item.slide7 .btn {
        top: 35%;
    }

    .banner_item.slide7 .title2 {
        padding-top: 250px;
        padding-right: 70px;
    }

    .banner_item.slide10 {
        height: 87vw;
    }

    .banner_item.slide10 .title1 {
        font-size: 5.2vw;
    }

    .banner_item.slide10 .title1 b {
        margin-top: 2vw;
    }

    .banner_item.slide10 .btn {
        display: none;
    }
}

/* Portrait phones and smaller */
@media (max-width: 420px) {
    header .logo_wrap {
        width: 80%;
    }

    header .logo3 {
        margin-right: 20px;
    }

    .title_comment {
        top: 56vw;
    }

    /* .title_comment span:nth-child(2):before {
      height: ;
    } */
    .title_comment span:nth-child(2):after {
        display: none;
    }

    .car_item {
        padding-top: 128px;
        margin-bottom: 48px;
    }

    .car_item#m9 {
        padding-top: 128px;
    }

    .car_name {
        font-size: 28px;
    }

    .car_garant {
        height: 52px;
    }

    .car_garant span {
        font-size: 12px;
    }

    .car_props a {
        font-size: 16px;
    }

    .cars-in-stock__item {
        width: 340px;
    }

    .cars-in-stock .item__slider,
    .cars-in-stock .item__slider img {
        width: 300px;
    }

    .car_plachka2 {
        min-height: 32px;
        font-size: 16px;
    }

    .car_plachka2:before {
        width: 16px;
        height: 16px;
        background-size: contain;
    }

    .banner_item.slide7 .title2 {
        padding-top: 220px;
        padding-right: 60px;
    }
}

@media (max-width: 380px) {
    .cars-in-stock__item {
        width: 320px;
    }

    .cars-in-stock .item__slider,
    .cars-in-stock .item__slider img {
        width: 280px;
    }

    .banner_item.slide7 .btn {
        top: 38%;
    }

    .banner_item.slide7 .title2 {
        padding-top: 175px;
        padding-right: 40px;
    }
}

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