html {
  overflow-x: hidden;
}

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

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

.fancybox-content {
  background: #181D21;
}

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

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

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

select {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  background: url(../img/ico_select.svg) 100% 50% no-repeat;
  font-family: "Involve", sans-serif;
  outline: none;
  border: 1px solid #ffffff;
}

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

.container {
  margin: 0 auto;
  padding: 0 14px;
  max-width: 1548px;
  position: relative;
}

.disclamer_add {
}

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

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

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

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

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

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

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

#form_popup {
  display: none;
}

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

.popup_container .agree_field {
  color: #ffffff;
  font-size: 10px;
}

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

.popup_container h2 {
  font-size: 24px;
  font-weight: 600;
  padding: 0px;
  margin: 0px;
  padding-bottom: 29px;
  text-align: center;
  padding-top: 25px;
  color: #ffffff;
  text-transform: uppercase;
}

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

.popup_container .form_comment a {
  display: block;
  color: #ffffff;
  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: #8ca8ae;
  display: block;
  height: 48px;
  line-height: 100%;
  text-decoration: none;
  text-align: left;
  /* text-transform: uppercase; */
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 10px;
}

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

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

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

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

.popup_container .form-group textarea {
  color: #8ca8ae;
  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 #ffffff;
  padding: 10px;
  resize: none;
  font-size: 16px;
}

.popup_container .form-group select {
  color: #828688;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  padding-left: 16px;
  height: 48px;
  border: 1px solid #ffffff;
}

.popup_container .form-group button {
  cursor: pointer;
}

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

.agree_field {
  font-size: 10px;
  line-height: 100%;
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding-left: 18px;
  color: #8ca8ae;
}
.agree_field a {
  color: #8ca8ae;
}
.agree_field input {
  position: absolute;
  left: -5000px;
  visibility: hidden;
}

.agree_field input + a {
  color: black;
}

.agree_field input + span {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  background: transparent;
  border-radius: 50px;
  position: absolute;
  top: -1px;
  left: 0;
}

.agree_field input:checked + span {
  background: #ffffff;
}

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

form .form-group input[type="text"],
form .form-group input[type="tel"] {
  font-family: "Involve", sans-serif;
  height: 48px;
  width: 100%;
  color: #8ca8ae;
  font-size: 16px;
  box-sizing: border-box;
  font-weight: 400;
  border: 1px solid #ffffff;
  padding: 0 16px;
  outline: none;
  background: transparent;
  border-radius: 0;
}

select {
  font-family: "Involve", sans-serif;
  display: block;
  color: #a3b0b9;
  height: 48px;
  width: 100%;
  padding-left: 16px;
  padding-right: 35px;
  font-size: 16px;
  font-weight: 300;
  outline: none;
  background: url(../img/ico_select.svg) right 20px center no-repeat;
  border: 1px solid #ffffff;
}

form .form-group button {
  font-family: "Involve", sans-serif;
  width: 100%;
  height: 48px;
  cursor: pointer;
  outline: none;
}
form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #8ca8ae;
}

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

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

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

.form_title {
  color: #ffffff;
  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: #3A83A3;
  color: #ffffff;
  text-align: center;
  height: 48px;
  width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #3A83A3;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  transition: all 0.2s linear;
  cursor: pointer;
}

.btn:after {
  content: "";
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/btn_ico_white.svg) no-repeat;
}

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

.btn.white {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #181D21;
}

.btn.white:after {
  background: url(../img/btn_ico_black.svg) no-repeat;
}

.btn.white:hover {
  background: #cbcfd2;
  border-color: #cbcfd2;
}

.btn.glass {
  background: transparent;
  border-color: #3A83A3;
  color: #181D21;
}
.btn.glass:hover {
  background: #3b9db2;
  border-color: #3b9db2;
  color: #ffffff;
}
.btn.glass:after {
  background: url(../img/btn_ico_black.svg) no-repeat;
}
.btn.glass:hover:after {
  background: url(../img/btn_ico_white.svg) no-repeat;
}

.section_item {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
}

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

.header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 8;
  background: #181D21;
}

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

.header .header_wrap {
  display: flex;
  align-items: center;
  column-gap: 2vw;
}

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

