header .bottom_line .flex_q0 .head_menu ul li a {
  text-transform: none;
}

.soc-tg {
  padding: 0 5px 0 0;
}
header .top_line .top_menu ul li a {
  padding: 12px 10px;
}

header {
  background-color: #0d171a !important;
  color: #fff !important;
}

header a {
  color: #fff;
}

.top_menu ul li {
  color: #abbbbe;
}

header .bottom_line,
.contacts_block {
  background: #fff;
}

.head_menu ul li a {
  color: #000;
}

.popup_container .form-group input[type='text'],
.popup_container .form-group input[type='tel'] {
  border: 2px solid #abbbbe;
}

.footer-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 992px) {
  header a {
    color: #000;
  }
}

/*! CSS Used from: https://jaecoo-cheb.ru/css/main.css?1718804980 */
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a:hover,
a:visited,
a:focus {
  text-decoration: none;
}
.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  top: 0;
  cursor: pointer;
}
.but:hover {
  border-color: #00657b;
  background: #00657b;
  color: #fff;
}
a.callback {
  height: 40px;
}
a.callback:hover {
  color: #fff;
}
.mainbut {
  color: #fff;
  border-color: #00657b;
  background: #00657b;
}
.mainbut:hover {
  top: -3px;
}
.cars__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cars-item {
  width: 48%;
  -webkit-box-shadow: 0px 5px 16.92px 1.08px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 5px 16.92px 1.08px rgba(0, 0, 0, 0.08);
  padding: 35px 0;
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .cars-item {
    width: 100%;
  }
}
.cars-item__buttons {
  margin-top: 35px;
  padding: 0 40px;
}
.cars-item__buttons a {
  margin-top: 10px;
}
.cars-item__buttons a.callback {
  color: #000;
}
.cars-item__buttons a:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .cars-item__buttons {
    padding: 0 15px;
  }
}
.cars-item .car-title {
  font-size: 27px;
  text-transform: uppercase;
  padding-left: 40px;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
}
.cars-item .car-title .instock {
  color: #ffc000;
  position: absolute;
  left: 40px;
  bottom: -30px;
  font-size: 18px;
  text-transform: none;
}
.cars-item .agr {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  font-size: 17px;
  padding: 10px 15px 10px 15px;
  font-weight: 600;
}
.cars-item .agr div {
  border-right: 1px solid #ddd;
  padding: 0 5px 0 5px;
  text-align: center;
  font-size: 18px;
}
.cars-item .agr div:last-of-type {
  border-right: none;
}
.cars-item .agr div span {
  font-weight: normal;
  font-size: 10px;
  color: #000;
  display: block;
}
.cars-item .gab {
  background-color: #eee;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0em;
  font-size: 10px;
  text-align: center;
  padding: 10px 0;
}
.cars-item .specials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 0 40px;
}
.cars-item .specials div {
  display: block;
  padding-left: 48px;
  color: #333333;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.cars-item .specials .price:before {
  content: url(https://jaecoo-cheb.ru/img/wallet.svg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: 0;
  background: #ffc000;
  padding-top: 5px;
}
@media (max-width: 768px) {
  .cars-item .specials .price {
    font-size: 24px;
  }
}
.cars-item .specials .ico:before {
  content: url(https://jaecoo-cheb.ru/img/calendar.svg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -10px;
  left: 0;
  background: #ffc000;
  padding-top: 5px;
}
@media (max-width: 767px) {
  .cars-item .specials {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
  }
}

/*! CSS Used from: https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick-theme.css */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

/*! CSS Used from: https://cars.omoda-alyans.ru/css/slick.css */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.slick-slide img {
  display: block;
}

.slick-initialized .slick-slide {
  display: block;
}

.but {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  position: relative;
  top: 0;
  cursor: pointer;
}

.but:hover {
  border-color: #30363a;
  background: #30363a;
  color: #fff;
}

.h1 {
  font-size: clamp(25px, 2.5vw, 50px);
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 20px;
  width: auto;
  display: inline-block;
}

.special {
  padding: 0;
  padding-top: 100px;
}

.special .but {
  border: none;
}

.special img {
  width: 100%;
  height: 100%;
}

.special .container {
  max-width: 100% !important;
  width: 100% !important;
  position: relative;
  padding: 0;
}

.special .top-banner {
  position: relative;
  display: block;
}

.special .title {
  max-width: 1140px;
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  padding-left: 1em;
  margin: 60px auto 0;
  width: 100%;
  color: #fff;
}

.special .title p {
  font-size: clamp(15px, 2.5vw, 30px);
}

@media (max-width: 992px) {
  .special .title {
    bottom: 50px;
  }
}

@media (max-width: 500px) {
  .special .title {
    bottom: 100px;
  }
}

.special .but {
  width: 270px;
  padding: 7px 0;
  margin-top: 60px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  border-color: #fff;
}

.special .but:hover {
  background: #fff;
  color: #000;
}

.topslider .topslider-item {
  position: relative;
}

.slick-dots {
  bottom: -40px;
  left: 0 !important;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: 0.25;
  color: #00657b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #00657b;
}

.mainbut {
  color: #fff;
  border-color: #00657b;
  background: #00657b;
}

.mainbut:hover {
  top: -3px;
}

.car_slider .slick-dots li button {
  display: none !important;
}
