html {
    overflow-x: hidden;
}

body {
    font-family: "Roboto", 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;
}

* {
    box-sizing: border-box;
}

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: 50px; */
}

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: "Roboto", Arial, sans-serif;
    outline: none;
}

a {
    text-decoration: none;
}

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

input[type="text"],
input[type="tel"] {
    color: #939393;
    font-family: "Roboto", Arial, sans-serif;
}

.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 {
    display: none;
}

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

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

.popup_container .agree_field a {
    color: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.agree_field a {
    color: black;
    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: 50px;
    width: 100%;
    color: #000;
    font-size: 16px;
    box-sizing: border-box;
    font-weight: 300;
    text-align: left;
    border: 1px solid #191919;
    padding: 0px 20px;
    outline: none;
    background: #fff;
}

select {
    display: block;
    color: #939393;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    background: url(../img/ico_select.png) right 20px center no-repeat;
    border: 1px solid #939393;
}

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

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

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

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

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

.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: #191919;
    color: #fff;
    text-align: center;
    height: 50px;
    width: 280px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #191919;
    position: relative;
    text-decoration: none;
    transition: all 0.2s linear;
}

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

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

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

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

.btn.white {
    background: #fff;
    border-color: #fff;
    color: #000;
}

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

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

.header .m_btn {
    display: none;
}

header {
}

header .container {
}

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

.header_fixed {
    position: fixed;
    top: 0;
    z-index: 5;
    background: #fff;
}

header .logo {
}

header .logo.logo1 {
    display: flex;
    align-items: center;
    gap: 20px;
}

header .logo.logo1 img {
    width: 143px;
}

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

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

header .salon.dealer1 {
}

header .salon.dealer2 {
    margin-left: 40px;
    border-left: 1px solid #b1b1b1;
}

header .addr_wrap {
}

header .salon_name {
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    border-left: 1px solid #000;
}

header .top_addr {
}

header .phone_wrap {
}

header .top_phone {
    color: inherit;
    font-size: 20px;
    font-weight: 700;
    display: block;
}

header .header_offer {
    color: #808080;
    text-decoration: underline;
}

header .btn {
    width: 180px;
}

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

.banner_slider {
}

.banner_slider .slide {
    height: 760px;
}

.banner_slider .slide.slide1 {
    background: url(../img/banner_slider/slide1.jpg) 50% 0 no-repeat;
}

.banner_slider .slide.slide2 {
    background: url(../img/banner_slider/slide2.jpg) 50% 0 no-repeat;
}

.banner_slider .slide.slide3 {
    background: url(../img/banner_slider/slide3.jpg) 50% 30px no-repeat;
}

.webp .banner_slider .slide.slide1 {
    background: url(../img/banner_slider/slide1.webp) 50% 0 no-repeat;
}

.webp .banner_slider .slide.slide2 {
    background: url(../img/banner_slider/slide2.webp) 50% 0 no-repeat;
}

.webp .banner_slider .slide.slide3 {
    background: url(../img/banner_slider/slide3.webp) 50% 30px no-repeat;
}

.webp .banner_slider .slide.slide4 {
    background: url(../img/banner_slider/slide4.webp) 50% 0 no-repeat;
}

.banner_slider .slide.slide5 {
    background: url(../img/banner_slider/slide5.jpg?v=1) 50% 0 no-repeat;
}

.banner_slider .slide.slide6 {
    background: url(../img/banner_slider/slide6.jpg?v=1) 50% 0 no-repeat;
}

.banner_slider .slick-dots {
    position: absolute;
    z-index: 1;
    bottom: 15px;
    display: flex;
    left: 17%;
}

.banner_slider .slick-dots li {
    display: block;
    width: 65px;
    height: 5px;
    background: #fff;
    opacity: 0.5;
    transition: all 0.3s linear;
    cursor: pointer;
    margin: 0 7px;
}

.banner_slider .slick-dots li button {
    display: none;
}

.banner_slider .slick-dots li.slick-active {
    opacity: 1;
}

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

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

.banner {
    overflow: hidden;
  }

  .banner .container {
  }

  .banner .content {
    /* position: absolute;
        z-index: 1;
        bottom: 442px; */
    padding-top: 30px;
  }
  .slide1 .banner .content {
    padding-top: 55px;
  }

  .white {
    color: #fff;
  }
  .slide3 .banner .title_container {
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    padding: 40px 80px 40px 0;
    border-radius: 0 100px 100px 0;
    backdrop-filter: blur(2px);
    display: inline-block;
  }

  .slide1 .banner .title_container {
    color: #fff;
  }
  .slide2 .banner .title_container {
    position: relative;
    padding: 20px 0px 20px 0;
    /* backdrop-filter: blur(2px); */
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.8) 40%,
      transparent
    );
    display: block;
  }

  .banner .banner_rass {
    position: absolute;
    top: 30px;
    right: 0;
    color: inherit;
    background: #fff;
    border-radius: 100px;
    padding: 5px 25px 12px 65px;
    text-decoration: none;
    font-size: 26px;
  }

  .banner .banner_rass:before {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: url(../img/banner_ico_rass.png?v=2) 50% no-repeat #c7051d;
    position: absolute;
    top: 4px;
    left: 4px;
  }

  .banner .banner_rass:hover {
    background: #c7051d;
    color: #fff;
  }

  .banner .banner_rass:hover:before {
    background: url(../img/banner_ico_rass_hover.png?v=2) 50% no-repeat #fff;
  }

  .slide3 .banner .title_container:before {
    content: "";
    width: 100%;
    height: 100%;
    /* background: url("../img/title_bg.png") 50% no-repeat; */
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    top: 0;
    right: 100%;
    /* z-index: -1; */
    backdrop-filter: blur(5px);
    display: block;
  }

  .slide1 .banner .title_container:before {
  }
  .slide2 .banner .title_container:before {
    content: "";
    width: 100%;
    height: 100%;
    /* background: url("../img/title_bg.png") 50% no-repeat; */
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0;
    right: 100%;
    /* z-index: -1; */
    backdrop-filter: blur(5px);
    display: block;
  }

  .title_container .br_mob {
    display: none;
  }

  .banner .title1 {
    font-size: 36px;
  }

  .big_text {
    font-size: 62px;
    font-weight: 300;
    margin-bottom: 16px;
    margin-right: -120px;
  }

  .big_text br {
    display: none;
  }

  .text_400 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .text_300 {
    font-size: 36px;
    font-weight: 300;
  }

  .banner .title1 span {
    color: #c7061e;
    font-weight: 700;
  }

  .banner .title1 .big_text span {
    /* color: #A7A7A7; */
    color: #000;
    font-weight: 500;
  }

  .banner .title1 sup {
    font-size: 0.6em;
  }

  .banner .title2 {
    font-size: 36px;
  }

  .banner .title3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #c7061e;
    font-weight: 700;
  }
  /*
  .banner .title2 span {
    color: #c7061e;
  } */

  .banner .btn {
    margin-top: 16px;
    background: #c7051d;
    border-color: #c7051d;
    height: 62px;
  }

  .slide5 .banner .title_container {padding-top: 80px;}

  .slide5 .banner .title1 {
      color: #fff;
      position: relative;
      padding: 62px 0;
      z-index: 1;
      font-size: 48px;
      font-weight: 300;
    }
