@font-face {
  font-family: AudiTypeVar-Normal;
  src: url(../fonts/AudiTypeVF.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
  unicode-range: u+0000, u+000d, u+0020-007e, u+00a0-0137, u+0139-017e, u+018f, u+0192, u+01c1, u+0218-021b, u+0237, u+0259, u+02c6-02c7, u+02d8-02dd, u+0312, u+0315, u+0326, u+0384-0386, u+0388-038a, u+038c, u+038e-03a1, u+03a3-03ce, u+0400-045f, u+0472-0473, u+0490-0493, u+0496-049d, u+04a0-04a3, u+04aa-04ab, u+04ae-04b3, u+04b6-04bb, u+04c1-04c2, u+04d8-04d9, u+04e2-04e3, u+04e8-04e9, u+04ee-04ef, u+0e3f, u+1e80-1e85, u+1e9e, u+1ef2-1ef3, u+2013-2015, u+2018-201a, u+201c-201e, u+2020-2022, u+2026, u+2030, u+2039-203a, u+2044, u+2070, u+2074-2079, u+2080-2089, u+20a1, u+20a4, u+20a6, u+20a8-20ae, u+20b1-20b2, u+20b4-20b5, u+20bd, u+2113, u+2116-2117, u+2122, u+2126, u+212e, u+2153-215e, u+2190-2193, u+2196-2199, u+2202, u+2206, u+220f, u+2211-2212, u+221a, u+221e, u+222b, u+2248, u+2260, u+2264-2265, u+2300, u+25aa, u+25af, u+25ba, u+25c0, u+25c6, u+25ca, u+2ba4-2ba7, u+5143, u+5186, u+e000-e003, u+f62f-f639, u+f8ff, u+fb00-fb04, u+feff
}

body,
html {
  padding: 0;
  margin: 0
}

body {
  margin: 0;
  font-family: AudiTypeVar-Normal, Verdana, sans-serif;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "locl" 1;
  -webkit-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "locl" 1;
  -moz-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "locl" 1;
  -ms-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "locl" 1;
  -o-font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "locl" 1
}

body,
main {
  background-color: transparent
}

main {
  padding: 20px 16px;
  max-width: 1280px;
  margin: 0 auto
}

@media screen and (max-width:480px) {
  main {
    max-width: 100%;
    padding: 20px 0
  }
}

main h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto 16px;
  font-style: normal;
  font-stretch: 130%;
  max-width: 450px
}

@media (min-width:768px) {
  main h2 {
    font-size: 36px;
    line-height: 64px;
    margin-bottom: 24px;
    max-width: 700px
  }
}

@media (min-width:1440px) {
  main h2 {
    font-size: 52px;
    line-height: 76px;
    margin-bottom: 36px;
    max-width: 900px
  }
}

@media (min-width:1220px) {
  main h2.title {
    margin-bottom: 60px
  }
}

@media screen and (max-width:480px) {

  .swiper-container,
  .title {
    max-width: 100%;
    padding: 0 52px
  }
}

.swiper-container {
  position: relative
}

.swiper-container .swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 0
}

.swiper-container .swiper .swiper-slide,
.swiper-container .swiper .swiper-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.swiper-container .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

.swiper-container .swiper .swiper-slide section {
  width: 100%
}

.swiper-container .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 24px;
  height: 24px;
  right: 0
}

@media screen and (max-width:480px) {

  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    right: 28px
  }
}

.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/slider-arrow.svg)
}

.swiper-container .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0
}

@media screen and (max-width:480px) {
  .swiper-container .swiper-button-prev {
    left: 28px
  }
}

