﻿@font-face {
  font-family: Inter;
  src: url("../local/templates/sevalo2/fonts/Inter-Regular-cyrillic.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url("../local/templates/sevalo2/fonts/Inter-ExtraBold-cyrillic.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}

:root {
  --yellow: #f2cf4a;
  --yellow-bright: #ffdb50;
  --black: #111;
  --text: #202020;
  --muted: #667085;
  --line: #e2e2e2;
  --bg: #f6f7f9;
  --container: 1810px;
  --shadow: 0 20px 55px rgba(0, 0, 0, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 360px;
  overflow-x: hidden;
  background: #fff;
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
}

body.menu-open,
body.modal-open {
  overflow: hidden;
}

body.menu-open .float-right {
  display: none;
}

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

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

button {
  cursor: pointer;
}

img {
  max-width: 100%;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

video[autoplay]::-webkit-media-controls {
  display: none !important;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

.container,
.header-container {
  width: min(100% - 88px, var(--container));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: var(--yellow);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.header-container {
  min-height: 100px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.logo {
  flex-shrink: 0;
  display: inline-flex;
}

.logo img {
  display: block;
  width: 214px;
  height: auto;
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  min-width: 0;
  gap: 8px;
}

.nav-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 16px;
  color: #111;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-link:hover,
.nav-link.is-active {
  background: rgba(17, 17, 17, 0.1);
}

.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 14px;
  margin-bottom: -14px;
}

.nav-dropdown__menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  z-index: 1200;
  width: 380px;
  max-height: min(70vh, 620px);
  overflow-y: auto;
  padding: 30px 36px;
  border: 2px solid #e2e2e2;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 10px);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.nav-dropdown__menu::before {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 18px;
  height: 18px;
  border-top: 2px solid #e2e2e2;
  border-left: 2px solid #e2e2e2;
  background: #fff;
  content: "";
  transform: translateX(-50%) rotate(45deg);
}

.nav-dropdown__menu a {
  display: block;
  color: #111;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
}

.nav-dropdown__menu a + a {
  margin-top: 22px;
}

.nav-dropdown:hover .nav-dropdown__menu,
.nav-dropdown:focus-within .nav-dropdown__menu,
.nav-dropdown.is-open .nav-dropdown__menu {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.callback-btn,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.callback-btn {
  flex-shrink: 0;
  min-width: 250px;
  height: 62px;
  border: 2px solid #111;
  background: #111;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.callback-btn:hover {
  background: transparent;
  color: #111;
}

.btn {
  min-height: 56px;
  padding: 0 28px;
}

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

.btn-dark {
  background: #111;
  color: #fff;
}

.btn-yellow {
  background: var(--yellow-bright);
  color: #111;
}

.btn-white {
  background: #fff;
  color: #111;
}

.burger,
.mobile-nav {
  display: none;
}

.section-kicker {
  margin: 0 0 14px;
  color: var(--yellow-bright);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.home-hero {
  position: relative;
  padding: 26px 0 0;
  background: #fff;
  overflow: hidden;
}

.home-hero__inner {
  display: none;
}

.hero-slider {
  position: relative;
  left: 50%;
  width: 100vw;
  aspect-ratio: 2048 / 1113;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  background: #111;
  cursor: grab;
  transform: translateX(-50%);
  user-select: none;
  touch-action: pan-y;
}

.hero-slider.is-dragging {
  cursor: grabbing;
}

.hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(4%);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.hero-slide.is-active {
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}

.hero-slide__link {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-slide__media {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #111;
}

.hero-slider__arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 54px;
  height: 54px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 50%;
  background: rgba(17, 17, 17, 0.28);
  backdrop-filter: blur(8px);
  transform: translateY(-50%);
  transition: background 0.2s ease, transform 0.2s ease;
}

.hero-slider__arrow:hover {
  background: rgba(17, 17, 17, 0.5);
  transform: translateY(-50%) scale(1.04);
}

.hero-slider__arrow::before {
  position: absolute;
  inset: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  content: "";
}

.hero-slider__arrow--prev {
  left: 28px;
}

.hero-slider__arrow--prev::before {
  transform: translateX(3px) rotate(-45deg);
}

.hero-slider__arrow--next {
  right: 28px;
}

.hero-slider__arrow--next::before {
  transform: translateX(-3px) rotate(135deg);
}

.hero-slider__dots {
  position: absolute;
  right: 0;
  bottom: 24px;
  left: 0;
  z-index: 5;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.hero-slider__dot {
  width: 42px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  padding: 0;
}

.hero-slider__dot.is-active {
  background: var(--yellow-bright);
}

.home-hero__inner {
  min-height: 680px;
  display: none;
  grid-template-columns: 1.04fr 0.96fr;
  gap: 24px;
  align-items: stretch;
}

.home-hero__content {
  display: flex;
  min-height: 680px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(34px, 5vw, 78px);
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(17, 17, 17, 0.94), rgba(17, 17, 17, 0.72)),
    url("assets/service-bg.webp") center / cover no-repeat;
  color: #fff;
}

.home-hero h1 {
  max-width: 1030px;
  margin-bottom: 24px;
  font-size: clamp(40px, 4.8vw, 82px);
  line-height: 1.02;
  letter-spacing: 0;
  overflow-wrap: normal;
  text-transform: uppercase;
}

.home-hero__content > p:not(.section-kicker) {
  max-width: 760px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(18px, 2vw, 25px);
  line-height: 1.42;
}

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

.home-hero__media {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border-radius: 0;
  background: #fff;
}

.home-hero__media img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  display: block;
  object-fit: cover;
  object-position: center;
}

.quick-select {
  padding-top: 36px;
}

.tools-panel {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) 220px minmax(220px, 0.7fr) auto;
  gap: 16px;
  align-items: end;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.06);
}

label span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  color: #111;
  outline: none;
}

input,
select {
  height: 56px;
  padding: 0 16px;
}

textarea {
  resize: vertical;
  padding: 14px 16px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--yellow-bright);
  box-shadow: 0 0 0 4px rgba(255, 219, 80, 0.22);
}

.section {
  padding-top: 96px;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 34px;
}

.section-heading h2,
.feature-panel h2,
.payment-panel h2,
.contacts-card h2 {
  margin: 0;
  color: #202020;
  font-size: clamp(36px, 4.5vw, 66px);
  line-height: 1.05;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.text-link {
  margin-bottom: 8px;
  color: #111;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--yellow);
  text-underline-offset: 7px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.category-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 219, 80, 0.18), rgba(255, 255, 255, 0.9)),
    #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.category-card:hover,
.model-card:hover,
.advantages-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 207, 74, 0.9);
  box-shadow: var(--shadow);
}