.slide5 .banner .title1 .mob_br {display: none;}

.slide5 .banner .title1:before {
    content: "";
    display: block;
    width: 200%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, black, transparent);
    backdrop-filter: blur(6px);
    left: -50%;
    top: 0;
    z-index: -1;
}

  .slide5 .banner .btn {
  }

  .slide6 {}
  .slide6 .banner {}
  .slide6 .container {
  }
  .slide6 .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
  }
  .slide6 .title_container {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(3px);
    padding: 25px 30px 50px 30px;
    margin-bottom: -48px;
  }
  .slide6 .title1 {
    font-size: 36px;
  }
  .slide6 .title1 .red_span {
    font-weight: 700;
    color: #C7051D;
  }
  .slide6 .title2 {
    font-size: 32px;
    text-align: left;
    padding-left: 45px;
    position: relative;
    margin-top: 15px;
  }
  .slide6 .title2:before {
    content: "";
    display: block;
    width: 34px;
    height: 34px;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 50%;
    background: url(../img/banner_ico1_slide6.svg) 50% no-repeat #C7051D;
  }
  .slide6 .btn {}


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

.timer_block {
    background: #191919;
    color: #fff;
    padding: 25px 0;
}

.timer_block .container {
}

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

.timer_block .timer_form {
    width: 100%;
    max-width: 640px;
}

.timer_block .timer_title {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 20px;
}

.timer_block form {
    width: 100%;
}

.timer_block form .agree_field,
.timer_block form .agree_field a {
    color: #fff;
}

.timer_block form .form-group_wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.timer_block form .form-group {
    width: 48%;
}

.timer_block form select {
}

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

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

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

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

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

.timer_block .timer {
}

.timer_block .timer div[id^="timer"] {
}

.timer_block .timer span[id^="timer"] {
}

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

.cars {
}

.cars .car_item {
    margin-top: 130px;
}

.cars .car_item .container {
}

.cars .car_item .content {
}

.cars .car_item .car_main {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding-left: 60px;
    background: url(../img/e_hs9_bg.jpg) 50% 0 no-repeat;
}

.webp .cars .car_item .car_main {
    background: url(../img/e_hs9_bg.webp) 50% 0 no-repeat;
}

.cars .car_item .car_info_block {
    width: 100%;
    max-width: 450px;
    margin-top: 30px;
}

.cars .car_item#hongqi_hs7 .car_info_block,
.cars .car_item#hongqi_hs3 .car_info_block {
    margin-top: 50px;
}

.cars .car_item .car_name {
    font-size: 40px;
    font-weight: 700;
    padding-bottom: 10px;
    display: flex;
    position: relative;
    white-space: nowrap;
    align-items: end;
    column-gap: 12px;
}

.cars .car_item .car_name .car_profit span {
    font-size: 28px;
}

.cars .car_item .car_name .gift {
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    margin-left: 52px;
    line-height: 119%;
}

.cars .car_item .car_name .gift:before {
    content: "";
    background: url(../img/ico_gift.png) 50% 50% no-repeat;
    width: 34px;
    height: 34px;
    flex-shrink: 0;
    margin-right: 10px;
}

.cars .car_item .car_name .gift span {
}

.cars .car_item .car_name .gift strong {
    display: block;
    text-transform: uppercase;
    color: #c7051d;
}

/*.cars .car_item#e_hs9 .car_name,
.cars .car_item#hs5 .car_name {
    padding-bottom: 15px;
    display: block;
}

.cars .car_item#h5_classic .car_name {
    gap: 5px;
}*/

.cars .car_item .car_name .red-text {
    /*color: #c7051d;*/
    color: #000000;
}

.cars .car_item .car_props {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    position: relative;
    align-items: center;
    width: 110%;
}

.cars .car_item .car_props a {
    /* width: 49%; */
    color: inherit;
    font-weight: 500;
    position: relative;
    padding: 7px 0 7px 36px;
}

.cars .car_item .car_props a b {
    color: #000000;
    transition: all 0.3s;
    white-space: nowrap;
}

.cars .car_item .car_props a span span {
    font-weight: 700;
}

.cars .car_item .car_props a:hover b {
    color: #c7051d;
}

.cars .car_item .car_props a:before {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 15px);
    left: 0;
    transition: all 0.3s;
}

.cars .car_item .car_props .damn {
    display: flex;
    /* justify-content: space-between; */
    gap: 0 15px;
    /*flex-wrap: wrap;*/
    width: 100%;
    margin-bottom: 20px;
}

.cars .car_item .car_props .damn a {
    display: flex;
    align-items: center;
}

/* .cars .car_item .car_props .damn a:nth-child(1) {
    width: 180px;
}

.cars .car_item .car_props .damn a:nth-child(2) {
    width: 100px;
}

.cars .car_item .car_props .damn a:nth-child(3) {
    width: 188px;
} */

.cars .car_item .car_props a.ico1:before {
    background: url(../img/ico_car_tradein.png) 50% no-repeat #fff;
}

.cars .car_item .car_props a.ico1:hover:before {
    background: url(../img/ico_car_tradein_hov.png) 50% no-repeat #fff;
}

.cars .car_item .car_props a.ico2:before {
    background: url(../img/ico_car_credit.png) 50% no-repeat #fff;
}

.cars .car_item .car_props a.ico2:hover:before {
    background: url(../img/ico_car_credit_hov.png) 50% no-repeat #fff;
}

.cars .car_item .car_props a.ico5:before {
    background: url(../img/ico_coins.png) 50% no-repeat #fff;
}

.cars .car_item .car_props a.ico5:hover:before {
    background: url(../img/ico_coins.png) 50% no-repeat #fff;
}

.cars .car_item a.ico3 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
    padding: 0 0 0 42px;
}

.cars .car_item a.ico3 b {
    font-size: 24px;
}

.cars .car_item a.ico3:before {
    width: 26px;
    height: 27px;
    background: url(../img/ico_profit.png) 50% no-repeat;
}

.cars .car_item a.ico3:hover:before {
    background: url(../img/ico_profit_hov.png) 50% no-repeat;
}

