* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "HarmonyOS Sans SC", sans-serif;
  font-size: 16px;
  color: black;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
  max-width: 1920px;
  background: white;
}
.mob_br {
  display: none;
}
.fancybox-slide--html .fancybox-close-small {
  /* color: white !important; */
}

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

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

.fancybox-content {
  overflow: hidden;
}

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

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

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

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

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

a {
  color: inherit;
  text-decoration: none;
}

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

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

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

@media (min-width: 1200px) {
  .container {
    width: 1500px;
    padding: 0 30px;
  }
}

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

#form_popup,
#form_popup2 {
  display: none;
}

.popup_container {
  width: 500px;
  max-width: 100%;
  padding: 30px;
  overflow: hidden;
  position: relative;
  background: white;
}

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

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

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

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

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

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

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

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

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

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

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

form {
}

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

form .form-group input[type="tel"],
form .form-group input[type="text"],
form .form-group input[type="number"],
form .form-group select {
  height: 45px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  font-family: "HarmonyOS Sans SC", sans-serif;
  padding: 0px 20px;
  outline: none;
  border: none;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}
form .form-group input[type="tel"] {
  /* color: #ffffff; */
}

form .form-group select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../img/ico_select.svg) 95% 50% no-repeat #ffffff;
  font-family: "HarmonyOS Sans SC", sans-serif;
  outline: none;
}

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

form .form-group button:hover {
}

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

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

.btn {
  box-sizing: border-box;
  background: #a6192e;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 45px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  outline: none;
  border: none;
  transition: all 0.3s;
  text-align: center;
  border-radius: 12px;
}

.btn.glass {
  color: #3e3a39;
  background: transparent;
  border: 1px solid #a6192e;
}

.btn:hover {
  background: #3e3a39;
  color: #ffffff;
  border-color: #3e3a39;
}

.btn.dark {
  background: #a6192e;
}

.btn.dark:hover {
  background: #3e3a39;
}

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

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

.head_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #656263;
}

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

.logo_wrap .logo1 {
  margin-right: 20px;
  padding-right: 21px;
  position: relative;
}

.logo_wrap .logo1:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  position: absolute;
  right: 0;
  top: calc(50% - 15px);
  background: #464646;
}

.logo_wrap .logo_text {
  font-weight: 500;
}

.logo_wrap .logo_text br {
  display: none;
}

.head_contacts {
  display: flex;
  align-items: center;
  gap: 0 50px;
}

.top_addr {
  font-size: 14px;
  padding-left: 20px;
  background: url("../img/ico_loc.svg") 0 50% no-repeat;
}

.top_phone {
  padding-left: 21px;
  background: url("../img/ico_phone.svg") 0 50% no-repeat;
}

.head_contacts .btn {
  width: 200px;
}

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

.menu a {
  display: block;
  padding: 10px 0;
  position: relative;
}

.menu a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #a6192e;
  width: 0;
  height: 4px;
  transition: all 0.3s ease;
}

.menu a:hover:after {
  width: 100%;
}

header .m_btn {
  display: none;
}

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

.banner {
  margin-top: 103px;
}

.banner picture img {
  max-width: none;
  height: 650px;
  transform: translateX(-50%);
  left: 50%;
  display: block;
  position: relative;
}

.title_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 15px 58px;
  text-align: center;
  z-index: 1;
}

.title_container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.8) 49.97%, rgba(255, 255, 255, 0) 90%);
  z-index: -1;
}

.title_container .title1 {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
}

.title_container .title1 b {
  padding: 0 6px;
  color: #ffffff;
  background: #A6192E;
  border-radius: 4px;
}

.title_container .title2 {
  margin-top: 10px;
  font-size: 58px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  line-height: 120%;
}

.title_container .title2 b {
  padding: 0 12px;
  color: #ffffff;
  background: #A6192E;
  border-radius: 8px;
}

.title_container .btn {
  position: absolute;
  width: 250px;
  margin: 15px auto 0;
  bottom: -20px;
  left: 50%;
  transform: translateX(-125px);
}

.timer_block {
  background: #1c1c1c;
  padding: 25px 0;
}

.timer_title {
  color: #ffffff;
  font-weight: 700;
  font-size: 34px;
}

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

.timer {
}

#timer_form {
  width: 596px;
  max-width: 100%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

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

