html {
    overflow-x: hidden;
}

body {
    font-family: 'GothamPro', sans-serif;
    font-size: 16px;
    color: #272727;
    position: relative;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
    max-width: 1920px;
    background: #e8e9e9;
}
.yandex_sin_baic_alt_new {
    color: transparent !important;
}
/*
.yandex_sin_baic_alt_new[href = 'tel:+74959806221']:before {
    content: "+7 (495) 185-99-61";
    position: absolute;
    color: #000;
}
*/
.yandex_sin_baic_alt_new[href = 'tel:+74959806221']:before {
    content: "+7 (495) 777-80-00";
    position: absolute;
    color: #000;
}
.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: 1140px;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        width: 540px;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 720px;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 960px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1140px;
        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, .075), 0 0 6px #eba5a3;
}
.btn-up {
    cursor: pointer;
    display: block;
    width: 66px;
    height: 66px;
    bottom: 110px;
    position: fixed;
    right: 23px;
    z-index: 5;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 8px 6px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 5px 8px 6px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 5px 8px 6px rgba(34, 60, 80, 0.2);
}
.btn-up svg {
    width: 100%;
    height: 100%;
}
#form_popup, #form_popup2 {
    display: none;
}

.popup_container {
    width: 420px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box; /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
}

.popup_container .agree_field {
    color: black;
    font-size: 12px;
}

.popup_container .agree_field a {
    color: black;
}


.popup_container h2 {
    font-size: 20px;
    font-weight: 700;
    /* text-transform: uppercase; */
    padding: 0px;
    margin: 0px;
    padding-bottom: 29px;
    text-align: center;
    padding-top: 25px;
    color: black;
}

.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: 'GothamPro';
    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: 'GothamPro';
    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;
    height: 38px;
    font-size: 16px;
    font-weight: 700;
    height: 60px;
}

.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;
}

.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: #272727;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 400;
    font-family: 'GothamPro';
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 25px;
    border: 1px solid #272727;
}

select {
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    background: url(../img/ico_select.png) 90% 50% no-repeat transparent !important;
    font-family: 'GothamPro';
    outline: none;
}

form .form-group button {
    width: 100%;
    cursor: pointer;
    font-family: 'GothamPro';
    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: #ff0000;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: 1px solid transparent;
    border-radius: 25px;
    transition: all .3s;
    text-align: center;
    box-shadow: 0px 3px 10px 0px rgba(84, 48, 48, 0.3);
}

.btn:hover {
    background: #e50000;
}

.btn.dark:hover {
    background: #0e1f27;
}

.btn.glass {
    background: transparent;
    border-color: #0e1f27;
    color: #0e1f27;
}

.btn.glass:hover {
    background: #0e1f27;
    color: #ffffff;
}

.btn.glass.white {
    color: #ffffff;
    border-color: #ffffff;
}

.btn.glass.white:hover {
    color: #0e1f27;
    background: #ffffff;
}

/**********************
        HEADER
**********************/
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #f5f5f5;
    z-index: 5;
    transition: all 0.3s;
}

header .m_btn {
    display: none;
}

.head_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.logo_wrap {
    display: flex;
    align-items: center;
    column-gap: 35px;
}
.logo_wrap img {
	height:28px;
}

.top_addr {
    font-size: 14px;
}

.top_phone {
    font-size: 18px;
    font-weight: 700;
    color: #272727;
    text-decoration: none;
}

.head_wrap .btn {
    width: 220px;
    height: 48px;
}

.menu {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(39, 39, 39, 0.1);
}

.menu > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.menu_cars {
    /* width: 11%; */
}

.menu_blocks {
    /* width: 29%; */
}

.menu a {
    display: block;
    font-size: 14px;
    color: #272727;
    text-decoration: none;
    padding: 15px 0;
    position: relative;
}

.menu a:before {
    content: '';
    height: 3px;
    width: 100%;
    background: #ff0000;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
    transform: scaleX(0);
    transform-origin: 50% 50%;
}

.menu a:hover:before {
    transform: scaleX(1);
}

.scroll-down header {
    transform: translateY(-100%);
}



/**********************
        BANNER
**********************/

.banner_slider {
    position: absolute !important;
    top: 0;
    width: 100%;
}
.banner_slider .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50px;
    opacity: 1;
    margin: 0 6px !important;
    transition: all 0.2s linear;
}
.banner_slider .swiper-pagination-bullet:hover {
    background: #FF0000;
}
.banner_slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF0000;
}
.banner_slider .swiper-slide {
    height: 820px;
}

.banner_slider .slide1 {
   background: url("../img/slide1.jpg") 50% 0 no-repeat;
}

.banner_slider .slide2 {
    background: url("../img/slide2.jpg") 50% 0 no-repeat;
}

.banner_slider .slide3 {
    background: url("../img/slide3.jpg") 50% 0 no-repeat;
}