.cars #hs5 .car_props a.ico4 {
    position: absolute;
    width: auto;
    right: -35px;
    top: -5px;
}

.cars .car_item .car_props a.ico4:before {
    width: 30px;
    height: 30px;
    background: url(../img/ico_car_rass.png) 50% no-repeat #fff;
}

.cars .car_item .car_props a.ico4:hover:before {
    background: url(../img/ico_car_rass_hover.png?v=2) 50% no-repeat #fff;
}

.cars .car_item .car_btns {
    display: flex;
    justify-content: space-between;
}

.cars .car_item .car_btns .btn {
    width: 48%;
    /*margin-top: 8px;*/
}

.cars .car_item .car_btns .btn:first-child:hover {
    background: transparent;
    color: #000000;
}

/*.cars .car_item#e_hs9 .car_btns .btn,
.cars .car_item#hs5 .car_btns .btn {
    margin-top: 15px;
}*/

.cars .car_item .car_btns .btn:last-child {
}

.cars .car_item .car_image_block {
    margin-top: 25px;
    position: relative;
}

.cars .car_item#hongqi_h9 .car_image_block {
    padding-right: 70px;
    padding-left: 28px;
}

.cars .car_item .car_img {
    position: relative;
}

/*.cars .car_item#hongqi_h9 {
    width: 90%;
}*/

.cars .car_item#h5_classic .car_img {
    padding-top: 26px;
}

.cars .car_item#h5 .car_img {
    left: -38px;
}

.cars .car_item#hq9 .car_img {
    left: -50px;
    margin-top: -40px;
}

.cars .car_item#hs7 .car_img {
    left: -50px;
}

.cars .car_item .car_colors {
    position: absolute;
    top: 25px;
    right: 20px;
}

.cars .car_item .color_dot {
    width: 27px;
    height: 27px;
    border: 2px solid #fff;
    transition: all 0.1s linear;
    margin: 5px;
    cursor: pointer;
}

.cars .car_item .color_dot:hover,
.cars .car_item .color_dot.active {
    transform: scale(1.1);
}

.cars .car_item .car_gallery {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.cars .car_item#h5_classic .car_gallery {
    gap: 15px;
    justify-content: flex-start;
}

.cars .car_item .car_gallery a {
    width: 24%;
}

.cars .car_item .label-new {
    position: absolute;
    left: 250px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 30px;
    background-image: url("../img/new-red-background.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    gap: 15px;
    padding: 4px;
    width: 380px;
    color: #fff;
    top: 0;
}

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

#instock {
    margin-top: 50px;
    margin-bottom: 20px;
}

#instock .instock_title {
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    text-align: left;
    margin-bottom: 30px;
}

#filter_table {
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

#filter_table .select_container {
    width: 32%;
}

#filter_table .select_container select {
    display: block;
    color: #000;
    height: 50px;
    width: 100%;
    padding-left: 15px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 300;
    outline: none;
    background: url("../img/select_up.svg") right 20px center no-repeat;
    border: 1px solid #000;
}

.compl_items .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #000;
    margin-bottom: 30px;
    padding-right: 16px;
}

.compl_items .compl_block {
    width: 42%;
    display: flex;
    align-items: center;
    gap: 0 10px;
    /*background: #000;*/
    padding: 10px 20px;
    background: linear-gradient(180deg, #000 0%, #666 100%);
}

.compl_items .compl_block .compl_image {
    height: 160px;
    display: flex;
    align-items: center;
}

.compl_engine {
    width: 26%;
    display: flex;
    flex-flow: wrap;
}

.compls_showmore span {
    color: #000;
}

.compl_engine .compl {
    display: none;
}

.compl_block_name {
    /*margin-left: 16px;*/
    /*margin-left: -10px;*/
}

.compl_block_name .name {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 300;
    text-align: left;
}

.compl_block_name .compl {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    /*color: #C7051D;*/
    max-width: 130px;
    color: #ffffff;
}

.compl_items .compl_engine .param {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 5px 0;
    padding: 10px 0;
    border-bottom: 1px solid #CCC;
    font-size: 24px;
    font-weight: 500;
}

.compl_items .compl_engine .param:nth-child(4),
.compl_items .compl_engine .param:nth-child(5) {
    border: none;
}

.compl_items .compl_engine .param span {
    font-size: 14px;
    color: #5C5C5C;
    font-weight: 400;
}

/*.compl_items .compl_engine .param.ico1:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/param_ico1.svg) no-repeat center top;
    background-size: cover;
    display: block;
    left: 0;
}*/

.compl_btns .popup.btn:nth-child(1) {
    margin-bottom: 10px;
}

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

.tradein {
    background: url("../img/");
    background: #191919;
    color: #fff;
    margin-top: 130px;
    padding: 100px 0;
}

.tradein .container {
}

.tradein .content {
    background: url(../img/tradein_bg.jpg) 50% no-repeat;
    display: flex;
    justify-content: space-between;
    padding: 135px 0;
    padding-bottom: 0;
}

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

.tradein .title_block {
    padding-left: 45px;
    padding-top: 350px;
}

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

.tradein .desc {
    font-size: 18px;
    padding-top: 10px;
}

.tradein form {
    width: 300px;
    margin-right: 100px;
    margin-bottom: 135px;
}

.tradein form .agree_field,
.tradein form .agree_field a {
    color: #fff;
}

.tradein form .form-group {
}

.tradein form select {
    border-color: #fff;
    color: #fff;
}

.tradein form select option {
    color: #000;
}

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

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

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

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

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

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

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

.credit > img {
    display: none;
}

.credit_content {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(12.800000190734863px);
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
}

.credit_wrap {
    width: 45.3%;
    position: relative;
}

.credit_wrap:first-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 348px;
    position: absolute;
    top: 12px;
    right: -57px;
    background: #ffffff;
}

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

.credit_title sup {
    font-size: 20px;
    font-weight: 400;
}

.credit_props {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    row-gap: 10px;
}

.credit_props > a {
    width: 49%;
    display: flex;
    align-items: center;
    min-height: 39px;
    color: #ffffff;
    text-decoration: none;
    padding-left: 48px;
    font-weight: 300;
}

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

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

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

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

.credit_tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.credit_tabs > div {
    width: 49%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 55px;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
}

.credit_tabs > div.active {
    background: #000000;
    color: #ffffff;
}

.credit_comment {
    padding-left: 48px;
    color: #ffffff;
    font-size: 24px;
    margin: 37px 0;
    background: url("../img/cred_comment_ico.png") 0 50% no-repeat;
}

.credit_form input[type="tel"],
.credit_form select {
    background-color: transparent !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}

