/*
@font-face {
    font-family:"TacticSans";
    src: url(../fonts/TacticSans-Lgt.otf) format("opentype");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"TacticSans";
    src: url(../fonts/TacticSans-Reg.otf) format("opentype");
    font-weight:500;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"TacticSans";
    src: url(../fonts/TacticSans-Med.otf) format("opentype");
    font-weight:600;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"TacticSans";
    src: url(../fonts/TacticSans-Bld.otf) format("opentype");
    font-weight:700;
    font-style:normal;
    font-display: swap;
}
*/
/* ****************** */
/*

@font-face {
    font-family:"TacticSansExd";
    src: url(../fonts/TacticSansExd-Lgt.otf) format("opentype");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"TacticSansExd";
    src: url(../fonts/TacticSansExd-Reg.otf) format("opentype");
    font-weight:500;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"TacticSansExd";
    src: url(../fonts/TacticSansExd-Med.otf) format("opentype");
    font-weight:600;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"TacticSansExd";
    src: url(../fonts/TacticSansExd-Bld.otf) format("opentype");
    font-weight:700;
    font-style:normal;
    font-display: swap;
}
*/
/* ****************** */

/*
@font-face {
    font-family:"TacticSansExtExd";
    src: url(../fonts/TacticSansExtExd-Lgt.otf) format("opentype");
    font-weight:400;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"TacticSansExtExd";
    src: url(../fonts/TacticSansExtExd-Reg.otf) format("opentype");
    font-weight:500;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"TacticSansExtExd";
    src: url(../fonts/TacticSansExtExd-Med.otf) format("opentype");
    font-weight:600;
    font-style:normal;
    font-display: swap;
}
@font-face {
    font-family:"TacticSansExtExd";
    src: url(../fonts/TacticSansExtExd-Bld.otf) format("opentype");
    font-weight:700;
    font-style:normal;
    font-display: swap;
}
*/


html {
    overflow-x: hidden;
}

body {
    font-family: "TacticSans", Arial, sans-serif;
    font-size: 16px;
    color: black;
    position: relative;
    font-weight: 400;
    padding: 0px;
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

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

.fancybox-slide--html .fancybox-close-small {
    color: #000 !important;
}

.fancybox-content {
    background: white;
    color: #fff;
}

.fancybox-container {
    z-index: 2147483647 !important;
}

* {
    box-sizing: border-box;
}

sup {
    font-size: 13px;
}

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

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

.resp_table {
    width: 100%;
}

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

.resp_table img {
    max-width: unset;
    width: unset;
    display: block;
    width: 100%;
    /* height: 60px; */
}

.t_black {
    color: black !important;
}

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

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

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    background: url(../img/ico_select.png) 100% 50% no-repeat;
    font-family: "TacticSans", Arial, sans-serif;
    outline: none;
}

.rub {
    font-style: normal;
    font-family: "Arial", sans-serif;
    font-size: 95%;
    font-weight: 700;
}

a {
    text-decoration: none;
}

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

input[type="text"],
input[type="tel"] {
    color: #939393;
}

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

#form_popup,
#form_popup_kred,
#form_popup_car_sale {
    display: none;
}

.popup_container {
    width: 520px;
    max-width: 100%;
    padding: 5px 29px;
    overflow: hidden !important;
    position: relative;
    box-sizing: border-box;
    /* border: 2px solid black; */
    background: white;
    text-align: center;
    padding-bottom: 30px;
    color: #000;
}

.popup_container .agree_field {
    color: #000;
    font-size: 12px;
}

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

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

.popup_container .form_comment {
    text-align: left;
    font-size: 15px;
    color: #ffffff;
    padding-bottom: 15px;
}

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

.popup_container .form_list {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
}

.popup_container .form_list li {
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding-left: 25px;
    background: url("../img/square.png") 0 50% no-repeat;
    color: #ffffff;
    text-align: left;
    margin-top: 10px;
}

.popup_container .description {
    margin-bottom: 15px;
    font-size: 16px;
}

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

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

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

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

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

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

.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-size: 14px;
}

.popup_container .form-group select {
    color: #939393;
    height: 60px;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    padding-left: 10px;
    height: 38px;
    background-color: white;
    border-radius: 5px;
    border: 2px solid #939393;
}

.popup_container .form-group button {
    cursor: pointer;
    height: 38px;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
}

#car_sale_content.popup_container {
    width: 824px;
    /* height: 620px; */
    height: 535px;
    padding: 0px 80px;
    color: #fff;
}

#car_sale_content .form_title {
}

#car_sale_content .form_title2 {
}

#car_sale_content .form_cars_images {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

#car_sale_content .form_cars_images .image {
    width: 63%;
}

#car_sale_content .form_cars_images .image img {
}

#car_sale_content .form_cars_images .images {
    width: 33%;
}

#car_sale_content .form_cars_images .images img {
}

#car_sale_content .description {
    text-align: left;
    margin-top: 20px;
}

#car_sale_content .description .form_model {
}

#car_sale_content .form-group_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

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

#car_sale_content.popup_container .form-group input[type="text"],
#car_sale_content.popup_container .form-group input[type="tel"] {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
}

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

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

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

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

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

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

.agree_field {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    top: 0px;
    font-weight: 400;
}

.agree_field a {
    color: #ffffff;
    text-decoration: underline;
}

.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-group {
    margin-bottom: 10px;
    position: relative;
}

form .form-group input[type="text"],
form .form-group input[type="tel"] {
    height: 60px;
    width: 100%;
    color: #000;
    font-size: 14px;
    box-sizing: border-box;
    font-weight: 400;
    text-align: left;
    border: 1px solid #fff;
    padding: 0px 20px;
    outline: none;
    background: transparent;
    border-radius: 7px;
    font-family: "TacticSans", Arial, sans-serif;
}

select {
    display: block;
    color: #fff;
    height: 60px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    background: url(../img/ico_select.png) right 20px center no-repeat;
    border: 1px solid #565b66;
    color: #565b66;
    border-radius: 7px;
}

form .form-group button {
    width: 100%;
    height: 60px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    font-family: "TacticSans", Arial, sans-serif;
}

form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

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

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

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

.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;
    white-space: nowrap;
}

.btn {
    background: #d00200;
    color: white;
    text-transform: uppercase;
    text-align: center;
    height: 60px;
    width: 280px;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid #d00200;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
    border-radius: 7px;
}

.btn span {
    display: inline-block;
    width: 100%;
}

.btn:hover {
    background: #272c38;
    border: 1px solid #272c38;
}

.btn.glass {
    color: #000;
    background: transparent;
    border: 1px solid #000;
}

.btn.glass:hover {
    color: #ca0100;
    border: 1px solid #ca0100;
}

.btn.white {
    color: #FA0000;
    background: #fff;
    border: 1px solid #fff;
}

.btn.white:hover {
    color: #fff;
    background: #272c38;
    border: 1px solid #272c38;
}

.widgetBtn__btn {
    display: none !important;
}


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

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background: #fff;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}
.header .logo_wrap {
    display: flex;
    align-items: center;
    font-size: 10.5px;
    color: #8f8f8f;
}
.header .logo_wrap > div {
    margin-left: 4px;
}
.header .logo {
}

.header .logo img {
}
.header .header_block {
    display: grid;
    row-gap: 10px;
}
.header .top_addr {
    font-size: 14px;
    position: relative;
}

.header .top_phone {
    position: relative;
}

.header .top_phone a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.header .btn {
    width: 270px;
    height: 50px;
}

.header .m_btn {
    display: none;
}

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

.menu {
    background: #f8f8f8;
    position: fixed;
    top: 96px !important;
    left: 0;
    right: 0;
    z-index: 5;
    padding: 10px 0;
}

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

.menu_wrap a {
    font-size: 13px;
    color: #4f4f4f;
    text-align: center;
    text-decoration: none;
    position: relative;
}

.menu_wrap a b {
    margin-top: 2px;
    display: block;
    color: #000000;
    font-size: 14px;
}
.menu_wrap a.link_black span {
    font-size: 14px;
    font-weight: 700;
    color: #000000;
}
.menu_wrap a span {
    font-size: 14px;
    font-weight: 700;
    color: #bb171b;
}

.menu_wrap a font {
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
    font-size: 9px;
    color: #ffffff;
    padding: 1px 5px;
    background: #bb171b;
}

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

header {
}

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

.header .logo {
}

.header .logo_wrap img {
}

.header .logo2 {
    width: 28%;
}

.header .logo_wrap span {
    text-align: center;
    display: block;
    font-size: 12.5px;
    font-weight: 600;
    margin-top: 7px;
    color: #000;
}

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

.header .top_phone {
    position: relative;
}

.header .top_phone a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.header .btn {
    width: 220px;
    height: 50px;
}

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


.popup-open-hours {
    position: fixed;
    z-index: 10;
    top: 0%;
    right: 0;
    font-weight: 500;
}
.popup-open-hours__btn {
    color: #fff;
    background: #D00200;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 20px;
    box-shadow: -1px 0px 8px 0px #61040380;
    border-radius: 10px 10px 0 0;
    transform: rotate(-90deg);
    transform-origin: bottom right;
    cursor: pointer;
    font-size: 20px;
}
.popup-open-hours__ico {
    transform: rotate(90deg);
}
.popup-open-hours__text {}
.popup-open-hours__main {
    display: none;
    position: absolute;
    left: -120px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: -1px 0px 8px 0px #61040380;
}
.popup-open-hours__main.open {
    display: block;
}
.popup-open-hours__img {}
.popup-open-hours__img img {}
.popup-open-hours__text-main {
    padding: 40px;
    font-size: 20px;
}
.popup-open-hours__text-main-block {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}
.popup-open-hours__text-main-block div {
    margin-bottom: 5px;
}
.popup-open-hours__text-main-block div span {
    color: #D00200;
}
.popup-open-hours__text-main-line {
    width: 100%;
    height: 1px;
    background: #B3B3B3;
    margin: 14px 0;
}


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

.banner {
    position: relative;
    margin-top: 150px;
    /* padding-top: 15px; */
}

.banner .slider {
}

.banner .slider .item {
    height: 785px;
    outline: none;
    position: relative;
}

.banner .slider .item .erid {
    color: #ffffff;
    font-size: 14px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.banner .slider .item.bg1 {
    background: url(../img/banner_slider/bg1.jpg) 50% 0 no-repeat;
}

.banner .slider .item.bg2 {
    background: url(../img/banner_slider/bg2.jpg) 50% 0 no-repeat;
}

.banner .slider .item.bg5 {
    background: url(../img/banner_slider/bg5jpg) 50% 0 no-repeat;
    background-size: contain !important;
}

.webp .banner .slider .item.bg5 {
    background: url(../img/banner_slider/bg5.webp) 50% 0 no-repeat;
    background-size: contain !important;
}

.banner .slider .item.bg6 {
    background: url(../img/banner_slider/bg6.jpg) 50% 0 no-repeat;
}




.banner .title_container .content.slide1 {
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 40px 0 20px;
    margin-top: 40px;
    width: 120%;
    left: -10%;
}

.banner .title_container .content.slide1 .title {
    font-size: 42px;
    font-weight: 700;
    padding-top: 30px;
    text-transform: uppercase;
    color: #000000;
}

.banner .title_container .content.slide1 .title font:last-child {
    font-size: 28px;
}

.banner .title_container .content.slide1 .title_props {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    column-gap: 25px;
}

.banner .title_container .content.slide1 .title_props a {
    flex-shrink: 0;
}

.banner .title_container .content.slide1 .title_props a:first-child {
    margin-left: 0px;
}

.banner .title_container .content.slide1 .title b {
    display: block;
    font-size: 70px;
    font-family: "TacticSansExd";
}

.banner .title_container .content.slide1 .title b i {
    font-style: normal;
    color: #d00200;
}

.banner .title_container .content.slide1 .title i {
    font-style: normal;
    display: inline-block;
    position: relative;
}

.banner .title_container .content.slide1 .title i:after {
    content: "";
    height: 4px;
    width: 100%;
    background: #d00200;
    border-radius: 2px;
    position: absolute;
    bottom: 2px;
    left: 0;
}

.banner .title_container .content.slide1 .title span {
    /* color: #d00200; */
}

.banner .title_container .content.slide1 .title span b {
    color: #000000;
}

.banner .title_container .content.slide1 .title font {
    display: block;
}

.banner .title_container .content.slide1 .title_comment {
    font-size: 32px;
    font-family: "TacticSansExd";
}

.bn_sticker {
    position: absolute;
    top: 80px;
    right: 0;
    z-index: 10;
}


.banner .slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    bottom: 28px;
    position: absolute;
    width: 100%;
}
.banner .slick-dots button {
    display: none;
}
.banner .slick-dots li {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.2s linear;
}
.banner .slick-dots li:hover,
.banner .slick-dots li.slick-active {
    background: #d00200;
}
.banner__title1 {
    color: #000000;
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    /*padding-top: 50px;*/
    text-transform: uppercase;
    position: relative;
}
.banner__title1 .br_mob {
    display: none;
}
.banner__title1 b {
    font-size: 44px;
    color: #D00200;
}
.banner__title2 {
    color: #D00200;
    font-size: 44px;
    font-weight: 700;
    /*text-shadow: 0 0 8px rgba(255, 255, 255, .8);*/
    text-align: center;
}
.banner__title2 sup {
    position: relative;
    top: -10px;
}
.banner__title2 .text_sm {
    font-size: 30px;
}