.banner_slider .swiper-button-next.swiper-button-disabled,
.banner_slider .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: pointer;
    pointer-events: none;
}


.title_container {
    padding-top: 180px;
    position: relative;
    z-index: 1;
}

.title1 {
    font-size: 32px;
}

.title1 span {
    display: block;
    font-family: 'Unbounded';
    font-size: 48px;
    margin-bottom: 5px;
}
.title_des span {
    cursor: pointer;
    margin: 0;
    color: #FF0000;
    font-size: 32px;
    font-weight: 400;
}
.title_des.active .car_props_des {
    display: block;
}
.title_des .car_props_des {
    top: 79%;
    left: 18%;
}
.title_container .btn {
    width: 270px;
    height: 48px;
    margin-top: 25px;
}

.timer_block {
    margin-top: 858px;
    display: flex;
    justify-content: center;
}

.timer_title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}

.timer_form {
    /* width: 48%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timer_form_comment {
    font-size: 20px;
    margin-bottom: 20px;
}

#timer_form {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#timer_form .form-group {
    width: 49%;
}

#timer_form .agree_field,
#timer_form .agree_field a {
    color: #272727;
}

/**********************
         CARS
**********************/

.cars_items {
    margin-top: 70px;
}

.cars_items_title {
    font-family: 'Unbounded';
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 30px;
}

.cars_menu_wrap {
    background: #ffffff;
    padding: 15px 30px;
    box-shadow: 0px 6px 20px 0px rgba(113, 113, 113, 0.1);
    position: relative;
    margin-bottom: 40px;
}

.cars_menu_wrap .swiper-button-prev {
    left: -60px;
    width: 40px;
    height: 40px;
    background: url("../img/prev.png") 50% no-repeat #ffffff;
    border-radius: 50%;
    transition: all .3s;
    z-index: 4;
}

.cars_menu_wrap .swiper-button-prev:hover {
    background: url("../img/prev_hov.png") 50% no-repeat #000000;
}

.cars_menu_wrap .swiper-button-next {
    right: -60px;
    width: 40px;
    height: 40px;
    background: url("../img/next.png") 50% no-repeat #ffffff;
    border-radius: 50%;
    transition: all .3s;
    z-index: 4;
}

.cars_menu_wrap .swiper-button-next:hover {
    background: url("../img/next_hov.png") 50% no-repeat #000000;
}

.cars_menu_wrap .swiper-button-prev:after,
.cars_menu_wrap .swiper-button-next:after {
    display: none;
}

.cars_menu a {
    color: #272727;
    text-decoration: none;
    opacity: .5;
    transition: all .3s;
}

.cars_menu a:hover {
    opacity: 1;
}

.cars_menu .menu_img {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 66px;
}

.cars_menu .menu_name {
    display: block;
    margin-top: 10px;
    text-align: center;
    white-space: nowrap;
}

.car_item {
    position: relative;
    /* padding-bottom: 60px; */
    /* border-bottom: 1px solid rgba(39, 39, 39, 0.149); */
    margin-bottom: 60px;
    background: #fff;
    box-shadow: 0px 6px 20px 0px #7171711A;
    padding: 20px 0 20px 20px;
}

.car_item .swiper-button-prev {
    display: block;
    width: 8px;
    height: 14px;
    background: url(../img/arrow_car_gallery.svg) 50% no-repeat;
    position: absolute;
    bottom: 32px;
    left: 45px;
    top: unset;
}
.car_item .swiper-button-prev:before,
.car_item .swiper-button-prev:after {display: none !important;}

.car_brand:last-child .car_item:last-child {
    border-bottom: none;
}

.car_wrap {
    display: flex;
    justify-content: space-between;
}

.car_text {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 10px;
    row-gap: 28px;
}

.car_text > .anchor {
    display: block;
    font-size: 18px;
    padding-right: 30px;
    text-decoration: none;
    color: #272727;
    background: url("../img/arrow_sm.png") 100% 50% no-repeat;
    transition: all .3s;
}

.car_text > .anchor:hover {
    background: url("../img/arrow_sm_hov.png") 100% 50% no-repeat;
}

.car_comment {
    font-size: 22px;
    font-weight: 700;
}

.car_profit {
    display: flex;
    align-items: center;
    font-size: 24px;
    padding-left: 60px;
    background: url("../img/ico_profit.png") 0 50% no-repeat;
    text-decoration: none;
    color: #272727;
    min-height: 50px;
}

.car_profit b {
    font-size: 28px;
    padding-left: 9px;
    color: #FF0000;
}

.car_profit {
    animation: pulse 2.5s linear infinite;
}

@keyframes pulse {
    0% {
        text-shadow: 0px 1px 3px rgb(255, 255, 255);
    }
    50% {
        text-shadow: 0px 1px 3px red;
    }
    100% {
        text-shadow: 0px 1px 3px rgb(255, 255, 255);
    }
  }

.car_insale {
    display: block;
    font-size: 22px;
    padding: 15px 0;
    padding-left: 60px;
    background: url("../img/ico_car_insale.svg") 0 50% no-repeat;
    text-decoration: none;
    color: #272727;
}

.car_props {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.car_props > div {
    font-size: 22px;
    padding-left: 30px;
}

.car_props > div.ico1 {
    background: url("../img/prop_ico1.png") 0 50% no-repeat;
}

.car_props > div.ico2 {
    background: url("../img/prop_ico2.png") 0 50% no-repeat;
}

.car_props > div.ico3 {
    background: url("../img/prop_ico3.png") 0 50% no-repeat;
}

.car_props > div.ico4 {
    background: url("../img/prop_ico4.png") 0 50% no-repeat;
}

.car_props > div.ico5 {
    background: url("../img/prop_ico5.png") 0 50% no-repeat;
}
.car_props > div.ico6 {
    background: url("../img/prop_ico6.png") 0 50% no-repeat;
}
.car_props > div.ico7 {
    background: url("../img/prop_ico7.png") 0 50% no-repeat;
}
.car_props > div.ico8 {
    cursor: pointer;
    background: url("../img/prop_ico8.png") 0 50% no-repeat;
}
.car_props_des {
    display: none;
    background: #E8E9E9;
    padding: 16px 20px;
    position: absolute;
    top: 0;
    width: 100%;
    max-width: 390px;
    left: 60%;
    min-height: 120px;
    margin-left: -215px;
    z-index: 2;
    top: 24%;
    transition: all 0.2s linear;
}
.car_props .ico8:hover .car_props_des {
    display: block;
}
.car_props_des p {
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #272727;
}
.car_props_des a {
    display: block;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    color: #272727;
}
.products_link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}
.car_btns {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.car_btns .btn {
    width: 49%;
}


.car_image {
    box-sizing: border-box;
    /* display: flex; */
    /* align-items: flex-end; */
    /* flex-wrap: wrap; */
    position: relative;
    /* min-height: 300px; */
    /* padding-bottom: 20px; */
    /* padding-right: 15px; */
    overflow: hidden;
    width: 48%;
}


.car_image:after {
    content: '';
    width: 444px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #ffffff;
    box-shadow: 0px 6px 20px 0px rgba(113, 113, 113, 0.1);
    z-index: -1;
}

.car_name {
    font-family: 'Unbounded';
    display: flex;
    align-items: center;
    justify-content: left;
    /* position: absolute; */
    width: 550px;
    height: 74px;
    color: #ffffff;
    background: #0e1f27;
    border-radius: 0 37px 37px 0;
    font-size: 44px;
    font-weight: 700;
    /* top: 30px; */
    /* right: 0; */
    margin-left: -20px;
    padding-left: 20px;
}

.car_img {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
}
.car_img img {
    width: 100%;
    float: right;
    margin-bottom: 30px;
    display: block;
}

.car_gallery {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-right: -78px !important;
}

.car_gallery a {
    width: 17.9%;
    /* height: 138px; */
    transition: all .3s;
}

.car_gallery a img {
    object-fit: cover;
    object-position: 50%;
    height: 100%;
}

.car_gallery a.active {
    width: 21.4%;
}

.image_tabs {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-right: 24px;
}
.image_tabs_colors {
    position: relative;
    z-index: 3;
    display: grid;
    list-style-type: none;
    padding-left: 0;
}
.image_tabs_colors div {
    position: relative;
    cursor: pointer;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    border: 1px solid transparent;
    margin-bottom: 8px;
}
.image_tabs_colors div:last-child {
    margin-bottom: 0;
}
.image_tabs_colors div.wt {
    border-color: #E6E6E6;
}
.image_tabs_colors div.active:before {
    content: '';
    position: absolute;
    left: -6px;
    top: -6px;
    width: 24px;
    height: 24px;
    border: 2px solid #757575;
    border-radius: 50px;
}

.image_block {
    visibility: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
}
.image_block.active {
    visibility: visible;
}
.image_cont {
    list-style-type: none;
    position: relative;
    width: 401px;
    height: 370px;
    margin-top: 0;
    margin-right: 20px;
    padding-left: 0;
}
.gallery_tumbtional {
    margin-top: 20px;
    width: 102%;
    left: -1%;
}
.gallery_tumbtional .slick-track {
    
}
.gallery_tumbtional .slick-slide {
    margin: 0 5px;
}
.gallery_tumbtional .slick-slide img {
    width: 100%;
}
.gallery_tumbtional .slick-arrow:before {
    display: none;
}
.gallery_tumbtional .slick-arrow {
    font-size: 0;
}
.gallery_tumbtional .slick-arrow:focus {
    background: initial;
}
.gallery_tumbtional .slick-prev,
.gallery_tumbtional .slick-prev:focus,
.gallery_tumbtional .slick-prev:hover {
    left: -35px;
    background: url(../img/btn_prev.svg) 50% 50% no-repeat;
}
.gallery_tumbtional .slick-next,
.gallery_tumbtional .slick-next:focus,
.gallery_tumbtional .slick-next:hover {
    right: -35px;
    background: url(../img/btn_next.svg)  50% 50% no-repeat;
}

/**********************
       COMPLECTS
**********************/

#instock {
    position: relative;
    padding: 100px 0 60px;
    background: #0e1f27;
}

.compl_title {
    font-weight: 700;
    color: #ffffff;
    font-size: 44px;
    font-family: 'Unbounded';
    margin-bottom: 35px;
}


#filter_table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 40px;
    background: #ffffff;
}

