

/* Start:/local/templates/glavman/css/pages/dealers.css?178343307315272*/

.dealers-page {
  --gm-red: #D71920;
  --gm-red-dark: #B5121B;
  --gm-dark: #111827;
  --gm-graphite: #171B22;
  --gm-text: #1F2933;
  --gm-muted: #6B7280;
  --gm-line: #D9DEE5;
  --gm-bg: #F7F8FA;
  --gm-white: #FFFFFF;
  --gm-blue-dark: #0B1624;
  --gm-shadow: 0 22px 70px rgba(17, 24, 39, .12);
  --gm-radius: 24px;
  --gm-hero-bg: url('/upload/glavman/dealers/dealers-hero.jpg');
  --gm-hero-bg-mobile: url('/upload/glavman/dealers/dealers-hero-mobile.jpg');
}

.dealers-page .gm-page {
  overflow: hidden;
  font-family: var(--font-family);
  color: var(--gm-text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.dealers-page .gm-page *,
.dealers-page .gm-page *::before,
.dealers-page .gm-page *::after {
  box-sizing: border-box;
}

.dealers-page .gm-page a:not(.gm-btn) { color: inherit; }
.dealers-page .gm-page a.gm-btn { text-decoration: none; }
.dealers-page .gm-page a.gm-btn--white { color: var(--gm-red); }
.dealers-page .gm-page a.gm-btn--white:hover { color: var(--gm-red-dark); }
.dealers-page .gm-page a.gm-btn--red { color: var(--gm-white); }
.dealers-page .gm-page a.gm-btn--ghost { color: var(--gm-white); }
.dealers-page .gm-page img { max-width: 100%; height: auto; display: block; }

.gm-container { width: min(1200px, calc(100% - 32px)); margin: 0 auto; }
.gm-section { padding: 88px 0; }
.gm-section--light { background: var(--gm-bg); }
.gm-section--dark {
  color: var(--gm-white);
  background:
    radial-gradient(circle at 88% 8%, rgba(215,25,32,.34), transparent 33%),
    radial-gradient(circle at 8% 92%, rgba(255,255,255,.08), transparent 28%),
    linear-gradient(135deg, #111827 0%, #171B22 52%, #0B1624 100%);
}

.gm-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--gm-red);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.gm-eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.gm-section--dark .gm-eyebrow,
.gm-final .gm-eyebrow { color: var(--gm-white); }

.gm-title { max-width: 870px; margin-bottom: 42px; }
.gm-title h2 {
  margin: 0 0 18px;
  color: var(--gm-dark);
  font-size: clamp(30px, 3.35vw, 46px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.025em;
}
.gm-title p { margin: 0; color: var(--gm-muted); font-size: 17px; line-height: 1.65; }
.gm-section--dark .gm-title h2,
.gm-section--dark .gm-title p { color: var(--gm-white); }
.gm-section--dark .gm-title p { opacity: .78; }

.gm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 26px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-family: var(--font-family);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease, border-color .2s ease, color .2s ease;
}
.gm-btn--red { background: var(--gm-red); color: var(--gm-white); box-shadow: 0 14px 30px rgba(215,25,32,.28); }
.gm-btn--red:hover { background: var(--gm-red-dark); transform: translateY(-1px); }
.gm-btn--ghost { color: var(--gm-white); background: rgba(255,255,255,.10); border-color: rgba(255,255,255,.28); }
.gm-btn--ghost:hover { background: rgba(255,255,255,.17); }
.gm-btn--white { color: var(--gm-red); background: var(--gm-white); box-shadow: none; }
.gm-btn--white:hover { color: var(--gm-red-dark); background: #F3F5F7; }
.gm-btn--full { width: 100%; }

.gm-hero {
  position: relative;
  padding: 84px 0 76px;
  color: var(--gm-white);
  background:
    linear-gradient(110deg, rgba(17, 24, 39, .94) 0%, rgba(23, 27, 34, .88) 48%, rgba(215, 25, 32, .58) 100%),
    var(--gm-hero-bg) center / cover no-repeat;
}
.gm-hero::after {
  content: "";
  position: absolute;
  right: -150px;
  bottom: -210px;
  width: 560px;
  height: 560px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  pointer-events: none;
}
.gm-hero__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 56px;
  align-items: start;
}
.gm-hero h1 {
  margin: 0 0 26px;
  color: var(--gm-white);
  font-size: clamp(40px, 5vw, 68px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.045em;
}
.gm-hero__lead { max-width: 760px; margin: 0 0 18px; color: rgba(255,255,255,.92); font-size: 20px; line-height: 1.55; }
.gm-hero__text { max-width: 760px; margin: 0; color: rgba(255,255,255,.76); font-size: 16px; line-height: 1.72; }
.gm-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.gm-hero__chips span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.18);
  color: rgba(255,255,255,.9);
  font-size: 13px;
  font-weight: 700;
}
.gm-hero__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }

.gm-hero-form {
  position: static;
  padding: 30px;
  border-radius: 28px;
  background: rgba(255,255,255,.96);
  color: var(--gm-text);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
}
.gm-hero-form h2 {
  margin: 0 0 10px;
  color: var(--gm-dark);
  font-size: 28px;
  line-height: 1.12;
  font-weight: 900;
}
.gm-hero-form > p {
  margin: 0 0 22px;
  color: var(--gm-muted);
  font-size: 14px;
  line-height: 1.55;
}
.gm-hero-form .gm-form { gap: 13px; }
.gm-hero-form .gm-field span { font-size: 13px; }
.gm-hero-form .gm-form input { min-height: 48px; }
.gm-hero-form .gm-checkbox span { font-size: 12px; }

.gm-grid { display: grid; gap: 22px; }
.gm-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gm-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gm-grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.gm-card { padding: 28px; border-radius: var(--gm-radius); background: var(--gm-white); box-shadow: 0 16px 48px rgba(17,24,39,.07); }
.gm-card--border { border: 1px solid var(--gm-line); box-shadow: none; }
.gm-card__num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; margin-bottom: 22px; border-radius: 12px; background: rgba(215,25,32,.10); color: var(--gm-red); font-weight: 900; }
.gm-card h3, .gm-product h3, .gm-step h3 { margin: 0 0 12px; color: var(--gm-dark); font-size: 20px; line-height: 1.24; font-weight: 900; }
.gm-card p, .gm-product p, .gm-step p { margin: 0; color: var(--gm-muted); font-size: 15px; line-height: 1.65; }

.gm-why { padding: 34px; border-radius: 24px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.14); }
.gm-why h3 { margin: 0 0 14px; color: var(--gm-white); font-size: 22px; line-height: 1.2; }
.gm-why p { margin: 0 0 14px; color: rgba(255,255,255,.74); font-size: 15px; line-height: 1.7; }
.gm-why p:last-child { margin-bottom: 0; }

.gm-product { padding: 28px; border-radius: 22px; background: var(--gm-white); border: 1px solid var(--gm-line); }
.gm-product b { display: inline-block; margin-bottom: 18px; color: var(--gm-red); font-size: 13px; font-weight: 900; letter-spacing: .08em; }

.gm-cities { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; }
.gm-cities span { display: block; padding: 12px 14px; border: 1px solid var(--gm-line); border-radius: 12px; background: var(--gm-white); color: var(--gm-text); font-size: 14px; line-height: 1.2; }

.gm-form-section { background: linear-gradient(135deg, rgba(215,25,32,.08), transparent 36%), var(--gm-bg); }
.gm-form-grid { display: grid; grid-template-columns: .9fr .75fr; gap: 44px; align-items: start; }
.gm-steps { position: sticky; top: 100px; }
.gm-steps h2, .gm-form-card h2 { margin: 0 0 26px; color: var(--gm-dark); font-size: clamp(30px, 3vw, 44px); line-height: 1.08; font-weight: 900; letter-spacing: -.025em; }
.gm-step { display: grid; grid-template-columns: 48px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--gm-line); }
.gm-step__num { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 14px; background: var(--gm-red); color: var(--gm-white); font-weight: 900; }

.gm-form-card { padding: 38px; border-radius: 30px; background: var(--gm-white); box-shadow: var(--gm-shadow); }
.gm-form-card > p { margin: 0 0 26px; color: var(--gm-muted); font-size: 15px; line-height: 1.6; }
.gm-form { display: grid; gap: 16px; }
.gm-field { display: grid; gap: 8px; }
.gm-field span { color: var(--gm-dark); font-size: 14px; font-weight: 800; }
.gm-form input[type="text"],
.gm-form input[type="tel"],
.gm-form input[type="email"],
.gm-form textarea {
  width: 100%;
  min-height: 52px;
  padding: 14px 15px;
  border: 1px solid var(--gm-line);
  border-radius: 10px;
  background: var(--gm-white);
  color: var(--gm-dark);
  font-family: var(--font-family);
  font-size: 15px;
  outline: none;
  transition: .2s ease;
}
.gm-form textarea { min-height: 120px; resize: vertical; }
.gm-form input:focus,
.gm-form textarea:focus { border-color: var(--gm-red); box-shadow: 0 0 0 4px rgba(215,25,32,.10); }
.gm-checkboxes { display: grid; gap: 12px; margin: 6px 0 8px; }
.gm-checkbox { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; cursor: pointer; }
.gm-checkbox input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--gm-red); }
.gm-checkbox span { color: var(--gm-muted); font-size: 13px; line-height: 1.45; }
.gm-checkbox a { color: var(--gm-red); text-decoration: underline; }

.gm-faq { display: grid; gap: 12px; max-width: 920px; }
.gm-faq details { border: 1px solid var(--gm-line); border-radius: 16px; background: var(--gm-white); overflow: hidden; }
.gm-faq summary { padding: 20px 22px; color: var(--gm-dark); font-size: 17px; font-weight: 900; cursor: pointer; }
.gm-faq p { margin: 0; padding: 0 22px 22px; color: var(--gm-muted); font-size: 15px; line-height: 1.65; }