.banner__title2 b{
    font-size: 60px;
    color: #ffffff;
}


.pulsating-text-red {
    animation: pulse-red 1.5s infinite ease-in-out;
}

.pulsating-text-white {
    animation: pulse-white 1.5s infinite ease-in-out;
}

@keyframes pulse-red{
    0% {
        color: #D00200;
        opacity: 1;
    }
    50% {
        color: #D00200;
        opacity: 0.5;
    }
    100% {
        color: #D00200;
        opacity: 1;
    }
}

@keyframes pulse-white{
    0% {
        color: #ffffff;
        opacity: 1;
    }
    50% {
        color: #ffffff;
        opacity: 0.5;
    }
    100% {
        color: #ffffff;
        opacity: 1;
    }
}

.banner__title3 {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
    text-align: center;
}

.banner .title_container .content .pl_tires {
    display: flex;
    align-items: center;
    width: 443px;
    height: 123px;
    padding-left: 190px;
    color: #ffffff;
    text-decoration: none;
    background: url("../img/pl_tires.png?v=3") 0 0 no-repeat;
    position: absolute;
    bottom: -40px;
    right: -135px;
    transition: all 0.3s;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
}

.banner .title_container .content .pl_tires b {
    /* font-weight: 600; */
}

.banner .title_container .content .pl_tires:hover {
    background: url("../img/pl_tires_hov.png") 0 0 no-repeat;
    color: #000000;
}

.title_props {
    margin-top: 210px;
}

.title_props a {
    display: flex;
    align-items: center;
    color: #000000;
    font-family: "TacticSans";
    font-weight: 600;
    font-size: 18px;
    padding: 12px 20px 12px 48px;
    text-align: left;
    transition: all 0.3s;
    position: relative;
    outline: none;
    line-height: 110%;
    background: #fff;
    border-radius: 50px;
}
.title_props a:hover {
    color: #d00200;
}
.title_props a span {
    font-size: 54px;
}

.title_props a i {
    font-family: Arial;
    font-style: normal;
    font-size: 0.7em;
}

.title_props a:before {
    content: "";
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    position: absolute;
    left: 14px;
    transition: all 0.3s;
    padding-top: 5px;
}

.title_props a.ico1:before {
    content: '';
    background: url("../img/title_props_ico1.svg") 50% 50% no-repeat;
}
.title_props a.ico1:hover:before {
    content: '';
    background: url("../img/title_props_ico1_hover.svg") 50% 50% no-repeat;
}
.title_props a.ico2:before {
    content: '';
    background: url("../img/title_props_ico2.svg") 50% 50% no-repeat;
}
.title_props a.ico2:hover:before {
    content: '';
    background: url("../img/title_props_ico2_hover.svg") 50% 50% no-repeat;
}
.title_props a.ico3:before {
    content: url("../img/title_ico3.png");
}

.title_props a.ico3:hover:before {
    content: url("../img/title_ico3_hov.png");
}

.title_props a.ico4:before {
    content: url("../img/title_ico4.png");
}

.title_props a.ico4:hover:before {
    content: url("../img/title_ico4_hover.png");
}

.title_props a.ico5:before {
    content: url("../img/title_ico5.png");
}

.title_props a.ico5:hover:before {
    content: url("../img/title_ico5_hover.png");
}

.title_props a.ico6:before {
    content: url("../img/title_ico6.png");
    top: -5px;
}

.title_props a.ico6:hover:before {
    content: url("../img/title_ico6_hover.png");
}

.title_props sup {
    font-size: 10px;
    position: relative;
    top: -5px;
}

.banner .title_container .content.slide2 {
    padding-top: 30px;
    position: relative;
    margin-top: 90px;
}
.banner .title_container .content.slide2:before {
    content: '';
    top: 0;
    position: absolute;
    left: -30%;
    width: 160%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 7.77%, rgba(255, 255, 255, 0.9) 24.37%, rgba(255, 255, 255, 0.9) 73.58%, rgba(255, 255, 255, 0) 96.59%);
}
.banner .title_container .content.slide2 .title {
    font-size: 35px;
    font-weight: 700;
    padding-top: 35px;
    color: #ffffff;
}

.banner .title_container .content.slide2 .title b {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #d00200;
}

.banner .title_container .content.slide2 .title span {
    border-radius: 6px;
    display: block;
    font-weight: 400;
    padding-top: 20px;
    font-size: 27px;
}

.banner .title_container .content.slide2 .title span b {
    color: inherit;
    text-transform: none;
}

.banner .title_container .content.slide2 .title span b b {
    color: #d00200;
}

.banner .title_container .content.slide2 font {
    display: block;
    margin-top: 15px;
}
.banner .title_container .content.slide2 .btn {
    margin-top: 10px;
    bottom: -14px;
}
.banner .title_container .content.slide3 .title {
    font-size: 47px;
    font-weight: 700;
    padding-top: 90px;
    text-transform: uppercase;
    color: #ffffff;
}

.banner .title_container .content.slide3 .title i {
    font-style: normal;
    color: #d00200;
}

.banner .title_container .content.slide1 .title i {
}

.banner .title_container .content.slide3 .title b {
    display: block;
    font-size: 85px;
    text-shadow: 5.967px 0.627px 14.76px rgba(0, 0, 0, 0.83);
}

.banner .title_container .content.slide3 .title b i {
    color: #d00200;
    font-style: normal;
}

.banner .title_container .content.slide3 .title span {
    border-radius: 6px;
    display: block;
    font-weight: 400;
    padding-top: 20px;
    font-size: 27px;
}

.banner .title_container .content.slide3 .title span b {
    color: inherit;
    text-transform: none;
}

.banner .title_container .content.slide3 .title span b b {
    color: #d00200;
}

.banner .title_container .content.slide3 font {
    display: block;
    margin-top: 15px;
}

.banner .title_container .content.slide3 .title_props a {
    color: #ffffff;
}

.banner .title_container .content.slide4 .title {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 45px;
    font-size: 35px;
    font-weight: 600;
    margin-top: 25px;
}

.banner .title_container .content.slide4 .title b {
    text-transform: uppercase;
    font-size: 46px;
}

.banner .title_container .content.slide4 .title b span {
    color: #d00200;
}

.banner .title_container .content.slide4 .btn {
    margin-top: 15px;
    margin-left: 45px;
}

.banner .title_container .content.slide4 .title_props {
    margin-top: 420px;
    display: flex;
    align-items: center;
}

.banner .title_container .content.slide4 .title_props a {
    margin-bottom: 0;
}

.banner .title_container .content.slide4 .title_props a.ico5 {
    margin-right: 90px;
}

.banner .title_container .content.slide4 .title_props a.ico6:before {
    top: -7px;
}

.banner .title_container .btn {
    margin: 15px auto -50px;
    width: 365px;
    font-size: 17px;
}

.banner .timer_container {
    display: flex;

    justify-content: space-evenly;

    align-items: center;

    margin-top: 365px;
}

.banner .timer_container .timer_title {
    font-size: 19px;

    font-weight: 600;

    text-transform: uppercase;
}

.banner .timer_container .timer_title br {
}

.banner .timer_container .timer {
}

.banner .timer_container .timer div[id^="timer"] {
}

.banner .timer_container .timer span[id^="timer"] {
    font-family: "TacticSans", Arial, sans-serif !important;
}

.banner .timer_container .btn {
    width: 350px;
}

/* slick */

.banner .slick-arrow {
    position: absolute;

    top: 50%;

    z-index: 1;

    cursor: pointer;

    width: 50px;

    height: 50px;
    border-radius: 10px;
    border: none;

    color: transparent;

    font-size: 0;
    background: url(../img/btn_arrow.svg) 50% 50% no-repeat #fff;
    background-size: 30px;
    opacity: 0.8;
    transition: all 0.2s linear;
}
.banner .slick-arrow:hover {
    background: url(../img/btn_arrow_hover.svg) 50% 50% no-repeat #D00200;
    background-size: 30px;
    opacity: 1;
}
.banner .slick-prev {
    left: 15px;
    outline: none;
    transform: rotate(180deg) translateY(20px);
}
.banner .slick-prev:before,
.banner .slick-next:before {
    display: none;
}
.banner .slick-next {
    right: 15px;
    outline: none;
}

.banner .title_container .content.slide6 {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 67px 0 0;
}

.banner .title_container .content.slide6 .banner__logo {
    margin-bottom: 36px;
}

.banner .title_container .content.slide6 .banner__title1 {
    font-size: 36px;
    color: #ffffff;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
    
}

.banner .title_container .content.slide6 .banner__title2 {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.banner .title_container .content.slide6 .banner__title3 {
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    text-align: left;
}

.banner .title_container .content.slide6 .title_props {
    margin-top: 180px;
}

.banner .title_container .content.slide6 .title_props a {
    background: none;
    font-size: 16px;
    color: #ffffff;
    padding-left: 30px;
}

.banner .title_container .content.slide6 .title_props a:before {
    left: 0px;
    top: 33%;
    background: #ffffff;
    width: 8px;
    height: 8px;
    border-radius: 50%;
}


.banner .title_container .content.slide6 .title_props a::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 33%;
    background: #ffffff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    backdrop-filter: blur(5px)
}

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

.dealer_desc {
    background: #f4f4f4;
    padding: 25px 0;
}

.dealer_desc_text {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 400;
}

.dealer_desc_text b {
    color: #d00200;
}

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

.offer_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}

.offer_block_text {
    font-size: 20px;
}

.offer_block_text b {
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
}

.offer_block_text .btn {
    display: none;
}

.offer_timer {
}

/**************************************************************************************************************/
.promotion {
    margin-top: 25px;
}

.promotion__block {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    box-shadow: #0000001f 0px 0px 10px;
    border-radius: 10px;
    background-image: linear-gradient(110deg, #fa0000 0% 50%, #fff 50.3% 100%);
}

.promotion__text {
    width: 50%;
    padding: 30px;
    color: white;
}

.promotion__title {
    text-align: start;
    padding-left: 40px;
    margin: 0;
    margin-bottom: 20px;
    font-size: 24px;
    background-image: url("../img/hot_price.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.promotion__paragraph {
    margin: 0;
    font-size: 18px;
}

.promotion__timer {
    width: 50%;
    /* padding: 30px; */
}

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

.timer_block {
    margin-top: 365px;
}

.timer_block .container {
    display: flex;
    justify-content: flex-end;
}

.timer_title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    padding-left: 30px;
}

.timer_text {
}

.timer_text > span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.timer_text .btn {
    width: 100%;
}

div[id^="timer"] {
    white-space: nowrap;
}

#timer_form {
    width: 365px;
    max-width: 100%;
}

#timer_form input[type="tel"] {
    background: #ffffff;
    border: 1px solid #565b66;
    color: #000000;
}

#timer_form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #565b66;
}

#timer_form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #565b66;
}

#timer_form :-ms-input-placeholder {
    /* IE 10+ */
    color: #565b66;
}

#timer_form :-moz-placeholder {
    /* Firefox 18- */
    color: #565b66;
}

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

.ags_list {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}