#timer_form input[type="tel"] {
  border: 1px solid #ffffff;
  background: transparent;
}

#timer_form .agree_field {
  color: #ffffff;
}

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

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

.block_title {
  text-align: center;
  font-size: 44px;
  font-weight: 500;
}

.cars_items {
  margin-top: 80px;
}

.cars_menu {
  margin-top: 45px;
  padding: 15px 0 !important;
}

.cars_menu .menu_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  padding-top: 19px;
  padding-bottom: 3px;
  transition: all 0.4s ease;
  position: relative;
}

.cars_menu .menu_item img {
  position: relative;
}

.cars_menu .menu_item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-radius: 8px;
  height: 26px;
  transition: all 0.3s ease;
  background: radial-gradient(50% 50% at 50% 50%, #eb556b 0%, #a6192e 100%);
}

.cars_menu .menu_item:hover:before {
  height: 100%;
}

.cars_menu .menu_item span {
  text-align: center;
  color: #ffffff;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
}

.cars_list {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}

.car_item {
  position: relative;
  border-radius: 20px;
  padding: 40px 40px 30px;
  background: url("../img/car_bg.jpg") 50% 0 no-repeat;
  background-size: cover;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

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

.car_text {
  width: 30%;
}

.car_text .car_name {
  font-size: 44px;
  text-transform: uppercase;
  /*margin-bottom: 40px;*/
  white-space: nowrap;
}

.car_text .car_profit {
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  background: radial-gradient(50% 50% at 50% 50%, #eb556b 0%, #a6192e 100%);
  margin-top: 20px;
  height: 44px;
  padding: 0 10px;
  font-size: 22px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.car_text .car_profit:hover {
  box-shadow: 0px 0px 12px 0px #a6192e;
}

.car_text .car_profit span {
  display: block;
  padding-left: 40px;
  background: url("../img/ico_profit.svg") 0 50% no-repeat;
}

.car_new {
  display: inline-flex;
  align-items: center;
  border-radius: 12px;
  border-bottom: 1px solid #a6192e;
  background: #fff;
  margin-top: 20px;
  height: 57px;
  padding: 0 10px;
  font-size: 24px;
  color: #a6192e;
  text-decoration: none;
}

.car_new span {
  display: block;
  padding-left: 40px;
  background: url("../img/car_new.svg") 0 50% no-repeat;
}

.car_text .car_props {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 25px;
  margin-bottom: 30px;
}

.car_text .car_props > a {
  display: block;
  font-size: 22px;
  font-weight: 500;
  color: #000000;
  text-decoration: none;
  padding: 2px 0 2px 40px;
  transition: all 0.3s ease;
}

.car_text .car_props > a.ico1 {
  background: url("../img/car_ico1.svg") 0 50% no-repeat;
}

.car_text .car_props > a.ico1:hover {
  background: url("../img/car_ico1_hov.svg") 0 50% no-repeat;
}

.car_text .car_props > a.ico2 {
  background: url("../img/car_ico2.svg") 0 50% no-repeat;
}

.car_text .car_props > a.ico2:hover {
  background: url("../img/car_ico2_hov.svg") 0 50% no-repeat;
}

.car_text .car_props > a.ico3 {
  background: url("../img/car_ico3.svg") 0 50% no-repeat;
}

.car_text .car_props > a.ico3:hover {
  background: url("../img/car_ico3_hov.svg") 0 50% no-repeat;
}

.car_image {
}

#tiggo_7_pro_hybrid .car_image,
#tiggo_8_pro_hybrid .car_image {
  margin-top: 30px;
}

.mob_techs_btn {
  display: none;
}

.car_techs {
  width: 26.5%;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
}

.car_techs > div {
  width: 43%;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  text-align: center;
  color: #6e6e6e;
  position: relative;
}

.car_techs > div:nth-child(odd) {
  width: 54%;
}

.car_techs > div:before {
  content: "";
  background: rgba(166, 25, 46, 0.5);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
}

.car_techs > div:nth-child(odd):after {
  content: "";
  /*background: rgba(0, 0, 0, 0.20);*/
  background: rgba(166, 25, 46, 0.5);
  position: absolute;
  right: -5px;
  top: 0;
  width: 1px;
  height: 55px;
}

.car_techs > div span {
  font-size: 18px;
  color: #000000;
}

.car_techs > div.top {
  padding-bottom: 15px;
}

.car_techs > div.mid {
  padding: 15px 0;
}

.car_techs > div.mid:after {
  top: 12px;
}

.car_techs > div.bot {
  padding-top: 15px;
}

.car_techs > div.bot:before {
  display: none;
}

.car_techs > div.bot:after {
  bottom: 0;
  top: unset;
}

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

.car_btns .btn {
  width: 32.5%;
}

.car_gallery {
  margin-top: 15px;
  padding-top: 15px !important;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}

.car_gallery .swiper-slide {
  height: 90px;
  border-radius: 12px;
  overflow: hidden;
}

.car_gallery .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**********************
       COMPLECTS
**********************/

#instock {
  position: relative;
  padding: 80px 0;
  background: #f5f5f5;
  margin-top: 70px;
}

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

#filter_table .select_container {
  width: 49%;
}