.header .logo1 {
  position: relative;
  display: none;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.header .logo_wrap.jaecoo .logo1 {
  display: flex;
}

/* .header .logo1:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1px;
    height: 46px;
    background: #ffffff;
} */

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

.header .top_addr br {
  /* display: none; */
}

.header .top_phone a {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
}

.header .m_btn {
  display: none;
}

.header .menu {
  background: #ffffff;
}

.header .menu .main_menu {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header .menu .main_menu a {
  font-size: 16px;
  font-weight: 400;
  color: #181D21;
  transition: all 0.2s linear;
}
.header .menu .main_menu a:hover {
  color: #3A83A3;
}

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

.main_banner .banner_slide1 {
  background: url("../img/bg1.jpg") 50% 0 no-repeat;
  height: 850px;
}

.main_banner .title_container {
  position: relative;
  top: 126px;
  padding: 20px 0 56px;
  text-align: center;
  color: #000000;
  z-index: 2;
}
.main_banner .title_container .br_mob {
  display: none;
}
.main_banner .title_container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0.01%,
    rgba(255, 255, 255, 0.7) 14.25%,
    rgba(255, 255, 255, 0.7) 76.79%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: -1;
}
.main_banner .title_container .title_date {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 44px;
  font-size: 26px;
  font-weight: 400;
}
.main_banner .title_container .title_date:before {
  content: "";
  position: absolute;
  left: 0;
  width: 34px;
  height: 34px;
  background: url(../img/title_date_ico.svg) no-repeat;
}
.main_banner .title_container .title1 {
  margin-top: 16px;
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
}
.main_banner .title_container .title1 span {
  color: #3A83A3;
}
.main_banner .title_container .title2 {
  margin: 12px auto 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 164%;
  position: relative;
  width: fit-content;
}
.main_banner .title_container .title2 span {
  color: #3A83A3;
  font-weight: 700;
}
.main_banner .title_container .title2:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 42px;
  background: url(../img/title_gift_ico.svg) no-repeat;
}
.main_banner .title_container .title3 {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding-left: 55px;
  font-size: 36px;
  font-weight: 400;
}
.main_banner .title_container .title3:before {
  content: "";
  position: absolute;
  left: 0;
  width: 35px;
  height: 47px;
  background: url(../img/title3_ico.svg) 50% 50% no-repeat;
}

.main_banner .title_container .btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
}

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

.timer_wrap {
  margin-top: 40px;
}
.timer_wrap .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.timer_title {
  font-size: 48px;
  font-weight: 400;
}
.timer {
  width: 48%;
}
.timer_comment {
  font-size: 24px;
  font-weight: 400;
}
.timer_wrap .btn {
  margin-top: 20px;
  width: 394px;
}

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

.offers {
  margin-top: 52px;
  padding: 60px 0;
  background: url(../img/offers_bg.jpg) 100% 50% no-repeat #0b292f;
}
.offers_content {
  max-width: 58%;
}
.offers_title {
  font-size: 40px;
  font-weight: 400;
}

#offers_form {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}
#offers_form .form-group:nth-child(7) {
  width: 52%;
}
#offers_form .form-group:nth-child(8) {
  width: 44%;
}

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

