/* trust: mqzj081lgps */

*{box-sizing:border-box;margin:0;padding:0}
#save-panel{position:fixed;bottom:20px;right:20px;z-index:9999;background:#fff;border:1px solid #eeeeee;border-radius:16px;padding:14px 18px;box-shadow:0 4px 20px rgba(0,0,0,.12);display:flex;align-items:center;gap:12px}
#save-panel span{font-size:13px;color:#5b6a88;font-family:Inter,sans-serif}
#save-btn{background:#A82319;color:#fff;border:none;border-radius:10px;padding:8px 18px;font-size:13px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer}
#save-btn:hover{background:#8E1D14}
#save-status{font-size:12px;color:#24A236;font-weight:600;display:none}


/* hook1: v5-hk1 */
/* КОМПОНЕНТ: КРЮЧОК №1 (ВЫЗОВ АГЕНТА) — Вариант 5 */
.hk15{
  --red:#A82319;--red-h:#8E1D14;--navy:#323232;--muted:#5b6a88;--line:#eeeeee;
  font-family:Inter,sans-serif;
  background:#fff;
  padding:64px 0;
}
.hk15__wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 40px}

.hk15__grid{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:0;
  background:#fff;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 0 24px rgba(20,30,50,.10);
}

.hk15__stat{
  position:relative;
  background:var(--navy);
  padding:40px 32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  overflow:hidden;
}

.hk15__stat-num{
  font-size:clamp(56px,7vw,76px);
  font-weight:800;
  line-height:.9;
  color:#fff;
  letter-spacing:-1px;
  display:flex;
  align-items:baseline;
  gap:8px;
  position:relative;
  z-index:1;
}
.hk15__stat-unit{
  font-size:18px;
  font-weight:700;
  color:var(--red);
  text-transform:uppercase;
}
.hk15__stat-label{
  margin-top:10px;
  font-size:14px;
  line-height:1.5;
  color:rgba(255,255,255,.72);
  max-width:220px;
  position:relative;
  z-index:1;
}

.hk15__stat-decor{
  position:absolute;
  top:-30px;right:-10px;
  font-size:190px;font-weight:800;line-height:1;
  color:rgba(255,255,255,.06);
  z-index:0;
  pointer-events:none;
  user-select:none;
  font-family:inherit;
}
.hk15__stat-logo{
  position:absolute;
  top:24px;left:32px;
  font-size:13px;
  font-weight:400;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#fff;
  z-index:1;
}

.hk15__content{
  padding:40px 44px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.hk15__title{
  font-size:clamp(20px,2vw,27px);
  font-weight:800;
  color:var(--navy);
  line-height:1.22;
  margin:0 0 8px;
}
.hk15__sub{
  font-size:14px;
  color:var(--muted);
  line-height:1.55;
  margin:0 0 20px;
  max-width:560px;
}

.hk15__list{
  list-style:none;
  margin:0 0 24px;
  padding:0;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap:14px 32px;
}
.hk15__item{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:14px;
  color:var(--navy);
}
.hk15__item-ico{
  flex:none;
  width:36px;height:36px;
  border-radius:50%;
  background:rgba(168,35,25,.08);
  color:var(--red);
  display:flex;
  align-items:center;
  justify-content:center;
}
.hk15__item-ico svg{flex:none}
.hk15__item-ico--img{background:none;width:32px;height:32px}
.hk15__item-ico--img img{width:32px;height:32px;object-fit:contain}
.hk15__item-ico--lg{width:38px;height:38px}
.hk15__item-ico--lg img{width:38px;height:38px}
.hk15__item strong{font-weight:800}

.hk15__actions{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:20px;
}

.hk15__cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--red);
  color:#fff;
  border-radius:999px;
  padding:14px 26px;
  font-size:14.5px;
  font-weight:700;
  text-decoration:none;
  border:none;
  cursor:pointer;
  font-family:inherit;
  transition:background .18s,transform .16s cubic-bezier(.22,.61,.36,1),box-shadow .2s;
}
.hk15__cta:hover{background:var(--red-h);transform:translateY(-2px);box-shadow:0 18px 44px rgba(20,30,50,.16)}

