/* .action-car {
  background: url(/img/bg-blue.png) 100% 50% no-repeat #fff;
} */

#cookie-banner {
  position: fixed;
  bottom: 0;
  left: 50%;
  max-width: 1386px;
  width: 95%;
  transform: translateX(-50%) translateY(100%);
  border-radius: 15px;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
}

#cookie-banner.show {
  transform: translateX(-50%) translateY(-150px);
}

#cookie-banner button {
  border: none;
  padding: 0.6rem 1.4rem;
  font-size: 0.8rem;
  border-radius: 3px;
  cursor: pointer;
  flex-shrink: 0;
  transition: opacity 0.2s;
  color: #000 !important;
}

#cookie-banner button:hover {
  opacity: 0.9;
}

@media (max-width: 768px) {
  #cookie-banner {
    flex-direction: column;
    text-align: center;
  }
}

.action-sec {
  padding: 30px 0 30px 0;
  margin-top: 60px;
}

.action-bg {
  border-radius: 30px;
  padding: 30px 5px;
  position: relative;
  background-color: #fff;
}

.action {
  display: flex;
  align-items: center;
  width: 100%;
}

.left,
.center,
.right {
  padding: 20px;
  box-sizing: border-box;
}

.left {
  /*  flex: 0 0 40%; */
  display: flex;
  flex-direction: column;
}

.center {
  flex: 1 0 50%;
  padding: 0 50px 50px 50px;
  margin-left: 60px;
  text-align: center;
}

.right {
  flex: 0 0 20%;
  display: flex;
  flex-direction: column;
  text-align: right;
  padding: 25px;
}

.left span,
.left button {
  margin-top: 10px;
}

.right img {
  margin-top: 7px;
  max-width: 100%;
  border-radius: 16px;
}

.car_name {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color: #333333;
  margin: 14px 0 -40px 0;
}

.car_name span {
  color: #0069b5;
}

.car_name a {
  text-decoration: underline 1.5px;
}

.car_name a:visited {
  color: inherit;
}
.car_profit {
  background: url(/img/car_profit_ico.png) 10px 50% no-repeat #f6f6f6;
  border-radius: 10px;
  font-size: 22px;
  display: inline-block;
  padding: 14px 12px;
  padding-left: 58px;
  margin-bottom: 20px;
  text-align: center;
}

.text_blue {
  color: #0069b5;
  font-weight: 700;
}
.text_black {
  color: #000;
  font-weight: 700;
}

.secgray {
  background-color: #f7f7f7;
}

.gallery div {
  padding: 0 10px;
}

.action-car .specials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  flex-direction: column;
  margin-bottom: 30px;
  position: relative;
  padding: 10px;
  padding-top: 50px;
}

.action-car .specials div {
  display: block;
  padding-left: 48px;
  color: #333333;
  text-decoration: none;
  position: relative;
  z-index: 1;
}

