/***Fonts***/
@font-face {
  font-family: "Kia Signature";
  src: local("Kia Signature"),
    url("../fonts/KiaSignatureRegular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "KIAM";
  src: local("KIAM"),
    url(../fonts/KIAM.woff2) format("woff2"),
    url(../fonts/KIAM.woff) format("woff"),
    url(../fonts/KIAM.ttf) format("truetype");
  font-weight: 400;
  font-display: swap;
}


/***Colors***/
:root {
  --white: #ffffff;
  --black: #000000;
  --light-gray: #e0e0e0;
  --gray: #747474;
  --dark-blue: #05141F;
  --accent: #F3C300;
}

/***Global***/
.page {
  height: 100%;
  position: relative;
  overflow-x: hidden;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: var(--black);
  font-family: "Kia Signature", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: normal;
  background-color: var(--white);
  overflow-x: hidden;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: -webkit-min-content 1fr -webkit-min-content;
  -ms-grid-rows: min-content 1fr min-content;
  grid-template-rows: -webkit-min-content 1fr -webkit-min-content;
  grid-template-rows: min-content 1fr min-content;
  -ms-flex-line-pack: start;
  align-content: start;
}

.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  padding: 0;
  outline: none;
  border: none;
  cursor: pointer;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden,
input[type="radio"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

/***Elements***/
.second-heading {
  margin: 0 0 50px 0;
  font-family: "KIAM", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: var(--white);
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  display: block;
  color: var(--dark-blue);
}

.btn {
  width: 310px;
  height: 60px;
  padding: 0 15px;
  background-color: var(--dark-blue);
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  letter-spacing: 0.65px;
  color: var(--white);
  border: 2px solid var(--dark-blue);
  border-radius: 3px;
  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;
}

.btn span:nth-last-child(1) {
  position: relative;
}

.btn span:nth-last-child(1)::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--white);
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

.btn:hover span:nth-last-child(1)::after {
  width: 100%;
}

.btn:active {
  opacity: 0.75;
}

.btn-bordered {
  color: var(--white);
  background-color: transparent;
  border: 2px solid var(--white);
}

.vertical-line {
  width: 4px;
  height: 65px;
  background-color: var(--dark-blue);
  border-radius: 2px;
}

.logo {
  /* width: 200px; */
  height: 45px;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-text {
  font-size: 18px;
  line-height: 20px;
}

.telephone {
  color: var(--black);
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.telephone:hover {
  opacity: 0.5;
}

.callback-img {
  width: 38px;
  height: 34px;
  background-image: url(../img/icons/callback.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.shadow-bottom::after {
  content: "";
  position: absolute;
  z-index: 100;
  bottom: -20px;
  width: 100%;
  height: 20px;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3029586834733894) 0%, rgba(0, 0, 0, 0.20211834733893552) 33%, rgba(0, 0, 0, 0.10127801120448177) 66%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3029586834733894)), color-stop(33%, rgba(0, 0, 0, 0.20211834733893552)), color-stop(66%, rgba(0, 0, 0, 0.10127801120448177)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3029586834733894) 0%, rgba(0, 0, 0, 0.20211834733893552) 33%, rgba(0, 0, 0, 0.10127801120448177) 66%, rgba(0, 0, 0, 0) 100%);
  opacity: 0;
  -webkit-transition: opacity .25s;
  -o-transition: opacity .25s;
  transition: opacity .25s;
}

.shadow-bottom.active::after {
  opacity: 1;
}

.feedback {
  position: relative;
  padding: 50px 50px 30px 50px;
  border: 4px solid var(--dark-blue);
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  backdrop-filter: blur(6px);
}

.feedback::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0.8;
}

.feedback__logo {
  position: relative;
  z-index: 1;
  width: 142px;
  margin-bottom: 40px;
}

.feedback .standart-form {
  position: relative;
  z-index: 1;
}

.standart-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.standart-form .btn[type="submit"] {
  margin-top: 18px;
}

.standart-input {
  width: 310px;
  height: 60px;
  padding: 0;
  color: var(--white);
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 3px;
  text-align: center;
}

.standart-input:focus {
  outline: none;
}

.standart-input::-moz-placeholder {
  font-family: "KIAM", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: var(--white);
}

.standart-input::-webkit-input-placeholder {
  font-family: "KIAM", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: var(--white);
}

.standart-input:-ms-input-placeholder {
  font-family: "KIAM", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: var(--white);
}

.standart-input::-ms-input-placeholder {
  font-family: "KIAM", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: var(--white);
}

.standart-input::placeholder {
  font-family: "KIAM", Arial, Helvetica, sans-serif;
  font-weight: 400;
  color: var(--white);
}