.category-card span,
.advantages-grid span {
  width: fit-content;
  padding: 7px 11px;
  border-radius: 999px;
  background: var(--yellow-bright);
  color: #111;
  font-size: 13px;
  font-weight: 800;
}

.category-card h3 {
  margin: 28px 0 12px;
  color: #111;
  font-size: 25px;
  line-height: 1.12;
}

.category-card p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.46;
}

.category-card--dark {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.92), rgba(17, 17, 17, 0.72)),
    url("../katalog/banners/fonzpc.webp") center / cover no-repeat;
  color: #fff;
}

.category-card--dark h3,
.category-card--dark p {
  color: #fff;
}

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

.finance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  align-items: stretch;
}

.finance-card {
  position: relative;
  min-height: 210px;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  padding: 34px;
  border: 2px solid #f2b600;
  border-radius: 18px;
  background: #f7b500;
  color: #111;
  text-align: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.finance-card:hover {
  transform: translateY(-4px);
  border-color: var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.finance-card h2 {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0;
  font-size: clamp(34px, 4.2vw, 58px);
  line-height: 1;
  text-transform: uppercase;
}

.finance-card--parts {
  color: #111;
}

.partners-section {
  padding-top: 82px;
}

.partners-heading {
  align-items: center;
}

.partners-heading > p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.partners-panel {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.partner-card {
  min-height: 140px;
  display: grid;
  place-items: center;
  padding: 24px;
  border: 1px solid #ececec;
  border-radius: 22px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.partner-card:hover {
  transform: translateY(-4px);
  border-color: rgba(242, 207, 74, 0.9);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.1);
}

.partner-card img {
  max-width: 100%;
  max-height: 74px;
  object-fit: contain;
}

.partner-card__logo--wide {
  width: min(100%, 280px);
  max-height: 82px;
}

.partner-card--text {
  justify-items: center;
  color: #111;
  text-align: center;
}

.partner-card--text strong {
  display: block;
  color: #111;
  font-size: clamp(30px, 3vw, 46px);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: 0;
}

.partner-card--text span {
  display: block;
  margin-top: 8px;
  color: #667085;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.service-promo-section {
  padding-top: 82px;
}

.service-promo-card {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: clamp(28px, 4vw, 52px);
  border-radius: 28px;
  background: #111;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.12);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.service-promo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
}

.service-promo-card__media {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.service-promo-card::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(17, 17, 17, 0.86) 0%, rgba(17, 17, 17, 0.58) 30%, rgba(17, 17, 17, 0.12) 62%, rgba(17, 17, 17, 0.04) 100%);
  content: "";
}

.service-promo-card__content {
  position: relative;
  z-index: 3;
  max-width: 560px;
}
.service-promo-card .section-kicker {
  margin: 0 0 18px -2px;
  font-size: clamp(18px, 1.45vw, 24px);
  letter-spacing: 0.06em;
}

.service-promo-card h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 3.6vw, 58px);
  line-height: 1.02;
  text-transform: uppercase;
}