.cars_items {
  padding-top: 114px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cars_items .section_item {
  color: #181D21;
}
.car_item {
  position: relative;
  margin-top: 114px;
}
.car_item:before {
  content: "";
  position: absolute;
  top: 32px;
  left: 0;
  width: 100%;
  height: 70px;
  background: url(../img/car_decor.png) no-repeat;
}
.car_item#j6_le:before,
.car_item#j7_le:before {
  top: 78px;
}
.car_name {
  font-size: 64px;
  font-weight: 600;
  color: #181D21;
}
.car_name span {
  color: #3A83A3;
}
.car_name span:nth-child(3) {
  display: block;
  margin-top: -16px;
}
.car_wrapper {
  margin-top: 65px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
.car_wrap {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  background: #f2f2f2;
}
.info_block {
  min-width: 384px;
}

.profit_block {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  margin-top: -64px;
}

.profit_block .car_profit {
  width: 100%;
}

.car_profit {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 29px 0 74px;
  width: fit-content;
  height: 50px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(90deg, #3A83A3 0%, #00657B 100%);
  border: 1px solid #3A83A3;
  overflow: hidden;
}
.car_profit:before {
  content: "";
  position: absolute;
  left: 30px;
  width: 24px;
  height: 24px;
  background: url(../img/car_profit_ico.svg) no-repeat;
}

.car_profit:after {
  content: "";
  position: absolute;
  left: -20%;
  width: 48px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 44%,
    rgba(255, 255, 255, 0.6) 56%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-40deg);
}

.car_profit:hover:after {
  animation: blink 4s infinite linear;
}

.car_new {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 29px 0;
  width: fit-content;
  height: 50px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(90deg, #3A83A3 0%, #0a262d 100%);
  border: 1px solid #3A83A3;
  overflow: hidden;
}
.car_new:after {
  content: "";
  position: absolute;
  left: -50%;
  width: 48px;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 44%,
    rgba(255, 255, 255, 0.6) 56%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-40deg);
}
.car_new:hover:after {
  animation: blink 4s infinite linear;
}

.car_profit_lite {
  background: linear-gradient(
    137.86deg,
    #c0c9cb 13.99%,
    #f2f2f2 55.31%,
    #c0c9cb 97.62%
  );
  border: 1px solid;

  border-image-source: linear-gradient(
    210deg,
    #3A83A3 40%,
    rgba(0, 101, 123, 0.2) 100%
  );
  color: #181D21;
}

.car_profit_lite:before {
  content: "";
  position: absolute;
  left: 30px;
  width: 24px;
  height: 24px;
  background: url(../img/car_profit_lite_ico.svg) no-repeat;
}

@keyframes blink {
  0% {
    left: -20%;
  }
  40% {
    left: 110%;
  }
  100% {
    left: 110%;
  }
}

.car_props {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.car_props a {
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding-left: 72px;
  font-size: 18px;
  font-weight: 400;
  color: #181D21;
}
.car_props a:before {
  content: "";
  position: absolute;
  left: 0;
  width: 52px;
  height: 52px;
  transition: all 0.2s linear;
}
.car_props .ico1:before {
  background: url(../img/car_props_ico1.svg) no-repeat;
}
.car_props .ico1:hover:before {
  background: url(../img/car_props_ico1_hover.svg) no-repeat;
}
.car_props .ico2:before {
  background: url(../img/car_props_ico2.svg) no-repeat;
}
.car_props .ico2:hover:before {
  background: url(../img/car_props_ico2_hover.svg) no-repeat;
}
.car_props .ico3:before {
  background: url(../img/car_props_ico3.svg) no-repeat;
}
.car_props .ico3:hover:before {
  background: url(../img/car_props_ico3_hover.svg) no-repeat;
}
.car_props .ico4:before {
  background: url(../img/car_props_ico4.svg) no-repeat;
}
.car_props .ico4:hover:before {
  background: url(../img/car_props_ico4_hover.svg) no-repeat;
}
.car_props .ico5:before {
  background: url(../img/car_props_ico5.svg) no-repeat;
}
.car_props .ico5:hover:before {
  background: url(../img/car_props_ico5_hover.svg) no-repeat;
}

.car_props .ico6:before {
  background: url(../img/car_props_ico6.svg) no-repeat;
}
.car_props .ico6:hover:before {
  background: url(../img/car_props_ico6_hover.svg) no-repeat;
}



.car_props a i:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  inset: -1px;
  padding: 1px;
  background: linear-gradient(210deg, #3A83A3 40%, #3A83A333);
  mask: linear-gradient(fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  z-index: 2;
  transition: all 0.2s linear;
}

.car_props a:hover i:after {
  background: #3A83A3;
}

.img_block {
  position: relative;
  height: 100%;
}
#j7 .img_block img {
  position: relative;
  top: -10px;
}
.img_block .dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  min-height: 40px;
}
.img_block .dots .dot_color {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s linear;
}
.img_block .dots .dot_color.active {
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
}

.car_btns {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}
.car_btns .btn {
  width: 32%;
}

.car_gallery {
  position: relative;
  top: 0;
  right: 0;
  width: 304px;
  height: 480px;
}
.car_gallery_slider {
  width: 304px;
  height: 480px;
  overflow: initial;
}
.car_gallery_slider .slick-list {
  overflow: hidden;
}
.car_gallery_slider .slick-slide:not(.slick-center) {
  position: relative;
  z-index: 0;
}
.car_gallery_slider .slick-active.slick-center + .slick-slide + .slick-slide {
  z-index: 1;
}
.car_gallery_slider .slick-active.slick-center + .slick-slide,
.car_gallery_slider .slick-center + .slick-cloned {
  z-index: 2;
}
.car_gallery_slider .slick-center {
  z-index: 3;
}
.car_gallery_slider .slick-slide {
  position: relative;
  transition: transform 1s;
  transform: scale(0.6);
}

.car_gallery_slider .slick-active {
  transform: scale(0.9) translateY(-6%);
}

.car_gallery_slider .slick-active + .slick-active {
  transform: scale(1) translateY(-38%);
}
.car_gallery_slider .slick-active + .slick-active + .slick-active {
  transform: scale(0.9) translateY(-76%);
}

.car_gallery .slick-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/btn_arrows.svg) 50% 50% no-repeat #3A83A3;
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s linear;
}
.car_gallery .slick-arrow:hover {
  background-color: #3b9db2;
}
.car_gallery .slick-prev {
  top: -25px;
}
.car_gallery .slick-next {
  bottom: -25px;
  transform: rotate(180deg) translateX(50%);
}