#filter_table select {
  display: block;
  position: relative;
  width: 100%;
  padding: 20px 21px;
  font-family: "HarmonyOS Sans SC";
  color: #757575;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  background: url(../img/ico_select.svg) 96% 50% no-repeat #fff;
  border: none;
  outline: none;
  transition: all 0.3s ease;
  border-radius: 12px;
  overflow: hidden;
}

#filter_table select:hover {
  background: url(../img/ico_select_hov.svg) 96% 50% no-repeat #fff;
}

#instock .compl_title {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 45px;
}

#instock .models_wrap {
  margin-bottom: 50px;
}

#instock .models {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

#instock .model_name {
  text-align: center;
  font-size: 16px;
  cursor: pointer;
  color: #000000;
  font-weight: 400;
  font-family: "HarmonyOS Sans SC";
  padding-bottom: 15px;
  position: relative;
}

#instock .model_name:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #a6192e;
  position: absolute;
  bottom: -3px;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}

#instock .model_name b {
  text-transform: uppercase;
  color: #a6192e;
}

#instock .model_name span {
  display: block;
}

#instock .model_name:hover,
#instock .model_name.active {
  font-weight: 700;
}

#instock .model_name:hover:after,
#instock .model_name.active:after {
  opacity: 1;
}

#instock .compl_items {
  margin-left: -9px;
  margin-right: -9px;
  padding: 10px 0;
}

/*#instock .compl_items.limit .item:nth-child(n+4) {
    display: none;
}*/
#instock .compl_items .slick-slide {
  height: unset;
}

#instock .compl_items .slick-prev {
  width: 40px !important;
  height: 40px !important;
  left: -70px;
  background: url("../img/compl_prev.png") !important;
  transition: all 0.3s;
}

#instock .compl_items .slick-next {
  width: 40px !important;
  height: 40px !important;
  right: -70px;
  background: url("../img/compl_next.png") !important;
  transition: all 0.3s;
}

#instock .compl_items .slick-prev:before,
#instock .compl_items .slick-next:before {
  display: none;
}

#instock .compl_items .item {
  display: none;
  flex-direction: column;
  box-sizing: border-box;
  padding: 16px 25px 25px;
  margin: 0 9px;
  outline: none;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
}

/*#instock .compl_items .item:nth-child(even) {
    background: #000000;
}*/

#instock .compl_items .item.changed {
  display: flex;
}

#instock .compl_items .item .name {
  color: #d1291a;
  font-size: 18px;
  margin-bottom: 7px;
}

#instock .compl_items .item .name b {
  color: #000000;
}

#instock .compl_profit {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  border-radius: 5px;
  background: radial-gradient(50% 50% at 50% 50%, #eb556b 0%, #a6192e 100%);
  height: 28px;
  padding: 0 10px;
  font-size: 16px;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

#instock .compl_profit:hover {
  box-shadow: 0px 0px 12px 0px #a6192e;
}

#instock .compl_profit span {
  display: block;
  padding-left: 35px;
  background: url("../img/compl_ico.svg") 0 50% no-repeat;
}

#instock .compl_items .compl_image {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 152px;
  margin-top: 30px;
}

#instock .compl_items .compl_image img {
  display: block;
}

#instock .compl_items .item[data-model="9_new"] .compl_image img {
  width: 140%;
  max-width: initial;
}

#instock .compl_techs_btn {
  font-size: 16px;
  padding-left: 30px;
  background: url(../img/tooltip.svg) 0 50% no-repeat;
  margin-bottom: 7px;
  text-decoration: underline;
  cursor: pointer;
}