.ags_list a {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    text-decoration: none;
    padding: 10px 0 10px 35px;
    transition: all 0.3s;
}

.ags_list a b {
    color: #d00200;
}

.ags_list a.ico1 {
    background: url("../img/ico1.png") 0 50% no-repeat;
}

.ags_list a.ico1:hover {
    background: url("../img/ico1_hov.png") 0 50% no-repeat;
}

.ags_list a.ico2 {
    background: url("../img/ico2.png") 0 50% no-repeat;
}

.ags_list a.ico2:hover {
    background: url("../img/ico2_hov.png") 0 50% no-repeat;
}

.ags_list a.ico3 {
    background: url("../img/ico3.png") 0 50% no-repeat;
}

.ags_list a.ico3:hover {
    background: url("../img/ico3_hov.png") 0 50% no-repeat;
}

.ags_list a.ico4 {
    background: url("../img/ico4.png") 0 50% no-repeat;
}

.ags_list a.ico4:hover {
    background: url("../img/ico4_hov.png") 0 50% no-repeat;
}

.ags_list a.ico5 {
    background: url("../img/ico5.png") 0 50% no-repeat;
}

.ags_list a.ico5:hover {
    background: url("../img/ico5_hov.png") 0 50% no-repeat;
}

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

.credit_0 {
    background: url(../img/credit_0_bg.jpg) 50% no-repeat;
    color: #fff;
    padding: 27px 0;
    margin-top: 0;
}

.credit_0 .container {
}

.credit_0 .content {
    position: relative;
}

.credit_0 .bank {
    position: absolute;
    top: 5px;
    left: 0;
}

.credit_0 .title {
    font-family: "TacticSansExd";
    font-size: 24px;
    font-weight: 400;
    padding-top: 25px;
}

.credit_0 .title span {
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

.credit_0 .title b {
    /* font-size: 138px; */
    font-size: 69px;
    line-height: 45%;
}

.credit_0 .title b i {
    font-style: normal;
    font-size: 60px;
}

.credit_0 .title font {
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 54px;
}

.credit_0 .title sup {
    position: relative;
    top: -20px;
}

.credit_0 .btn {
    width: 360px;
    margin-top: 10px;
}

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

.cars_items {
    padding-top: 40px;
}

.cars_items .car_item {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    padding: 24px;
    border-radius: 10px;
    background: #EBEBEB66;
}


.cars_items .car_item .car_hot_sale {
    color: #fff;
    font-size: 14px;
    background: url(../img/hot_sale.png) 0 50% no-repeat;
    padding: 10px 0 8px 12px;
    display: block;
    width: 132px;
    position: absolute;
    top: -25px;
    right: 0;
    border-radius: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.cars_items .car_item .car_hot_sale span {
}

.cars_items .car_item .car_hot_sale b {
    font-size: 18px;
}

.cars_items .image_block .car_image {
    position: relative;
    padding-left: 60px;
    z-index: 1;
}

.cars_items #fl_8_pro_max .image_block .car_image,
.cars_items #arrizo_8 .image_block .car_image {
    padding-left: 0;
}

.cars_items .image_block .car_gift {
    display: block;
    padding: 12px 12px 10px;
    min-width: 132px;
    background: url(../img/car_gift_bg.png) 100% 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    border-radius: 15px;
    color: #fff;
}

.cars_items .image_block .car_gift.gos_program {
    background: unset;
    background-color: #D00200;
    padding: 12px 30px 10px 12px;
    display: flex;
    z-index: 2;
}

.cars_items .image_block .car_gift.gos_program::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../img/gos_program_icon.svg) no-repeat center;
    background-size: contain;
    margin-right: 6px;
    vertical-align: middle;
}

.cars_items .image_block .car_gift b {

}

.cars_items .image_block .car_image .car_gift.warn {
    background: url(../img/ico_warn.png) 20px 10px no-repeat;
    font-size: 16px;
    font-weight: 600;
    padding: 55px 0 0 4px;
    transition: all 0.3s;
}

.cars_items .image_block .car_image .car_gift.warn:hover {
    background: url(../img/ico_warn_hover.png) 20px 10px no-repeat;
}

.cars_items .image_block .car_image .car_gift.warn:hover:before {
    background: #d00200;
}

.cars_items .car_item .image_block {
    position: relative;
    width: 100%;
    max-width: 610px;
}
.cars_items .car_item .image_block .car_image {
    padding-top: 50px;
    background: url(../img/car_name_bg.png) 0 0 no-repeat;
    width: 100%;
    max-width: 600px;
    max-height: 322px;
}

.cars_items #tenet_t4 .image_block .car_image {
    background: url(../img/tenet_name_bg.png) 0 0 no-repeat;
}

.cars_items #tenet_t7 .image_block .car_image {
    background: url(../img/tenet_name_bg.png) 0 0 no-repeat;
}

.cars_items #tenet_t8 .image_block .car_image {
    background: url(../img/tenet_name_bg.png) 0 0 no-repeat;
}

.cars_items .car_item#tiggo8_pro_plugin_hybrid .image_block .car_image {
    max-height: 360px;
}
.cars_items .image_block .car_colors {

    display: flex;

    /* justify-content: flex-end; */

    /* padding-right: 60px; */

    flex-direction: column;

    margin: 5px 0;

    position: absolute;

    top: 40%;

    left: 0;
}

.cars_items #tiggo7l .image_block .car_colors {
    top: 30%;
}

.cars_items .image_block .car_colors a {
    width: 25px;

    height: 25px;

    margin: 3px 0;

    border-radius: 3px;

    position: relative;

    box-sizing: border-box;
    border: 1px solid transparent;
}

.cars_items .image_block .car_colors a span {
    /* display: block; */
    width: 35px;
    height: 35px;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    top: -5px;
    left: -5px;
    display: none;
}

.cars_items .image_block .car_colors a.active span {
    display: block;
}

.cars_items .image_block .car_colors a:hover {
}

.cars_items .image_block .car_colors a.active {
}

.cars_items .info_block {
    width: 388px;
}

.cars_items .info_block .car_btns {
    margin-top: 30px;
}

.cars_items #tiggo4 .info_block .car_btns {margin-top: 24px;}

.cars_items .info_block .car_btns .btn {
    width: 100%;

    font-weight: 400;

    text-transform: none;
}

.cars_items .car_title {
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

#fl_8_pro_max .car_title span {
    position: absolute;
    top: -25px;
    right: 0;
}

.cars_items .car_title b {
    font-size: 32px;
}

.cars_items .car_title span {
    font-size: 20px;
    color: #d00200;
    position: relative;
    top: -4px;
}

.cars_items .car_profit2 {
    background: #d00200;
    border-radius: 7px;
    color: #fff;
    margin-top: 8px;
    padding: 0;
    font-size: 24px;
    font-weight: 400;
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
}

.cars_items .car_profit2.new {
    width: fit-content;
    font-weight: 600;
    padding-right: 15px;
}

.cars_items .car_profit2:hover {
    background: #fff;
    color: #d00200;
}
.cars_items .car_profit2:before {
    content: '';
    position: relative;
    left: 0;
    width: 34px;
    height: 34px;
    background: url(../img/car_profit2_ico.svg) no-repeat #fff;
    margin-right: 16px;
    transition: all 0.2s linear;
}
.cars_items .car_profit2:hover:before {
    background: url(../img/car_profit2_ico_hover.svg) no-repeat #fff;
}

.cars_items .car_profit2.new:before {
    background: url(../img/ico_new.svg) no-repeat #fff;
}

.cars_items .car_profit2 b {
    padding-left: 5px;

}
.cars_items .car_profit2 sup {
    position: relative;
    top: -5px;
    font-weight: 700;
}
.cars_items #arrizo_8 .car_profit2 {
    margin-bottom: 42px;
}
.cars_items .car_profit {
    margin-top: 20px;
    display: grid;
    row-gap: 12px;
}
.cars_items #arrizo_8 .car_profit {
    margin-top: 46px;
    margin-bottom: 60px;
}
.cars_items .car_profit a {
    position: relative;
    color: #000;
    display: flex;
    align-items: center;
    padding-left: 28px;
    font-size: 17px;
    font-weight: 400;
}
.cars_items .car_profit a:before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    transition: all 0.2s linear;
}

.cars_items .car_profit a.new {
    padding-left: 0;
}
.cars_items .car_profit b {
    color: #d00200;
    font-size: 24px;
}

.cars_items .car_profit .ico1:before {
    background: url(../img/car_ico1.svg) 50% 50% no-repeat;
}
.cars_items .car_profit .ico1:hover:before {
    background: url(../img/car_ico1_hover.svg) 50% 50% no-repeat;
}
.cars_items .car_profit .ico2:before {
    background: url(../img/car_ico2.svg) 50% 50% no-repeat;
}
.cars_items .car_profit .ico2:hover:before {
    background: url(../img/car_ico2_hover.svg) 50% 50% no-repeat;
}
.cars_items .car_profit .ico3:before {
    background: url(../img/car_ico3.svg) 50% 50% no-repeat;
}
.cars_items .car_profit .ico3:hover:before {
    background: url(../img/car_ico3_hover.svg) 50% 50% no-repeat;
}
.cars_items .car_profit .ico4:before {
    background: url(../img/car_ico4.svg) 50% 50% no-repeat;
}
.cars_items .car_profit .ico4:hover:before {
    background: url(../img/car_ico4_hover.svg) 50% 50% no-repeat;
}
.cars_items .car_profit .ico5:before {
    background: url(../img/car_ico5.svg) 50% 50% no-repeat;
}
.cars_items .car_profit .ico5:hover:before {
    background: url(../img/car_ico5_hover.svg) 50% 50% no-repeat;
}

.cars_items .car_techs {
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
    margin-top: 40px;
    margin-bottom: 45px;
}

.cars_items .car_techs div {
    font-family: "TacticSansExd";
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.cars_items .car_techs div b {
    display: block;
    font-family: "TacticSans";
    font-size: 36px;
    color: #c2c2c2;
}

.cars_items .car_tech_params {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.cars_items .car_tech_params .tech_item {
    padding-left: 50px;
    font-size: 14px;
    color: #5b5c5d;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.cars_items .car_tech_params .tech_item.ico1 {
    background: url(../img/car_tech_ico1.png) 0 50% no-repeat;
}

.cars_items .car_tech_params .tech_item.ico2 {
    background: url(../img/car_tech_ico2.png) 0 50% no-repeat;
}

.cars_items .car_tech_params .tech_item.ico3 {
    background: url(../img/car_tech_ico3.png) 0 50% no-repeat;
}

.cars_items #tiggo7_pro_max .car_tech_params .tech_item.ico3,
.cars_items #fl_8_pro_max .car_tech_params .tech_item.ico3,
.cars_items #arrizo_8 .car_tech_params .tech_item.ico3 {
    min-height: 34px;
    padding-top: 10px;
}

.cars_items .car_block {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    margin-top: 30px;
}

.cars_items .car_gallery {
    width: 100%;
    padding: 0 6%;
    margin-top: 22px;
    margin-bottom: 0;
}
.cars_items .car_gallery a {
    margin: 0 6px;
    border-radius: 7px;
    overflow: hidden;
}
.cars_items .car_gallery a img {
    width: 100%;
}
.car_gallery .slick-arrow:before {
    display: none;
}
.car_gallery .slick-prev {
    left: 0px;
    width: 24px;
    height: 24px;
    background: url(../img/btn_prev.svg) no-repeat;
}
.car_gallery .slick-next {
    right: 0;
    width: 24px;
    height: 24px;
    background: url(../img/btn_next.svg) no-repeat;
}
.car_gallery .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}
.car_gallery .slick-dots button {
    display: none;
}
.car_gallery .slick-dots li {
    width: 12px;
    height: 12px;
    background: #000;
    border-radius: 50px;
}
.car_gallery .slick-dots li.slick-active {
    width: 14px;
    height: 14px;
    background: #d00200;
}
.car_btns {
    width: 100%;
    display: grid;
    row-gap: 10px;
}
.car_btns .btn {
    width: 100%;
}
/**************************************************************************************************************/

.exeed_offer {
    padding: 35px 0;
    background: url("../img/exeed_offer_bg.jpg") 50% 0 no-repeat;
    margin-top: 60px;
}

.exeed_offer .container {
    display: flex;
    justify-content: space-between;
}