.gm-final { padding: 76px 0; background: linear-gradient(120deg, var(--gm-red), var(--gm-red-dark)); color: var(--gm-white); }
.gm-final__inner { display: grid; grid-template-columns: 1fr auto; gap: 34px; align-items: center; }
.gm-final h2 { margin: 0 0 16px; color: var(--gm-white); font-size: clamp(30px, 3vw, 44px); line-height: 1.08; font-weight: 900; letter-spacing: -.025em; }
.gm-final p { max-width: 790px; margin: 0; color: rgba(255,255,255,.86); font-size: 17px; line-height: 1.6; }

.gm-form-message { margin-bottom: 16px; padding: 14px 16px; border-radius: 10px; font-size: 14px; line-height: 1.5; }
.gm-form-message--success { background: #ecfdf3; color: #166534; border: 1px solid #bbf7d0; }
.gm-form-message--error { background: #fef2f2; color: #991b1b; border: 1px solid #fecaca; }
.gm-form.is-submitting { opacity: .7; pointer-events: none; }

.gm-mobile-cta,
.gm-floating-cta,
.gm-sheet { display: none; }

@media (min-width: 701px) {
  .gm-floating-cta {
    display: block;
    position: fixed;
    left: 50%;
    right: auto;
    bottom: 24px;
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 12px);
    transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
    pointer-events: none;
  }

  .gm-floating-cta.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
  }

  .gm-floating-cta__mobile {
    display: none;
  }

  .gm-floating-cta__desktop {
    min-width: 220px;
    box-shadow: 0 14px 40px rgba(215,25,32,.35);
  }
}

@media (max-width: 1100px) {
  .gm-hero__grid,
  .gm-form-grid,
  .gm-final__inner { grid-template-columns: 1fr; }
  .gm-hero-form { position: static; max-width: 560px; }
  .gm-grid--4,
  .gm-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gm-cities { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .gm-steps { position: static; }
}

@media (max-width: 700px) {
  .dealers-page .page__content { padding-bottom: 88px; }

  .gm-container { width: min(100% - 24px, 1200px); }
  .gm-section { padding: 58px 0; }
  .gm-hero {
    padding: 58px 0 58px;
    background:
      linear-gradient(180deg, rgba(17, 24, 39, .92) 0%, rgba(17, 24, 39, .78) 42%, rgba(215, 25, 32, .55) 100%),
      var(--gm-hero-bg-mobile) center / cover no-repeat;
  }
  .gm-hero h1 { font-size: 38px; }
  .gm-hero__lead { font-size: 17px; }
  .gm-hero__actions { display: grid; }
  .gm-hero-form { display: none; }
  .gm-form-section .gm-form-card { display: none; }
  .gm-btn { width: 100%; }
  .gm-grid--4,
  .gm-grid--3,
  .gm-grid--2 { grid-template-columns: 1fr; }
  .gm-cities { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gm-form-card,
  .gm-hero-form { padding: 24px; border-radius: 22px; }
  .gm-step { grid-template-columns: 40px 1fr; }
  .gm-step__num { width: 38px; height: 38px; }
  .gm-final__inner { gap: 24px; }

  .gm-mobile-cta,
  .gm-floating-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 60;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.96);
    border-top: 1px solid var(--gm-line);
    box-shadow: 0 -8px 30px rgba(17,24,39,.08);
    backdrop-filter: blur(12px);
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }

  .gm-floating-cta__desktop {
    display: none;
  }

  .gm-sheet {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 100;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s ease, visibility .25s ease;
  }
  .gm-sheet.is-open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
  .gm-sheet__overlay {
    position: absolute;
    inset: 0;
    background: rgba(17,24,39,.55);
  }
  .gm-sheet__panel {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 92vh;
    overflow: auto;
    padding: 28px 20px calc(24px + env(safe-area-inset-bottom));
    border-radius: 24px 24px 0 0;
    background: var(--gm-white);
    transform: translateY(100%);
    transition: transform .28s ease;
  }
  .gm-sheet.is-open .gm-sheet__panel { transform: translateY(0); }
  .gm-sheet__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    background: var(--gm-bg);
    color: var(--gm-dark);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
  }
  .gm-sheet__title {
    margin: 0 40px 8px 0;
    color: var(--gm-dark);
    font-size: 24px;
    line-height: 1.15;
    font-weight: 900;
  }
  .gm-sheet__text {
    margin: 0 0 20px;
    color: var(--gm-muted);
    font-size: 14px;
    line-height: 1.55;
  }
}

@media (max-width: 430px) {
  .gm-cities { grid-template-columns: 1fr; }
  .gm-hero h1 { font-size: 34px; }
}

body.dealers-sheet-open { overflow: hidden; }

/* End */
/* /local/templates/glavman/css/pages/dealers.css?178343307315272 */