.action-car .specials .price:before {
  content: url(/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: #0069b5;
  padding-top: 5px;
}

.action-car .specials .ico:before {
  content: url(/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: #0069b5;
  padding-top: 5px;
}

.header .adress {
  text-decoration: none;
  color: #000;
}

.cars-item .about {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 44px 60px 20px 60px;
  font-size: 16px;
  min-height: 180px;
  color: #333333;
}

.timer-m {
  display: none;
}

.timer-b {
  display: flex;
  justify-content: center;
}

.image {
  position: relative;
}

.label {
  position: absolute;
  top: -30px;
  left: 20px;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  width: auto;
}

.label .icon img {
  max-width: 180px;
}

.label-text {
  position: absolute;
  top: 12px;
  left: 30px;
  background-color: #0069b5;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: auto;
}

.label-text span.text {
  font-size: 20px;
}

.label-text_bottom {
  position: absolute;
  top: 50px;
  left: 30px;
  background-color: #0069b5;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: auto;
}

.label-text_bottom span.text {
  font-size: 20px;
}

.label-text_bottom2 {
  position: absolute;
  top: 58px;
  left: 30px;
  background-color: #0069b5;
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  width: auto;
}

.label-text_bottom2 span.text {
  font-size: 20px;
}

.but,
.special .but,
.cars-item__buttons a,
.mainbut {
  font-weight: bold;
}

#test_drive > div {
  color: #fff;
  background-image: url(/img/td2.jpg);
}

.test_drive__wrap {
  width: 50%;
}

.trade_in__wrap {
  width: 70%;
}

.trade_in__wrap form {
  width: 65%;
}

.tradein_title {
  font-size: 24px;
}

.trade_in__wrap-text {
  padding: 10px 0 20px 0;
}

.trade_in__wrap-text p {
  font-size: 18px;
}

.tire-icon:before {
  content: url(/img/tire.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: rgb(255, 150, 50);
}

.cars-item .specials {
  flex-wrap: wrap;
}

.cars-item .specials div {
  margin: 14px 0;
}

.cars-item .specials div:last-child {
  margin-bottom: 0;
}

.action-car .specials .tire-icon::before {
  background: #0069b5;
}

.blink-image {
  -moz-animation: blink normal 2s infinite ease-in-out; /* Firefox */
  -webkit-animation: blink normal 2s infinite ease-in-out; /* Webkit */
  -ms-animation: blink normal 2s infinite ease-in-out; /* IE */
  animation: blink normal 2s infinite ease-in-out; /* Opera and prob css3 final iteration */
}

.colors {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.colors img {
  max-width: 36px;
  margin: 0 8px;
}

.center-text {
  padding-top: 10px;
}

.center-text span {
  font-size: 18px;
  font-weight: bold;
}

.modelslider {
  margin: 60px 0;
}

/* Яркие точки */
.modelslider .slick-dots li button::before {
  opacity: 1; /* Убираем тусклость */
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  content: '';
  transition: transform 0.3s;
}

/* Увеличение активной точки */
.modelslider .slick-dots li.slick-active button::before {
  transform: scale(1.2); /* Увеличиваем активную точку */
}

/* Блок для текста под точкой */
.slick-dots li .slick-active-title {
  display: none; /* Скрываем текст по умолчанию */
  position: absolute;
  top: 30px; /* Расположение текста под точкой */
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  color: #333;
  white-space: nowrap;
}

/* Рамка для точки белого цвета */
.slick-dots li.dot-color-white button::before {
  border: 2px solid #ccc; /* Рамка серого цвета */
  background: white; /* Белый фон */
  box-sizing: border-box; /* Учитываем рамку в размерах */
}

/* Увеличение активной точки с белой рамкой */
.slick-dots li.dot-color-white.slick-active button::before {
  transform: scale(1.2); /* Увеличиваем активную точку */
  border-color: #666; /* Темнее рамка для активной */
}

/* Показываем текст только для активной точки */
.slick-dots li.active-dot .slick-active-title {
  display: block;
}

/* Цвета для индикаторов */
.modelslider .slick-dots li.dot-color-red button::before {
  background-color: red;
}
.modelslider .slick-dots li.dot-color-grey button::before {
  background-color: grey;
}
.modelslider .slick-dots li.dot-color-black button::before {
  background-color: black;
}
.modelslider .slick-dots li.dot-color-blue button::before {
  background-color: blue;
}
.modelslider .slick-dots li.dot-color-silver button::before {
  background-color: silver;
}
.modelslider .slick-dots li.dot-color-white button::before {
  background-color: white;
}

.modelslider .slick-dots li.dot-color-green button::before {
  background-color: #11292b;
}

.modelslider .slick-dots li button::before,
.slick-dots li button::after {
  font-size: 46px !important;
}

.modelslider .slick-dots {
  bottom: -20px;
}

.modelslider-slide {
  position: relative;
  position: relative;
  padding: 0 12px;
}

.modelslider-slide img {
  padding-top: 120px;
}

.label-text .icon {
  margin-right: 5px;
  font-size: 16px;
}

.label-text .icon img {
  padding: 0;
  max-width: 30px;
}

a.callback {
  height: 50px;
}

.agree_field {
  position: relative;
  top: 0;
  display: inline-block;
  padding-left: 20px;
  font-size: 10px;
  line-height: 100%;
}
.agree_field input {
  position: absolute;
  top: -1px;
  left: 0;
  margin: -0;
}
.tradein_wrap form .form-group {
  position: relative;
  margin-bottom: 10px;
}
.tradein_wrap form .form-group input[type='tel'],
.tradein_wrap form .form-group input[type='text'],
.tradein_wrap form .form-group select {
  box-sizing: border-box;
  width: 100%;
  height: 59px;
  padding: 0 30px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  font-family: 'Changan', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #8e8e92;
  outline: none;
  background: transparent;
}
/* .tradein_wrap form .form-group ::placeholder {
  color: #000;
} */

select {
  font-family: 'Changan', sans-serif;
  outline: none;
  background: url(/img/ico_select.png) 95% 50% no-repeat #ffffff !important;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.tradein_wrap .blocktitle {
  margin-bottom: 18px;
}
.tradein_wrap form .form-group button {
  width: 100%;
  font-family: 'Changan', sans-serif;
  outline: none;
  cursor: pointer;
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  max-width: 100%;
  height: 59px;
  border: 1px solid #0066b5;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  outline: none;
  background: #0066b5;
  transition: all 0.3s;
}
.btn:hover {
  border-color: #084a7d;
  background: #084a7d;
}
.tradein {
  margin-top: 40px;
}
.tradein .container {
  display: flex;
  justify-content: space-between;
}
.tradein_wrap {
  width: 49.3%;
}
.tradein_title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
}
.tradein_comment {
  margin-bottom: 20px;
  font-size: 20px;
}
#tradein_form input[type='text'],
#tradein_form input[type='tel'],
#tradein_form select {
  cursor: pointer;
  transition: all 0.3s;
}
#tradein_form input[type='text']:hover,
#tradein_form input[type='tel']:hover,
#tradein_form select:hover {
  border: 1px solid #8e8e92;
}
#tradein_form .form-group-wrap {
  display: flex;
  justify-content: space-between;
}
#tradein_form .form-group-wrap .form-group {
  width: 49%;
}
#tradein_form .agree_field,
#tradein_form .agree_field a {
  color: #8e8e92;
}
.tradein_img {
  width: 46%;
}
.form-group__flex {
  display: flex;
  justify-content: space-between;
}