.exeed_offer_sign {
    width: 13%;
    text-align: center;
    margin-top: 15px;
}

.exeed_offer_sign .sign {
    top: 15px;
    left: 48px;
    width: 29%;
    animation: warn 1s infinite;
    margin-top: -100px;
}

@keyframes warn {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.exeed_offer_text {
    width: 85%;
    position: relative;
}

.exeed_offer_title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-left: 10px;
}

.exeed_offer_title span {
    display: block;
    font-size: 32px;
    font-weight: 400;
    position: relative;
}

.exeed_offer_title span font {
    position: relative;
    z-index: 1;
}

.exeed_offer_title span:before {
    content: "";
    position: absolute;
    width: 527px;
    height: 42px;
    top: -3px;
    left: -30px;
    background: url("../img/exeed_title_bg.png") 0 0 no-repeat;
}

.exeed_offer_title span b {
    color: #d00200;
}

.exeed_offer .arrows {
    margin-top: -1px;
    display: flex;
    margin-left: 80px;
}

.exeed_offer .arrows .arrow {
    background: url("../img/arrow_anim.png") 0 0 no-repeat;
    display: block;
    width: 25px;
    height: 40px;
    float: left;
    transition: all 0.4s;
    margin-right: -5px;
}

.exeed_offer .arrows.step1 .arrow {
    opacity: 0.25;
}

.exeed_offer .arrows.step1 .arrow + div {
    opacity: 0.5;
}

.exeed_offer .arrows.step1 .arrow + div + div {
    opacity: 0.75;
}

.exeed_offer .arrows.step1 .arrow + div + div + div {
    opacity: 1;
}

.exeed_offer .arrows.step2 .arrow {
    opacity: 1;
}

.exeed_offer .arrows.step2 .arrow + div {
    opacity: 0.25;
}

.exeed_offer .arrows.step2 .arrow + div + div {
    opacity: 0.5;
}

.exeed_offer .arrows.step2 .arrow + div + div + div {
    opacity: 0.75;
}

.exeed_offer .arrows.step3 .arrow {
    opacity: 0.75;
}

.exeed_offer .arrows.step3 .arrow + div {
    opacity: 1;
}

.exeed_offer .arrows.step3 .arrow + div + div {
    opacity: 0.25;
}

.exeed_offer .arrows.step3 .arrow + div + div + div {
    opacity: 0.5;
}

.exeed_offer .arrows.step4 .arrow {
    opacity: 0.5;
}

.exeed_offer .arrows.step4 .arrow + div {
    opacity: 0.75;
}

.exeed_offer .arrows.step4 .arrow + div + div {
    opacity: 1;
}

.exeed_offer .arrows.step4 .arrow + div + div + div {
    opacity: 0.25;
}

.exeed_offer_comment {
    font-size: 22px;
    line-height: 125%;
}

.exeed_offer_comment span {
    font-weight: 300;
    font-size: 16px;
}

.exeed_offer_text .btn {
    width: 343px;
    height: 60px;
    position: absolute;
    bottom: 15px;
    right: -5px;
}

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

.unique_offer {
    /*margin-top: 100px;*/

    background: url(../img/unique_offer_bg.jpg) 50% 0 no-repeat;

    padding: 30px 0 55px 0;
}

.unique_offer .content {
    color: #fff;
}

.unique_offer .title {
    font-size: 36px;

    text-transform: uppercase;

    font-weight: 700;

    color: #cc0000;
}

.unique_offer .title b {
}

.unique_offer .desc {
    font-size: 24px;

    text-transform: uppercase;

    line-height: 140%;

    padding-top: 5px;
}

.unique_offer .desc b {
}

.unique_offer #form1 {
    margin-top: 35px;

    width: 700px;
}

.unique_offer #form1 .form-group_wrapper {
    display: flex;

    justify-content: space-between;
}

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

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

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

#instock {
    margin-top: 120px;
    padding-top: 60px;
    background: #ebebeb;
}

.compl_title {
    font-weight: 700;
    font-size: 36px;
    text-transform: uppercase;
}

.tb_complects_container {
    padding-bottom: 60px;
}

#filter_table {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}

#filter_table .select_container {
    position: relative;
    width: 49%;
    display: inline-block;
}

#filter_table .select_container:last-child {
    display: none;
}

#filter_table select {
    display: block;
    color: #000000;
    height: 62px;
    box-sizing: border-box;
    width: 100%;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    background: #ffffff url("../img/ico_select.png") 95% 50% no-repeat;
    border: 1px solid #000000;
}

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

.tb_complects.limit tr:nth-child(n + 5) {
    display: none;
}

.tb_complects tr {
    background: #ffffff;
    border-bottom: 40px solid #ebebeb;
}

.tb_complects tr:first-child {
    display: none;
}

.tb_complects tr th {
    text-align: left;
    font-size: 16px;
    text-transform: uppercase;
}

.tb_complects tr td {
    box-sizing: border-box;
    font-size: 18px;
    vertical-align: middle;
    background: none;
}

.tb_complects tr td:first-child {
    background: url("../img/compl_bg.jpg") 0 50% no-repeat;
    width: 32.49%;
    padding-right: 15px;
}

.tb_complects tr td:first-child img {
    width: 100%;
}

.tb_complects tr td.compl_image div {
    min-height: 220px;
    display: flex;
    align-items: center;
}

.tb_complects tr td .compl_name {
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.tb_complects tr td.compl_image .compl_name {
    display: none;
}

.tb_complects tr td .compl_name b {
    text-transform: none;
    color: #d00200;
}

.tb_complects tr[data-param1="tiggo_7_pro_plug_in_hybrid"] td .compl_name {
    max-width: 274px;
}

#instock [data-param1="tiggo_7_pro_plug_in_hybrid"] .compl_colors {
    display: none;
}

.tb_complects tr[data-param1="tiggo_7_pro_plug_in_hybrid"] td .compl_techs {
    flex-direction: column;
    gap: 15px; 
}

.tb_complects tr[data-param1="tiggo_7_pro_plug_in_hybrid"] td .compl_techs > div.ico1 {
    order: 2;
}

#instock .compl_colors {
    width: 30%;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#instock .compl_colors .colors {
    display: flex;
    margin-left: 10px;
}

#instock .compl_colors .colors div {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 5px;
}

#instock .compl_colors .colors div.active {
    box-shadow: 0 0 0 3px white, 0 0 0 4px #c1c1c1;
}

.tb_complects tr td:nth-child(2) {
    width: 33%;
}

.tb_complects tr td .compl_techs {
    display: flex;
}

.tb_complects tr td .compl_techs > div {
    font-size: 14px;
    padding: 2px 0 2px 45px;
}

.tb_complects tr td .compl_techs > div b {
    display: block;
    font-size: 15px;
}

.tb_complects tr td .compl_techs > div.ico1 {
    background: url("../img/transmission.png") 0 50% no-repeat;
    margin-right: 25px;
}

.tb_complects tr td .compl_techs > div.ico2 {
    background: url("../img/engine.png") 0 50% no-repeat;
}

.tb_complects_showmore {
    font-size: 17px;
    font-weight: 400;
    text-align: center;
    margin-top: 45px;
    display: block;
    color: #000000;
}

.tb_complects tr td.btns {
    width: 33.71%;
    padding-right: 30px;
}

.tb_complects tr td.btns .btn {
    height: 62px;
    box-sizing: border-box;
    width: 100%;
}

.tb_complects tr td .compl_props {
    display: none;
}

.tb_complects tr td .compl_prop {
    display: block;
    color: #000000;
    text-decoration: none;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 16px;
    background: url("../img/compl_hot.png") 0 50% no-repeat;
}

.tb_complects tr td .compl_prop b {
    font-size: 18px;
}

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

.offers {
    margin-top: 120px;
}
.offers_wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}
.offers_block {
    position: relative;
    width: 49%;
}
.offers_block img {
    border-radius: 12px;
}
.offers_wrap {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    padding: 22px 36px 20px;
    background: #ffffff;
    border-radius: 16px 16px 0 0;
}
.offers_title {
    min-height: 78px;
    font-size: 22px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
}
.offers form {
    margin-top: 42px;
}
.offers form .form-group input[type="text"],
.offers form .form-group input[type="tel"] {
    border-color: #565B66;
}
.offers form .form-group input[type="text"]::placeholder,
.offers form .form-group input[type="tel"]::placeholder {
    color: #565B66;
}
.offers form .agree_field,
.offers form .agree_field a {
    color: #000000;
}


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

.arrizo_vid_block {
    margin: 60px 0;
}

.arrizo_vid_text {
    padding: 25px 0 25px 145px;
    font-size: 24px;
    text-transform: uppercase;
    background: url("../img/ico_sign.png") 60px 50% no-repeat #ebebeb;
}

.arrizo_vid_text span {
    color: #d00200;
    font-weight: 700;
}

.arrizo_vid iframe {
    height: 600px;
}

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

.credit {
    padding-top: 50px;
    padding-bottom: 70px;
    background: url(../img/credit_bg.jpg) 50% 0 no-repeat;
}

.credit .content {
    color: #fff;
}

.credit .title {
    font-size: 36px;
    /* text-transform: uppercase; */
    line-height: 45px;
}

.credit .title b {
    color: #d00200;
    font-size: 36px;
}

.credit .title span {
    display: block;
    font-size: 30px;
    margin-top: 15px;
    font-weight: 700;
}

.credit .caredit_adds {
    margin-top: 60px;
}

.credit .caredit_adds a {
    padding-left: 60px;

    display: block;

    padding-top: 0;

    position: relative;

    color: #fff;

    margin-top: 35px;

    text-transform: uppercase;

    font-size: 20px;
}

.credit .caredit_adds a:hover {
    color: #9c9b9b;
}

.credit .caredit_adds a.ico1:before,
.credit .caredit_adds a.ico2:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #cc0000;
    border-radius: 3px;
    position: absolute;
    z-index: 0;
    top: 5px;
    left: 0;
}

.credit .caredit_adds a:hover.ico1:before,
.credit .caredit_adds a:hover.ico2:before {
    background: #2c3240;
}

.credit .caredit_adds a.ico1:after,
.credit .caredit_adds a.ico2:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 15px;
    z-index: 1;
}

.credit .caredit_adds a.ico1:after {
    content: url(../img/credit_ico1.png);
}

.credit .caredit_adds a.ico2:after {
    content: url(../img/credit_ico2.png);
}

.credit #form2 {
    margin-top: 70px;

    width: 700px;
}

.credit #form2 .form-group_wrapper {
    display: flex;

    justify-content: space-between;
}

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

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

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

.tradein {
    margin-top: 120px;
    background: url(../img/tradein_bg.jpg) 50% 0 no-repeat;
    padding: 49px 0;
}

.webp .tradein {
    background: url(../img/tradein_bg.webp) 50% 0 no-repeat;
}

.tradein .content {
    background: #fff;

    padding: 50px 50px 50px 0;

    width: 415px;

    border-radius: 12px;
}

.tradein .title {
    font-size: 22px;

    text-transform: uppercase;

    line-height: 150%;

    font-weight: 500;
}

.tradein .title br {
}

.tradein #form3 {
    margin-top: 10px;
}

.tradein #form3 .form-group input[type="text"],
.tradein #form3 .form-group input[type="tel"] {
    color: #565b66;
    border: 1px solid #565b66;
}

.tradein #form3 ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #565b66;
}

.tradein #form3 ::-moz-placeholder {
    /* Firefox 19+ */
    color: #565b66;
}

.tradein #form3 :-ms-input-placeholder {
    /* IE 10+ */
    color: #565b66;
}

.tradein #form3 :-moz-placeholder {
    /* Firefox 18- */
    color: #565b66;
}

.tradein #form3 .agree_field,
.tradein #form3 .agree_field a {
    color: #000000;
}

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

.testdrive {
    padding: 115px 0;
    background: url(../img/testdrive_bg.jpg) 50% 0 no-repeat;
}

.testdrive .content {
    color: #fff;
}

.testdrive .title {
    font-size: 36px;

    text-transform: uppercase;
}

.testdrive .title b {
}

.testdrive .title br {
}

.testdrive .btn {
    width: 320px;

    margin-top: 30px;
}

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

.service {
    background: url(../img/service_bg.jpg) 50% 0 no-repeat;
}