.service-promo-card p:not(.section-kicker) {
  max-width: 520px;
  margin: 18px 0 26px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.35vw, 22px);
  line-height: 1.38;
}

.service-promo-card__content > a {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 32px;
  background: var(--yellow-bright);
  color: #111;
  font-weight: 800;
}

.branches-section {
  padding-top: 52px;
}

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

.branch-grid article {
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 219, 80, 0.18), rgba(255, 255, 255, 0.92)),
    #fff;
}

.branch-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 26px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.branch-grid h3 {
  margin: 0 0 14px;
  color: #111;
  font-size: 34px;
  line-height: 1.06;
}

.branch-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.45;
}

.model-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.model-card img {
  width: 100%;
  height: 235px;
  display: block;
  object-fit: cover;
  background: #f2f2f2;
}

.model-card__body {
  padding: 24px;
}

.model-card__body span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.model-card h3 {
  margin-bottom: 12px;
  color: #111;
  font-size: 30px;
  line-height: 1.08;
}

.model-card p {
  min-height: 74px;
  margin-bottom: 22px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.45;
}

.model-card a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 18px;
  background: var(--yellow-bright);
  color: #111;
  font-weight: 800;
}

.model-card--accent {
  background: #111;
  color: #fff;
}

.model-card--accent h3,
.model-card--accent p,
.model-card--accent span {
  color: #fff;
}

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

.advantages-grid article {
  min-height: 230px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.advantages-grid h3 {
  margin: 28px 0 12px;
  color: #111;
  font-size: 25px;
  line-height: 1.12;
}

.advantages-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.48;
}

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

.review-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 22px;
  background: #111;
  color: #fff;
}

.review-card__trigger {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-align: left;
}

.review-card img,
.review-card__preview {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  opacity: 0.72;
}

.review-card::before {
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 3;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--yellow-bright);
  content: "";
  pointer-events: none;
}

.review-card::after {
  position: absolute;
  top: 43px;
  left: 48px;
  z-index: 4;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #111;
  content: "";
  pointer-events: none;
}

.review-card__body {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 80px 24px 24px;
  background: linear-gradient(0deg, rgba(17, 17, 17, 0.9), transparent);
}

.review-card__video {
  position: absolute;
  inset: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  background: #111;
  object-fit: cover;
}

.review-card__video[hidden] {
  display: none;
}

.review-card.is-playing::before,
.review-card.is-playing::after,
.review-card.is-playing .review-card__trigger {
  display: none;
}

.review-card span,
.service-post-grid span {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 12px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--yellow-bright);
  color: #111;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.review-card h3 {
  margin: 0;
  max-width: 420px;
  font-size: 28px;
  line-height: 1.08;
}

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

.feature-panel {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: clamp(30px, 4vw, 56px);
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
}

.feature-panel h2 {
  color: #fff;
}

.feature-panel p:not(.section-kicker) {
  max-width: 680px;
  margin: 22px 0 28px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
  line-height: 1.45;
}

.feature-panel--service {
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.82), rgba(17, 17, 17, 0.56)),
    url("assets/service-bg1.webp") center / cover no-repeat;
}

.feature-panel--parts {
  background:
    linear-gradient(135deg, rgba(255, 219, 80, 0.9), rgba(255, 219, 80, 0.58)),
    url("../katalog/banners/fonzpc.webp") center / cover no-repeat;
  color: #111;
}

.feature-panel--parts h2,
.feature-panel--parts p:not(.section-kicker) {
  color: #111;
}

