body.l2d-car-page-redesign .l2d-car-old-record {
  display: none !important;
}

.l2d-car-detail {
  --l2d-accent: #04cab9;
  --l2d-ink: #111417;
  --l2d-muted: #667085;
  --l2d-line: #e6ebef;
  --l2d-panel: #f4f7f9;
  background: #f6f8fa;
  color: var(--l2d-ink);
  font-family: var(--l2d-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif);
  padding: 112px 24px 52px;
}

.l2d-car-detail * {
  box-sizing: border-box;
}

.l2d-car-detail a {
  color: inherit;
}

body.l2d-car-page-redesign .l2d-header,
body.l2d-car-page-redesign .l2d-header a,
body.l2d-car-page-redesign .l2d-header button,
body.l2d-car-page-redesign .l2d-header span,
body.l2d-car-page-redesign .l2d-header strong {
  color: #fff !important;
}

body.l2d-car-page-redesign .l2d-header__cta {
  color: #071211 !important;
}

.l2d-car-detail__inner {
  max-width: 1376px;
  margin: 0 auto;
}

.l2d-car-detail__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0 0 24px;
  color: var(--l2d-muted);
  font-size: 14px;
  line-height: 1.35;
}

.l2d-car-detail,
.l2d-car-detail p,
.l2d-car-detail div,
.l2d-car-detail span,
.l2d-car-detail strong,
.l2d-car-detail h1,
.l2d-car-detail h2,
.l2d-car-detail label {
  color: var(--l2d-ink) !important;
}

.l2d-car-detail__breadcrumbs a {
  color: #0876dd !important;
  text-decoration: none;
}

.l2d-car-detail__title {
  margin: 0 0 18px;
  color: #0c1116;
  font-size: clamp(32px, 3.2vw, 48px);
  line-height: 1.06;
  font-weight: 650;
}

.l2d-car-detail__title span {
  color: #8a93a1 !important;
  font-weight: 600;
}

.l2d-car-detail__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 452px;
  gap: 16px;
  align-items: start;
}

.l2d-car-detail__main {
  display: grid;
  gap: 16px;
}

.l2d-car-gallery {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(180px, 0.7fr);
  gap: 8px;
  height: 330px;
  min-height: 330px;
  max-width: 790px;
}

.l2d-car-gallery.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.l2d-car-gallery__mobile-navigation { display: none; }

@media (max-width: 760px) {
  .l2d-car-gallery__main { touch-action: pan-y pinch-zoom; }
  .l2d-car-gallery__mobile-navigation {
    position: absolute;
    inset: auto 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
  }
  .l2d-car-gallery__mobile-navigation button {
    pointer-events: auto;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .94);
    color: #17252a;
    font-size: 0;
    cursor: pointer;
  }
  .l2d-car-gallery__mobile-navigation button::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #17252a;
    border-right: 2px solid #17252a;
    transform: rotate(45deg);
  }
  .l2d-car-gallery__mobile-navigation [data-l2d-inline-prev]::before {
    transform: rotate(-135deg);
  }
  .l2d-car-gallery__mobile-navigation span {
    padding: 6px 12px;
    border-radius: 18px;
    background: rgba(0, 0, 0, .65);
    color: #fff !important;
    font: 600 13px/1.4 sans-serif;
  }
}

.l2d-car-gallery__main,
.l2d-car-gallery__thumb {
  position: relative;
  width: 100%;
  min-height: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #dfe5ea;
  cursor: zoom-in;
}

.l2d-car-gallery__main img,
.l2d-car-gallery__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.l2d-car-gallery__main {
  height: 330px;
  min-height: 330px;
}

.l2d-car-gallery__side {
  display: grid;
  min-height: 0;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.l2d-car-gallery__side:has(> :only-child) {
  grid-template-rows: minmax(0, 1fr);
}

.l2d-car-gallery__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 7px 12px;
  background: #ffe13f;
  color: #111417;
  font-size: 13px;
  font-weight: 800;
}

.l2d-car-gallery__more {
  position: absolute;
  right: 12px;
  bottom: 12px;
  border-radius: 999px;
  padding: 8px 13px;
  background: #fff;
  color: #111417;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 8px 24px rgba(17, 20, 23, 0.18);
}

.l2d-car-gallery__main:focus-visible,
.l2d-car-gallery__thumb:focus-visible,
.l2d-gallery-modal__close:focus-visible,
.l2d-gallery-modal__arrow:focus-visible {
  outline: 3px solid #04cab9;
  outline-offset: 3px;
}