.car-tab {
  -webkit-transition: background, border .25s ease-out;
  transition: background, border .25s ease-out;
  padding: 16px;
  cursor: pointer;
  color: #fcfcfd;
  border: 1px solid hsla(0, 0%, 100%, .5);
  border-radius: 20px;
  background: var(--gradient-box-2026, linear-gradient(180deg, #232a34, #181d25))
}

.car-tab.active {
  border: 1px solid hsla(0, 0%, 100%, .5);
  background: var(--active-box-2026, #404a59)
}

@media screen and (max-width:480px) {
  .car-tab {
    max-width: 240px
  }
}

.car-tab .subtitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: left;
  font-stretch: 130%;
  font-style: normal
}

.car-tab .desc-top {
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  font-weight: 400;
  font-stretch: 130%
}

.car-tab a {
  color: #fcfcfd;
  -webkit-transition: color .25s ease;
  transition: color .25s ease
}

.car-tab strong {
  font-weight: 700
}

.car-tab sup a {
  text-decoration: none;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px
}

.car-tab .button {
  display: block;
  cursor: pointer;
  width: 100%
}

.car-tab .button,
.car-tab .button:hover {
  text-decoration: none;
  color: inherit
}

.car-tab .car-toggle {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background: unset;
  border: none;
  padding: 0;
  font-size: 14px;
  cursor: pointer;
  font-stretch: 130%
}

.car-tab .car-toggle,
.car-tab .car-toggle .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.car-tab .car-toggle .arrow {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.car-tab .car-toggle .arrow svg {
  -webkit-transition: -webkit-transform .25s ease-out;
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out, -webkit-transform .25s ease-out
}

.car-tab .car-toggle.open .arrow svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.cars-wrapper {
  position: relative;
  width: 100%
}

.cars-wrapper .cars-container {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height .25s ease-out;
  transition: max-height .25s ease-out;
  margin: 0 auto
}

.cars {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  opacity: 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-transition: opacity .2s ease, -webkit-transform .1s ease;
  transition: opacity .2s ease, -webkit-transform .1s ease;
  transition: opacity .2s ease, transform .1s ease;
  transition: opacity .2s ease, transform .1s ease, -webkit-transform .1s ease;
  pointer-events: none;
  display: none;
  gap: 32px
}

.cars:first-of-type {
  margin-left: 0
}

.cars:nth-of-type(2) {
  margin: 0 auto
}

.cars:nth-of-type(3) {
  margin-right: 0
}

.cars.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:768px) {
  .cars {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px
  }
}

.cars .car {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  background: var(--dark-box-2026, #1e2129);
  border-radius: 10px;
  padding: 16px;
  min-width: 0;
  color: var(--white-2026, #fcfcfd)
}

.cars .car hr {
  border-bottom: 1px;
  border-color: #666;
  opacity: 1;
  margin-bottom: 8px
}

.cars .car h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  font-stretch: 130%;
  font-style: normal
}

.cars .car h3.subtitle {
  margin-bottom: 8px
}

.cars .car sup a {
  text-decoration: none
}

.cars .car p {
  font-size: 14px;
  margin-bottom: 8px;
  font-stretch: 130%
}

.cars .car p,
.cars .car p.desc {
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0
}

.cars .car p.desc {
  font-size: 12px
}

@media screen and (max-width:768px) {
  .cars .car p.desc {
    display: none
  }
}

.cars .car p.desc-mobile {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  display: none;
  font-stretch: 110%
}

.cars .car p.desc-mobile a {
  text-decoration: underline
}

@media screen and (max-width:768px) {
  .cars .car p.desc-mobile {
    display: block
  }
}

.cars .car a {
  color: #fcfcfd;
  -webkit-transition: color .25s ease;
  transition: color .25s ease
}

.cars .car .img-container {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px
}

.cars .car .img-container picture {
  height: 100%;
  width: 100%;
  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
}

.cars .car .img-container picture img {
  width: 85%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain
}

.cars .car .img-container span {
  position: absolute;
  top: 0;
  left: 20px;
  display: inline-block;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: .02px;
  padding: 5px 10px
}

.cars .car .img-container span.new {
  background-color: #eb0d3f;
  color: #fff
}

.cars .car .img-container span.electric {
  background-color: #d9d9d9;
  color: #333
}

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

.cars .car .button-section>* {
  text-decoration: none;
  cursor: pointer;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 12px;
  color: var(--white-2026, #fcfcfd);
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  background-color: transparent;
  font-stretch: 130%
}

.cars .car .button-section>*,
.cars .car .button-section>* span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.cars .car .button-section>* span {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.cars .car .button-section>* span img {
  display: block;
  height: auto
}

.modal .modal-dialog {
  max-width: 1024px;
  height: calc(100vh - 3.5rem);
  margin: 1.75rem auto;
  width: 100%;
  pointer-events: none
}

.modal .modal-container {
  height: 100%;
  width: 100%;
  pointer-events: auto;
  border-radius: 20px
}

.modal .modal-content {
  border: none;
  color: var(--white-2026, #fcfcfd);
  background: #37404e;
  padding: 80px 60px;
  position: relative;
  height: 100%;
  overflow-y: auto;
  pointer-events: auto;
  scrollbar-width: thin;
  scrollbar-color: #666 transparent
}

@media screen and (max-width:768px) {
  .modal .modal-content {
    padding: 48px 16px
  }
}

.modal .modal-content ::-webkit-scrollbar {
  width: 4px
}

.modal .modal-content ::-webkit-scrollbar-track {
  background: transparent
}

.modal .modal-content ::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 100px
}

.modal .modal-content ::-webkit-scrollbar-thumb:hover {
  background: #555
}

.modal .btn-close {
  background-size: 14px;
  opacity: 1;
  padding: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  top: 8px;
  right: 8px;
  z-index: 100;
  background: none
}

.modal .modal-body {
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  gap: 40px
}

.modal .modal-body .modal-title {
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: .003px;
  margin: 0;
  font-stretch: 130%;
  max-width: 720px
}

.modal .modal-body .price,
.modal .modal-body .rate {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: .003px;
  margin: 0
}

.modal .modal-body .rate strong {
  font-stretch: 110%
}

.modal .modal-body h6 {
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 8px;
  font-stretch: 110%
}

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

.modal .modal-body ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: .003px;
  padding-left: 28px;
  position: relative;
  margin-bottom: 4px
}

.modal .modal-body ul li:before {
  content: "";
  background-image: url(../img/list-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 7.289px;
  height: 8.066px;
  position: absolute;
  left: 8px;
  top: 12px
}

.modal .modal-body .legal {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: .002em;
  margin: 0
}

/*# sourceMappingURL=main.css.map */