.service > img {
    display: none;
}

.service .content {
    padding-top: 48px;

    padding-bottom: 35px;
}

.service .title {
    font-size: 36px;

    text-transform: uppercase;

    line-height: 130%;
}

.service .title b {
}

.service .title br {
}

.service .desc {
}

.service .desc .text {
    font-size: 20px;

    text-transform: uppercase;

    font-weight: 600;

    margin-top: 20px;
}

.service .desc .text span {
    color: #cc0000;
}

.service .desc .list {
    list-style: none;

    margin: 0;

    padding: 0;

    font-size: 20px;

    margin-top: 10px;
}

.service .desc .list li {
    padding-bottom: 20px;
}

.service .desc .list li span {
    font-weight: 700;

    color: #cc0000;
}

.service .btn {
    width: 320px;
    margin-top: 25px;
}

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

.my_chery {
    background: url("../img/my_chery_bg.jpg") 50% 0 no-repeat;
    padding: 75px 0 120px;
}

.my_chery > img {
    display: none;
}

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

.my_chery_title {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 31px;
}

.my_chery_title b {
    display: block;
    font-size: 60px;
}

.my_chery_title span {
    display: block;
    font-size: 20px;
}

.my_chery_text {
    width: 39%;
}

.my_chery_list {
    margin: 75px 0 0;
    padding: 0;
    list-style: none;
}

.my_chery_list li {
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}

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

.contacts {
    margin-top: 120px;
    background: #2c3240;

    color: #fff;

    padding: 60px 0 58px 0;

    position: relative;
}

.contacts .content {
    width: 64%;
}

.contacts .title {
    font-size: 36px;

    text-transform: uppercase;

    font-weight: 700;
}

.contacts .contacts_wrap {
    display: flex;

    justify-content: space-between;

    align-items: center;
}

.contacts .contacts_info {
    font-size: 14px;
}

.contacts .contacts_info .bottom_addr {
    padding-left: 50px;

    position: relative;

    line-height: 150%;
}

.contacts .contacts_info .bottom_phone {
    padding-left: 50px;

    position: relative;

    margin-top: 20px;
}

.contacts .contacts_info .bottom_phone a {
    color: #fff;

    font-size: 18px;

    font-weight: 600;
}

.contacts .contacts_info .bottom_addr:before,
.contacts .contacts_info .bottom_phone:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background: #cc0000;
    border-radius: 3px;
    position: absolute;
    z-index: 0;
    top: 5px;
    left: 0;
}

.contacts .contacts_info .bottom_addr:after,
.contacts .contacts_info .bottom_phone:after {
    display: block;
    position: absolute;
    top: 6px;
    left: 11px;
    z-index: 1;
}

.contacts .contacts_info .bottom_addr:after {
    content: url(../img/loc_bot.png);
}

.contacts .contacts_info .bottom_phone:after {
    content: url(../img/phone_bot.png);
}

.contacts .contacts_info .bottom_worktime {
    padding-left: 50px;
    padding-top: 3px;
}

.contacts #form4 {
    width: 45%;

    margin-top: 25px;
}

.contacts #form4 .form-group input[type="text"],
.contacts #form4 .form-group input[type="tel"] {
    color: #fff;
}

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

#map1 {
    height: 326px;
    width: 38%;
    max-width: 100%;
    background: url(../img/map.jpg) 50% no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

/*.webp #map1 {
    background: url(../img/map.webp) 50% no-repeat;
}*/

footer {
    padding-top: 21px;
    padding-bottom: 20px;
    background: #000;
    color: #fff;
}

.disclamer_switch_bg {
    color: #fff;
}

.disclamer_switch {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
}

footer .disclamer {
    color: #fff;
    font-size: 10px;
    display: none;
    text-align: left;
    padding-top: 35px;
}

.copyright {
    font-size: 12px;
    position: absolute;
    top: 0px;
    left: 15px;
}

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

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

@media (max-width: 1800px) {
    .popup-open-hours {}
.popup-open-hours__btn {}
.popup-open-hours__ico {}
.popup-open-hours__text {}
.popup-open-hours__main {}
.popup-open-hours__img {}
.popup-open-hours__img img {}
.popup-open-hours__text-main {}
.popup-open-hours__text-main-block {}
.popup-open-hours__text-main-block div {}
.popup-open-hours__text-main-block div span {}
.popup-open-hours__text-main-line {}
}

@media (max-width: 1500px) {

    .popup-open-hours {}
.popup-open-hours__btn {}
.popup-open-hours__ico {}
.popup-open-hours__text {}
.popup-open-hours__main {}
.popup-open-hours__img {}
.popup-open-hours__img img {}
.popup-open-hours__text-main {}
.popup-open-hours__text-main-block {}
.popup-open-hours__text-main-block div {}
.popup-open-hours__text-main-block div span {}
.popup-open-hours__text-main-line {}

    .banner__title1 {
    }

    .banner__title2 {
    }

    .banner__title2 .text_sm {
    }

    .banner__title3 {
    }

    .contacts .content {
        width: 50%;
    }

    .widgetBtn-id2445 {
        right: 89% !important;
    }
}

@media (max-width: 1300px) {

    .popup-open-hours {}
.popup-open-hours__btn {}
.popup-open-hours__ico {}
.popup-open-hours__text {}
.popup-open-hours__main {}
.popup-open-hours__img {}
.popup-open-hours__img img {}
.popup-open-hours__text-main {}
.popup-open-hours__text-main-block {}
.popup-open-hours__text-main-block div {}
.popup-open-hours__text-main-block div span {}
.popup-open-hours__text-main-line {}

    .cars_items .car_item {
        padding: 20px;
    }
    .cars_items .car_item .image_block .car_image {
        /*max-width: 446px;*/
    }
    .banner .title_container .content .pl_tires {
        right: -80px;
    }

    .banner__title1 {
    }

    .banner__title2 {
    }

    .banner__title2 .text_sm {
    }

    .banner__title3 {
    }
}

@media (max-width: 1199px) {
    .cars_items .car_item .image_block {
        max-width: 58%;
    }
    .cars_items .info_block {
        width: 39%;
    }
    .cars_items .car_gallery {
        margin-top: 27px;
    }
    .menu {
        top: 88px !important;
    }

    .offers_title {
        min-height: 60px;
        font-size: 18px;
    }

    .bn_sticker {
        top: 160px;
    }
}
/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {

    .popup-open-hours {}
.popup-open-hours__btn {}
.popup-open-hours__ico {}
.popup-open-hours__text {}
.popup-open-hours__main {}
.popup-open-hours__img {}
.popup-open-hours__img img {}
.popup-open-hours__text-main {}
.popup-open-hours__text-main-block {}
.popup-open-hours__text-main-block div {}
.popup-open-hours__text-main-block div span {}
.popup-open-hours__text-main-line {}

    .exeed_offer {
        background: #ebebeb;
    }

    .exeed_offer .container {
        align-items: center;
    }

    .exeed_offer_title span:before {
        display: none;
    }

    .exeed_offer_title {
        justify-content: flex-start;
    }

    .exeed_offer_title span {
        margin-right: 20px;
    }

    .exeed_offer_title span b {
        display: block;
    }

    .exeed_offer_text .btn {
        width: 300px;
    }

    .my_chery {
        background-position: 35% 0;
    }

    #timer_form {
        width: 300px;
    }

    .ags_list a {
        font-size: 12px;
    }

    .dealer_desc_text {
        font-size: 20px;
    }

    /*************************************************************************************************************************/
    header {
    }

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


    .header .top_addr {
        font-size: 12px;
        padding-left: 25px;
        position: relative;
        display: none;
    }

    .header .top_phone {
        position: relative;
    }

    .header .top_phone a {
        font-size: 14px;
        font-weight: 700;
        color: #000;
    }

    .header .btn {
        font-size: 16px;
    }

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

    .banner .title_container .content.slide1 {
        width: 100%;
        left: 0;
    }

    .banner .title_container .title {
        margin-left: 0;
        font-size: 40px;
    }

    .banner .title_container .content.slide2 .title {
        margin-left: 0;
        font-size: 30px;
    }

    .banner .title_container .title b {
    }

    .banner .title_container .content.slide2 .title b {
        font-size: inherit;
    }

    .banner .title_container .content.slide3 .title {
        margin-left: 0;
        font-size: 30px;
    }

    .banner .title_container .content.slide3 .title b {
        font-size: inherit;
    }



    /**************************************************************************************************************/
    .promotion__text {
        width: 50%;
        padding: 20px;
        color: white;
    }

    .promotion__title {
        margin: 0;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .promotion__paragraph {
        margin: 0;
        font-size: 20px;
    }

    .promotion__timer {
        width: 50%;
        transform: scale(0.9);
    }

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


    .cars_items .info_block .car_adds a.ico2:before {
        content: "";
        display: block;
    }



    /**************************************************************************************************************/
    .arrizo_vid_text {
        background-position: 30px 50%;
        padding-left: 120px;
    }

    .arrizo_vid_text br {
        display: none;
    }

    .arrizo_vid iframe {
        height: 390px;
    }

    /**************************************************************************************************************/
    #instock .model_name {
        font-size: 24px;
    }

    #instock .compl_btn .btn {
        width: 213px;
        height: 46px;
    }

    #instock .compl_colors .colors div {
        width: 18px;
        height: 18px;
    }

    #instock .complects_names .item {
        font-size: 14px;
    }



    .credit .caredit_adds a.ico1:before {
        content: "";
        display: block;
    }

    .credit .caredit_adds a.ico1:after {
        content: "";
        display: block;
    }

    .credit .caredit_adds a.ico2:before {
        content: "";
        display: block;
    }

    .credit .caredit_adds a.ico2:after {
        content: "";
        display: block;
    }



    /**************************************************************************************************************/
    .service {
        background-position: 40% 0;
    }



    .cars_items .car_item#tiggo4_pro .image_block .car_colors {
        padding-right: 110px;
    }

    /**************************************************************************************************************/
    .banner .title_container .content .pl_tires {
        transform: scale(0.7);
    }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
    .bn_sticker {
        top: unset;
        width: 125px;
    }

    .popup-open-hours {}
