/* Чистая верстка по предоставленным скринам (desktop). */

:root{
  --container: 1320px;
  --text: #121212;
  --muted: #7a7a7a;
  --line: #e9ecef;
  --chip: #e31e24;
  --orange1: #e31e24;
  --orange2: #c01a1f;
  --shadow: 0 16px 40px rgba(0,0,0,.10);
  --shadow2: 0 10px 24px rgba(0,0,0,.10);
  --radius: 22px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:"Manrope",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:#fff;font-size:17px}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.hp-field{position:absolute;left:-9999px;opacity:0;height:0;width:0;pointer-events:none}


/* Header */
.header{position:fixed;top:0;left:0;width:100%;background:#fff;z-index:1000;box-shadow:0 2px 8px rgba(0,0,0,.08)}
body{padding-top:70px}
.header__inner{height:70px;display:flex;align-items:center;gap:18px;position:relative}
.logo img{height:58px;width:auto}

.header__mid{display:flex;align-items:center;gap:14px;margin-left:6px}
.social{display:flex;gap:10px}
.social__btn{width:48px;height:48px;border-radius:10px;background:#f4f6f8;display:grid;place-items:center}
.social__btn img{width:30px;height:30px;object-fit:contain}
.header__mid-text{font-size:15px;line-height:1.18;color:#222}
.header__city{
  position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);
  display:inline-flex;align-items:center;gap:8px;padding:9px 15px;
  border-radius:999px;background:#fff5f5;border:1px solid #f5c0c1;
  color:#e31e24;font-size:15px;font-weight:900;white-space:nowrap
}
.header__city::before{content:"";width:8px;height:8px;border-radius:50%;background:#e31e24;flex-shrink:0}

.header__right{margin-left:auto;display:flex;align-items:center;gap:16px}
.header__mail{font-size:14px;color:#7b7b7b;margin-right:4px}
.header__phone{display:flex;flex-direction:column;align-items:flex-end;margin-right:6px}
.phone{font-size:28px;font-weight:800;letter-spacing:-0.7px}
.phone__sub{font-size:14px;color:#6b7280;margin-top:2px}
.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#e31e24;margin-right:6px}

.btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;border:none;cursor:pointer;font-weight:800;letter-spacing:.6px}
.btn__arrow{display:inline-flex;align-items:center;justify-content:center;font-size:18px}

.btn--orange{padding:14px 22px;border-radius:8px;background:#e31e24;color:#fff;text-transform:uppercase;font-size:13px}

.header__cta{padding:14px 20px}
.burger{width:44px;height:44px;border-radius:8px;border:2px solid #e31e24;background:#fff;display:grid;place-items:center;cursor:pointer}
.burger span{display:block;width:18px;height:2px;background:#e31e24;margin:2px 0;border-radius:2px}

/* Hero */
.hero{position:relative;background:#fff}
.hero__inner{display:flex;gap:24px;padding-top:46px;padding-bottom:24px}
.hero__left{flex:1}
.hero__right{width:420px;position:relative}

.hero__urgent{
  display:inline-flex;align-items:center;gap:10px;margin-bottom:18px;
  padding:10px 16px;border-radius:999px;background:#fff;border:1px solid #edf0f4;
  box-shadow:0 10px 28px rgba(0,0,0,.08);font-size:15px;font-weight:800;color:#222
}
.hero__urgent-dot{
  width:10px;height:10px;border-radius:50%;background:#e31e24;position:relative;flex-shrink:0
}
.hero__urgent-dot::after{
  content:"";position:absolute;inset:-6px;border-radius:50%;background:rgba(227,30,36,.22);
  animation:urgent-pulse 1.5s ease-out infinite
}
@keyframes urgent-pulse{
  0%{opacity:.9;transform:scale(.45)}
  100%{opacity:0;transform:scale(1.8)}
}
.hero__title{margin:0;font-size:58px;line-height:1.05;font-weight:800}
.hero__title-accent{font-weight:900}
.hero__chips{margin-top:18px;display:flex;flex-wrap:wrap;gap:12px}
.chip{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:14px;background:#e31e24;color:#fff;font-weight:800}
.chip--small{padding:8px 12px;border-radius:14px;background:#fff;border:1px solid rgba(227,30,36,.35);color:#e31e24;font-weight:700}

.hero__note{margin-top:32px;display:flex;gap:14px;align-items:flex-start}
.hero__note-ico{width:34px;height:34px;min-width:34px;border-radius:50%;background:#e31e24;display:grid;place-items:center;color:#fff;font-weight:900;flex-shrink:0;font-size:15px}
.hero__note-text{font-size:17px;line-height:1.4;color:#3b3b3b}

.btn--big{margin-top:28px;padding:19px 28px;border-radius:8px;background:#e31e24;color:#fff;font-size:15px;text-transform:uppercase}

.hero__actions{margin-top:28px;display:flex;align-items:center;gap:22px;flex-wrap:wrap}
.hero__actions .btn--big{margin-top:0}
.hero__call{display:inline-flex;align-items:center;gap:12px;min-height:54px}
.hero__call-icon{
  width:50px;height:50px;border-radius:50%;background:#e31e24;color:#fff;
  display:grid;place-items:center;flex-shrink:0;box-shadow:0 10px 24px rgba(227,30,36,.26)
}
.hero__call-text{display:flex;flex-direction:column;gap:3px}
.hero__call-text strong{font-size:19px;font-weight:900;color:#111;line-height:1.1}
.hero__call-text small{font-size:14px;color:#6b7280;font-weight:700}

.hero__rating{position:absolute;left:-82px;top:250px;width:340px;height:310px;z-index:2}
.hero__rating-badge{position:absolute;width:120px;filter:drop-shadow(0 8px 20px rgba(0,0,0,.16))}
.hero__rating-badge--1{left:0;top:0}
.hero__rating-badge--2{left:78px;top:110px}
.hero__rating-badge--3{left:142px;top:218px}

@keyframes badge-sway{
  0%,100%{transform:translateY(0) rotate(-1deg)}
  50%{transform:translateY(-10px) rotate(1deg)}
}
.hero__rating-badge--1{animation:badge-sway 3.8s ease-in-out infinite}
.hero__rating-badge--2{animation:badge-sway 4.4s ease-in-out infinite 0.6s}
.hero__rating-badge--3{animation:badge-sway 3.6s ease-in-out infinite 1.2s}
.hero__person{position:absolute;right:-10px;top:0;width:420px}
.hero__person img{width:100%;height:auto}

.hero__bar{margin-top:14px;padding:16px 0 22px}
.bar{background:#fff;border-radius:14px;padding:14px 22px;display:flex;gap:16px;align-items:center;justify-content:space-between;border:1px solid #edf0f4;box-shadow:0 4px 16px rgba(0,0,0,.06)}
.bar__item{display:flex;align-items:center;gap:12px;color:#222;margin-top:10px;margin-bottom:10px;min-width:0}
.bar__check{width:32px;height:32px;border-radius:50%;background:#e31e24;display:grid;place-items:center;font-weight:900;color:#fff;flex-shrink:0}
.bar__check svg{display:block}
.bar__text{font-size:14px;line-height:1.2}
.bar__text b{font-weight:900}

/* Dispatch map */
.dispatch-map{padding:50px 0 56px;background:#fff}
.dispatch-map__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.dispatch-map__title{max-width:560px}
.dispatch-map__sub{max-width:650px;margin:12px 0 0;color:#6b7280;line-height:1.45;font-size:18px}
.dispatch-map__phone{
  display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;
  border-radius:10px;background:#e31e24;color:#fff;font-weight:900;box-shadow:0 14px 28px rgba(227,30,36,.22);
  white-space:nowrap
}
.dispatch-map__canvas{
  position:relative;min-height:560px;overflow:hidden;border-radius:22px;border:1px solid #dde5ef;
  background:
    radial-gradient(circle at 7% 16%, rgba(104,129,166,.14) 0 9%, transparent 10%),
    radial-gradient(circle at 91% 26%, rgba(104,129,166,.12) 0 12%, transparent 13%),
    radial-gradient(circle at 27% 86%, rgba(104,129,166,.12) 0 13%, transparent 14%),
    linear-gradient(115deg, transparent 0 23%, rgba(255,255,255,.82) 23.2% 24.5%, transparent 24.7% 100%),
    linear-gradient(35deg, transparent 0 18%, rgba(255,255,255,.75) 18.2% 19.6%, transparent 19.8% 100%),
    linear-gradient(150deg, transparent 0 51%, rgba(255,255,255,.9) 51.2% 52.5%, transparent 52.7% 100%),
    #eef2f8;
  box-shadow:0 24px 60px rgba(15,23,42,.11)
}
.dispatch-map__canvas::before{
  content:"";position:absolute;inset:0;opacity:.72;
  background-image:
    linear-gradient(28deg, transparent 0 12%, rgba(151,161,184,.48) 12.2% 12.5%, transparent 12.8% 100%),
    linear-gradient(96deg, transparent 0 27%, rgba(151,161,184,.38) 27.2% 27.5%, transparent 27.8% 100%),
    linear-gradient(138deg, transparent 0 35%, rgba(151,161,184,.38) 35.2% 35.5%, transparent 35.8% 100%),
    linear-gradient(72deg, transparent 0 62%, rgba(151,161,184,.34) 62.2% 62.5%, transparent 62.8% 100%),
    linear-gradient(0deg, rgba(151,161,184,.28) 1px, transparent 1px),
    linear-gradient(90deg, rgba(151,161,184,.22) 1px, transparent 1px);
  background-size:100% 100%,100% 100%,100% 100%,100% 100%,88px 88px,104px 104px
}
.dispatch-map__canvas::after{
  content:"";position:absolute;inset:0;background:rgba(255,255,255,.38);pointer-events:none
}
.dispatch-map__chip{
  position:absolute;z-index:4;display:inline-flex;align-items:center;gap:9px;padding:12px 18px;border-radius:14px;
  background:rgba(255,255,255,.95);font-weight:900;box-shadow:0 12px 28px rgba(15,23,42,.12);border:1px solid rgba(221,229,239,.72)
}
.dispatch-map__chip span{width:8px;height:8px;border-radius:50%;background:#e31e24;box-shadow:0 0 0 5px rgba(227,30,36,.14)}
.dispatch-map__chip--zone{left:18px;top:18px}
.dispatch-map__chip--request{left:50%;top:18px;transform:translateX(-50%)}
.dispatch-map__chip--time{right:18px;top:18px}
.dispatch-map__center{
  position:absolute;z-index:4;left:50%;top:48%;transform:translate(-50%,-50%);
  width:216px;padding:14px;border-radius:18px;background:rgba(255,255,255,.96);
  box-shadow:0 18px 46px rgba(15,23,42,.18);border:1px solid rgba(221,229,239,.75);text-align:left
}
.dispatch-map__logo img{height:38px;width:auto;margin-bottom:8px}
.dispatch-map__mode{font-size:14px;color:#6b7280;margin-bottom:6px}
.dispatch-map__center a{color:#e31e24;font-weight:900}
.dispatch-map__masters{position:absolute;inset:0;z-index:5}
.dispatch-map__master{
  position:absolute;left:var(--x);top:var(--y);display:flex;align-items:center;gap:8px;
  min-width:204px;padding:8px 8px 8px 10px;border-radius:999px;background:rgba(255,255,255,.97);
  color:#111;box-shadow:0 14px 30px rgba(15,23,42,.16);border:1px solid rgba(221,229,239,.75);
  transition:transform .18s, box-shadow .18s
}
.dispatch-map__master:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(15,23,42,.22)}
.dispatch-map__avatar{width:42px;height:42px;border-radius:50%;overflow:hidden;flex:0 0 42px;border:2px solid #fff;box-shadow:0 0 0 2px rgba(227,30,36,.2)}
.dispatch-map__avatar img{width:100%;height:100%;object-fit:cover}
.dispatch-map__info{display:flex;flex-direction:column;line-height:1.08;min-width:76px}
.dispatch-map__info b{font-size:14px;font-weight:900;white-space:nowrap}
.dispatch-map__info small{font-size:12px;color:#6b7280;font-weight:800;margin-top:3px}
.dispatch-map__call{margin-left:auto;padding:8px 12px;border-radius:999px;background:#e31e24;color:#fff;font-size:12px;font-weight:900}
.dispatch-map__master::after{
  content:"";position:absolute;left:42px;bottom:-22px;width:70px;height:30px;border-radius:8px 12px 7px 7px;
  background:linear-gradient(90deg,#161a22,#303846);box-shadow:0 10px 18px rgba(15,23,42,.18);z-index:-1
}
.dispatch-map__master::before{
  content:"";position:absolute;left:53px;bottom:-25px;width:10px;height:10px;border-radius:50%;background:#0b0d12;
  box-shadow:42px 0 0 #0b0d12;z-index:0
}
.dispatch-map__master--1{--x:43%;--y:13%}
.dispatch-map__master--2{--x:19%;--y:34%}
.dispatch-map__master--3{--x:25%;--y:63%}
.dispatch-map__master--4{--x:37%;--y:80%}
.dispatch-map__master--5{--x:54%;--y:70%}
.dispatch-map__master--6{--x:47%;--y:60%}
.dispatch-map__master--7{--x:62%;--y:41%}
.dispatch-map__master--8{--x:58%;--y:34%}
.dispatch-map__nearest,
.dispatch-map__main-call{
  position:absolute;z-index:6;display:inline-flex;align-items:center;justify-content:center;
  border-radius:14px;font-weight:900;box-shadow:0 14px 30px rgba(15,23,42,.14)
}
.dispatch-map__nearest{left:18px;bottom:18px;padding:13px 18px;background:#fff;color:#111;border:1px solid rgba(221,229,239,.8)}
.dispatch-map__main-call{right:18px;bottom:18px;padding:15px 22px;background:#e31e24;color:#fff}

/* Section headings */
.section-title{margin:0;text-align:center;font-size:42px;line-height:1.1;font-weight:900}
.section-title--left{text-align:left}
.section-subtitle{text-align:center;margin-top:10px;color:#7b7b7b}
.accent{color:#e31e24}

/* Services */
.services{padding:56px 0}
.cards{margin-top:30px}
.card{background:#fff;border-radius:12px;padding:14px 14px 18px;border:1px solid #e8eaed}
.card__media{position:relative;border-radius:8px;overflow:hidden;background:#ddd;height:168px}
.card__media img{width:100%;height:100%;object-fit:cover}
.tag{position:absolute;left:14px;bottom:12px;padding:8px 12px;border-radius:999px;background:#e31e24;color:#fff;font-weight:900;font-size:12px}
.card__title{margin:14px 6px 10px;font-size:19px;line-height:1.2;font-weight:900}
.price-pill{display:inline-flex;margin-left:6px;padding:8px 14px;border-radius:6px;background:#e31e24;color:#fff;font-weight:900}
.card__text{margin:12px 6px 16px;color:#6b7280;line-height:1.45;font-size:15px;min-height:76px}
.btn--outline{padding:14px 18px;border-radius:8px;background:transparent;border:1.5px solid #e31e24;color:#e31e24;font-weight:900}
.btn--outline:hover{background:#fff}
.btn--sm{padding:10px 14px;font-size:12px}

/* Calc */
.calc{padding:18px 0 56px;background:#f4f5f8}
.calc__box{background:#fff;border-radius:16px;padding:30px;border:1px solid #e8eaed}
.calc__left{flex:1}
.calc__right{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-end}
.calc__title{font-size:36px;font-weight:900;line-height:1.08}
.calc__field{margin-top:18px;position:relative}
.input{width:100%;padding:18px 54px 18px 22px;border-radius:10px;border:1.5px solid #d7dde5;outline:none;font-size:17px;background:#fff}
.input__btn{position:absolute;right:8px;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:8px;border:none;background:#e31e24;color:#fff;font-weight:900;cursor:pointer}
.calc__chips{margin-top:14px;display:flex;flex-wrap:wrap;gap:10px}
.calc__hint{margin:16px 0 0;color:#6b7280;line-height:1.45}
.calc__badges{margin-top:14px;display:flex;gap:12px;flex-wrap:wrap}
.badge{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:8px;border:1px solid #f5c0c1;background:#fff;color:#b01519;font-weight:700;font-size:13px}
.badge__dot{width:8px;height:8px;border-radius:50%;background:#e31e24}
.calc__prices{width:100%;margin-bottom:16px}
.calc__row{display:flex;justify-content:space-between;gap:10px;color:#6b7280;margin:8px 0}
.rub{color:#d40000;font-size:18px}
.btn--wide{width:100%;padding:18px 20px;border-radius:8px}
.bolt{width:34px;height:34px;border-radius:50%;background:rgba(0,0,0,.10);display:grid;place-items:center}
.calc__small{margin-top:10px;text-align:right;color:#7b7b7b;font-size:13px;line-height:1.35}

.diag{margin-top:22px}
.diag__box{background:#e31e24;border-radius:12px;padding:18px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.diag__title{color:#fff;font-weight:900;font-size:24px}
.diag__text{color:rgba(255,255,255,.85);margin-top:2px}
.btn--white{padding:14px 18px;border-radius:8px;background:#fff;color:#e31e24;font-weight:900}

/* Promo blocks */
.promo{padding:10px 0 56px}
.promo__grid{}
.promo__card{border-radius:16px;padding:26px;min-height:240px;position:relative;overflow:hidden;border:1px solid #e8eaed}
.promo__card--dark{background:#161616;color:#fff}
.promo__dark-title{font-size:26px;font-weight:900;line-height:1.15}
.promo__dark-text{margin-top:12px;color:rgba(255,255,255,.8);line-height:1.35}
.promo__card--light{background:#fff;border:1px solid #f1f1f1}
.promo__light-title{font-size:26px;font-weight:900;line-height:1.15}
.promo__light-text{margin-top:12px;color:#6b7280;line-height:1.35}
.promo__img{position:absolute;right:18px;bottom:-10px;width:180px;height:180px;border-radius:22px;background:radial-gradient(circle at 30% 30%, rgba(227,30,36,.20), transparent 60%), #f3f4f6}
.remote{margin-top:26px;background:#fff;border-radius:16px;border:1px solid #e8eaed;padding:26px}
.remote__meta{font-size:12px;letter-spacing:.18em;color:#9aa0a6;font-weight:800}
.remote__grid{margin-top:12px}
.remote__title{margin:0;font-size:34px;font-weight:900;line-height:1.1}
.remote__text{margin:10px 0 0;color:#6b7280;line-height:1.45}
.remote__steps{margin-top:16px;display:grid;gap:10px}
.step{display:flex;gap:10px;align-items:flex-start;color:#3b3b3b}
.step__n{width:28px;height:28px;border-radius:50%;background:#fde8e8;color:#b01519;display:grid;place-items:center;font-weight:900}
.remote__gadget{width:100%;height:320px;border-radius:16px;background:#f3f4f6}

/* Advantages */
.advantages{padding:56px 0}
.adv-box{margin-top:24px;background:#fff;border:1px solid #edf0f4;border-radius:16px;padding:22px}
.adv-line{display:flex;justify-content:space-between;align-items:center;padding:12px 12px 6px;position:relative}
.adv-line:before{content:"";position:absolute;left:12px;right:12px;top:26px;height:2px;background:#d7dde5}
.adv-dot{width:26px;height:26px;border-radius:50%;background:#fff;border:2px solid #d7dde5;position:relative;z-index:1;display:grid;place-items:center}
.adv-dot span{width:8px;height:8px;border-radius:50%;background:#e31e24}
.adv-dot--active{border-color:#f0a0a2}
.adv-dot--active span{width:12px;height:12px;background:#e31e24;box-shadow:0 0 0 6px rgba(227,30,36,.18)}
.adv-top{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:10px}
.adv-top__item{color:#6b7280;text-align:center;font-weight:800}
.adv-top__item--active{color:#111}
.adv-top__item small{display:block;font-weight:600;color:#6b7280;margin-top:6px;line-height:1.2}
.adv-card{margin-top:16px;border:1px solid #edf0f4;border-radius:22px;padding:18px}
.adv-card__label{font-size:12px;letter-spacing:.2em;color:#9aa0a6;font-weight:900}
.adv-card__title{margin-top:8px;font-size:24px;font-weight:900}
.adv-card__text{margin-top:10px;color:#6b7280;line-height:1.55}

/* Brands */
.brands{padding:18px 0 56px}
.brands__grid{margin-top:26px}
.brand{background:#fff;min-height:100px;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;display:grid;place-items:center;transition:background .15s, box-shadow .15s, transform .15s}
.brand img{max-height:70px;width:auto;object-fit:contain;filter:saturate(1.05)}
.brand:hover{background:#fff5f5;box-shadow:inset 0 0 0 1px rgba(227,30,36,.18);transform:translateY(-1px)}
.brand__text{
  display:block;padding:0 12px;text-align:center;
  color:var(--tile-brand-color,#111);font-size:26px;font-weight:900;
  line-height:1.1;letter-spacing:0
}
.brand__text--long{font-size:21px}

/* Reviews */
.reviews{padding:10px 0 56px}
.reviews__grid{margin-top:26px}
.review{background:#fff;border:1px solid #edf0f4;border-radius:12px;padding:18px}
.review--highlight{background:#fff;border-color:#f5c0c1}
.review__head{display:flex;gap:12px;align-items:center}
.review__av{width:54px;height:54px;border-radius:50%;object-fit:cover}
.review__name{font-weight:900}
.review__text{margin-top:10px;color:#3b3b3b;line-height:1.45}
.review__rate{margin-top:12px;display:flex;gap:10px;align-items:center;color:#c01a1f;font-weight:900}
.stars{letter-spacing:2px}
.rate{color:#6b7280;font-weight:800}

/* Contract */
.contract{padding:18px 0 56px}
.contract__box{background:#fff;border-radius:16px;border:1px solid #edf0f4;padding:34px 28px}
.contract__title{margin:0;text-align:center;font-size:42px;line-height:1.1;font-weight:900}
.contract__items{margin-top:22px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.contract__item{display:flex;gap:14px}
.contract__n{width:30px;height:30px;border-radius:50%;background:#e31e24;color:#fff;display:grid;place-items:center;font-weight:900}
.contract__h{font-weight:900;line-height:1.15}
.contract__t{margin-top:8px;color:#6b7280;line-height:1.45}
.contract__actions{margin-top:22px;display:flex;justify-content:center;gap:16px;flex-wrap:wrap}

/* Cities */
.cities{padding:18px 0 56px}
.cities__head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start}
.cities__sub{margin-top:10px;color:#7b7b7b}
.cities__search{margin-top:12px;max-width:520px}
.tabs{display:flex;gap:10px;margin-top:18px}
.tab{padding:10px 14px;border-radius:8px;border:1px solid #d7dde5;background:#fff;font-weight:700;color:#6b7280;cursor:pointer}
.tab--active{border-color:#f0a0a2;color:#e31e24;background:#fff5f5}
.cities__grid{margin-top:18px}
.city{display:block;background:#fff;border:1px solid #edf0f4;border-radius:12px;padding:14px;text-decoration:none;color:inherit;transition:border-color .18s,box-shadow .18s,transform .18s}
.city:hover{border-color:#f5b0b2;box-shadow:0 14px 34px rgba(15,23,42,.08);transform:translateY(-2px)}
.city:focus-visible{outline:3px solid rgba(227,30,36,.22);outline-offset:3px}
.city__head{display:flex;justify-content:space-between;align-items:center}
.city__name{font-weight:900;font-size:19px}
.city__tag{padding:6px 10px;border-radius:6px;border:1px solid #f5b0b2;background:#fff5f5;color:#e31e24;font-weight:700;font-size:12px}
.city__desc{margin-top:10px;color:#6b7280;line-height:1.45}
.city__actions{margin-top:12px;display:flex;gap:12px;align-items:center}
.city__more{display:inline-flex;margin-top:12px;color:#e31e24;font-weight:900}
.city-page .hero__title{font-size:52px}
.hero__city-line{white-space:nowrap}
.hero__city-accent{color:#e31e24;font-weight:900}

/* Contacts */
.contacts{padding:18px 0 56px}
.contacts__grid{}
.contacts__left{background:#fff;border-radius:16px;border:1px solid #edf0f4;padding:30px}
.contacts__title{margin:0;font-size:40px;line-height:1.1;font-weight:900}
.contacts__text{margin-top:14px;color:#6b7280;line-height:1.45}
.form{margin-top:22px;display:grid;gap:14px;max-width:560px}
.select{height:62px;border-radius:18px;background:#f3f4f6;display:flex;justify-content:space-between;align-items:center;padding:0 18px;color:#6b7280;font-weight:700}
.select__chev{color:#111;font-weight:900}
.phone-input{display:flex;align-items:center;gap:10px}
.flag{width:42px;height:62px;display:grid;place-items:center;border-radius:18px;background:#f3f4f6}
.input--phone{padding-left:18px;padding-right:18px}
.agree{color:#9aa0a6;font-size:12px}
.agree a{color:#e31e24;text-decoration:underline}
.consent{
  display:flex;align-items:flex-start;gap:9px;width:100%;
  font-size:13px;line-height:1.5;color:#7a7a7a;text-align:left;cursor:pointer
}
.consent input{
  width:17px;height:17px;margin:1px 0 0;accent-color:#e31e24;flex-shrink:0;cursor:pointer
}
.consent a{color:#e31e24;text-decoration:underline}
.consent--dark{color:rgba(255,255,255,.58)}
.consent--dark a{color:rgba(255,255,255,.78)}

.contacts__right{background:#141414;border-radius:16px;padding:28px;color:#fff;position:relative;overflow:hidden}
.contacts__r-title{font-size:24px;font-weight:900;line-height:1.15}
.citem{margin-top:18px;display:flex;gap:12px;align-items:flex-start}
.cico{width:44px;height:44px;border-radius:50%;background:#e31e24;display:grid;place-items:center;font-weight:900}
.clabel{color:rgba(255,255,255,.8);font-weight:900;font-size:12px}
.cval{margin-top:4px;font-weight:800;line-height:1.25}
.contacts__phoneimg{position:absolute;right:-20px;bottom:-40px;width:320px;height:420px;border-radius:24px;background:rgba(255,255,255,.06);transform:rotate(10deg)}

/* ===== CTA Footer section ===== */
.cta-footer{
  background:#272b34;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255,255,255,.018) 0px,
      rgba(255,255,255,.018) 1px,
      transparent 1px,
      transparent 12px
    );
  padding:48px 0 36px;color:#fff
}

.cta-footer__top{
  display:flex;justify-content:space-between;align-items:center;
  gap:32px;padding-bottom:36px
}
.cta-footer__title{
  margin:0 0 14px;font-size:34px;font-weight:900;line-height:1.15;color:#fff
}
.cta-footer__desc{margin:0;font-size:15px;color:rgba(255,255,255,.65);line-height:1.55}
.cta-footer__desc b{color:#fff;font-weight:800}
.cta-footer__cta-btn{
  flex-shrink:0;padding:18px 32px;border-radius:8px;
  background:#e31e24;color:#fff;font-weight:900;font-size:15px;
  border:none;cursor:pointer;white-space:nowrap;
  box-shadow:0 8px 24px rgba(227,30,36,.4)
}

.cta-footer__divider{border:none;border-top:1px solid rgba(255,255,255,.1);margin:0 0 30px}

.cta-footer__bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:24px}

/* Brand column */
.cta-footer__brand-col{display:flex;flex-direction:column;gap:16px;min-width:260px}
.cta-footer__brand{display:flex;align-items:center;gap:14px}
.cta-footer__miele{
  display:inline-block;background:#e31e24;color:#fff;
  font-weight:900;font-size:17px;padding:5px 14px;border-radius:4px;letter-spacing:.3px;
  flex-shrink:0
}
.cta-footer__brand-text{font-size:13px;color:rgba(255,255,255,.7);line-height:1.35}
.cta-footer__address{
  font-size:13px;color:rgba(255,255,255,.55);line-height:1.6;
  display:flex;align-items:flex-start;gap:8px
}
.cta-footer__addr-ico{flex-shrink:0;font-size:15px;color:rgba(255,255,255,.35);margin-top:2px}

/* Middle column */
.cta-footer__mid-col{
  flex:1;display:flex;flex-direction:column;gap:14px;
  align-items:flex-start;padding:0 28px
}
.cta-footer__call-btn{
  padding:12px 28px;border-radius:8px;border:1.5px solid rgba(255,255,255,.3);
  background:transparent;color:#fff;font-weight:700;font-size:14px;cursor:pointer;
  transition:border-color .15s
}
.cta-footer__call-btn:hover{border-color:rgba(255,255,255,.65)}
.cta-footer__copy{margin:0;font-size:11px;color:rgba(255,255,255,.3);line-height:1.55;max-width:340px}
.cta-footer__payments{display:flex;gap:14px;align-items:center}
.cta-footer__pay-item{
  font-size:12px;font-weight:800;color:rgba(255,255,255,.3);letter-spacing:.06em
}
.cta-footer__pay-mc{font-size:18px;line-height:1;letter-spacing:-4px;color:rgba(255,255,255,.3)}

/* Phone column */
.cta-footer__phone-col{text-align:right;flex-shrink:0}
.cta-footer__phone{
  display:block;font-size:26px;font-weight:900;color:#fff;
  text-decoration:none;line-height:1.1
}
.cta-footer__phone-sub{margin-top:6px;font-size:13px;color:rgba(255,255,255,.45)}
.cta-footer__24{
  display:inline-flex;width:20px;height:20px;border-radius:50%;
  background:rgba(255,255,255,.15);color:#fff;font-size:10px;font-weight:900;
  align-items:center;justify-content:center;margin-left:4px;vertical-align:middle
}

/* Footer */
.footer{background:#0f0f0f;color:#fff;padding:26px 0 30px}
.footer__inner{display:flex;justify-content:space-between;align-items:center;gap:20px}
.footer__nav{display:flex;gap:26px;flex-wrap:wrap;color:rgba(255,255,255,.85)}
.footer__nav a{font-weight:700}
.footer__phone{font-size:26px;font-weight:900}
.footer__bottom{margin-top:18px;gap:16px;color:rgba(255,255,255,.65);font-size:13px}
.footer__right{text-align:right}
.made{margin-top:14px;color:rgba(255,255,255,.45)}
.tilda{display:inline-block;padding-left:6px}

/* ===== Faults section ===== */
.faults{padding:56px 0;background:#f4f5f8}

.faults__title{
  margin:0;text-align:center;font-size:38px;font-weight:900;line-height:1.2;
  display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap
}
.faults__title::before,.faults__title::after{
  content:'';display:block;width:44px;height:3px;background:#e31e24;flex-shrink:0
}
.faults__title-main{display:block;text-align:center}
.faults__sub{text-align:center;color:#e31e24;font-weight:700;margin-top:8px;font-size:16px}

.faults__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;margin-top:28px
}

/* Обычная карточка */
.fault{
  background:#fff;border-radius:10px;box-shadow:0 8px 32px rgba(0,0,0,.10),0 2px 8px rgba(0,0,0,.05);
  padding:18px 18px 14px;position:relative;overflow:hidden;
  display:flex;flex-direction:column
}
/* Карточка 01 — featured */
.fault--featured{
  grid-column:span 2;
  display:flex;flex-direction:row;align-items:flex-start;gap:0;
  border:none;box-shadow:0 8px 32px rgba(0,0,0,.10),0 2px 8px rgba(0,0,0,.05);overflow:hidden
}
.fault__content{flex:1;display:flex;flex-direction:column;padding:4px 0}

.fault__head{display:flex;align-items:flex-start;gap:12px}
.fault__ico{
  width:44px;height:44px;border-radius:50%;background:#edf0f4;
  display:grid;place-items:center;flex-shrink:0;font-size:20px
}
.fault__name{margin:0;font-size:20px;font-weight:900;line-height:1.22}

.fault__list{margin:12px 0 0;padding-left:18px;color:#3b3b3b;line-height:1.7;font-size:14px}
.fault__list li{margin:2px 0}

.fault__btn{
  display:inline-flex;align-items:center;padding:10px 22px;border-radius:999px;
  background:#e31e24;color:#fff;font-weight:900;font-size:15px;
  margin-top:16px;width:fit-content;text-decoration:none
}

/* Фото машинки в featured */
.fault__machine{
  width:210px;height:auto;object-fit:contain;
  align-self:flex-end;flex-shrink:0;
  margin-right:-18px;margin-bottom:-14px
}

/* Большой номер-ватермарк */
.fault__num{
  position:absolute;right:10px;bottom:4px;
  font-size:72px;font-weight:900;line-height:1;
  color:rgba(0,0,0,.06);pointer-events:none;user-select:none
}

/* CTA карточка */
.fault-cta{
  background:#4b5368;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.10),0 2px 8px rgba(0,0,0,.05);padding:18px;
  display:flex;flex-direction:column;gap:10px
}
.fault-cta__title{margin:0;color:#fff;font-size:21px;font-weight:900}
.fault-cta__text{margin:0;font-size:14px;color:rgba(255,255,255,.75);line-height:1.5}
.fault-cta__form{display:flex;flex-direction:column;gap:10px}
.fault-cta__input{
  padding:13px 16px;border-radius:10px;
  border:1.5px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);
  color:#fff;font-size:16px;width:100%;outline:none
}
.fault-cta__input::placeholder{color:rgba(255,255,255,.5)}
.fault-cta__btn{
  padding:13px;border-radius:10px;background:#fff;color:#222;
  font-weight:900;border:none;cursor:pointer;font-size:15px
}
.fault-cta__agree{font-size:11px;color:rgba(255,255,255,.45);line-height:1.4}
.fault-cta__agree a{color:rgba(255,255,255,.65);text-decoration:underline}

/* ===== Promo offer section ===== */
.promo-offer{padding:0 0 40px;background:#f4f5f8}

/* Outer flex wrapper: red card + white card side by side */
.promo-offer__wrap{
  display:flex;gap:16px;align-items:stretch
}

/* Red left card */
.promo-offer__box{
  flex:1;border-radius:20px;
  padding:32px 40px;display:flex;flex-direction:column;gap:0;
  position:relative;overflow:hidden;
  background:linear-gradient(135deg,#b8151b 0%,#e31e24 55%,#f03040 100%)
}
.promo-offer__box::before{
  content:'';
  position:absolute;
  right:-30px;bottom:-20px;
  width:260px;height:260px;
  background:url('./assets/stir.webp') no-repeat right bottom / contain;
  opacity:0.08;
  pointer-events:none
}
.promo-offer__title{
  margin:0 0 8px;color:#fff;font-size:28px;font-weight:900;line-height:1.2
}
.promo-offer__timer{
  color:rgba(255,255,255,.9);font-size:15px;margin-bottom:20px
}
.promo-offer__timer strong{font-weight:900;letter-spacing:.04em}
.promo-offer__form{display:flex;gap:12px;align-items:center;flex-wrap:wrap}
.promo-offer__input{
  padding:13px 18px;border-radius:10px;
  border:1.5px solid rgba(255,255,255,.45);background:transparent;
  color:#fff;font-size:16px;width:220px;outline:none
}
.promo-offer__input::placeholder{color:rgba(255,255,255,.65)}
.promo-offer__btn{
  padding:13px 28px;border-radius:10px;background:#fff;color:#222;
  font-weight:900;border:none;cursor:pointer;white-space:nowrap;font-size:15px
}
.promo-offer__agree{
  display:block;margin-top:12px;
  color:rgba(255,255,255,.6);font-size:12px
}
.promo-offer__agree a{color:rgba(255,255,255,.8);text-decoration:underline}

/* White right card */
.promo-offer__right{
  background:#fff;border-radius:20px;padding:20px 22px;
  min-width:260px;flex-shrink:0;
  display:flex;flex-direction:column;gap:12px;
  border:1px solid #e5e7eb
}
/* Red hero block at top of white card */
.promo-offer__right-hero{
  background:#e31e24;border-radius:10px;padding:12px 16px;text-align:center
}
.promo-offer__right-label{
  display:block;color:rgba(255,255,255,.8);font-size:11px;font-weight:700;
  text-transform:uppercase;letter-spacing:.08em;margin-bottom:2px
}
.promo-offer__right-price{
  color:#fff;font-size:28px;font-weight:900;line-height:1.1
}
.promo-offer__right-q{
  font-size:15px;font-weight:800;color:#222;line-height:1.4
}
.promo-offer__right-list{
  margin:0;padding-left:18px;font-size:14px;color:#3b3b3b;line-height:1.8
}
.promo-offer__right-list li{margin:2px 0}

/* ===== Advantages Pro section ===== */
.adv-pro{padding:56px 0;background:#f4f5f8}
.adv-pro__title{
  margin:0;text-align:center;font-size:38px;font-weight:900;line-height:1.2;
  display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap
}
.adv-pro__title::before,.adv-pro__title::after{
  content:'';display:block;width:44px;height:3px;background:#e31e24;flex-shrink:0
}
.adv-pro__sub{text-align:center;color:#e31e24;font-weight:700;margin-top:8px;font-size:16px}
.adv-pro__grid{
  display:grid;grid-template-columns:repeat(3,1fr);
  gap:14px;margin-top:28px
}
.adv-pro__card{
  background:#fff;border-radius:16px;border:1px solid #e5e7eb;
  padding:24px 22px;position:relative
}
.adv-pro__num{font-size:68px;font-weight:900;color:#e31e24;line-height:1;margin-bottom:16px}
.adv-pro__name{margin:0 0 8px;font-size:18px;font-weight:900;line-height:1.28}
.adv-pro__text{margin:0;font-size:14px;color:#6b7280;line-height:1.6}
.adv-pro__cta{
  background:#e31e24;border-radius:16px;padding:26px 22px;
  display:flex;flex-direction:column;gap:14px;justify-content:space-between
}
.adv-pro__cta-title{margin:0;color:#fff;font-size:24px;font-weight:900;line-height:1.2}
.adv-pro__cta-text{margin:0;font-size:14px;color:rgba(255,255,255,.85);line-height:1.6}
.adv-pro__cta-btn{
  padding:14px 24px;border-radius:10px;background:#fff;color:#222;
  font-weight:900;border:2px solid #fff;cursor:pointer;font-size:15px;width:fit-content;
  margin-top:auto
}

/* ===== Machine types section ===== */
.machine-types{padding:56px 0;background:#fff}
.machine-types__title{margin:0 0 24px;font-size:38px;font-weight:900;line-height:1.2}
.machine-types__brand{color:#e31e24}

.machine-types__tabs{display:flex;gap:12px;margin-bottom:36px}
.machine-types__tab{
  padding:14px 44px;border-radius:10px;border:1.5px solid #e5e7eb;
  background:#fff;color:#e31e24;font-weight:700;font-size:16px;cursor:pointer;
  transition:background .15s,color .15s
}
.machine-types__tab--active{background:#111;color:#fff;border-color:#111}

.machine-types__grid{display:flex;gap:8px;justify-content:space-between;align-items:flex-end}
.machine-types__item{
  display:flex;flex-direction:column;align-items:center;gap:18px;flex:1;text-align:center
}
.machine-types__item img{width:100%;max-width:200px;height:210px;object-fit:contain}
.machine-types__label{font-size:16px;font-weight:500;color:#222;line-height:1.4}

/* ===== Masters section ===== */
.masters{padding:56px 0;background:#fff}

.masters__top{
  display:flex;justify-content:space-between;align-items:flex-start;
  gap:24px;margin-bottom:36px
}
.masters__left{flex:1;max-width:620px}
.masters__title{margin:0 0 12px;font-size:38px;font-weight:900;line-height:1.2}
.masters__brand{color:#e31e24}
.masters__sub{margin:0;font-size:16px;color:#6b7280;line-height:1.5}

.masters__right{display:flex;flex-direction:column;align-items:flex-end;gap:16px;flex-shrink:0}
.masters__certs{display:flex;gap:8px}
.masters__certs img{width:90px;height:auto;border-radius:6px;border:1px solid #e5e7eb;object-fit:cover}
.masters__nav{display:flex;gap:8px;justify-content:flex-end}
.masters__nav-btn{
  width:44px;height:44px;border-radius:50%;border:1.5px solid #d7dde5;
  background:#fff;font-size:16px;cursor:pointer;display:grid;place-items:center;color:#222
}
.masters__nav-btn:hover{border-color:#e31e24;color:#e31e24}

.masters__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.masters__card{display:flex;flex-direction:column}
.masters__photo{
  width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:14px;
  background:#f3f4f6;margin-bottom:14px
}
.masters__name{font-size:17px;font-weight:900;line-height:1.25;margin-bottom:4px;color:#111}
.masters__role{font-size:14px;color:#6b7280;margin-bottom:10px;line-height:1.4}
.masters__exp{display:inline-flex;padding:7px 16px;border-radius:8px;border:1.5px solid #e5e7eb;font-size:14px;font-weight:700;color:#222;width:fit-content}

/* ===== Discount CTA section ===== */
.disc-cta{
  background:#272b34;
  background-image:
    repeating-linear-gradient(
      110deg,
      transparent 0px, transparent 80px,
      rgba(255,255,255,.025) 80px, rgba(255,255,255,.025) 81px
    );
  padding:52px 0;
  color:#fff;
}
.disc-cta__inner{
  display:flex;align-items:center;justify-content:space-between;gap:40px
}
.disc-cta__content{flex:1;max-width:640px}
.disc-cta__head{
  display:flex;align-items:flex-start;gap:28px;margin-bottom:28px
}
.disc-cta__badge{
  font-size:30px;font-weight:900;color:#fff;white-space:nowrap;flex-shrink:0
}
.disc-cta__desc{
  margin:0;font-size:16px;color:rgba(255,255,255,.7);line-height:1.6
}
.disc-cta__form{display:flex;gap:12px;flex-wrap:wrap}
.disc-cta__input{
  flex:1;min-width:200px;padding:15px 20px;border-radius:8px;
  border:1.5px solid rgba(255,255,255,.2);background:rgba(255,255,255,.07);
  color:#fff;font-size:16px;outline:none
}
.disc-cta__input::placeholder{color:rgba(255,255,255,.45)}
.disc-cta__btn{
  padding:15px 36px;border-radius:8px;background:#e31e24;color:#fff;
  font-weight:900;font-size:16px;border:none;cursor:pointer;white-space:nowrap;
  box-shadow:0 8px 24px rgba(227,30,36,.4)
}
.disc-cta__agree{
  margin-top:12px;font-size:13px;color:rgba(255,255,255,.35)
}
.disc-cta__agree a{color:rgba(255,255,255,.5);text-decoration:underline}

/* Phone widget */
.disc-cta__phone{flex-shrink:0;width:180px;height:260px;display:flex;align-items:center}
.disc-cta__phone-card{
  width:140px;min-height:200px;background:#1a1e26;border-radius:22px;
  border:1.5px solid rgba(255,255,255,.12);padding:20px 16px 24px;
  display:flex;flex-direction:column;align-items:center;gap:10px;
  box-shadow:0 24px 60px rgba(0,0,0,.5);margin:auto
}
.disc-cta__phone-avatar{
  width:56px;height:56px;border-radius:50%;
  background:linear-gradient(135deg,#8a9bb0,#5a6a7e);
  border:2px solid rgba(255,255,255,.15)
}
.disc-cta__phone-label{
  text-align:center;font-size:13px;font-weight:700;color:#fff;line-height:1.3
}
.disc-cta__phone-ring-wrap{
  position:relative;width:56px;height:56px;
  display:flex;align-items:center;justify-content:center;margin-top:4px
}
.disc-cta__ring{
  position:absolute;border-radius:50%;border:2px solid rgba(255,255,255,.25);
  animation:disc-ring 1.8s ease-out infinite
}
.disc-cta__ring:nth-child(1){width:56px;height:56px}
.disc-cta__ring--2{width:76px;height:76px;animation-delay:.6s}
.disc-cta__ring-ico{font-size:22px;z-index:1;position:relative}
@keyframes disc-ring{
  0%{opacity:.7;transform:scale(.8)}
  100%{opacity:0;transform:scale(1.4)}
}

/* Desktop only (как скрины) */
@media (max-width: 1200px){
  .cards{margin-top:30px}
  .hero__inner{flex-direction:column}
  .hero__right{width:100%;height:300px;margin-top:16px}
  .hero__rating{display:none}
  .hero__person{position:relative;right:auto;top:auto;width:100%;text-align:center}
  .hero__person img{width:auto;max-height:280px;display:block;margin:0 auto}
  .bar{border-radius:24px}
  .reviews__grid{margin-top:26px}
  .cities__grid{margin-top:18px}
  .contacts__grid{}
  .dispatch-map__canvas{min-height:610px}
  .dispatch-map__chip--request{top:78px}
  .dispatch-map__master--1{--x:39%;--y:18%}
  .dispatch-map__master--2{--x:9%;--y:36%}
  .dispatch-map__master--3{--x:15%;--y:64%}
  .dispatch-map__master--4{--x:32%;--y:82%}
  .dispatch-map__master--5{--x:57%;--y:74%}
  .dispatch-map__master--6{--x:47%;--y:62%}
  .dispatch-map__master--7{--x:64%;--y:43%}
  .dispatch-map__master--8{--x:58%;--y:33%}
}

/* ===== Tablet & Mobile (≤ 768px) ===== */
@media (max-width: 768px){

  /* Discount CTA */
  .disc-cta__inner{flex-direction:column;align-items:flex-start}
  .disc-cta__phone{display:none}
  .disc-cta__head{flex-direction:column;gap:12px}

  /* Hero: уменьшить заголовок без правой панели */
  .hero__title{font-size:36px}

  /* Уменьшить крупные заголовки на планшете */
  .section-title{font-size:28px}
  .contract__title{font-size:28px}
  .contacts__title{font-size:32px}
  .cta-footer__title{font-size:26px}

  .dispatch-map{padding:34px 0 42px}
  .dispatch-map__head{display:block;margin-bottom:16px}
  .dispatch-map__sub{font-size:16px}
  .dispatch-map__phone{width:100%;margin-top:14px}
  .dispatch-map__canvas{min-height:0;padding:14px;border-radius:18px}
  .dispatch-map__canvas::before{opacity:.5}
  .dispatch-map__chip,
  .dispatch-map__center,
  .dispatch-map__nearest,
  .dispatch-map__main-call{
    position:relative;left:auto;right:auto;top:auto;bottom:auto;transform:none;width:100%;margin:0 0 10px
  }
  .dispatch-map__chip{justify-content:center;text-align:center}
  .dispatch-map__center{text-align:center}
  .dispatch-map__logo img{margin:0 auto 8px}
  .dispatch-map__masters{position:relative;inset:auto;display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:12px 0}
  .dispatch-map__master{
    position:relative;left:auto;top:auto;min-width:0;width:100%;border-radius:14px;padding:10px;flex-wrap:wrap
  }
  .dispatch-map__master:hover{transform:none}
  .dispatch-map__master::before,
  .dispatch-map__master::after{display:none}
  .dispatch-map__avatar{width:38px;height:38px;flex-basis:38px}
  .dispatch-map__info{min-width:0;flex:1}
  .dispatch-map__call{width:100%;text-align:center;margin-left:0}
  .dispatch-map__nearest,
  .dispatch-map__main-call{display:flex}

  /* Bar: 1 пункт в строку → 4 строки */
  .bar{border-radius:24px;display:grid;grid-template-columns:1fr;gap:10px;padding:14px 18px}
  .bar__item{min-width:0}

  /* Diag box: кнопка под текстом */
  .diag__box{flex-direction:column;align-items:flex-start}

  /* Advantages: 6 колонок → 3 */
  .adv-top{grid-template-columns:repeat(3,1fr)}

  /* Cities head: заголовок + вкладки в столбик */
  .cities__head{flex-direction:column}
  .tabs{justify-content:flex-start}

  /* Contract items: 3 колонки → 2 */
  .contract__items{grid-template-columns:repeat(2,1fr)}

  /* Contacts title: 54px → 36px */
  .contacts__title{font-size:36px}

  /* CTA Footer */
  .cta-footer__top{flex-direction:column;align-items:flex-start}
  .cta-footer__title{font-size:24px}
  .cta-footer__bottom{flex-direction:column;gap:28px}
  .cta-footer__mid-col{padding:0}
  .cta-footer__phone-col{text-align:left}

  /* Promo декоративный блок перекрывает текст — скрыть */
  .promo__img{display:none}

  /* Faults: 4 cols → 2 cols */
  .faults__grid{grid-template-columns:repeat(2,1fr)}
  .fault--featured{grid-column:span 2;flex-direction:column}
  .fault__machine{width:100%;max-height:180px;object-fit:contain;margin:12px 0 0;align-self:center}
  .faults__title{font-size:26px}
  .faults__title::before,.faults__title::after{display:none}

  /* Promo offer: stacked on tablet */
  .promo-offer__wrap{flex-direction:column}
  .promo-offer__box{padding:28px 24px}
  .promo-offer__right{min-width:0}
  .promo-offer__input{width:100%}
  .promo-offer__form{flex-direction:column;align-items:stretch}
  .promo-offer__title{font-size:20px}

  /* Adv-pro: 3 cols → 2 */
  .adv-pro__grid{grid-template-columns:repeat(2,1fr)}
  .adv-pro__title{font-size:26px}
  .adv-pro__title::before,.adv-pro__title::after{display:none}

  /* Machine types: 5 items → scroll */
  .machine-types__title{font-size:26px}
  .machine-types__grid{overflow-x:auto;padding-bottom:8px}
  .machine-types__item{min-width:140px}
  .machine-types__tabs{flex-wrap:wrap}

  /* Masters: 4 → 2 cols */
  .masters__title{font-size:26px}
  .masters__top{flex-direction:column}
  .masters__right{align-items:flex-start}
  .masters__grid{grid-template-columns:repeat(2,1fr)}
}

/* ===== Mobile header fix ===== */
/* Masters horizontal slider on mobile */
@media (max-width: 600px){
  .masters__grid{
    display:flex;flex-direction:row;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    gap:14px;
    padding-bottom:14px;
    /* hide scrollbar */
    scrollbar-width:none;
    margin:0 -16px;
    padding-left:16px;
    padding-right:16px;
  }
  .masters__grid::-webkit-scrollbar{display:none}
  .masters__card{
    flex:0 0 72vw;
    max-width:260px;
    scroll-snap-align:start;
  }
}
@media (max-width: 480px){
  .dispatch-map__masters{grid-template-columns:1fr}
  .dispatch-map__master{border-radius:16px}
  .dispatch-map__phone,
  .dispatch-map__main-call{font-size:14px;padding-left:14px;padding-right:14px}
  .dispatch-map__chip{font-size:14px;padding-left:12px;padding-right:12px}

  body{padding-top:115px}

  /* ── Header ── */
  .header__inner{
    height:auto;
    padding:10px 8px 10px 14px;
    display:grid;
    justify-content: space-between;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    grid-template-areas:
      "logo phone"
      "cta  cta";
    gap:8px 12px;
    align-items:center;
  }

  .logo{grid-area:logo;align-self:center}
  .logo img{height:36px}

  .header__mid{display:none !important}
  .header__city{display:none !important}
  .header__mail{display:none !important}
  .burger{display:none !important}

  .header__right{
    display:contents;
  }

  .header__phone{
    grid-area:phone;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    margin-right:0;
  }
  .phone{font-size:21px;font-weight:900;letter-spacing:.2px;line-height:1.1}
  .phone__sub{font-size:11px;white-space:nowrap}

  .header__cta{
    grid-area:cta;
    width:100%;
    justify-content:center;
    padding:12px 18px;
    font-size:13px;
    letter-spacing:.5px;
  }

  /* ── Typography ── */
  .hero__title{font-size:32px}
  .section-title{font-size:24px !important}
  .contract__title{font-size:24px}
  .contacts__title{font-size:28px}
  .cta-footer__title{font-size:22px}
  .adv-pro__title{font-size:22px}
  .faults__title{font-size:22px}
  .machine-types__title{font-size:22px}
  .masters__title{font-size:22px}
  .remote__title{font-size:22px}
  .promo__dark-title,.promo__light-title{font-size:20px}

  /* ── Faults grid ── */
  .faults__grid{grid-template-columns:1fr}
  .fault--featured{grid-column:span 1}

  /* ── Adv-pro grid ── */
  .adv-pro__grid{grid-template-columns:1fr}

  /* ── Contract ── */
  .contract__items{grid-template-columns:1fr}
  .contract__n{flex-shrink:0}

  /* ── Advantages tabs ── */
  .adv-top{grid-template-columns:repeat(2,1fr)}

  /* ── Bar items ── */
  .bar{border-radius:18px;gap:12px}

  /* ── Misc ── */
  .btn--big{font-size:13px;padding:15px 20px}
  .hero__chips{gap:8px}
  .chip{padding:8px 14px;font-size:13px}
}

/* Bootstrap container sizing to match макет */
@media (min-width: 1200px){
  .container{ max-width: 1320px; }
}

/* Prevent horizontal scroll */
html, body{ overflow-x:hidden; }

/* Row-cols-5 support (Bootstrap has row-cols-5, but keep safety for xl) */
@media (min-width: 1200px){
  .row-cols-xl-5 > *{ flex:0 0 auto; width:20%; }
}

/* ===== MODAL ===== */
.modal-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:16px;
  opacity:0;
  visibility:hidden;
  transition:opacity .22s ease, visibility .22s ease;
}
.modal-overlay--active{
  opacity:1;
  visibility:visible;
}
.modal-card{
  background:#fff;
  border-radius:20px;
  padding:40px 36px 32px;
  max-width:440px;
  width:100%;
  position:relative;
  box-shadow:0 24px 64px rgba(0,0,0,.22);
  transform:scale(.96) translateY(10px);
  transition:transform .22s ease;
  text-align:center;
}
.modal-overlay--active .modal-card{
  transform:scale(1) translateY(0);
}

/* Кнопка закрытия */
.modal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:36px;
  height:36px;
  border-radius:50%;
  border:none;
  background:#f3f4f6;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#6b7280;
  transition:background .15s, color .15s;
  flex-shrink:0;
}
.modal__close:hover{ background:#e9ecef; color:#121212; }

/* Иконка */
.modal__icon{
  width:64px;
  height:64px;
  background:rgba(227,30,36,.10);
  border-radius:16px;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 20px;
  color:#e31e24;
}

/* Заголовок */
.modal__title{
  font-size:24px;
  font-weight:800;
  color:#121212;
  margin-bottom:8px;
  line-height:1.2;
}
.modal__desc{
  font-size:14px;
  color:#7a7a7a;
  line-height:1.55;
  margin-bottom:24px;
}

/* Форма */
.modal__form{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.modal__field{ text-align:left; }
.modal__label{
  display:block;
  font-size:13px;
  font-weight:600;
  color:#121212;
  margin-bottom:6px;
}
.modal__input{
  width:100%;
  padding:14px 16px;
  border:2px solid #e9ecef;
  border-radius:10px;
  font-size:15px;
  font-family:inherit;
  color:#121212;
  outline:none;
  transition:border-color .15s;
  box-sizing:border-box;
}
.modal__input::placeholder{ color:#b0b0b0; }
.modal__input:focus{ border-color:#e31e24; }

/* Кнопка отправки */
.modal__submit{
  width:100%;
  padding:16px;
  background:#e31e24;
  color:#fff;
  border:none;
  border-radius:10px;
  font-size:15px;
  font-weight:700;
  font-family:inherit;
  cursor:pointer;
  transition:background .15s, transform .1s;
  margin-top:4px;
  box-shadow:0 8px 24px rgba(227,30,36,.35);
}
.modal__submit:hover{ background:#c01a1f; }
.modal__submit:active{ transform:scale(.98); }

/* Политика */
.modal__privacy{
  font-size:12px;
  color:#7a7a7a;
  margin-top:14px;
  line-height:1.5;
}
.modal__privacy a{ color:#e31e24; text-decoration:underline; }

.privacy-modal{
  position:fixed;
  inset:0;
  z-index:120000;
  display:none;
  font-family:inherit;
}
.privacy-modal.is-open{
  display:block;
}
.privacy-modal__backdrop{
  position:absolute;
  inset:0;
  background:rgba(18,18,18,.62);
}
.privacy-modal__dialog{
  position:relative;
  width:min(94vw, 760px);
  max-height:min(84vh, 760px);
  margin:min(8vh, 58px) auto 0;
  overflow:auto;
  background:#fff;
  border-radius:18px;
  box-shadow:0 30px 90px rgba(0,0,0,.28);
  padding:28px 26px 24px;
  z-index:1;
}
.privacy-modal__close{
  position:absolute;
  top:14px;
  right:14px;
  width:36px;
  height:36px;
  border-radius:50%;
  border:none;
  background:#f3f4f6;
  color:#6b7280;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  line-height:1;
}
.privacy-modal__close:hover{
  background:#e9ecef;
  color:#121212;
}
.privacy-policy{
  color:#121212;
  font-size:14px;
  line-height:1.58;
  padding-right:4px;
}
.privacy-policy h2{
  margin:0 48px 12px 0;
  font-size:24px;
  line-height:1.22;
  font-weight:800;
}
.privacy-policy h3{
  margin:18px 0 6px;
  font-size:15px;
  line-height:1.3;
  font-weight:800;
}
.privacy-policy p{
  margin:0 0 10px;
}
.privacy-policy a{
  color:#e31e24;
  font-weight:700;
}
html.privacy-modal-lock,
body.privacy-modal-lock{
  overflow:hidden;
}

/* Адаптив */
@media(max-width:480px){
  .modal-card{ padding:28px 20px 24px; }
  .modal__title{ font-size:20px; }
  .modal__icon{ width:52px; height:52px; border-radius:12px; }
  .privacy-modal__dialog{
    width:calc(100vw - 24px);
    max-height:calc(100vh - 32px);
    margin:16px auto 0;
    padding:24px 16px 18px;
    border-radius:14px;
  }
  .privacy-policy{
    font-size:13px;
  }
  .privacy-policy h2{
    font-size:20px;
  }
}

@media(prefers-reduced-motion:reduce){
  .modal-overlay, .modal{ transition:none; }
}

.brand-accent{color:#e31e24;font-weight:900}
.brand-nowrap{white-space:nowrap}
.brand-page{padding-top:82px}
.brand-page .header__inner{height:82px}
.brand-page .hero__title{font-size:52px}
.brand-page .adv-pro__title{line-height:1.18}
.brand-page .brand-accent,
.brand-page .accent,
.brand-page .faults__sub,
.brand-page .adv-pro__sub,
.brand-page .machine-types__brand,
.brand-page .masters__brand,
.brand-page .city__more,
.brand-page .privacy-policy a{color:var(--brand-color,#e31e24)}
.brand-page .btn--orange,
.brand-page .btn--big,
.brand-page .hero__note-ico,
.brand-page .bar__check,
.brand-page .fault__btn,
.brand-page .disc-cta__btn,
.brand-page .adv-pro__cta,
.brand-page .modal__submit,
.brand-page .cico,
.brand-page .cta-footer__cta-btn,
.brand-page .cta-footer__miele{background:var(--brand-color,#e31e24)}
.brand-page .hero__call-icon{
  background:var(--brand-color,#e31e24);
  box-shadow:0 10px 24px color-mix(in srgb, var(--brand-color,#e31e24) 28%, transparent)
}
.brand-page .hero__urgent-dot,
.brand-page .hero__urgent-dot::after,
.brand-page .dot,
.brand-page .badge__dot,
.brand-page .adv-pro__title::before,
.brand-page .adv-pro__title::after,
.brand-page .faults__title::before,
.brand-page .faults__title::after{background:var(--brand-color,#e31e24)}
.brand-page .header__city{
  color:var(--brand-color,#e31e24);
  border-color:color-mix(in srgb, var(--brand-color,#e31e24) 34%, #fff);
  background:color-mix(in srgb, var(--brand-color,#e31e24) 8%, #fff)
}
.brand-page .header__city::before{background:var(--brand-color,#e31e24)}
.brand-page .btn--outline,
.brand-page .city__tag,
.brand-page .modal__privacy a,
.brand-page .privacy-modal__close:hover{color:var(--brand-color,#e31e24)}
.brand-page .btn--outline,
.brand-page .modal__input:focus,
.brand-page .city__tag{border-color:var(--brand-color,#e31e24)}
.brand-page .faults__title::before,
.brand-page .faults__title::after,
.brand-page .adv-pro__title::before,
.brand-page .adv-pro__title::after{background:var(--brand-color,#e31e24)}
.brand-page .adv-pro__num{color:var(--brand-color,#e31e24)}
.brand-page .disc-cta__btn,
.brand-page .cta-footer__cta-btn,
.brand-page .modal__submit{
  box-shadow:0 8px 24px color-mix(in srgb, var(--brand-color,#e31e24) 34%, transparent)
}
.brand-page .modal__icon{
  color:var(--brand-color,#e31e24);
  background:color-mix(in srgb, var(--brand-color,#e31e24) 10%, #fff)
}
.brand-page .hero__brand-logo{
  position:absolute;left:70px;top:350px;z-index:4;
  display:inline-flex;align-items:center;justify-content:center;
  padding:16px 24px;min-width:230px;min-height:92px;border-radius:12px;
  background:#fff;border:1px solid #edf0f4;
  box-shadow:0 14px 32px rgba(0,0,0,.12);
  animation:badge-sway 4.1s ease-in-out infinite .9s
}
.brand-page .hero__brand-logo img{max-width:250px;max-height:68px;object-fit:contain}

.logo--brand{min-width:210px;display:flex;align-items:center}
.logo--brand img{height:72px;max-width:265px;object-fit:contain}
.brand-wordmark{
  display:inline-flex;align-items:center;justify-content:center;
  max-width:265px;color:var(--brand-color,#e31e24);
  font-size:30px;font-weight:900;line-height:1.05;text-align:center
}
.logo--brand .brand-wordmark{min-height:72px}
.hero__brand-logo .brand-wordmark{font-size:34px}
@media (max-width:1200px){.brand-page .hero__brand-logo{left:calc(50% - 105px);top:188px;min-width:190px;min-height:76px;padding:12px 20px}.brand-page .hero__brand-logo img{max-width:210px;max-height:54px}}
@media (max-width:768px){.brand-page .hero__title{font-size:34px}.brand-nowrap{white-space:normal}.brand-page .hero__brand-logo{min-width:180px;min-height:72px}.brand-page .hero__brand-logo img{max-width:190px;max-height:50px}.brand-wordmark{font-size:25px}.hero__brand-logo .brand-wordmark{font-size:28px}}
@media (max-width:480px){.brand-page{padding-top:115px}.logo--brand{min-width:0}.logo--brand img{height:42px;max-width:150px}.logo--brand .brand-wordmark{min-height:42px;max-width:150px;font-size:22px}}

.site-nav{
  position:fixed;top:70px;left:0;right:0;z-index:998;
  background:rgba(255,255,255,.96);border-top:1px solid #eef1f5;border-bottom:1px solid #dde3eb;
  box-shadow:0 8px 24px rgba(10,18,32,.08);backdrop-filter:blur(12px)
}
.site-nav__inner{
  max-width:1440px;height:48px;margin:0 auto;padding:0 28px;
  display:flex;align-items:center;justify-content:center;gap:18px
}
.site-nav__brands{position:relative}
.site-nav__brands::after{
  content:"";position:absolute;top:100%;left:0;z-index:1;
  width:min(760px,calc(100vw - 32px));height:18px;pointer-events:auto
}
.site-nav__trigger,.site-nav__link{
  height:36px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:999px;font-size:16px;font-weight:800;line-height:1;color:#111827;
  text-decoration:none;white-space:nowrap;transition:color .2s ease,background .2s ease,border-color .2s ease
}
.site-nav__trigger{
  padding:0 18px;border:1px solid rgba(237,28,36,.28);background:rgba(237,28,36,.06);cursor:pointer
}
.site-nav__link{padding:0 14px}
.site-nav__trigger:hover,.site-nav__trigger:focus-visible,.site-nav__link:hover,.site-nav__link:focus-visible{
  color:#ed1c24;background:rgba(237,28,36,.08);outline:none
}
.site-nav__dropdown{
  position:absolute;top:100%;left:0;width:min(760px,calc(100vw - 32px));max-height:430px;
  padding:14px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px;
  background:#fff;border:1px solid #dde3eb;border-radius:8px;box-shadow:0 18px 50px rgba(10,18,32,.16);
  z-index:2;overflow:auto;opacity:0;visibility:hidden;pointer-events:auto;transform:translateY(-6px);
  transition:opacity .18s ease,transform .18s ease,visibility 0s linear .18s
}
.site-nav__brands:hover .site-nav__dropdown,.site-nav__brands:focus-within .site-nav__dropdown{
  opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition-delay:0s
}
.site-nav__brand-link{
  min-height:36px;padding:8px 10px;display:flex;align-items:center;border-radius:6px;
  color:#111827;font-size:15px;font-weight:700;line-height:1.15;text-decoration:none;
  transition:color .2s ease,background .2s ease
}
.site-nav__brand-link:hover,.site-nav__brand-link:focus-visible{
  color:#ed1c24;background:rgba(237,28,36,.08);outline:none
}
.brand-page .site-nav{top:82px}
.brand-page .site-nav__trigger{
  color:var(--brand-color,#ed1c24);
  border-color:color-mix(in srgb,var(--brand-color,#ed1c24) 34%,transparent);
  background:color-mix(in srgb,var(--brand-color,#ed1c24) 8%,#fff)
}
.brand-page .site-nav__trigger:hover,.brand-page .site-nav__trigger:focus-visible,
.brand-page .site-nav__link:hover,.brand-page .site-nav__link:focus-visible,
.brand-page .site-nav__brand-link:hover,.brand-page .site-nav__brand-link:focus-visible{
  color:var(--brand-color,#ed1c24);background:color-mix(in srgb,var(--brand-color,#ed1c24) 8%,#fff)
}
#prices,#reviews,#contacts{scroll-margin-top:140px}
.brand-page #prices,.brand-page #reviews,.brand-page #contacts{scroll-margin-top:154px}
body{padding-top:118px}
.brand-page{padding-top:130px}
@media (max-width:768px){
  .site-nav__inner{justify-content:flex-start;gap:8px;padding:0 14px;overflow-x:auto;scrollbar-width:none}
  .site-nav__inner::-webkit-scrollbar{display:none}
  .site-nav__trigger,.site-nav__link{height:34px;font-size:15px}
  .site-nav__dropdown{
    position:fixed;top:120px;left:12px;right:12px;width:auto;max-height:58vh;
    grid-template-columns:repeat(2,minmax(0,1fr))
  }
  .brand-page .site-nav__dropdown{top:132px}
}
@media (max-width:480px){
  body,.brand-page{padding-top:163px}
  #prices,#reviews,#contacts,.brand-page #prices,.brand-page #reviews,.brand-page #contacts{scroll-margin-top:176px}
  .site-nav,.brand-page .site-nav{top:115px}
  .site-nav__inner{height:48px}
  .site-nav__dropdown,.brand-page .site-nav__dropdown{top:165px;grid-template-columns:1fr 1fr}
}

.promo-ticker{
  position:fixed;top:120px;left:0;right:0;z-index:997;height:36px;
  display:flex;align-items:center;overflow:hidden;
  background:var(--brand-color,#ed1c24);color:#fff;
  box-shadow:0 8px 18px rgba(10,18,32,.12)
}
.brand-page .promo-ticker{top:132px}
.promo-ticker__track{
  display:flex;align-items:center;gap:34px;min-width:max-content;
  white-space:nowrap;animation:promo-marquee 28s linear infinite
}
.promo-ticker__item{
  display:inline-flex;align-items:center;gap:10px;font-size:18px;font-weight:800;line-height:1;
  color:rgba(255,255,255,.92)
}
.promo-ticker__phone a{color:#fff;text-decoration:underline;text-underline-offset:4px}
.promo-ticker__ico{
  width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;
  border-radius:50%;background:rgba(255,255,255,.16);font-size:14px;font-weight:900
}
@keyframes promo-marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}

.work-steps{padding:74px 0;background:#fff}
.work-steps__title{
  margin:0 0 46px;text-align:center;font-size:52px;font-weight:900;line-height:1.1;color:#05070b
}
.work-steps__title span{color:var(--brand-color,#ed1c24)}
.work-steps__grid{
  display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:1240px;margin:0 auto
}
.work-card{
  position:relative;min-height:178px;padding:38px 72px 28px 34px;
  border:2px solid var(--brand-color,#ed1c24);border-radius:8px;background:#fff
}
.work-card__num{
  position:absolute;top:-2px;left:-2px;width:36px;height:36px;
  display:grid;place-items:center;border:2px solid var(--brand-color,#ed1c24);border-radius:8px;
  background:#fff;color:var(--brand-color,#ed1c24);font-size:18px;font-weight:900
}
.work-card__icon{
  position:absolute;top:24px;right:26px;color:var(--brand-color,#ed1c24);
  font-size:38px;font-weight:900;line-height:1
}
.work-card h3{margin:0 0 12px;font-size:22px;font-weight:900;color:#05070b;line-height:1.2}
.work-card p{margin:0;font-size:18px;line-height:1.42;color:#2f3642}
.work-steps__btn{
  width:min(420px,100%);height:66px;margin:34px auto 0;display:flex;align-items:center;justify-content:center;
  border-radius:8px;background:var(--brand-color,#ed1c24);color:#fff;text-decoration:underline;
  text-underline-offset:4px;text-transform:uppercase;font-size:18px;font-weight:900;
  box-shadow:0 12px 28px color-mix(in srgb,var(--brand-color,#ed1c24) 28%,transparent)
}

.faq-section{padding:72px 0;background:#fff}
.faq-section__inner{
  display:grid;grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);gap:34px;align-items:stretch
}
.faq-section__title{margin:0 0 22px;font-size:34px;font-weight:900;color:#05070b;line-height:1.2}
.faq-list{display:flex;flex-direction:column;gap:12px}
.faq-item{
  border:1px solid color-mix(in srgb,var(--brand-color,#ed1c24) 16%,#dfe5ec);
  border-radius:8px;background:#fff;box-shadow:0 10px 26px rgba(10,18,32,.04);overflow:hidden
}
.faq-item summary{
  min-height:62px;padding:0 62px 0 22px;display:flex;align-items:center;position:relative;
  color:#111827;font-size:17px;font-weight:900;cursor:pointer;list-style:none
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary::after{
  content:"+";position:absolute;right:18px;top:50%;transform:translateY(-50%);
  width:30px;height:30px;display:grid;place-items:center;border-radius:50%;
  background:color-mix(in srgb,var(--brand-color,#ed1c24) 10%,#fff);
  color:var(--brand-color,#ed1c24);font-size:22px;font-weight:900
}
.faq-item[open] summary::after{content:"−"}
.faq-item p{margin:0;padding:0 22px 20px;color:#4b5563;font-size:16px;line-height:1.55}
.faq-card{
  min-height:320px;padding:66px 70px;border-radius:8px;background:var(--brand-color,#ed1c24);
  color:#fff;box-shadow:0 24px 54px color-mix(in srgb,var(--brand-color,#ed1c24) 22%,transparent);
  display:flex;flex-direction:column;justify-content:center;position:relative;overflow:hidden
}
.faq-card::before,.faq-card::after{
  content:"";position:absolute;border-radius:50%;background:rgba(255,255,255,.14);transform:rotate(18deg)
}
.faq-card::before{width:160px;height:42px;right:44px;top:64px}
.faq-card::after{width:130px;height:34px;right:72px;top:130px}
.faq-card__icon{
  width:54px;height:54px;margin-bottom:20px;display:grid;place-items:center;
  border:4px solid rgba(255,255,255,.92);border-radius:16px;font-size:28px;font-weight:900
}
.faq-card h3{max-width:260px;margin:0 0 12px;font-size:30px;font-weight:900;line-height:1.02}
.faq-card p{max-width:330px;margin:0;color:rgba(255,255,255,.9);font-size:16px;line-height:1.45}

body{padding-top:156px}
.brand-page{padding-top:168px}
#prices,#masters,#reviews,#work,#faq,#contacts{scroll-margin-top:178px}
.brand-page #prices,.brand-page #masters,.brand-page #reviews,.brand-page #work,.brand-page #faq,.brand-page #contacts{scroll-margin-top:192px}

@media (max-width:992px){
  .work-steps__title{font-size:40px}
  .work-steps__grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .faq-section__inner{grid-template-columns:1fr}
  .faq-card{min-height:260px}
}
@media (max-width:768px){
  .promo-ticker__item{font-size:16px}
  .work-steps{padding:52px 0}
  .work-steps__grid{grid-template-columns:1fr;gap:18px}
  .work-card{padding:36px 58px 24px 24px}
  .work-card h3{font-size:20px}
  .work-card p{font-size:16px}
  .faq-section{padding:52px 0}
  .faq-card{padding:44px 28px}
}
@media (max-width:480px){
  body,.brand-page{padding-top:201px}
  .promo-ticker,.brand-page .promo-ticker{top:165px}
  #prices,#masters,#reviews,#work,#faq,#contacts,
  .brand-page #prices,.brand-page #masters,.brand-page #reviews,.brand-page #work,.brand-page #faq,.brand-page #contacts{scroll-margin-top:214px}
  .work-steps__title{font-size:32px;margin-bottom:28px}
  .work-card__icon{font-size:30px;right:18px}
  .faq-section__title{font-size:28px}
  .faq-item summary{font-size:16px}
}

.promo-ticker,.brand-page .promo-ticker{
  position:relative;top:auto;left:auto;right:auto;z-index:1
}
.review,
.review--highlight{
  border-color:color-mix(in srgb,var(--brand-color,#ed1c24) 42%,#fff)
}
.review__rate,
.review__rate .stars{
  color:var(--brand-color,#ed1c24)
}
.contract__n{
  width:30px;
  height:30px;
  min-width:30px;
  min-height:30px;
  flex:0 0 30px;
  border-radius:50%;
  background:var(--brand-color,#ed1c24);
  box-shadow:0 8px 18px color-mix(in srgb,var(--brand-color,#ed1c24) 20%,transparent)
}
.reviews__dots{
  margin:28px 0 0;display:flex;align-items:center;justify-content:center;gap:12px
}
.reviews__dot{
  width:12px;height:12px;min-width:12px;min-height:12px;display:block;border-radius:50%;
  border:2px solid var(--brand-color,#ed1c24);background:#fff;
  box-sizing:border-box;opacity:.75
}
.reviews__dot--active{
  background:var(--brand-color,#ed1c24);opacity:1;
  box-shadow:0 0 0 6px color-mix(in srgb,var(--brand-color,#ed1c24) 16%,transparent)
}
body{padding-top:118px}
.brand-page{padding-top:130px}
#prices,#masters,#reviews,#work,#faq,#contacts{scroll-margin-top:140px}
.brand-page #prices,.brand-page #masters,.brand-page #reviews,.brand-page #work,.brand-page #faq,.brand-page #contacts{scroll-margin-top:154px}
@media (max-width:480px){
  body,.brand-page{padding-top:165px}
  .site-nav__dropdown,.brand-page .site-nav__dropdown{top:165px}
  .reviews__dots{margin-top:22px}
  .brand-page .hero__brand-logo{
    top:250px;
    left:50%;
    transform:translateX(-50%);
    min-width:160px;
    min-height:64px;
    padding:10px 16px
  }
  #prices,#masters,#reviews,#work,#faq,#contacts,
  .brand-page #prices,.brand-page #masters,.brand-page #reviews,.brand-page #work,.brand-page #faq,.brand-page #contacts{scroll-margin-top:178px}
}

.hero__right{
  width:min(52vw,680px)
}
.hero__person{
  right:-54px;
  top:42px;
  width:min(52vw,680px)
}
.hero__person .hero__main-img{
  width:100%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 18px 34px rgba(10,18,32,.12))
}
.brand-page .hero__rating{
  left:-82px;
  top:250px
}
.city-page .hero__rating{
  left:-82px;
  top:250px
}
.brand-page .hero__rating-badge--1{left:0;top:0}
.brand-page .hero__rating-badge--2{left:78px;top:110px}
.brand-page .hero__rating-badge--3{left:142px;top:218px}
.city-page .hero__rating-badge--1{left:0;top:0}
.city-page .hero__rating-badge--2{left:78px;top:110px}
.city-page .hero__rating-badge--3{left:142px;top:218px}
.brand-page .hero__brand-logo{
  left:210px;
  top:560px
}
@media (max-width:1200px){
  .hero__right{width:48vw}
  .hero__person{right:-20px;width:52vw}
  .brand-page .hero__rating{
    left:-35px;
    top:220px
  }
  .city-page .hero__rating{
    left:-35px;
    top:220px
  }
  .brand-page .hero__brand-logo{
    left:calc(50% - 105px);
    top:365px
  }
}
@media (max-width:768px){
  .hero__right{width:100%}
  .hero__person{
    width:100%;
    right:auto;
    top:auto
  }
  .hero__person .hero__main-img{
    width:100%;
    max-height:none;
    margin:0 auto
  }
}

@media (max-width:480px){
  .brand-page .hero__brand-logo{
    top:250px !important;
    left:50% !important;
    transform:translateX(-50%) !important;
    min-width:160px;
    min-height:64px;
    padding:10px 16px
  }
}

@media (min-width:1201px){
  .brand-page .hero__rating{
    left:-82px;
    top:250px
  }
  .city-page .hero__rating{
    left:-82px;
    top:250px
  }
  .brand-page .hero__rating-badge--1{left:0;top:0}
  .brand-page .hero__rating-badge--2{left:78px;top:110px}
  .brand-page .hero__rating-badge--3{left:142px;top:218px}
  .city-page .hero__rating-badge--1{left:0;top:0}
  .city-page .hero__rating-badge--2{left:78px;top:110px}
  .city-page .hero__rating-badge--3{left:142px;top:218px}
  .brand-page .hero__brand-logo{
    left:210px;
    top:560px
  }
}

/* Compact mobile navigation */
@media (max-width:640px){
  .site-nav,
  .brand-page .site-nav{
    display:none;
  }
  .site-nav__inner{
    height:auto;
    min-height:0;
    padding:10px 14px 12px;
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:8px;
    overflow:visible;
  }
  .site-nav__inner::-webkit-scrollbar{display:none}
  .site-nav__brands{
    grid-column:span 2;
    min-width:0;
  }
  .site-nav__brands::after{display:none}
  .site-nav__inner > .site-nav__link:nth-of-type(1),
  .site-nav__inner > .site-nav__link:nth-of-type(2){
    grid-column:span 2;
  }
  .site-nav__inner > .site-nav__link:nth-of-type(3),
  .site-nav__inner > .site-nav__link:nth-of-type(4){
    grid-column:span 1;
  }
  .site-nav__trigger,
  .site-nav__link{
    width:100%;
    height:36px;
    padding:0 9px;
    border:1px solid #e1e7ef;
    border-radius:10px;
    background:#fff;
    box-shadow:0 6px 14px rgba(10,18,32,.05);
    font-size:13px;
    line-height:1;
    text-align:center;
  }
  .site-nav__trigger{
    border-color:color-mix(in srgb,var(--brand-color,#ed1c24) 32%,#dfe6ee);
    background:color-mix(in srgb,var(--brand-color,#ed1c24) 7%,#fff);
  }
  .site-nav__dropdown,
  .brand-page .site-nav__dropdown{
    position:fixed;
    top:172px;
    left:12px;
    right:12px;
    width:auto;
    max-height:calc(100vh - 188px);
    padding:12px;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body,
  .brand-page{
    padding-top:115px;
  }
  #prices,#masters,#reviews,#work,#faq,#contacts,
  .brand-page #prices,.brand-page #masters,.brand-page #reviews,.brand-page #work,.brand-page #faq,.brand-page #contacts{
    scroll-margin-top:125px;
  }
}

@media (max-width:480px){
  body,
  .brand-page{
    padding-top:115px;
  }
  .site-nav,
  .brand-page .site-nav{
    top:115px;
  }
  .site-nav__dropdown,
  .brand-page .site-nav__dropdown{
    top:217px;
    max-height:calc(100vh - 233px);
  }
  #prices,#masters,#reviews,#work,#faq,#contacts,
  .brand-page #prices,.brand-page #masters,.brand-page #reviews,.brand-page #work,.brand-page #faq,.brand-page #contacts{
    scroll-margin-top:125px;
  }
}

@media (max-width:640px){
  .site-nav__brands:hover .site-nav__dropdown,
  .site-nav__brands:focus-within .site-nav__dropdown{
    opacity:1 !important;
    visibility:visible !important;
    pointer-events:auto !important;
    transform:translateY(0) !important;
    transition-delay:0s;
  }
}

/* Mobile rating badges */
@media (max-width:768px){
  .hero__right{
    height:auto;
    min-height:0;
    padding-top:54px;
  }
  .hero__rating,
  .brand-page .hero__rating,
  .city-page .hero__rating{
    display:flex !important;
    align-items:center;
    justify-content:center;
    gap:8px;
    position:absolute;
    left:50%;
    top:0;
    width:min(100%, 330px);
    height:42px;
    transform:translateX(-50%);
    z-index:4;
    pointer-events:none;
  }
  .hero__rating-badge,
  .brand-page .hero__rating-badge,
  .city-page .hero__rating-badge{
    position:relative;
    left:auto !important;
    top:auto !important;
    width:96px;
    filter:drop-shadow(0 8px 18px rgba(10,18,32,.14));
    animation:none;
  }
}

@media (max-width:480px){
  .hero__right{
    padding-top:48px;
  }
  .hero__rating,
  .brand-page .hero__rating,
  .city-page .hero__rating{
    width:100%;
    height:38px;
    gap:6px;
  }
  .hero__rating-badge,
  .brand-page .hero__rating-badge,
  .city-page .hero__rating-badge{
    width:86px;
  }
}

/* Interactive dispatch map */
.dispatch-map__live{
  position:absolute;
  inset:0;
  z-index:1;
  display:none;
  background:#eef2f8;
}
.dispatch-map__canvas--ready{
  min-height:560px;
  background:#eef2f8;
}
.dispatch-map__canvas--ready::before,
.dispatch-map__canvas--ready::after{
  display:none;
}
.dispatch-map__canvas--ready .dispatch-map__live{
  display:block;
}
.dispatch-map__map-ui{
  display:none;
}
.dispatch-map__canvas--ready .dispatch-map__map-ui{
  display:block;
}
.dispatch-map__canvas--ready > .dispatch-map__chip,
.dispatch-map__canvas--ready > .dispatch-map__center,
.dispatch-map__canvas--ready > .dispatch-map__masters,
.dispatch-map__canvas--ready > .dispatch-map__nearest{
  display:none;
}
.dispatch-map__canvas--ready .leaflet-container{
  font-family:"Manrope",system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
.dispatch-map__canvas--ready .leaflet-control-zoom{
  border:0;
  box-shadow:0 10px 26px rgba(15,23,42,.16);
}
.dispatch-map__canvas--ready .leaflet-top.leaflet-left{
  top:74px;
  left:18px;
}
.dispatch-map__canvas--ready .leaflet-bottom.leaflet-left{
  left:18px;
  bottom:10px;
}
.dispatch-map__canvas--ready .leaflet-control-attribution{
  border-radius:8px;
  padding:4px 8px;
  background:rgba(255,255,255,.86);
}
.dispatch-map__canvas--ready .leaflet-control-zoom a{
  width:38px;
  height:38px;
  line-height:38px;
  color:#111827;
  border-color:#e6ecf3;
}
.dispatch-map__canvas--ready .leaflet-popup-content-wrapper{
  border-radius:14px;
  box-shadow:0 18px 42px rgba(15,23,42,.2);
}
.dispatch-map__canvas--ready .leaflet-popup-content{
  margin:14px;
}
.dispatch-leaflet-marker{
  background:transparent;
  border:0;
}
.dispatch-leaflet-marker__btn{
  width:54px;
  height:54px;
  position:relative;
  border:0;
  border-radius:50%;
  padding:0;
  background:#fff;
  cursor:pointer;
  box-shadow:0 14px 30px rgba(15,23,42,.22);
}
.dispatch-leaflet-marker__btn img{
  width:46px;
  height:46px;
  margin:4px;
  border-radius:50%;
  object-fit:cover;
  border:2px solid #fff;
  position:relative;
  z-index:2;
}
.dispatch-leaflet-marker__btn > span:last-child{
  position:absolute;
  right:-4px;
  bottom:-4px;
  z-index:3;
  min-width:22px;
  width:auto;
  height:22px;
  padding:0 5px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#e31e24;
  color:#fff;
  font-size:11px;
  font-weight:900;
  border:2px solid #fff;
}
.dispatch-leaflet-marker__pulse{
  position:absolute;
  inset:-7px;
  border-radius:50%;
  background:rgba(227,30,36,.18);
  animation:dispatch-marker-pulse 1.8s ease-out infinite;
}
@keyframes dispatch-marker-pulse{
  0%{opacity:.9;transform:scale(.72)}
  100%{opacity:0;transform:scale(1.5)}
}
.dispatch-popup{min-width:210px}
.dispatch-popup__head{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:12px;
}
.dispatch-popup__head img{
  width:48px;
  height:48px;
  border-radius:50%;
  object-fit:cover;
}
.dispatch-popup__head b{
  display:block;
  font-size:16px;
  font-weight:900;
  color:#111827;
}
.dispatch-popup__head small{
  display:block;
  margin-top:3px;
  color:#6b7280;
  font-size:13px;
  font-weight:700;
}
.dispatch-popup__call{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:40px;
  border:0;
  border-radius:8px;
  background:#e31e24;
  color:#fff !important;
  cursor:pointer;
  font-family:inherit;
  font-size:14px;
  font-weight:900;
  text-decoration:none;
}
.dispatch-popup__phone{
  display:block;
  margin-top:8px;
  text-align:center;
  color:#111827 !important;
  font-weight:900;
  text-decoration:none;
}

@media (max-width:768px){
  .dispatch-map__canvas--ready{
    min-height:560px;
    height:560px;
    padding:0;
  }
  .dispatch-map__canvas--ready .dispatch-map__live{
    inset:0;
  }
  .dispatch-map__canvas--ready .dispatch-map__map-ui .dispatch-map__chip{
    position:absolute;
    display:inline-flex;
    width:auto;
    max-width:calc(100% - 28px);
    margin:0;
    padding:10px 13px;
    font-size:13px;
    text-align:left;
  }
  .dispatch-map__canvas--ready .dispatch-map__map-ui .dispatch-map__chip--zone{
    left:14px;
    top:14px;
  }
  .dispatch-map__canvas--ready .dispatch-map__map-ui .dispatch-map__chip--request{
    left:14px;
    top:64px;
    transform:none;
  }
  .dispatch-map__canvas--ready .dispatch-map__map-ui .dispatch-map__chip--time{
    right:auto;
    left:14px;
    top:114px;
  }
  .dispatch-map__canvas--ready .dispatch-map__main-call{
    position:absolute;
    left:14px;
    right:14px;
    bottom:14px;
    width:auto;
    margin:0;
    z-index:6;
  }
  .dispatch-map__canvas--ready .leaflet-top.leaflet-left{
    top:164px;
    left:14px;
  }
  .dispatch-map__canvas--ready .leaflet-bottom.leaflet-left{
    left:14px;
    bottom:74px;
  }
}

@media (max-width:480px){
  .dispatch-map__canvas--ready{
    height:520px;
    min-height:520px;
  }
  .dispatch-leaflet-marker__btn{
    width:48px;
    height:48px;
  }
  .dispatch-leaflet-marker__btn img{
    width:40px;
    height:40px;
  }
}

/* Internal pages no longer use the secondary fixed navigation bar. */
body.inner-page{padding-top:70px}
body.inner-page.brand-page{padding-top:82px}
body.inner-page.city-page{padding-top:70px}
body.inner-page #prices,
body.inner-page #masters,
body.inner-page #reviews,
body.inner-page #work,
body.inner-page #faq,
body.inner-page #contacts{scroll-margin-top:92px}

@media (max-width:480px){
  body.inner-page,
  body.inner-page.brand-page,
  body.inner-page.city-page{padding-top:115px}
  body.inner-page #prices,
  body.inner-page #masters,
  body.inner-page #reviews,
  body.inner-page #work,
  body.inner-page #faq,
  body.inner-page #contacts{scroll-margin-top:125px}
}