.credit_form select option {
    color: #000000;
}

.credit_form input[type="tel"]::placeholder {
    color: #ffffff;
}

.credit_form .agree_field {
    display: block;
    color: #ffffff;
}

.credit_form .agree_field a {
    color: #ffffff;
}

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

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

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

.testdrive .container {
}

.testdrive .content {
    width: 100%;
    max-width: 530px;
    margin-left: auto;
}

.testdrive .title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.testdrive form {
}

.testdrive form .agree_field,
.testdrive form .agree_field a {
    color: #fff;
}

.testdrive form .form-group {
}

.testdrive form select {
}

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

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

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

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

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

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

.contacts {
}

.contacts .container {
}

.contacts .content {
    position: absolute;
    top: 50px;
    z-index: 1;
}

.contacts .contacts_offer {
    background: #fff;
    padding: 40px 50px;
    display: flex;
    align-items: center;
}

.contacts .contacts_offer .offer_text {
    width: 310px;
}

.contacts .contacts_offer .offer_title {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}

.contacts .contacts_offer .offer_desc {
}

.contacts .contacts_offer .btn {
    width: 230px;
    /* margin-left: 60px; */
}

.contacts .contacts_info {
    background: #fff;
    margin-top: 20px;
    padding: 40px 50px;
}

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

.contacts .contacts_info .salon.dealer1 {
    padding-bottom: 35px;
    margin-bottom: 35px;
    border-bottom: 1px solid #808080;
}

.contacts .contacts_info .salon.dealer2 {
}

.contacts .contacts_info .salon_info_wrap {
    width: 310px;
}

.contacts .contacts_info .salon_name {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}

.contacts .contacts_info .salon_addr {
}

.contacts .contacts_info .salon_about {
    color: #808080;
    padding-top: 20px;
}

.contacts .contacts_info .salon_btn_wrap {
    text-align: center;
}

.contacts .contacts_info .bottom_phone {
    font-size: 22px;
    color: inherit;
    font-weight: 700;
}

.contacts .contacts_info .btn {
    width: 230px;
    /* margin-left: 60px; */
    margin-top: 15px;
}

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

#map1 {
    height: 630px;
    width: 100%;
    max-width: 100%;
    background: url(../img/map.jpg) 50% 0% no-repeat;
}

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

footer {
    padding: 20px 0;
    background: #000;
    color: #fff;
}

footer .yurinfo {
    margin: 10px 0;
    font-size: 12px;
    color: #ffffff;
}

.footer_links_wrap {
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.footer_link a {
    color: #fff;
    text-decoration: underline;
}

.disclamer_switch_bg {
}

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

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

.copyright {
    font-size: 14px;
    /* position: absolute; */
    top: 0px;
    left: 15px;
    text-align: center;
}

.banner_slider .slide.slide1 {
}

.banner_slider .slide.slide1 .title1 {
  font-size: 48px;
  font-weight: 300;
}

.banner_slider .slide.slide1 .title1 strong {
}

.banner_slider .slide.slide1 .title2 {
  font-size: 54px;
  margin-bottom: 40px;
}

.banner_slider .slide.slide1 .title2 strong {
}

.banner_slider .slide.slide1 .title2 span {
  /* color: white;
  background: #c7061e;
  padding: 0px 20px;
  font-size: 60px; */
  font-size: inherit;
}

.banner_slider .slide.slide1 .title3 {
  font-size: 40px;
  color: inherit;
  font-weight: 400;
  text-transform: none;
}


.compl_items .vigoda {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 10px;
}
.compl_items .vigoda:before {content:'';background: url(../img/ico_vigoda.png) 50% 50% no-repeat;width: 27px;height: 28px;display: inline-block;flex-shrink: 0;margin-right: 10px;}
.compl_items .vigoda span {}
.compl_items .vigoda strong {
    font-size: 22px;
}
.compl_items .vigoda sup {}


.compl_items .btns {
}
.compl_items .btns .btn {}


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

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

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

@media (max-width: 1400px) {
    .tradein form {
        margin-right: 35px;
    }

    .big_text {
        font-size: 49px;
        margin-bottom: 12px;
        margin-right: -184px;
    }

    .text_400 {
        font-size: 26px;
        margin-bottom: 7px;
    }

    .text_300 {
        font-size: 26px;
    }

    .banner .title1 {
        font-size: 26px;
      }

      .banner .title2 {
        font-size: 26px;
      }

      .slide5 .banner .title_container {

      }

      .slide5 .banner .title1 {
      font-size: 36px;
      padding: 50px 0;
      }

      .slide5 .banner .btn {
      }

      .slide6 {}
      .slide6 .banner {}
      .slide6 .container {}
      .slide6 .content {}
      .slide6 .title_container {}
      .slide6 .title1 {}
      .slide6 .title1 .red_span {}
      .slide6 .title2 {}
      .slide6 .title2:before {}
      .slide6 .btn {}

    .cars .car_item .car_props a {
        width: 100%;
    }

    .cars .car_item .car_props a br {
        display: none;
    }

    .cars .car_item .car_info_block {
        margin-top: 20px !important;
        padding-bottom: 20px;
    }

    .cars .car_item .car_image_block {
        width: 100%;
    }

    .testdrive .content {
        width: 45%;
    }
}

@media (max-width: 1280px) {
    .cars .car_item#h5_classic .car_gallery {
        gap: 0;
        justify-content: space-between;
    }

    .compl_items .compl_block {
        display: block;
    }
}

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

    header .container {
    }

    header .header {
    }

    header .logo {
    }

    header .logo.logo1 {
    }

    header .header_addr_wrap {
    }

    header .salon {
    }

    header .salon.dealer1 {
    }

    header .salon.dealer2 {
        margin-left: 20px;
    }

    header .addr_wrap {
        /* padding: 0 20px; */
        /* display: none; */
    }

    header .salon_name {
        font-size: 14px;
    }

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

    header .phone_wrap {
    }

    header .top_phone {
        font-size: 14px;
    }

    header .header_offer {
    }

    /**************************************************************************************************************/
  .banner_slider {
}

.banner_slider .slide {
}

.banner_slider .slide.slide1 {
}

.banner_slider .slide.slide2 {
}

.banner_slider .slide.slide3 {
}

.banner_slider .slick-dots {
}

.banner_slider .slick-dots li {
}

.banner_slider .slick-dots li button {
}

.banner_slider .slick-dots li.slick-active {
}

/**************************************************************************************************************/
.banner {
}

.banner .banner_rass {
}

.banner .banner_rass:before {
}

.banner .container {
}

.banner .content {
  bottom: 525px;
}

.banner .title_container {
}