.filter_quick_menu {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.filter_quick_menu li {
    display: block;
    padding: 15px;
    font-size: 18px;
    border-right: 1px solid rgba(39, 39, 39, 0.149);
    cursor: pointer;
}

.filter_quick_menu li span {
    position: relative;
    padding: 15px 0;
}

.filter_quick_menu li span:before {
    content: '';
    box-sizing: border-box;
    height: 3px;
    width: 100%;
    background: #ff0000;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
    transform: scaleX(0);
    transform-origin: 50% 50%;
}

.filter_quick_menu li span:hover:before {
    transform: scaleX(1);
}
.filter_quick_menu li.current span:before {
    transform: scaleX(1);
}
.filter_quick_menu li:last-child {
    border: none;
}


.filter_wrap {
    display: flex;
    justify-content: space-between;
    width: 53%;
}

#filter_table .select_container {
    position: relative;
    width: 49%;
    display: inline-block;
}

#filter_table .select_container:nth-child(1) {
    display: none;
}

#filter_table select {
    font-family: 'GothamPro';
    display: block;
    color: black;
    height: 48px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    outline: none;
    border-radius: 24px;
    background: url(../img/ico_select.png) 90% 50% no-repeat transparent;
    border: 1px solid black;
}

#filter_table select[name="models"] {
}