.hk15__phone{
  display:inline-flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
}
.hk15__phone-ico{
  flex:none;
  width:40px;height:40px;
  border-radius:50%;
  background:var(--navy);
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.hk15__phone-num{display:block;font-size:15px;font-weight:800;color:var(--navy);transition:color .18s}
.hk15__phone-label{display:block;font-size:12px;color:var(--muted)}
.hk15__phone:hover .hk15__phone-num{color:var(--red)}

@media(max-width:860px){
  .hk15__grid{grid-template-columns:1fr;border-radius:20px}
  .hk15__stat{padding:56px 28px 28px}
  .hk15__stat-label{max-width:none}
  .hk15__content{padding:32px 28px}
}
@media(max-width:560px){
  .hk15__wrap{padding:0 20px}
  .hk15{padding:36px 0}
  .hk15__cta{width:100%;justify-content:center}
}

/* capabilities: v6-cp */
/* КОМПОНЕНТ: ЧЕМ МЫ ПОМОГАЕМ — Вариант 6 */
.cp6{
  --red:#A82319;--red-h:#8E1D14;--navy:#323232;--navy-d:#1a1a1a;--muted:#6b6b6b;--line:#eeeeee;
  background:#fff;
  padding:64px 0;
  font-family:Inter,sans-serif;
}
.cp6__wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 40px}

.cp6__top{margin-bottom:44px;max-width:720px}
.cp6__heading{
  font-size:clamp(24px,2.4vw,32px);
  font-weight:800;
  color:var(--navy);
  line-height:1.2;
  margin-bottom:12px;
}
.cp6__sub{
  font-size:15px;
  color:var(--muted);
  line-height:1.6;
}

.cp6__body{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:0;
  align-items:stretch;
  border-radius:20px;
  overflow:hidden;
  box-shadow:0 0 30px rgba(20,30,50,.12);
}

/* Крупный акцентный блок */
.cp6__stat{
  background:linear-gradient(160deg,var(--navy) 0%,var(--navy-d) 100%);
  color:#fff;
  padding:40px 32px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  overflow:hidden;
}
.cp6__stat::after{
  content:'А';
  position:absolute;
  top:-34px;right:-14px;
  font-size:200px;font-weight:800;line-height:1;
  color:rgba(255,255,255,.055);
  pointer-events:none;
  user-select:none;
  z-index:0;
}
.cp6__stat > *{position:relative;z-index:1}
.cp6__stat-logo{
  position:absolute;
  top:24px;left:32px;
  font-size:12.5px;
  font-weight:400;
  letter-spacing:2px;
  text-transform:uppercase;
  color:#fff;
}
.cp6__stat-num{
  font-size:clamp(56px,7vw,76px);
  font-weight:800;
  line-height:.9;
  letter-spacing:-1px;
  display:flex;
  align-items:baseline;
  gap:8px;
}
.cp6__stat-unit{
  font-size:18px;
  font-weight:700;
  color:var(--red);
  text-transform:uppercase;
}
.cp6__stat-label{
  font-size:17px;
  font-weight:700;
  margin-top:10px;
  margin-bottom:14px;
}
.cp6__stat-text{
  font-size:14px;
  line-height:1.6;
  color:rgba(255,255,255,.88);
  margin-bottom:24px;
}
.cp6__stat-foot{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12.5px;
  font-weight:600;
  color:rgba(255,255,255,.95);
  padding-top:18px;
  border-top:1px solid rgba(255,255,255,.25);
}
.cp6__stat-foot svg{flex:none}

