

/* Start:/local/templates/onekar/template_styles.css?178873701840724*/
:root {
  --red: #e10600;
  --red-dark: #b70500;
  --ink: #0d0d0f;
  --graphite: #1a1a1d;
  --warm-white: #f6f5f2;
  --steel: #6b6b70;
  --fog: #e8e8ea;
  --white: #fff;
  --success: #1f7a50;
  --amber: #9a6100;
  --container: 1280px;
  --radius-sm: 10px;
  --radius: 18px;
  --radius-lg: 28px;
  --shadow: 0 24px 70px rgba(13, 13, 15, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--warm-white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  text-rendering: optimizeLegibility;
}

body.modal-open {
  overflow: hidden;
}

img,
svg {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a,
input,
select,
textarea,
summary {
  outline-color: var(--red);
  outline-offset: 4px;
}

.container {
  width: min(calc(100% - 48px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 104px 0;
}

.section--white {
  background: var(--white);
}

.section--dark {
  color: var(--white);
  background: var(--ink);
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 460px);
  gap: 48px;
  align-items: end;
  margin-bottom: 48px;
}

.section-head--compact {
  margin-bottom: 32px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--red);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 22px;
  height: 2px;
  background: currentColor;
  content: "";
}

.section-title {
  max-width: 900px;
  margin: 0;
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.section-lead {
  margin: 0;
  color: var(--steel);
  font-size: clamp(17px, 2vw, 21px);
}

.section--dark .section-lead {
  color: #b8b8bc;
}

.muted {
  color: var(--steel);
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-weight: 650;
  transition: transform 220ms ease-out, background-color 220ms ease-out, border-color 220ms ease-out;
}

.button:hover {
  transform: translateY(-2px);
}

.button--primary {
  color: var(--white);
  background: var(--red);
}

.button--primary:hover {
  background: var(--red-dark);
}

.button--secondary {
  color: var(--white);
  border-color: #56565b;
  background: transparent;
}

.button--secondary:hover {
  border-color: var(--white);
}

.button--light {
  color: var(--ink);
  background: var(--white);
}

.button--full {
  width: 100%;
}

.site-header {
  position: fixed;
  z-index: 100;
  inset: 0 0 auto;
  color: var(--white);
  background: rgba(13, 13, 15, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 80px;
  display: flex;
  align-items: center;
  gap: 32px;
}

.logo {
  flex: 0 0 auto;
}

.logo img {
  width: 148px;
  height: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: auto;
}

.main-nav a {
  color: #d9d9dc;
  font-size: 15px;
  transition: color 180ms ease-out;
}

.main-nav a:hover {
  color: var(--white);
}

.header-phone {
  flex: 0 0 auto;
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 1320px) {
  .header-phone {
    display: none;
  }
}

.header-cta {
  min-height: 44px;
  padding: 10px 20px;
}

.menu-toggle {
  width: 48px;
  height: 48px;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #45454a;
  border-radius: 50%;
  color: var(--white);
  background: transparent;
}

.menu-toggle span,
.menu-toggle span::before,
.menu-toggle span::after {
  width: 20px;
  height: 2px;
  display: block;
  position: relative;
  background: currentColor;
  transition: transform 180ms ease-out;
}

.menu-toggle span::before,
.menu-toggle span::after {
  position: absolute;
  left: 0;
  content: "";
}

.menu-toggle span::before {
  top: -6px;
}

.menu-toggle span::after {
  top: 6px;
}

.hero {
  min-height: 780px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 160px 0 64px;
  color: var(--white);
  background: var(--ink);
}

.hero::before {
  width: 48vw;
  height: 48vw;
  position: absolute;
  top: -28vw;
  right: -10vw;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(440px, 0.92fr);
  gap: 72px;
  align-items: center;
}

.hero-title {
  max-width: 820px;
  margin: 0 0 30px;
  font-size: clamp(52px, 7.2vw, 104px);
  font-weight: 600;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.hero-title span {
  display: block;
  margin-top: 14px;
  color: var(--red);
  font-size: 0.42em;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.hero-copy {
  max-width: 690px;
  margin: 0 0 34px;
  color: #c7c7ca;
  font-size: clamp(18px, 2vw, 23px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-visual {
  position: relative;
}

.car-line {
  width: 100%;
  color: var(--white);
}

.car-line path,
.car-line line,
.car-line circle {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.car-line .route {
  stroke: #56565b;
}

.car-line .checkpoint {
  fill: var(--red);
  stroke: var(--red);
}

.hero-proof {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  margin-top: 28px;
  background: #37373b;
}

.hero-proof div {
  min-height: 104px;
  padding: 20px;
  background: var(--ink);
}

.hero-proof strong {
  display: block;
  margin-bottom: 4px;
  color: var(--red);
  font-size: 24px;
  font-variant-numeric: tabular-nums;
}

.hero-proof span {
  color: #d2d2d5;
  font-size: 14px;
}

.trust-strip {
  color: var(--white);
  background: var(--graphite);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-item {
  min-height: 104px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border-right: 1px solid #3a3a3f;
}

.trust-item:last-child {
  border-right: 0;
}

.trust-index {
  color: var(--red);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.trust-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.chooser {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 56px;
  align-items: start;
}

.chooser-intro {
  position: sticky;
  top: 120px;
}

.chooser-note {
  margin-top: 28px;
  padding: 22px 0 0 22px;
  border-left: 2px solid var(--red);
  color: var(--steel);
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.choice-card {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--fog);
  border-radius: var(--radius);
  background: var(--white);
}

.choice-card--accent {
  color: var(--white);
  background: var(--graphite);
  border-color: var(--graphite);
}

.choice-card small {
  display: block;
  margin-bottom: 36px;
  color: var(--red);
  font-weight: 700;
  letter-spacing: 0.08em;
}

.choice-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.15;
}

.choice-card p {
  margin: 0;
  color: var(--steel);
}

.choice-card--accent p {
  color: #bebec2;
}

.catalog-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
}

.tab-button {
  min-height: 44px;
  padding: 10px 18px;
  border: 1px solid var(--fog);
  border-radius: 999px;
  color: var(--steel);
  background: var(--white);
  cursor: pointer;
}

.tab-button.is-active {
  color: var(--white);
  background: var(--ink);
  border-color: var(--ink);
}

.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.car-card {
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: 0 1px 0 var(--fog);
}

.car-card[hidden] {
  display: none;
}

.car-card-visual {
  aspect-ratio: 16 / 10;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 28px;
  color: var(--ink);
  background: #ececeb;
}

.car-card-visual::after {
  position: absolute;
  right: -10%;
  bottom: -55%;
  width: 75%;
  aspect-ratio: 1;
  border: 1px solid rgba(13, 13, 15, 0.12);
  border-radius: 50%;
  content: "";
}

.car-card-badge {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  font-size: 12px;
  font-weight: 700;
}

.vehicle-silhouette {
  width: 88%;
}

.vehicle-silhouette path,
.vehicle-silhouette circle,
.vehicle-silhouette line {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.vehicle-silhouette .fill {
  fill: rgba(225, 6, 0, 0.08);
  stroke: var(--red);
}

.car-card-body {
  padding: 24px;
}

.car-card-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
}

.car-card-title h3 {
  margin: 0;
  font-size: 23px;
  line-height: 1.12;
}

.car-card-title span {
  color: var(--steel);
  font-size: 13px;
  white-space: nowrap;
}

.spec-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 16px;
  margin: 0 0 22px;
}

.spec-list div {
  padding-top: 10px;
  border-top: 1px solid var(--fog);
}

.spec-list dt {
  color: var(--steel);
  font-size: 12px;
}

.spec-list dd {
  margin: 2px 0 0;
  font-weight: 600;
}

.car-price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 16px;
}

.car-price small {
  display: block;
  color: var(--steel);
}

.car-price strong {
  display: block;
  font-size: 24px;
  font-variant-numeric: tabular-nums;
}

.text-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 6px 0;
  border: 0;
  color: var(--red);
  background: transparent;
  cursor: pointer;
  font-weight: 650;
}

.catalog-disclaimer {
  display: flex;
  gap: 14px;
  margin-top: 24px;
  padding: 18px 20px;
  border-radius: var(--radius-sm);
  color: #5d4500;
  background: #fff4d4;
}

.catalog-disclaimer strong {
  flex: 0 0 auto;
}

.calculator-wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(480px, 1.18fr);
  gap: 64px;
  align-items: start;
}

.calculator-copy {
  position: sticky;
  top: 120px;
}

.calculator-copy .section-title {
  margin-bottom: 24px;
}

.calc-panel {
  overflow: hidden;
  border-radius: var(--radius-lg);
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.calc-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 30px;
}

.field {
  display: grid;
  gap: 8px;
}

.field--wide {
  grid-column: 1 / -1;
}

.form-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

.field label {
  font-size: 14px;
  font-weight: 650;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  min-height: 52px;
  padding: 12px 14px;
  border: 1px solid #cacace;
  border-radius: var(--radius-sm);
  color: var(--ink);
  background: var(--white);
}

.field textarea {
  min-height: 110px;
  resize: vertical;
}

.field-hint {
  color: var(--steel);
  font-size: 12px;
}

.calc-result {
  padding: 30px;
  border-top: 1px solid var(--fog);
  background: #fbfbfa;
}

.calc-result-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 24px;
  margin-bottom: 26px;
}

.calc-result-head span {
  color: var(--steel);
  font-size: 14px;
}

.calc-total {
  font-size: clamp(34px, 5vw, 54px);
  font-weight: 650;
  letter-spacing: -0.045em;
  line-height: 1;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.cost-list {
  display: grid;
  gap: 13px;
  margin: 0 0 24px;
}

.cost-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--fog);
}

.cost-row dt {
  color: var(--steel);
}

.cost-row dd {
  margin: 0;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
}

.calc-note {
  margin: 0 0 22px;
  color: var(--steel);
  font-size: 13px;
}

.inspection-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 72px;
  align-items: start;
}

.inspection-copy {
  position: sticky;
  top: 120px;
}

.inspection-copy .section-title {
  margin-bottom: 28px;
}

.check-list {
  display: grid;
  gap: 0;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-bottom: 1px solid #333338;
}

.check-list strong {
  color: var(--red);
}

.inspection-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.inspection-card {
  min-height: 300px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--graphite);
}

.inspection-card:nth-child(2),
.inspection-card:nth-child(3) {
  min-height: 230px;
}

.inspection-card img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  transition: transform 320ms ease-out;
}