.trade_in-new {
  padding-top: 10px;
}

.trade_in-new .container,
.trade_in-new .container .tradein .container {
  padding: 0;
}

.action-sec2 {
  padding: 40px 0;
  margin-top: -40px;
}

.action-sec2 .action-bg {
  background-image: url('/img/special-bg-new4.jpg');
  border-radius: 4px;
  height: auto;
}

.timer-b__white {
  display: none;
}

.cars .blocktitle {
  margin-bottom: 20px;
}

.cars__wrapper-hits {
  border: 2px #0069b5 solid;
}

.cars__wrapper-hits .cars-item {
  margin-bottom: 10px;
}

.blocktitle-hits {
  background: #0069b5;
  max-width: 350px;
  margin: 0 auto 20px auto;
  padding-bottom: 10px;
  color: #fff;
  padding: 10px 20px;
  margin-bottom: 10px;
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* IE */
@-ms-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Opera and prob css3 final iteration */
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .action-sec2 .action-bg {
    background-size: contain;
  }
}

@media (max-width: 1024px) {
  .action {
    flex-direction: column;
    padding-top: 40px;
  }
  .action-car {
    background: none;
  }
  .action-car .specials {
    padding: 20px 0;
  }
  .left,
  .center,
  .right {
    width: 100%;
    flex: none;
    padding: 10px;
  }
  .center {
    order: 1;
    display: flex;
    text-align: center;
    flex-direction: column;
  }
  .action-bg {
    padding: 30px 15px;
  }
  .center picture {
    margin: 0 auto;
  }
  .right {
    display: flex;
    flex-direction: row;
    order: 2;
    flex-wrap: wrap;
  }
  .right img {
    margin-top: 5px;
    width: 100%;
  }
  .left {
    order: 3;
  }
  .actSlider div {
    width: 100%;
  }
  .cars-item .about {
    padding: 0 60px 30px 60px;
    align-items: center;
    min-height: 0;
    padding-top: 44px;
  }
  .modelslider-slide img {
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .tradein {
    margin-top: 70px;
  }
  .tradein .container {
    align-items: center;
  }
  .tradein_comment {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tradein .container {
    flex-direction: column-reverse;
  }
  .tradein_img {
    display: none;
  }
  .tradein_wrap {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .action-sec2 .action-bg {
    background-size: auto;
  }
  .action-sec2 .action-bg {
    background-image: url('/img/special-bg-new4_no-cars.jpg');
  }
}

@media (max-width: 767px) {
  .action-car .specials .price {
    font-size: 22px;
  }
  .cars-item .about {
    /* padding: 0 30px 30px 30px; */
    align-items: center;
    min-height: 0;
  }
  .center {
    margin-left: 0;
  }
  .cars-item .specials div {
    margin: 0;
  }
  .colors img {
    max-width: 26px;
  }
  .cars-item .specials .price,
  .cars-item .specials .ico {
    font-size: 16px;
  }
  .action-car .specials {
    padding: 0 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
    padding-bottom: 20px;
  }
  .header .adress {
    display: none;
  }
  .trade_in__wrap,
  .test_drive__wrap {
    margin: 0 auto;
    width: 90% !important;
    padding: 0;
  }
  .trade_in__wrap form {
    width: 100%;
  }
  .tradein {
    margin-top: 50px;
  }
  .tradein .container {
    flex-direction: column-reverse;
    row-gap: 20px;
    padding: 0 20px;
  }
  .tradein_img {
    width: 100%;
  }
  .tradein_wrap {
    width: 100%;
    padding: 0 30px;
  }
  .tradein_title {
    font-size: 6vw;
    text-align: center;
  }
  .tradein_comment {
    font-size: 4vw;
    text-align: center;
  }
  #tradein_form .form-group-wrap {
    flex-flow: wrap;
  }
  #tradein_form .form-group-wrap .form-group {
    width: 100%;
  }
  .form-group__flex {
    flex-direction: column;
  }
  .contacts {
    margin-top: -70px;
  }
}

@media (max-width: 550px) {
  .action-car .specials {
    text-align: center;
    font-weight: bold;
    font-size: 22px;
  }
  .hero__advantIcon {
    margin-top: 8px;
  }
}

@media (max-width: 500px) {
  .menu__model,
  .menu__nav {
    padding-right: 50px;
  }
  .menu__nav {
    border: none;
  }
  .label-text {
    top: 0;
  }
  .label-text_bottom {
    top: 38px;
  }
  .h1 {
    padding-bottom: 10px;
  }
  .special .but {
    margin-top: 16px;
  }
  .action-sec2 .action-bg .car_name {
    padding-left: 0 !important;
  }
  .cars-item .car-title {
    padding: 0 10px;
    font-size: 24px;
  }
}

@media (max-width: 450px) {
  .action-car .specials .price {
    font-size: 18px;
  }
  .car_name {
    font-size: 24px;
  }
}

@media (max-width: 400px) {
  .menu__model {
    padding-right: 110px;
  }
  .menu__nav {
    padding-right: 130px;
  }
  .label {
    padding-left: 0;
  }
  .label .icon img {
    max-width: 100px;
    padding-left: 10px;
  }
  .label-text span.text,
  .label-text_bottom span.text {
    font-size: 14px;
  }
  .label-text_bottom {
    top: 40px;
  }
}

@media (max-width: 390px) {
  .tire-icon::before {
    top: 0;
  }
  .header .phone a {
    font-size: 12px;
  }
  .timer-b {
    display: none;
  }
  /* .timer-m_special-2 {
    padding-left: 40px;
  } */
  .timer-m {
    display: flex;
  }
}

@media (max-width: 320px) {
  .car_profit {
    padding-bottom: 30px;
  }
  .header .phone a {
    font-size: 10px;
  }
}

.slider-btn {
  margin: 32px auto 70px auto;
  text-transform: initial;
}

.label-text,
.cars-item .specials {
  display: none;
}

.label-text span.text {
  display: none;
}

.special .but {
  width: 170px;
  padding: 5px 0;
}

.modelslider {
  margin-top: 20px;
}

.cars-item__buttons {
  margin-top: 0;
}

@media (max-width: 1400px) {
  .slider-btn {
    margin-top: 0 !important;
    font-size: 12px !important;
    width: 150px !important;
  }
}