body.l2d-gallery-modal-open {
  overflow: hidden;
}

.l2d-gallery-modal {
  position: fixed;
  z-index: 100000;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 32px;
}

.l2d-gallery-modal.is-open {
  display: flex;
}

.l2d-gallery-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 12, 14, 0.88);
}

.l2d-gallery-modal__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(1120px, 100%);
  max-height: calc(100vh - 64px);
}

.l2d-gallery-modal__image {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 64px);
  object-fit: contain;
  border-radius: 12px;
}

.l2d-gallery-modal__close,
.l2d-gallery-modal__arrow {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 50%;
  background: rgba(17, 24, 27, 0.72);
  color: #fff;
  cursor: pointer;
}

.l2d-gallery-modal__close {
  top: 14px;
  right: 14px;
  font-size: 30px;
  line-height: 1;
}

.l2d-gallery-modal__arrow {
  top: 50%;
  line-height: 0;
  transform: translateY(-50%);
}

.l2d-gallery-modal__arrow svg {
  display: block;
  width: 24px;
  height: 24px;
  overflow: visible;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.4;
}

.l2d-gallery-modal__arrow.is-prev { left: 14px; }
.l2d-gallery-modal__arrow.is-next { right: 14px; }

.l2d-gallery-modal__counter {
  position: absolute;
  bottom: 14px;
  left: 50%;
  z-index: 2;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(17, 24, 27, 0.78);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  transform: translateX(-50%);
}

.l2d-car-specs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.96fr);
  gap: 28px;
  border: 1px solid var(--l2d-line);
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}

.l2d-car-specs__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--l2d-line);
  font-size: 15px;
}

.l2d-car-specs__meta span {
  color: var(--l2d-muted) !important;
}

.l2d-car-specs__meta a {
  color: #0876dd !important;
  font-weight: 800;
  text-decoration: none;
}

.l2d-car-specs__meta a:hover,
.l2d-car-specs__meta a:focus-visible {
  color: #04cab9 !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.l2d-car-specs__icons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding-top: 20px;
}

.l2d-car-specs__icon {
  display: grid;
  gap: 10px;
  color: #111417;
  font-size: 15px;
  line-height: 1.25;
}

.l2d-car-specs__icon svg {
  width: 30px;
  height: 30px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.l2d-car-specs__table {
  display: grid;
  align-content: start;
}

.l2d-car-specs__row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: baseline;
  border-bottom: 1px solid var(--l2d-line);
  padding: 9px 0;
  font-size: 15px;
}

.l2d-car-specs__row span {
  color: var(--l2d-muted) !important;
}

.l2d-car-specs__row strong {
  text-align: right;
  font-weight: 700;
}

.l2d-booking-panel {
  position: sticky;
  top: 92px;
  border-radius: 8px;
  background: #dfe6ef;
  padding: 24px;
}

.l2d-car-booking-form {
  margin: 0;
}

.l2d-booking-panel__title {
  margin: 0 0 18px;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
}

.l2d-booking-panel__fields {
  display: grid;
  gap: 12px;
}

.l2d-booking-panel__field {
  display: grid;
  gap: 6px;
}

.l2d-booking-panel__label {
  color: #303844 !important;
  font-size: 13px;
}

.l2d-booking-panel__input {
  display: block;
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 7px;
  background: #fff;
  padding: 0 14px;
  color: #1b2430;
  font-size: 16px;
  font-family: inherit;
  font-weight: 700;
  outline: none;
}

.l2d-booking-panel__input:focus {
  box-shadow: 0 0 0 2px rgba(4, 202, 185, 0.36);
}

.l2d-booking-panel .t-input-error {
  min-height: 0;
  color: #c22828 !important;
  font-size: 12px;
  line-height: 1.3;
}

.l2d-booking-panel .l2d-consent-group {
  margin: 14px 0 0;
}

.l2d-booking-panel .l2d-consent {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  color: #34414f;
  font-size: 12px;
  line-height: 1.35;
  cursor: pointer;
}

.l2d-booking-panel .l2d-consent input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: var(--l2d-accent);
}

.l2d-booking-panel .l2d-consent a {
  color: #087d75;
  text-decoration: underline;
}

select.l2d-booking-panel__input {
  cursor: pointer;
}

.l2d-booking-panel__summary {
  display: grid;
  gap: 10px;
  margin: 22px 0 16px;
}