#filter_table select[name="complects"] {
}

#filter_table select[name="engine"] {
}

#filter_table select option {
    color: black;
}


.tb_complects {
    width: 100%;
    color: black;
    border-collapse: collapse;
    margin: 0px auto;
    font-weight: 400;
}

.tb_complects tr {
    /* padding: 15px 0; */
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.149);
}

.tb_complects.limit tr:nth-child(n+5) {
    display: none;
}

.tb_complects tr:first-child {
    display: none;
}

.tb_complects tr th {
    text-align: left;
    font-size: 16px; /* text-transform:uppercase; */
    background: #ededed;
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
    height: 53px;
    box-sizing: border-box;
}

.tb_complects tr td {
    box-sizing: border-box;
    vertical-align: middle;
    padding: 40px 0 30px;
    text-align: left;
}

.tb_complects tr td:nth-child(1) {
    width: 39%;
    padding-left: 15px;
}

.tb_complects tr td:nth-child(2) {
    width: 25%;
    /* text-align: center; */
}

.tb_complects_showmore {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 60px;
    display: block;
    text-decoration: none;
}

.tb_complects_showmore span {
    display: inline-block;
    padding-right: 35px;
    background: url("../img/arrow_sm_hov.png") 100% 50% no-repeat;
    transition: all .3s;
}

.tb_complects_showmore span:hover {
    background: url("../img/arrow_sm.png") 100% 50% no-repeat;
}

.tb_complects_showmore:hover { /* border-color:#1c69d4; */
}


.tb_complects tr .btns {
    padding-right: 45px;
    width: 35%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.tb_complects tr .btns .btn {
    width: 100%;
}

.tb_complects tr td .param0 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 300;
}

.tb_complects tr td .param1 {
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 30px;
}

.tb_complects tr td .param2 > div {
    color: #ffffff;
    font-size: 18px;
    margin-top: 15px;
    padding-left: 20px;
    position: relative;
}

.tb_complects tr td .param2 > div:before {
    content: '';
    width: 13px;
    height: 13px;
    background: #ff0000;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 3px;
}

.compl_opt_text {
    display: none;
}

.tb_complects tr td.compl_opt {
    width: 100%;
    position: relative;
    padding: 0;
    margin: 0 0 75px;
    display: none;
}

.tb_complects tr td .compl_opt_wrap {
    color: #ffffff;
    position: relative;
}