.agreement {
  margin-top: 20px;
  padding-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.standart-form .standart-input+.standart-input {
  margin-top: 18px;
}

.horizontal-form {
  width: 85%;
  padding: 25px 55px 20px 55px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.horizontal-form .agreement__label,
.horizontal-form .personal-data-ckeck__link {
  color: var(--white);
}

.horizontal-form__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.personal-data-ckeck__link {
  color: var(--white);
  /* text-decoration: underline; */
}

.agreement__label {
  position: relative;
  left: 15px;
  color: var(--white);
  cursor: pointer;
}

.checkmark {
  position: absolute;
  left: -30px;
  top: -3px;
  height: 20px;
  width: 20px;
  background-color: var(--light-gray);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkmark::before {
  content: "";
  width: 85%;
  height: 85%;
  background-image: url(../img/icons/done.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.agreement__label input:checked~.checkmark::before {
  opacity: 1;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.mobile-active {
  display: none;
}

.select-lists {
  margin-bottom: 20px;
  font-family: "KIAM", Arial, Helvetica, sans-serif;
  font-weight: 400;
  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;
  gap: 15px;
}

.dropbtn {
  width: 310px;
  height: 45px;
  position: relative;
  padding: 0 50px;
  color: var(--gray);
  background-color: var(--light-gray);
  color: var(--black);
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropbtn:hover,
.dropbtn:focus {
  border: 1px solid var(--black);
  opacity: 0.5;
}

.dropbtn:active {
  /* border: 1px solid var(--black); */
}

.dropdown::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 50px;
  width: 13px;
  height: 6px;
  background-image: url(../img/icons/down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.dropdown+.dropdown {
  margin-left: 15px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  width: 100%;
  position: absolute;
  top: 54px;
  border-radius: 10px;
  border: 1px solid var(--black);
  color: var(--black);
  overflow: auto;
  z-index: 5;
}

.dropdown-item {
  padding: 10px 50px;
  text-decoration: none;
  font-weight: 400;
  background-color: var(--light-gray);
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  display: block;
}

.dropdown-item+.dropdown-item {
  border-top: 1px solid var(--black);
}

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: var(--dark-blue);
  color: var(--white);
}

.show-list {
  display: block;
}

.answer {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.8s ease;
  -o-transition: height 0.8s ease;
  transition: height 0.8s ease;
}

/***Header***/
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: var(--white);
}

.mobile-header {
  display: none;
}

.mobile-header .container {
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-header .btn {
  height: 46px;
}

.mobile-header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-header__row+.mobile-header__row {
  margin-top: 10px;
}

.mobile-header .logo {
  max-width: 30%;
  max-height: 25px;
}

.desktop-header .container {
  height: 100px;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header__left .vertical-line {
  margin-left: 20px;
  margin-right: 15px;
}

.page-header__left .header-text {
  margin-bottom: 5px;
  display: inline-block;
}

.btn .callback-img {
  margin-right: 10px;
}

/***Main***/
.main-content {
  margin-top: 100px;
}

.banner {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.fam-auto-banner {
  background-image: url(../img/banners/fam-auto-banner.jpg);
}

.installment-banner {
  background-image: url(../img/banners/installment-banner.webp);
}

.banner__heading {
  font-weight: bold;
  font-size: 52px;
  line-height: 72px;
  color: var(--white);
  display: block;
}

.banner__subheading {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: var(--white);
  display: block;
}

.banner__list {
  margin-bottom: 30px;
}

.main-banner .banner__list {
  padding-top: 20px;
}

.banner__list li {
  position: relative;
  padding-left: 33px;
  font-family: "Kia Signature", sans-serif;
  font-weight: 300;
  color: var(--white);
  font-size: 19px;
  line-height: 23px;
}

.banner__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 27px;
  height: 2px;
  /* border-radius: 5px; */
  overflow: hidden;
  /* background-image: url(../img/icons/large-list__mark.svg); */
  background-color: var(--accent);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.banner__list li+li {
  margin-top: 15px;
}

.main-banner {
  position: relative;
  /* height: 755px; */
  aspect-ratio: 1920/755;
  padding: 22px 0 50px 0;
  background-image: url(../img/banners/main-banner.webp);
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-banner__title {
  padding: 0;
}

.main-banner__title .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.main-banner .banner__heading {
  margin-bottom: 15px;
}

.main-banner .banner__subheading {
  margin-bottom: 35px;
}

.mobile-timer {
  position: relative;
  height: 145px;
  padding: 10px 0 20px 0;
  background-color: var(--dark-blue);
}

.mobile-timer .container {
  display: flex;
  flex-direction: column;
}

.timer-text {
  margin-bottom: 12px;
  color: var(--white);
  font-size: 20px;
  display: block;
}

.timer-flipchart-card {
  overflow: hidden;
  border-radius: 10px;
  border: 2px solid var(--white);
}

.callback-block {
  display: none !important;
  /* Убрать после чЁрной пятницы */
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.callback-block__content {
  margin-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.callback-block .vertical-line {
  margin-right: 10px;
}

.callback-text {
  font-size: 18px;
  color: var(--white);
}

.callback-tel {
  color: var(--white);
  font-weight: bold;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.callback-tel:hover {
  opacity: 0.5;
}

.condition {
  padding: 70px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.condition__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.condition__text:nth-child(1) {
  font-family: "KIAB", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
}

.condition__text:nth-child(2) {
  font-family: "KIAM", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}

.cars {
  padding: 30px 0;
  /* background-color: #000828; */
}

/* .cars-item {
  width: 24%;
  margin-right: 10px;
  margin-bottom: 80px;
} */

/* .car-desc {
  padding: 20px 15px;
  background-image: url(../img/card-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.car-name {
  margin-bottom: 15px;
  font-family: "KIAB", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 30px;
  color: #005EDE;
  text-transform: uppercase;
  display: block;
}

.car-logo {
  position: relative;
  width: 100%;
  height: 40px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: 0%;
}

.car-logo::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 0;
  width: 40%;
  height: 4px;
  background-color: var(--dark-blue);
  -webkit-transition: width .4s ease-out;
  -o-transition: width .4s ease-out;
  transition: width .4s ease-out;
} */

/* .cars-item:hover .car-logo::after {
  width: 100%;
} */

/* .car-logo::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(92.12deg, rgba(255, 255, 255, 0) 0%, #505050 100%);
  border-radius: 3px;
} */

.high-cost {
  font-size: 16px;
}

.car-slider {
  position: relative;
}

.cars-slider .swiper-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cars-slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: #fff;
  background-size: cover;
  background-position: center;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .cars-img {
  height: 200px;
} */

/* .cars-img .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

.cars-img .swiper-slide img {
    /* width: 100%; */
    height: 140px;
}

.colors .swiper-wrapper {
  /* margin: 0px auto;
  padding: 15px 0; */
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding: 5px;
}

.colors .swiper-slide {
  width: 28px;
  background-color: transparent;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thumb {
  width: 28px;
  height: 28px;
  cursor: pointer;
  border-radius: 3px;
    box-shadow: 1px 1px 4px #b5b5b5;
}

.swiper-slide-thumb-active {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}

.swiper-slide-thumb-active .thumb {
  border: 1px solid #252525;
}

.cars-card {
    display: flex;
    border: 2px solid var(--accent);
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.cars-card > div:first-child {
    width: 50%;
}

.cars-card > div:last-child {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cars-card .swiper-container {
    margin-left: 0;
}

.car-title {
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    text-transform: uppercase;
    color: var(--dark-blue);
}

.car-prices s {
    margin-right: 12px;
    color: #969696;
    font-size: 18px;
    line-height: 20px;
}

.car-prices span {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: var(--dark-blue);
}

.car-benefs {
    margin-top: 31px;
}

.car-benefs li {
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: #0E0625;
    position: relative;
}

.car-benefs li + li {
    margin-top: 14px;
}

.car-benefs li::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: var(--dark-blue);
    left: -63px;
    top: 50%;
}

.car-btns {
    position: absolute;
    bottom: 15px;
    right: 15px;
    display: flex;
    gap: 10px;
    z-index: 1;
}

.car-btns .btn {
    width: 190px;
    height: 40px;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    border: 0;
}

.car-btns .btn:last-child {
    background: var(--accent);
}

.cars-list {
    display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px 20px;
}

/* .cars-item__center {
  margin-top: 10px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

/* .car-old-cost {
  margin-bottom: 5px;
  font-family: "KIAM", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--white);
  opacity: 0.6;
  text-align: center;
  text-decoration: line-through;
  display: block;
}

.car-cost {
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: var(--white);
  display: inline-block;
}

.car-cost span {
  font-family: "KIAM", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
}

.car-conditions__item {
  position: relative;
  padding-left: 30px;
  font-family: "Kia Signature", Arial, Helvetica, sans-serif;
  font-size: 14px;
  letter-spacing: 0.9px;
  color: var(--white);
}

.car-conditions__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 17px;
  background-image: url(../img/icons/list-mark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.car-conditions__item+.car-conditions__item {
  margin-top: 12px;
} */

.banner .car-conditions__item {
  font-family: "KIAM", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 19px;
}

/* .cars-item__buttons .btn {
  width: 100%;
} */

.banners-swiper {
  max-width: 100%;
}

.banners-swiper .swiper-button-next,
.banners-swiper .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-color: var(--black);
  border-radius: 50%;
  filter: drop-shadow(0px 0px 11px #2E89FF);
}

.banners-swiper .swiper-button-prev {
  left: 5%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banners-swiper .swiper-button-next {
  right: 5%;
}

.banners-swiper .swiper-button-next:after,
.banners-swiper .swiper-button-prev:after {
  content: "";
  width: 15px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 52.5%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(../img/icons/next-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.banners-swiper.swiper-container {
  width: 100%;
  height: 100%;
}

.banners-swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .cars-item__buttons .btn+.btn {
  margin-top: 13px;
} */

.banners-swiper__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.feedback-banners .banner {
  height: 600px;
  padding: 23px 0 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.feedback-banners .banner__heading {
  margin-bottom: 4px;
}

.feedback-banners .banner__subheading {
  margin-bottom: 31px;
}

.feedback-banners .btn {
    background-color: var(--accent);
    border: 0;
}

.feedback-banners .standart-input {
    background: rgba(255, 255, 255, 0.8);
    color: var(--dark-blue);
}

.banner-conditions {
  padding: 23px 0;
  background-image: url(../img/rectangle-translucent.png);
  background-size: 40% 100%;
  background-repeat: no-repeat;
}

.complictations {
  padding-top: 70px;
  padding-bottom: 70px;
  /* background-color: #000828; */
}

.complictations__item {
  /*padding: 10px 15px;*/
  border-radius: 3px;
  border: 3px solid var(--dark-blue);
  color: var(--white);
}

.complictations__item+.complictations__item {
  margin-top: 15px;
  color: #0E0625;
}

.complictations__item.hidden {
  display: none;
}

.complictation__visible {
  position: relative;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.complictation__visible>div {
  position: relative;
  z-index: 1;
}

.complictation__visible::before {
  content: "";
  position: absolute;
  /* z-index: 0; */
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  /* background-image: url(../img/compl-item__bg.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.complictation__img-wrapper {
  height: 216px;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  /* background-image: url(../img/compl-img__bg.jpg); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.complictation__img {
  max-width: 300px;
}

.complictation__visible.active {
  border-radius: 10px 10px 0 0;
}

.complictation__desc {
  width: 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
      color: #0E0625;
}

.complictation__name {
  margin-top: 6px;
  margin-bottom: 9px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
}

.complictation__engine {
  margin-bottom: 26px;
  font-family: "Kia Signature", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  display: inline-block;
}

.complictation__stock {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.complictation__stock:hover {
  opacity: 0.5;
}

.colors-stock {
  position: absolute;
  bottom: -35px;
  left: 0;
  border-radius: 10px;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.colors-stock.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.colors-btn {
  position: relative;
  padding-right: 18px;
  font-size: 16px;
  line-height: 18px;
  color: var(--white);
  background-color: transparent;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.colors-btn::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 2px;
  background-color: #005EDE;
}

.colors-btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 2px;
  width: 13px;
  height: 13px;
  background-image: url(../img/icons/down.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.colors-btn.active::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.colors-btn:hover {
  opacity: 0.5;
}

.colors-stock__color {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.colors-stock__color+.colors-stock__color {
  margin-left: 6px;
}

.complictation__old-cost {
  font-family: "Kia Signature";
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-decoration: line-through;
  /* color: #005EDE; */
}

.complictation__cost {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  color: var(--accent);
}

.complictation__credit {
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  display: inline-block;
}

.complictation__colors {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.complictation__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.complictation__buttons .btn+.btn {
  margin-top: 13px;
  color: #0E0625;
  border: 1px solid #0E0625;
}

.complictation-btn {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  background-color: transparent;
  text-decoration: underline;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.complictation-btn:hover {
  opacity: 0.5;
}

.complictations__hidden--mobile {
  display: none;
}

.complictations__hidden {
  display: none;
}

.complictations__hidden.active {
  display: block;
}

.complictations__hidden--top {
  margin-bottom: 16px;
  padding: 25px 16px;
  border: 1px solid var(--light-gray);
  border-radius: 0 0 10px 10px;
}

.complictations .showMore {
  margin: 25px auto 0 auto;
}

.small-list {
  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;
}

.small-list li {
  position: relative;
  padding-left: 35px;
  font-weight: bold;
}

.small-list li+li {
  margin-left: 10px;
}

.small-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/small-list__mark.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.complictations__hidden--bottom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 35px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}

.large-list__list li {
  position: relative;
  padding-left: 35px;
}

.large-list__list li+li {
  margin-top: 10px;
}

.large-list__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/icons/large-list__mark.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.large-list .large-list__heading {
  margin-bottom: 18px;
  font-weight: bold;
  display: inline-block;
}

/***Footer***/
.map__inner {
  height: 600px;
  /* background-image: url(../img/kia-map.webp); */
  background-image: url(../img/bg-map-desc.webp);
}

.map__inner .container {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.feedback__address {
    position: relative;
}

.feedback .agreement__label {
    color: #000;
}

.feedback .personal-data-ckeck__link {
    color: #000;
}

/***Modals***/

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: opacity .8s ease;
  -o-transition: opacity .8s ease;
  transition: opacity .8s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal.active {
  opacity: 1;
}

.modal__inner {
  position: relative;
  width: 880px;
  height: 491px;
  padding: 30px;
  background-image: url(../img/modal-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-heading {
  margin-bottom: 15px;
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;
  color: var(--white);
  display: block;
}

.modal .agreement__label,
.modal .personal-data-ckeck__link {
  color: var(--white);
}

.close-modal {
  position: absolute;
  top: 0;
  right: -60px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url(../img/icons/close.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity .25s ease;
  -o-transition: opacity .25s ease;
  transition: opacity .25s ease;
}

.close-modal:hover {
  opacity: 0.7;
}

.disclaimer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f1f1f1;
}

.disclaimer p.hidden {
  display: none;
}

button.toggleDisclaimer {
  text-decoration: underline;
  font-size: 12px;
  margin: 0 auto 25px auto;
  display: block;
}

/***Adaptive***/
@media screen and (max-width: 1700px) {
  .horizontal-form {
    width: 90%;
  }
}

@media screen and (max-width: 1500px) {
  .container {
    max-width: 1100px;
  }

  .btn {
    width: 280px;
  }

  .standart-input {
    width: 280px;
  }

  .banner__heading {
    font-size: 44px;
    line-height: 56px;
  }

  .main-banner .banner__heading {
    margin-bottom: 10px;
  }

  .banner-conditions {
    background-size: 45% 100%;
  }

  .horizontal-form {
    width: 100%;
  }

  .main-banner__text {
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 34px;
  }

  /* .cars-item {
    width: 32%;
  }

  .cars-item:nth-child(3n) {
    margin-right: 0;
  } */

  .complictation__visible img {
    max-width: 275px;
  }

  .complictation__visible {
    padding: 20px;
  }

  .complictation__desc {
    margin-left: 20px;
  }

  .complictation__name {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 26px;
  }

  .complictation__engine {
    font-size: 14px;
    line-height: 16px;
  }

  .complictation__cost {
    font-size: 28px;
    line-height: 34px;
  }

  .complictation__credit {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 26px;
  }

  .car-prices s {
      font-size: 14px;
      margin-right: 6px;
  }

  .car-prices span {
      font-size: 18px;
  }

  .car-btns .btn {
      font-size: 12px;
      width: 160px;
  }

  .car-title {
      font-size: 23px;
  }

  .car-benefs {
      margin-top: 27px;
  }

  .car-benefs li {
      font-size: 12px;
  }

  .car-benefs li + li {
      margin-top: 11px;
  }

  .colors .swiper-slide {
      width: 22px;
  }

  .thumb {
      width: 22px;
      height: 22px;
  }

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

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

@media screen and (max-width: 1200px) {
  .page-body {
    font-size: 15px;
    line-height: 17px;
  }

  .container {
    max-width: 900px;
  }

  .btn {
    height: 50px;
    font-size: 14px;
    line-height: 16px;
  }

  .second-heading {
    font-size: 40px;
    line-height: 45px;
  }

  .banner__heading {
    font-size: 50px;
    line-height: 58px;
  }

  .banner__subheading {
    font-size: 30px;
    line-height: 34px;
  }

  .main-banner .banner__subheading {
    margin-bottom: 20px;
  }

  /* .condition {
    padding-top: 45px;
    padding-bottom: 30px;
  } */

  /* .cars-item {
    width: 45%;
    margin-right: 15px;
  } */

  .car-cost span {
    font-size: 30px;
    line-height: 34pz;
  }

  .car-conditions__item {
    padding-left: 25px;
    font-size: 13px;
    line-height: 15px;
  }

  .high-cost {
    font-size: 14px;
  }

  .modal__inner {
    width: 70%;
    padding: 25px;
  }

  .callback-text {
    font-size: 20px;
    line-height: 24px;
  }

  .car-title {
      font-size: 19px;
  }

  .car-prices s {
      font-size: 12px;
      margin-right: 12px;
  }

  .car-prices span {
      font-size: 14px;
  }

  .car-benefs {
      margin-top: 11px;
  }

  .car-btns {
      gap: 7px;
  }

  .car-btns .btn {
      font-size: 10px;
      width: 134px;
      height: 27px;
  }

  .cars-img .swiper-slide img {
      height: 100px;
  }

  .car-benefs li + li {
      margin-top: 7px;
  }

  .car-benefs li::before {
      width: 32px;
      left: -40px;
  }

  .colors .swiper-slide {
      width: 15px;
  }

  .thumb {
      width: 15px;
      height: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .container {
    max-width: 750px;
  }

    .cars-card {
        height: auto;
        max-height: 700px;
        flex-direction: column;
    }

    .car-btns {
        position: static;
        order: 2;
        flex-direction: column;
        width: 100%;
    }

    .car-btns .btn {
        width: 100%;
    }

    .car-benefs {
        margin-top: 20px;
        margin-left: 50px;
    }

    .car-prices {
        order: 1;
        margin: 20px 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }

    .car-prices s {
        margin: 0;
    }

    .cars-card > div:first-child {
        width: 100%;
    }

    .cars-card > div:last-child {
        width: 100%;
        align-items: center;
    }

    .colors .swiper-wrapper {
        justify-content: center;
    }

    .car-slider .swiper-container {
        width: 100%;
    }

    .cars-img .swiper-slide img {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 800px) {
  .container {
    max-width: 90%;
  }

    .main-banner .banner__list {
        padding-top: 0;
    }

  .main-banner .banner__list li:first-child,
  .main-banner .banner__list li:nth-of-type(3),
  .main-banner .banner__list li:last-child {
      display: none;
  }

  .desktop-active {
    display: none;
  }

  .mobile-active {
    display: none;
    /*block*/
  }

  .standart-input {
    width: 100%;
  }

    .page-header__right {
        width: 100%;
    }

    .page-header__right .btn {
        height: 35px;
        width: 100%;
        font-size: 16px;
    }

  .page-header__left {
      width: 100%;
      justify-content: space-between;
      font-size: 13px;
  }

  .horizontal-form {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .horizontal-form .standart-input {
    margin-bottom: 10px;
  }

  .horizontal-form .btn {
    width: 100%;
  }

  .standart-form .btn {
    width: 100%;
  }

  .btn {
    width: 310px;
    height: 60px;
    padding: 0 8px;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: normal;
  }

  .header-text {
    font-size: 13px;
    line-height: 13px;
    font-weight: bold;
  }

  .btn .callback-img {
    width: 26px;
    height: 24px;
    margin-right: 0;
  }

  .desktop-header .container {
      flex-direction: column;
      height: 143px;
  }

  .mobile-header .btn {
    width: unset;
  }

  .telephone {
    font-size: 13px;
    line-height: 15px;
  }

  .logo {
      height: 29px;
  }

  .fam-auto-banner {
    background-image: url(../img/banners/fam-auto-banner__mobile.jpg);
  }

  .installment-banner {
    background-image: url(../img/banners/installment-banner__mobile.webp);
  }

  .installment-banner .banner__heading {
    margin-bottom: 25px;
  }

  .banners-swiper__inner {
    padding: 15px 10px;
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* background: linear-gradient(180deg, rgba(2, 19, 48, 0.78) 0%, rgba(19, 37, 64, 0.78) 100%); */
    align-items: center;
    height: 100%;
    justify-content: space-between;
  }

  .banner__list li {
      font-size: 16px;
  }

  .banners-swiper .swiper-button-next {
    right: 0;
  }

  .banners-swiper .swiper-button-prev {
    left: 0;
  }

  .banner__heading {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }

  .main-banner .banner__heading {
    margin-bottom: 7px;
  }

  .feedback-banners {
    margin: 40px 0;
  }

  .feedback-banners .banner__heading {
    margin-bottom: 5px;
  }

  .banner__subheading {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .feedback {
    border: none;
    border-radius: 0;
    background: var(--light-gray);
  }

  .feedback .agreement__label {
    color: var(--black);
  }

  .feedback .personal-data-ckeck__link {
    color: var(--black);
  }

  .feedback .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feedback-banners .banner {
    /* height: 664px; */
  }

  .main-content {
    margin-top: 143px;
  }

  .main-banner {
    height: 590px;
    aspect-ratio: unset;
    padding: 0 0 45px 0;
    background-image: url(../img/banners/main-banner__mobile.webp);
  }

  .main-banner__title .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-banner__title {
    padding: 14px 0;
  }

  .main-banner__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .timer-wrap {
    /* width: 100%; 
    display: none;*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .timer-text {
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    font-family: "KIAM", Arial, Helvetica, sans-serif;
    font-weight: 500;
  }

  .mobile-timer__inner {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #timer1f492206ac79799835773d53d99041f90 {
    transform: scale(0.72) !important;
  }

  .callback-block {
    width: 100%;
    /* margin-top: 6px; */
    margin-top: 133%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
  }

  .callback-block__content {
    width: 310px;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .callback-text {
    font-size: 16px;
    line-height: 20px;
  }

  .condition__text:nth-child(1) {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
  }

  .condition__text:nth-child(2) {
    font-size: 24px;
    line-height: 28px;
  }

  .car-conditions__item {
    padding-left: 34px;
  }

  .car-logo {
    margin-bottom: 30px;
    background-size: 50%;
  }

  .car-logo::after {
    bottom: -10px;
  }

  .high-cost {
    font-size: 12px;
  }

  .first-auto-banner {
    height: 400px;
  }

  .first-auto-banner .banner__heading,
  .first-auto-banner .banner__subheading {
    text-align: start;
  }

  .banner-conditions {
    background-size: cover;
  }

  .car-name {
    text-align: center;
  }

  .cars-img {
    height: 175px;
  }

  .car-slider .swiper-container {
    width: 300px;
    max-height: 150px;
    margin: 0 auto;
  }

  .colors .swiper-wrapper {
    padding: 5px;
  }

  .horizontal-form__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .complictation__visible {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .complictation__visible::before {
    display: none;
  }

  .complictation__desc {
    width: 100%;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .complictation__name {
    margin-top: 20px;
    margin-bottom: 4px;
  }

  .complictation__engine {
    margin-bottom: 16px;
  }

  .complictation__credit {
    margin-bottom: 18px;
  }

  .complictation__colors {
    margin-bottom: 25px;
  }

  .colors-stock {
    position: relative;
    bottom: -10px;
  }

  .colors-btn {
    padding-right: 18px;
  }

  .complictations__hidden {
    display: none;
  }

  .complictations__hidden--mobile {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    z-index: -1;
    -webkit-transition: opacity .8s ease;
    -o-transition: opacity .8s ease;
    transition: opacity .8s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .complictation__buttons {
    width: 100%;
  }

  .complictation__buttons .btn {
    width: 100%;
  }

  .complictations__hidden--mobile.active {
    opacity: 1;
  }

  .mobile-desc {
    max-height: 80%;
    padding: 15px;
    background-color: #fff;
    overflow-y: scroll;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobile-desc__item+.mobile-desc__item {
    margin-top: 10px;
  }

  .mobile-list__heading {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    font-weight: bold;
    background: -o-linear-gradient(right, #C4C4C4 0%, #FFFFFF 29.01%, #C4C4C4 46.87%, #EEEEEE 100%);
    background: -webkit-gradient(linear, right top, left top, from(#C4C4C4), color-stop(29.01%, #FFFFFF), color-stop(46.87%, #C4C4C4), to(#EEEEEE));
    background: linear-gradient(270deg, #C4C4C4 0%, #FFFFFF 29.01%, #C4C4C4 46.87%, #EEEEEE 100%);
    border-radius: 10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-list__heading--char {
    background: var(--dark-blue);
    color: var(--white);
  }

  .answer__inner {
    padding: 10px 0;
  }

  .large-list__list li {
    padding-left: 30px;
  }

  .large-list__list li::before {
    width: 18px;
    height: 18px;
  }

  .large-list__list li+li {
    margin-top: 8px;
  }

  .complictations__hidden--bottom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .small-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .small-list li+li {
    margin-top: 10px;
    margin-left: 0;
  }

  .select-lists {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown+.dropdown {
    margin-left: 0;
    margin-top: 12px;
  }

  .dropbtn {
    width: 100%;
  }

  .map__inner {
    height: 350px;
    /* background-size: 380%; */
    background-position-x: 70%;
    background-image: url('../img/bg-map-mob.webp');
  }

  .feedback.mobile-active {
    padding: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .banner .car-conditions__item {
    font-size: 14px;
  }

  .modal__inner {
    width: 85%;
    height: 460px;
    padding: 10px 13px 23px 13px;
    background-image: url(../img/modal-bg__mobile.jpg);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .modal-heading {
    font-size: 30px;
    line-height: 34px;
    display: block;
  }

  .close-modal {
    right: 0;
    top: -60px;
  }

  .disclaimer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  /* .cars-card {
      height: 250px;
  } */

  .cars-img .swiper-slide img {
      height: 130px;
  }

  .colors .swiper-slide {
      width: 28px;
  }

  .thumb {
      width: 28px;
      height: 28px;
  }
}

@media screen and (max-width: 658px) {
  .cars-list {
      grid-template-columns: 1fr;
  }

  .car-title {
      font-size: 27px;
  }

  .cars-img .swiper-slide img {
      height: 167px;
  }

  .car-benefs li {
      font-size: 14px;
  }

  .car-benefs li + li {
      margin-top: 14px;
  }

  .car-prices s {
      font-size: 18px;
  }

  .car-prices span {
      font-size: 24px;
  }

  .car-btns .btn {
      height: 40px;
      font-size: 14px;
  }

  .car-slider .swiper-container {
      margin-top: 20px;
  }
}

@media screen and (max-width: 430px) {
  .second-heading {
    margin-bottom: 25px;
    font-size: 24px;
    line-height: 28px;
  }

  /* .cars-item {
    width: 100%;
    margin-right: 0;
  } */
}

@media screen and (max-width: 350px) {
  .second-heading {
    font-size: 26px;
    line-height: 30px;
  }
}

@media screen and (min-width: 650px) {
	.hidden-desk {
	 display: none;
	}
}

.banner__main__btn {
	background-color: var(--accent);
    border: 0;
}

#thanks_modal .popUp {
    background-size: cover !important;
    background: #fff;
    min-height: unset;
}

#thanks_modal .popUp .shadow {
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    filter: opacity(0.5);
    background: #000;
    border-radius: 10px;
} 

#thanks_modal .popUp h1, #thanks_modal .popUp p, #thanks_modal .popUp span {
    position: relative;
}

#thanks_modal .popUp p {
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.18;
    margin: 20px 0;
}

#thanks_modal .popUp .girl {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 40%;
    height: auto;
}

@media (max-width: 700px) {
    #thanks_modal .popUp {
        width: 96%;
    }

    .complictations {
        padding-top: 0;
    }
}

#thanks_modal .btn {
    width: 250px;
    font-weight: bold;
    justify-content: center;
    display: flex;
    cursor: pointer;
}

.filtered-show,
.showmore-show {
    display: block;
    opacity: 1;
    transition: .3s;
}

.filtered-hide,
.showmore-hide {
    display: none;
    opacity: 0;
}

.js--show-more {
    margin: 20px auto;
    display: block;
    padding: 10px;
    border-radius: 5px;
}

.js--show-more.hidden {
    display: none;
}

.select2-container {
    width: 300px !important;
}

.law-info {
    margin: 0 auto;
    font-size: 11px;
}

/* Cookie Notice Styles */
.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(5, 20, 31, 0.95);
  backdrop-filter: blur(10px);
  color: var(--white);
  z-index: 9999;
  padding: 20px 0;
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  border-top: 3px solid var(--accent);
  display: none;
}

.cookie-notice.show {
  display: block;
  transform: translateY(0);
}

.cookie-notice__content {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-notice__text {
  flex: 1;
  font-size: 14px;
  line-height: 1.4;
}

.cookie-notice__text strong {
  color: var(--accent);
  font-size: 16px;
}

.cookie-notice__text a {
  color: var(--accent);
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.cookie-notice__text a:hover {
  opacity: 0.8;
}

.cookie-notice__btn {
  background-color: var(--accent);
  color: var(--dark-blue);
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  min-width: 180px;
}

.cookie-notice__btn:hover {
  background-color: #f0b800;
  transform: translateY(-2px);
}

.cookie-notice__btn:active {
  transform: translateY(0);
}

/* Mobile Styles for Cookie Notice */
@media screen and (max-width: 800px) {
  .cookie-notice {
    padding: 15px 0;
  }
  
  .cookie-notice__content {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .cookie-notice__text {
    font-size: 13px;
  }
  
  .cookie-notice__text strong {
    font-size: 15px;
  }
  
  .cookie-notice__btn {
    width: 100%;
    max-width: 300px;
    padding: 14px 20px;
  }
}

@media screen and (max-width: 480px) {
  .cookie-notice {
    padding: 12px 0;
  }
  
  .cookie-notice__content {
    padding: 0 15px;
  }
  
  .cookie-notice__text {
    font-size: 12px;
  }
  
  .cookie-notice__text strong {
    font-size: 14px;
  }
}