.popup-open-hours__btn {}
.popup-open-hours__ico {}
.popup-open-hours__text {}
.popup-open-hours__main {}
.popup-open-hours__img {}
.popup-open-hours__img img {}
.popup-open-hours__text-main {}
.popup-open-hours__text-main-block {}
.popup-open-hours__text-main-block div {}
.popup-open-hours__text-main-block div span {}
.popup-open-hours__text-main-line {}


    .timer_text {
        width: 100%;
        margin-top: 30px;
    }

    .header .btn {
        display: none;
    }

    .exeed_offer_text .btn {
        position: relative;
        margin-top: 20px;
    }

    .exeed_offer_sign {
        width: 17%;
    }

    .exeed_offer_text {
        width: 80%;
    }

    .banner .slider .item {
        height: 520px;
    }

    .banner .slider .item.bg1 {
        background-size: 150% !important;
    }

    .banner .slider .item.bg2 {
        background-size: 150% !important;
    }

    .banner .slider .item.bg3 {
        background-size: 150% !important;
    }

    .banner .slider .item.bg4 {
        background-size: 150% !important;
    }

    .banner .slider .item.bg6 {
        background-size: 150% !important;
    }

    .banner .title_container .content.slide1 .title {
        font-size: 22px;
        margin-bottom: 250px;
    }

    .banner .title_container .content.slide1 .title b {
        font-size: 50px;
    }

    .banner .title_container .content.slide2 .title {
        margin-bottom: 260px;
        font-size: 22px;
    }

    .banner .title_container .content.slide3 .title {
        margin-bottom: 260px;
        font-size: 22px;
    }

    .banner__title1 {
        font-size: 30px;
    }

    .banner__title2 {
        font-size: 36px;
    }

    .banner__title3 {
        font-size: 26px;
    }

    .my_chery_title {
        font-size: 22px;
    }

    .my_chery_text {
        width: 42%;
    }

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

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

    .ags_list {
        flex-flow: wrap;
    }

    .ags_list a {
        width: 100%;
        font-size: 20px;
        margin-bottom: 20px;
    }

    .dealer_desc_text {
        font-size: 15px;
    }

    .header .top_addr {
        display: none;
    }

    body {
        background-size: 200%;
        background-position: 35% 90px;
    }

    .banner .title_container {
        background-size: 100%;
    }

    .banner .title_container .content.slide1 .title_comment {
        font-size: 20px;
    }

    .banner .title_container .title span {
        font-size: inherit !important;
    }

    .banner .timer_container {
        flex-wrap: wrap;

        margin-top: 270px;
    }

    .banner .timer_container .btn {
        margin-top: 30px;
    }

    /* slick */

    .timer_block {
        margin-top: 300px;
    }

    .offer_block {
        flex-direction: column;
        align-items: center;
    }



    .cars_items .car_item {
        flex-wrap: wrap;
    }

    .cars_items .car_item .car_hot_sale {
        top: -65px;
    }

    .cars_items .image_block {
        width: 100%;
    }



    .cars_items .image_block .car_colors {
        padding: 0;

        justify-content: center;

        /* margin-left: -60px; */
    }



    .cars_items .info_block {
        width: 100%;

        margin-top: 30px;
    }



    .cars_items .info_block .car_adds a.ico2:before {
        content: "";
        display: block;
    }



    .unique_offer #form1 {
        width: 100%;
    }



    /**************************************************************************************************************/
    .tb_complects tr td.btns {
        display: block;
    }

    .tb_complects tr td:nth-child(2) {
        padding-left: 55px;
        width: 40%;
    }

    .tb_complects tr td.btns .btn {
        width: 100%;
    }

    #filter_table select {
        font-size: 14px;
    }

    /**************************************************************************************************************/
    .promotion__block {
        flex-direction: column;
        background-image: unset;
        align-items: stretch;
        overflow: hidden;
    }

    .promotion__text {
        width: 100%;
        padding: 20px;
        color: white;
        background-color: #ca0100;
        text-align: center;
    }

    .promotion__title {
        margin: 0;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .promotion__paragraph {
        margin: 0;
        font-size: 20px;
    }

    .promotion__timer {
        padding: 20px;
        width: 100%;
        /* transform: scale(0.8); */
    }

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


    .credit .caredit_adds a.ico1:before {
        content: "";
        display: block;
    }

    .credit .caredit_adds a.ico1:after {
        content: "";
        display: block;
    }

    .credit .caredit_adds a.ico2:before {
        content: "";
        display: block;
    }

    .credit .caredit_adds a.ico2:after {
        content: "";
        display: block;
    }

    .credit #form2 {
        width: 100%;
    }


    /**************************************************************************************************************/
    .tradein {
        background-position: 55% 0 !important;
    }

    .tradein .content {
        padding: 50px 40px 50px 40px;
    }


    /**************************************************************************************************************/
    .service {
        background: none;
    }

    .service > img {
        display: block;
        width: 100%;
    }

    .service .title {
        text-align: center;
    }

    .service .title br {
        display: none;
    }

    .service .desc {
        text-align: center;
    }



    .service .btn {
        margin: 25px auto 0;
    }

    /**************************************************************************************************************/
    .contacts {
        padding-bottom: 0;
    }

    .contacts .content {
        width: 100%;
    }



    #map1 {
        position: static;

        width: 100%;

        height: 400px;

        margin-top: 30px;
    }

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