.inspection-card:hover img {
  transform: scale(1.025);
}

.inspection-card figcaption {
  position: absolute;
  z-index: 2;
  inset: auto 12px 12px;
  padding: 10px 12px;
  border-radius: 8px;
  color: var(--white);
  background: rgba(13, 13, 15, 0.82);
  font-size: 13px;
}

.inspection-card:first-child {
  grid-column: 1 / -1;
  min-height: 420px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 48px;
}

.step {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 18px;
  padding: 30px 0;
  border-top: 1px solid #d9d9dc;
}

.step-num {
  color: var(--red);
  font-size: 20px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.step h3 {
  margin: 0 0 8px;
  font-size: 21px;
}

.step p {
  margin: 0;
  color: var(--steel);
}

.payment-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.payment-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--fog);
  border-radius: var(--radius);
  background: var(--white);
}

.payment-card .icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  margin-bottom: 54px;
  border-radius: 50%;
  color: var(--white);
  background: var(--red);
  font-weight: 700;
}

.payment-card h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.payment-card p {
  margin: 0 0 20px;
  color: var(--steel);
}

.payment-card small {
  margin-top: auto;
  color: var(--steel);
}

.faq-list {
  max-width: 940px;
  margin-left: auto;
}

.faq-item {
  border-top: 1px solid #36363a;
}

