:root {
  --spacing-relative-xl: 28px;
  --spacing-relative-2xl: 36px;
}
html {
  scroll-behavior: smooth;
}
body,
html {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "AudiType", Arial;
  overflow-x: hidden;
  background-color: hsl(220, 22%, 8%);
  color: #ffffff;
}
*::after,
*::before,
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
img {
  max-width: 100%;
  width: 100%;
}
h1,
h2,
h3,
h4,
p {
  margin: 0;
}
section {
  position: relative;
}
[v-cloak] {
  display: none;
}
sup {
  font-size: 0.583em;
  vertical-align: 0.68em;
}

h1, h2, h3 {
  letter-spacing: 0px;
  font-weight: 500;
  text-decoration: none;
  font-size: 24px;
  line-height: 36px;
  font-stretch: 130%;
}

.btn {
  display: inline-block;
  border-radius: 25px;
  background-color: #657081;
  border: 0.7px solid #657081;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.btn:hover {
  background-color: transparent;
}
.btn.white {
  background-color: transparent;
  border: 0.7px solid #ffffff;
}
.btn.white:hover {
  color: #657081;
  background-color: #ffffff;
}

.c-container {
  max-width: 730px;
  margin: 0 auto;
}

.bg-dark {
  background-color: #101319;
}

.container {
  padding-inline: 20px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-block: 20px;
}
.logo__image {
  max-width: 100px;
}
.logo__dealer {
  font-size: 16px;
  font-weight: 300;
}
.logo__dealer strong {
  font-weight: bold;
}

.header {
  margin-block: 50px;
}
.header.text-center {
  text-align: left;
}