@media (max-width: 991px) {
    .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 21px;
        z-index: 1;
        top: 5px;
        right: 15px;
      }

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

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

      .header .m_btn span:nth-child(2) {
        top: calc(49% - 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: 80px !important;
        background: #f8f8f8;
        width: 100%;
        height: auto;
        right: -100%;
        left: unset;
        transition: all 0.3s linear;
        z-index: 2;
        padding: 10px 0;
      }

      .menu_wrap {
        flex-direction: column;
        align-items: center;
      }

      .menu_wrap a {
        padding: 10px 0;
      }

      .menu_wrap a b {
        display: inline-block;
      }

      .menu.active {
        right: 0;
      }
      .banner {
        margin-top: 64px;
    }
    .cars_items .car_item .image_block .car_image {
        max-height: initial;
    }
    .cars_items #arrizo_8 .car_profit {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .cars_items .car_item .image_block {
        max-width: 100%;
    }
    .cars_items .car_profit2 {
        padding-right: 10px;
        width: fit-content;
    }
    .cars_items .car_title {
        position: absolute;
        top: 20px;
    }
    .cars_items .car_item {
        padding-top: 70px;
    }
    .cars_items .image_block .car_colors {
        top: 0;
    }
    .banner__title1 {
        font-size: 3vw;
    }
    .banner__title1 b {
        font-size: 4vw;
    }
    .cars_items .car_block {
        margin-top: 20px;
        flex-wrap: wrap;
    }
    .cars_items .car_gallery {
        width: 100%;
    }
    .car_btns {
        width: 100%;
        margin-top: 20px;
    }

    .cars_items #tiggo4 .info_block .car_btns {
        width: 100%;
        margin-top: 20px;
    }

    .cars_items .car_gallery .gallery_item.gallery_content {
        height: 150px;
    }

    .offers_wrapper {
        flex-direction: column;
        row-gap: 40px;
    }
    .offers_block {
        position: relative;
        width: 100%;
    }
    .offers_block img {
        width: 100%;
    }
    .offers_title {
        min-height: initial;
        font-size: 18px;
    }
    .offers form {
        margin-top: 18px;
    }
    .offers_wrap {
        padding: 22px 20px 20px;
    }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {

    .bn_sticker {
        width: 80px;
        right: -5px;
        bottom: 60px;
        top: unset;
    }

    .popup-open-hours {
    width: 100%;
    top: unset;
    bottom: 0;
}
.popup-open-hours__btn {
    transform: unset;
    width: 100%;
    justify-content: center;
    text-align: center;
    font-size: 14px;
}
.popup-open-hours__ico {
    max-width: 20px;
}
.popup-open-hours__text {}
.popup-open-hours__main {
    left: 0;
    bottom: 60px;
}
.popup-open-hours__img {}
.popup-open-hours__img img {}
.popup-open-hours__text-main {
    padding: 15px;
    font-size: 16px;
}
.popup-open-hours__text-main-block {}
.popup-open-hours__text-main-block div {}
.popup-open-hours__text-main-block div span {}
.popup-open-hours__text-main-line {}

    .banner .slider .item .erid {
        font-size: 10px;
        bottom: 10px;
        right: 10px;
    }

    .menu {
        top: 97px !important;
    }
    .header .m_btn {
        order: 2;
        top: 0;
        right: 0;
    }
    .cars_items .car_title span {
        top: -3px;
    }
    .cars_items .car_profit2 {
        margin-top: 52px;
    }
    .car_btns {
        order: -1;
    }

    .cars_items #tiggo4 .info_block .car_btns {
        order: -1;
    }

    .cars_items .car_gallery .gallery_item.gallery_content {
        padding-top: 40px;
        width: 100%;
        height: 180px;
        order: -1;
    }
    .cars_items .car_gallery .gallery_item.gallery_tabs {
        flex-direction: row;
        width: 100%;
    }
    .cars_items .car_gallery .gallery_tab {
        width: 48%;
    }
    .banner .title_container .content.slide1 .title font:last-child {
        font-size: 16px;
    }

    .cars_items .car_item#tiggo4_pro .image_block .car_colors {
        padding-right: 0;
    }

    .cars_items .image_block .car_image .gift {
        position: relative;
        display: block;
        margin-top: 20px;
        padding-left: 75px;
        padding-top: 13px;
    }

    .timer_text {
        width: 100%;
        margin-top: 20px;
    }

    .timer_text span {
        text-align: center;
    }

    .timer_text span br {
        display: none;
    }

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

    .timer_wrap {
        width: 100%;
    }

    .timer_title {
        text-align: center;
        color: #000000;
        margin-bottom: 0;
        padding-left: 0;
    }

    .timer {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .offer_timer {
        height: 70px;
        margin-bottom: 20px;
    }

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

    .ags_list {
        flex-flow: wrap;
        margin-top: 20px;
    }

    .ags_list a {
        width: 100%;
        font-size: 16px;
        margin-bottom: 5px;
    }

    .dealer_desc {
        display: none;
    }

    .popup_container .form_comment br {
        display: none;
    }

    form .form-group input[type="text"],
    form .form-group input[type="tel"] {
        color: #565b66 !important;
        border: 1px solid #565b66;
    }

    form ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #565b66;
    }

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

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

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

    div[id^="timer"] {
        transform: scale(0.8) !important;
        transform-origin: 50% 0;
    }

    .promotion__block {
        flex-direction: column;
        background-image: unset;
        align-items: stretch;
        overflow: hidden;
    }

    .promotion__text {
        width: 100%;
        padding: 20px;
        color: white;
        background-color: #ca0100;
        text-align: center;
    }

    .promotion__title {
        margin: 0;
        margin-bottom: 10px;
        font-size: 5vw;
    }

    .promotion__paragraph {
        margin: 0;
        font-size: 3vw;
    }

    .promotion__timer {
        padding: 20px;
        /* margin: 0 -20px -20px -20px; */
        width: 100%;
        transform: scale(1);
        display: flex;
        justify-content: center;
        margin-bottom: -30px;
    }

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

    #car_sale_content.popup_container {
        width: 100%;
        height: 100vh;
        padding: 30px 20px;
    }

    #car_sale_content.popup_container {
        width: 824px;
        height: 100vh;
        padding: 30px 20px;
        color: #fff;
        overflow-y: scroll !important;
    }

    #car_sale_content .form_cars_images {
        flex-wrap: wrap;
    }

    #car_sale_content .form_cars_images .image {
        width: 100%;
    }

    #car_sale_content .form_cars_images .image img {
        width: 100%;
    }

    #car_sale_content .form_cars_images .images {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }

    #car_sale_content .form_cars_images .images img {
        max-width: 48%;
    }

    #car_sale_content .form-group_wrapper {
        flex-wrap: wrap;
    }

    #car_sale_content .form-group {
        width: 100%;
        margin-bottom: 0;
    }

    .resp_table tr {
        display: block;
        padding-bottom: 20px;
        border-radius: 4px;
    }

    .resp_table tr th {
        display: none;
    }

    #instock {
        margin-top: 40px;
        padding-top: 50px;
    }

    .resp_table tr td {
        width: 100% !important;
        display: block;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .resp_table tr td:before {
        display: inline-block;
        width: 43%;
        margin-right: 2%;
        font-weight: 700;
        vertical-align: top;
        display: none;
    }

    .tb_complects_container {
        padding-bottom: 0px;
    }

    .compl_title {
        font-weight: 700;
        font-size: 26px;
    }

    #filter_table {
        display: block;
        padding: 15px 0 30px;
    }

    #filter_table .select_container {
        width: 100%;
        padding-bottom: 10px;
    }

    .tb_complects {
        padding-bottom: 30px;
    }

    .tb_complects tr td .model {
        padding-left: 0px;
    }

    .tb_complects_showmore {
        margin-left: 0px;
        left: 0px;
        text-align: center;
        display: block;
        position: relative;
        top: -30px;
    }

    .tb_complects tr td.tdbutton1 {
        display: block;
        padding-right: 0px;
        width: 100%;
    }

    .tb_complects tr td.btns {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20px;
        padding-right: 15px;
    }

    .tb_complects tr td.btns .btn {
        width: 100%;
    }

    .tb_complects tr td:first-child {
        background: none;
        text-align: center;
    }

    .tb_complects tr td.compl_image {
        padding-top: 20px;
    }

    .tb_complects tr td.compl_image div {
        min-height: auto;
        display: block;
    }

    .tb_complects tr td.compl_image .compl_name {
        display: block;
        margin-bottom: 0;
        text-align: left;
    }

    .tb_complects tr td:nth-child(2) .compl_name {
        display: none;
    }

    #instock .compl_colors {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .tb_complects tr td .compl_props {
        margin-top: 15px;
    }

    .tb_complects tr td .compl_prop {
        font-size: 14px;
    }

    .tb_complects tr td .compl_techs {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .tb_complects tr td .compl_techs > div.ico1 {
        margin-right: 0;
    }

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

    .offers {
        margin-top: 60px;
    }
    .offers_wrapper {
        position: relative;
    }
    .offers_img {
        position: relative;
        height: 50vw;
        display: flex;
        justify-content: center;
        align-items: start;
        overflow: hidden;
        border-radius: 12px;
    }
    .offers_title {
        font-size: 16px;
    }
    .offers_wrap {
        position: relative;
        left: initial;
        right: initial;
        padding: 20px 0 0;
        border-radius: initial;
    }
    
    /************************************************************************/
    .arrizo_vid_block {
        margin: 40px 0;
    }

    .arrizo_vid_text {
        background-position: 50% 20px;
        padding: 90px 15px 20px;
        text-align: center;
        font-size: 22px;
    }

    .arrizo_vid_text br {
        display: none;
    }

    .arrizo_vid iframe {
        height: 200px;
    }

    /************************************************************************/
    .btn {
        width: 100%;
    }

    .header {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .header .logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .logo_wrap {
        order: 1;
        width: auto;
        font-size: 7.5px;
    }

    .header .logo_wrap img {
        width: 100%;
    }

    .header .logo2 {
        width: 30%;
    }
    .header .logo_wrap span {
        font-size: 8.5px;
    }
    .header .logo .logo_text {
        padding-left: 0;
        font-size: 14px;
    }
    .header .header_block {
        margin-top: 10px;
        order: 3;
        width: 100%;
        justify-content: center;
    }
    .header .top_addr {
        display: none;
    }

    .header .top_phone {
        /* display: none; */
        margin: 0 auto;
        margin-top: 10px;
        order: 3;
        width: 100%;
        text-align: center;
    }

    .header .btn {
        margin: 0 auto;
        margin-top: 10px;
        order: 4;
        width: 100%;
        display: none;
    }

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

    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        box-shadow: 0 0 8px 6px rgba(0,0,0,.05);
    }

    body {
        /* background-size: 120%; */
        /* background-position: 65% 255px; */
    }

    .timer_block {
        margin-top: 20px;
    }

    .banner {
        margin-top: 90px;
        padding-top: 10px;
    }

    .banner .slider {
    }

    .banner .slider img {
    }

    .banner .slider .item {
        height: 99vw;
    }

    /* .webp .banner .slider .item.bg1 {
        background: url(../img/banner_slider/bg1_mob.webp?v=1) 50% 0 no-repeat;
    } */

    .banner .slider .item.bg1 {
        background: url(../img/banner_slider/bg1_mob.jpg?v=2) 50% 0 no-repeat;
        background-size: 100%;
        background-position: center bottom;

    }

    .webp .banner .slider .item.bg2 {
        background: url(../img/banner_slider/bg2_mob.webp) 50% 0 no-repeat;
    }

    .banner .slider .item.bg2 {
        background: url(../img/banner_slider/bg2_mob.jpg) 50% 0 no-repeat;
        background-position: 50% 0 !important;
        background-size: 106% auto !important;
    }

    .banner .slider .item.bg3 {
        background-size: 100% !important;
        background-position: 85% 90px !important;
    }

    .banner .slider .item.bg3 {
        background: url(../img/banner_slider/bg3_mob.jpg) 50% 0 no-repeat !important;
        background-size: 100% !important;
    }

    .banner .slider .item.bg4 {
        background: url(../img/banner_slider/bg4_mob.jpg) 50% 0 no-repeat !important;
        background-size: 100% !important;
    }

    .webp .banner .slider .item.bg5 {
        background: url(../img/banner_slider/bg5_mob.webp) 50% 50% no-repeat;
        background-size: contain !important;
    }

    .banner .slider .item.bg5 {
        background: url(../img/banner_slider/bg5_mob.jpg) 50% 50% no-repeat !important;
        background-size: contain !important;
    }

    .banner .slider .item.bg6 {
        background: url(../img/banner_slider/bg6_mob.jpg) 50% 0 no-repeat;
        background-size: 100% !important;
        background-position: 50% 60% !important;
    }

    .banner .title_container {
        position: relative;
        color: #000;
        /*margin-top: 20px;*/
        background: none;
        margin-bottom: 0;
    }
    .banner .title_container .content.slide1 {
        background: transparent;
    }
    .banner .item.bg1 .title_container {
        position: relative;
    }
    .banner .item.bg1 .title_container:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #FFFFFF99;
    }

    .banner .title_container .btn {
        width: 100%;
        display: none;
    }

    .banner .title_container .content .pl_tires {
        position: relative;
        bottom: 0;
        right: 0;
        transform-origin: 15%;
        transform: scale(0.7);
    }

    .banner .title_container .content.slide1 .title_comment {
        font-size: 20px;
    }

    .banner .title_container .content {
        position: static;
    }

    .banner .title_container .content.slide1 .title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 520px;
        padding: 0;
        color: #000000;
        padding-top: 10px;
    }

    .banner .title_container .content.slide1 .title b {
        font-size: 30px;
    }

    .banner .title_container .content.slide1 .title span {
        font-size: inherit;
        margin-bottom: 0;
    }

    .banner .title_container .content.slide1 .title span b {
        white-space: nowrap;
    }

    .banner .title_container .content.slide1 .title font,
    .banner .title_container .content.slide2 .title font {
        margin-top: 0;
    }

    .banner .title_container .content.slide1 {
        width: 100%;
        left: 0;
        padding: 20px 10px;
        margin-top: 15px;
        border-radius: 0;
    }
    .banner .item.bg2 .title_container {
        position: relative;
    }

    .banner .item.bg2 .title_container:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: #FFFFFFE5;
    }
    .banner .title_container {

    }
    .banner__title1 {
        font-size: 4.5vw;
    }
    .banner__title1 b {
        font-size: 4.5vw;
    }
    .banner .title_container .content.slide2 {
        margin-top: 8vw;
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .banner__title2 {
        margin-top: 8px;
        text-shadow: none;
        font-size: 5vw;
        /*margin-top: 125px;*/
        color: #d00200;
    }
    .banner__title1 .br_mob {
        display: block;
    }

    .slide1 .banner__title1 .br_mob {
        display: none;
    }
    .banner__title2 .text_sm {
        font-size: inherit;
    }
    .banner .title_container .content.slide2:before {
        display: none;
    }
    .banner .title_container .content.slide1 .banner__title3 {
        display: none;
    }
    .banner__title3 {
        color: #000;
        font-size: 3vw;
        margin-top: 5px;
    }
    .banner .title_container .content.slide1 .title_props {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .title_props a {
        font-size: 3vw;
        line-height: unset;
        margin-bottom: 10px;
        color: #000;
        width: fit-content;
    }

    .title_props a span {
        font-size: inherit;
    }

    .title_props div {
        margin-bottom: 10px;
    }

    .banner .title_container .content.slide2 .title {
        margin-left: 0;
        text-align: center;
        font-size: 18px;
        margin-bottom: 0;
        padding-top: 5px;
    }

    .banner .title_container .content.slide2 .title span {
        margin-top: 115px;
        color: #000000;
        font-size: inherit;
    }

    .banner .title_container .content.slide2 .title b {
        font-size: inherit;
    }

    .banner .title_container .content.slide1 .title font,
    .banner .title_container .content.slide2 .title font,
    .banner .title_container .content.slide3 .title font {
        margin-top: 0;
        font-size: 20px;
    }

    .banner .title_container .content.slide3 .title {
        text-align: center;
        font-size: 20px;
        margin-bottom: 510px;
        padding: 0;
        padding-top: 20px;
    }

    .banner .title_container .content.slide3 .title b {
        font-size: 30px;
        text-shadow: none;
    }

    .banner .title_container .content.slide3 .title span {
        font-size: inherit;
        margin-bottom: 0;
    }

    .banner .title_container .content.slide3 .title_props a {
        color: #000000;
        margin-bottom: 25px;
    }

    .banner .title_container .content.slide4 .title {
        background: none;
        padding: 0;
        text-align: center;
        margin-top: 0;
        font-size: 20px;
        padding-top: 20px;
        margin-bottom: 480px;
    }

    .banner .title_container .content.slide4 .title br {
        display: none;
    }

    .banner .title_container .content.slide4 .title b {
        font-size: 26px;
        display: block;
    }

    .banner .title_container .content.slide4 .btn {
        margin-left: 0;
    }

    .banner .title_container .content.slide4 .title_props {
        margin-top: 30px;
        flex-direction: column;
        align-items: flex-start;
    }

    .banner .title_container .content.slide4 .title_props a {
        margin-bottom: 30px;
    }

    .banner .title_container .content.slide4 .title_props a.ico5 {
        margin-right: 0;
    }


    .banner .title_container .content.slide6 {
        padding: 20px 10px;
    }
    .banner .title_container .content.slide6 .banner__title1 {
        font-size: 4.5vw;
    }

    .banner .title_container .content.slide6 .banner__title2 {
        font-size: 3.5vw;
        margin-top: 0;
    }

    .banner__title2 b {
        font-size: 7vw;
    }

    .banner .title_container .content.slide6 .banner__title3 {
        font-size: 3.5vw;
        margin-top: 0;
    }

    .banner .title_container .content.slide6 .banner__title3 br {
        display: none;
    }

    .banner .title_container .content.slide6 .title_props {
        margin-top: 20px;
    }

    .banner .title_container .content.slide6 .title_props a {
        font-size: 2.5vw;
        padding: 6px 15px 6px 30px;
        margin-bottom: 0;
    }


    .banner .timer_container {
        margin-top: 20px;

        display: block;
    }

    .banner .timer_container .timer_title br {
        display: none;
    }
    .banner .timer_container .timer span[id^="timer"] {
        color: #000 !important;
    }

    .banner .timer_container .btn {
        width: 100%;

        margin-top: 10px;
    }

    .banner .title_container .content.slide6 .banner__logo {
        display: none;
    }

    /* slick */
    .banner .slick-arrow {
        width: 35px;
        height: 35px;
        top: 55%;
        background-size: 20px !important;
    }



    .exeed_offer {
        padding: 15px 0;
        background: #ebebeb;
    }

    .exeed_offer .container {
        flex-direction: column;
        align-items: center;
    }

    .exeed_offer_sign {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .exeed_offer_sign .sign {
        width: auto;
    }

    .exeed_offer_text {
        width: 100%;
        margin-top: 20px;
    }

    .exeed_offer_title {
        text-align: center;
        justify-content: center;
        padding-left: 0;
    }

    .exeed_offer_title span:before {
        display: none;
    }

    .exeed_offer .arrows {
        display: none;
    }

    .exeed_offer_title span {
        font-size: 22px;
    }

    .exeed_offer_comment {
        text-align: center;
        font-size: 18px;
    }

    .exeed_offer_comment b {
        font-size: inherit;
    }

    .exeed_offer_comment br {
        display: none;
    }

    .exeed_offer_comment span {
        display: block;
    }

    .exeed_offer_comment a {
        display: block;
    }

    .exeed_offer_text .btn {
        position: relative;
        margin-top: 15px;
        width: 100%;
        bottom: 0;
    }

    #offer_block {
        position: absolute;
        top: 480px;
        width: 100%;
    }

    .offer_block {
        flex-direction: column-reverse;
        align-items: center;
        background: #e8e8e8;
        padding: 10px;
        border-radius: 16px;
    }

    .offer_block_text {
        font-size: 15px;
    }

    .offer_block_text b {
        font-size: 20px;
        margin-bottom: 0;
    }

    .offer_block_text br {
        display: none;
    }

    .offer_block_text .btn {
        display: flex;
        width: 100%;
        margin-top: 15px;
    }

    /**************************************************************************************************************/
    .credit_0 {
        color: #000;
        padding: 0;
        background-size: 855px auto;
        background-position: 100% 0;
        padding-top: 150px;
        margin-top: 10px;
    }

    .credit_0 .bank {
        display: none;
    }

    .credit_0 .title {
        font-size: 24px;
        text-align: center;
        white-space: nowrap;
    }

    .credit_0 .title b {
        font-size: 30px;
    }

    .credit_0 .title span {
        font-size: 30px;
    }

    .credit_0 .title b i {
        font-size: 40px;
    }

    .credit_0 .title font {
        font-size: 36px;
    }

    .credit_0 .btn {
        width: 100%;
    }

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

    .cars_items .car_item {
        flex-wrap: wrap;

        margin-top: 30px;

        position: relative;

        padding-top: 50px;
    }

    .cars_items .car_item .car_hot_sale {
        position: static;
    }

    .cars_items .image_block {
        width: 100%;
    }

    .cars_items .image_block .title {
        font-size: 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .cars_items .image_block .profit {
        font-size: 20px;
    }

    .cars_items .image_block .profit span {
        font-size: 24px;
    }

    .cars_items .image_block .comment {
        font-size: 14px;
    }

    .cars_items .image_block .car_comment_mob {
        font-size: 14px;
        display: none;
        margin-top: 10px;
    }

    .cars_items .image_block .car_image {
        padding: 0;
        padding-top: 60px;

        /* background: none !important; */

        background-size: 100% !important;
    }

    .cars_items .image_block .car_image .car_gift {
        right: 0;
        top: -35px;
    }

    .cars_items .image_block .car_image .car_gift.warn {
        top: -10px;
    }

    .cars_items .image_block .car_colors {
        padding: 0;

        justify-content: center;

        margin-left: 0;

        margin-top: 10px !important;

        flex-wrap: wrap;

        position: static;

        flex-direction: revert;
    }

    .cars_items .image_block .car_colors a {
        margin: 0 5px;
    }

    .cars_items .info_block {
        width: 100%;

        box-shadow: none;

        padding: 0;

        /*margin-top: 25px;*/
    }

    .cars_items .info_block .car_compl {
        background-color: #f4f4f4;
        box-shadow: 2.424px 4.373px 19.68px 4.32px rgba(0, 0, 0, 0.13);
        background-position: 15px 50%;
    }

    .cars_items .info_block .car_adds a.ico2:before {
        content: "";
        display: block;
    }

    .car_stock_mob {
        display: none;
        padding-left: 45px;
        background: url("../img/ico_checked.png") 5px 50% no-repeat;
        font-size: 13px;
        font-weight: 300;
        margin-top: 20px;
    }

    .cars_items .car_title {
        position: absolute;
        top: 14;
    }

    .cars_items .car_title b {
        font-size: 30px;
    }

    .cars_items .car_techs {
        margin: 0;
    }

    .cars_items .car_profit {
    }
    .cars_items .car_profit a {
        font-size: 14px;
    }
    .cars_items .car_tech_params {
        flex-wrap: wrap;
    }

    .cars_items .car_tech_params .tech_item {
        width: 100%;
        margin: 10px 0;
        font-size: 13px;
    }

    .cars_items .car_gallery {
        flex-wrap: wrap;
        padding: 0;
    }

    .cars_items .car_gallery .gallery_item {
        width: 49%;
        margin: 5px 0;
    }

    /**************************************************************************************************************/
    .unique_offer {
        /*margin-top: 60px;*/

        background-size: 980px auto !important;

        background-position: 88% 0 !important;

        padding: 0;
    }

    .unique_offer .content {
        color: #000;

        padding-top: 195px;
    }

    .unique_offer .title {
        font-size: 24px;
    }

    .unique_offer .desc {
        font-size: 16px;
    }

    .unique_offer #form1 {
        width: 100%;

        margin-top: 10px;
    }

    .unique_offer #form1 .form-group_wrapper {
        display: block;
    }

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

    /**************************************************************************************************************/
    .credit {
        background-size: 820px auto !important;

        background-position: 78% 0 !important;

        padding: 0;
    }

    .credit .content {
        color: #000;

        padding-top: 245px;
    }

    .credit .title {
        font-size: 24px;
        line-height: unset;
    }

    .credit .title b {
        font-size: inherit;
    }

    .credit .caredit_adds {
        margin-top: 0;
    }

    .credit .caredit_adds a {
        color: #000;

        padding-left: 35px;

        margin-top: 15px;

        font-size: 16px;
    }

    .credit .caredit_adds a.ico1:before {
        content: "";
        display: block;
        top: 0;
    }

    .credit .caredit_adds a.ico1:after {
        content: "";
        display: block;
    }

    .credit .caredit_adds a.ico2:before {
        content: "";
        display: block;
        top: 0;
    }

    .credit .caredit_adds a.ico2:after {
        content: "";
        display: block;
    }

    .credit #form2 {
        width: 100%;

        margin-top: 20px;
    }

    .credit #form2 .form-group_wrapper {
        display: block;
    }

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

    /**************************************************************************************************************/
    .tradein {
        background-position: 100% 0 !important;

        background-size: 680px auto !important;

        padding: 0;

        margin-top: 60px;
    }

    .tradein .content {
        padding: 0;

        background: none;

        width: 100%;

        padding-top: 262px;
    }

    .tradein .title {
        font-size: 20px;
    }

    /**************************************************************************************************************/
    .testdrive {
        background-size: 940px auto !important;

        background-position: 100% 0 !important;

        padding: 0;

        margin-top: 60px;
    }

    .testdrive .content {
        color: #000;

        padding-top: 223px;
    }

    .testdrive .title {
        font-size: 24px;
    }

    .testdrive .btn {
        width: 100%;

        margin-top: 15px;
    }

    /**************************************************************************************************************/
    .service {
        background: none;
        margin-top: 30px;
    }

    .service > img {
        display: block;
        width: 100%;
    }

    .service .content {
        padding: 30px 0;
    }

    .service .title {
        text-align: center;
        font-size: 24px;
    }

    .service .desc .text {
        text-align: center;
        margin-top: 10px;
    }

    .service .desc .list {
        font-size: 16px;
    }

    .service .btn {
        width: 100%;
    }

    /**************************************************************************************************************/
    .my_chery {
        background: none;
        padding: 0;
    }

    .my_chery > img {
        display: block;
        width: 100%;
    }

    .my_chery .container {
        flex-direction: column;
        padding-top: 30px;
    }

    .my_chery_title {
        color: #000000;
        text-align: center;
    }

    .my_chery_text {
        width: 100%;
        margin-top: 30px;
    }

    .my_chery_list {
        margin-top: 30px;
    }

    .my_chery_list li {
        font-size: 16px;
        color: #000000;
    }

    /**************************************************************************************************************/
    .contacts {
        padding-bottom: 0;

        margin-top: 60px;
    }

    .contacts .content {
        width: 100%;
    }

    .contacts .title {
        font-size: 24px;
    }

    .contacts .contacts_wrap {
        display: block;
    }

    .contacts .contacts_info {
        margin-top: 20px;
    }

    .contacts #form4 {
        width: 100%;
    }

    .contacts #form4 .form-group input[type="text"],
    .contacts #form4 .form-group input[type="tel"] {
        color: #fff !important;
        border: 1px solid #fff;
    }

    .contacts #form4 ::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #fff;
    }

    .contacts #form4 ::-moz-placeholder {
        /* Firefox 19+ */
        color: #fff;
    }

    .contacts #form4 :-ms-input-placeholder {
        /* IE 10+ */
        color: #fff;
    }

    .contacts #form4 :-moz-placeholder {
        /* Firefox 18- */
        color: #fff;
    }

    /**************************************************************************************************************/
    #map1 {
        position: static;
        margin-top: 30px;
        margin-left: 0;
        width: 100%;
        max-width: none;
        height: 350px;
        background-position: 50% !important;
    }

    .copyright {
        position: relative;
        left: 0px;
        padding-bottom: 15px;
    }

    .credit .title span {
        font-size: 18px;
        text-align: center;
    }

    .credit .title span br {
        /* display: none; */
    }
    .cars_items .image_block .car_gift {
        top: 10px;
    }
    .cars_items .car_item .image_block .car_image {
        padding-top: 70px;
        max-height: none;
    }
    .cars_items .car_gallery {
        margin-top: 50px;
    }
}