.faq-item:last-child {
  border-bottom: 1px solid #36363a;
}

.faq-item summary {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  list-style: none;
  font-size: 21px;
  font-weight: 600;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #4e4e53;
  border-radius: 50%;
  color: var(--red);
  transition: transform 180ms ease-out;
}

.faq-item[open] .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-width: 760px;
  padding: 0 48px 28px 0;
  color: #b9b9bd;
}

.lead-band {
  position: relative;
  overflow: hidden;
  padding: 88px 0;
  color: var(--white);
  background: var(--red);
}

.lead-band::after {
  position: absolute;
  right: -80px;
  bottom: -260px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 50%;
  content: "";
}

.lead-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.lead-band h2 {
  max-width: 870px;
  margin: 0 0 14px;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 600;
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.lead-band p {
  margin: 0;
  font-size: 19px;
  opacity: 0.88;
}

.site-footer {
  padding: 58px 0 34px;
  color: var(--white);
  background: var(--ink);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr repeat(3, 0.63fr);
  gap: 32px;
  padding-bottom: 52px;
}

.footer-brand img {
  width: 160px;
  margin-bottom: 20px;
}

.footer-brand p {
  max-width: 350px;
  margin: 0;
  color: #9f9fa4;
}

.footer-col h3 {
  margin: 0 0 16px;
  color: #85858a;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.footer-col a,
.footer-col span {
  display: block;
  margin: 0 0 10px;
  color: #d4d4d7;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 26px;
  border-top: 1px solid #303034;
  color: #88888e;
  font-size: 13px;
}

.modal {
  position: fixed;
  z-index: 300;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(13, 13, 15, 0.76);
  backdrop-filter: blur(10px);
}

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

.modal-dialog {
  width: min(100%, 620px);
  max-height: min(840px, calc(100vh - 48px));
  overflow: auto;
  position: relative;
  padding: 38px;
  border-radius: var(--radius-lg);
  background: var(--white);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.35);
}

.modal-close {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 18px;
  right: 18px;
  border: 1px solid var(--fog);
  border-radius: 50%;
  color: var(--ink);
  background: var(--white);
  cursor: pointer;
}

.modal h2 {
  max-width: 450px;
  margin: 0 48px 10px 0;
  font-size: 34px;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.modal-copy {
  margin: 0 0 26px;
  color: var(--steel);
}

.lead-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.consent {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  color: var(--steel);
  font-size: 12px;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  accent-color: var(--red);
}

.form-status {
  grid-column: 1 / -1;
  display: none;
  margin: 0;
  padding: 12px 14px;
  border-radius: 8px;
  font-size: 14px;
}

.form-status.is-visible {
  display: block;
}

.form-status.is-success {
  color: #185b3d;
  background: #e6f5ed;
}

.form-status.is-error {
  color: #81221e;
  background: #fde9e8;
}

.noscript {
  padding: 14px 24px;
  color: #5d4500;
  background: #fff4d4;
  text-align: center;
}

@media (max-width: 1080px) {
  .main-nav {
    gap: 18px;
  }

  .main-nav a {
    font-size: 14px;
  }

  .hero-grid,
  .calculator-wrap,
  .inspection-layout {
    gap: 40px;
  }

  .catalog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.3fr repeat(2, 0.7fr);
  }
}

@media (max-width: 900px) {
  .section {
    padding: 80px 0;
  }

  .header-cta {
    margin-left: auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .main-nav {
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    display: none;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 24px;
    background: var(--ink);
    border-bottom: 1px solid #35353a;
  }

  .main-nav.is-open {
    display: grid;
  }

  .main-nav a {
    min-height: 50px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2d2d31;
  }

  .hero {
    min-height: auto;
    padding-top: 140px;
  }

  .hero-grid,
  .chooser,
  .calculator-wrap,
  .inspection-layout {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    max-width: 620px;
  }

  .chooser-intro,
  .calculator-copy,
  .inspection-copy {
    position: static;
  }

  .section-head {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .trust-item:nth-child(-n + 2) {
    border-bottom: 1px solid #3a3a3f;
  }

  .payment-map {
    grid-template-columns: 1fr;
  }

  .payment-card {
    min-height: 230px;
  }

  .payment-card .icon {
    margin-bottom: 34px;
  }

  .lead-band-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .section {
    padding: 64px 0;
  }

  .header-inner {
    min-height: 72px;
    gap: 12px;
  }

  .logo img {
    width: 118px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .main-nav {
    top: 72px;
  }

  .hero {
    padding: 126px 0 48px;
  }

  .hero-title {
    font-size: clamp(48px, 15.5vw, 70px);
  }

  .hero-title span {
    margin-top: 12px;
    font-size: 0.42em;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-proof {
    grid-template-columns: 1fr;
  }

  .hero-proof div {
    min-height: auto;
  }

  .trust-grid,
  .choice-grid,
  .catalog-grid,
  .calc-inputs,
  .inspection-gallery,
  .steps,
  .footer-grid,
  .lead-form {
    grid-template-columns: 1fr;
  }

  .trust-item {
    border-right: 0;
    border-bottom: 1px solid #3a3a3f;
  }

  .trust-item:last-child {
    border-bottom: 0;
  }

  .choice-card {
    min-height: 180px;
  }

  .calc-panel {
    border-radius: var(--radius);
  }

  .calc-inputs,
  .calc-result {
    padding: 22px;
  }

  .calc-result-head {
    display: grid;
    gap: 10px;
  }

  .calc-total {
    white-space: normal;
  }

  .inspection-card:first-child {
    grid-column: auto;
    min-height: 300px;
  }

  .inspection-card,
  .inspection-card:nth-child(2),
  .inspection-card:nth-child(3) {
    min-height: 260px;
  }

  .step {
    grid-template-columns: 44px 1fr;
  }

  .lead-band {
    padding: 68px 0;
  }

  .lead-band .button {
    width: 100%;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .modal {
    align-items: end;
    padding: 0;
  }

  .modal-dialog {
    max-height: 92vh;
    padding: 30px 20px 24px;
    border-radius: 24px 24px 0 0;
  }

  .modal h2 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.knowledge-preview {
  border-top: 1px solid var(--fog);
}

.knowledge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.knowledge-card {
  display: flex;
  min-height: 320px;
  flex-direction: column;
  padding: 30px;
  background: var(--white);
  border: 1px solid var(--fog);
  border-radius: var(--radius);
  box-shadow: 0 12px 36px rgba(13, 13, 15, 0.05);
}

.knowledge-card-label,
.knowledge-meta {
  margin: 0 0 18px;
  color: var(--red);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.knowledge-card h2,
.knowledge-card h3 {
  margin: 0 0 18px;
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.knowledge-card p:not(.knowledge-card-label) {
  margin: 0 0 24px;
  color: var(--steel);
}

.knowledge-card .text-link {
  margin-top: auto;
}

.knowledge-all {
  margin-top: 32px;
}

.knowledge-page {
  min-height: 70vh;
  padding: 150px 0 100px;
}

.knowledge-page > .container > h1,
.knowledge-article > h1 {
  max-width: 1000px;
  margin: 0 0 30px;
  font-size: clamp(46px, 7vw, 86px);
  font-weight: 600;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.knowledge-page-lead,
.knowledge-intro {
  max-width: 850px;
  margin: 0 0 54px;
  color: var(--steel);
  font-size: clamp(19px, 2vw, 24px);
}

.knowledge-back {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--steel);
}

.knowledge-section,
.knowledge-faq,
.knowledge-cta,
.knowledge-disclaimer {
  max-width: 850px;
}

.knowledge-section {
  margin: 54px 0;
}

.knowledge-section h2,
.knowledge-faq h2,
.knowledge-cta h2 {
  margin: 0 0 22px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.knowledge-section p,
.knowledge-section li,
.knowledge-faq p {
  font-size: 18px;
}

.knowledge-faq {
  margin: 64px 0;
}

.knowledge-faq details {
  padding: 20px 0;
  border-top: 1px solid #d7d7da;
}

.knowledge-faq summary {
  cursor: pointer;
  font-size: 19px;
  font-weight: 650;
}

.knowledge-cta {
  margin: 64px 0 28px;
  padding: 34px;
  color: var(--white);
  background: var(--ink);
  border-radius: var(--radius);
}

.knowledge-disclaimer {
  color: var(--steel);
  font-size: 14px;
}

.knowledge-sources {
  max-width: 850px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #d7d7da;
  color: var(--steel);
  font-size: 14px;
}

.knowledge-sources ul {
  margin: 10px 0;
  padding-left: 20px;
}

.knowledge-sources a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 900px) {
  .knowledge-grid {
    grid-template-columns: 1fr;
  }

  .knowledge-card {
    min-height: 0;
  }
}

@media (max-width: 680px) {
  .knowledge-page {
    padding: 118px 0 70px;
  }

  .knowledge-card,
  .knowledge-cta {
    padding: 24px;
  }
}

/* 1KAR visual refresh and model pages */
.hero {
  min-height: 820px;
  background-image:
    linear-gradient(90deg, rgba(8, 8, 10, 0.98) 0%, rgba(8, 8, 10, 0.82) 38%, rgba(8, 8, 10, 0.22) 72%, rgba(8, 8, 10, 0.5) 100%),
    linear-gradient(0deg, rgba(8, 8, 10, 0.82) 0%, transparent 45%),
    url("/local/templates/onekar/assets/img/hero-china-port.png");
  background-position: center;
  background-size: cover;
}

.hero::before {
  inset: 0;
  width: auto;
  height: auto;
  border: 0;
  border-radius: 0;
  background: radial-gradient(circle at 68% 55%, transparent 0, rgba(8, 8, 10, 0.12) 35%, rgba(8, 8, 10, 0.54) 100%);
}

.hero-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.62fr);
  align-items: end;
}

.hero-copy-block {
  align-self: center;
}

.hero-title {
  max-width: 780px;
  font-size: clamp(52px, 6.4vw, 94px);
  text-shadow: 0 10px 40px rgba(0, 0, 0, 0.34);
}

.hero-title span {
  max-width: 640px;
  color: #fff;
  font-size: .38em;
  line-height: 1.12;
}

.hero-copy {
  color: #e0e0e2;
  text-shadow: 0 2px 18px rgba(0, 0, 0, .55);
}

.hero-estimate {
  overflow: hidden;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: var(--radius);
  background: rgba(13, 13, 15, .8);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .34);
  backdrop-filter: blur(18px);
}

.hero-estimate-head,
.hero-estimate-total,
.hero-estimate dl div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.hero-estimate-head {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255,255,255,.15);
}

.hero-estimate-head span,
.hero-estimate dl dt,
.hero-estimate p {
  color: #bdbdc1;
}

.hero-estimate dl {
  display: grid;
  gap: 13px;
  margin: 22px 0;
}

.hero-estimate dl div {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.hero-estimate dd {
  margin: 0;
  text-align: right;
}

.hero-estimate-total {
  align-items: end;
  color: var(--red);
  font-size: 26px;
}

.hero-estimate p {
  margin: 18px 0;
  font-size: 13px;
}

.hero-estimate-link {
  color: #fff;
  font-weight: 700;
}

.hero-route {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding-top: 28px;
  color: #d6d6d9;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-route i {
  height: 1px;
  background: linear-gradient(90deg, var(--red), rgba(255,255,255,.22));
}

.trust-item svg {
  width: 32px;
  flex: 0 0 32px;
  color: var(--red);
}

.trust-item svg path {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.car-card-visual--photo {
  padding: 0;
}

.car-card-visual--photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms ease;
}

.car-card:hover .car-card-visual--photo img {
  transform: scale(1.035);
}

.catalog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button--dark-outline {
  border-color: var(--ink);
  color: var(--ink);
}

.model-page {
  min-height: 70vh;
  padding: 150px 0 100px;
}

.model-page h1 {
  max-width: 1050px;
  margin: 0 0 28px;
  font-size: clamp(46px, 7vw, 86px);
  font-weight: 600;
  letter-spacing: -.055em;
  line-height: .98;
}

.model-lead {
  max-width: 880px;
  margin: 0 0 44px;
  color: var(--steel);
  font-size: clamp(18px, 2vw, 24px);
}

.model-hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(440px, 1.1fr);
  gap: 54px;
  align-items: center;
}

.model-main-photo {
  min-height: 440px;
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--radius-lg);
  background: #dedede;
}

.model-main-photo img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.model-main-photo figcaption {
  position: absolute;
  inset: auto 16px 16px;
  padding: 9px 12px;
  border-radius: 8px;
  color: #fff;
  background: rgba(13,13,15,.8);
  font-size: 12px;
}

.model-price {
  display: grid;
  margin-bottom: 26px;
}

.model-price small,
.model-price span {
  color: var(--steel);
}

.model-price strong {
  font-size: clamp(34px, 5vw, 58px);
  letter-spacing: -.045em;
}

.model-specs {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin: 58px 0;
  border: 1px solid var(--fog);
  border-radius: var(--radius);
  background: #fff;
}

.model-specs div {
  padding: 22px;
  border-right: 1px solid var(--fog);
}

.model-specs div:last-child { border-right: 0; }
.model-specs dt { color: var(--steel); font-size: 12px; }
.model-specs dd { margin: 5px 0 0; font-weight: 700; }

.model-gallery {
  display: grid;
  grid-template-columns: 1.4fr repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 64px;
}

.model-gallery img {
  width: 100%;
  height: 260px;
  border-radius: var(--radius);
  object-fit: cover;
}

.model-gallery img:first-child {
  grid-row: span 2;
  height: 532px;
}

.model-content-grid,
.contract-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 54px 0;
}

.model-content-grid article,
.contract-cards article,
.contract-note {
  padding: 34px;
  border: 1px solid var(--fog);
  border-radius: var(--radius);
  background: #fff;
}

.model-content-grid h2,
.contract-cards h2,
.contract-note h2 { margin: 0 0 18px; font-size: 30px; line-height: 1.08; }
.model-content-grid li { margin: 10px 0; }
.model-source { max-width: 900px; color: var(--steel); font-size: 14px; }
.model-source a { color: var(--red); text-decoration: underline; }

.model-placeholder {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 30px;
  color: #fff;
  background: linear-gradient(135deg, #25252a, #0d0d0f);
}

.model-placeholder strong { font-size: clamp(28px, 4vw, 48px); }
.model-placeholder small { color: #aaaab0; }

.compare-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 1.2fr;
  margin: 50px 0;
  overflow: hidden;
  border: 1px solid var(--fog);
  border-radius: var(--radius);
  background: #fff;
}

.compare-grid > * { margin: 0; padding: 20px; border-right: 1px solid var(--fog); border-bottom: 1px solid var(--fog); }
.compare-grid h2 { background: var(--ink); color: #fff; }
.compare-grid strong { color: var(--steel); }

.contract-cards { grid-template-columns: repeat(3, 1fr); }
.contract-cards span { color: var(--red); font-weight: 800; }
.contract-cards strong { display: block; margin: 22px 0 10px; font-size: 30px; }
.contract-note { max-width: 900px; background: var(--ink); color: #fff; }
.contract-note p { color: #bdbdc1; }

@media (max-width: 900px) {
  .hero-grid,
  .model-hero { grid-template-columns: 1fr; }
  .hero-estimate { max-width: 520px; }
  .model-specs { grid-template-columns: repeat(3, 1fr); }
  .model-specs div:nth-child(3n) { border-right: 0; }
  .contract-cards { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .hero { background-position: 64% center; }
  .hero::after { position: absolute; inset: 0; content: ""; background: rgba(8,8,10,.18); }
  .hero-grid { z-index: 2; }
  .hero-route { display: none; }
  .hero-estimate { padding: 20px; }
  .model-page { padding: 118px 0 70px; }
  .model-main-photo { min-height: 300px; }
  .model-specs { grid-template-columns: repeat(2, 1fr); }
  .model-specs div:nth-child(3n) { border-right: 1px solid var(--fog); }
  .model-specs div:nth-child(2n) { border-right: 0; }
  .model-gallery { grid-template-columns: 1fr 1fr; }
  .model-gallery img,
  .model-gallery img:first-child { height: 210px; grid-row: auto; }
  .model-gallery img:first-child { grid-column: 1 / -1; height: 280px; }
  .model-content-grid { grid-template-columns: 1fr; }
  .compare-grid { grid-template-columns: .8fr 1fr 1fr; font-size: 13px; }
  .compare-grid > * { padding: 12px 8px; }
}

/* Interactive 2.5D Li Auto L6 + Zeekr 7X hero composition */
.hero {
  --li-shift-x: 0px;
  --li-shift-y: 0px;
  --li-tilt: 0deg;
  --zeekr-shift-x: 0px;
  --zeekr-shift-y: 0px;
  --zeekr-tilt: 0deg;
  --scene-shift-x: 0px;
  --scene-shift-y: 0px;
  isolation: isolate;
  background: #08080a url("/local/templates/onekar/assets/img/hero-china-port-v2.jpg") center / cover no-repeat;
}

.hero-motion-scene {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  perspective: 1200px;
  transform-style: preserve-3d;
}

.hero-motion-scene::before {
  position: absolute;
  inset: -4%;
  content: "";
  background:
    radial-gradient(circle at 75% 55%, rgba(222,35,34,.16), transparent 27%),
    radial-gradient(circle at 18% 72%, rgba(92,142,170,.15), transparent 31%);
  transform: translate3d(var(--scene-shift-x), var(--scene-shift-y), 0) scale(1.04);
  transition: transform 900ms cubic-bezier(.22,.61,.36,1);
}

.hero::before {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(8,8,10,.93) 0%, rgba(8,8,10,.72) 36%, rgba(8,8,10,.3) 66%, rgba(8,8,10,.62) 100%),
    linear-gradient(0deg, rgba(8,8,10,.72) 0%, rgba(8,8,10,.05) 58%, rgba(8,8,10,.38) 100%);
}

.hero-grid {
  z-index: 3;
}

.hero-car-stage {
  position: absolute;
  width: clamp(560px, 52vw, 760px);
  transform-style: preserve-3d;
  transition:
    transform 1050ms cubic-bezier(.18,.78,.2,1),
    filter 850ms ease,
    opacity 850ms ease;
  will-change: transform, filter, opacity;
}

.hero-car-stage--li {
  left: -15vw;
  bottom: -13%;
  transform-origin: 30% 85%;
}

.hero-car-stage--zeekr {
  right: -15vw;
  bottom: -11%;
  transform-origin: 70% 85%;
}

.hero-car {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 38px 45px rgba(0,0,0,.62));
  animation: hero-car-idle 4.8s ease-in-out infinite alternate;
  will-change: transform;
}

.hero-car--zeekr {
  animation-delay: -2.4s;
}

.hero[data-hero-active="li"] .hero-car-stage--li {
  z-index: 2;
  opacity: .98;
  filter: brightness(1.08) saturate(1.04);
  transform: translate3d(var(--li-shift-x), var(--li-shift-y), 110px) rotateY(var(--li-tilt)) scale(1.08);
}

.hero[data-hero-active="li"] .hero-car-stage--zeekr {
  z-index: 1;
  opacity: .54;
  filter: brightness(.62) saturate(.72) blur(1.3px);
  transform: translate3d(var(--zeekr-shift-x), var(--zeekr-shift-y), -120px) rotateY(var(--zeekr-tilt)) scale(.84);
}

.hero[data-hero-active="zeekr"] .hero-car-stage--li {
  z-index: 1;
  opacity: .5;
  filter: brightness(.62) saturate(.72) blur(1.3px);
  transform: translate3d(var(--li-shift-x), var(--li-shift-y), -120px) rotateY(var(--li-tilt)) scale(.84);
}

.hero[data-hero-active="zeekr"] .hero-car-stage--zeekr {
  z-index: 2;
  opacity: .98;
  filter: brightness(1.08) saturate(1.04);
  transform: translate3d(var(--zeekr-shift-x), var(--zeekr-shift-y), 110px) rotateY(var(--zeekr-tilt)) scale(1.08);
}

.hero-car-name {
  position: absolute;
  bottom: 15%;
  min-width: 152px;
  display: grid;
  gap: 1px;
  padding: 10px 13px;
  color: #fff;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 10px;
  background: rgba(8,8,10,.58);
  box-shadow: 0 14px 34px rgba(0,0,0,.28);
  opacity: 0;
  backdrop-filter: blur(12px);
  transform: translateY(9px);
  transition: opacity 450ms ease 250ms, transform 450ms ease 250ms;
}

.hero-car-stage--li .hero-car-name { left: 48%; }
.hero-car-stage--zeekr .hero-car-name { right: 48%; }

.hero-car-name strong {
  font-size: 14px;
  letter-spacing: .02em;
}

.hero-car-name small {
  color: rgba(255,255,255,.68);
  font-size: 11px;
  letter-spacing: .03em;
}

.hero[data-hero-active="li"] .hero-car-stage--li .hero-car-name,
.hero[data-hero-active="zeekr"] .hero-car-stage--zeekr .hero-car-name {
  opacity: 1;
  transform: translateY(0);
}

.hero-motion-floor {
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -4%;
  height: 20%;
  z-index: 3;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(222,35,34,.13), rgba(0,0,0,.34) 42%, transparent 72%);
  filter: blur(13px);
  opacity: .72;
}

@keyframes hero-car-idle {
  from { transform: translate3d(0, 0, 0) rotateZ(-.18deg); }
  to { transform: translate3d(0, -7px, 0) rotateZ(.18deg); }
}

@media (max-width: 900px) {
  .hero-car-stage { width: clamp(500px, 82vw, 720px); }
  .hero-car-stage--li { left: -38vw; bottom: -4%; }
  .hero-car-stage--zeekr { right: -39vw; bottom: 17%; }
  .hero[data-hero-active] .hero-car-stage { opacity: .5; }
  .hero[data-hero-active="li"] .hero-car-stage--li,
  .hero[data-hero-active="zeekr"] .hero-car-stage--zeekr { opacity: .72; }
  .hero-car-name { display: none; }
  .hero::before {
    background:
      linear-gradient(90deg, rgba(8,8,10,.96), rgba(8,8,10,.68)),
      linear-gradient(0deg, rgba(8,8,10,.96), rgba(8,8,10,.12) 62%);
  }
}

@media (max-width: 680px) {
  .hero-car-stage { width: 660px; }
  .hero-car-stage--li { left: -430px; bottom: 7%; }
  .hero-car-stage--zeekr { right: -430px; bottom: 27%; }
  .hero[data-hero-active] .hero-car-stage { opacity: .34; }
  .hero[data-hero-active="li"] .hero-car-stage--li,
  .hero[data-hero-active="zeekr"] .hero-car-stage--zeekr { opacity: .48; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-motion-scene::before,
  .hero-car,
  .hero-car-stage,
  .hero-car-name { animation: none; transition: none; }
}

/* 1KAR experience, steps 1–3: a shorter first screen and a direct path to search. */
.hero--focused { min-height: 690px; padding: 142px 0 48px; }
.hero--focused .hero-grid { gap: 36px 56px; align-items: center; }
.hero--focused .hero-title { font-size: clamp(46px, 5.5vw, 78px); line-height: 1.01; letter-spacing: -.045em; text-wrap: balance; }
.hero--focused .hero-title span { margin-top: 20px; font-size: .49em; line-height: 1.16; letter-spacing: -.025em; }
.hero--focused .hero-copy { max-width: 600px; font-size: clamp(18px, 1.6vw, 21px); line-height: 1.55; }
.hero--focused .hero-estimate { box-shadow: none; background: rgba(13,13,15,.9); }
.hero--focused .hero-estimate p { font-size: 14px; }
.hero--focused .hero-route { padding-top: 12px; font-size: 13px; }
#catalog { scroll-margin-top: 12px; }
#selection .chooser-note { margin-bottom: 28px; }
@media (max-width: 1000px) {
  .hero--focused .hero-grid { grid-template-columns: 1fr; gap: 32px; }
  .hero--focused .hero-copy-block { max-width: 720px; }
  .hero--focused .hero-estimate { max-width: none; }
  .hero--focused .hero-estimate dl { grid-template-columns: 1fr 1fr; gap: 12px 24px; }
}
@media (max-width: 680px) {
  .hero--focused { min-height: auto; padding: 114px 0 32px; }
  .hero--focused .hero-title { font-size: clamp(40px, 11vw, 60px); margin-bottom: 22px; }
  .hero--focused .hero-title span { font-size: .55em; margin-top: 16px; }
  .hero--focused .hero-copy { font-size: 18px; margin-bottom: 24px; }
  .hero--focused .hero-estimate { padding: 20px; }
  .hero--focused .hero-estimate dl { grid-template-columns: 1fr; }
  .hero--focused .hero-estimate-head { flex-wrap: wrap; gap: 4px 12px; }
  .hero--focused .hero-actions .button { min-height: 52px; }
}

/* End */


/* Start:/local/templates/onekar/compare.css?17887258432585*/
.compare-picker{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:24px 0}.compare-picker label{display:grid;gap:8px}.compare-picker select{width:100%;min-height:48px;padding:10px;border:1px solid #777;border-radius:8px;background:#fff;color:#171719;font:inherit}.compare-picker button{grid-column:1/-1;justify-self:start}.compare-toolbar{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin:20px 0}.compare-scroll{max-width:100%;overflow:auto;border:1px solid #555;border-radius:12px;margin:24px 0}.compare-table{border-collapse:separate;border-spacing:0;width:100%;font-size:16px}.compare-table th,.compare-table td{padding:16px;border-bottom:1px solid #555;text-align:left;vertical-align:top;min-width:250px;max-width:330px;overflow-wrap:anywhere}.compare-table th:first-child{min-width:170px;width:170px}.compare-table thead{background:#191b20;color:#fff}.compare-table thead a{display:block;color:inherit}.compare-table img{display:block;width:100%;height:185px;object-fit:cover;border-radius:8px;margin-bottom:14px}.compare-remove{font-size:14px;margin-top:10px}.compare-selection-bar{position:fixed;right:20px;bottom:24px;z-index:40;background:#fff;color:#171719;border:1px solid #777;border-radius:12px;padding:14px 20px;box-shadow:0 6px 22px #0004;max-width:min(430px,calc(100vw - 40px));display:grid;gap:8px}.compare-selection-bar[hidden],.compare-table tr[hidden]{display:none}.compare-selection-bar a{color:#b40929;font-weight:700}.compare-selection-bar span{font-size:14px}.onekar-compare{padding-bottom:120px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}.car-card-body>[data-compare-add]{margin-top:12px;font:inherit;cursor:pointer}.car-card-body>[data-compare-add][aria-pressed=true]{font-weight:bold}@media(max-width:760px){.compare-picker{grid-template-columns:1fr 1fr}.compare-table th,.compare-table td{min-width:230px;padding:12px}.compare-table th:first-child{min-width:135px}.compare-toolbar{gap:16px}.compare-selection-bar{bottom:16px;right:16px;max-width:calc(100vw - 32px)}}
.onekar-compare.model-page{padding-top:120px}.onekar-compare h1{font-size:clamp(32px,4vw,58px);line-height:1.08}.onekar-compare .model-lead{margin:18px 0;max-width:850px}.compare-table thead th{position:sticky;top:0;background:#191b20;z-index:2}.compare-scroll{max-height:75vh}.compare-table tbody th{position:sticky;left:0;background:#f6f5f2;z-index:1}.compare-table thead th:first-child{left:0;z-index:3}@media(max-width:760px){.onekar-compare.model-page{padding-top:80px}}

/* End */
/* /local/templates/onekar/template_styles.css?178873701840724 */
/* /local/templates/onekar/compare.css?17887258432585 */