.car_gallery_sliders {
  height: 480px;
  overflow: hidden;
}

.car_gallery_sliders .swiper-slide {
  opacity: 0;
  transition: all 0.2s linear;
}
.car_gallery_sliders .swiper-slide img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.car_gallery_sliders .swiper-slide-prev {
  transform: scale(0.9);
  opacity: 0.5;
}
.car_gallery_sliders .swiper-slide-next {
  transform: scale(0.9);
  opacity: 0.5;
}
.car_gallery_sliders .swiper-slide-active {
  z-index: 2;
  opacity: 1;
}

.car_gallery .swiper-button-prev,
.car_gallery .swiper-button-next {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/btn_arrows.svg) 50% 50% no-repeat #3A83A3;
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
  transition: all 0.2s linear;
}

.car_gallery .swiper-button-prev:hover,
.car_gallery .swiper-button-next:hover {
  background-color: #3b9db2;
}

.car_gallery .swiper-button-prev:after,
.car_gallery .swiper-button-next:after {
  display: none;
}

.car_gallery .swiper-button-prev {
  top: -5px;
}
.car_gallery .swiper-button-next {
  bottom: -25px;
  top: initial;
  transform: rotate(180deg) translateX(20px);
}

.car_gallery .swiper-pagination {
  display: none;
}

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

#instock {
  margin-top: 130px;
  padding-bottom: 90px;
}

#instock .filter_quick_menu {
  display: none;
}

#tb_complects {
  width: 100%;
}

#tb_complects tbody tr:nth-child(1) {
  display: none;
}

#tb_complects tbody {
  display: flex;
  /* justify-content: space-between; */
  justify-content: flex-start;
  column-gap: 30px;
  flex-wrap: wrap;
}

#tb_complects tbody td:before {
  display: none;
}

#filter_table {
  margin-top: 70px;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
  background: #1a2326b2;
}

#filter_table .select_container {
  width: 32%;
}

#instock .compl_items {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#instock .item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 32%;
  padding: 25px;
  z-index: 2;
}

#instock .item:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 78%;
  background: #1a2326b2;
  z-index: -1;
}

#instock .item.show {
  display: flex;
}

#instock .compl_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#instock .compl_name {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

#instock .compl_model {
  width: 170px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
  background: linear-gradient(90deg, #3A83A3 0%, rgba(0, 101, 123, 0.54) 100%);
  border: 1px solid #3A83A3;
}

#instock .compl_name span {
  color: #3A83A3;
}

#instock .compl_engine {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 30px;
}

#instock .compl_engine > div {
  width: 50%;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 14px 0 14px 20px;
  border-left: 1px solid #3A83A3;
}

#instock .compl_engine > div span {
  font-size: 16px;
  font-weight: 400;
  color: #8ca8ae;
}

#instock .compl_engine > div b {
  font-size: 20px;
  font-weight: 600;
}

#instock .compl_btns {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

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

#instock .tb_complects_showmore {
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 70px auto 0;
  column-gap: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.2s linear;
}

#instock .tb_complects_showmore:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../img/compls_showmore_ico.svg) no-repeat;
}