.tb_complects tr td .compl_opt_wrap .opt_name {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.tb_complects tr td .compl_opt_wrap ul {
    /*display: flex;
    flex-flow: wrap;
    justify-content: space-between;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 10px;
    padding: 20px;
    margin: 0;
    border: 1px solid #324047;
    list-style: none;
}

.tb_complects tr td .compl_opt_wrap ul li {
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.tb_complects tr td .compl_opt_wrap ul li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #FF0000;
    border-radius: 50%;
    top: 8px;
    left: 0;
}

.tb_complects tr td .close {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 1;
    cursor: pointer;
    display: none;
}

.tb_complects tr td .btn.opts {
    cursor: pointer;
}

.tb_complects tr td .btn.opts i {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-style: normal;
    background: url("../img/ico_opts.png") 50% no-repeat;
    transition: all .3s;
    margin-left: 5px;
}

.tb_complects tr td .btn.opts:hover i {
    background: url("../img/ico_opts_hov.png") 50% no-repeat;
}

/**********************
        TRADEIN
**********************/

.tradein {
    margin-top: 100px;
}

.tradein_title {
    font-family: 'Unbounded';
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 30px;
}

.tradein_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tradein_img {
    width: 66%;
}

#tradein_form {
    width: 31.4%;
}

#tradein_form .tradein_comment {
    font-size: 21px;
    margin-bottom: 30px;
}

#tradein_form .agree_field,
#tradein_form .agree_field a {
    color: #272727;
}

/**********************
      ADVANTAGES
**********************/

.advantages {
    margin-top: 90px;
}

.ags_title {
    font-family: 'Unbounded';
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 30px;
}

.ags_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}

.ags_list a {
    display: block;
    box-sizing: border-box;
    background: #ffffff;
    text-decoration: none;
    color: #272727;
    min-height: 200px;
    padding: 30px;
    font-size: 24px;
    position: relative;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0px 6px 20px 0px rgba(113, 113, 113, 0.1);
}

.ags_list a:after {
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    background: url("../img/ags_arrow.png") 50% no-repeat;
    position: absolute;
    right: 30px;
    bottom: 30px;
    transition: all .3s;
}

.ags_list a:hover {
    color: #ffffff;
    background: #0e1f27;
}

.ags_list a:hover:after {
    transform: rotate(90deg);
    background: url("../img/ags_arrow_wt.png") 50% no-repeat;
}

.ags_img {
    box-shadow: 0px 6px 20px 0px rgba(113, 113, 113, 0.1);
}

/**********************
        OFFER
**********************/

.offer {
    padding: 85px 0;
    background: url("../img/offer_bg.jpg") 50% 0 no-repeat;
    margin-top: 100px;
}

.offer_wrap {
    width: 645px;
    max-width: 100%;
    margin: 0 auto;
}

.offer_title {
    font-family: 'Unbounded';
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 45px;
    font-size: 44px;
}

#offer_form {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

#offer_form .form-group {
    width: 49%;
}

#offer_form input[type=tel] {
    color: #ffffff;
    border-color: #ffffff;
}

#offer_form input[type=tel]::placeholder {
    color: #ffffff;
}

#offer_form .agree_field,
#offer_form .agree_field a {
    color: #ffffff;
}

/**********************
      CONTACTS
**********************/

.contacts {
    margin-top: 100px;
}

.cont_title {
    margin-bottom: 40px;
    font-size: 44px;
    font-weight: 700;
    font-family: 'Unbounded';
}

.cont_wrap {
    display: flex;
    justify-content: space-between;
}

#map1 {
    width: 66.3%;
    height: 394px;
    background: url("../img/map.jpg") 50% 0 no-repeat;
    box-shadow: 0px 6px 20px 0px rgba(113, 113, 113, 0.1);
}

.cont_text {
    width: 360px;
    margin-top: 5px;
}


.cont_logo {
    margin-bottom: 45px;
    width: 120px;
}

.bot_addr {
    margin-bottom: 20px;
    font-size: 18px;
}

.worktime {
    margin-bottom: 25px;
    font-size: 18px;
}

.bot_phone {
    font-size: 24px;
    font-weight: 700;
    text-decoration: none;
    color: #272727;
}

.quest {
    margin-top: 45px;
}

.quest_text {
    font-size: 24px;
    margin-bottom: 20px;
}

/**********************
        FOOTER
**********************/

footer {
    padding: 15px 0;
    margin-top: 55px;
    background: #0e1f27;
}

.foot_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yurinfo {
    color: #ffffff;
    font-size: 14px;
}

footer .switch {
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    text-align: right;
}

footer .yurlink {
    display: block;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    margin-bottom: 5px;
    text-align: right;
}

footer .disclamer {
    color: #ffffff;
    font-size: 14px;
    text-align: left;
    display: none;
    padding-top: 20px;
}


