@font-face {
  font-display: swap;
  font-family: "Inter";
  font-weight: 400;
  font-style: normal;
  src: url("../../static/fonts/inter-400.woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-weight: 500;
  font-style: normal;
  src: url("../../static/fonts/inter-400.woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-weight: 600;
  font-style: normal;
  src: url("../../static/fonts/inter-600.woff2");
}
@font-face {
  font-display: swap;
  font-family: "Inter";
  font-weight: 700;
  font-style: normal;
  src: url("../../static/fonts/inter-700.woff2");
}
*::-webkit-input-placeholder {
  color: rgba(28, 28, 28, 0.6);
  opacity: 1;
}

*:-moz-placeholder {
  color: rgba(28, 28, 28, 0.6);
  opacity: 1;
}

*::-moz-placeholder {
  color: rgba(28, 28, 28, 0.6);
  opacity: 1;
}

*:-ms-input-placeholder {
  color: rgba(28, 28, 28, 0.6);
  opacity: 1;
}

*::-ms-clear {
  display: none;
}

*::-webkit-scrollbar {
  width: 8px;
}

*::-webkit-scrollbar-track {
  background: #1c1c1c;
}

*::-webkit-scrollbar-thumb {
  background: #b0814b;
}

* {
  scrollbar-base-color: #ddd;
  scrollbar-face-color: #b0814b;
  scrollbar-3dlight-color: transparent;
  scrollbar-highlight-color: transparent;
  scrollbar-track-color: transparent;
  scrollbar-arrow-color: #b0814b;
  scrollbar-shadow-color: transparent;
  scrollbar-dark-shadow-color: transparent;
}

*::-moz-selection {
  color: #b0814b;
  background: #1c1c1c;
}

*::selection {
  color: #b0814b;
  background: #1c1c1c;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: green;
}

body input:required:valid,
body textarea:required:valid {
  color: green;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  overflow-x: hidden;
  opacity: 1;
  color: #ffffff;
  background-color: #1b1d21;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}
h1 span:not([class]),
h2 span:not([class]),
h3 span:not([class]),
h4 span:not([class]),
h5 span:not([class]),
h6 span:not([class]) {
  color: #b0814b;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 20px;
}

a {
  text-decoration-skip-ink: ink;
  transition: all 0.3s;
  color: #b0814b;
  appearance: none;
  outline: none;
  outline-width: 0;
}

[v-cloak] {
  display: none;
}

.container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}

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

b,
strong {
  font-weight: 700;
}

a {
  text-decoration: none;
}
a:hover {
  color: #b0814b;
}

.section {
  margin: 72px 0;
}
.section--banner {
  position: relative;
  margin-top: 0;
  overflow: hidden;
}
.section__head {
  margin-bottom: 32px;
}
.section__title {
  margin: 0;
}
.section__text {
  color: #9ca3af;
  font-size: 16px;
  margin: 20px 0 0;
}

@media (max-width: 768px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 580px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  .section {
    margin: 48px 0;
  }
  .section--banner {
    margin-top: 24px;
  }
}
.btn {
  color: #b0814b;
  font-weight: 600;
  font-size: 16px;
  line-height: unset;
  min-height: 56px;
  padding: 0 16px;
  border: 1px solid #b0814b;
  border-radius: 12px;
  text-decoration: none;
  background: transparent;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  outline: 0;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.btn svg {
  margin-left: 16px;
}
.btn--reset {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  min-height: 1px;
  border-radius: 0;
}
.btn--accent {
  color: #fff;
  background: #b0814b;
  border-color: #b0814b;
  --tw-shadow: 0 0 20px rgba(225, 29, 72, 0.4);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow:
    var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)),
    var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}
.btn--accent:hover {
  color: #fff;
  background: #9e7443;
  border-color: #9e7443;
}
.btn--secondary {
  color: #fff;
  background: #141414;
  border-color: #2d2d2d;
}
.btn--secondary:hover {
  color: #fff;
  background: #1f1f1f;
  border-color: #2d2d2d;
}
.btn .progress {
  position: absolute;
  width: 0;
  background-color: rgb(140.2390438247, 102.7888446215, 59.7609561753);
  left: 0;
  top: 0;
  bottom: 0;
  border-radius: 2px;
}
.btn.sending .progress {
  animation-name: sendingPhone;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

.form__submit {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.form__submit .text {
  position: relative;
  z-index: 1;
}

.input-block {
  margin: 0 0 16px;
  position: relative;
  display: block;
}

.input {
  position: relative;
  font-family: "Inter", sans-serif;
  color: #fff;
  text: 400 14px 1.3;
  position: relative;
  padding: 0 16px;
  min-height: 48px;
  width: 100%;
  background: #0a0a0a;
  border: 1px solid #1f1f1f;
  outline: 0;
  border-radius: 8px;
  transition: 0.2s;
}
.input::placeholder {
  color: #9da3af;
}
.input:focus {
  border-color: #b0814b;
}
.input.redput {
  color: #eb5757;
  border-color: #eb5757;
  box-shadow: none;
}
.input.redput::-webkit-input-placeholder {
  color: #eb5757 !important;
}
.input.redput:-moz-placeholder {
  color: #eb5757 !important;
}
.input.redput::-moz-placeholder {
  color: #eb5757 !important;
}
.input.redput:-ms-input-placeholder {
  color: #eb5757 !important;
}
.input__checkbox {
  width: 16px;
  height: 16px;
  z-index: -1;
  position: absolute;
  top: -1px;
  background: transparent;
}
.input__checkbox:checked + span:before {
  background-color: #b0814b;
  background-image: url("../images/check-light.svg");
}
.input__checkbox + span {
  position: relative;
  color: #9ca3af;
  font-size: 12px;
  padding-left: 24px;
  cursor: pointer;
  display: block;
}
.input__checkbox + span a:not([class]) {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.input__checkbox + span a:not([class]):hover {
  color: #b0814b;
  text-decoration-color: transparent;
}
.input__checkbox + span:before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #0a0a0a;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  position: absolute;
  top: -1px;
  left: 0;
  transition: 0.2s;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  visibility: hidden;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.popup--open {
  visibility: visible;
  background: rgba(0, 0, 0, 0.8);
}
.popup__wrapper {
  position: relative;
  background: #141414;
  border: 1px solid #1f1f1f;
  border-radius: 16px;
  padding: 32px;
  max-width: 620px;
  width: 100%;
}
.popup__close {
  position: absolute;
  top: 32px;
  right: 32px;
  width: 40px;
  height: 40px;
  background: url("../images/cross.svg") no-repeat center/24px;
  opacity: 0.6;
}
.popup__close:hover {
  opacity: 1;
}
.popup__title {
  margin-bottom: 8px;
  padding-right: 40px;
}
.popup__caption {
  color: #9ca3af;
  font-size: 16px;
  margin-bottom: 32px;
}
.popup__text-update {
  color: #9ca3af;
  font-size: 12px;
}
.popup__textarea {
  margin-top: 24px;
}
.popup__thanks {
  text-align: center;
}
.popup__thanks-btn {
  width: 100%;
}
.popup__thanks-btn svg {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}

@media (max-width: 580px) {
  .popup__wrapper {
    padding: 20px;
  }
  .popup__close {
    top: 16px;
    right: 16px;
  }
}
.circle-loader {
  border: 2px solid rgba(0, 0, 0, 0.2);
  border-left-color: #b0814b;
  animation-name: loader-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  bottom: 14px;
  opacity: 0;
  transition: all 0.3s;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  z-index: 2;
}
.circle-loader:after {
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.circle-loader.checking {
  opacity: 1;
}

.load-complete {
  animation: none;
  border-color: #75c960;
  transition: border 500ms ease-out;
}
.load-complete.wrong {
  border-color: #eb5757;
  cursor: pointer;
}
.load-complete.wrong:before {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #eb5757;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  transform: rotate(45deg);
  transform-origin: center;
}
.load-complete.wrong:after {
  content: "";
  display: block;
  height: 2px;
  width: 8px;
  background: #eb5757;
  display: block;
  position: absolute;
  top: 7px;
  left: 4px;
  transform: rotate(-45deg);
  transform-origin: center;
}

.checkmark {
  display: none;
}
.checkmark:after {
  opacity: 1;
  height: 8px;
  width: 5px;
  transform-origin: left top;
  border-right: 2px solid #75c960;
  border-top: 2px solid #75c960;
  content: "";
  left: 2px;
  top: 8px;
  position: absolute;
}
.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark.checked {
  display: block;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 7px;
    opacity: 1;
  }
  40% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1;
  }
}
@keyframes sendingPhone {
  0% {
    width: 0;
  }
  20% {
    width: 10%;
  }
  40% {
    width: 30%;
  }
  50% {
    width: 45%;
  }
  55% {
    width: 50%;
  }
  65% {
    width: 80%;
  }
  100% {
    width: 100%;
  }
}
.btngreen {
  background-color: #b0814b;
}

.success {
  width: 60%;
  margin: 40px auto 0;
  text-align: center;
  padding: 10px;
  cursor: pointer;
  display: block;
}
.success svg {
  width: 35px;
  height: 28px;
}
.success svg path {
  fill: #fff;
}

.counter {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  flex-wrap: wrap;
  width: 385px;
}
.counter__title {
  font-size: 20px;
  width: 100%;
  margin-bottom: 10px;
}
.counter .cell {
  text-align: center;
  width: 75px;
  position: relative;
}
.counter .cell:not(:last-child):after {
  content: ":";
  position: absolute;
  right: -30px;
  transform: translateX(-50%);
  color: #1c1c1c;
  font-size: 48px;
  top: 0;
  line-height: 1;
}
.counter p {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
  background-color: #b0814b;
  padding: 10px 0;
  color: #fff;
  border-radius: 20px;
}
.counter .sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .counter {
    justify-content: center;
  }
  .counter .cell {
    width: 50px;
    text-align: center;
  }
  .counter .cell:not(:last-child):after {
    font-size: 24px;
  }
  .counter p {
    font-size: 24px;
  }
  .counter .sub {
    font-size: 10px;
  }
}
.marquee {
  overflow: hidden;
  padding: 12px 0;
  background: #b0814b;
}
.marquee__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.marquee__card {
  width: auto;
  display: flex;
}
.marquee__text {
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
}
.marquee__text:before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  margin-right: 40px;
  background: url("../images/star-light.svg") no-repeat center/contain;
}

@media (max-width: 580px) {
  .marquee__text:before {
    margin-right: 24px;
  }
}
.slider-btn-prev,
.slider-btn-next {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  background-color: #b0814b;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  z-index: 99;
  border-radius: 50%;
  transition: 0.2s;
}
.slider-btn-prev.swiper-button-disabled,
.slider-btn-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}
.slider-btn-prev:hover,
.slider-btn-next:hover {
  background-color: #9e7443;
}