#instock .compl_techs_wrap {
  position: relative;
}

#instock .compl_items .compl_techs {
  display: none;
  flex-direction: column;
  gap: 4px;
  position: absolute;
  background: #ffffff;
  top: 66px;
  right: 0;
  transform: translateY(-50%);
  box-shadow: 0px 0px 10px 0px #0000002e;
  width: 206px;
  padding: 10px 10px;
}

#instock .compl_items .compl_techs:before {
  content: "";
  position: absolute;
  left: 40%;
  top: -10px;
  background: url(../img/ico_tech.png) 0% 0 no-repeat;
  width: 23px;
  height: 23px;
  rotate: 90deg;
}

#instock .compl_items .compl_techs.active {
  display: flex;
}

#instock .compl_items .compl_techs > div {
  font-family: "HarmonyOS Sans SC";
  /* margin-bottom: 10px; */
  padding-left: 25px;
  font-size: 16px;
}

#instock .compl_items .compl_techs > div b {
  font-family: "HarmonyOS Sans SC";
  font-size: 14px;
}

#instock .compl_items .compl_techs > div.ico1 {
  width: 100%;
  background: url("../img/car_ico1.png") 0 50% no-repeat;
}

#instock .compl_items .compl_techs > div.ico1 {
  width: 100%;
  background: url("../img/compl_ico1.svg") 0 50% no-repeat;
}

#instock .compl_items .compl_techs > div.ico2 {
  background: url("../img/compl_ico2.svg") 0 50% no-repeat;
}

#instock .car_props {
  row-gap: 0;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}

#instock .car_props > a {
  font-size: 16px;
  margin-bottom: 8px;
  padding: 2px 0 2px 30px;
  background-size: 24px !important;
  transition: all 0.3s ease;
}

#instock .car_props > a.ico1 {
  background: url(../img/car_ico1.svg) 0 0 no-repeat;
}

#instock .car_props > a.ico1:hover {
  background: url(../img/car_ico1_hov.svg) 0 0 no-repeat;
}

#instock .car_props > a.ico2 {
  background: url(../img/car_ico2.svg) 0 0 no-repeat;
}

#instock .car_props > a.ico2:hover {
  background: url(../img/car_ico2_hov.svg) 0 0 no-repeat;
}

#instock .car_props > a.ico3 {
  background: url(../img/car_ico3.svg) 0 0 no-repeat;
}

#instock .car_props > a.ico3:hover {
  background: url(../img/car_ico3_hov.svg) 0 0 no-repeat;
}

#instock .compl_items .compl_btns {
  width: 100%;
  margin-top: 10px;
}

/**********************
      TEST-DRIVE
**********************/

.test_drive {
  margin-top: 130px;
}

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

.test_drive .block_title {
  text-align: left;
}

.test_drive_wrap {
  width: 29%;
  border-radius: 20px 0 0 20px;
  background: #f5f5f5;
  padding: 47px 35px;
  color: #0c0c0b;
}

.test_drive_title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.test_drive_comment {
  font-size: 20px;
  margin-top: 10px;
}

#test_drive_form {
  margin-top: 20px;
}

.test_drive_vid {
  width: 71%;
  height: 393px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

.test_drive_vid video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50%;
}

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

.tradein {
  margin-top: 100px;
}

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

.tradein .block_title {
  text-align: left;
}

.tradein_img {
  width: 71%;
  height: 471px;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}

.tradein_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tradein_wrap {
  width: 29%;
  border-radius: 0 20px 20px 0;
  background: #f5f5f5;
  padding: 35px 35px;
  color: #0c0c0b;
}

.tradein_title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.tradein_comment {
  font-size: 20px;
  margin-top: 10px;
}

#tradein_form {
  margin-top: 15px;
}

#tradein_form .form-group {
  margin-bottom: 5px;
}

#tradein_form select {
  background: url("../img/ico_select.svg") 95% 50% no-repeat #ffffff;
  transition: all 0.3s ease;
}

#tradein_form select:hover {
  background: url("../img/ico_select_hov.svg") 95% 50% no-repeat #ffffff;
}

#tradein_form .agree_field {
  display: block;
}

/**********************
       CREDIT
**********************/

.credit {
  margin-top: 100px;
}

.credit .block_title {
  text-align: left;
}

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