.l2d-booking-panel__line {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  font-size: 16px;
}

.l2d-booking-panel__line strong {
  font-weight: 800;
}

.l2d-booking-panel__total {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: end;
  margin: 8px 0 16px;
}

.l2d-booking-panel__total span {
  font-size: 18px;
  font-weight: 800;
}

.l2d-booking-panel__total strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 850;
}

.l2d-booking-panel__cta {
  border: 0;
  display: flex;
  width: 100%;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: var(--l2d-accent);
  color: #081210 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 800;
  font-family: inherit;
  cursor: pointer;
}

.l2d-booking-panel__cta:hover {
  filter: brightness(0.96);
}

.l2d-booking-panel__note {
  margin: 14px 0 0;
  color: #25303d !important;
  font-size: 13px;
  line-height: 1.35;
}

.l2d-booking-panel__success {
  display: none;
  margin-top: 16px;
  border-radius: 7px;
  background: #e6faf7;
  padding: 14px;
  color: #0d6f67 !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.l2d-price-card {
  margin-top: 16px;
  border: 1px solid var(--l2d-line);
  border-radius: 8px;
  background: #fff;
  padding: 28px 24px 24px;
}

.l2d-price-card__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 24px;
}

.l2d-price-card__title {
  margin: 0;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
}

.l2d-price-card__currency {
  display: flex;
  gap: 8px;
}

.l2d-price-card__currency button {
  border-radius: 7px;
  border: 0;
  background: #eef2f5;
  padding: 8px 11px;
  color: #111417 !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
}

.l2d-price-card__currency button.is-active {
  background: var(--l2d-accent);
}

.l2d-price-card__currency button:hover,
.l2d-price-card__currency button:focus-visible {
  outline: none;
  background: #dce5eb;
}

.l2d-price-card__currency button.is-active:hover,
.l2d-price-card__currency button.is-active:focus-visible {
  background: var(--l2d-accent);
}

.l2d-price-card__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-bottom: 1px solid var(--l2d-line);
  padding-bottom: 22px;
}

.l2d-price-card__item {
  display: grid;
  gap: 8px;
  min-height: 82px;
  align-content: center;
  text-align: center;
  border-right: 1px solid var(--l2d-line);
}

.l2d-price-card__item:last-child {
  border-right: 0;
}

.l2d-price-card__period {
  font-size: 16px;
}

.l2d-price-card__value {
  color: #0876dd !important;
  font-size: 20px;
  font-weight: 850;
}

/* The deposit amount is rendered in a nested money span, unlike the daily
   rates. Give both structures the same font metrics so the SVG BYN mark is
   identical in every price column. */
.l2d-price-card__value > [data-l2d-money] {
  color: inherit !important;
  font-size: 20px;
  font-weight: 850;
}

.l2d-price-card__value .l2d-currency-symbol {
  width: .92em;
  height: .92em;
  font-size: 1em;
}

.l2d-price-card__value > .l2d-price-card__suffix {
  color: #111417 !important;
  font-size: 15px;
  font-weight: 600;
}

.l2d-price-card__note {
  margin: 18px 0 0;
  color: var(--l2d-muted) !important;
  font-size: 14px;
  line-height: 1.45;
  font-weight: 600;
}

.l2d-related-cars {
  margin-top: 28px;
  padding: 28px 0 4px;
  border-top: 1px solid var(--l2d-line);
}

.l2d-related-cars__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.l2d-related-cars__eyebrow {
  margin: 0 0 6px;
  color: #078f89 !important;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.l2d-related-cars h2 {
  margin: 0;
  color: var(--l2d-ink) !important;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 850;
}

.l2d-related-cars__head > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #087f79 !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.l2d-related-cars__head > a span {
  color: inherit !important;
  font-size: 20px;
  line-height: 1;
}

.l2d-related-cars__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.l2d-related-cars__card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--l2d-line);
  border-radius: 14px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.l2d-related-cars__card:hover {
  border-color: #a9e5e0;
  box-shadow: 0 12px 24px rgba(17, 57, 60, .08);
  transform: translateY(-2px);
}

.l2d-related-cars__card a {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: var(--l2d-ink) !important;
  text-decoration: none;
}

.l2d-related-cars__card img {
  display: block;
  width: 100%;
  height: 138px;
  background: #fff;
  object-fit: contain;
}