.banner .title1 {
  font-size: 26px;
}

.banner .title2 {
  font-size: 26px;
}

.banner .btn {
}

.slide5 .banner .title_container {

}

.slide5 .banner .title1 {font-size: 32px;}

.slide5 .banner .btn {
}


.slide6 {}
.slide6 .banner {}
.slide6 .container {}
.slide6 .content {}
.slide6 .title_container {}
.slide6 .title1 {}
.slide6 .title1 .red_span {}
.slide6 .title2 {}
.slide6 .title2:before {}
.slide6 .btn {}

.big_text {
  font-size: 49px;
  margin-bottom: 12px;
  margin-right: -188px;
}

.big_text br {
  display: inline;
}

    /**************************************************************************************************************/
    .timer_block {
    }

    .timer_block .container {
    }

    .timer_block .content {
    }

    .timer_block .timer_form {
        max-width: 425px;
    }

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

    .timer_block form {
    }

    .timer_block form .agree_field,
    .timer_block form .agree_field a {
    }

    .timer_block form .form-group_wrapper {
    }

    .timer_block form .form-group {
    }

    .timer_block form select {
    }

    .timer_block form .form-group input[type="text"],
    .timer_block form .form-group input[type="tel"] {
    }

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

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

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

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

    .timer_block .timer {
    }

    .timer_block .timer div[id^="timer"] {
    }

    .timer_block .timer span[id^="timer"] {
    }

    /**************************************************************************************************************/
    .cars {
    }

    .cars .car_item {
    }

    .cars .car_item .container {
    }

    .cars .car_item .content {
    }

    .cars .car_item .car_main {
        padding-left: 25px;
    }

    .cars .car_item .car_info_block {
        margin-top: 20px !important;
        padding-bottom: 20px;
    }

    .cars .car_item .car_name {
    }

    .cars .car_item .car_props {
    }

    .cars .car_item .car_props a {
        width: 100%;
    }

    .cars .car_item .car_props a br {
        display: none;
    }

    .cars .car_item .car_props a:before {
        content: "";
    }

    .cars .car_item .car_props a.ico1:before {
    }

    .cars .car_item .car_props a.ico2:before {
    }

    .cars .car_item .car_btns {
    }

    .cars .car_item .car_btns .btn {
        margin-top: 15px;
    }

    .cars .car_item .car_btns .btn:last-child {
    }

    .cars .car_item .car_image_block {
        width: 100%;
    }

    .cars .car_item .car_img {
    }

    .cars .car_item .car_colors {
        top: 0px;
    }

    .cars .car_item .color_dot {
    }

    .cars .car_item .car_gallery {
    }

    .cars .car_item .car_gallery a {
    }

    /**************************************************************************************************************/
    .tradein {
    }

    .tradein .container {
    }

    .tradein .content {
    }

    .tradein .title_block {
    }

    .tradein .title {
    }

    .tradein .desc {
    }

    .tradein form {
        margin-right: 40px;
    }

    .tradein form .agree_field,
    .tradein form .agree_field a {
    }

    .tradein form .form-group {
    }

    .tradein form select {
    }

    .tradein form .form-group input[type="text"],
    .tradein form .form-group input[type="tel"] {
    }

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

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

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

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

    /****************************************************************************************************/
    .credit_props > a {
        font-size: 12px;
    }

    .credit_wrap:first-child:after {
        right: -43px;
    }

    /**************************************************************************************************************/
    .testdrive {
    }

    .testdrive .container {
    }

    .testdrive .content {
        max-width: 425px;
    }

    .testdrive .title {
    }

    .testdrive form {
    }

    .testdrive form .agree_field,
    .testdrive form .agree_field a {
    }

    .testdrive form .form-group {
    }

    .testdrive form select {
    }

    .testdrive form .form-group input[type="text"],
    .testdrive form .form-group input[type="tel"] {
    }

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

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

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

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

    /**************************************************************************************************************/
    .contacts {
    }

    .contacts .container {
    }

    .contacts .content {
    }

    .contacts .contacts_offer {
    }

    .contacts .contacts_offer .offer_text {
    }

    .contacts .contacts_offer .offer_title {
    }

    .contacts .contacts_offer .offer_desc {
    }

    .contacts .contacts_offer .btn {
    }

    .contacts .contacts_info {
    }

    .contacts .contacts_info .salon {
    }

    .contacts .contacts_info .salon.dealer1 {
    }

    .contacts .contacts_info .salon.dealer2 {
    }

    .contacts .contacts_info .salon_info_wrap {
    }

    .contacts .contacts_info .salon_name {
    }

    .contacts .contacts_info .salon_addr {
    }

    .contacts .contacts_info .salon_about {
    }

    .contacts .contacts_info .salon_btn_wrap {
    }

    .contacts .contacts_info .bottom_phone {
    }

    .contacts .contacts_info .btn {
    }

    .banner_slider .slide.slide1 {
    }

    .banner_slider .slide.slide1 .title1 {
      font-size: 40px;
    }

    .banner_slider .slide.slide1 .title1 strong {
    }

    .banner_slider .slide.slide1 .title2 {
      font-size: 40px;
      margin-bottom: 10px;
    }

    .banner_slider .slide.slide1 .title2 strong {
    }

    /* .banner_slider .slide.slide1 .title2 span {
      font-size: 40px;
    } */

    .banner_slider .slide.slide1 .title3 {
      font-size: 33px;
    }

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