.credit_wrap {
  width: 29%;
  border-radius: 20px 0 0 20px;
  background: #f5f5f5;
  padding: 51px 35px;
  color: #0c0c0b;
}

.credit_title {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.credit_comment {
  font-size: 20px;
}

#credit_form {
  margin-top: 15px;
}

.credit_img {
  width: 71%;
  height: 393px;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

.credit_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.contacts {
  margin-top: 150px;
  background: #1c1c1c;
}

.contacts_title {
  color: #ffffff;
  font-weight: 700;
  font-size: 50px;
  padding: 30px 0;
}

.contacts_wrap {
  position: absolute;
  top: 160px;
  z-index: 1;
  padding: 20px 30px 30px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(7px);
}

.contacts_logo_wrap {
}

.contacts_logo_wrap .logo1 {
  padding-bottom: 8px;
  border-bottom: 1px solid #464646;
}

.contacts_logo_wrap .logo_text {
  margin-top: 8px;
  font-weight: 500;
  text-transform: uppercase;
}

.bot_addr {
  margin-top: 20px;
  padding-left: 28px;
  font-weight: 500;
  font-size: 18px;
  background: url("../img/ico_loc_bot.svg") 0 5% no-repeat;
  transition: all 0.3s ease;
}

.worktime {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  padding-left: 28px;
  background: url("../img/ico_time.svg") 0 50% no-repeat;
  transition: all 0.3s ease;
}

.bot_phone {
  display: block;
  margin-top: 20px;
  font-weight: 700;
  padding-left: 28px;
  background: url("../img/ico_phone_bot.svg") 0 50% no-repeat;
  transition: all 0.3s ease;
  font-size: 18px;
}

.contacts_wrap .btn {
  margin-top: 30px;
}

#map1 {
  width: 100%;
  height: 480px;
  background: url("../img/map.jpg") 50% no-repeat;
  background-size: cover;
}

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

footer {
  background: #1c1c1c;
  padding: 30px 0;
}

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

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

.foot_links {
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.foot_links > a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}

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

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

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

/*IPAD PRO BEGIN*/
@media (min-width: 768px) and (max-width: 1199px) {
  .top_addr {
    display: none;
  }

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

  .banner picture img {
    height: 450px;
  }

  .title_container {
  }

  .timer_block .container {
    flex-flow: wrap;
  }

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

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

  .cars_menu .menu_item {
    font-size: 12px;
  }

  .car_item {
    padding: 20px;
  }

  .car_wrap {
    flex-flow: wrap;
  }

  .car_text {
    width: 45%;
  }

  .car_text .car_name {
    font-size: 30px;
  }

  .car_text .car_props > a {
    font-size: 18px;
  }

  .car_image {
    width: 55%;
  }

  .car_techs {
    width: 100%;
    margin-top: 0;
    flex-flow: unset;
  }

  .car_techs > div {
    flex-grow: 1;
    width: auto !important;
    font-size: 14px;
    padding: 0 15px !important;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }

  .car_techs > div:first-child {
    padding-left: 0 !important;
  }

  .car_techs > div:last-child {
    padding-right: 0 !important;
    border: none;
  }

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

  .car_techs > div:before {
    display: none;
  }

  .car_techs > div:after {
    display: none;
  }

  .car_btns {
    margin-top: 40px;
  }

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

  .test_drive_vid {
    width: 50%;
  }

  .test_drive_wrap {
    width: 50%;
  }

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

  .tradein_wrap {
    width: 50%;
  }

  .tradein_img {
    width: 50%;
  }

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

  .credit_wrap {
    width: 50%;
  }

  .credit_img {
    width: 50%;
  }

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

  #map1 {
    background-position: 25%;
  }
}

/*IPAD PRO BEGIN*/