#instock .tb_complects_showmore:hover {
  color: #eaf0f2;
}

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

.services {
  background: #ffffff;
}

.tradein {
  padding-top: 130px;
  background: #ffffff;
}
.tradein .section_item {
  text-align: left;
  color: #181D21;
}
.tradein_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.tradein_block {
  min-width: 494px;
  padding: 40px;
  background: #f2f2f2;
}
.tradein_comment {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #181D21;
}
#tradein_form {
  margin-top: 40px;
}

#tradein_form select {
  border-color: #181D21;
  background: url(../img/ico_select_black.svg) right 20px center no-repeat;
}
#tradein_form .form-group input[type="text"],
#tradein_form .form-group input[type="tel"] {
  color: #181D21;
  border-color: #181D21;
}

#tradein_form .form-group select,
#tradein_form .form-group input[type="text"]::placeholder,
#tradein_form .form-group input[type="tel"]::placeholder {
  color: #686868;
}
#tradein_form .agree_field,
#tradein_form .agree_field a {
  color: #686868;
}
#tradein_form .agree_field input + span {
  border-color: #686868;
}
#tradein_form .agree_field input:checked + span {
  background: #686868;
}

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

.credit {
  padding-top: 130px;
  padding-bottom: 130px;
  background: #ffffff;
}
.credit .section_item {
  text-align: left;
  color: #181D21;
}
.credit_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.credit_block {
  min-width: 494px;
  padding: 80px 40px;
  background: #f2f2f2;
}
.credit_comment {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 400;
  color: #181D21;
}
#credit_form {
  margin-top: 40px;
}

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

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

#credit_form .agree_field,
#credit_form .agree_field a {
  color: #686868;
}
#credit_form .agree_field input + span {
  border-color: #686868;
}
#credit_form .agree_field input:checked + span {
  background: #686868;
}

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

.contacts {
  margin-top: 130px;
}
.contacts .section_item {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.contacts .section_item:before {
  content: "";
  position: absolute;
  left: 110%;
  width: 400%;
  height: 1px;
  background: linear-gradient(90deg, #0a262d 17.96%, #3A83A3 99.77%);
}
.contacts .section_item:after {
  content: "";
  position: absolute;
  right: 110%;
  width: 400%;
  height: 1px;
  background: linear-gradient(90deg, #3A83A3 17.96%, #0a262d 99.77%);
}

.contacts_wrapper {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contacts_wrap {
  display: flex;
  align-items: center;
  column-gap: 2vw;
}

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

.contacts .logo1 {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 20px;
  margin-right: 20px;
}

.contacts .logo1:before {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 46px;
  background: #ffffff;
}

.bottom_addr {
  font-size: 16px;
  font-weight: 400;
}

.bottom_phone a {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.bottom_worktime {
  font-size: 16px;
  font-weight: 400;
}

#map1 {
  margin-top: 40px;
  position: relative;
  height: 530px;
  width: 100%;
  /* background: url(../img/map.jpg) 50% 0 no-repeat;
    background-size: cover; */
}

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

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8ca8ae;
}

.footer a {
  color: #8ca8ae;
}

.footer .disclamer {
  width: 100%;
  font-size: 12px;
  color: #8ca8ae;
  display: none;
  text-align: left;
  padding-top: 35px;
}

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

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

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

@media (max-width: 1680px) {
  .offers {
    background-size: auto 100%;
  }
  #offers_form {
    flex-direction: column;
  }
  .offers_title {
    font-size: 28px;
  }
  #offers_form .form-group:nth-child(7) {
    width: 58%;
  }
  #offers_form .form-group:nth-child(8) {
    width: 58%;
  }
}

@media (max-width: 1570px) {
  .header .top_addr br {
    display: block;
  }

  .timer_title {
    font-size: 32px;
  }

  .timer div[id^="timer"] {
    transform: scale(0.8) !important;
    min-width: fit-content !important;
  }
}

@media (max-width: 1441px) {
  .contacts_wrap {
    flex-direction: column;
    align-items: start;
    row-gap: 14px;
  }
}