.c-bg-form {
  /* background-color: #000; */
  padding-block: 60px;
  padding-inline: 57% 60px;
  width: 100%;
  background-image: linear-gradient(to left, #101319, transparent 40%), url(../img/baner.webp);
  background-size: cover;
}

@media (max-width: 1400px) {
.c-bg-form {
    padding-inline: 40% 0;
    background-image: linear-gradient(to left, #101319 40%, transparent 100%), url(../img/baner.webp);
  }
}
@media (max-width: 800px) {
  .c-bg-form {
    position: static;
    width: 100%;
    padding-inline: 0;
    translate: 0;
    margin-block: -118px 1rem;
    background-color: transparent;
    background-image: unset;
    background: linear-gradient(to bottom, transparent, #101319 8%);
  }

  .c-form-header {
    font-size: 1.7rem !important;
    text-align: left !important;
  }
}

.c-bg-form p,
.c-bg-form label,
.c-bg-form a {
  color: #fff;
}

.c-baner {
  position: relative;
}
.c-baner__content {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 60px;
}
.c-baner__content h1 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.c-offer-btn {
  background-color: #657081;
  border-radius: 30px;
  width: 200px;
  text-align: center;
  padding: 16px 0;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  margin: .2rem 0;
  display: inline-block;
  transition: all .3s ease-in-out;
  text-transform: none;
}

.models {
  display: flex;
  gap: 60px 30px;
  flex-wrap: wrap;
}
.models__elem-container {
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 25px;
  max-width: 280px;
  width: 100%;
  margin-inline: auto;
}
.models__elem {
  max-width: calc(100% + 40px);
  width: calc(100% + 40px);
  margin-inline: -20px;
  border-radius: 0px;
  background-color: hsl(218, 20%, 16%);
  padding: 40px 20px;
}
.models__elem-image {
  display: flex;
  margin-bottom: 10px;
}
.models__elem-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.models__elem-header h4{
  font-size: 24px;
  letter-spacing: 0px;
}
.models__elem-header p{
  font-size: 16px;
  line-height: 1.5;
}
.models__elem-header p strong {
  font-size: 24px;
  letter-spacing: 0px;
  font-weight: bold;
}
.models__elem-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 16px;
  padding-block: 25px;
  border-top: 0.7px solid #657081;
  border-bottom: 0.7px solid #657081;
  line-height: 1.6;
}
.models__elem-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.models__elem-btns .desc {
  margin-bottom: 10px;
}

.desc {
  font-size: 9px;
  color: #657081;
}

.offers {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  margin-block: 100px;
}
.offers__empty {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.offers__elem {
  overflow: hidden;
  max-width: calc(100% + 40px);
  width: calc(100% + 40px);
  margin-inline: -20px;
  border-radius: 0px;
  background-color: hsl(218, 20%, 16%);
  display: grid;
  grid-template-rows: auto 1fr;
}
.offers__elem-image {
  display: flex;
  overflow: hidden;
  aspect-ratio: 16 / 12;
}
.offers__elem-image img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  display: block;
}
.offers__elem-container {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 40px;
  padding: 20px 20px 50px 20px;
}
.offers__elem-container h5 {
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}
.offers__elem-container h4 {
  font-size: 24px;
  font-weight: bold;
  margin-block: 10px;
}
.offers__elem-info {
  display: flex;
  font-size: 16px;
}
.offers__elem-info div {
  display: flex;
  align-items: center;
  border-right: 1px solid #ffffff;
  padding-inline: 9px;
}
.offers__elem-info div:first-of-type {
  padding-left: 0px;
}
.offers__elem-info div:last-of-type {
  padding-right: 0px;
  border: 0px;
}
.offers__elem-content {
  display: flex;
  flex-wrap: wrap;
  gap: 35px 15px;
}
.offers__elem-content--elem {
  display: flex;
  align-items: center;
  gap: 35px;
  max-width: 100%;
  width: 100%;
}
.offers__elem-content--elem .icon {
  min-width: 56px;
  max-width: 56px;
  width: 100%;
}
.offers__elem-content--elem .icon img{
  width: auto;
  filter: invert(1);
}
.offers__elem-content--elem .txt {
  font-size: 13px;
  line-height: 1.5;
}
.offers__elem-content--elem .txt strong{
  font-size: 15px;
  text-transform: capitalize;
}
.offers__elem-price {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 30px;
  padding-block: 40px;
  border-top: 0.7px solid #657081;
  border-bottom: 0.7px solid #657081;
}
.offers__elem-price div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 16px;
}
.offers__elem-price div strong {
  font-size: 15px;
  font-weight: 700;
}
.offers__elem-price div strong span{
  font-size: 30px;
}
.offers__elem-footer {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.offers__elem-footer .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  width: 100%;
  min-height: 61px;
  border-radius: 30px;
}
.offers__loading {
  max-width: 100%;
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.showMore {
  margin-block: 50px;
  max-width: 100%;
  width: 100%;
}
.showMore .btn {
  max-width: 320px;
  width: 100%;
}

.footer {
  width: 96%;
  text-align: center;
  padding-block: 40px;
  margin-top: 160px;
  margin-inline: auto;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.footer div {
  max-width: 100%;
  width: 100%;
}
.footer p {
  color: #ffffff;
}
.footer p strong {
  display: block;
  font-size: 20px;
  margin-bottom: 10px;
}

:root {
  --spacing-relative-xs: 8px;
  --spacing-relative-sm: 12px;
  --spacing-relative-md: 16px;
  --spacing-relative-lg: 24px;
}

@media(min-width: 460px) {
  .offers__elem-content--elem {
    max-width: calc((100% / 2) - 18px);
    gap: 15px;
  }
}

@media(min-width: 650px) {
  .container {
    padding-inline: 40px;
  }
  .header.text-center {
    text-align: center;
  }
  .models__elem {
    width: 100%;
    max-width: calc((100% / 2) - 15px);
    border-radius: 10px;
    margin-inline: 0px;
  }
  .models__elem-container {
    max-width: 100%;
  }
  .offers__elem {
    border-radius: 10px;
    margin-inline: unset;
  }
  .offers__elem-content--elem .txt {
    font-size: 11px;
  }
  .offers__elem-content--elem .txt strong {
    font-size: 13px;
  }
  .offers__elem-container {
    padding: 20px 1.08vw 3.13vw 1.08vw;
  }
}

@media(min-width: 900px) {
  .offers__elem {
    max-width: calc((100% / 2) - 20px);
  }
  .footer div {
    max-width: calc((100% / 2) - 30px);
  }
  .c-baner__content h1 {
    font-size: 32px;
  }
}

@media(min-width: 1024px) {
  :root {
    --spacing-relative-2xl: 40px;
  }
  h1, h2, h3 {
    font-size: 28px;
    line-height: 40px;
  }
  .models {
    gap: 40px 30px;
  }
  .models__elem {
    padding: 30px 20px;
    max-width: calc((100% / 3) - 23px);
  }
}

@media(min-width: 1200px) {
  .models__elem {
    max-width: calc((100% / 4) - 23px);
  }
  .offers__elem {
    max-width: calc((100% / 3) - 27px);
  }
  .offers__elem-content--elem .icon {
    min-width: 40px;
    max-width: 40px;
  }
  .offers__elem-content {
    min-height: 143px;
    align-items: center;
  }
}

@media(min-width: 1250px) {
  .offers__elem-container {
    padding: 20px 2.08vw 3.13vw 2.08vw;
  }
  .footer div {
    max-width: calc((100% / 3) - 30px);
  }
  .c-baner__content h1 {
    font-size: 49px;
  }
}

@media(min-width: 1440px) {
  :root {
    --spacing-relative-xl: 32px;
    --spacing-relative-2xl: 56px;
  }
  .container {
    padding-inline: 80px;
  }
  .header {
    font-size: 18px;
    line-height: 28px;
  }
  h1, h2, h3 {
    font-size: 32px;
    line-height: 44px;
  }
  .models {
    gap: 40px;
  }
  .models__elem {
    padding: 30px;
    max-width: calc((100% / 4) - 30px);
  }
  .offers__elem-content--elem .icon {
    min-width: 40px;
    max-width: 40px;
  }
  .offers__elem-content--elem .txt {
    font-size: 13px;
  }
  .offers__elem-content--elem .txt strong {
    font-size: 15px;
  }
}

@media(min-width: 1600px) {
  .container {
    padding-inline: 6.56vw;
  }
  .models {
    gap: 60px;
  }
  .models__elem {
    max-width: calc((100% / 4) - 45px);
    padding: 47px;
  }
  .offers__elem-content--elem .icon {
    min-width: 56px;
    max-width: 56px;
  }
  .footer div {
    max-width: calc((100% / 4) - 30px);
  }
}

@media(min-width: 1920px) {
  :root {
    --spacing-relative-xl: 40px;
    --spacing-relative-2xl: 72px;
  }
  .header {
    font-size: 20px;
    line-height: 32px;
  }
  h1, h2, h3 {
    font-size: 36px;
    line-height: 52px;
  }
}