.slider-btn-prev {
  left: -20px;
  background-image: url("../images/chevron-left-light.svg");
}

.slider-btn-next {
  right: -20px;
  background-image: url("../images/chevron-right-light.svg");
}

.header {
  position: sticky;
  top: 0;
  background: #1b1d21;
  padding: 10px 0;
  z-index: 99;
}
.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__logo-img {
  min-width: 90px;
  max-width: 90px;
}
.header__logo-text {
  color: #9da3af;
  font-size: 12px;
  line-height: 1.3;
}
.header__logo-text b {
  color: #fff;
  font-size: 20px;
}
.header__panel {
  display: flex;
  align-items: center;
}
.header__menu {
  display: flex;
  gap: 32px;
  justify-content: center;
}
.header__menu-link {
  color: #9da3af;
  font-weight: 500;
  font-size: 14px;
}
.header__menu-link:hover {
  color: #fff;
}
.header__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  gap: 4px;
}
.header__time,
.header__address {
  color: #d1d5db;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
}
.header__time svg,
.header__address svg {
  min-width: 16px;
  max-width: 16px;
  margin-right: 4px;
}
.header__phone a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
}
.header__phone a:before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  background: url("../images/phone.svg") no-repeat center/contain;
  margin-right: 8px;
  display: none;
}
.header__phone a:hover {
  color: #b0814b;
}
.header__burger {
  display: none;
}