/*------------------------------------------------------------------------------------------------------------------------*/
@media (max-width: 1400px) {
	.head_wrap {
		padding:10px 0;
	}
	.head_wrap .btn {
		height:32px;
	}
	.menu a {
		padding:10px 0;
	}
	.car_item {
	    padding: 20px 0 20px 20px;
		margin-bottom:40px;
	}
	.car_img img {
		width:80%;
	}
	.car_name {
		font-size: 36px;
	    width: 450px;
	    height: 54px;
	}
	.car_profit {
	    font-size: 22px;
background-size: auto 100%;
    padding-left: 52px;
    display: flex;
    align-items: center;
	}
	.car_profit b {
		font-size: 34px;
		padding-left:6px;
	}
	.car_props > div {
	    font-size: 20px;
	}
    .car_text {
        padding-top: 17px;
    }
}

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
    .top_addr {
        display: none;
    }

    .menu_blocks {
        width: 35%;
    }

    /*******************************************************************************/

    .timer_block {
        flex-direction: column;
    }

    .timer_title {
        text-align: center;
    }

    .timer_form {
        width: 100%;
        margin-top: 20px;
    }

    /*******************************************************************************/

    .cars_menu_wrap .swiper-button-prev {
        left: -25px;
    }

    .cars_menu_wrap .swiper-button-next {
        right: -25px;
    }

    .car_profit b {
        font-size: 36px;
    }

    .car_comment {
        font-size: 20px;
    }

    .car_props > div {
        font-size: 20px;
    }

    /*******************************************************************************/

    .tradein_img {
        width: 55%;
    }

    #tradein_form {
        width: 39%;
    }

    /*******************************************************************************/

    .ags_list a {
        font-size: 20px;
    }

    /*******************************************************************************/

    #map1 {
        width: 60%;
    }

}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {

    .tb_complects tr td .compl_opt_wrap ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .menu_blocks {
        width: 45%;
    }

    /*******************************************************************************/

    .title1 span {
        font-size: 30px;
    }

    .title1 {
        font-size: 26px;
    }

    /*******************************************************************************/

    .car_wrap {
        flex-direction: column;
    }

    .car_image {
        width: 100%;
    }

    .car_img {
        width: 100%;
        text-align: center;
    }

    .car_item .swiper-button-prev {}

    .car_text {
        width: 100%;
        margin-top: 30px;
        padding-top: 0;
        min-height: auto;
    }

    .car_profit {
        margin: 20px 0;
    }
    
    .car_insale {
        margin: 20px 0;
    }

    .car_profit b {
        font-size: 42px;
    }

    .car_props {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .car_comment {
        margin-top: 15px;
    }

    /*******************************************************************************/


    .compl_title {
        font-size: 30px;
    }

    #filter_table {
        padding: 20px 15px;
        flex-direction: column;
        align-items: center;
    }

    .filter_wrap {
        width: 100%;
        margin-top: 15px;
    }

    .tb_complects tr .btns {
        padding-right: 20px;
    }

    /*******************************************************************************/

    .tradein_wrap {
        flex-direction: column;
    }

    .tradein_img {
        width: 100%;
    }

    #tradein_form {
        width: 100%;
        margin-top: 30px;
    }

    /*******************************************************************************/

    .ags_title {
        font-size: 30px;
    }

    .ags_list {
        grid-template-columns: repeat(2, 1fr);
    }

    /*******************************************************************************/

    .offer_title {
        font-size: 40px;
    }

    /*******************************************************************************/

    .cont_wrap {
        flex-direction: column-reverse;
    }

    .cont_text {
        width: 100%;
        margin-bottom: 30px;
    }

    #map1 {
        width: 100%;
    }

}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 991px) {
    .car_img img {
        width: 100%;
        float: none;
    }
    .image_cont {
        height: 440px;
        margin-top: 20px;
    }
    .image_cont {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .banner_slider .swiper-pagination {
        display: none;
    }
    .products_link {
        margin-bottom: 18px;
    }
    .btn-up {
        display: block;
        width: 66px;
        bottom: 110px;
        position: fixed;
        right: 23px;
        z-index: 5;
    }
    .btn-up svg {
        width: 100%;
        height: 100%;
    }
    #CalltouchWidgetFrame {
        right: 0px !important;
        left: auto !important;
    }
    .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%;
    }

    .resp_table tr {
        display: block;
        padding-bottom: 0px;
    }

    .resp_table tr th {
        display: none;
    }

    .resp_table tr td {
        width: 100%;
        display: block;
        box-sizing: border-box;
        padding: 5px 15px;
    }

    .resp_table tr td:before {
        display: inline-block;
        width: 43%;
        margin-right: 2%;
        font-weight: 700;
        vertical-align: top;
        display: none;
    }

    .resp_table img {
        display: block;
        margin: 0 auto;
        width: 100%;
        width: auto;
        height: auto;
        max-width: 100%;
    }

    .tb_complects_container {
        padding-bottom: 0px;
    }

    #instock {
        padding: 40px 0;
    }

    #filter_table { /* display:block; */
        padding: 20px 15px;
    }

    #filter_table .select_container {
        width: 100%;
        padding-bottom: 10px;
    }

    .tb_complects {
        padding-bottom: 30px;
    }

    .tb_complects tr {
        background: none;
        margin-bottom: 0px;
        margin-top: 40px;
        row-gap: 15px;
        flex-direction: column;
    }

    .tb_complects tr td {
        padding: 0px;
    }

    .tb_complects tr td .model {
        padding-left: 0px;
    }

    .tb_complects tr td:nth-child(1) {
        width: 100%;
        padding-left: 0;
    }

    .tb_complects tr td:nth-child(2) {
        width: 100%;
        padding: 10px 0;
    }

    .tb_complects tr td:nth-child(3) {
        width: 100%;
        padding-bottom: 10px;
    }

    .tb_complects tr td .btn.opts {
        display: none;
    }

    .tb_complects tr td.compl_opt {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .tb_complects tr td.compl_opt .close {
        top: 10px;
        right: 15px;
    }

    .tb_complects tr td .compl_opt_wrap {

    }

    .tb_complects tr td .compl_opt_wrap li {
        font-size: 3.5vw;
    }

    /*******************************************************************/

    header .m_btn {
        display: block;
        position: absolute;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 3px;
        right: 10px;
    }

    header .m_btn span {
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        background: #ff0000;
        transition: all .3s 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(-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: white;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all .3s linear;
        z-index: 2;
        padding: 10px 0;
    }

    .menu.active {
        right: 0;
    }

    .menu > div {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .menu a {
        padding: 10px 0;
    }

    /***************************************************************/

    header {
        padding: 10px 0px;
    }

    .head_wrap {
        width: 88%;
        padding: 5px 0;
    }

    .logo_wrap {
        column-gap: 10px;
        width: 45%;
    }

    .logo1 {
        width: 60%;
    }

    .logo1 img {
        height: auto;
    }

    .top_addr {
        display: none;
    }

    .head_wrap .btn {
        display: none;
    }

    .top_phone {
        font-size: 4vw;
	white-space: nowrap;
    }

    /*******************************************************************************/

    body {
        background-size: 100%;
        background-position: 50% 150px;
    }

    .banner_slider .swiper-slide {
        background-size: 100%;
        background-position: 50% 150px;
    }

    .title_container {
        padding-top: 70px;
    }

    .title1 {
        text-align: center;
        font-size: 22px;
    }

    .title1 span {
        font-size: 4vw;
        display: block;
    }

    .title_container .btn {
        width: 100%;
    }

    /*******************************************************************************/

    .timer_block {
        margin-top: 70vw;
        flex-direction: column;
    }
    .title_des span {
        font-size: 26px;
        width: 100%;
        display: block;
        text-align: center;
    }
    .timer_title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 0;
    }

    .timer {
        display: flex;
        justify-content: center;
    }

    div[id^=timer] {
        transform: scale(0.6) !important;
    }

    .timer_form {
        width: 100%;
        flex-wrap: wrap;
    }

    .timer_form_comment {
        font-size: 18px;
        text-align: center;
    }

    .timer_form_comment br {
        display: none;
    }

    #timer_form .form-group {
        width: 100%;
    }
    
    /*******************************************************************************/

    .cars_items {
        margin-top: 40px;
    }

    .cars_items_title {
        font-size: 24px;
        text-align: center;
    }

    .cars_menu_wrap {
        padding: 15px;
    }

    .cars_menu .menu_name {
        white-space: normal;
    }

    .cars_menu_wrap .swiper-button-prev {
        left: -20px;
    }

    .cars_menu_wrap .swiper-button-next {
        right: -20px;
    }

    .car_item {
        padding: 0 15px;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .car_item .swiper-button-prev {
    left: 15px;
}

    .car_wrap {
        flex-direction: column;
    }

    .car_image {
        width: 100%;
        flex-direction: column;
        padding-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        min-height: auto;
    }

    .car_image:after {
        width: 70%;
    }

    .car_name {
        position: relative;
        top: 0;
        right: 0;
        width: 100%;
        font-size: 26px;
        height: 50px;
    }

    .car_img {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .car_text {
        width: 100%;
        margin-top: 30px;
        min-height: auto;
        padding-top: 0;
    }

    .car_profit {
        margin: 10px 0;
        padding: 10px 0 10px 42px;
        font-size: 18px;
        background-size: 38px;
    }
    
    .car_insale {
        margin-top: 20px;
    }

    .car_profit b {
        font-size: 22px;
    }

    .car_comment {
        margin-top: 15px;
    }

    .car_props {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .car_props > div {
        font-size: 18px;
    }

    .car_props > div.ico5 {
        margin-top: 0;
    }

    .car_btns {
        flex-direction: column;
    }

    .car_btns .btn {
        width: 100%;
        margin-top: 10px;
    }

    .car_gallery {

margin-right: -55px !important;

}

    .car_gallery a {
        width: 32%;
        height: 80px;
    }

    .car_gallery a:nth-child(n+4) {
        display: none;
    }

    .car_gallery a.active {
        width: 32%;
    }

    /*******************************************************************************/


    .compl_title {
        font-size: 26px;
        text-align: center;
    }

    #filter_table {
        padding: 20px 15px;
        flex-direction: column;
        align-items: center;
    }

    .filter_quick_menu li {
        font-size: 16px;
        padding: 10px;
    }

    .filter_wrap {
        width: 100%;
        margin-top: 15px;
        flex-direction: column;
    }

    .tb_complects tr td .param1 {
        margin-bottom: 10px;
    }

    .tb_complects tr .btns {
        padding-right: 0;
        padding-bottom: 0 !important;
    }

    .tb_complects_showmore {
        margin-top: 30px;
    }

    .tb_complects tr td .compl_opt_wrap ul {
        grid-template-columns: 1fr;
    }

    /*******************************************************************************/

    .tradein {
        margin-top: 40px;
    }

    .tradein_title {
        text-align: center;
        font-size: 26px;
    }

    .tradein_wrap {
        flex-direction: column;
    }

    .tradein_img {
        width: 100%;
    }

    #tradein_form {
        width: 100%;
        margin-top: 30px;
    }

    /*******************************************************************************/

    .advantages {
        margin-top: 40px;
    }

    .ags_title {
        font-size: 26px;
        text-align: center;
    }

    .ags_list {
        grid-template-columns: 1fr;
    }

    .ags_list a {
        font-size: 20px;
        min-height: 150px;
    }

    /*******************************************************************************/

    .offer {
        margin-top: 40px;
        padding: 0;
        background: none;
    }

    .offer_title {
        font-size: 26px;
        text-align: center;
        color: #272727;
        margin-bottom: 20px;
    }

    #offer_form .form-group {
        width: 100%;
    }

    #offer_form input[type=tel] {
        border-color: #272727;;
        color: #272727;
    }

    #offer_form input[type=tel]::placeholder {
        color: #272727;
    }

    #offer_form .agree_field,
    #offer_form .agree_field a {
        color: #272727;
    }

    /*******************************************************************************/

    .contacts {
        margin-top: 40px;
    }

    .cont_title {
        text-align: center;
        font-size: 26px;
    }

    .cont_wrap {
        flex-direction: column-reverse;
    }

    .cont_text {
        width: 100%;
        margin-bottom: 30px;
    }

    .cont_logo {
        margin-bottom: 20px;
    }

    .quest {
        margin-top: 20px;
    }

    .quest_text {
        font-size: 20px;
    }

    #map1 {
        width: 100%;
        /* background: url("../img/map_mob.jpg") 50% no-repeat; */
        background-position: 15% 50%;
    }

    /*******************************************************************************/

    .foot_wrap {
        flex-direction: column;
    }

    .yurinfo {
        margin-bottom: 20px;
    }

    footer .yurlink,
    footer .switch {
        text-align: center;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 580px) {
    .timer_block {
        margin-top: 81vw;
    }
    .image_tabs {
        align-items: start;
    }
    .image_cont {
        margin-top: 0;
    }
    .car_image {
        padding-top: 30px;
    }
    .image_cont {
        height: 84vw;
    }
}
@media (max-width: 390px) {
    .title1 span {
        margin-bottom: 190px;
    }
    .title_des {
        margin-top: 62vw;
    }
    .timer_block {
        margin-top: 130vw;
    }
    .title_container {
        padding-top: 62px;
    }
    .title1 span {
        font-size: 8vw;
    }
    .car_name {
        position: absolute;
        top: 24px;
        right: auto;
        left: 20px;
        width: 90%;
    }
    .car_insale {
        position: absolute;
        top: 70px;
    }
    .car_profit {
        position: absolute;
        top: 70px;
    }
    .car_wrap {
        padding-top: 130px;
    }
    .car_text {
        margin-top: 16px;
        order: 2;
    }
    .car_item {
        padding-bottom: 28px;
    }
    .car_props {
        margin-top: 0;
    }
    .image_cont {
        margin: 0;
        height: 108vw;
    }
    .image_tabs {
        display: grid;
        padding-right: 0;
    }
    .image_tabs_colors {
        padding-left: 0;
        order: 2;
        display: flex;
        justify-content: center;
        gap: 20px;
    }
}

@media (max-width: 360px) {
    .top_phone {
        font-size: 14px;
    }

    .title1 span {
        font-size: 24px;
    }

    div[id^=timer] {
        transform: scale(0.5) !important;
    }

    .cars_menu .menu_name {
        font-size: 14px;
    }

    .car_profit b {
        font-size: 22px;
    }

    .ags_list a {
        font-size: 16px;
    }
}

@media (max-width: 320px) {
    .car_profit {
        display: grid;
        padding: 10px 0 10px 50px;
    }
    .car_profit b {
        padding-left: 0;
    }
}



