/*IPAD PRO BEGIN*/
@media (max-width: 991px) {
    .compl_items .item {
        flex-wrap: wrap;
    }

    .compl_items .compl_block {
        width: 50%;
    }

    .compl_engine {
        width: 46%;
    }

    .compl_btns {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-left: 20px;
        width: 100%;
    }

    .compl_btns .btn {
        width: 100%;
    }
}

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

    header .container {
    }

    header .header {
    }

    header .logo {
    }

    header .logo.logo1 {
    }

    header .header_addr_wrap {
    }

    header .salon {
    }

    header .salon.dealer1 {
    }

    header .salon.dealer2 {
    }

    header .addr_wrap {
    }

    header .salon_name {
    }

    header .top_addr {
    }

    header .phone_wrap {
    }

    header .top_phone {
    }

    header .header_offer {
    }

    /**************************************************************************************************************/
    .banner_slider {
    }

    .banner_slider .slide {
    }

    .banner_slider .slide.slide1 {
    }

    .banner_slider .slide.slide2 {
    }

    .banner_slider .slide.slide3 {
    }

    .banner_slider .slick-dots {
    }

    .banner_slider .slick-dots li {
    }

    .banner_slider .slick-dots li button {
    }

    .banner_slider .slick-dots li.slick-active {
    }

    /**************************************************************************************************************/
    .banner {
    }

    .banner .banner_rass {
    }

    .banner .banner_rass:before {
    }

    .banner .container {
    }

    .banner .content {
    }

    .banner .title_container {
    }

    .banner .title1 {
    }

    .banner .title2 {
    }

    .banner .btn {
    }

    .slide5 .banner .title_container {

    }

    .slide5 .banner .title1 {
    }

    .slide5 .banner .btn {
    }

    .slide6 {}
    .slide6 .banner {}
    .slide6 .container {}
    .slide6 .content {}
    .slide6 .title_container {}
    .slide6 .title1 {}
    .slide6 .title1 .red_span {}
    .slide6 .title2 {}
    .slide6 .title2:before {}
    .slide6 .btn {}

    .big_text {
        font-size: 40px;
    }

    /**************************************************************************************************************/
    .timer_block {
    }

    .timer_block .container {
    }

    .timer_block .content {
        flex-wrap: wrap;
    }

    .timer_block .timer_form {
        margin: 0 auto;
        max-width: 100%;
        order: 1;
    }

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

    .timer_block form {
    }

    .timer_block form .agree_field,
    .timer_block form .agree_field a {
    }

    .timer_block form .form-group_wrapper {
    }

    .timer_block form .form-group {
    }

    .timer_block form select {
    }

    .timer_block form .form-group input[type="text"],
    .timer_block form .form-group input[type="tel"] {
    }

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

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

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

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

    .timer_block .timer {
        width: 100%;
        margin-bottom: 30px;
    }

    .timer_block .timer div[id^="timer"] {
    }

    .timer_block .timer span[id^="timer"] {
    }

    /**************************************************************************************************************/
    .cars {
    }

    .cars .car_item {
    }

    .cars .car_item .container {
    }

    .cars .car_item .content {
    }

    .cars .car_item .car_main {
        flex-wrap: wrap;
    }

    .cars .car_item .car_info_block {
        max-width: 100%;
    }

    .cars .car_item .car_name {
    }

    .cars .car_item .car_props {
    }

    .cars .car_item .car_props a {
    }

    .cars #hs5 .car_props a.ico4 {
        position: relative;
        width: 100%;
        right: unset;
        top: unset;
    }

    .cars .car_item .car_props a:before {
        content: "";
    }

    .cars .car_item .car_props a.ico1:before {
    }

    .cars .car_item .car_props a.ico2:before {
    }

    .cars .car_item .car_btns {
    }

    .cars .car_item .car_btns .btn {
    }

    .cars .car_item .car_btns .btn:last-child {
    }

    .cars .car_item .car_image_block {
    }

    .cars .car_item .car_img {
    }

    .cars .car_item .car_colors {
    }

    .cars .car_item .color_dot {
    }

    .cars .car_item .car_gallery {
    }

    .cars .car_item .car_gallery a {
    }

    /**************************************************************************************************************/
    .tradein {
    }

    .tradein .container {
    }

    .tradein .content {
    }

    .tradein .title_block {
    }

    .tradein .title {
    }

    .tradein .desc {
    }

    .tradein form {
    }

    .tradein form .agree_field,
    .tradein form .agree_field a {
    }

    .tradein form .form-group {
    }

    .tradein form select {
    }

    .tradein form .form-group input[type="text"],
    .tradein form .form-group input[type="tel"] {
    }

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

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

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

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

    /****************************************************************************************************/
    .credit {
        background: #191919;
        padding: 0;
    }

    .credit > img {
        display: block;
    }

    .credit_content {
        background: none;
        flex-direction: column;
        padding: 30px 0;
    }

    .credit_wrap {
        width: 100%;
    }

    .credit_wrap:first-child:after {
        display: none;
    }

    .credit_wrap:first-child {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ffffff;
    }

    .credit_form .btn {
        background: #ffffff;
        color: #000000;
    }

    /**************************************************************************************************************/
    .testdrive {
    }

    .testdrive .container {
    }

    .testdrive .content {
    }

    .testdrive .title {
    }

    .testdrive form {
    }

    .testdrive form .agree_field,
    .testdrive form .agree_field a {
    }

    .testdrive form .form-group {
    }

    .testdrive form select {
    }

    .testdrive form .form-group input[type="text"],
    .testdrive form .form-group input[type="tel"] {
    }

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

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

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

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

    /**************************************************************************************************************/
    .contacts {
    }

    .contacts .container {
    }

    .contacts .content {
        position: static;
    }

    .contacts .contacts_offer {
    }

    .contacts .contacts_offer .offer_text {
    }

    .contacts .contacts_offer .offer_title {
    }

    .contacts .contacts_offer .offer_desc {
    }

    .contacts .contacts_offer .btn {
    }

    .contacts .contacts_info {
    }

    .contacts .contacts_info .salon {
    }

    .contacts .contacts_info .salon.dealer1 {
    }

    .contacts .contacts_info .salon.dealer2 {
    }

    .contacts .contacts_info .salon_info_wrap {
    }

    .contacts .contacts_info .salon_name {
    }

    .contacts .contacts_info .salon_addr {
    }

    .contacts .contacts_info .salon_about {
    }

    .contacts .contacts_info .salon_btn_wrap {
    }

    .contacts .contacts_info .bottom_phone {
    }

    .contacts .contacts_info .btn {
    }

    .banner_slider .slide.slide1 {
    }

    .banner_slider .slide.slide1 .title1 {
        font-size: 29px;
      }

      .banner_slider .slide.slide1 .title1 strong {
      }

      .banner_slider .slide.slide1 .title2 {
        font-size: 29px;
      }

      .banner_slider .slide.slide1 .title2 strong {
      }

      .banner_slider .slide.slide1 .title2 span {
      }

      .banner_slider .slide.slide1 .title3 {
        font-size: 24px;
      }

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

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
    .title_container .br_mob {
        display: block;
    }
    .cars .car_item .car_name .car_profit {
        width: 100%;
    }
    .cars .car_item .car_name .car_profit span {
        font-size: 20px;
    }

    .cars .car_item .car_props .damn {
        flex-flow: wrap;
    }

    .webp .tradein .content {
        background: url(../img/tradein_bg_mob.webp) 50% no-repeat;
        background-size: contain;
    }

    .tradein .content {
        background: url(../img/tradein_bg_mob.jpg) 50% no-repeat;
    }

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

    .simple_slider .btn_left {
        display: none !important;
    }

    .simple_slider .btn_right {
        display: none !important;
    }

    .popup_container {
        width: 100%;
    }

    .btn {
        width: 100%;
    }

    /************************************************************************/
    .header .m_btn {
        display: block;
        position: relative;
        width: 30px;
        height: 22px;
        z-index: 1;
    }

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

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

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

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

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

    .header .m_btn.active span:nth-child(2) {
        opacity: 0;
    }

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

    header {
    width: 100% !important;
    }

    header .container {
    }

    header .header {
        flex-wrap: wrap;
        gap: 5px;
    }

    header .logo {
        /* max-width: 25%; */
    }

    header .logo.logo1 {
    }

    header .header_addr_wrap {
        flex-wrap: wrap;
    }

    header .salon {
        flex-wrap: wrap;
        margin-top: 10px;
    }

    header .salon.dealer1 {
        display: block;
    }

    header .salon.dealer2 {
        border: none;
        margin-left: 0;
    }

    header .addr_wrap {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    header .salon_name {
        color: #808080;
        padding-bottom: 5px;
        font-size: 16px;
    }

    header .top_addr {
        display: none;
    }

    header .phone_wrap {
        width: 100%;
        text-align: center;
    }

    header .top_phone {
        font-size: 18px;
        margin: 0 auto;
        margin-bottom: 5px;
    }

header .btn {
    width: 100%;
}

    header .header_offer {
        display: none;
    }

/**************************************************************************************************************/
.banner_slider {
}
.white {
  color: unset;
}
.banner_slider .slide {
  height: auto;
  background-size: 655px auto !important;
  background-position: 55% 0 !important;
}

.banner_slider .slide.slide1 {
}

.banner_slider .slide.slide2 {
}

.banner_slider .slide.slide3 {
}

.banner_slider .slick-dots {
  width: 100%;
  justify-content: center;
  left: 0;
  bottom: unset;
  top: 219px;
}

.banner_slider .slick-dots li {
  width: 8%;
  height: 5px;
}

.banner_slider .slick-dots li button {
}

.banner_slider .slick-dots li.slick-active {
}

/**************************************************************************************************************/
.banner {
}

.banner .banner_rass {
}

.banner .banner_rass:before {
}

.banner .container {
}

.banner .content {
  position: static;
}

.slide1 .banner .title_container,
.slide2 .banner .title_container,
.slide3 .banner .title_container {
  color: #000;
  text-align: center;
  background: none;
  padding: 0;
  backdrop-filter: none;
  padding-top: 220px;
}

.slide1 .banner .title_container:before,
.slide2 .banner .title_container:before,
.slide3 .banner .title_container:before {
  display: none;
}

.banner .title1 {
  font-size: 28px;
  color: #191919 !important;
}

.banner .title2 {
  font-size: 22px;
  color: #191919 !important;
}


.slide5 .banner .title_container {
    padding-top: 240px;
}

.slide5 .banner .title1 {padding: 0;color: inherit;font-size: 30px;text-align: center;}

.slide5 .banner .title1 .mob_br {display: block;}

.slide5 .banner .title1:before {
    display: none;
}

.slide5 .banner .btn {
}

    .big_text {
        font-size: 30px;
        margin-right: 0px;
    }

    .big_text br {
        display: inline;
    }

    .text_400 {
        font-size: 22px;
    }

    .text_300 {
        font-size: 22px;
    }

    .banner .btn {
        margin-top: 20px;
        height: 48px;
    }


    .slide6 {}
    .slide6 .banner {}
    .slide6 .container {}
    .slide6 .content {}
    .slide6 .title_container {
    padding: 0;
    background: none;
    backdrop-filter: unset;
    padding-top: 220px;
    margin: 0;
    text-align: center;
}
    .slide6 .title1 {}
    .slide6 .title1 .red_span {
    display: inline-block;
}
    .slide6 .title2 {
    /* text-align: left; */
}
    .slide6 .title2:before {}
    .slide6 .btn {}

    /**************************************************************************************************************/
    .timer_block {
        margin-top: 20px;
        padding: 35px 0;
    }

    .timer_block .container {
    }

    .timer_block .content {
        flex-wrap: wrap;
    }

    .timer_block .timer_form {
        order: 1;
    }

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

    .timer_block form {
    }

    .timer_block form .agree_field,
    .timer_block form .agree_field a {
    }

    .timer_block form .form-group_wrapper {
        flex-wrap: wrap;
    }

    .timer_block form .form-group {
        width: 100%;
    }

    .timer_block form select {
    }

    .timer_block form .form-group input[type="text"],
    .timer_block form .form-group input[type="tel"] {
    }

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

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

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

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

    .timer_block .timer {
        margin-bottom: 20px;
        width: 100%;
    }

    .timer_block .timer div[id^="timer"] {
        transform: scale(0.6) !important;
        margin-left: -150px !important;
        position: relative;
        left: 105px;
    }

    .timer_block .timer span[id^="timer"] {
    }

    /**************************************************************************************************************/
    .cars {
    }

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

    .cars .car_item .container {
    }

    .cars .car_item .content {
    }

    .cars .car_item .car_main {
        background: none !important;
        padding: 0;
        flex-wrap: wrap;
        padding-top: 35px;
        position: relative;
    }

    .cars .car_item .car_info_block {
        margin-top: 15px;
    }

    .cars .car_item .car_name {
        flex-wrap: wrap;
        font-size: 32px;
        position: absolute;
        top: 0;
        padding-bottom: 20px !important;
        width: 100%;
    }

    .cars .car_item .car_props {
    }

    .cars .car_item .car_props a {
        width: 100%;
        padding-left: 35px;
    }

    .cars #hs5 .car_props a.ico4 {
        position: relative;
        right: unset;
        top: unset;
    }

    .cars .car_item .car_props a:before {
        content: "";
    }

    .cars .car_item .car_props a.ico1:before {
    }

    .cars .car_item .car_props a.ico2:before {
    }

    .cars .car_item .car_btns {
        flex-wrap: wrap;
    }

    .cars .car_item .car_btns .btn {
        width: 100%;
        margin-top: 10px;
    }

    .cars .car_item .car_btns .btn:last-child {
    }

    .cars .car_item .car_image_block {
        order: -1;
    }

    .cars .car_item#h9 .car_image_block {
        padding-right: 0;
    }

    .cars .car_item .car_img {
        left: 0 !important;
        margin-top: 0 !important;
    }
    .cars .car_item#hongqi_e_hs9 .car_img {
        padding-top: 30px;
    }

    .cars .car_item .car_colors {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 15px;
        width: 100%;
    }

    .cars .car_item .color_dot {
    }

    .cars .car_item .car_gallery {
    }

    .cars .car_item .car_gallery a {
    }

    .cars .car_item .label-new {
        left: 0px;
        bottom: -60px;
        font-size: 23px;
        gap: 10px;
        width: 280px;
    }

    .cars .car_item .label-new svg {
        width: 30px;
    }

    /**************************************************************************************************************/
    .tradein {
        margin-top: 60px;
        padding: 35px 0;
    }

    .tradein .container {
    }

    .tradein .content {
        padding: 0;
        /*background-size: 420px auto !important;*/
        background-position: 0 0 !important;
        flex-wrap: wrap;
    }

    .tradein .title_block {
        padding: 0;
        width: 100%;
        padding-top: 320px;
        text-align: center;
    }

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

    .tradein .desc {
    }

    .tradein form {
        width: 100%;
        margin: 0;
        margin-top: 20px;
    }

    .tradein form .agree_field,
    .tradein form .agree_field a {
    }

    .tradein form .form-group {
    }

    .tradein form .form-group .btn {
        border-color: #fff;
    }

    .tradein form select {
    }

    .tradein form .form-group input[type="text"],
    .tradein form .form-group input[type="tel"] {
    }

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

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

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

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

    /****************************************************************************************************/
    .credit {
        background: #191919;
        padding: 0;
    }

    .credit > img {
        display: block;
    }

    .credit_content {
        background: none;
        flex-direction: column;
        padding: 30px 0;
    }

    .credit_wrap {
        width: 100%;
    }

    .credit_wrap:first-child:after {
        display: none;
    }

    .credit_wrap:first-child {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 1px solid #ffffff;
    }

    .credit_title {
        font-size: 30px;
    }

    .credit_props > a {
        font-size: 3vw;
    }

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

    .credit_form .btn {
        background: #ffffff;
        color: #000000;
    }

    /**************************************************************************************************************/
    .testdrive {
        /*margin-top: 60px;*/
        padding: 0;
        background-size: 830px auto !important;
        background-position: 0 0 !important;
    }

    .testdrive .container {
    }

    .testdrive .content {
        width: 100%;
    }

    .testdrive .title {
        font-size: 28px;
        color: #000;
        padding-top: 275px;
        text-align: center;
        padding-bottom: 0;
    }

    .testdrive form {
        margin-top: 15px;
    }

    .testdrive form .agree_field,
    .testdrive form .agree_field a {
        color: #000;
    }

    .testdrive form .form-group {
    }

    .testdrive form .form-group .btn {
        border-color: #000;
        background: #000;
        color: #fff;
    }

    .testdrive form select {
    }

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

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

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

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

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

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

    .contacts .container {
    }

    .contacts .content {
        position: static;
    }

    .contacts .contacts_offer {
        padding: 0;
        flex-wrap: wrap;
    }

    .contacts .contacts_offer .offer_text {
        width: 100%;
        text-align: center;
    }

    .contacts .contacts_offer .offer_title {
    }

    .contacts .contacts_offer .offer_desc {
    }

    .contacts .contacts_offer .btn {
        width: 100%;
        margin-top: 20px;
    }

    .contacts .contacts_info {
        padding: 0;
        margin-top: 60px;
    }

    .contacts .contacts_info .salon {
        flex-wrap: wrap;
    }

    .contacts .contacts_info .salon.dealer1 {
    }

    .contacts .contacts_info .salon.dealer2 {
    }

    .contacts .contacts_info .salon_info_wrap {
        width: 100%;
        text-align: center;
    }

    .contacts .contacts_info .salon_name {
    }

    .contacts .contacts_info .salon_addr {
    }

    .contacts .contacts_info .salon_about {
    }

    .contacts .contacts_info .salon_btn_wrap {
        width: 100%;
        margin-top: 15px;
    }

    .contacts .contacts_info .bottom_phone {
    }

    .contacts .contacts_info .btn {
        width: 100%;
    }

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

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

    .banner_slider .slide.slide1 {
    }

    .banner_slider .slide.slide1 .title1 {
      font-size: 30px;
    }

    .banner_slider .slide.slide1 .title1 strong {
      display: block;
    }

    .banner_slider .slide.slide1 .title2 {
      font-size: 28px;
      margin-bottom: 0px;
    }

    .banner_slider .slide.slide1 .title2 strong {
    }

    /* .banner_slider .slide.slide1 .title2 span {
      font-size: 33px;
      white-space: nowrap;
    } */

    .banner_slider .slide.slide1 .title3 {
      font-size: 23px;
    }

    .cars .car_item .car_name .gift {
        width: 100%;
        display: flex;
        margin-left: 0px;
        position: absolute;
        right: auto;
        left: 0;
        top: 46px;
    }

    .cars .car_item#e_hs9 .car_image_block {
        margin-top: 52px;
    }
}