.feature-panel--parts .section-kicker {
  color: #111;
}

.service-post-grid article {
  min-height: 260px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.05);
}

.service-post-grid h3 {
  margin: 20px 0 12px;
  color: #111;
  font-size: 30px;
  line-height: 1.08;
}

.service-post-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.48;
}

.geography-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 36px;
  align-items: center;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 24px;
  background: #f7f7f7;
}

.geography-panel h2 {
  margin: 0;
  color: #202020;
  font-size: clamp(36px, 4.5vw, 66px);
  line-height: 1.05;
  text-transform: uppercase;
}

.geography-panel p:not(.section-kicker) {
  max-width: 720px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 20px;
  line-height: 1.45;
}

.geography-panel img {
  width: 100%;
  max-height: 520px;
  object-fit: contain;
}

.payment-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(34px, 5vw, 64px);
  border-radius: 24px;
  background: #111;
  color: #fff;
}

.payment-panel h2 {
  max-width: 1060px;
  color: #fff;
}

.payment-panel p:not(.section-kicker) {
  max-width: 840px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 20px;
  line-height: 1.45;
}

.contacts-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.7fr) minmax(520px, 1.3fr);
  gap: 24px;
  align-items: stretch;
}

.contacts-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  padding: clamp(26px, 3vw, 42px);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(17, 17, 17, 0.88), rgba(17, 17, 17, 0.58)),
    url("assets/service-bg1.webp") center / cover no-repeat;
  color: #fff;
  box-shadow: 0 24px 65px rgba(0, 0, 0, 0.14);
}

.contacts-card h2 {
  max-width: 520px;
  color: #fff;
  font-size: clamp(28px, 2.5vw, 42px);
  line-height: 1.06;
  text-transform: none;
}

.inline-logo {
  width: clamp(132px, 14vw, 230px);
  height: auto;
  display: inline-block;
  vertical-align: -0.12em;
}

.inline-logo--light {
  filter: brightness(0) invert(1);
}

.contacts-card h3 {
  margin: 22px 0 0;
  color: #fff;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.15;
  text-transform: uppercase;
}

.contact-list {
  display: grid;
  gap: 14px;
  max-width: 520px;
  margin-top: 22px;
}

.contact-list a,
.contact-list p {
  margin: 0;
  color: #fff;
  font-size: clamp(17px, 1.55vw, 22px);
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
}

.contact-list span {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 800;
}

.review-links {
  width: min(100%, 440px);
  margin-top: 26px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: #111;
  text-align: center;
}

.review-links strong {
  display: block;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 800;
}

.review-links div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.review-links a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 14px;
  background: #fff;
  color: #111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.15;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.review-links a:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

.map-placeholder {
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: clamp(28px, 4vw, 54px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background:
    radial-gradient(circle at 50% 48%, rgba(242, 207, 74, 0.24), transparent 42%),
    linear-gradient(135deg, rgba(255, 219, 80, 0.18), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.06);
}

.map-placeholder h2 {
  max-width: 760px;
  margin: 0;
  color: #202020;
  font-size: clamp(34px, 4vw, 62px);
  line-height: 1.02;
  text-transform: uppercase;
}

.map-placeholder p:not(.section-kicker) {
  max-width: 680px;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.45;
}

.map-placeholder__image {
  width: 100%;
  max-height: 420px;
  display: block;
  object-fit: contain;
  margin: 24px 0;
}

.region-addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 8px;
}

.region-addresses article {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(17, 17, 17, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.82);
}

.region-addresses strong {
  color: #111;
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
}

.region-addresses span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.region-addresses a {
  width: fit-content;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 0 14px;
  border-radius: 999px;
  background: #e83a11;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  transition: transform 0.2s ease, background 0.2s ease;
}

.region-addresses a:hover {
  transform: translateY(-2px);
  background: #111;
}

.site-footer {
  margin-top: 80px;
  padding: 64px 0 50px;
  background: #292929;
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.9fr 1fr 1.1fr;
  gap: 52px;
  align-items: start;
}

.footer-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-column a,
.footer-contacts h2 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--yellow);
}

.footer-contacts {
  gap: 18px;
}

.footer-contacts h2 {
  font-size: 24px;
}

.footer-contacts > a {
  font-size: 22px;
}

.footer-socials {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.footer-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  background: #1f1f1f;
  transition: transform 0.2s ease, background 0.2s ease;
}