/* Компактный список */
.cp6__listcard{
  background:#fff;
  padding:18px;
  border-radius:0 20px 20px 0;
}
.cp6__list{
  list-style:none;
  background:#fff;
  border-radius:14px;
  overflow:hidden;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  grid-auto-flow:dense;
  gap:0;
}
.cp6__item{border-bottom:1px solid var(--line)}
.cp6__item:nth-child(odd):not(.cp6__item--hero){border-right:1px solid var(--line)}
.cp6__item{
  display:flex;
  align-items:flex-start;
  gap:14px;
  padding:16px 24px;
  background:#fff;
  position:relative;
  z-index:0;
  transition:background .16s,transform .16s,box-shadow .16s;
}
.cp6__item--hero{
  grid-column:1 / -1;
}
.cp6__ico--hero{width:34px;height:34px;background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(168,35,25,.1)}
.cp6__ico--hero svg *{stroke:var(--red)}
.cp6__item:last-child{border-bottom:none}
.cp6__item:hover{background:#fff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(20,20,20,.08);z-index:1}

.cp6__ico{
  width:34px;height:34px;
  background:#fff;
  border-radius:10px;
  display:flex;align-items:center;justify-content:center;
  box-shadow:0 2px 8px rgba(168,35,25,.1);
  flex:none;
  margin-top:1px;
}

.cp6__item-title{
  font-size:14.5px;
  font-weight:700;
  color:var(--navy);
  line-height:1.3;
  margin-bottom:3px;
}
.cp6__item-text{
  font-size:13px;
  color:var(--muted);
  line-height:1.55;
}

@media(max-width:900px){
  .cp6__body{grid-template-columns:1fr;border-radius:16px}.cp6__listcard{border-radius:0 0 16px 16px}
  .cp6__stat{padding:56px 24px 24px}
  .cp6__stat-num{font-size:56px}
}
@media(max-width:560px){
  .cp6{padding:48px 0}
  .cp6__wrap{padding:0 20px}
  .cp6__item{padding:14px 16px}
  .cp6__list{grid-template-columns:1fr}
  .cp6__item:nth-child(odd):not(.cp6__item--hero){border-right:none}
}

.cp6__cta{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:22px;
  align-self:flex-start;
  background:rgba(255,255,255,.1);
  color:#fff;
  border:1.5px solid rgba(255,255,255,.3);
  border-radius:999px;
  padding:12px 24px;
  font:700 13.5px inherit;
  cursor:pointer;
  transition:background .18s,border-color .18s,transform .16s cubic-bezier(.22,.61,.36,1);
}
.cp6__cta:hover{background:rgba(255,255,255,.18);border-color:rgba(255,255,255,.5);transform:translateY(-2px)}
/* seotext: v5-st */
/* КОМПОНЕНТ: SEO-ТЕКСТ — Вариант 5 */
.st5{
  --red:#A82319;
  --red-h:#8E1D14;
  --navy:#323232;
  --muted:#5b6a88;
  --line:#eeeeee;
  background:#fff;
  padding:64px 0;
  font-family:Inter,sans-serif;
}
.st5__wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 40px}

.st5__h2{
  font-size:18px;
  font-weight:800;
  color:var(--navy);
  margin-bottom:10px;
  letter-spacing:-.01em;
}
.st5__lead{
  font-size:13px;
  color:var(--muted);
  margin-bottom:32px;
  line-height:1.7;
  max-width:760px;
}
.st5__lead a{color:var(--red);text-decoration:none;border-bottom:1px solid rgba(168,35,25,.3)}
.st5__lead a:hover{border-bottom-color:var(--red)}

.st5__h3{
  font-size:12px;
  font-weight:700;
  color:var(--muted);
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:4px;
}

.st5__rows{
  display:flex;
  flex-direction:column;
}

.st5__row{
  display:grid;
  grid-template-columns:96px 1fr;
  align-items:start;
  gap:0 28px;
  padding:28px 0;
  border-top:1px solid var(--line);
  position:relative;
}
.st5__row:last-child{
  border-bottom:1px solid var(--line);
}

.st5__num{
  font-size:56px;
  font-weight:800;
  line-height:1;
  color:var(--navy);
  opacity:.08;
  font-variant-numeric:tabular-nums;
  letter-spacing:-.03em;
  user-select:none;
  transition:opacity .18s ease;
}
.st5__row:hover .st5__num{opacity:.14}

.st5__body{min-width:0}

.st5__col-title{
  font-size:13px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:14px;
}

.st5__list{
  list-style:none;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:6px 32px;
}
.st5__list li{
  font-size:13px;
  color:var(--muted);
  line-height:1.55;
  padding-left:14px;
  position:relative;
}
.st5__list li::before{
  content:'';
  position:absolute;left:0;top:8px;
  width:4px;height:4px;
  border-radius:50%;
  background:var(--red);
  opacity:.65;
}

.st5__footer-text{
  font-size:13px;
  color:var(--muted);
  line-height:1.7;
  margin-top:32px;
  padding-top:24px;
  border-top:1px solid var(--line);
  max-width:760px;
}
.st5__phone{
  color:var(--red);
  font-weight:700;
  text-decoration:none;
}
.st5__phone:hover{color:var(--red-h);text-decoration:underline}