.l2d-related-cars__category,
.l2d-related-cars__card strong,
.l2d-related-cars__meta,
.l2d-related-cars__price {
  display: block;
  padding-right: 14px;
  padding-left: 14px;
}

.l2d-related-cars__category {
  padding-top: 14px;
  color: #078f89 !important;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.l2d-related-cars__card strong {
  padding-top: 6px;
  color: var(--l2d-ink) !important;
  font-size: 16px;
  line-height: 1.25;
}

.l2d-related-cars__meta {
  min-height: 34px;
  padding-top: 8px;
  color: var(--l2d-muted) !important;
  font-size: 12px;
  line-height: 1.35;
}

.l2d-related-cars__price {
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 16px;
  color: #087f79 !important;
  font-size: 15px;
  font-weight: 850;
}

.l2d-rental-terms {
  margin-top: 28px;
  padding: 30px 32px;
  border: 1px solid var(--l2d-line);
  border-radius: 18px;
  background: #fff;
}

.l2d-rental-terms h2 {
  margin: 0;
  color: var(--l2d-ink) !important;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 850;
}

.l2d-rental-terms__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px 56px;
  margin-top: 28px;
}

.l2d-rental-terms__item {
  min-width: 0;
}

.l2d-rental-terms__item h3 {
  margin: 0 0 12px;
  color: var(--l2d-ink) !important;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.l2d-rental-terms__item ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.l2d-rental-terms__item li {
  position: relative;
  padding-left: 16px;
  color: var(--l2d-muted) !important;
  font-size: 16px;
  line-height: 1.45;
}

.l2d-rental-terms__item li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--l2d-accent);
  content: "";
}

.l2d-rental-terms__item strong {
  color: #087f79 !important;
  font-weight: 800;
  text-transform: uppercase;
}

.l2d-car-seo {
  margin-top: 28px;
  padding: 30px 32px;
  border: 1px solid var(--l2d-line);
  border-radius: 18px;
  background: #fff;
}

.l2d-car-seo h2 {
  margin: 0 0 16px;
  color: var(--l2d-ink) !important;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 850;
}

.l2d-car-seo p {
  margin: 0;
  color: var(--l2d-muted) !important;
  font-size: 16px;
  line-height: 1.55;
}

.l2d-car-seo p + p {
  margin-top: 12px;
}

@media screen and (max-width: 1180px) {
  .l2d-car-detail__top {
    grid-template-columns: 1fr;
  }

  .l2d-booking-panel {
    position: static;
  }
}