/*IPAD BEGIN*/
@media (min-width: 768px) and (max-width: 991px) {
  .logo_wrap .logo_text br {
    display: block;
  }

  .head_contacts {
    gap: 0 30px;
  }

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

  .banner picture img {
    height: 340px;
  }

  .title_container {
    padding: 18px 0 20px;
  }

  .title_container .title1 {
    font-size: 28px;
  }

  .title_container .title2 {
    font-size: 34px;
  }

  .title_container .btn {
    display: none;
  }

  .timer_block .container {
    flex-flow: wrap;
  }

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

  .timer_title br {
    display: none;
  }

  .timer {
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

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

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

  .cars_menu {
    padding-bottom: 30px !important;
  }

  .cars_menu .swiper-pagination-bullet-active {
    background: #a6192e;
  }

  .car_item {
    background-size: cover !important;
  }

  .car_text .car_name {
    font-size: 28px;
  }

  .car_text .car_props > a {
    font-size: 16px;
    background-size: 28px !important;
  }

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

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

  .car_btns {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
  }

  .car_btns .btn {
    width: 100%;
  }

  .car_gallery {
    padding-bottom: 30px !important;
  }

  .car_gallery .swiper-pagination {
    bottom: 0 !important;
  }

  .car_gallery .swiper-pagination-bullet-active {
    background: #a6192e;
  }
  /*******************************************************************/
  /***********************************************************************************/

  .test_drive .container {
    flex-direction: column-reverse;
  }

  .test_drive_vid {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }

  .test_drive_wrap {
    width: 100%;
    padding: 30px;
    border-radius: 0 0 20px 20px;
  }

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

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

  .tradein_img {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }

  .tradein_wrap {
    width: 100%;
    padding: 30px;
    border-radius: 0 0 20px 20px;
  }

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

  .credit .container {
    flex-direction: column-reverse;
  }

  .credit_img {
    width: 100%;
    border-radius: 20px 20px 0 0;
  }

  .credit_wrap {
    width: 100%;
    padding: 30px;
    border-radius: 0 0 20px 20px;
  }

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

  .contacts {
    margin-top: 120px;
  }

  .contacts_wrap {
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }

  .contacts_title {
    text-align: center;
    padding: 20px 0;
  }

  #map1 {
    background-position: 50%;
    height: 400px;
  }

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

  .foot_wrap {
    flex-flow: wrap;
    gap: 30px 0;
  }

  .yurinfo {
    width: 100%;
  }
}

/*IPAD END*/