@media (max-width: 1290px) {
  .header .logo_wrap {
    max-width: 280px;
  }
  .header .top_addr {
    font-size: 16px;
  }

  .main_banner .title_container .title3 {
    font-size: 30px;
  }
  .main_banner .title_container .title1 {
    font-size: 36px;
  }
  .main_banner .title_container .title2 {
    font-size: 30px;
  }

  .timer_wrap .container {
    flex-wrap: wrap;
  }
  .timer_title {
    font-size: 28px;
    width: 100%;
    text-align: center;
  }
  .timer_title br {
    display: none;
  }
  .timer {
    margin-top: 16px;
    width: 660px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .timer_block {
    margin-top: 18px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .timer div[id^="timer"] {
    transform: scale(0.6) !important;
    min-width: fit-content !important;
    width: 663px;
  }

  .offers {
    background-size: 100%;
    background-position: 50% 0;
    padding: 16vw 0 30px;
  }
  .offers_title {
    font-size: 26px;
    text-align: center;
  }
  .offers_content {
    max-width: 760px;
    margin: 0 auto;
  }
  #offers_form {
    flex-direction: row;
  }
  #offers_form .form-group:nth-child(7) {
    width: 48%;
  }
  #offers_form .form-group:nth-child(8) {
    width: 48%;
  }

  .cars_items {
    margin-top: 80px;
  }
  .car_item {
    margin-top: 60px;
  }

  .car_wrapper {
    flex-direction: column;
  }
  .car_wrap {
    align-items: center;
  }
  .img_block {
    display: flex;
  }
  .img_block .dots {
    position: relative;
    flex-direction: column;
    row-gap: 14px;
  }
  .car_gallery {
    margin-top: 24px;
    width: 100%;
    height: initial;
  }
  .car_gallery_sliders {
    height: initial;
    overflow: hidden;
    width: 80%;
    left: 10%;
    position: relative;
  }
  .car_gallery_sliders .swiper-slide img {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(0) translateX(-50%);
  }

  .car_gallery .swiper-button-prev {
    top: 50%;
    left: 0;
    transform: rotate(-90deg);
  }
  .car_gallery .swiper-button-next {
    bottom: initial;
    top: 50%;
    right: 0;
    left: initial;
    transform: rotate(90deg);
  }

  #instock {
    margin-top: 80px;
  }
  #filter_table {
    margin-top: 40px;
  }
  #instock #tb_complects {
    margin-top: 30px;
  }
  #instock .item {
    padding: 24px;
  }
  #instock .compl_wrap {
    flex-direction: column;
    row-gap: 14px;
  }

  .tradein {
    margin-top: 80px;
  }

  .credit {
    margin-top: 80px;
  }

  .contacts {
    margin-top: 80px;
  }

  .contacts .logo_wrap {
    max-width: 280px;
  }
}

/*IPAD PRO BEGIN*/
@media (max-width: 1199px) {
  .header .top_phone a {
    font-size: 16px;
  }
  .header .btn {
    width: 240px;
  }

  .main_banner .title_container .title1 {
    font-size: 34px;
  }
  .main_banner .title_container .title2 {
    font-size: 34px;
  }
  .main_banner .title_container .title3 {
    font-size: 28px;
  }

  .tradein_block {
    min-width: 430px;
    padding: 24px;
  }
  .tradein_comment {
    margin-top: 26px;
    font-size: 18px;
  }
  .credit_block {
    min-width: 430px;
    padding: 24px;
  }
  .credit_comment {
    margin-top: 26px;
    font-size: 18px;
  }
}

/*IPAD PRO BEGIN*/

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

