/* extracted  */
*{box-sizing:border-box}
html,body{margin:0;padding:0}
html{-webkit-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}
body{
  font-family:'Inter',Arial,Helvetica,sans-serif;
  color:#fff;
  background:#05070b;
  overflow-x:hidden;
}
body::before{
  content:'';
  position:fixed;
  inset:0;
  background-image:url('../images/img_001.webp');
  background-position:center center;
  background-size:cover;
  background-repeat:no-repeat;
  z-index:0;
}
body::after{
  content:'';
  position:fixed;
  inset:0;
  background:rgba(5,7,11,.58);
  z-index:1;
}
#particles{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}
.container{max-width:1280px;margin:auto;padding:40px 20px 90px;position:relative;z-index:3}
.section{margin-bottom:88px}
h1{font-size:56px;line-height:1.12;margin:0 0 20px;text-align:left}
h2{font-size:38px;line-height:1.15;margin:0 0 28px;text-align:left}
h3{margin:0 0 14px;font-size:26px}
p{color:#c4cede;line-height:1.65;font-size:18px;margin:0}
.hero-sub{font-size:22px;text-align:left;margin-bottom:18px}
.hero-copy{max-width:820px;margin:0;text-align:left}
.glow{color:#76b7ff;text-shadow:0 0 24px rgba(118,183,255,.55)}
img,video,canvas,svg{max-width:100%;height:auto}
img{display:block}

.btn-row{display:flex;gap:12px;justify-content:flex-start;flex-wrap:wrap;margin-top:24px}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  padding:16px 32px;border-radius:40px;
  background:linear-gradient(135deg,#007bff,#00c6ff);
  color:#fff;text-decoration:none;font-weight:700;
  box-shadow:0 10px 30px rgba(0,123,255,.5), 0 0 20px rgba(0,123,255,.4);
  transition:.25s ease;border:none;cursor:pointer;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 15px 40px rgba(0,123,255,.7),0 0 30px rgba(0,123,255,.6)}
.btn.alt{background:transparent;border:1px solid rgba(255,255,255,.22);box-shadow:none}
.small{margin-top:12px;color:#87a4d8;font-size:14px;text-align:left}

.float-links{
  position:fixed;right:20px;top:50%;transform:translateY(-50%);
  display:flex;flex-direction:column;gap:10px;z-index:5
}
.float-link{
  display:inline-flex;align-items:center;justify-content:center;
  min-width:180px;padding:14px 18px;border-radius:999px;text-decoration:none;
  color:#fff;font-weight:700;box-shadow:0 12px 28px rgba(0,0,0,.25)
}
.tg{background:linear-gradient(135deg,#229ED9,#0088cc)}
.viber{background:linear-gradient(135deg,#7c4dff,#59267c)}
.instagram{background:linear-gradient(135deg,#f58529,#dd2a7b,#8134af,#515bd4)}
.tiktok{background:#000}
.youtube{background:#ff0000}

.compare-grid,.sys-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.card{
  padding:20px;border-radius:22px;background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);text-align:center;
  box-shadow:0 16px 40px rgba(0,0,0,.20);
  backdrop-filter:blur(8px);
  transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease
}
.card:hover{transform:translateY(-4px);box-shadow:0 22px 50px rgba(0,0,0,.28);border-color:rgba(255,255,255,.16)}
.card img{width:100%;border-radius:14px;display:block;margin:0 0 16px}
.card p + p{margin-top:10px}
.highlight{
  background:linear-gradient(135deg,#0a1a3f 0%, #0033ff 100%);
  border:1px solid rgba(95,177,255,.42);
  box-shadow:0 0 0 1px rgba(95,177,255,.10), 0 0 26px rgba(0,102,255,.30), 0 20px 50px rgba(0,0,0,.32)
}

.bms-photo-card{
  margin:34px auto 0;max-width:960px;padding:28px;border-radius:22px;
  background:rgba(0,102,255,.10);border:1px solid rgba(0,102,255,.28);
  box-shadow:0 12px 30px rgba(0,0,0,.22);text-align:center;
  backdrop-filter:blur(8px)
}
.bms-photo-card img{width:100%;max-height:420px;object-fit:contain;border-radius:16px;display:block;margin:0 auto 18px}

.system-card{cursor:pointer}
.sys-img-wrap{height:320px;display:flex;align-items:center;justify-content:center;border-radius:14px;overflow:hidden;margin-bottom:12px}
.sys-img-wrap img{max-height:100%;max-width:100%;object-fit:contain}
.sys-title{font-size:22px;font-weight:700;text-align:center;line-height:1.35}

.cta-box{
  max-width:980px;margin:0 auto;padding:28px;border-radius:24px;
  background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);
  text-align:center;box-shadow:0 18px 50px rgba(0,0,0,.22);backdrop-filter:blur(8px)
}
.cta-list{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin:26px 0}
.cta-item{padding:16px;border-radius:16px;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.06);color:#dce7ff}

.lang-switcher{position:fixed;top:18px;left:18px;z-index:6;display:flex;gap:8px;background:rgba(8,14,28,.66);border:1px solid rgba(255,255,255,.12);backdrop-filter:blur(10px);padding:8px;border-radius:999px;box-shadow:0 12px 28px rgba(0,0,0,.22)}
.lang-btn{border:none;border-radius:999px;padding:10px 14px;font-weight:700;color:#fff;background:transparent;cursor:pointer;transition:.2s ease}
.lang-btn.active{background:linear-gradient(135deg,#007bff,#00c6ff);box-shadow:0 8px 22px rgba(0,123,255,.35)}

.seo-nav{position:relative;z-index:4;display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-width:1100px;margin:16px auto 18px}
.seo-nav a{color:#dce7ff;text-decoration:none;padding:10px 14px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.03);font-size:14px}
.seo-nav a:hover{background:rgba(255,255,255,.08)}

.sys-modal{position:fixed;inset:0;background:rgba(0,0,0,.85);display:none;align-items:center;justify-content:center;z-index:9999;padding:20px}
.sys-modal.active{display:flex}
.sys-modal-content{max-width:1180px;width:95%;background:#0b1220;border-radius:16px;padding:20px;max-height:90vh;overflow:auto;-webkit-overflow-scrolling:touch}
.sys-modal-top{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;position:sticky;top:0;z-index:2;background:#0b1220;padding-bottom:8px}
.sys-back-btn{background:#1f2937;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:10px 14px;cursor:pointer;font-size:14px}
.sys-close{cursor:pointer;text-align:center;margin-bottom:10px;font-size:24px}
.sys-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:8px}
.sys-gallery .item{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:10px;display:flex;align-items:center;justify-content:center;min-height:180px}
.sys-gallery img{max-width:100%;max-height:520px;height:auto;display:block;border-radius:10px;cursor:pointer}

#sysLightbox{position:fixed;inset:0;background:rgba(0,0,0,.94);display:none;align-items:center;justify-content:center;z-index:10001}
#sysLightbox.active{display:flex}
#sysLightboxImg{max-width:92%;max-height:92%;display:block;border-radius:10px}
.sys-lb-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.14);color:#fff;border:none;border-radius:999px;width:56px;height:56px;font-size:32px;cursor:pointer}
#sysLightboxPrev{left:18px}#sysLightboxNext{right:18px}

/* Delivery modal */
.du-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);display:none;align-items:center;justify-content:center;z-index:99999;padding:18px}
.du-overlay.du-open{display:flex}
.du-modal{width:min(920px,100%);max-height:min(88vh,980px);overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;border:2px solid rgba(114,190,255,.75);border-radius:28px;background:linear-gradient(180deg,rgba(10,18,40,.97),rgba(5,12,28,.98)),radial-gradient(circle at 50% 20%,rgba(90,170,255,.1),transparent 35%);box-shadow:inset 0 0 22px rgba(101,178,255,.22),0 0 26px rgba(89,163,255,.18),0 0 60px rgba(0,0,0,.45);position:relative}
.du-modal:before{content:"";position:absolute;left:26px;right:26px;top:0;height:3px;background:linear-gradient(90deg,transparent,#87d7ff,transparent);filter:drop-shadow(0 0 8px #86d6ff)}
.du-close-wrap{position:sticky;top:0;z-index:3;display:flex;justify-content:flex-end;padding:12px 14px 0;background:linear-gradient(180deg,rgba(7,12,24,.9),rgba(7,12,24,0))}
.du-close{width:36px;height:36px;border:none;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:22px;cursor:pointer}
.du-inner{padding:6px 16px 10px 16px;color:#eef8ff}
.du-top-note{text-align:center;font-size:clamp(14px,1.6vw,18px);line-height:1.22;margin-bottom:8px}
.du-divider{height:1px;background:linear-gradient(90deg,transparent,rgba(105,184,255,.85),transparent);box-shadow:0 0 10px rgba(109,190,255,.35),0 0 24px rgba(79,149,255,.22);margin:8px 0 12px}
.du-tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:8px;margin-bottom:10px}
.du-tab{border:1px solid rgba(111,187,255,.65);color:#dcefff;background:rgba(11,25,55,.45);border-radius:999px;padding:6px 12px;font-size:clamp(14px,1.5vw,17px);cursor:pointer;min-width:74px;text-align:center;transition:.18s ease;box-shadow:inset 0 0 12px rgba(90,160,255,.12)}
.du-tab.du-active{color:#fff;border-color:#9ee0ff;background:linear-gradient(180deg,rgba(45,101,180,.52),rgba(18,49,96,.54));box-shadow:0 0 16px rgba(110,192,255,.28),inset 0 0 14px rgba(130,210,255,.22)}
.du-form-grid{display:grid;gap:8px}
.du-field{display:grid;grid-template-columns:36px 1fr;gap:8px;align-items:start}
.du-icon{width:36px;height:40px;display:flex;align-items:center;justify-content:center;color:#9edcff;font-size:20px;text-shadow:0 0 10px rgba(110,190,255,.35);border-left:2px solid rgba(100,180,255,.55);padding-left:4px;user-select:none}
.du-control label{display:block;font-size:clamp(14px,1.4vw,17px);margin-bottom:3px}
.du-input-wrap{position:relative}
.du-input,.du-select-btn,.du-search{
  width:100%;height:40px;border-radius:10px;border:2px solid rgba(109,184,255,.78);
  outline:none;background:rgba(6,18,44,.45);color:#f2f8ff;font-size:15px;padding:0 12px;
  box-shadow:inset 0 0 12px rgba(110,190,255,.11),0 0 10px rgba(40,110,180,.08)
}
.du-input::placeholder,.du-search::placeholder{color:#aac9ea}
.du-select-btn{display:flex;align-items:center;justify-content:space-between;cursor:pointer;user-select:none;text-align:left}
.du-caret{opacity:.9;font-size:18px}
.du-dropdown{position:absolute;left:0;right:0;top:calc(100% + 8px);border:1px solid rgba(109,184,255,.6);border-radius:12px;background:#07142c;box-shadow:0 14px 32px rgba(0,0,0,.38),0 0 20px rgba(109,184,255,.14);z-index:20;display:none;overflow:hidden}
.du-dropdown.du-open{display:block}
.du-search{border:none;border-bottom:1px solid rgba(109,184,255,.25);background:#0a1832}
.du-options{max-height:180px;overflow:auto}
.du-option{padding:8px 12px;font-size:14px;cursor:pointer;color:#eaf6ff}
.du-option:hover{background:rgba(85,150,255,.18)}
.du-hint{margin-top:3px;color:#c5ddf6;font-size:11px;opacity:.9}
.du-submit-wrap{padding:6px 14px 12px;border-top:1px solid rgba(109,184,255,.35);position:sticky;bottom:0;background:linear-gradient(180deg,rgba(5,12,28,.86),rgba(5,12,28,.98));z-index:2}
.du-submit{width:min(300px,100%);display:block;margin:8px auto 0;height:46px;border:none;border-radius:999px;cursor:pointer;font-size:clamp(18px,1.6vw,22px);color:#f8fbff;background:radial-gradient(circle at 50% 10%,rgba(140,215,255,.25),transparent 45%),linear-gradient(180deg,rgba(48,103,179,.68),rgba(25,55,108,.75));box-shadow:inset 0 0 12px rgba(170,230,255,.22),0 0 20px rgba(106,182,255,.25);border:2px solid rgba(126,203,255,.9);transition:.18s ease}
.du-submit:hover{transform:translateY(-1px)}
.du-status{text-align:center;font-size:12px;color:#d7ecff;min-height:16px;margin-top:6px}

/* Payment modal */
.pm-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);display:none;align-items:center;justify-content:center;z-index:100000;padding:18px}
.pm-overlay.pm-open{display:flex}
.pm-modal{width:min(560px,100%);background:linear-gradient(180deg,rgba(10,18,40,.97),rgba(5,12,28,.98));border:2px solid rgba(114,190,255,.75);border-radius:24px;box-shadow:inset 0 0 22px rgba(101,178,255,.22),0 0 26px rgba(89,163,255,.18),0 0 60px rgba(0,0,0,.45);position:relative;color:#eef8ff}
.pm-header{display:flex;justify-content:space-between;align-items:center;padding:16px 18px 8px}
.pm-title{font-size:28px;font-weight:700;display:flex;align-items:center;gap:10px}
.pm-mono{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:8px;background:#fff;color:#000;font-weight:800;font-size:18px}
.pm-close{width:40px;height:40px;border:none;border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:24px;cursor:pointer}
.pm-body{padding:8px 18px 18px}
.pm-text{font-size:16px;line-height:1.45;color:#dcefff;margin-bottom:14px}
.pm-card{padding:14px 16px;border-radius:16px;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.08);margin-bottom:12px}
.pm-label{font-size:13px;color:#95b6df;margin-bottom:6px}
.pm-value{font-size:18px;word-break:break-all;color:#fff}
.pm-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.pm-btn{flex:1;min-width:180px;height:46px;border:none;border-radius:999px;cursor:pointer;font-size:15px;font-weight:700;color:#fff;background:linear-gradient(135deg,#007bff,#00c6ff)}
.pm-btn.pm-secondary{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12)}
.pm-status{min-height:18px;margin-top:10px;font-size:13px;color:#dcefff}

footer{position:relative;z-index:3}

@media (max-width:1200px){
  .float-link{min-width:150px;padding:12px 16px}
}
@media (max-width:1100px){
  .compare-grid,.sys-grid{grid-template-columns:repeat(2,1fr)}
  .cta-list{grid-template-columns:repeat(2,1fr)}
  .float-links{top:auto;bottom:18px;right:18px;transform:none}
}
@media (max-width:900px){
  #particles{display:none!important}
  body::before{position:absolute}
  body::after{background:rgba(5,7,11,.76)}
  .container{padding:20px 14px 64px}
  .section{margin-bottom:42px}
  h1{font-size:34px;line-height:1.12;text-align:center}
  h2{font-size:26px;line-height:1.15;text-align:center;margin-bottom:18px}
  h3{font-size:20px}
  p{font-size:15px;line-height:1.5}
  .hero-sub,.hero-copy,.small{text-align:center}
  .hero-sub{font-size:17px}
  .hero-copy{max-width:100%}
  .btn-row{justify-content:center;gap:10px}
  .btn{width:100%;max-width:320px;min-height:48px;padding:14px 18px;font-size:16px}
  .compare-grid,.sys-grid{grid-template-columns:1fr;gap:14px}
  .card,.bms-photo-card,.cta-box{padding:14px;border-radius:18px;backdrop-filter:none}
  .sys-img-wrap{height:auto}
  .du-modal{width:min(96vw,680px);max-height:88vh}
  .du-inner{padding:4px 10px 8px}
  .du-field{grid-template-columns:30px 1fr;gap:6px}
  .du-icon{width:30px;height:34px;font-size:17px}
  .du-input,.du-select-btn,.du-search{height:40px;font-size:14px}
  .du-submit{height:46px;font-size:18px;width:min(280px,100%)}
}
@media (max-width:680px){
  .float-link{min-width:unset;width:56px;height:56px;padding:0;border-radius:50%;font-size:0}
  .float-link::before{font-size:20px}
  .tg::before{content:'✈'}
  .viber::before{content:'💬'}
  .instagram::before{content:'📸'}
  .tiktok::before{content:'🎵'}
  .youtube::before{content:'▶'}
  .lang-switcher{top:12px;left:12px;padding:6px;gap:6px}
  .lang-btn{padding:8px 12px;font-size:13px}
  .sys-gallery{grid-template-columns:1fr}
  .sys-gallery .item{min-height:120px}
  .sys-gallery img{max-height:none;width:100%;height:auto}
}

/* UniTech clean logic fix: Other 2-floor products + selected product */
.du-selected-product{
  margin:12px 0 18px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid rgba(105,184,255,.30);
  background:rgba(4,24,56,.55);
  color:#eaf8ff;
  font-weight:800;
  text-align:center;
}
.other-floor-note{
  margin:0 0 18px;
  text-align:center;
  color:#dff5ff;
  font-size:clamp(18px,2.5vw,28px);
  font-weight:800;
}
.other-product-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.other-product-card{
  border:1px solid rgba(105,184,255,.42);
  border-radius:22px;
  background:linear-gradient(180deg,rgba(14,42,90,.78),rgba(2,12,30,.94));
  box-shadow:0 16px 42px rgba(0,0,0,.35),0 0 24px rgba(0,140,255,.14);
  padding:12px;
  color:#eaf8ff;
  min-height:300px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  gap:10px;
  text-align:center;
}
.other-product-top{
  font-size:22px;
  font-weight:900;
  line-height:1.05;
  color:#fff;
  text-shadow:0 0 16px rgba(85,190,255,.42);
}
.other-product-img{
  height:132px;
  border-radius:16px;
  background:linear-gradient(135deg,rgba(10,40,90,.58),rgba(0,8,20,.82));
  border:1px solid rgba(120,210,255,.26);
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
}
.other-placeholder{
  width:88px;
  height:88px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#8fdcff;
  border:1px dashed rgba(145,220,255,.5);
  background:rgba(0,10,25,.42);
  font-weight:800;
}
.other-product-bottom{
  font-size:18px;
  font-weight:800;
  color:#dff5ff;
}
.other-product-price{
  font-size:20px;
  font-weight:900;
  color:#fff;
}
.other-buy-btn{
  width:100%;
  min-height:42px;
  border:0;
  border-radius:14px;
  cursor:pointer;
  background:linear-gradient(180deg,#69d7ff,#168dff);
  color:#001126;
  font-weight:900;
  box-shadow:0 10px 24px rgba(0,100,255,.28), inset 0 1px 0 rgba(255,255,255,.55);
}
.other-buy-btn:hover{
  filter:brightness(1.08);
  transform:translateY(-1px);
}
@media(max-width:760px){
  .other-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .other-product-card{min-height:270px;padding:10px}
  .other-product-top{font-size:18px}
  .other-product-img{height:112px}
  .other-product-bottom{font-size:15px}
  .other-product-price{font-size:17px}
  .other-buy-btn{min-height:40px;font-size:13px}
}


/* extracted id="unitech-v6-compare-final-clean" */
/* FINAL CLEAN: блок “Разница...” без черного обода, как стеклянные карточки “Индивидуальное решение” */
.section:has(.compare-grid),
.compare-section{
  padding:54px 18px !important;
  background:linear-gradient(180deg, rgba(5,18,40,.92), rgba(2,8,18,.96)) !important;
  color:#fff !important;
  text-align:center !important;
}

.section:has(.compare-grid) > .container,
.compare-section > .container,
.compare-wrap,
.compare-box{
  max-width:980px !important;
  margin:0 auto !important;
  border:1px solid rgba(95,190,255,.28) !important;
  border-radius:24px !important;
  padding:34px 22px !important;
  box-shadow:0 0 34px rgba(0,120,255,.18) !important;
  background:rgba(0,20,50,.38) !important;
}

.section:has(.compare-grid) h2,
.compare-section h2{
  margin:0 0 22px !important;
  font-size:clamp(28px,4vw,46px) !important;
  line-height:1.08 !important;
  letter-spacing:.02em !important;
}

.compare-grid{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:stretch !important;
  margin-top:18px !important;
}

/* убираем старый черный обод и тяжелую подложку */
.compare-grid .card,
.compare-grid article,
.compare-grid > div,
.compare-grid > *{
  min-height:280px !important;
  padding:16px !important;
  border-radius:22px !important;
  background:rgba(35,95,165,.16) !important;
  background-image:none !important;
  border:1px solid rgba(130,220,255,.18) !important;
  outline:none !important;
  box-shadow:none !important;
  filter:none !important;
  backdrop-filter:blur(8px) !important;
  -webkit-backdrop-filter:blur(8px) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
}

/* отдельно гасим возможные псевдо-рамки */
.compare-grid .card::before,
.compare-grid .card::after,
.compare-grid article::before,
.compare-grid article::after,
.compare-grid > div::before,
.compare-grid > div::after{
  display:none !important;
  content:none !important;
  box-shadow:none !important;
  border:0 !important;
  background:transparent !important;
}

.compare-grid img,
.compare-grid .card img{
  width:100% !important;
  max-width:220px !important;
  height:128px !important;
  object-fit:contain !important;
  object-position:center !important;
  margin:0 auto 12px !important;
  display:block !important;
  background:transparent !important;
  border:0 !important;
  outline:none !important;
  box-shadow:none !important;
  filter:none !important;
}

.compare-grid h3,
.compare-grid .title{
  min-height:34px !important;
  margin:0 0 8px !important;
  font-size:clamp(20px,2.4vw,28px) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

.compare-grid p,
.compare-grid li{
  line-height:1.35 !important;
  font-size:15px !important;
  text-align:center !important;
}

@media(max-width:760px){
  .compare-grid{
    grid-template-columns:1fr !important;
  }
  .compare-grid .card,
  .compare-grid article,
  .compare-grid > div,
  .compare-grid > *{
    min-height:auto !important;
    padding:14px !important;
  }
  .compare-grid img,
  .compare-grid .card img{
    height:118px !important;
    max-width:200px !important;
  }
}


/* extracted id="unitech-v7-remove-compare-outer-frame" */
/* Убираем большую внешнюю темную рамку вокруг блока “Разница...” */
.section:has(.compare-grid) > .container,
.compare-section > .container,
.compare-wrap,
.compare-box{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  outline:0 !important;
  padding:0 !important;
}
.section:has(.compare-grid),
.compare-section{
  background:transparent !important;
  background-image:none !important;
}
.compare-grid{
  max-width:980px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}


/* extracted id="unitech-v7-faq-floor" */
.unitech-faq-floor,
.unitech-faq-article{
  display:none;
  position:fixed;
  inset:0;
  z-index:99998;
  overflow:auto;
  padding:86px 18px 38px;
  background:
    radial-gradient(circle at 50% 0%, rgba(105,190,255,.18), transparent 36%),
    linear-gradient(180deg, rgba(2,10,28,.96), rgba(0,4,12,.98));
  color:#fff;
}
.unitech-faq-floor.active,
.unitech-faq-article.active{
  display:block;
}
.unitech-faq-top{
  max-width:1180px;
  margin:0 auto 22px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:14px;
}
.unitech-faq-top h2{
  margin:0;
  font-size:clamp(30px,4vw,52px);
  line-height:1;
  color:#eaf8ff;
  text-shadow:0 0 24px rgba(100,190,255,.35);
}
.unitech-faq-back{
  min-height:42px;
  border:1px solid rgba(105,184,255,.45);
  border-radius:14px;
  padding:0 18px;
  background:linear-gradient(180deg,#69d7ff,#168dff);
  color:#001126;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 12px 28px rgba(0,100,255,.26), inset 0 1px 0 rgba(255,255,255,.55);
}
.unitech-faq-grid{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:14px;
}
.unitech-faq-card{
  min-height:172px;
  border-radius:22px;
  border:1px solid rgba(120,210,255,.28);
  background:rgba(20,60,120,.18);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  color:#eaf8ff;
  cursor:pointer;
  padding:14px 10px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:12px;
  text-align:center;
  box-shadow:none;
}
.unitech-faq-card:hover{
  transform:translateY(-3px);
  border-color:rgba(120,210,255,.75);
  background:rgba(35,95,165,.24);
}
.unitech-faq-icon{
  width:58px;
  height:58px;
  border-radius:18px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#001126;
  font-weight:900;
  font-size:22px;
  background:linear-gradient(180deg,#69d7ff,#168dff);
  box-shadow:0 0 22px rgba(90,190,255,.25);
}
.unitech-faq-name{
  font-size:16px;
  line-height:1.16;
  font-weight:900;
}
.unitech-faq-article-box{
  max-width:960px;
  margin:0 auto;
  border:1px solid rgba(120,210,255,.28);
  border-radius:26px;
  background:rgba(20,60,120,.18);
  padding:24px;
  text-align:center;
}
.unitech-faq-article-img{
  height:260px;
  border-radius:22px;
  border:1px dashed rgba(120,210,255,.45);
  background:rgba(0,12,30,.35);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:16px 0 22px;
  color:#8fdcff;
  font-weight:900;
}
.unitech-faq-article h2{
  margin:0 0 10px;
  font-size:clamp(28px,4vw,48px);
}
.unitech-faq-article p{
  color:#dff5ff;
  font-size:18px;
}
body.unitech-faq-open{
  overflow:hidden !important;
}
@media(max-width:980px){
  .unitech-faq-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:640px){
  .unitech-faq-floor,.unitech-faq-article{padding:76px 12px 28px;}
  .unitech-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;}
  .unitech-faq-card{min-height:148px;padding:12px 8px;}
  .unitech-faq-icon{width:50px;height:50px;font-size:19px;}
  .unitech-faq-name{font-size:14px;}
  .unitech-faq-top{align-items:flex-start;flex-direction:column;}
  .unitech-faq-back{width:100%;}
}


/* extracted id="unitech-other-products-images-v12" */
.other-product-img{
  height:150px !important;
  background:rgba(0,10,26,.38) !important;
}
.other-product-img img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
  object-position:center !important;
  display:block !important;
  border-radius:14px !important;
}
@media(max-width:760px){
  .other-product-img{height:120px !important;}
}


/* extracted id="unitech-v12-faq-lang-style" */
.unitech-faq-grid{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
.unitech-faq-article-text{max-width:860px;margin:0 auto;text-align:left;color:#eaf8ff;line-height:1.58;font-size:16px;}
.unitech-faq-article-text h3{margin:24px 0 10px;font-size:clamp(20px,2.4vw,30px);color:#ffffff;text-align:left;}
.unitech-faq-article-text p{margin:0 0 14px;}
.unitech-faq-article-text hr{border:0;border-top:1px solid rgba(120,210,255,.22);margin:22px 0;}
.unitech-faq-article-box{max-width:1040px !important;}
.unitech-faq-article-img{height:180px !important;}
@media(max-width:980px){.unitech-faq-grid{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}}
@media(max-width:640px){.unitech-faq-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}.unitech-faq-article-text{font-size:15px;line-height:1.5;}.unitech-faq-article-img{height:130px !important;}}


/* extracted id="unitech-v13-mobile-np-final" */
/* NP selected department highlight */
.du-option-selected{
  background:linear-gradient(180deg,rgba(126,226,255,.92),rgba(35,152,255,.92)) !important;
  color:#001126 !important;
  font-weight:900 !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.32),0 0 18px rgba(90,190,255,.28) !important;
}
.du-option-selected::before{
  content:"✓ ";
  font-weight:900;
}
.du-option.du-exact-option{
  background:linear-gradient(180deg,#7ee2ff,#2398ff) !important;
  color:#001126 !important;
  font-weight:900 !important;
}
.du-option.du-manual-option{
  background:rgba(105,184,255,.14) !important;
  border-bottom:1px solid rgba(105,184,255,.22) !important;
  font-weight:800 !important;
}

/* global mobile safety */
html,body{
  max-width:100%;
  overflow-x:hidden !important;
}
img,video,canvas{
  max-width:100%;
}

/* mobile landing adaptation */
@media(max-width:760px){
  body{
    overflow-x:hidden !important;
  }
  .lang-switcher{
    top:10px !important;
    left:10px !important;
    padding:5px !important;
    gap:5px !important;
    z-index:50 !important;
  }
  .lang-btn{
    padding:8px 10px !important;
    font-size:12px !important;
  }
  .seo-nav{
    margin:62px 8px 8px !important;
    gap:6px !important;
    justify-content:center !important;
  }
  .seo-nav a{
    padding:8px 9px !important;
    font-size:12px !important;
  }
  .float-links{
    right:6px !important;
    top:auto !important;
    bottom:12px !important;
    transform:none !important;
    gap:6px !important;
    z-index:20 !important;
  }
  .float-link{
    min-width:42px !important;
    height:34px !important;
    padding:0 9px !important;
    font-size:0 !important;
    border-radius:999px !important;
  }
  .float-link::first-letter{
    font-size:14px !important;
  }

  .section{
    padding:42px 12px !important;
  }
  .section h1{
    font-size:clamp(32px,10vw,46px) !important;
    line-height:1.05 !important;
    text-align:center !important;
    word-break:normal !important;
  }
  .section h2{
    font-size:clamp(28px,8vw,40px) !important;
    line-height:1.08 !important;
    text-align:center !important;
  }
  .hero-sub{
    font-size:18px !important;
    line-height:1.25 !important;
    text-align:center !important;
  }
  .hero-copy{
    max-width:100% !important;
    padding:0 8px !important;
    text-align:center !important;
  }
  .btn-row{
    flex-direction:column !important;
    align-items:stretch !important;
    width:100% !important;
    max-width:340px !important;
    margin-left:auto !important;
    margin-right:auto !important;
    gap:10px !important;
  }
  .btn-row .btn{
    width:100% !important;
    min-height:48px !important;
    font-size:16px !important;
  }

  .compare-grid{
    grid-template-columns:1fr !important;
    gap:12px !important;
  }
  .compare-grid .card,
  .compare-grid article,
  .compare-grid > div{
    min-height:auto !important;
    padding:14px !important;
  }
  .compare-grid img,
  .compare-grid .card img{
    height:110px !important;
    max-width:190px !important;
  }

  .sys-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  .system-card,
  .sys-grid .card{
    min-height:168px !important;
    padding:10px !important;
  }
  .sys-img-wrap{
    height:92px !important;
  }
  .sys-title{
    font-size:15px !important;
    line-height:1.15 !important;
  }

  .bms-photo-card{
    margin:18px 0 !important;
    padding:16px 12px !important;
  }
  .bms-photo-card h2{
    font-size:24px !important;
  }
  .bms-photo-card p{
    font-size:15px !important;
    line-height:1.45 !important;
  }

  .cta-box{
    padding:22px 12px !important;
    border-radius:22px !important;
  }
  .cta-list{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
  .cta-item{
    min-height:48px !important;
    font-size:15px !important;
  }

  .sys-modal{
    padding:8px !important;
    align-items:flex-start !important;
    overflow:auto !important;
  }
  .sys-modal-content{
    width:100% !important;
    max-width:100% !important;
    margin:8px 0 !important;
    max-height:none !important;
    border-radius:18px !important;
    padding:12px !important;
  }
  .sys-gallery{
    grid-template-columns:1fr !important;
  }

  .other-product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .other-product-card{
    min-height:245px !important;
    padding:9px !important;
    border-radius:18px !important;
  }
  .other-product-top{
    font-size:16px !important;
  }
  .other-product-bottom{
    font-size:14px !important;
  }
  .other-product-price{
    font-size:16px !important;
  }
  .other-buy-btn{
    min-height:40px !important;
    font-size:13px !important;
  }

  .du-overlay.du-open{
    align-items:flex-start !important;
    padding:6px !important;
    overflow:hidden !important;
  }
  .du-modal{
    width:100% !important;
    max-width:100% !important;
    max-height:calc(100dvh - 12px) !important;
    overflow:hidden !important;
    border-radius:18px !important;
  }
  .du-body,
  .du-content{
    max-height:calc(100dvh - 70px) !important;
    overflow:visible !important;
  }
  .du-title{
    font-size:17px !important;
    line-height:1.2 !important;
    padding-right:36px !important;
  }
  .du-tabs{
    gap:6px !important;
    margin-bottom:8px !important;
  }
  .du-tab{
    min-width:auto !important;
    padding:6px 9px !important;
    font-size:12px !important;
  }
  .du-form-grid{
    gap:7px !important;
  }
  .du-field{
    grid-template-columns:24px 1fr !important;
    gap:6px !important;
  }
  .du-icon{
    width:24px !important;
    height:36px !important;
    font-size:16px !important;
  }
  .du-control label{
    font-size:13px !important;
    margin-bottom:3px !important;
  }
  .du-input,.du-select-btn,.du-search{
    height:38px !important;
    min-height:38px !important;
    border-radius:10px !important;
    font-size:14px !important;
    padding:0 10px !important;
  }
  .du-dropdown{
    position:relative !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    margin-top:6px !important;
    border-radius:12px !important;
    z-index:99999 !important;
  }
  .du-options{
    max-height:145px !important;
    overflow:auto !important;
    overscroll-behavior:contain !important;
  }
  .du-option{
    padding:9px 10px !important;
    font-size:13px !important;
    line-height:1.18 !important;
  }
  .du-submit-wrap{
    padding:6px 8px 8px !important;
  }
  .du-submit{
    height:44px !important;
    font-size:16px !important;
  }

  .unitech-faq-floor,
  .unitech-faq-article{
    padding:70px 10px 22px !important;
  }
  .unitech-faq-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
  .unitech-faq-card{
    min-height:136px !important;
    padding:10px 7px !important;
    border-radius:18px !important;
  }
  .unitech-faq-icon{
    width:44px !important;
    height:44px !important;
    font-size:17px !important;
    border-radius:14px !important;
  }
  .unitech-faq-name{
    font-size:13px !important;
    line-height:1.12 !important;
  }
  .unitech-faq-article-box{
    padding:14px !important;
    border-radius:20px !important;
  }
  .unitech-faq-article-text{
    font-size:14px !important;
    line-height:1.48 !important;
  }
  .unitech-faq-article-text h3{
    font-size:20px !important;
    line-height:1.15 !important;
  }
}

@media(max-width:380px){
  .other-product-grid,
  .sys-grid,
  .unitech-faq-grid{
    grid-template-columns:1fr !important;
  }
}


/* UniTech V2 mobile + floors fix */
body::before{
  content:"";
  position:fixed;
  inset:0;
  z-index:-2;
  pointer-events:none;
  background:
    radial-gradient(circle at 50% 12%, rgba(46,142,255,.30), transparent 38%),
    radial-gradient(circle at 50% 72%, rgba(0,180,255,.18), transparent 34%),
    linear-gradient(180deg,#020615 0%,#020a1f 48%,#00040d 100%);
}
@media(max-width:760px){
  html,body{
    width:100%;
    max-width:100%;
    overflow-x:hidden!important;
  }
  #particles{
    position:fixed!important;
    inset:0!important;
    width:100vw!important;
    height:100vh!important;
    z-index:-1!important;
  }

  .section:first-of-type,
  .hero,
  .hero-section{
    min-height:auto!important;
    padding-top:46px!important;
    padding-bottom:34px!important;
    overflow:hidden!important;
  }
  .section h1,
  h1{
    max-width:calc(100vw - 28px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:clamp(30px,9vw,42px)!important;
    line-height:1.08!important;
    letter-spacing:-.04em!important;
    white-space:normal!important;
    overflow-wrap:break-word!important;
    word-break:normal!important;
    text-align:center!important;
  }
  .section h1 .glow,
  h1 .glow{
    display:inline!important;
    white-space:nowrap!important;
  }
  .hero-sub{
    max-width:calc(100vw - 34px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:clamp(17px,5vw,24px)!important;
    line-height:1.22!important;
  }
  .hero-copy p{
    max-width:calc(100vw - 44px)!important;
    margin-left:auto!important;
    margin-right:auto!important;
    font-size:clamp(15px,4.2vw,19px)!important;
    line-height:1.35!important;
  }

  .float-links{
    right:8px!important;
    bottom:72px!important;
    top:auto!important;
    transform:none!important;
    z-index:30!important;
  }
  .float-link{
    width:48px!important;
    min-width:48px!important;
    max-width:48px!important;
    height:48px!important;
    padding:0!important;
    border-radius:50%!important;
    overflow:hidden!important;
    font-size:0!important;
  }

  /* Separate floors/modals must cover page and not scroll under page */
  .sys-modal.active,
  .sys-modal{
    position:fixed!important;
    inset:0!important;
    z-index:99990!important;
    align-items:flex-start!important;
    justify-content:center!important;
    padding:8px!important;
    overflow:hidden!important;
    background:rgba(0,4,12,.96)!important;
  }
  .sys-modal-content{
    width:100%!important;
    max-width:100%!important;
    height:calc(100dvh - 16px)!important;
    max-height:calc(100dvh - 16px)!important;
    margin:0!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
    border-radius:18px!important;
    padding:14px 12px 22px!important;
  }
  body:has(.sys-modal.active),
  body:has(.du-overlay.du-open),
  body.unitech-faq-open{
    overflow:hidden!important;
  }

  /* Other product cards */
  .other-floor-note{
    font-size:20px!important;
    line-height:1.18!important;
    margin:8px 0 14px!important;
  }
  .other-product-grid{
    grid-template-columns:1fr!important;
    gap:14px!important;
  }
  .other-product-card{
    min-height:auto!important;
    padding:14px!important;
    border-radius:20px!important;
  }
  .other-product-top{
    font-size:24px!important;
    margin-bottom:8px!important;
  }
  .other-product-img{
    height:230px!important;
    padding:6px!important;
    background:rgba(2,16,42,.72)!important;
  }
  .other-product-img img{
    width:100%!important;
    height:100%!important;
    object-fit:contain!important;
  }
  .other-product-bottom{
    font-size:24px!important;
    line-height:1.15!important;
    margin-top:8px!important;
  }
  .other-product-price{
    font-size:26px!important;
  }
  .other-buy-btn{
    height:56px!important;
    font-size:20px!important;
    border-radius:16px!important;
  }

  /* Buy form mobile */
  .du-overlay.du-open{
    position:fixed!important;
    inset:0!important;
    z-index:100000!important;
    align-items:flex-start!important;
    justify-content:center!important;
    padding:6px!important;
    overflow:hidden!important;
    background:rgba(0,4,12,.92)!important;
  }
  .du-modal{
    width:100%!important;
    max-width:100%!important;
    height:calc(100dvh - 12px)!important;
    max-height:calc(100dvh - 12px)!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
    border-radius:18px!important;
  }
  .du-body,.du-content{
    max-height:none!important;
    overflow:visible!important;
  }
  .du-title{
    font-size:16px!important;
    line-height:1.15!important;
    padding-right:38px!important;
  }
  .du-tabs{
    gap:5px!important;
  }
  .du-tab{
    padding:7px 8px!important;
    font-size:12px!important;
    min-width:auto!important;
  }
  .du-field{
    grid-template-columns:22px 1fr!important;
    gap:6px!important;
  }
  .du-icon{
    width:22px!important;
    height:36px!important;
    font-size:15px!important;
  }
  .du-control label{
    font-size:13px!important;
  }
  .du-input,.du-select-btn,.du-search{
    height:39px!important;
    min-height:39px!important;
    font-size:14px!important;
  }
  .du-dropdown{
    position:relative!important;
    top:auto!important;
    left:auto!important;
    right:auto!important;
    margin-top:6px!important;
    z-index:10!important;
  }
  .du-options{
    max-height:150px!important;
  }
  .du-submit-wrap{
    position:sticky!important;
    bottom:0!important;
    z-index:12!important;
  }

  /* FAQ floors */
  .unitech-faq-floor,
  .unitech-faq-article{
    position:fixed!important;
    inset:0!important;
    z-index:99998!important;
    padding:70px 10px 24px!important;
    overflow:auto!important;
    -webkit-overflow-scrolling:touch!important;
  }
}
@media(max-width:390px){
  .section h1,h1{
    font-size:clamp(28px,8.4vw,36px)!important;
  }
  .other-product-img{
    height:205px!important;
  }
}

html.unitech-modal-open,body.unitech-modal-open{overflow:hidden!important;}



/* UniTech V3 final fixes */
html, body {
  min-height:100%;
  background:
    radial-gradient(circle at 50% 8%, rgba(44,140,255,.34), transparent 38%),
    radial-gradient(circle at 50% 72%, rgba(0,180,255,.18), transparent 34%),
    linear-gradient(180deg,#020615 0%,#020a1f 48%,#00040d 100%) !important;
}
body {
  background-image:
    linear-gradient(rgba(0,8,22,.58),rgba(0,5,15,.76)),
    url('../images/img_001.webp') !important;
  background-size: cover !important;
  background-position: center top !important;
  background-repeat:no-repeat !important;
  background-attachment: fixed !important;
}
#particles {
  background: transparent !important;
}

/* Phone input prefix */
#duPhone {
  letter-spacing:.02em;
}

/* Hero slogan: smaller, no broken letters */
.section h1,
h1 {
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: none !important;
  white-space: normal !important;
  letter-spacing: -0.035em !important;
}
.section h1 .glow,
h1 .glow {
  white-space: nowrap !important;
}

@media(max-width:760px){
  body {
    background-attachment: scroll !important;
    background-position:center top !important;
  }
  .section:first-of-type,
  .hero,
  .hero-section {
    padding-top:34px !important;
  }
  .section h1,
  h1 {
    font-size: clamp(24px, 7.2vw, 34px) !important;
    line-height: 1.12 !important;
    letter-spacing: -0.045em !important;
    max-width: calc(100vw - 24px) !important;
    text-align:center !important;
  }
  .hero-sub {
    font-size: clamp(15px, 4.2vw, 20px) !important;
    max-width: calc(100vw - 28px) !important;
  }
  .hero-copy p {
    font-size: clamp(14px, 3.8vw, 17px) !important;
  }
  .du-input#duPhone {
    font-size:16px !important;
  }
}
@media(max-width:390px){
  .section h1,
  h1 {
    font-size: clamp(22px, 6.6vw, 30px) !important;
    letter-spacing: -0.05em !important;
  }
}
/* end UniTech V3 final fixes */



/* UniTech Stable V1 final: title, background, buy modal like UniTech Energy */
html,body{
  max-width:100%;
  overflow-x:hidden!important;
  background:#020615!important;
}
body{
  background:
    linear-gradient(rgba(0,8,22,.56),rgba(0,5,15,.78)),
    url('../images/img_001.webp') center top / cover no-repeat fixed,
    radial-gradient(circle at 50% 8%, rgba(44,140,255,.34), transparent 38%),
    linear-gradient(180deg,#020615 0%,#020a1f 48%,#00040d 100%)!important;
}
#particles{background:transparent!important}

/* hero clean */
.section h1,h1{
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
  white-space:normal!important;
  letter-spacing:-.04em!important;
}
.section h1 .glow,h1 .glow{white-space:nowrap!important}

/* NP selected */
.du-option-selected,
.du-option.du-option-selected{
  background:linear-gradient(180deg,#ffdd75,#f5c542)!important;
  color:#101010!important;
  font-weight:900!important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.38),0 0 18px rgba(255,221,117,.28)!important;
}
.du-option-selected::before{content:"✓ ";font-weight:900}

/* buy modal = UniTech Energy style */
.du-overlay.du-open{
  display:flex!important;
  position:fixed!important;
  inset:0!important;
  z-index:100000!important;
  background:rgba(0,0,0,.88)!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px!important;
  overflow:hidden!important;
}
.du-modal{
  width:min(520px,100%)!important;
  max-height:calc(100dvh - 20px)!important;
  overflow:hidden!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(7,18,42,.98),rgba(3,8,20,.99))!important;
  border:1px solid rgba(255,221,117,.38)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.72),0 0 28px rgba(255,221,117,.13)!important;
}
.du-body,.du-content{
  max-height:calc(100dvh - 96px)!important;
  overflow:auto!important;
  -webkit-overflow-scrolling:touch!important;
  padding-bottom:0!important;
}
.du-title{
  font-size:18px!important;
  line-height:1.18!important;
  padding-right:38px!important;
}
.du-form-grid{gap:8px!important}
.du-field{grid-template-columns:28px 1fr!important;gap:7px!important}
.du-icon{width:28px!important;height:38px!important;font-size:17px!important}
.du-control label{font-size:14px!important;margin-bottom:4px!important}
.du-input,.du-select-btn,.du-search{
  height:42px!important;
  min-height:42px!important;
  border-radius:12px!important;
  font-size:15px!important;
  border:1px solid rgba(255,221,117,.36)!important;
  background:rgba(0,0,0,.22)!important;
}
.du-dropdown{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  margin-top:7px!important;
  border-radius:14px!important;
  border:1px solid rgba(255,221,117,.32)!important;
  background:#080d19!important;
  z-index:30!important;
  overflow:hidden!important;
}
.du-options{
  max-height:170px!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
}
.du-option{
  padding:11px 12px!important;
  font-size:14px!important;
  line-height:1.2!important;
}
.du-submit-wrap{
  position:sticky!important;
  bottom:0!important;
  z-index:40!important;
  padding:8px 12px 12px!important;
  background:linear-gradient(180deg,rgba(5,12,28,.82),rgba(5,12,28,1))!important;
}
.du-submit{
  height:50px!important;
  border-radius:16px!important;
  font-size:18px!important;
  background:linear-gradient(180deg,#ffdd75,#f5b942)!important;
  color:#101010!important;
  font-weight:900!important;
  border:0!important;
  box-shadow:0 10px 24px rgba(255,185,66,.22)!important;
}

@media(max-width:760px){
  body{background-attachment:scroll!important;background-position:center top!important}
  .section:first-of-type,.hero,.hero-section{
    padding-top:28px!important;
    padding-bottom:30px!important;
    overflow:hidden!important;
  }
  .section h1,h1{
    max-width:calc(100vw - 22px)!important;
    font-size:clamp(22px,6.4vw,30px)!important;
    line-height:1.12!important;
    letter-spacing:-.05em!important;
    text-align:center!important;
  }
  .hero-sub{
    max-width:calc(100vw - 28px)!important;
    font-size:clamp(15px,4vw,19px)!important;
    line-height:1.22!important;
  }
  .hero-copy p{
    max-width:calc(100vw - 38px)!important;
    font-size:clamp(14px,3.6vw,16px)!important;
    line-height:1.35!important;
  }
  .du-overlay.du-open{
    align-items:flex-start!important;
    padding:6px!important;
  }
  .du-modal{
    width:100%!important;
    max-height:calc(100dvh - 12px)!important;
    border-radius:18px!important;
  }
  .du-body,.du-content{max-height:calc(100dvh - 88px)!important}
  .du-tabs{gap:5px!important;margin-bottom:8px!important}
  .du-tab{font-size:12px!important;padding:7px 8px!important;min-width:auto!important}
  .du-field{grid-template-columns:22px 1fr!important;gap:6px!important}
  .du-icon{width:22px!important;height:36px!important}
  .du-control label{font-size:13px!important}
  .du-input,.du-select-btn,.du-search{height:39px!important;min-height:39px!important;font-size:14px!important}
  .du-options{max-height:145px!important}
}
@media(max-width:390px){
  .section h1,h1{font-size:clamp(20px,6vw,27px)!important}
}
html.unitech-modal-open,body.unitech-modal-open,
body:has(.du-overlay.du-open){overflow:hidden!important}



/* UniTech Stable V2 final fixes */
html,body{
  min-height:100%;
  max-width:100%;
  overflow-x:hidden!important;
  background:#020615!important;
}
body{
  background-color:#020615!important;
  background-image:
    linear-gradient(rgba(0,8,22,.50),rgba(0,5,15,.76)),
    url('../images/img_001.webp'),
    radial-gradient(circle at 50% 8%, rgba(44,140,255,.34), transparent 38%),
    linear-gradient(180deg,#020615 0%,#020a1f 48%,#00040d 100%)!important;
  background-size:cover,cover,cover,cover!important;
  background-position:center top,center top,center top,center top!important;
  background-repeat:no-repeat!important;
  background-attachment:scroll!important;
}
#particles{
  position:fixed!important;
  inset:0!important;
  width:100vw!important;
  height:100vh!important;
  z-index:-1!important;
  background:
    radial-gradient(circle at 50% 15%, rgba(0,145,255,.22), transparent 35%),
    radial-gradient(circle at 50% 80%, rgba(0,210,255,.10), transparent 32%)!important;
}
.section h1,h1{
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
  white-space:normal!important;
  letter-spacing:-.04em!important;
}
.section h1 .glow,h1 .glow{white-space:nowrap!important}
#compare{margin-top:12px!important}

/* COMPLETE BUY FORM REBUILD */
.du-overlay.du-open{
  display:flex!important;
  position:fixed!important;
  inset:0!important;
  z-index:100000!important;
  background:rgba(0,0,0,.92)!important;
  align-items:center!important;
  justify-content:center!important;
  padding:10px!important;
  overflow:auto!important;
  -webkit-overflow-scrolling:touch!important;
}
.du-modal{
  width:min(560px,100%)!important;
  max-height:calc(100dvh - 20px)!important;
  overflow:auto!important;
  -webkit-overflow-scrolling:touch!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,rgba(7,18,42,.98),rgba(3,8,20,.99))!important;
  border:1px solid rgba(255,221,117,.42)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.72),0 0 28px rgba(255,221,117,.13)!important;
}
.du-body,.du-content{
  max-height:none!important;
  overflow:visible!important;
  padding-bottom:12px!important;
}
.du-title{
  font-size:18px!important;
  line-height:1.18!important;
  padding:18px 44px 8px 14px!important;
  text-align:center!important;
}
.du-close{
  position:absolute!important;
  top:12px!important;
  right:12px!important;
  z-index:5!important;
}
.du-selected-product{
  margin:10px 14px 14px!important;
  padding:12px 10px!important;
  font-size:18px!important;
  line-height:1.18!important;
}
.du-tabs{
  gap:7px!important;
  margin:8px 10px 12px!important;
}
.du-tab{
  font-size:13px!important;
  padding:8px 10px!important;
}
.du-form-grid{
  gap:10px!important;
  padding:0 14px!important;
}
.du-field{
  grid-template-columns:30px 1fr!important;
  gap:8px!important;
}
.du-icon{
  width:30px!important;
  height:44px!important;
  font-size:18px!important;
}
.du-control label{
  font-size:15px!important;
  margin-bottom:5px!important;
}
.du-input,.du-select-btn,.du-search{
  height:46px!important;
  min-height:46px!important;
  border-radius:13px!important;
  font-size:16px!important;
  padding:0 13px!important;
  border:1px solid rgba(255,221,117,.42)!important;
  background:rgba(0,0,0,.26)!important;
  color:#fff!important;
}
.du-input:focus,.du-search:focus{
  background:rgba(255,255,190,.92)!important;
  color:#111!important;
}
.du-dropdown{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  margin-top:7px!important;
  border-radius:14px!important;
  border:1px solid rgba(255,221,117,.38)!important;
  background:#080d19!important;
  z-index:30!important;
  overflow:hidden!important;
}
.du-options{
  max-height:190px!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
}
.du-option{
  padding:11px 12px!important;
  font-size:14px!important;
  line-height:1.22!important;
}
.du-option-selected,.du-option.du-option-selected,.du-option.du-exact-option{
  background:linear-gradient(180deg,#ffdd75,#f5c542)!important;
  color:#101010!important;
  font-weight:900!important;
}
.du-option-selected::before{content:"✓ ";font-weight:900}
.du-submit-wrap{
  position:relative!important;
  bottom:auto!important;
  z-index:auto!important;
  padding:14px 14px 18px!important;
  margin-top:6px!important;
  background:transparent!important;
  border-top:0!important;
}
.du-submit{
  width:100%!important;
  height:56px!important;
  border-radius:17px!important;
  font-size:20px!important;
  background:linear-gradient(180deg,#ffdd75,#f5b942)!important;
  color:#101010!important;
  font-weight:900!important;
  border:0!important;
  box-shadow:0 10px 24px rgba(255,185,66,.22)!important;
}

@media(max-width:760px){
  body{
    background-image:
      linear-gradient(rgba(0,8,22,.50),rgba(0,5,15,.76)),
      url('../images/img_001.webp'),
      radial-gradient(circle at 50% 8%, rgba(44,140,255,.34), transparent 38%),
      linear-gradient(180deg,#020615 0%,#020a1f 48%,#00040d 100%)!important;
    background-size:auto 100vh, auto 100vh, cover, cover!important;
    background-position:center top, center top, center top, center top!important;
    background-repeat:no-repeat!important;
    background-attachment:scroll!important;
  }
  .section:first-of-type,.hero,.hero-section{
    padding-top:28px!important;
    padding-bottom:30px!important;
    overflow:hidden!important;
  }
  .section h1,h1{
    max-width:calc(100vw - 22px)!important;
    font-size:clamp(20px,5.8vw,28px)!important;
    line-height:1.12!important;
    letter-spacing:-.05em!important;
    text-align:center!important;
  }
  .hero-sub{
    max-width:calc(100vw - 28px)!important;
    font-size:clamp(15px,4vw,19px)!important;
    line-height:1.22!important;
  }
  .hero-copy p{
    max-width:calc(100vw - 38px)!important;
    font-size:clamp(14px,3.6vw,16px)!important;
    line-height:1.35!important;
  }
  .du-overlay.du-open{
    align-items:flex-start!important;
    padding:6px!important;
  }
  .du-modal{
    width:100%!important;
    max-height:calc(100dvh - 12px)!important;
    border-radius:18px!important;
  }
  .du-title{
    font-size:16px!important;
    padding-top:16px!important;
  }
  .du-tabs{
    gap:5px!important;
    margin:6px 8px 10px!important;
  }
  .du-tab{
    font-size:12px!important;
    padding:7px 8px!important;
    min-width:auto!important;
  }
  .du-selected-product{
    font-size:17px!important;
    margin:8px 10px 12px!important;
  }
  .du-form-grid{
    padding:0 10px!important;
    gap:9px!important;
  }
  .du-field{
    grid-template-columns:22px 1fr!important;
    gap:7px!important;
  }
  .du-icon{
    width:22px!important;
    height:40px!important;
    font-size:16px!important;
  }
  .du-control label{
    font-size:14px!important;
  }
  .du-input,.du-select-btn,.du-search{
    height:42px!important;
    min-height:42px!important;
    font-size:15px!important;
  }
  .du-options{max-height:165px!important}
  .du-submit-wrap{
    padding:12px 10px 16px!important;
  }
  .du-submit{
    height:52px!important;
    font-size:19px!important;
  }
}
@media(max-width:390px){
  .section h1,h1{font-size:clamp(19px,5.5vw,25px)!important}
}
html.unitech-modal-open,body.unitech-modal-open{overflow:hidden!important}



/* UniTech Stable V3: NP selected branch field fix */
.du-select-btn{
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:8px!important;
  white-space:normal!important;
  text-align:left!important;
  line-height:1.22!important;
  min-height:46px!important;
  height:auto!important;
  padding:9px 42px 9px 13px!important;
  overflow:visible!important;
}
.du-select-btn .du-caret{
  position:absolute!important;
  right:13px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  flex:0 0 auto!important;
}
#duBranchBtn{
  min-height:58px!important;
  align-items:center!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}
#duBranchBtn .du-caret{
  right:13px!important;
}
.du-dropdown.du-open{
  margin-top:8px!important;
}
@media(max-width:760px){
  .du-select-btn{
    min-height:42px!important;
    padding:8px 40px 8px 12px!important;
    font-size:15px!important;
  }
  #duBranchBtn{
    min-height:64px!important;
    font-size:15px!important;
    line-height:1.18!important;
  }
  .du-option{
    font-size:14px!important;
    line-height:1.2!important;
  }
}
/* end V3 */


/* UniTech V4 NP exact UniTech Energy-like manual city/branch */
.du-btn-text{
  display:block!important;
  width:100%!important;
  padding-right:30px!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  line-height:1.22!important;
}
#duCityBtn,#duBranchBtn{
  height:auto!important;
  min-height:46px!important;
  align-items:center!important;
}
#duBranchBtn{min-height:60px!important}
.du-option-first{
  position:sticky!important;
  top:0!important;
  z-index:3!important;
  background:linear-gradient(180deg,#ffdd75,#f5c542)!important;
  color:#111!important;
  font-weight:900!important;
}
.du-option-first::before{content:"Точное совпадение: ";opacity:.75}
.du-manual-option{
  background:rgba(255,221,117,.12)!important;
  font-weight:800!important;
}
.du-option-selected{
  background:linear-gradient(180deg,#ffdd75,#f5c542)!important;
  color:#111!important;
  font-weight:900!important;
}
@media(max-width:760px){
  #duCityBtn,#duBranchBtn{
    min-height:54px!important;
    font-size:15px!important;
    line-height:1.18!important;
  }
  #duBranchBtn{min-height:68px!important}
}


/* UniTech Stable V5: NP validated suggestions + manual input */
.du-option-api{
  background:rgba(105,184,255,.08)!important;
}
.du-option-manual{
  background:rgba(255,221,117,.12)!important;
  color:#ffedb5!important;
  font-weight:800!important;
  border-top:1px solid rgba(255,221,117,.18)!important;
}
.du-option-manual::before{
  content:"Ручной ввод: ";
  opacity:.78;
}
.du-option-first{
  position:sticky!important;
  top:0!important;
  z-index:3!important;
  background:linear-gradient(180deg,#ffdd75,#f5c542)!important;
  color:#111!important;
  font-weight:900!important;
}
.du-option-selected{
  background:linear-gradient(180deg,#ffdd75,#f5c542)!important;
  color:#111!important;
  font-weight:900!important;
}
.du-np-note{
  padding:10px 12px!important;
  font-size:13px!important;
  color:#d7c28b!important;
  line-height:1.25!important;
}
.du-btn-text{
  display:block!important;
  width:100%!important;
  padding-right:30px!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  line-height:1.22!important;
}
#duCityBtn,#duBranchBtn{
  height:auto!important;
  min-height:46px!important;
  align-items:center!important;
}
#duBranchBtn{min-height:64px!important;}
@media(max-width:760px){
  #duCityBtn,#duBranchBtn{
    min-height:56px!important;
    font-size:15px!important;
    line-height:1.18!important;
  }
  #duBranchBtn{min-height:72px!important;}
}


/* UniTech Stable V6: Buy form as separate floor, no background scrolling */
.du-overlay{
  display:none!important;
}
.du-overlay.du-open{
  display:block!important;
  position:fixed!important;
  inset:0!important;
  z-index:100000!important;
  background:
    radial-gradient(circle at 50% 0%, rgba(105,190,255,.20), transparent 36%),
    linear-gradient(180deg, rgba(2,10,28,.98), rgba(0,4,12,.99))!important;
  padding:72px 14px 28px!important;
  overflow:auto!important;
  -webkit-overflow-scrolling:touch!important;
}
.du-modal{
  width:min(760px,100%)!important;
  max-width:760px!important;
  max-height:none!important;
  height:auto!important;
  margin:0 auto!important;
  overflow:visible!important;
  border-radius:24px!important;
  background:rgba(7,18,42,.74)!important;
  border:1px solid rgba(255,221,117,.38)!important;
  box-shadow:0 24px 70px rgba(0,0,0,.52),0 0 28px rgba(255,221,117,.13)!important;
}
.du-body,.du-content{
  max-height:none!important;
  overflow:visible!important;
  padding-bottom:0!important;
}
.du-close{
  position:fixed!important;
  top:14px!important;
  left:14px!important;
  right:auto!important;
  width:auto!important;
  min-width:118px!important;
  height:44px!important;
  border-radius:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:linear-gradient(180deg,#69d7ff,#168dff)!important;
  color:#001126!important;
  font-size:0!important;
  font-weight:900!important;
  z-index:100005!important;
}
.du-close::after{
  content:"← Назад";
  font-size:16px!important;
}
.du-title{
  padding:22px 16px 10px!important;
  font-size:22px!important;
  line-height:1.18!important;
  text-align:center!important;
}
.du-selected-product{
  margin:12px 16px 16px!important;
}
.du-form-grid{
  padding:0 16px!important;
  gap:12px!important;
}
.du-field{
  grid-template-columns:36px 1fr!important;
  gap:10px!important;
}
.du-icon{
  width:36px!important;
  height:46px!important;
}
.du-input,.du-select-btn,.du-search{
  height:46px!important;
  min-height:46px!important;
  font-size:16px!important;
}
.du-dropdown{
  position:relative!important;
  top:auto!important;
  left:auto!important;
  right:auto!important;
  width:100%!important;
  margin-top:8px!important;
  z-index:100010!important;
}
.du-options{
  max-height:230px!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
}
.du-submit-wrap{
  position:relative!important;
  bottom:auto!important;
  padding:18px 16px 22px!important;
  background:transparent!important;
  border-top:0!important;
}
.du-submit{
  width:100%!important;
  height:56px!important;
  border-radius:17px!important;
  font-size:22px!important;
}
html.unitech-order-open,
body.unitech-order-open{
  overflow:hidden!important;
}
body.unitech-order-open .float-links,
body.unitech-order-open .seo-nav,
body.unitech-order-open .lang-switcher{
  display:none!important;
}

@media(max-width:760px){
  .du-overlay.du-open{
    padding:64px 8px 18px!important;
  }
  .du-modal{
    width:100%!important;
    border-radius:20px!important;
  }
  .du-close{
    top:10px!important;
    left:10px!important;
    min-width:104px!important;
    height:40px!important;
  }
  .du-close::after{
    font-size:15px!important;
  }
  .du-title{
    font-size:17px!important;
    padding:16px 12px 8px!important;
  }
  .du-tabs{
    margin:8px 10px 12px!important;
  }
  .du-tab{
    font-size:12px!important;
    padding:7px 8px!important;
  }
  .du-selected-product{
    margin:10px 10px 14px!important;
    font-size:17px!important;
  }
  .du-form-grid{
    padding:0 10px!important;
    gap:10px!important;
  }
  .du-field{
    grid-template-columns:24px 1fr!important;
    gap:8px!important;
  }
  .du-icon{
    width:24px!important;
    height:42px!important;
  }
  .du-control label{
    font-size:14px!important;
  }
  .du-input,.du-select-btn,.du-search{
    height:42px!important;
    min-height:42px!important;
    font-size:15px!important;
  }
  #duBranchBtn{
    min-height:68px!important;
  }
  .du-options{
    max-height:190px!important;
  }
  .du-submit-wrap{
    padding:14px 10px 18px!important;
  }
  .du-submit{
    height:54px!important;
    font-size:20px!important;
  }
}