@media (min-width: 1201px) {
  .header__phone.hide-xl-only {
    display: none;
  }
}
@media (max-width: 1200px) {
  .header__menu {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
    background: #171717;
    z-index: -1;
    height: 100%;
    width: 100%;
    transition: 0.2s ease;
    display: block;
  }
  .header__menu.active {
    visibility: visible;
    opacity: 1;
    z-index: -1;
  }
  .header__menu-link {
    font-size: 18px;
    display: flex;
    align-items: center;
    min-height: 52px;
    border-bottom: 1px solid #2d2d2d;
  }
  .header__menu-link:last-child {
    border: none;
  }
  .header__time {
    display: none;
  }
  .header__phone.hide-xl-down {
    display: none;
  }
  .header__burger {
    display: block;
  }
  .header__contacts {
    margin-left: auto;
    margin-right: 52px;
  }
}
@media (max-width: 768px) {
  .header__address {
    display: none;
  }
  .header__phone a:before {
    display: block;
  }
}
@media (max-width: 580px) {
  .header__logo-img {
    min-width: 70px;
    max-width: 70px;
  }
  .header__logo-text b {
    font-size: 16px;
  }
  .header__menu {
    padding-top: 108px;
  }
  .header__contacts {
    margin-right: 20px;
  }
  .header__phone a:before {
    margin: 0;
  }
  .header__phone span {
    display: none;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
.banner {
  padding: 150px 0;
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(90deg, rgb(10, 10, 10), transparent);
}
.banner__label {
  color: #b0814b;
  background: rgba(176, 129, 75, 0.1);
  border: 1px solid rgba(176, 129, 75, 0.2);
  font-weight: 600;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 0 12px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
}
.banner__label:before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #b0814b;
  margin-right: 8px;
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.banner__title {
  line-height: 1;
  margin: 0;
  max-width: 768px;
}
.banner__title span:not([class]) {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #b0814b, #9e7443);
}
.banner__text {
  color: #9ca3af;
  font-size: 16px;
  margin: 16px 0 0;
  max-width: 440px;
}
.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.banner__img-desktop {
  display: block;
}
.banner__img-mobile {
  display: none;
}
.banner__actions {
  margin-top: 32px;
  display: flex;
  gap: 20px;
}
.banner__actions .btn {
  max-width: 320px;
  width: 100%;
}

@media (max-width: 1600px) {
  .banner {
    padding: 64px 0;
  }
}
@media (max-width: 580px) {
  .banner {
    padding: 0;
    text-align: center;
  }
  .banner__title {
    margin: 0 auto;
  }
  .banner__caption {
    margin: 0 auto;
  }
  .banner__img {
    position: static;
  }
  .banner__img-desktop {
    display: none;
  }
  .banner__img-mobile {
    display: block;
  }
  .banner__img--wrap {
    margin: 20px -20px 0;
  }
  .banner__actions {
    justify-content: center;
    margin-top: 20px;
  }
  .banner__actions .btn {
    max-width: 100%;
    width: 100%;
  }
}
.brands__slider {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.brands__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.brands__card {
  width: 220px;
  height: 152px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #212328;
  border-radius: 8px;
}
.brands__card-img {
  width: 108px;
}

@media (max-width: 580px) {
  .brands__card {
    width: 140px;
    height: 100px;
  }
  .brands__card-img {
    width: 70px;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.cars__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.cars__card {
  width: calc(33.3% - 16px);
  background: rgba(20, 20, 20, 0.5);
  border: 1px solid #1f1f1f;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.cars__gallery {
  position: relative;
  overflow: hidden;
}
.cars__gallery-slide {
  position: relative;
  padding-top: 72%;
  overflow: hidden;
  display: none;
}
.cars__gallery-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cars__gallery-slide.active {
  display: block;
}
.cars__info {
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex: 1;
}
.cars__mark {
  background: #0a0a0a;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  padding: 0 8px;
  display: inline-flex;
  color: #9ca3af;
  font-weight: 500;
  font-size: 10px;
  line-height: 24px;
  margin-bottom: 8px;
}
.cars__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 16px;
}
.cars__costs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
}
.cars__costs-price {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
.cars__costs-price.accent {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #b0814b, #9e7443);
}
.cars__costs-payment {
  color: #b0814b;
  font-weight: 500;
  font-size: 12px;
}
.cars__costs-caption {
  color: #9ca3af;
  font-weight: 500;
  font-size: 12px;
}
.cars__config {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.cars__config-elem {
  background: #0a0a0a;
  border: 1px solid #1f1f1f;
  border-radius: 4px;
  padding: 0 8px;
  display: inline-flex;
  color: #9ca3af;
  font-weight: 500;
  font-size: 10px;
  line-height: 24px;
}
.cars__actions {
  width: 100%;
  margin-top: auto;
}
.cars__actions .btn {
  font-weight: 500;
  font-size: 14px;
  min-height: 40px;
  border-radius: 8px;
  width: 100%;
}
.cars__more {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.cars__more .btn {
  width: 100%;
  max-width: 320px;
}
.cars__loading {
  width: 32px;
  height: 32px;
  background: #b0814b;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
  margin: 32px auto 0;
}

@media (max-width: 992px) {
  .cars__card {
    width: calc(50% - 12px);
  }
}
@media (max-width: 580px) {
  .cars__card {
    width: 100%;
  }
}
.stocks {
  position: relative;
}
.stocks__slider {
  overflow: hidden;
}
.stocks__card {
  cursor: pointer;
  position: relative;
  z-index: 1;
  min-height: 240px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  border: 1px solid #1f1f1f;
  border-radius: 12px;
  overflow: hidden;
}
.stocks__card:hover .stocks__card-bg {
  transform: scale(1.05);
}
.stocks__card:hover .stocks__card-btn {
  color: #fff;
}
.stocks__card:hover .stocks__card-btn svg {
  fill: #fff;
}
.stocks__card:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115%;
  background: linear-gradient(0deg, rgb(10, 10, 10), transparent);
}
.stocks__card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  size: 100%;
  object-fit: cover;
  transition: 0.4s ease transform;
}
.stocks__card-label {
  background: #b0814b;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  display: inline-flex;
  padding: 0 8px;
}
.stocks__card-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.25;
}
.stocks__card-btn {
  font-weight: 500;
  font-size: 12px;
  margin-top: auto;
  justify-content: flex-start;
}
.stocks__card-btn svg {
  width: 10px;
  height: 10px;
  margin-left: 4px;
}

@media (max-width: 1200px) {
  .stocks .slider-btn-prev,
  .stocks .slider-btn-next {
    display: none;
  }
  .stocks__slider {
    padding: 0 20px;
    margin: 0 -20px;
  }
  .stocks__card {
    width: 320px;
  }
}
.tradein {
  display: flex;
  align-items: center;
  gap: 48px;
}
.tradein__col {
  width: 50%;
}
.tradein__title {
  margin: 0 0 16px;
}
.tradein__headline {
  margin: 0 0 8px;
}
.tradein__text {
  color: #9ca3af;
  font-size: 16px;
}
.tradein__caption {
  color: #9ca3af;
  font-size: 14px;
  margin-bottom: 24px;
}
.tradein__benefits {
  margin-top: 32px;
}
.tradein__benefits-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
}
.tradein__benefits-card:last-child {
  margin: 0;
}
.tradein__benefits-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  max-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141414;
  border: 1px solid #1f1f1f;
  border-radius: 8px;
}
.tradein__benefits-icon svg {
  width: 16px;
  height: 16px;
}
.tradein__benefits-name {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
}
.tradein__benefits-caption {
  color: #9ca3af;
  font-size: 12px;
}
.tradein__form {
  background: #141414;
  border: 1px solid #1f1f1f;
  border-radius: 16px;
  padding: 32px;
}

@media (max-width: 768px) {
  .tradein {
    display: block;
  }
  .tradein__col {
    width: 100%;
    margin: 0 0 40px;
  }
  .tradein__col:last-child {
    margin: 0;
  }
}
@media (max-width: 580px) {
  .tradein__form {
    padding: 20px;
  }
}
.about {
  display: flex;
  gap: 48px;
}
.about__col {
  position: relative;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
  border-radius: 24px;
}
.about__title {
  margin-bottom: 24px;
}
.about__text {
  color: #9ca3af;
  font-size: 16px;
}
.about__text p {
  margin: 20px 0;
}
.about__text .text-gray-400 {
  color: #d1d5db;
  font-size: 18px;
}
.about__text > *:last-child {
  margin-bottom: 0;
}
.about__text > *:first-child {
  margin-top: 0;
}
.about__benefits {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  background: rgba(31, 31, 31, 0.6);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  text-align: center;
  border-radius: 16px;
}
.about__benefits-card {
  width: 33.3%;
}
.about__benefits-name {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 4px;
}
.about__benefits-caption {
  color: #9ca3af;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .about {
    display: block;
  }
  .about__col {
    width: 100%;
    display: block;
    margin-bottom: 40px;
  }
  .about__col:last-child {
    margin: 0;
  }
  .about__img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .about__img--wrap {
    padding-top: 62.5%;
    overflow: hidden;
  }
}
@media (max-width: 580px) {
  .about__benefits {
    top: 8px;
    left: 8px;
    right: 8px;
    padding: 12px;
    gap: 12px;
  }
  .about__benefits-name {
    font-size: 16px;
  }
  .about__benefits-caption {
    font-size: 12px;
  }
}
.contacts {
  display: flex;
  gap: 48px;
}
.contacts__info {
  width: 33.3%;
}
.contacts__title {
  margin: 0;
}
.contacts__text {
  color: #9ca3af;
  font-size: 14px;
  margin-top: 4px;
}
.contacts__group {
  margin-top: 32px;
}
.contacts__card {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}
.contacts__card:last-child {
  margin: 0;
}
.contacts__card-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #141414;
  border: 1px solid #1f1f1f;
  border-radius: 12px;
  margin-right: 16px;
}
.contacts__card-name,
.contacts__card-text {
  font-size: 16px;
}
.contacts__card-name {
  color: #fff;
  margin-bottom: 4px;
}
.contacts__card-text {
  color: #9ca3af;
}
.contacts__card-text a {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.contacts__card-text a:hover {
  color: #b0814b;
}
.contacts__btn {
  margin-top: 32px;
  width: 100%;
}
.contacts__map {
  width: 66.6%;
  border: 1px solid #1f1f1f;
  border-radius: 24px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .contacts {
    display: block;
  }
  .contacts__info {
    width: 100%;
  }
  .contacts__map {
    width: 100%;
    height: 480px;
    margin-top: 40px;
  }
}
@media (max-width: 580px) {
  .contacts__map {
    height: 360px;
  }
}
.footer {
  padding: 40px 0;
}
.footer__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.footer__logo {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer__logo-img {
  min-width: 90px;
  max-width: 90px;
}
.footer__logo-text {
  color: #9da3af;
  font-size: 12px;
  line-height: 1.3;
}
.footer__logo-text b {
  color: #fff;
  font-size: 20px;
}
.footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.footer__links a {
  color: #9ca3af;
  font-size: 14px;
}
.footer__links a:hover {
  color: #fff;
}
.footer__disclaimer,
.footer__copy {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #2a2a2a;
}
.footer__disclaimer p,
.footer__copy p {
  color: #6b7280;
  font-size: 12px;
  margin: 0;
}