@media (max-width: 991px) {
  .header .btn {
    display: none;
  }
  .header .m_btn {
    position: relative;
    display: block;
    width: 40px;
    height: 24px;
    z-index: 1;
  }

  .header .m_btn span {
    position: absolute;
    display: block;
    width: 40px;
    height: 2px;
    background: #ffffff;
    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: rotate(-47deg) translate(-6px, 10px);
    top: 0;
  }

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

  .header .m_btn.active span:nth-child(3) {
    transform: rotate(47deg) translate(-6px, -10px);
    bottom: 0;
  }

  .header .menu {
    position: fixed;
    width: 100%;
    top: 90px;
    left: 100%;
    background: #181D21;
    z-index: 10;
    height: auto;
    transition: all 0.2s linear;
    overflow: scroll;
  }

  .header .menu.active {
    left: 0;
  }

  .header .menu .main_menu {
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 14px;
    padding: 24px 0;
  }

  .header .menu .main_menu a {
    font-size: 18px;
    color: #ffffff;
  }

  .header .top_addr {
    display: none;
  }

  .main_banner .banner_slide1 {
    height: 76vw;
    background-size: 170%;
  }
  .main_banner .title_container {
    top: 100px;
    padding: 2vw 0 6vw;
  }
  .main_banner .title_container .br_mob {
    display: block;
  }
  .main_banner .title_container .title_date {
    font-size: 3vw;
  }
  .main_banner .title_container .title1 {
    margin-top: 1vw;
    font-size: 4vw;
  }
  .main_banner .title_container .title2 {
    margin-top: 1vw;
    font-size: 3vw;
    padding-left: 0px;
  }

  .main_banner .title_container .title2:before {
    width: 24px;
    height: 24px;
    background-size: contain;
    bottom: 5px;
  }

  .main_banner .title_container .title3 {
    padding-left: 34px;
    font-size: 3vw;
  }
  .main_banner .title_container .title3:before {
    width: 24px;
    height: 30px;
    background-size: contain;
  }

  .car_item:before {
    display: none;
  }
  .car_gallery_sliders {
    width: 100%;
    left: 0;
  }
  .car_gallery .swiper-button-prev,
  .car_gallery .swiper-button-next {
    display: none;
  }

  .car_gallery_sliders .swiper-pagination {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    margin-top: 20px;
  }
  .car_gallery_sliders .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #3A83A3;
    border-radius: 50px;
    opacity: 1;
  }

  .car_gallery_sliders
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 18px;
    height: 18px;
    background: #3b9db2;
    opacity: 1;
  }

  .car_wrapper {
    margin-top: 24px;
  }
  .car_wrap {
    padding: 20px;
    align-items: start;
    flex-direction: column;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .info_block {
    order: 2;
  }
  .img_block {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .profit_block {
    position: static;
    margin: 0;
  }

  .profit_block .car_profit {
    width: fit-content;
  }

  #filter_table {
    flex-direction: column;
    row-gap: 14px;
  }
  #filter_table .select_container {
    width: 100%;
  }
  #instock .item {
    width: 48%;
  }
  #filter_table {
    margin-top: 60px;
    padding: 24px;
  }

  .tradein_wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
  .tradein_img {
    order: 2;
  }
  .tradein_img:nth-child(3) {
    display: none;
  }

  .credit_wrapper {
    flex-direction: column;
    row-gap: 24px;
  }
  .credit_img {
    order: 2;
  }
  .credit_img:nth-child(2) {
    display: none;
  }

  .contacts_wrapper {
    margin-top: 24px;
    flex-direction: column;
    row-gap: 18px;
  }
  .contacts_wrap {
    align-items: center;
  }
  .bottom_addr {
    text-align: center;
    font-size: 16px;
  }
  .bottom_phone a {
    font-size: 18px;
  }
  #map1 {
    height: 360px;
  }
}

/*IPAD END*/
@media (max-width: 980px) {
}
/*MOBILE BEGIN*/
@media (max-width: 767px) {
  .header .logo1 {
    display: flex;
    padding-right: 12px;
    margin-right: 12px;
  }
  .header .logo1:before {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 46px;
    background: #ffffff;
  }
  .header .logo_wrap.jaecoo .logo1 {
    display: none;
  }
  .main_banner .banner_slide1 {
    background: url(../img/bg1_mob.jpg) 50% 100% no-repeat;
    height: 92vw;
    background-size: 100%;
  }

  .main_banner .title_container .btn {
    bottom: -20px;
  }

  .offers {
    padding: 32vw 0 30px;
    background: url(../img/offers_bg_mob.jpg) 50% 0 no-repeat;
    background-size: 100%;
  }

  .img_block {
    flex-direction: column;
  }
  .img_block .dots {
    flex-direction: row;
  }
  .info_block {
    margin-top: 24px;
    width: 100%;
  }
  .car_btns {
    margin-top: 30px;
    flex-direction: column;
    row-gap: 14px;
  }
  .car_btns .btn {
    width: 100%;
  }

  #instock .item {
    width: 100%;
  }
  .compl_image {
    display: flex;
    justify-content: center;
  }

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

  .footer_wrapper {
    flex-direction: column;
    row-gap: 14px;
    align-items: start;
  }
}
/*MOBILE END*/
@media (max-width: 680px) {
}