@media screen and (max-width: 760px) {
  .l2d-car-detail {
    padding: 86px 8px 32px;
  }

  .l2d-car-detail__breadcrumbs {
    margin: 0 0 20px;
    padding: 0 8px;
    font-size: 14px;
  }

  .l2d-car-detail__title {
    margin: 0 0 18px;
    padding: 0 0;
    font-size: 26px;
    line-height: 1.18;
  }

  .l2d-car-gallery {
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  .l2d-car-gallery__main {
    height: auto;
    min-height: 208px;
    aspect-ratio: 1.45 / 1;
  }

  .l2d-car-gallery__side {
    display: none;
  }

  .l2d-car-gallery__badge {
    top: 14px;
    left: 14px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .l2d-car-specs {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 18px 16px;
  }

  .l2d-car-specs__meta {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .l2d-car-specs__icons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px 14px;
    overflow: visible;
  }

  .l2d-car-specs__row {
    font-size: 14px;
  }

  .l2d-car-specs__row strong {
    max-width: 150px;
  }

  .l2d-booking-panel {
    position: static;
    margin-top: 16px;
  }

  .l2d-car-specs__mobile-cta {
    display: flex;
    margin-top: 14px;
  }

  .l2d-price-card {
    padding: 22px 16px;
  }

  .l2d-price-card__head {
    align-items: flex-start;
    flex-direction: column;
  }

  .l2d-price-card__title {
    font-size: 26px;
  }

  .l2d-price-card__grid {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    border-top: 1px solid var(--l2d-line);
  }

  .l2d-price-card__item {
    border-right: 0;
    border-bottom: 1px solid var(--l2d-line);
    text-align: left;
    padding: 14px 0;
  }

  .l2d-related-cars {
    margin-top: 22px;
    padding-top: 22px;
  }

  .l2d-related-cars__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .l2d-related-cars h2 {
    font-size: 24px;
  }

  .l2d-related-cars__grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .l2d-related-cars__card a {
    display: grid;
    grid-template-columns: 106px minmax(0, 1fr);
    grid-template-rows: auto auto 1fr auto;
    column-gap: 0;
  }

  .l2d-related-cars__card img {
    grid-row: 1 / span 4;
    height: 100%;
    min-height: 120px;
  }

  .l2d-related-cars__category,
  .l2d-related-cars__card strong,
  .l2d-related-cars__meta,
  .l2d-related-cars__price {
    padding-left: 14px;
  }

  .l2d-related-cars__category {
    padding-top: 14px;
  }

  .l2d-related-cars__meta {
    min-height: 0;
  }

  .l2d-related-cars__price {
    margin-top: 0;
    padding-bottom: 14px;
  }

  .l2d-rental-terms {
    margin-top: 22px;
    padding: 24px 20px;
    border-radius: 14px;
  }

  .l2d-rental-terms h2 {
    font-size: 24px;
  }

  .l2d-rental-terms__grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 22px;
  }

  .l2d-rental-terms__item h3 {
    font-size: 17px;
  }

  .l2d-rental-terms__item li {
    font-size: 15px;
  }

  .l2d-car-seo {
    margin-top: 22px;
    padding: 24px 20px;
    border-radius: 14px;
  }

  .l2d-car-seo h2 {
    font-size: 24px;
  }

  .l2d-car-seo p {
    font-size: 15px;
  }
}

@media screen and (min-width: 761px) {
  .l2d-car-specs__mobile-cta {
    display: none;
  }
}

/* Shared footer for every redesigned vehicle page. */
.l2d-site-footer {
  background: #172326;
  color: #dce6e5;
  font-family: inherit;
}

.l2d-site-footer__inner {
  display: grid;
  grid-template-columns: 1.45fr .85fr 1.15fr 1.15fr;
  gap: 48px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 58px 40px 48px;
}

.l2d-site-footer a { color: inherit; text-decoration: none; }
.l2d-site-footer__brand img { display: block; width: 222px; height: auto; margin-bottom: 19px; }
.l2d-site-footer__brand p { margin: 0 0 26px; color: #a9bcbb; font-size: 15px; line-height: 1.55; }
.l2d-site-footer h2 { margin: 0 0 18px; color: #fff; font-size: 15px; font-weight: 800; }
.l2d-site-footer__column { display: flex; flex-direction: column; gap: 11px; }
.l2d-site-footer__column a { color: #bdcdcc; font-size: 15px; line-height: 1.35; transition: color .2s ease; }
.l2d-site-footer__column a:hover, .l2d-site-footer__contacts > a:hover { color: #13c9bb; }
.l2d-site-footer__contacts { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; color: #b9c8c7; font-size: 15px; }
.l2d-site-footer__contacts h2 { margin-bottom: 3px; }
.l2d-site-footer__phone { color: #fff !important; font-size: 21px; font-weight: 800; letter-spacing: -.02em; }
.l2d-site-footer__contacts > a:not(.l2d-site-footer__phone) { text-decoration: underline; text-decoration-color: rgba(19, 201, 187, .48); text-underline-offset: 4px; }
.l2d-site-footer__cta { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 51px; padding: 0 20px; border-radius: 14px; background: #12c8bb; color: #0c2426 !important; font-size: 15px; font-weight: 800; }
.l2d-site-footer__cta span { font-size: 24px; line-height: 0; }
.l2d-site-footer__social { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 10px; }
.l2d-site-footer__social a { padding: 8px 12px; border: 1px solid rgba(214, 238, 235, .22); border-radius: 999px; color: #dcebea; font-size: 13px; }
.l2d-site-footer__bottom { display: flex; justify-content: space-between; gap: 20px; max-width: 1320px; margin: 0 auto; padding: 20px 40px 23px; border-top: 1px solid rgba(214, 238, 235, .14); color: #8ea2a1; font-size: 13px; }

@media screen and (max-width: 900px) {
  .l2d-site-footer__inner { grid-template-columns: repeat(2, 1fr); gap: 38px 28px; padding: 44px 28px 36px; }
  .l2d-site-footer__bottom { padding: 18px 28px 21px; }
}

@media screen and (max-width: 560px) {
  .l2d-site-footer__inner { display: flex; flex-direction: column; gap: 29px; padding: 38px 20px 30px; }
  .l2d-site-footer__brand img { width: 205px; }
  .l2d-site-footer__bottom { flex-direction: column; gap: 7px; padding: 17px 20px 21px; }
}