/*MOBILE END*/

@media (max-width: 560px) {
    .banner .title_container .content.slide6 {
        padding: 10px 10px;
    }
    .banner .title_container .content.slide6 .banner__logo {
        margin-bottom: 4px;
    }
    .banner .title_container .content.slide6 .banner__title1 {
        margin-bottom: 4px;
    }
    .banner .title_container .content.slide6 .banner__title2 {
        margin-bottom: 4px;
    }
    .banner .title_container .content.slide6 .banner__title3 {
        margin-bottom: 4px;
    }

    .banner .title_container .content.slide6 .title_props {
        margin-top: 0;
    }

}
@media (max-width: 500px) {
    .cars_items .car_profit2 {
        font-size: 18px;
        min-height: 32px;
    }
    .promotion__timer {

    }
    .cars_items .car_gallery .gallery_item.gallery_content {
        padding-top: 10vw;
        width: 100%;
        height: 35vw;
    }
}

@media (max-width: 440px) {
    .banner .title_container .content.slide6 .banner__logo {
        width: 60%;

    }

    .cars_items .car_gallery {
        margin-top: 30px;
    }
    .cars_items .image_block .car_image .car_gift:before {
        width: 100px;
        height: 100px;
    }
    .cars_items .image_block .car_image .car_gift.warn {
        font-size: 14px;
        padding: 56px 0 0 10px;
    }
    .cars_items .car_item .image_block .car_image {
        padding-top: 64px;
    }
    .promotion__timer {

    }
    .banner__title1 {
        font-size: 5.5vw;
    }
    .banner__title1 b {
        font-size: 5.5vw;
    }
}

/* Portrait phones and smaller */
@media (max-width: 388px) {
    .cars_items .car_profit span {
        font-size: 16px;
    }
    .cars_items .car_profit b {
        font-size: 18px;
    }
    .cars_items .car_profit2 b {
    }
    .cars_items .car_profit:before {
        width: 30px;
        height: 30px;
    }
    .cars_items .car_profit {
    }
    .banner .title_container .content.slide1 .title {
        margin-bottom: 450px;
        font-size: 26px;
    }

    .banner .title_container .content.slide4 .title {
        margin-bottom: 450px;
    }

    .banner .title_container .content.slide3 .title {
        margin-bottom: 480px;
    }

    .banner .title_container .content.slide4 .title b {
    }

    #offer_block {
        top: 440px;
    }

    div[id^="timer"] {
        transform: scale(0.6) !important;
        transform-origin: 50% 0;
    }


}

@media (max-width: 378px) {
    .banner .title_container .title {
        font-size: 18px;
    }
    .banner__title1 {
        font-size: 4.6vw;
        font-weight: 400;
    }
    .banner .slick-arrow {
        display: none !important;
    }
}

@media (max-width: 360px) {
    .cars_items #arrizo_8 .car_profit {
        margin-top: 42px;
        margin-bottom: 18px;
    }
    .cars_items .car_gallery {
        margin-top: 16px;
    }
    .cars_items .car_profit {
        margin-top: 18px;
    }
    .cars_items .info_block .car_btns {
        margin-top: 18px;
    }

    .cars_items #tiggo4 .info_block .car_btns {
        margin-top: 18px;
    }
    .cars_items #tiggo8_pro_plugin_hybrid .image_block .car_gift {
        top: 50px;
    }
    .cars_items .car_profit2 {
        font-size: 14px;
    }
    .cars_items .car_profit2:before {
        margin-right: 10px;
    }
    .cars_items .car_profit2 sup {
        font-size: 8px;
    }
    .cars_items .car_profit span {
        font-size: 12px;
    }
    .cars_items .car_item .image_block .car_image {
        padding-top: 90px;
    }

    .banner__title2 {

    }

    #offer_block {
        top: 390px;
    }

    .banner .title_container .content.slide1 .title b,
    .banner .title_container .content.slide3 .title b {
        font-size: 24px;
    }

    .banner .title_container .content.slide1 .title {
        font-size: 17px;
    }

    .banner .title_container .content.slide4 .title b {
        font-size: 22px;
    }

    .banner .title_container .content.slide4 .title {
        font-size: 16px;
    }

    .credit_0 .title b {
        font-size: 60px;
    }

    .banner .title_container .content .pl_tires {
        transform-origin: -10%;
    }
    .banner .title_container .title b {
        font-size: 18px;
        /*margin-bottom: 110px;*/
    }

    .tradein .title {
        font-size: 16px;
    }

    div[id^="timer"] {
        transform: scale(0.5) !important;
        /*transform-origin: 43% 50%;*/
    }

    .my_chery_title b {
        font-size: 46px;
    }

    .exeed_offer_title span {
        font-size: 18px;
    }

    .exeed_offer_comment {
        font-size: 15px;
    }

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

@media (max-width: 320px) {
    .cars_items .image_block .car_image .car_gift {
        right: -7px;
        top: -17px;
    }
}