@media (max-width: 540px) {
  .header .logo_wrap {
    max-width: 210px;
  }
  .header .logo1:before {
    height: 30px;
  }
  .header .header_wrapper {
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
    padding-bottom: 0;
  }
  .header .header_wrap {
    position: relative;
    width: 118%;
    left: 50%;
    transform: translateX(-42%);
    background: #2d2d2d;
    padding: 14px 0;
    margin-top: 10px;
    display: none;
  }
  .top_phone {
    width: fit-content;
    margin: 0 auto;
  }
  .header .m_btn {
    position: absolute;
    right: 14px;
  }

  .main_banner .banner_slide1 {
    height: 104vw;
  }
  .main_banner .title_container {
    top: 90px;
    padding: 2vw 0;
  }
  .main_banner .title_container .title_date {
    padding-left: 30px;
    font-size: 4vw;
  }
  .main_banner .title_container .title_date:before {
    width: 20px;
    height: 20px;
    background-size: contain;
  }
  .main_banner .title_container .title1 {
    font-size: 5vw;
  }
  .main_banner .title_container .title2 {
    font-size: 4.7vw;
  }
  .main_banner .title_container .title2:before {
    bottom: 0px;
  }
  .main_banner .title_container .title3 {
    padding-left: 20px;
    font-size: 4vw;
  }
  .main_banner .title_container .title3:before {
    width: 14px;
    height: 20px;
  }

  .main_banner .title_container .btn {
    display: none;
  }
  .timer {
    margin-top: 16px;
    width: 660px;
    height: 56px;
    display: flex;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
  }
  .timer_title {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .timer div[id^="timer"] {
    transform: scale(0.5) !important;
  }
  .timer_comment {
    font-size: 18px;
  }
  .timer_wrap .btn {
    width: 100%;
  }

  .cars_items {
    margin-top: 60px;
    padding-top: 40px;
  }

  .offers {
    background-size: 146%;
    padding: 46vw 0 20px;
  }
  .offers_title {
    font-size: 16px;
  }
  #offers_form {
    flex-direction: column;
    align-items: start;
  }
  #offers_form .form-group:nth-child(7) {
    width: 100%;
  }
  #offers_form .form-group:nth-child(8) {
    width: 100%;
  }

  .section_item {
    font-size: 34px;
  }

  .car_item {
    margin-top: 40px;
  }
  .car_name {
    font-size: 42px;
    text-align: center;
  }
  .img_block .dots {
    column-gap: 16px;
  }
  .img_block .dots .dot_color {
    width: 20px;
    height: 20px;
  }
  .img_block .dots .dot_color.active {
    width: 32px;
    height: 32px;
  }
  .car_profit {
    padding: 0 18px 0 56px;
    font-size: 18px;
  }
  .car_profit:before {
    left: 18px;
  }
  .car_new {
    padding: 0 18px 0;
    font-size: 18px;
  }
  .car_props {
    margin-top: 24px;
  }
  .car_props a {
    min-height: 40px;
    font-size: 13px;
    padding-left: 64px;
  }
  .car_props a i {
    width: 40px;
    height: 40px;
  }

  #instock {
    margin-top: 60px;
    padding-bottom: 40px;
  }
  #filter_table {
    margin-top: 24px;
  }
  #instock .compl_wrap {
    align-items: center;
  }
  #instock .compl_name {
    font-size: 26px;
  }
  #instock .compl_model {
    width: fit-content;
    height: 38px;
    font-size: 18px;
    padding: 0 32px;
  }
  #instock .compl_engine {
    margin-top: 26px;
    row-gap: 18px;
  }
  #instock .compl_engine > div {
    padding: 6px 0 6px 12px;
  }
  #instock .compl_engine > div span {
    font-size: 12px;
  }
  #instock .compl_engine > div b {
    font-size: 16px;
  }
  #instock .compl_btns {
    margin-top: 20px;
  }

  .tradein_block {
    min-width: initial;
    width: 100%;
  }

  .tradein {
    padding-top: 40px;
  }

  .credit {
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .credit_block {
    min-width: initial;
    width: 100%;
  }

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

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

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

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

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

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

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