.footer-socials a:hover {
  transform: translateY(-2px);
  background: #111;
}

.footer-socials img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.footer-copy {
  grid-column: 1 / -1;
  margin: 28px 0 0;
  padding-top: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.lead-modal[hidden] {
  display: none;
}

.lead-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 14px;
}

.lead-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.58);
}

.lead-modal__dialog {
  position: relative;
  width: min(100%, 680px);
  max-height: calc(100vh - 28px);
  overflow-y: auto;
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--shadow);
}

.lead-modal__close {
  position: absolute;
  top: 12px;
  right: 14px;
  border: 0;
  background: transparent;
  font-size: 32px;
  line-height: 1;
}

.lead-modal__header {
  padding: 24px 28px 0;
}

.lead-modal__header h2 {
  margin: 0 0 8px;
  padding-right: 32px;
  font-size: clamp(26px, 3.2vw, 38px);
  line-height: 1.04;
  text-transform: uppercase;
}

.lead-modal__header p:last-child {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

.lead-form {
  display: grid;
  gap: 12px;
  padding: 20px 28px 26px;
}

.lead-form label {
  display: grid;
  gap: 6px;
}

.lead-form .btn {
  min-height: 54px;
}

.lead-form__note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
}

.float-right {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.float-btn--wa {
  order: 1;
}

.float-btn--phone {
  order: 2;
}

.float-btn {
  position: relative;
  display: flex;
  width: 66px;
  height: 66px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
  transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease;
}

.float-btn img {
  position: relative;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.float-btn--phone {
  background: #f5c842;
}

.float-btn--wa {
  background: #25d366;
  animation: waPulse 1.8s infinite;
}

.float-btn:hover {
  transform: translateY(-4px) scale(1.07);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
  filter: brightness(1.03);
}

.float-btn:active {
  transform: scale(0.95);
}

.float-btn::before {
  position: absolute;
  top: -30%;
  left: -60%;
  z-index: 1;
  width: 40%;
  height: 160%;
  background: rgba(255, 255, 255, 0.42);
  content: "";
  transform: rotate(25deg);
  transition: left 0.5s ease;
}

.float-btn:hover::before {
  left: 120%;
}

.float-btn::after {
  position: absolute;
  inset: -6px;
  border: 2px solid rgba(245, 200, 66, 0.35);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.float-btn--phone::after {
  animation: ringPulse 2.8s infinite;
}

.float-btn--wa::after {
  border-color: rgba(37, 211, 102, 0.35);
  animation: ringPulse 1.8s infinite;
}

@keyframes waPulse {
  0%, 100% {
    box-shadow: 0 10px 24px rgba(37, 211, 102, 0.28);
  }

  50% {
    box-shadow: 0 16px 36px rgba(37, 211, 102, 0.52);
  }
}

@keyframes ringPulse {
  0% {
    opacity: 0.8;
    transform: scale(0.82);
  }

  70% {
    opacity: 0;
    transform: scale(1.32);
  }

  100% {
    opacity: 0;
    transform: scale(1.32);
  }
}

.site-toast {
  position: fixed;
  top: 96px;
  right: 24px;
  z-index: 1200;
  width: min(360px, calc(100vw - 32px));
  padding: 18px 20px;
  border-radius: 18px;
  background: #111;
  color: #fff;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.26);
  transform: translateY(-14px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.site-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.site-toast strong {
  display: block;
  margin-bottom: 4px;
  color: var(--yellow-bright);
  font-size: 16px;
  line-height: 1.2;
}

.site-toast span {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 1500px) {
  .header-container {
    gap: 14px;
  }

  .logo img {
    width: 178px;
  }

  .desktop-nav {
    gap: 2px;
  }

  .nav-link {
    min-height: 44px;
    padding: 0 9px;
    font-size: 12px;
  }

  .callback-btn {
    min-width: 188px;
    height: 54px;
    font-size: 12px;
  }

  .home-hero h1 {
    font-size: 60px;
  }

  .category-grid,
  .model-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1320px) {
  .header-container {
    gap: 10px;
  }

  .desktop-nav {
    gap: 2px;
  }

  .nav-link {
    padding: 0 8px;
    font-size: 12px;
  }

  .callback-btn {
    min-width: 188px;
    height: 54px;
    font-size: 12px;
  }

  .home-hero__inner,
  .contacts-grid {
    grid-template-columns: 1fr;
  }

  .home-hero__content,
  .home-hero__media,
  .home-hero__media img {
    min-height: 560px;
  }

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

  .partners-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-grid {
    grid-template-columns: 1.2fr 0.8fr 1fr 1fr;
    gap: 36px;
  }

  .footer-column a {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .container,
  .header-container {
    width: min(100% - 30px, var(--container));
  }

  .header-container {
    min-height: 82px;
  }

  .logo img {
    width: 170px;
  }

  .desktop-nav,
  .site-header > .header-container > .callback-btn {
    display: none;
  }

  .burger {
    display: flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    border: 0;
    background: transparent;
  }

  .burger span {
    width: 26px;
    height: 3px;
    background: #111;
  }

  .mobile-nav.is-open {
    position: fixed;
    inset: 82px 0 0;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: var(--yellow);
    overflow-y: auto;
  }

  .mobile-nav a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
  }

  .mobile-callback {
    margin-top: 26px;
    text-align: center;
    border: 0 !important;
    border-radius: 999px;
    background: #111;
    color: #fff;
  }

  .hero-slider {
    width: 100vw;
  }

  .tools-panel,
  .service-promo-card {
    grid-template-columns: 1fr;
  }

  .category-grid,
  .model-grid,
  .advantages-grid,
  .finance-grid,
  .partners-panel,
  .branch-grid,
  .review-grid,
  .service-post-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .payment-panel {
    display: block;
  }

  .payment-panel .btn {
    margin-top: 28px;
  }

  .site-footer {
    padding: 44px 0 38px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 34px;
  }

  .footer-contacts > a {
    font-size: 18px;
  }
}

@media (max-width: 700px) {
  .hero-slider__arrow {
    width: 42px;
    height: 42px;
  }

  .hero-slider__arrow--prev {
    left: 14px;
  }

  .hero-slider__arrow--next {
    right: 14px;
  }

  .hero-slider__dots {
    bottom: 16px;
  }

  .hero-slider__dot {
    width: 30px;
  }

  .section {
    padding-top: 28px;
  }

  .finance-section {
    padding-top: 14px;
  }

  .finance-section .container {
    width: 100%;
  }

  .partners-section,
  .service-promo-section,
  .reviews-section,
  .contacts-section {
    padding-top: 22px;
  }

  .section-heading {
    display: block;
    margin-bottom: 18px;
  }

  .section-heading h2,
  .service-promo-card h2,
  .payment-panel h2,
  .contacts-card h2 {
    font-size: 36px;
  }

  .category-grid,
  .model-grid,
  .advantages-grid,
  .finance-grid,
  .partners-panel,
  .branch-grid,
  .review-grid,
  .service-post-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .finance-grid {
    gap: 12px;
  }

  .finance-card {
    min-height: 104px;
    padding: 18px 16px;
    border-width: 1px;
    border-radius: 0;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06);
  }

  .finance-card h2 {
    max-width: 280px;
    font-size: clamp(25px, 7.8vw, 34px);
    line-height: 0.96;
  }

  .model-card p {
    min-height: 0;
  }

  .service-promo-card,
  .contacts-card,
  .map-placeholder {
    min-height: 0;
    padding: 22px;
    border-radius: 20px;
  }

  .service-promo-card {
    min-height: 360px;
    align-items: stretch;
  }

  .service-promo-card__content {
    position: absolute;
    inset: 0;
    max-width: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 18px 18px;
  }


  .service-promo-card h2 {
    display: none;
  }

  .service-promo-card .section-kicker {
    margin: 0;
    font-size: 24px;
  }

  .service-promo-card p:not(.section-kicker) {
    display: none;
  }

  .service-promo-card__content > a {
    min-height: 46px;
    padding: 0 22px;
    font-size: 14px;
  }

  .map-placeholder {
    min-height: 0;
    padding: 18px;
    border-radius: 22px;
  }

  .map-placeholder h2 {
    font-size: clamp(30px, 9vw, 40px);
  }

  .map-placeholder p:not(.section-kicker) {
    margin-top: 12px;
    font-size: 15px;
    line-height: 1.35;
  }

  .contacts-card h2 {
    white-space: normal;
  }

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

  .contacts-card h3 {
    margin-top: 16px;
  }

  .contact-list {
    gap: 10px;
    margin-top: 16px;
  }

  .contact-list a,
  .contact-list p {
    font-size: 15px;
  }

  .inline-logo {
    width: 148px;
  }

  .map-placeholder__image {
    max-height: 190px;
    margin: 16px 0;
  }

  .region-addresses {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .region-addresses article {
    min-height: 0;
    height: 100%;
    gap: 6px;
    padding: 12px;
    border-radius: 14px;
  }

  .region-addresses strong {
    font-size: clamp(14px, 4vw, 17px);
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .region-addresses span {
    min-height: 42px;
    font-size: 12px;
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .region-addresses a {
    width: 100%;
    min-height: 32px;
    max-width: 100%;
    margin-top: auto;
    padding: 0 10px;
    font-size: 12px;
    white-space: nowrap;
  }

  .review-links div {
    grid-template-columns: 1fr;
  }

  .review-grid {
    gap: 12px;
  }

  .review-card {
    min-height: 235px;
    border-radius: 18px;
  }

  .review-card::before {
    top: 16px;
    left: 16px;
    width: 46px;
    height: 46px;
  }

  .review-card::after {
    top: 30px;
    left: 35px;
    border-top-width: 8px;
    border-bottom-width: 8px;
    border-left-width: 13px;
  }

  .review-card__body {
    padding: 64px 18px 18px;
  }

  .site-footer {
    margin-top: 56px;
  }

  .footer-column a {
    font-size: 17px;
  }

  .footer-copy {
    margin-top: 8px;
    font-size: 14px;
  }

  .float-right {
    right: 10px;
    bottom: calc(72px + env(safe-area-inset-bottom));
    gap: 10px;
  }

  .float-btn {
    width: 50px;
    height: 50px;
  }

  .float-btn img {
    width: 25px;
    height: 25px;
  }

  .partner-card {
    min-width: 0;
    min-height: 92px;
    overflow: hidden;
    padding: 12px;
    border-radius: 16px;
  }

  .partners-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
    border-radius: 24px;
  }

  .partner-card img,
  .partner-card__logo--wide {
    width: auto;
    max-width: 100%;
    max-height: 46px;
    object-fit: contain;
  }

  .partner-card--text strong {
    font-size: clamp(22px, 7vw, 30px);
    letter-spacing: -0.04em;
  }

  .partner-card--text span {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
}

/* ===== SEVALO HEADER ORDER / CRUSHERS NAV FIX ===== */
.site-header .header-container {
  width: calc(100% - 48px);
  max-width: none;
  gap: 14px;
}

.site-header .desktop-nav {
  flex: 1 1 auto;
  justify-content: center;
  gap: 4px;
  min-width: 0;
}

.site-header .nav-link {
  padding: 0 13px;
  font-size: 16px;
  white-space: nowrap;
}

.site-header .nav-dropdown__toggle {
  border: 0;
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}

.site-header .callback-btn {
  flex: 0 0 auto;
  min-width: 220px;
  padding-right: 22px;
  padding-left: 22px;
  white-space: nowrap;
}

.site-header .mobile-nav__label {
  display: block;
  padding: 16px 0 8px;
  color: #111;
  font-size: 22px;
  font-weight: 900;
  text-transform: uppercase;
  opacity: 0.72;
}

@media (max-width: 1500px) {
  .site-header .header-container {
    width: calc(100% - 36px);
    gap: 8px;
  }

  .site-header .logo img {
    width: 220px;
  }

  .site-header .nav-link {
    padding: 0 7px;
    font-size: 13px;
  }

  .site-header .callback-btn {
    min-width: 190px;
    padding-right: 16px;
    padding-left: 16px;
    font-size: 12px;
  }
}

@media (max-width: 1200px) {
  .site-header .desktop-nav,
  .site-header > .header-container > .callback-btn {
    display: none;
  }

  .site-header .header-container {
    width: min(100% - 30px, 1720px);
    min-height: 82px;
  }

  .site-header .logo img {
    width: 170px;
    height: auto;
  }

  .site-header .burger {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .site-header .burger span {
    width: 26px;
    height: 3px;
    background: #111;
  }

  .site-header .mobile-nav.is-open {
    position: fixed;
    inset: 82px 0 0;
    z-index: 5100;
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #f2cf4a;
    overflow-y: auto;
  }

  .site-header .mobile-nav a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(17, 17, 17, 0.2);
    color: #111;
    font-size: 28px;
    font-weight: 800;
    text-transform: uppercase;
    text-decoration: none;
  }

  .site-header .mobile-callback {
    margin-top: 26px;
    border: 0 !important;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    text-align: center;
  }
}