/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .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%;
  }

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

  header .m_btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    width: 30px;
    height: 21px;
    z-index: 1;
    top: 15px;
    right: 15px;
  }

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

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

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

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

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

  .menu {
    display: block;
    position: fixed;
    top: 107px;
    background: white;
    width: 100%;
    height: auto;
    right: -100%;
    left: unset;
    transition: all 0.3s linear;
    z-index: 2;
    padding: 10px 0;
  }

  .menu.active {
    right: 0;
  }

  .menu .container {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }

  .menu a {
    text-align: center;
  }

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

  .top_addr {
    display: none;
  }

  .head_contacts .btn {
    display: none;
  }

  .logo_wrap {
    width: 85%;
  }

  .logo_wrap .logo1 {
    padding-right: 16px;
    margin-right: 15px;
  }

  .logo_wrap .logo_text {
    font-size: 3.5vw;
  }

  .logo_wrap .logo_text br {
    display: block;
  }

  .head_wrap {
    border: none;
    flex-flow: wrap;
  }

  .head_contacts {
    justify-content: center;
    width: 100%;
    margin-top: 5px;
  }

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

  .block_title {
    font-size: 8vw;
    /*margin-top: 60px;*/
  }

  .banner {
    margin-top: 82px;
  }

  .banner picture img {
    width: 100%;
    height: auto;
  }

  .title_container:before {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.6) 24%, rgba(255, 255, 255, 0.6) 76%, rgba(255, 255, 255, 0) 100%);
  }

  .title_container {
    top: 12vw;
  }
  .mob_br {
    display: block;
  }
  .title_container .title1 {
    font-size: 5vw;
  }

  .title_container .title2 {
    font-size: 6vw;
  }

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

  .timer_title {
    text-align: center;
    width: 100%;
    font-size: 6vw;
  }

  .timer_title br {
    display: none;
  }

  .timer {
    margin: 5px 0;
  }

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

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

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

  .cars_menu {
    margin-top: 20px;
    padding-bottom: 30px !important;
  }

  .cars_menu .menu_item {
    padding-top: 0;
  }

  .cars_menu .menu_item:before {
    height: 26px !important;
  }

  .cars_menu .swiper-pagination-bullet-active {
    background: #a6192e;
  }

  .cars_list {
    row-gap: 60px;
  }

  .car_item {
    padding: 20px 15px;
  }

  .car_wrap {
    flex-direction: column;
  }

  .car_image {
    order: 1;
    margin-top: 40px;
  }

  #tiggo_7_pro_hybrid .car_image,
  #tiggo_8_pro_hybrid .car_image {
    margin-top: 50px;
  }

  .car_text {
    order: 2;
    width: 100%;
  }

  .car_text .car_profit {
    margin-top: 0;
    font-size: 6vw;
  }

  .car_techs {
    order: 3;
    width: 100%;
  }

  .car_text .car_name {
    font-size: 7vw;
    position: absolute;
    top: 20px;
    left: 15px;
    white-space: normal;
  }

  .car_text .car_name span {
    display: block;
  }

  .car_text .car_props {
    margin-top: 15px;
    row-gap: 10px;
  }

  .car_text .car_props > a {
    font-size: 4.5vw;
    background-size: 24px !important;
    padding-left: 30px;
  }

  .car_techs {
    margin-top: 20px;
  }

  .car_techs > div {
    font-size: 3.5vw;
  }

  .car_techs > div span {
    font-size: 4vw;
  }

  .car_techs > div.mid:after {
    top: 9px;
  }

  .car_btns {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
  }

  .car_btns .btn {
    width: 100%;
  }

  .car_gallery {
    padding-bottom: 30px !important;
    margin-top: 0;
    border: none;
  }

  .car_gallery .swiper-pagination {
    bottom: 0 !important;
  }

  .car_gallery .swiper-pagination-bullet-active {
    background: #a6192e;
  }

  .mob_techs_btn {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
  }

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

  #instock {
    padding: 30px 0;
  }

  #filter_table {
    flex-direction: column;
    gap: 10px 0;
  }

  #filter_table .select_container {
    width: 100%;
  }

  #instock .compl_items .slick-prev {
    left: -10px;
    z-index: 1;
  }

  #instock .compl_items .slick-next {
    right: -10px;
  }

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

  .test_drive {
    margin-top: 50px;
  }

  .test_drive .container {
    flex-direction: column-reverse;
  }

  .test_drive .block_title {
    text-align: center;
  }

  .test_drive_vid {
    width: 100%;
    height: 200px;
    border-radius: 20px 20px 0 0;
  }

  .test_drive_wrap {
    width: 100%;
    padding: 20px 15px;
    border-radius: 0 0 20px 20px;
  }

  .test_drive_title {
    text-align: center;
    font-size: 6vw;
  }

  .test_drive_comment {
    font-size: 4vw;
    text-align: center;
  }

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

  .tradein {
    margin-top: 60px;
  }

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

  .tradein .block_title {
    text-align: center;
  }

  .tradein_img {
    width: 100%;
    height: 200px;
    border-radius: 20px 20px 0 0;
  }

  .tradein_wrap {
    width: 100%;
    padding: 20px 15px;
    border-radius: 0 0 20px 20px;
  }

  .tradein_title {
    text-align: center;
    font-size: 6vw;
  }

  .tradein_comment {
    font-size: 4vw;
    text-align: center;
  }

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

  .credit {
    margin-top: 60px;
  }

  .credit .container {
    flex-direction: column-reverse;
  }

  .credit .block_title {
    text-align: center;
  }

  .credit_img {
    width: 100%;
    height: 200px;
    border-radius: 20px 20px 0 0;
  }

  .credit_wrap {
    width: 100%;
    padding: 20px 15px;
    border-radius: 0 0 20px 20px;
  }

  .credit_title {
    text-align: center;
    font-size: 6vw;
  }

  .credit_comment {
    font-size: 4vw;
    text-align: center;
  }

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

  .contacts {
    margin-top: 80px;
  }

  .contacts_wrap {
    position: relative;
    top: 0;
    margin-bottom: 20px;
    padding: 15px;
  }

  .contacts_title {
    text-align: center;
    padding: 20px 0;
    font-size: 8vw;
  }

  .bot_addr {
    font-size: 4vw;
  }

  .worktime {
    font-size: 4vw;
  }

  .bot_phone {
    font-size: 5vw;
  }

  #map1 {
    background-position: 50%;
    height: 400px;
  }

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

  footer {
    padding: 20px 0;
  }

  .foot_wrap {
    flex-flow: wrap;
    gap: 15px 0;
  }

  .yurinfo {
    width: 100%;
  }

  .foot_links {
    width: 100%;
    align-items: center;
    margin-top: 10px;
  }

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

/*MOBILE END*/

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

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

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