@media(max-width:860px){
  .st5__row{grid-template-columns:56px 1fr}
  .st5__num{font-size:38px}
  .st5__list{grid-template-columns:1fr}
}
@media(max-width:560px){
  .st5__wrap{padding:0 20px}
  .st5{padding:40px 0}
  .st5__row{grid-template-columns:1fr;gap:8px 0}
  .st5__num{font-size:30px;opacity:.12}
}
.st5__card{background:#fff;border-radius:20px;padding:36px 40px;box-shadow:0 0 30px rgba(20,30,50,.10)}
.st5__col-title{display:flex;align-items:center;gap:10px}
.st5__col-ico{flex:none;width:28px;height:28px;border-radius:8px;background:var(--red);display:flex;align-items:center;justify-content:center}

/* shop: mqzc09spucu */

*{box-sizing:border-box;margin:0;padding:0}
#save-panel{position:fixed;bottom:20px;right:20px;z-index:9999;background:#fff;border:1px solid #eeeeee;border-radius:16px;padding:14px 18px;box-shadow:0 4px 20px rgba(0,0,0,.12);display:flex;align-items:center;gap:12px}
#save-panel span{font-size:13px;color:#5b6a88;font-family:Inter,sans-serif}
#save-btn{background:#A82319;color:#fff;border:none;border-radius:10px;padding:8px 18px;font-size:13px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer}
#save-btn:hover{background:#8E1D14}
#save-status{font-size:12px;font-weight:600;display:none}

/* ═══════════════════════════════════════
   КОМПОНЕНТ: МАГАЗИН
   Сохраняется в rar_variants_shop
═══════════════════════════════════════ */
.sh{
  --red:#A82319;--red-h:#8E1D14;
  --navy:#323232;--navy-d:#1a1a1a;
  --muted:#5b6a88;
  --line:#eeeeee;
  --card:#eeeeee;
  background:#fff;
  padding:64px 0;
  font-family:Inter,sans-serif;
}
.sh__wrap{width:100%;max-width:1280px;margin:0 auto;padding:0 40px}

.sh__grid{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:56px;
  align-items:center;
}

/* ── Левая часть ── */
.sh__left{}
.sh__label{
  display:inline-flex;align-items:center;gap:6px;
  font-size:11px;font-weight:700;
  letter-spacing:.08em;text-transform:uppercase;
  color:var(--red);
  background:rgba(168,35,25,.07);
  border-radius:10px;
  padding:4px 10px;
  margin-bottom:16px;
}
.sh__h2{
  font-size:clamp(22px,2.2vw,30px);
  font-weight:800;
  color:var(--navy);
  line-height:1.2;
  margin-bottom:14px;
}
.sh__text{
  font-size:14px;
  color:var(--muted);
  line-height:1.7;
  margin-bottom:28px;
}
.sh__text a{color:var(--red);text-decoration:none}
.sh__cta{
  display:inline-flex;align-items:center;gap:10px;
  background:var(--navy);
  color:#fff;
  border-radius:999px;
  padding:12px 28px;
  font-size:15px;font-weight:700;
  text-decoration:none;
  transition:background .18s,transform .16s cubic-bezier(.22,.61,.36,1),box-shadow .2s;
}
.sh__cta:hover{background:var(--navy-d);transform:translateY(-2px);box-shadow:0 18px 44px rgba(20,30,50,.16)}
.sh__cta svg{flex:none}

/* ── Правая: слайдер ── */
.sh__slider{position:relative;overflow:hidden}

.sh__stage{
  display:flex;
  align-items:center;
  justify-content:center;
  height:380px;
  position:relative;
  cursor:grab;
  user-select:none;
}
.sh__stage.grabbing{cursor:grabbing}

.sh__slide{
  position:absolute;
  width:280px;
  height:340px;
  transition:transform .4s cubic-bezier(.4,0,.2,1), opacity .4s, filter .4s, z-index 0s;
  display:flex;align-items:center;justify-content:center;
}
.sh__slide img{
  max-width:100%;max-height:100%;
  object-fit:contain;
  pointer-events:none;
  filter:drop-shadow(0 8px 24px rgba(50,50,50,.15));
  transition:filter .4s;
}

/* dots */
.sh__dots{
  display:flex;justify-content:center;gap:8px;
  margin-top:20px;
}
.sh__dot{
  width:8px;height:8px;border-radius:50%;
  background:#d7dce6;cursor:pointer;
  transition:background .2s, transform .2s;
}
.sh__dot:hover{background:#b8c0d1}
.sh__dot.active{background:var(--navy);transform:scale(1.3)}

.sh__ph{
  width:200px;height:240px;
  background:#fff;
  border:1.5px dashed #eeeeee;
  border-radius:16px;
  display:flex;flex-direction:column;
  align-items:center;justify-content:center;
  gap:12px;
}
.sh__ph span{
  font-size:11px;color:#5b6a88;text-align:center;
  font-family:Inter,sans-serif;
  padding:0 12px;line-height:1.4;
}

@media(max-width:900px){
  .sh__grid{grid-template-columns:1fr;gap:32px}
  .sh__stage{height:260px}
}
.sh__cards{display:none}
@media(max-width:560px){
  .sh__wrap{padding:0 20px}
  .sh{padding:40px 0}
  .sh__slider{display:none}
  .sh__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
  .sh__card{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px;text-decoration:none;box-shadow:0 0 14px rgba(20,30,50,.06)}
  .sh__card-ico{flex:none;width:34px;height:34px;border-radius:10px;background:var(--red);color:#fff;display:flex;align-items:center;justify-content:center}
  .sh__card-title{font-size:13.5px;font-weight:700;color:var(--navy)}
}

/* footer: v4-ft */
.v4-ft{--navy:#323232;--navy-d:#1a1a1a;font-family:'Inter',sans-serif;background:var(--navy);color:rgba(255,255,255,.65);padding:64px 0 0}

.v4-ft__top{display:grid;grid-template-columns:1.1fr 2fr;gap:48px;padding-bottom:44px;border-bottom:1px solid rgba(255,255,255,.1)}

.v4-ft__brand{display:flex;flex-direction:column;gap:8px}
.v4-ft__logo{font-size:19px;font-weight:400;color:#fff;letter-spacing:2px;margin-bottom:6px}
.v4-ft__desc{font-size:13.5px;color:rgba(255,255,255,.65);margin-bottom:6px}
.v4-ft__addr{font-size:13px;line-height:1.6;color:rgba(255,255,255,.65);margin-bottom:10px}
.v4-ft__tel{font-size:17px;font-weight:800;color:#fff;text-decoration:none}
.v4-ft__tel:hover{color:#fff}
.v4-ft__mail{font-size:13.5px;color:rgba(255,255,255,.65);text-decoration:none;margin-bottom:14px}
.v4-ft__mail:hover{color:#fff}

.v4-btn-red{background:var(--red);color:#fff;padding:12px 20px;border-radius:999px!important;font-size:13.5px;font-weight:700;font-family:inherit;border:none;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin:6px 0 10px;transition:background .18s,transform .16s cubic-bezier(.22,.61,.36,1),box-shadow .2s}
.v4-btn-red:hover{background:var(--red-h);transform:translateY(-2px);box-shadow:0 18px 44px rgba(20,30,50,.16)}
.v4-ft__regions{font-size:12.5px;font-weight:700;color:#fff;text-decoration:none;width:fit-content;border-bottom:1px solid rgba(255,255,255,.3)}





.v4-ft__cols{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.v4-ft__col{display:flex;flex-direction:column;gap:10px}
.v4-ft__col h4{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#fff;margin-bottom:4px}
.v4-ft__col a{font-size:13.5px;color:rgba(255,255,255,.65);text-decoration:none;transition:color .15s}
.v4-ft__col a:hover{color:#fff}
.v4-ft__more{color:#fff !important;font-weight:700}

.v4-ft__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;padding:22px 0;font-size:12px;color:rgba(255,255,255,.45)}
.v4-ft__legal{display:flex;gap:20px}
.v4-ft__legal a{color:rgba(255,255,255,.45);text-decoration:none}
.v4-ft__legal a:hover{color:#fff}

@media(max-width:900px){
  .v4-ft__top{grid-template-columns:1fr;gap:32px}
  .v4-ft__cols{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:560px){
  .v4-ft__cols{grid-template-columns:1fr}
}

.v4-ft .wrap{padding-left:40px;padding-right:40px}
/* regionsmodal */