/*MOBILE END*/

/* Portrait phones and smaller */
@media (max-width: 560px) {
    .compl_items .compl_block {
        width: 100%;
        display: grid;
        justify-content: center;
    }

    .compl_block_name {
        margin-left: 0;
        display: grid;
        justify-content: center;
    }

    .compl_block_name .name,
    .compl_block_name .compl {
        text-align: center;
    }

    .compl_engine {
        width: 100%;
        padding-left: 20px;
        margin-top: 20px;
    }

    #filter_table {
        display: block;
    }

    #filter_table .select_container {
        width: 100%;
    }

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

    .compl_items .item {
        padding-right: 0;
    }

    .compl_btns {
        padding-right: 20px;
    }

    header .logo.logo1 {
        /* height: auto; */
    }

    header .logo.logo1 img {
        height: auto;
    }
}

@media (max-width: 480px) {
    .tradein .title_block {
        padding-top: 270px;
    }

    .banner_slider .slide {
        background-size: 580px auto !important;
      }
      .banner_slider .slick-dots {
        top: 230px;
      }
      .banner_slider .slick-dots li {
        background: #000;
      }
}

@media (max-width: 388px) {
    header .salon_name {
        font-size: 11px;
    }

    .banner_slider .slide {
        background-size: 436px auto !important;
      }

    .timer_block .timer div[id^="timer"] {
        left: 90px;
    }

    .tradein .title_block {
        padding-top: 216px;
    }

    .banner_slider .slick-dots li {
        background: #000;
      }
      .slide1 .banner .title_container, .slide2 .banner .title_container, .slide3 .banner .title_container, .slide5 .banner .title_container {
        padding-top: 200px;
      }
      .banner_slider .slick-dots {
        top: 190px;
      }
}

@media (max-width: 378px) {
    .timer_block .timer div[id^="timer"] {
        left: 85px;
    }
}

@media (max-width: 360px) {
    .timer_block .timer div[id^="timer"] {
        left: 76px;
    }
}

@media (max-width: 320px) {
    .timer_block .timer div[id^="timer"] {
        left: 56px;
    }

    .tradein .title_block {
        padding-top: 180px;
    }
}
