/* =========================================================================



   CLIMAT ASIA — основной файл стилей



   Шрифты: Unbounded (заголовки), Manrope (текст) — отлично с кириллицей.



   Тема: тёмная инженерная, акцент — фирменный синий Clivet.



   ========================================================================= */







:root{



  --c-dark:#080b14;



  --c-dark2:#0d1320;



  --c-dark3:#141b2c;



  --c-slate:#1c2438;



  --c-line:rgba(255,255,255,.08);



  --c-line2:rgba(255,255,255,.14);



  --c-muted:#6b7892;



  --c-gray:#8a96ab;



  --c-light:#b9c3d3;



  --c-off:#e7ebf2;



  --c-white:#f4f6fa;



  --c-pure:#fff;



  --c-blue:#0091d5;



  --c-blue-l:#34b0ef;



  --c-blue-d:#0073aa;



  --c-blue-bg:rgba(0,145,213,.08);



  --c-blue-br:rgba(0,145,213,.22);



  --f:'Manrope',-apple-system,BlinkMacSystemFont,sans-serif;



  --h:'Unbounded',var(--f);



  --ease:cubic-bezier(.16,1,.3,1);



  --r:18px;



  --rs:12px;



  --max:1280px;



  --pad:40px;



  --hdr-h:78px;



}







*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}



html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}



body{



  font-family:var(--f);



  background:var(--c-dark);



  color:var(--c-light);



  line-height:1.6;



  font-size:16px;



  overflow-x:hidden;



  -webkit-font-smoothing:antialiased;



  -moz-osx-font-smoothing:grayscale;



}



img{max-width:100%;height:auto;display:block}



a{text-decoration:none;color:inherit;transition:color .25s var(--ease)}



button{border:none;background:none;cursor:pointer;font-family:inherit;color:inherit}



ul{list-style:none}



h1,h2,h3,h4,h5{font-family:var(--h);font-weight:700;line-height:1.12;color:var(--c-white);letter-spacing:-.02em}



em{font-style:normal;color:var(--c-blue)}



svg.ca-ic{display:block;flex:none}







.w{max-width:var(--max);margin:0 auto;padding-left:var(--pad);padding-right:var(--pad);width:100%}







/* грейн-текстура для глубины */



.ca-grain{



  position:fixed;inset:0;pointer-events:none;z-index:9990;opacity:.02;



  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");



}







/* ---- секционные заголовки ---- */



.st{



  display:inline-flex;align-items:center;gap:9px;



  font-family:var(--h);font-size:12px;font-weight:600;letter-spacing:.16em;



  text-transform:uppercase;color:var(--c-blue);margin-bottom:18px;



}



.st::before{content:"";width:26px;height:2px;background:var(--c-blue);display:block}



.st-l{color:var(--c-blue-l)}



.sh{font-size:clamp(28px,3.4vw,46px);color:var(--c-white);letter-spacing:-.025em}



.sh-l{color:var(--c-white)}







/* ---- кнопки ---- */



.btn{



  display:inline-flex;align-items:center;justify-content:center;gap:10px;



  font-family:var(--h);font-weight:600;font-size:14px;letter-spacing:.01em;



  padding:15px 28px;border-radius:var(--rs);cursor:pointer;



  transition:transform .4s var(--ease),background .3s var(--ease),color .3s var(--ease),box-shadow .4s var(--ease);



  white-space:nowrap;



}



.btn svg{transition:transform .4s var(--ease)}



.btn:hover svg{transform:translateX(4px)}



.bf{background:var(--c-blue);color:#fff}



.bf:hover{background:var(--c-blue-l);transform:translateY(-2px);box-shadow:0 14px 34px -12px rgba(0,145,213,.6)}



.bg{background:transparent;color:var(--c-white);border:1px solid var(--c-line2)}



.bg:hover{background:rgba(255,255,255,.06);border-color:var(--c-blue);color:#fff}



.bo{background:transparent;color:var(--c-white);border:1px solid var(--c-line2)}



.bo:hover{border-color:var(--c-blue);color:var(--c-blue-l)}



.bw{background:#fff;color:var(--c-dark)}



.bw:hover{background:var(--c-off);transform:translateY(-2px)}



.btn-full{width:100%}







/* ---- reveal-анимации ---- */



.r,.rl,.rr,.rs{opacity:0;transition:opacity .85s var(--ease),transform .85s var(--ease)}



.r{transform:translateY(42px)}



.rl{transform:translateX(-50px)}



.rr{transform:translateX(50px)}



.rs{transform:scale(.94)}



.r.v,.rl.v,.rr.v,.rs.v{opacity:1;transform:none}



.d1{transition-delay:.07s}.d2{transition-delay:.14s}.d3{transition-delay:.21s}



.d4{transition-delay:.28s}.d5{transition-delay:.35s}.d6{transition-delay:.42s}







/* =========================================================================



   ШАПКА



   ========================================================================= */



.hdr{



  position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--hdr-h);



  display:flex;align-items:center;



  background:rgba(8,11,20,.55);backdrop-filter:blur(14px);



  -webkit-backdrop-filter:blur(14px);



  border-bottom:1px solid transparent;



  transition:background .4s var(--ease),border-color .4s var(--ease),height .4s var(--ease);



}



.hdr.scr{background:rgba(8,11,20,.92);border-bottom-color:var(--c-line);height:66px}



.hdr-in{display:flex;align-items:center;justify-content:space-between;gap:30px}



.logo{display:flex;align-items:center;gap:12px}



.logo-m{



  width:42px;height:42px;border-radius:11px;flex:none;



  background:linear-gradient(135deg,var(--c-blue),var(--c-blue-d));



  display:grid;place-items:center;font-family:var(--h);font-weight:800;



  font-size:16px;color:#fff;letter-spacing:.02em;



  box-shadow:0 8px 22px -8px rgba(0,145,213,.55);



}



.logo-t{font-family:var(--h);font-weight:700;font-size:19px;color:#fff;letter-spacing:.02em}



.logo-t span{color:var(--c-blue);font-weight:400}



.nav-ul{display:flex;align-items:center;gap:6px}



.nav-ul li a,.nav-ul li>a{



  display:block;padding:9px 16px;font-size:14.5px;font-weight:600;



  color:var(--c-light);border-radius:9px;transition:color .25s,background .25s;



}



.nav-ul li a:hover,.nav-ul .current-menu-item>a{color:#fff;background:rgba(255,255,255,.05)}



.hdr-ac{display:flex;align-items:center;gap:18px}



.hdr-tel{display:flex;align-items:center;gap:8px;font-weight:700;font-size:14px;color:var(--c-off)}



.hdr-tel:hover{color:var(--c-blue-l)}



.hdr-tel svg{color:var(--c-blue)}



.hdr-btn{padding:12px 22px;font-size:13px}



.bur{display:none;width:42px;height:42px;flex-direction:column;gap:5px;align-items:center;justify-content:center;border-radius:10px;border:1px solid var(--c-line2)}



.bur span{width:18px;height:2px;background:#fff;border-radius:2px;transition:transform .35s var(--ease),opacity .25s}



body.mn-open .bur span:nth-child(1){transform:translateY(7px) rotate(45deg)}



body.mn-open .bur span:nth-child(2){opacity:0}



body.mn-open .bur span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}







/* мобильное меню */



.mn{



  position:fixed;inset:0;z-index:999;background:var(--c-dark2);



  padding:calc(var(--hdr-h) + 20px) var(--pad) 40px;



  transform:translateX(100%);transition:transform .5s var(--ease);



  overflow-y:auto;display:flex;



}



body.mn-open .mn{transform:translateX(0)}



.mn-in{margin:auto 0;width:100%}



.mn-ul{display:flex;flex-direction:column;gap:4px}



.mn-ul li a{display:block;padding:16px 4px;font-family:var(--h);font-weight:600;font-size:22px;color:var(--c-white);border-bottom:1px solid var(--c-line)}



.mn-ul li a:hover{color:var(--c-blue-l)}



.mn-ct{margin-top:34px;display:flex;flex-direction:column;gap:16px}



.mn-tel{display:flex;align-items:center;gap:10px;font-weight:700;font-size:18px;color:#fff}



.mn-tel svg{color:var(--c-blue)}







.site-main{display:block}







/* =========================================================================



   HERO



   ========================================================================= */



.hero{



  position:relative;min-height:100vh;display:flex;align-items:center;



  padding:calc(var(--hdr-h) + 60px) 0 90px;overflow:hidden;



}



.hero-bg{position:absolute;inset:0;z-index:0}



.hero-im,.hero-vid{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}



.hero-vid{filter:brightness(1.32) saturate(1.08) contrast(1.04)}



.hero-im{background-size:cover;background-position:center;background-color:var(--c-dark2)}



.hero-gr{



  position:absolute;inset:0;



  background:



    linear-gradient(180deg,rgba(8,11,20,.38) 0%,rgba(8,11,20,.22) 45%,rgba(8,11,20,.78) 100%),



    linear-gradient(105deg,rgba(8,30,60,.55) 0%,rgba(8,30,60,.15) 55%,transparent 100%),



    linear-gradient(120deg,rgba(0,145,213,.42) 0%,rgba(0,100,180,.18) 50%,rgba(0,170,235,.30) 100%);



}



.hero-gl{position:absolute;border-radius:50%;filter:blur(120px);opacity:.5;z-index:1}



.hero-gl1{width:560px;height:560px;background:rgba(0,145,213,.3);top:-180px;right:-120px}



.hero-gl2{width:440px;height:440px;background:rgba(0,115,170,.22);bottom:-160px;left:-100px}



.hero-ln{position:absolute;inset:0;z-index:1;display:flex;justify-content:space-between;max-width:var(--max);margin:0 auto;padding:0 var(--pad);pointer-events:none}



.hero-ln span{width:1px;height:100%;background:linear-gradient(180deg,transparent,var(--c-line),transparent)}



.hero .w{position:relative;z-index:2}



.hero-bd{display:grid;grid-template-columns:1fr 320px;gap:60px;align-items:center}



.hero-tg{



  display:inline-flex;align-items:center;gap:10px;padding:9px 18px;



  background:var(--c-blue-bg);border:1px solid var(--c-blue-br);border-radius:100px;



  font-size:13px;font-weight:600;color:var(--c-blue-l);margin-bottom:30px;



}



.hero-dot{width:7px;height:7px;border-radius:50%;background:var(--c-blue);box-shadow:0 0 0 4px rgba(0,145,213,.2);animation:pulse 2.4s var(--ease) infinite}



@keyframes pulse{0%,100%{box-shadow:0 0 0 4px rgba(0,145,213,.2)}50%{box-shadow:0 0 0 9px rgba(0,145,213,0)}}



.hero h1{font-size:clamp(38px,5.6vw,76px);color:#fff;margin-bottom:26px;letter-spacing:-.03em}



.hero-tx{font-size:clamp(16px,1.3vw,19px);color:var(--c-light);max-width:600px;margin-bottom:38px}



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



.hero-r{display:flex;flex-direction:column;gap:18px}



.hsc{padding:24px 26px;background:rgba(255,255,255,.035);border:1px solid var(--c-line);border-radius:var(--r);backdrop-filter:blur(6px);transition:border-color .4s,transform .4s}



.hsc:hover{border-color:var(--c-blue-br);transform:translateX(-4px)}



.hsc-n{font-family:var(--h);font-size:42px;font-weight:800;color:#fff;line-height:1}



.hsc-n span{color:var(--c-blue)}



.hsc-s{width:34px;height:2px;background:var(--c-blue);margin:13px 0}



.hsc-t{font-size:13.5px;color:var(--c-gray);line-height:1.45}



.hero-scroll{



  position:absolute;bottom:34px;left:50%;transform:translateX(-50%);z-index:2;



  width:42px;height:42px;border-radius:50%;border:1px solid var(--c-line2);



  display:grid;place-items:center;color:var(--c-light);



  animation:bob 2.4s var(--ease) infinite;



}



.hero-scroll:hover{border-color:var(--c-blue);color:var(--c-blue-l)}



@keyframes bob{0%,100%{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(7px)}}







/* =========================================================================



   ПОЛОСА КЛИЕНТОВ



   ========================================================================= */



.cl{display:flex;align-items:center;gap:40px;padding:30px 0;border-top:1px solid var(--c-line);border-bottom:1px solid var(--c-line);background:var(--c-dark2);overflow:hidden}



.cl-l{flex:none;padding-left:var(--pad);font-family:var(--h);font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--c-muted)}



.mq{display:flex;overflow:hidden;gap:0;flex:1;-webkit-mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}



.mq-g{display:flex;align-items:center;gap:18px;padding-right:18px;animation:mq 46s linear infinite;flex:none;will-change:transform}



@keyframes mq{from{transform:translateX(0)}to{transform:translateX(-100%)}}



.mq-i{



  font-family:var(--h);font-size:14px;font-weight:700;letter-spacing:.06em;



  color:var(--c-light);white-space:nowrap;transition:color .3s,border-color .3s,background .3s;



  padding:11px 22px;border:1px solid var(--c-line2);border-radius:100px;



  background:rgba(255,255,255,.03);text-transform:uppercase;



}



.mq:hover .mq-g{animation-play-state:paused}



.mq-i:hover{color:#fff;border-color:var(--c-blue);background:rgba(0,145,213,.1)}







/* =========================================================================



   О КОМПАНИИ



   ========================================================================= */



.about{padding:110px 0;background:var(--c-dark)}



.about-g{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}



.about-im{position:relative;height:560px}



.about-im-main{position:absolute;inset:0;border-radius:var(--r);background-size:cover;background-position:center;background-color:var(--c-dark3);border:1px solid var(--c-line)}



.about-im-sub{position:absolute;right:-30px;bottom:-30px;width:54%;height:46%;border-radius:var(--r);background-size:cover;background-position:center;background-color:var(--c-slate);border:5px solid var(--c-dark);box-shadow:0 30px 60px -25px rgba(0,0,0,.7)}



.about-badge{position:absolute;left:-26px;top:38px;display:flex;align-items:center;gap:13px;padding:16px 22px;background:var(--c-dark2);border:1px solid var(--c-line2);border-radius:14px;box-shadow:0 24px 50px -22px rgba(0,0,0,.7)}



.about-badge svg{color:var(--c-blue);flex:none}



.about-badge strong{display:block;font-family:var(--h);font-size:14px;color:#fff}



.about-badge span{font-size:11.5px;color:var(--c-gray);letter-spacing:.02em}



.about-tx h2{margin-bottom:24px}



.about-tx>p{font-size:16.5px;color:var(--c-light);margin-bottom:28px}



.about-ls{display:flex;flex-direction:column;gap:14px;margin-bottom:34px}



.about-ls li{display:flex;align-items:flex-start;gap:13px;font-size:15.5px;color:var(--c-off)}



.about-ls svg{color:var(--c-blue);flex:none;margin-top:1px}







/* =========================================================================



   УСЛУГИ



   ========================================================================= */



.svc{padding:110px 0;background:var(--c-dark2);border-top:1px solid var(--c-line)}



.svc-top{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:56px;flex-wrap:wrap}



.svc-top h2{margin-top:0}



.svc-g{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}



.sc{



  display:flex;flex-direction:column;padding:34px 28px;background:var(--c-dark);



  border:1px solid var(--c-line);border-radius:var(--r);position:relative;



  overflow:hidden;transition:transform .5s var(--ease),border-color .5s var(--ease);



}



.sc::before{content:"";position:absolute;left:0;top:0;height:3px;width:0;background:var(--c-blue);transition:width .5s var(--ease)}



.sc:hover{transform:translateY(-6px);border-color:var(--c-blue-br)}



.sc:hover::before{width:100%}



.sc-num{font-family:var(--h);font-size:13px;font-weight:700;color:var(--c-muted);margin-bottom:22px}



.sc-ic{width:54px;height:54px;border-radius:14px;background:var(--c-blue-bg);border:1px solid var(--c-blue-br);display:grid;place-items:center;color:var(--c-blue-l);margin-bottom:22px;transition:background .4s,color .4s}



.sc:hover .sc-ic{background:var(--c-blue);color:#fff}



.sc h3{font-size:18px;color:#fff;margin-bottom:12px;line-height:1.3}



.sc p{font-size:14px;color:var(--c-gray);flex:1;margin-bottom:22px}



.sc-lk{display:inline-flex;align-items:center;gap:8px;font-family:var(--h);font-size:13px;font-weight:600;color:var(--c-blue-l)}



.sc-lk svg{transition:transform .4s var(--ease)}



.sc:hover .sc-lk svg{transform:translateX(4px)}







/* =========================================================================



   ПРОЕКТЫ



   ========================================================================= */



.proj{padding:110px 0;background:var(--c-dark)}



.proj-top{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:56px;flex-wrap:wrap}



.proj-g{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:300px;gap:22px}



.pj{position:relative;border-radius:var(--r);overflow:hidden;border:1px solid var(--c-line);cursor:pointer}



.pj-big{grid-column:span 2;grid-row:span 2}



.pj-im{position:absolute;inset:0;background-size:cover;background-position:center;background-color:var(--c-dark3);transition:transform .9s var(--ease)}



.pj:hover .pj-im{transform:scale(1.06)}



.pj-ov{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,11,20,.1) 0%,rgba(8,11,20,.45) 55%,rgba(8,11,20,.95) 100%)}



.pj-bd{position:absolute;left:0;right:0;bottom:0;padding:28px;z-index:2}



.pj-tag{display:inline-block;font-family:var(--h);font-size:11.5px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--c-blue-l);background:var(--c-blue-bg);border:1px solid var(--c-blue-br);padding:6px 13px;border-radius:100px;margin-bottom:13px}



.pj-bd h3{font-size:21px;color:#fff;margin-bottom:9px}



.pj-big .pj-bd h3{font-size:28px}



.pj-bd p{font-size:13.5px;color:var(--c-light);max-height:0;opacity:0;overflow:hidden;transition:max-height .6s var(--ease),opacity .5s var(--ease),margin .5s}



.pj:hover .pj-bd p{max-height:140px;opacity:1;margin-top:4px}







/* =========================================================================



   ОБОРУДОВАНИЕ / КАТАЛОГ



   ========================================================================= */



.eq{padding:110px 0;background:var(--c-dark2);border-top:1px solid var(--c-line)}



.eq-g{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}



.ec{display:flex;flex-direction:column;background:var(--c-dark);border:1px solid var(--c-line);border-radius:var(--r);overflow:hidden;transition:transform .5s var(--ease),border-color .5s var(--ease)}



.ec:hover{transform:translateY(-6px);border-color:var(--c-blue-br)}



.ec-im{height:200px;background-size:cover;background-position:center;background-color:var(--c-dark3);border-bottom:1px solid var(--c-line)}



.ec-bd{padding:24px;display:flex;flex-direction:column;flex:1}



.ec-cat{font-family:var(--h);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--c-blue);margin-bottom:11px}



.ec-bd h3{font-size:17px;color:#fff;margin-bottom:11px;line-height:1.3}



.ec-bd p{font-size:13.5px;color:var(--c-gray);flex:1;margin-bottom:18px}



.ec-pr{font-family:var(--h);font-size:18px;font-weight:700;color:#fff;margin-bottom:16px}



.ec-pr .woocommerce-Price-amount{color:#fff}



.ec-pr del{color:var(--c-muted);font-size:14px;font-weight:400;margin-right:8px}



.eq-note{display:flex;align-items:center;gap:9px;justify-content:center;margin-top:34px;font-size:13.5px;color:var(--c-muted)}



.eq-note svg{color:var(--c-blue);flex:none}







/* =========================================================================



   ПОЧЕМУ МЫ



   ========================================================================= */



.why{position:relative;padding:110px 0;overflow:hidden}



.why-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-color:var(--c-dark3)}



.why-ov{position:absolute;inset:0;background:linear-gradient(135deg,rgba(8,11,20,.95) 0%,rgba(8,11,20,.78) 60%,rgba(13,19,32,.9) 100%)}



.why .w{position:relative;z-index:2}



.why-hd{margin-bottom:56px;max-width:640px}



.why-hd h2{margin-top:0}



.why-g{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}



.wc{padding:32px 26px;background:rgba(255,255,255,.04);border:1px solid var(--c-line);border-radius:var(--r);backdrop-filter:blur(6px);transition:transform .5s var(--ease),background .4s}



.wc:hover{transform:translateY(-6px);background:rgba(255,255,255,.07)}



.wc-ic{width:52px;height:52px;border-radius:13px;background:var(--c-blue);display:grid;place-items:center;color:#fff;margin-bottom:22px}



.wc h3{font-size:17px;color:#fff;margin-bottom:12px;line-height:1.3}



.wc p{font-size:13.5px;color:var(--c-light)}







/* =========================================================================



   CTA / КОНТАКТЫ



   ========================================================================= */



.cta{padding:110px 0;background:var(--c-dark)}



.cta-bx{position:relative;border-radius:26px;overflow:hidden;border:1px solid var(--c-line2)}



.cta-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-color:var(--c-dark2)}



.cta-ov{position:absolute;inset:0;background:linear-gradient(115deg,rgba(8,11,20,.96) 0%,rgba(8,11,20,.86) 50%,rgba(0,73,110,.6) 100%)}



.cta-in{position:relative;z-index:2;display:grid;grid-template-columns:1.15fr 1fr;gap:60px;padding:62px}



.cta-l h2{font-size:clamp(26px,3vw,40px);color:#fff;margin-bottom:18px}



.cta-l>p{font-size:16px;color:var(--c-light);margin-bottom:38px;max-width:480px}



.cta-ct{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:30px}



.ctc{display:flex;align-items:center;gap:14px}



.ctc-ic{width:44px;height:44px;border-radius:11px;background:var(--c-blue-bg);border:1px solid var(--c-blue-br);display:grid;place-items:center;color:var(--c-blue-l);flex:none}



.ctc-lb{display:block;font-size:12px;color:var(--c-gray);margin-bottom:3px}



.ctc-val{display:block;font-family:var(--h);font-size:15px;font-weight:600;color:#fff}



a.ctc:hover .ctc-val{color:var(--c-blue-l)}



.cta-so{display:flex;gap:11px}



.cta-so a{width:42px;height:42px;border-radius:11px;border:1px solid var(--c-line2);display:grid;place-items:center;color:var(--c-light);transition:transform .35s var(--ease),border-color .35s,color .35s,background .35s}



.cta-so a:hover{transform:translateY(-3px);border-color:var(--c-blue);color:#fff;background:var(--c-blue)}







/* форма */



.cta-fm{background:var(--c-dark2);border:1px solid var(--c-line);border-radius:var(--r);padding:34px}



.cta-fm h3{font-size:21px;color:#fff;margin-bottom:22px}



.fm-row{margin-bottom:13px}



.cta-fm input,.cta-fm textarea{



  width:100%;padding:14px 17px;background:var(--c-dark);border:1px solid var(--c-line2);



  border-radius:11px;color:#fff;font-family:var(--f);font-size:14.5px;



  transition:border-color .3s,background .3s;resize:vertical;



}



.cta-fm input::placeholder,.cta-fm textarea::placeholder{color:var(--c-muted)}



.cta-fm input:focus,.cta-fm textarea:focus{outline:none;border-color:var(--c-blue);background:var(--c-dark3)}



.cta-fm .btn{margin-top:8px}



.ca-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none}



.fm-note{font-size:11.5px;color:var(--c-muted);margin-top:14px;text-align:center;line-height:1.5}



.fm-ok,.fm-err{display:flex;align-items:center;gap:9px;margin-top:16px;padding:13px 16px;border-radius:11px;font-size:13.5px;font-weight:600}



.fm-ok{background:rgba(0,145,213,.12);border:1px solid var(--c-blue-br);color:var(--c-blue-l)}



.fm-err{background:rgba(220,70,70,.12);border:1px solid rgba(220,70,70,.3);color:#e98b8b}







/* =========================================================================



   ПОДВАЛ



   ========================================================================= */



.ftr{background:var(--c-dark2);border-top:1px solid var(--c-line);padding:70px 0 0}



.ftr-g{display:grid;grid-template-columns:1.7fr 1fr 1fr 1.3fr;gap:50px;padding-bottom:54px}



.ftr-ab .logo{margin-bottom:20px}



.ftr-ab>p{font-size:14px;color:var(--c-gray);max-width:340px;margin-bottom:24px}



.ftr-so{display:flex;gap:10px}



.ftr-so a{width:40px;height:40px;border-radius:10px;border:1px solid var(--c-line2);display:grid;place-items:center;color:var(--c-light);transition:transform .35s var(--ease),border-color .3s,color .3s,background .3s}



.ftr-so a:hover{transform:translateY(-3px);border-color:var(--c-blue);color:#fff;background:var(--c-blue)}



.ftr-c h5{font-family:var(--h);font-size:14px;color:#fff;margin-bottom:20px;letter-spacing:.02em}



.ftr-c ul li{margin-bottom:12px}



.ftr-c ul li a{font-size:14px;color:var(--c-gray)}



.ftr-c ul li a:hover{color:var(--c-blue-l)}



.ftr-ci{display:flex;align-items:flex-start;gap:11px;margin-bottom:16px}



.ftr-ci svg{color:var(--c-blue);flex:none;margin-top:3px}



.ftr-ci span{font-size:13.5px;color:var(--c-light)}



.ftr-ci strong{display:block;font-family:var(--h);font-size:12px;color:var(--c-gray);font-weight:600;margin-bottom:3px;letter-spacing:.02em}



.ftr-bt{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 0;border-top:1px solid var(--c-line);flex-wrap:wrap}



.ftr-cp{font-size:13px;color:var(--c-muted)}



.ftr-pw{font-size:13px;color:var(--c-muted)}



.ftr-pw a{color:var(--c-blue-l);font-weight:600}



.ftr-pw a:hover{color:var(--c-blue)}







/* кнопка наверх */



.totop{position:fixed;right:26px;bottom:26px;width:46px;height:46px;border-radius:50%;background:var(--c-blue);color:#fff;display:grid;place-items:center;z-index:900;opacity:0;pointer-events:none;transform:translateY(16px) rotate(180deg);transition:opacity .4s var(--ease),transform .4s var(--ease);box-shadow:0 12px 30px -10px rgba(0,145,213,.6)}



.totop.v{opacity:1;pointer-events:auto;transform:translateY(0) rotate(180deg)}



.totop:hover{background:var(--c-blue-l)}







/* =========================================================================



   ВНУТРЕННИЕ СТРАНИЦЫ + 404



   ========================================================================= */



.pg-hero{position:relative;padding:calc(var(--hdr-h) + 70px) 0 70px;overflow:hidden}



.pg-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-color:var(--c-dark3)}



.pg-hero-ov{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,11,20,.9),rgba(8,11,20,.78))}



.pg-hero .w{position:relative;z-index:2}



.crumbs{display:flex;align-items:center;gap:9px;font-size:13px;color:var(--c-gray);margin-bottom:16px}



.crumbs a:hover{color:var(--c-blue-l)}



.crumbs span{color:var(--c-muted)}



.pg-hero h1{font-size:clamp(30px,4vw,52px);color:#fff}



.page-wrap{padding:70px 0;background:var(--c-dark)}



.pg-content{max-width:820px;font-size:16px;color:var(--c-light)}



.pg-content h2{color:#fff;margin:36px 0 16px;font-size:28px}



.pg-content h3{color:#fff;margin:28px 0 12px;font-size:21px}



.pg-content p{margin-bottom:18px}



.pg-content a{color:var(--c-blue-l)}



.pg-content ul{padding-left:22px;margin-bottom:18px;list-style:disc}



.pg-content li{margin-bottom:8px}







.e404{position:relative;min-height:100vh;display:flex;align-items:center;overflow:hidden}



.e404-bg{position:absolute;inset:0;background-size:cover;background-position:center;background-color:var(--c-dark2)}



.e404-ov{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,11,20,.92),rgba(8,11,20,.97))}



.e404-in{position:relative;z-index:2;text-align:center;max-width:620px;margin:0 auto}



.e404-code{font-family:var(--h);font-size:clamp(90px,16vw,180px);font-weight:900;line-height:1;background:linear-gradient(135deg,var(--c-blue-l),var(--c-blue-d));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:14px}



.e404-in h1{font-size:clamp(28px,4vw,44px);color:#fff;margin-bottom:18px}



.e404-in p{font-size:16px;color:var(--c-light);margin-bottom:34px}



.e404-bt{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin-bottom:36px}



.e404-ln{display:flex;gap:26px;justify-content:center;flex-wrap:wrap;font-size:14px}



.e404-ln a{color:var(--c-gray)}



.e404-ln a:hover{color:var(--c-blue-l)}







/* WooCommerce — общий контейнер */



.ca-shop{padding:calc(var(--hdr-h) + 50px) 0 80px;background:var(--c-dark);min-height:60vh}



.blog-g{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}



.blog-c{background:var(--c-dark2);border:1px solid var(--c-line);border-radius:var(--r);overflow:hidden;transition:transform .4s var(--ease)}



.blog-c:hover{transform:translateY(-5px)}



.blog-c-im{display:block;height:200px;background-size:cover;background-position:center;background-color:var(--c-dark3)}



.blog-c-bd{padding:24px}



.blog-c-bd time{font-size:12px;color:var(--c-muted)}



.blog-c-bd h2{font-size:18px;margin:10px 0 10px}



.blog-c-bd h2 a:hover{color:var(--c-blue-l)}



.blog-c-bd p{font-size:14px;color:var(--c-gray);margin-bottom:16px}



.no-res{color:var(--c-gray);font-size:16px}







/* =========================================================================



   АДАПТИВ



   ========================================================================= */



@media(max-width:1080px){



  .svc-g,.eq-g,.why-g{grid-template-columns:repeat(2,1fr)}



  .ftr-g{grid-template-columns:1fr 1fr;gap:40px}



  .hero-bd{grid-template-columns:1fr;gap:48px}



  .hero-r{flex-direction:row;flex-wrap:wrap}



  .hsc{flex:1;min-width:200px}



}



@media(max-width:900px){



  .nav,.hdr-tel,.hdr-btn{display:none}



  .bur{display:flex}



  .about-g{grid-template-columns:1fr;gap:80px}



  .about-im{height:420px;max-width:520px}



  .cta-in{grid-template-columns:1fr;gap:42px;padding:42px}



  .proj-g{grid-template-columns:repeat(2,1fr);grid-auto-rows:260px}



  .pj-big{grid-column:span 2;grid-row:span 1}



}



@media(max-width:768px){



  :root{--pad:20px}



  .about,.svc,.proj,.eq,.why,.cta{padding:70px 0}



  .svc-g,.eq-g,.why-g,.blog-g{grid-template-columns:1fr}



  .ftr-g{grid-template-columns:1fr;gap:34px}



  .cl{flex-direction:column;gap:18px;align-items:flex-start}



  .cl-l{padding-left:20px}



  .proj-g{grid-template-columns:1fr;grid-auto-rows:260px}



  .pj-big{grid-column:span 1}



  .cta-ct{grid-template-columns:1fr}



  .ftr-bt{flex-direction:column;align-items:flex-start;gap:10px}



  .hero-r{flex-direction:column}



  .hsc:hover{transform:none}



}



@media(max-width:480px){



  .hero h1{font-size:34px}



  .btn{padding:14px 22px;font-size:13px}



  .cta-fm,.cta-in{padding:26px}



  .about-im-sub{display:none}



  .about-badge{left:0}



}







/* =========================================================================



   WOOCOMMERCE — каталог и одиночный товар (пример оформления)



   ========================================================================= */



.ca-shop ul.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:0;padding:0}



.ca-shop ul.products li.product{margin:0!important;width:auto!important;float:none!important}



.ca-shop .ec{display:flex;flex-direction:column;position:relative;list-style:none}



.ca-shop .ec-link{display:flex;flex-direction:column;flex:1}



.ec-sale{position:absolute;top:14px;left:14px;background:var(--c-blue);color:#fff;font-family:var(--h);font-size:11px;font-weight:600;padding:5px 12px;border-radius:100px}



.ca-shop .ec-im{position:relative}



.ca-shop ul.products li.product .button,



.ca-shop ul.products li.product .added_to_cart{



  display:block;margin:0 24px 24px;text-align:center;padding:13px 18px;



  background:transparent;color:var(--c-blue-l);border:1px solid var(--c-line2);



  border-radius:11px;font-family:var(--h);font-size:13px;font-weight:600;transition:all .3s var(--ease);



}



.ca-shop ul.products li.product .button:hover{background:var(--c-blue);color:#fff;border-color:var(--c-blue)}



.woocommerce-result-count,.woocommerce-ordering{color:var(--c-gray);font-size:14px;margin-bottom:24px}



.woocommerce-ordering select{background:var(--c-dark2);color:#fff;border:1px solid var(--c-line2);border-radius:9px;padding:9px 14px}







/* одиночный товар */



.single-product div.product{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:start}



.single-product .woocommerce-product-gallery{border:1px solid var(--c-line);border-radius:var(--r);overflow:hidden;background:var(--c-dark2)}



.single-product .product_title{font-size:clamp(26px,3vw,40px);color:#fff;margin-bottom:16px}



.single-product .woocommerce-product-details__short-description{color:var(--c-light);font-size:15.5px;margin-bottom:22px}



.single-product .price{font-family:var(--h);font-size:26px;font-weight:700;color:#fff;margin-bottom:24px}



.single-product .price del{color:var(--c-muted);font-size:18px;font-weight:400;margin-right:10px}



.single-product .price ins{text-decoration:none}



.single-product .cart .button,.single-product .single_add_to_cart_button{



  background:var(--c-blue)!important;color:#fff!important;font-family:var(--h);font-weight:600;



  padding:15px 30px!important;border-radius:var(--rs)!important;border:none!important;transition:all .35s var(--ease)!important;



}



.single-product .cart .button:hover{background:var(--c-blue-l)!important;transform:translateY(-2px)}



.single-product .quantity input{background:var(--c-dark2);color:#fff;border:1px solid var(--c-line2);border-radius:9px;padding:13px;width:72px;margin-right:12px}



.single-product .product_meta{margin-top:24px;font-size:13px;color:var(--c-muted);border-top:1px solid var(--c-line);padding-top:20px}



.single-product .product_meta a{color:var(--c-blue-l)}



.woocommerce-tabs{grid-column:1/-1;margin-top:56px}



.woocommerce-tabs ul.tabs{display:flex;gap:8px;border-bottom:1px solid var(--c-line);margin-bottom:28px;padding:0}



.woocommerce-tabs ul.tabs li{list-style:none}



.woocommerce-tabs ul.tabs li a{display:block;padding:13px 22px;font-family:var(--h);font-size:14px;font-weight:600;color:var(--c-gray)}



.woocommerce-tabs ul.tabs li.active a{color:#fff;border-bottom:2px solid var(--c-blue)}



.woocommerce-tabs .panel{color:var(--c-light);font-size:15px}



.woocommerce-tabs .panel h2{color:#fff;font-size:22px;margin-bottom:14px}



.woocommerce-message,.woocommerce-info,.woocommerce-error{background:var(--c-dark2);border:1px solid var(--c-line2);border-left:3px solid var(--c-blue);color:var(--c-light);padding:16px 20px;border-radius:11px;list-style:none;margin-bottom:24px;font-size:14px}



.woocommerce-message a,.woocommerce-info a{color:var(--c-blue-l)}



@media(max-width:900px){



  .ca-shop ul.products{grid-template-columns:repeat(2,1fr)}



  .single-product div.product{grid-template-columns:1fr;gap:34px}



}



@media(max-width:600px){.ca-shop ul.products{grid-template-columns:1fr}}







/* доступность: уважение к prefers-reduced-motion */



@media(prefers-reduced-motion:reduce){



  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}



  .r,.rl,.rr,.rs{opacity:1!important;transform:none!important}



}







/* =========================================================================



   ФИНАЛЬНЫЕ ПРАВКИ КЛИЕНТА (встроены в тему)



   ========================================================================= */







/* --- Светлая тема: о компании / услуги / каталог / проекты --- */



.about,.proj,.eq{background:#f4f6fa}



.svc{background:#eef1f6;border-top:1px solid #e2e6ee}



.cl{background:#eef1f6;border-color:#e2e6ee}



.eq{border-top:1px solid #e2e6ee}



.about-tx .sh,.proj-top .sh,.svc-top .sh,.about-tx p,.proj-top h2{color:#0d1320}



.about-tx>p,.about-ls li{color:#3a4358}



.about-tx .st,.svc-top .st,.proj-top .st{color:#0073aa}



.cl-l{color:#0d1320}



.mq-i{color:#8a96ab}



.sc,.ec{background:#fff;border-color:#e2e6ee}



.sc h3,.ec-bd h3{color:#0d1320}



.sc p,.ec-bd p{color:#5a6478}



.svc .sc-lk,.eq .sc-lk,.proj .sc-lk{color:#0091d5}



.eq-note{display:none}







/* --- Блок "Почему мы": тёмный фон-фото → белый текст --- */



.why .sh,.why .sh-l,.why-hd h2{color:#fff}



.why .st,.why .st-l{color:#34b0ef}



.wc h3{color:#fff}



.wc p{color:#b9c3d3}







/* --- HERO: текст всегда виден (не ждёт скролл-анимации) --- */



.hero .r,.hero .rl,.hero .rr,.hero .rs{opacity:1!important;transform:none!important}



.hero-l{position:relative;z-index:3}







/* --- Шапка шире --- */



.hdr{height:92px}



.hdr.scr{height:78px}



.hero{padding-top:140px}







/* --- Все прозрачные кнопки на светлых блоках → голубые --- */



.about .btn.bo,.about .btn.bg,.svc .btn.bo,.svc .btn.bg,



.proj .btn.bo,.proj .btn.bg,.eq .btn.bo,.eq .btn.bg{



  background:#0091d5;color:#fff;border-color:#0091d5



}



.about .btn.bo:hover,.about .btn.bg:hover,.svc .btn.bo:hover,.svc .btn.bg:hover,



.proj .btn.bo:hover,.proj .btn.bg:hover,.eq .btn.bo:hover,.eq .btn.bg:hover{



  background:#0073aa;border-color:#0073aa;color:#fff



}



.about .btn.bo svg,.svc .btn.bo svg,.proj .btn.bo svg,.eq .btn.bo svg{color:#fff}







/* --- Логотип картинкой (шапка + подвал) --- */



.logo-m{display:none}



.logo-t{



  width:150px;height:44px;text-indent:-9999px;overflow:hidden;



  background:url('https://cz970049-wordpress-u0863.tw1.ru/wp-content/uploads/2026/05/image_2026-05-18_16-08-24.png') no-repeat center;



  background-size:100% 100%;



  border-radius:10px;



}



.logo-t span{display:none}



.logo{align-items:center}







/* =========================================================================



   МОБИЛЬНЫЙ АДАПТИВ ГЛАВНОЙ (полный)



   ========================================================================= */



@media(max-width:768px){



  .hdr{height:64px}



  .hdr.scr{height:60px}



  .logo-t{width:120px;height:36px}







  /* Hero — колонкой, цифры в строку */



  .hero{padding:90px 0 56px;min-height:auto}



  .hero-bd{display:flex;flex-direction:column;gap:34px}



  .hero h1{font-size:32px;line-height:1.15}



  .hero-tx{font-size:15px;margin-bottom:26px}



  .hero-tg{font-size:11.5px;padding:8px 14px;margin-bottom:20px}



  .hero-bt{flex-direction:column;width:100%}



  .hero-bt .btn{width:100%}



  .hero-r{flex-direction:column;gap:12px;width:100%}



  .hsc{padding:18px 20px}



  .hsc-n{font-size:34px}



  .hero-scroll{display:none}







  /* Секции — меньше отступы */



  .about,.svc,.proj,.eq,.why,.cta{padding:54px 0}







  /* О компании — фото сверху, текст снизу */



  .about-g{display:flex;flex-direction:column;gap:28px}



  .about-im{height:300px;width:100%}



  .about-badge{position:static;margin:0 0 16px;display:inline-flex}



  .about-im-main{position:relative;height:300px}



  .sh{font-size:25px}



  .st{font-size:11px;margin-bottom:12px}







  /* Услуги / каталог / почему — в один столбец */



  .svc-g,.eq-g,.why-g{display:grid;grid-template-columns:1fr;gap:14px}



  .svc-top,.proj-top{flex-direction:column;align-items:flex-start;gap:18px}



  .svc-top .btn,.proj-top .btn{width:100%}



  .sc,.ec,.wc{padding:24px}







  /* Проекты — список */



  .proj-g{display:grid;grid-template-columns:1fr;gap:14px}



  .pj{min-height:240px}







  /* Клиенты-лента */



  .cl{flex-direction:column;align-items:flex-start;gap:14px;padding:20px}



  .cl-l{padding-left:0}







  /* CTA / контакты */



  .cta-bd{flex-direction:column;gap:24px}



  .cta-r,.cta-l{width:100%}



  .ctc{font-size:14px}







  /* Подвал */



  .ftr-g{display:flex;flex-direction:column;gap:28px}



  .ftr-bt{flex-direction:column;gap:10px;text-align:center}



  .totop{right:16px;bottom:16px;width:44px;height:44px}



}



@media(max-width:420px){



  .hero h1{font-size:27px}



  .sh{font-size:22px}



  .hsc-n{font-size:30px}



}











/* =========================================================================



   v1.2.0 — ОБНОВЛЕНИЯ И ИСПРАВЛЕНИЯ



   - Hero-плашка официального дилера переделана в широкую пилюлю-eyebrow.



   - Карточки брендов в каталоге, кнопка «Подробнее» в проектах на главной.



   - Полностью переработаны детальные страницы проектов и брендов (.pd / .bd):



     крупное фото, чистая статистика, минимум иконок.



   - Индексные страницы /proekty/ и /brendy/ — единая вёрстка с главной.



   - Карта вынесена в самостоятельный блок (ca-map-wrap) с быстрыми ссылками



     на Google Maps и Яндекс Карты — даже если iframe заблокируется браузером,



     пользователь не остаётся без карты.



   - Поддержка custom-logo через has_custom_logo().



   - Безопасная страховка от Elementor Kit (в самом конце, см. блок "OVERRIDES").



   ========================================================================= */







/* ---------- Hero: плашка официального дилера (eyebrow-стиль) ---------- */



.hero-dealer{



  display:inline-flex;align-items:center;flex-wrap:wrap;gap:10px;



  margin-bottom:28px;padding:9px 16px 9px 14px;



  background:rgba(0,145,213,.1);



  border:1px solid var(--c-blue-br);



  border-radius:100px;



  font-family:var(--h);font-size:12px;font-weight:600;letter-spacing:.04em;



  backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);



  max-width:100%;



  transition:border-color .35s,background .35s;



}



.hero-dealer:hover{border-color:var(--c-blue);background:rgba(0,145,213,.16)}



.hero-dealer svg{color:var(--c-blue-l);flex:none}



.hero-dealer-lb{color:#fff;text-transform:uppercase;letter-spacing:.1em;font-size:11.5px}



.hero-dealer-sp{



  display:inline-block;width:1px;height:14px;



  background:rgba(255,255,255,.18);margin:0 4px;



}



.hero-dealer-br{color:var(--c-blue-l);font-weight:700;letter-spacing:.08em}



.hero-dealer-dot{color:var(--c-muted);font-weight:400;margin:0 -2px}







/* ---------- Усиленный eyebrow «ПОЧЕМУ CLIMAT ASIA» ---------- */



.st-xl{



  font-size:15px;letter-spacing:.22em;margin-bottom:22px;



  font-weight:700;color:var(--c-blue-l);



  text-shadow:0 0 24px rgba(0,145,213,.35);



}



.st-xl::before{width:38px;height:3px;background:var(--c-blue-l)}







/* ---------- Карточка проекта на главной: кнопка «Подробнее» ---------- */



a.pj{display:block;color:inherit;text-decoration:none}



.pj-more{



  display:inline-flex;align-items:center;gap:8px;margin-top:14px;



  font-family:var(--h);font-size:12.5px;font-weight:600;letter-spacing:.04em;



  color:var(--c-blue-l);



  padding:8px 14px;border-radius:100px;



  background:rgba(0,145,213,.16);border:1px solid var(--c-blue-br);



  transition:background .35s,color .35s,border-color .35s;



}



.pj:hover .pj-more{background:var(--c-blue);color:#fff;border-color:var(--c-blue)}



.pj-more svg{transition:transform .35s var(--ease)}



.pj:hover .pj-more svg{transform:translateX(4px)}







/* ---------- Карточки брендов в блоке «Каталог» на главной ---------- */



.eq-g-brands{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}



.ec-brand{position:relative;overflow:hidden}



.ec-brand .ec-im{position:relative;height:180px;background-color:var(--c-dark2)}



.ec-brand .ec-im::before{



  content:"";position:absolute;inset:0;



  background:linear-gradient(180deg,rgba(8,11,20,.05) 0%,rgba(8,11,20,.12) 70%,rgba(8,11,20,.45) 100%);



}



.ec-brand-badge{



  position:absolute;left:18px;top:18px;z-index:2;



  padding:6px 13px;border-radius:8px;



  font-family:var(--h);font-size:13px;font-weight:800;letter-spacing:.06em;



  color:#fff;background:var(--accent,var(--c-blue));



  box-shadow:0 10px 24px -8px rgba(0,0,0,.55);



}



.ec-brand:hover{border-color:var(--accent,var(--c-blue))}







/* ---------- Контакты: несколько телефонов + кликабельный адрес ---------- */



.ctc-phones .ctc-val{display:flex;flex-direction:column;gap:2px;font-size:14.5px}



.ctc-phones-i{



  display:block;font-family:var(--h);font-weight:600;color:#fff;



  transition:color .3s;text-decoration:none;



}



.ctc-phones-i:hover{color:var(--c-blue-l)}



.ctc-addr{cursor:pointer;text-decoration:none}



.ctc-addr:hover .ctc-val{color:var(--c-blue-l)}







/* =========================================================================



   БЛОК КАРТЫ — самостоятельный, ВНЕ .cta-bx



   ========================================================================= */



.ca-map-wrap{



  margin-top:40px;border-radius:22px;overflow:hidden;



  background:var(--c-dark2);border:1px solid var(--c-line);



  box-shadow:0 24px 60px -25px rgba(0,0,0,.6);



}



.ca-map-hd{



  display:flex;align-items:center;justify-content:space-between;gap:24px;



  padding:24px 28px;background:var(--c-dark3);



  border-bottom:1px solid var(--c-line);



}



.ca-map-hd-l{display:flex;align-items:center;gap:16px;flex:1;min-width:0}



.ca-map-ic{



  width:48px;height:48px;border-radius:12px;flex:none;



  background:var(--c-blue-bg);border:1px solid var(--c-blue-br);



  display:grid;place-items:center;color:var(--c-blue-l);



}



.ca-map-lb{



  font-family:var(--h);font-size:11.5px;font-weight:600;letter-spacing:.1em;



  text-transform:uppercase;color:var(--c-blue-l);margin-bottom:4px;



}



.ca-map-ad{font-family:var(--h);font-size:16.5px;font-weight:700;color:#fff;line-height:1.3}



.ca-map-hd-r{display:flex;gap:10px;flex-wrap:wrap}



.ca-map-btn{padding:11px 16px;font-size:12.5px}



.ca-map-frame{position:relative;background:var(--c-dark3)}



.ca-map-frame iframe{display:block;width:100%;height:420px;border:0;background:var(--c-dark3)}







/* =========================================================================



   ДЕТАЛЬНАЯ СТРАНИЦА ПРОЕКТА (.pd)



   Полная переработка: верх — крошки+заголовок на dark; затем крупное фото;



   плашка характеристик; описание+работы; CTA.



   ========================================================================= */



.pd{background:var(--c-dark)}







/* Верхушка с крошками и заголовком */



.pd-top{



  padding:calc(var(--hdr-h) + 50px) 0 50px;



  background:linear-gradient(180deg,var(--c-dark2),var(--c-dark));



  border-bottom:1px solid var(--c-line);



}



.pd-tag{



  display:inline-block;padding:7px 16px;border-radius:100px;



  background:var(--c-blue-bg);border:1px solid var(--c-blue-br);



  font-family:var(--h);font-size:12px;font-weight:600;letter-spacing:.08em;



  text-transform:uppercase;color:var(--c-blue-l);margin:14px 0 18px;



}



.pd-top h1{



  font-size:clamp(32px,4.4vw,56px);color:#fff;margin-bottom:18px;



  letter-spacing:-.025em;line-height:1.1;



}



.pd-lead{font-size:clamp(15px,1.2vw,18px);color:var(--c-light);max-width:820px;line-height:1.65}







/* Крупное фото объекта */



.pd-photo-wrap{padding:50px 0 0;background:var(--c-dark)}



.pd-photo{



  height:clamp(280px,42vw,560px);



  border-radius:22px;background-size:cover;background-position:center;



  background-color:var(--c-dark3);border:1px solid var(--c-line);



  box-shadow:0 40px 80px -30px rgba(0,0,0,.7);



}







/* Плашка характеристик */



.pd-specs-wrap{padding:50px 0 30px;background:var(--c-dark)}



.pd-specs{



  display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;



}



.pd-spec{



  padding:22px;background:var(--c-dark2);



  border:1px solid var(--c-line);border-radius:14px;



  transition:border-color .35s,transform .35s var(--ease);



}



.pd-spec:hover{border-color:var(--c-blue-br);transform:translateY(-3px)}



.pd-spec-k{



  font-family:var(--h);font-size:11.5px;font-weight:600;letter-spacing:.08em;



  text-transform:uppercase;color:var(--c-muted);margin-bottom:9px;



}



.pd-spec-v{font-family:var(--h);font-size:17px;font-weight:700;color:#fff;line-height:1.3}







/* Описание + работы */



.pd-content{padding:50px 0 70px;background:var(--c-dark)}



.pd-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:50px;align-items:start}



.pd-col-lead p{font-size:16px;color:var(--c-light);line-height:1.75}



.pd-col-side .sh,.pd-col-lead .sh{font-size:clamp(22px,2.4vw,30px);margin-bottom:18px}



.pd-works{display:flex;flex-direction:column;gap:11px}



.pd-works li{



  display:flex;align-items:flex-start;gap:14px;



  font-size:15px;color:var(--c-off);line-height:1.55;



  padding:15px 18px;background:rgba(255,255,255,.025);



  border:1px solid var(--c-line);border-radius:11px;



  transition:border-color .35s,background .35s,transform .35s var(--ease);



}



.pd-works li:hover{border-color:var(--c-blue-br);background:rgba(0,145,213,.06);transform:translateX(3px)}



.pd-works-bullet{



  width:8px;height:8px;flex:none;border-radius:50%;



  background:var(--c-blue);margin-top:7px;



  box-shadow:0 0 0 4px rgba(0,145,213,.18);



}







/* CTA внизу страницы проекта */



.pd-cta-wrap{padding:0 0 80px;background:var(--c-dark)}



.pd-cta{



  display:flex;justify-content:space-between;align-items:center;gap:30px;



  padding:38px 42px;border-radius:18px;



  background:linear-gradient(115deg,var(--c-dark2),var(--c-dark3));



  border:1px solid var(--c-blue-br);



  box-shadow:0 24px 50px -22px rgba(0,145,213,.3);



}



.pd-cta h3{font-size:22px;color:#fff;margin-bottom:6px}



.pd-cta p{font-size:14.5px;color:var(--c-gray);max-width:560px;line-height:1.5}







/* =========================================================================



   ДЕТАЛЬНАЯ СТРАНИЦА БРЕНДА (.bd) — единая структура с .pd



   ========================================================================= */



.bd{background:var(--c-dark)}







.bd-top{



  position:relative;



  padding:calc(var(--hdr-h) + 50px) 0 50px;



  background:linear-gradient(180deg,var(--c-dark2),var(--c-dark));



  border-bottom:1px solid var(--c-line);



  overflow:hidden;



}



.bd-top::before{



  content:"";position:absolute;right:-100px;top:-100px;



  width:480px;height:480px;border-radius:50%;



  background:radial-gradient(circle,var(--accent,var(--c-blue)),transparent 65%);



  opacity:.16;filter:blur(40px);pointer-events:none;



}



.bd-top .w{position:relative;z-index:2}



.bd-cat{



  font-family:var(--h);font-size:13px;font-weight:600;letter-spacing:.12em;



  text-transform:uppercase;color:var(--c-blue-l);margin:14px 0 12px;



}



.bd-top h1{



  font-size:clamp(48px,7vw,96px);color:#fff;font-weight:800;letter-spacing:-.04em;



  line-height:1;margin-bottom:14px;



  background:linear-gradient(135deg,#fff 0%,var(--accent,var(--c-blue)) 100%);



  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;



}



.bd-tag{font-size:17px;color:var(--c-off);margin-bottom:18px;font-weight:600}



.bd-short{font-size:15.5px;color:var(--c-light);max-width:680px;line-height:1.65;margin-bottom:28px}



.bd-bt{display:flex;gap:12px;flex-wrap:wrap}







.bd-photo-wrap{padding:50px 0 0;background:var(--c-dark)}



.bd-photo{



  height:clamp(260px,38vw,500px);



  border-radius:22px;background-size:cover;background-position:center;



  background-color:var(--c-dark3);border:1px solid var(--c-line);



  box-shadow:0 40px 80px -30px rgba(0,0,0,.7);



}







.bd-content{padding:50px 0 60px;background:var(--c-dark)}



.bd-grid{display:grid;grid-template-columns:1.4fr 1fr;gap:50px;align-items:start}



.bd-col-lead p{font-size:16px;color:var(--c-light);line-height:1.75;margin-bottom:24px}



.bd-col-lead .sh{font-size:clamp(22px,2.4vw,30px);margin-bottom:18px}



.bd-hl{display:flex;flex-direction:column;gap:11px}



.bd-hl li{



  display:flex;align-items:flex-start;gap:13px;



  font-size:15px;color:var(--c-off);line-height:1.55;



}



.bd-hl-bullet{



  width:8px;height:8px;flex:none;border-radius:50%;



  background:var(--accent,var(--c-blue));margin-top:7px;



  box-shadow:0 0 0 4px color-mix(in srgb,var(--accent,var(--c-blue)) 18%,transparent);



}



.bd-cats-bx{



  padding:30px;background:var(--c-dark2);



  border:1px solid var(--c-line);border-radius:18px;



  position:sticky;top:calc(var(--hdr-h) + 20px);



}



.bd-cats-bx .st{margin-bottom:10px}



.bd-cats-bx h3{font-size:18px;color:#fff;margin-bottom:18px}



.bd-cats{display:flex;flex-direction:column;gap:9px}



.bd-cats li{



  display:flex;align-items:center;gap:11px;padding:11px 14px;



  background:rgba(255,255,255,.025);border:1px solid var(--c-line);



  border-radius:10px;font-size:14px;color:var(--c-off);



  transition:background .3s,border-color .3s,transform .3s var(--ease);



}



.bd-cats li:hover{background:rgba(0,145,213,.08);border-color:var(--c-blue-br);transform:translateX(3px)}



.bd-cats-bullet{



  width:6px;height:6px;flex:none;border-radius:50%;



  background:var(--accent,var(--c-blue));



}







/* Файлы и документация */



.bd-files-wrap{padding:30px 0 70px;background:var(--c-dark)}



.bd-files-hd{margin-bottom:32px;max-width:760px}



.bd-files-hd .st{margin-bottom:10px}



.bd-files-hd .sh{font-size:clamp(22px,2.4vw,32px);margin-bottom:0}



.bd-files-g{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}



.bd-file{



  display:flex;align-items:center;justify-content:space-between;gap:20px;



  padding:20px 22px;



  background:var(--c-dark2);border:1px solid var(--c-line);



  border-radius:14px;text-decoration:none;



  transition:transform .35s var(--ease),border-color .35s,background .35s;



}



.bd-file:hover{transform:translateY(-3px);border-color:var(--c-blue-br);background:var(--c-dark3)}



.bd-file-bd{flex:1;min-width:0}



.bd-file-bd h4{font-size:15px;color:#fff;margin:0 0 4px}



.bd-file-bd p{font-size:13px;color:var(--c-gray);margin:0;line-height:1.45}



.bd-file-tp{



  font-family:var(--h);font-size:11px;font-weight:700;letter-spacing:.08em;



  padding:6px 11px;border-radius:7px;



  background:var(--c-blue-bg);border:1px solid var(--c-blue-br);color:var(--c-blue-l);



  flex:none;



}



.bd-files-note{



  margin-top:24px;font-size:13.5px;color:var(--c-muted);



  text-align:center;line-height:1.5;



}







/* CTA внизу страницы бренда */



.bd-cta-wrap{padding:0 0 80px;background:var(--c-dark)}



.bd-cta{



  display:flex;justify-content:space-between;align-items:center;gap:30px;



  padding:38px 42px;border-radius:18px;



  background:linear-gradient(115deg,var(--c-dark2),var(--c-dark3));



  border:1px solid var(--c-blue-br);



  box-shadow:0 24px 50px -22px rgba(0,145,213,.3);



}



.bd-cta h3{font-size:22px;color:#fff;margin-bottom:6px}



.bd-cta p{font-size:14.5px;color:var(--c-gray);max-width:560px;line-height:1.5}







/* =========================================================================



   ИНДЕКСНЫЕ СТРАНИЦЫ /proekty/ и /brendy/



   ========================================================================= */



/* Общая верхушка */



.px-top,.bx-top{



  padding:calc(var(--hdr-h) + 50px) 0 50px;



  background:linear-gradient(180deg,var(--c-dark2),var(--c-dark));



  border-bottom:1px solid var(--c-line);



}



.px-top .st,.bx-top .st{margin-top:14px;margin-bottom:14px}



.px-top h1,.bx-top h1{



  font-size:clamp(32px,4.4vw,56px);color:#fff;margin-bottom:18px;



  letter-spacing:-.025em;line-height:1.1;



}



.px-lead,.bx-lead{font-size:clamp(15px,1.2vw,18px);color:var(--c-light);max-width:780px;line-height:1.65}







/* Индекс проектов */



.px{background:var(--c-dark)}



.px-body{padding:50px 0 80px}



.px-g{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}



.px-c{



  position:relative;display:block;height:340px;border-radius:18px;overflow:hidden;



  border:1px solid var(--c-line);transition:transform .5s var(--ease),border-color .5s;



  text-decoration:none;



}



.px-c:hover{transform:translateY(-6px);border-color:var(--c-blue-br)}



.px-c-im{position:absolute;inset:0;background-size:cover;background-position:center;background-color:var(--c-dark3);transition:transform .8s var(--ease)}



.px-c:hover .px-c-im{transform:scale(1.06)}



.px-c-ov{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,11,20,.15) 0%,rgba(8,11,20,.5) 55%,rgba(8,11,20,.95) 100%)}



.px-c-bd{position:absolute;left:0;right:0;bottom:0;padding:26px;z-index:2}



.px-c-tag{



  display:inline-block;padding:6px 12px;border-radius:100px;



  background:var(--c-blue-bg);border:1px solid var(--c-blue-br);



  font-family:var(--h);font-size:11px;font-weight:600;letter-spacing:.06em;



  text-transform:uppercase;color:var(--c-blue-l);margin-bottom:12px;



}



.px-c h3{font-size:22px;color:#fff;margin-bottom:10px}



.px-c-more{



  display:inline-flex;align-items:center;gap:8px;



  font-family:var(--h);font-size:13px;font-weight:600;color:var(--c-blue-l);



}



.px-c-more svg{transition:transform .35s var(--ease)}



.px-c:hover .px-c-more svg{transform:translateX(4px)}







/* Индекс брендов */



.bx{background:var(--c-dark)}



.bx-body{padding:50px 0 80px}



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



.bx-c{



  display:flex;flex-direction:column;overflow:hidden;text-decoration:none;



  background:var(--c-dark2);border:1px solid var(--c-line);



  border-radius:20px;



  transition:transform .5s var(--ease),border-color .5s;



}



.bx-c:hover{transform:translateY(-5px);border-color:var(--accent,var(--c-blue))}



.bx-c-im{



  position:relative;height:220px;background-size:cover;background-position:center;



  background-color:var(--c-dark3);border-bottom:1px solid var(--c-line);



}



.bx-c-im::before{



  content:"";position:absolute;inset:0;



  background:linear-gradient(135deg,transparent 50%,rgba(8,11,20,.55) 100%);



}



.bx-c-im::after{



  content:"";position:absolute;left:22px;top:22px;



  width:48px;height:48px;border-radius:10px;



  background:var(--accent,var(--c-blue));



  box-shadow:0 12px 28px -10px rgba(0,0,0,.6);



}



.bx-c-bd{padding:28px}



.bx-c-cat{



  font-family:var(--h);font-size:11.5px;font-weight:600;letter-spacing:.1em;



  text-transform:uppercase;color:var(--c-blue-l);margin-bottom:10px;



}



.bx-c-bd h3{



  font-size:32px;color:#fff;margin-bottom:11px;font-weight:800;letter-spacing:-.02em;



}



.bx-c-bd p{font-size:14.5px;color:var(--c-gray);line-height:1.55;margin-bottom:18px}



.bx-c-more{



  display:inline-flex;align-items:center;gap:8px;



  font-family:var(--h);font-size:13px;font-weight:600;color:var(--c-blue-l);



}



.bx-c-more svg{transition:transform .35s var(--ease)}



.bx-c:hover .bx-c-more svg{transform:translateX(4px)}







/* Кастом-лого WordPress (если клиент загрузил через Identity) */



.logo-custom .custom-logo-link{display:flex;align-items:center}



.logo-custom img{



  display:block;height:auto;max-height:48px;width:auto;



}



.hdr.scr .logo-custom img{max-height:42px;transition:max-height .35s}







/* =========================================================================



   АДАПТИВ для новых блоков



   ========================================================================= */



@media (max-width:1100px){



  .eq-g-brands{grid-template-columns:repeat(2,1fr)}



  .pd-grid,.bd-grid{grid-template-columns:1fr;gap:36px}



  .bd-cats-bx{position:static}



  .px-g{grid-template-columns:repeat(2,1fr)}



  .ca-map-hd{flex-direction:column;align-items:flex-start;gap:18px}



  .ca-map-hd-r{width:100%}



  .ca-map-btn{flex:1}



}



@media (max-width:900px){



  .pd-top,.bd-top,.px-top,.bx-top{padding:calc(var(--hdr-h) + 36px) 0 36px}



  .pd-photo-wrap,.bd-photo-wrap{padding-top:36px}



  .pd-specs-wrap,.pd-content,.bd-content,.bd-files-wrap,.px-body,.bx-body{padding-top:40px;padding-bottom:40px}



}



@media (max-width:768px){



  .hero-dealer{font-size:11.5px;padding:8px 14px}



  .hero-dealer-sp{display:none}



  .eq-g-brands{grid-template-columns:1fr}



  .pd-cta,.bd-cta{flex-direction:column;align-items:flex-start;padding:28px 24px;gap:18px}



  .pd-cta .btn,.bd-cta .btn{width:100%}



  .bd-files-g{grid-template-columns:1fr}



  .px-g,.bx-g{grid-template-columns:1fr}



  .px-c{height:280px}



  .ca-map-frame iframe{height:340px}



  .ca-map-hd{padding:18px 20px}



  .pd-photo,.bd-photo{height:240px}



  .pd-cta-wrap,.bd-cta-wrap,.px-body,.bx-body{padding-bottom:60px}



}



@media (max-width:480px){



  .bd-top h1{font-size:52px}



  .hero-dealer{margin-bottom:22px}



  .hero-dealer-lb{font-size:10.5px}



  .pd-spec{padding:18px}



  .ca-map-hd-r{flex-direction:column}



  .ca-map-btn{width:100%}



}







/* =========================================================================



   OVERRIDES v1.2.1 — финальный слой, который выигрывает у Elementor Kit.







   Ключевое отличие от v1.2.0:



   - НЕ форсируем цвет на ВСЕХ h1-h5 — это ломало Elementor-секции, где



     заголовок должен быть тёмным на светлом фоне (страница «О компании»,



     внутренние Elementor-блоки и т.д.).



   - Целимся ТОЛЬКО в наши классы (`.sh`, `.pd-top h1`, `.hero h1` ...),



     где мы точно знаем, что фон тёмный.



   - Повышаем специфичность `html body.wp-child-theme-climat-asia-child`



     до 0-0-1-2, чтобы перебивать селекторы Kit вида `body.elementor-page`.



   ========================================================================= */







/* 1. Тёмный базовый каркас (body + main) — наш фон побеждает у Kit */



html body.wp-child-theme-climat-asia-child{



  background:var(--c-dark) !important;



  color:var(--c-light) !important;



  font-family:var(--f) !important;



}







/* 2. КРИТИЧНО: главная контентная область (.site-main / main#main) — на всю ширину.



      Hello Elementor / Elementor Kit ставят `max-width: 1140px` на .site-main —



      из-за этого внутренние страницы (/proekty/<slug>/, /brendy/<slug>/) уезжают



      в узкую колонку с пустыми полями по бокам. Полностью снимаем ограничение —



      нашим секциям нужна 100% ширины, а уже внутри них .w даёт max-width:1280px. */



html body.wp-child-theme-climat-asia-child .site-main,



html body.wp-child-theme-climat-asia-child main#main,



html body.wp-child-theme-climat-asia-child main.site-main{



  max-width:none !important;



  width:100% !important;



  margin:0 !important;



  padding:0 !important;



  display:block !important;



  background:var(--c-dark) !important;



}







/* 3. Заголовки наших секций (точечно по классу!) — белые на тёмном.



      Здесь НЕ используется глобальный селектор h1-h5, только наши классы.



      Elementor-секции, которые делает клиент сам, сохранят свой цвет. */



html body.wp-child-theme-climat-asia-child .hero h1,



html body.wp-child-theme-climat-asia-child .sh,



html body.wp-child-theme-climat-asia-child .pd-top h1,



html body.wp-child-theme-climat-asia-child .bd-top h1,



html body.wp-child-theme-climat-asia-child .px-top h1,



html body.wp-child-theme-climat-asia-child .bx-top h1,



html body.wp-child-theme-climat-asia-child .pd-col-lead .sh,



html body.wp-child-theme-climat-asia-child .pd-col-side .sh,



html body.wp-child-theme-climat-asia-child .bd-col-lead .sh,



html body.wp-child-theme-climat-asia-child .bd-files-hd .sh,



html body.wp-child-theme-climat-asia-child .sc h3,



html body.wp-child-theme-climat-asia-child .pj-bd h3,



html body.wp-child-theme-climat-asia-child .ec-bd h3,



html body.wp-child-theme-climat-asia-child .wc h3,



html body.wp-child-theme-climat-asia-child .px-c h3,



html body.wp-child-theme-climat-asia-child .bx-c-bd h3,



html body.wp-child-theme-climat-asia-child .bd-cats-bx h3,



html body.wp-child-theme-climat-asia-child .pd-cta h3,



html body.wp-child-theme-climat-asia-child .bd-cta h3,



html body.wp-child-theme-climat-asia-child .cta h2,



html body.wp-child-theme-climat-asia-child .cta-fm h3,



html body.wp-child-theme-climat-asia-child .ca-map-ad{



  color:#fff !important;



  font-family:var(--h) !important;



}







/* 4. Шрифт-семейство h1-h5 наших блоков (без принудительного цвета!) */



html body.wp-child-theme-climat-asia-child .hero h1,



html body.wp-child-theme-climat-asia-child .sh,



html body.wp-child-theme-climat-asia-child .pd-top h1,



html body.wp-child-theme-climat-asia-child .bd-top h1,



html body.wp-child-theme-climat-asia-child .px-top h1,



html body.wp-child-theme-climat-asia-child .bx-top h1{



  font-family:var(--h) !important;



}







/* 5. Фоны наших секций — тёмные, всегда (Kit любит ставить светлый бекграунд) */



html body.wp-child-theme-climat-asia-child .hero,



html body.wp-child-theme-climat-asia-child .about,



html body.wp-child-theme-climat-asia-child .proj,



html body.wp-child-theme-climat-asia-child .cta,



html body.wp-child-theme-climat-asia-child .pd,



html body.wp-child-theme-climat-asia-child .bd,



html body.wp-child-theme-climat-asia-child .px,



html body.wp-child-theme-climat-asia-child .bx{



  background:var(--c-dark) !important;



}



html body.wp-child-theme-climat-asia-child .svc{



  background:var(--c-dark2) !important;



}



/* .eq override moved to light-section block at bottom */







/* 6. Фоны карточек — тёмные (Kit пытается сделать белые карточки) */



html body.wp-child-theme-climat-asia-child .sc,



html body.wp-child-theme-climat-asia-child .ec,



html body.wp-child-theme-climat-asia-child .pd-spec,



html body.wp-child-theme-climat-asia-child .bd-cats-bx,



html body.wp-child-theme-climat-asia-child .bd-file,



html body.wp-child-theme-climat-asia-child .bx-c{



  background:var(--c-dark) !important;



}



html body.wp-child-theme-climat-asia-child .cta-fm{



  background:var(--c-dark2) !important;



}



html body.wp-child-theme-climat-asia-child .wc{



  background:rgba(255,255,255,.04) !important;



}







/* 7. Кнопки — текст ВСЕГДА правильного цвета (Kit перекрашивает в accent) */



html body.wp-child-theme-climat-asia-child .btn{



  text-decoration:none !important;



  font-family:var(--h) !important;



}



html body.wp-child-theme-climat-asia-child a.btn.bf,



html body.wp-child-theme-climat-asia-child .btn.bf{



  color:#fff !important;



  background:var(--c-blue) !important;



}



html body.wp-child-theme-climat-asia-child a.btn.bf:hover,



html body.wp-child-theme-climat-asia-child .btn.bf:hover{



  background:var(--c-blue-l) !important;



}



html body.wp-child-theme-climat-asia-child a.btn.bf svg,



html body.wp-child-theme-climat-asia-child .btn.bf svg{color:#fff !important}







html body.wp-child-theme-climat-asia-child a.btn.bg,



html body.wp-child-theme-climat-asia-child .btn.bg,



html body.wp-child-theme-climat-asia-child a.btn.bo,



html body.wp-child-theme-climat-asia-child .btn.bo{



  color:#fff !important;



  background:transparent !important;



  border:1px solid var(--c-line2) !important;



}



html body.wp-child-theme-climat-asia-child a.btn.bg:hover,



html body.wp-child-theme-climat-asia-child .btn.bg:hover,



html body.wp-child-theme-climat-asia-child a.btn.bo:hover,



html body.wp-child-theme-climat-asia-child .btn.bo:hover{



  border-color:var(--c-blue) !important;



  color:#fff !important;



}



html body.wp-child-theme-climat-asia-child .btn svg{color:currentColor !important}







/* 8. Бургер на мобиле — обязательно виден, навигация — спрятана */



@media(max-width:900px){



  html body.wp-child-theme-climat-asia-child .bur{display:flex !important}



  html body.wp-child-theme-climat-asia-child .nav,



  html body.wp-child-theme-climat-asia-child .hdr-tel,



  html body.wp-child-theme-climat-asia-child .hdr-btn{display:none !important}



}







/* 9. Защита от переноса слов в заголовках на узких экранах */



html body.wp-child-theme-climat-asia-child .sh,



html body.wp-child-theme-climat-asia-child .pd-top h1,



html body.wp-child-theme-climat-asia-child .bd-top h1,



html body.wp-child-theme-climat-asia-child .px-top h1,



html body.wp-child-theme-climat-asia-child .bx-top h1,



html body.wp-child-theme-climat-asia-child .hero h1{



  max-width:100%;



  overflow-wrap:break-word;



  word-wrap:break-word;



  hyphens:auto;



}







/* 10. Снимаем Elementor-овский page-padding, чтобы наш .w правильно отступал */



html body.wp-child-theme-climat-asia-child .elementor-shortcode{display:contents}



html body.wp-child-theme-climat-asia-child .elementor-element>.elementor-widget-wrap{padding:0}



html body.wp-child-theme-climat-asia-child .page-content,



html body.wp-child-theme-climat-asia-child .entry-content{



  margin:0 !important;padding:0 !important;max-width:none !important;



}







/* 11. Нижний отступ CTA — компактнее, чтобы не было пустого «хвоста» */



html body.wp-child-theme-climat-asia-child .cta{padding-bottom:90px}



@media(max-width:768px){



  html body.wp-child-theme-climat-asia-child .cta{padding-bottom:60px}



}







/* 12. Иконки внутри наших секций — currentColor (Kit не подменит accent) */



html body.wp-child-theme-climat-asia-child .ca-ic{stroke:currentColor;color:inherit}







/* 13. Текст бейджа дилера и табов специальные цвета */



html body.wp-child-theme-climat-asia-child .hero-dealer-lb{color:#fff !important}



html body.wp-child-theme-climat-asia-child .hero-dealer-br{color:var(--c-blue-l) !important}







/* 14. Цвет ссылок в шапке — белый/светлый (Kit делает голубой) */



html body.wp-child-theme-climat-asia-child .hdr,



html body.wp-child-theme-climat-asia-child .hdr a,



html body.wp-child-theme-climat-asia-child .nav-ul li a{



  color:var(--c-light);



}



html body.wp-child-theme-climat-asia-child .nav-ul li a:hover,



html body.wp-child-theme-climat-asia-child .nav-ul .current-menu-item>a{



  color:#fff;



}







/* 15. Тег цены товара в карточках брендов / товаров — белый */



html body.wp-child-theme-climat-asia-child .ec-cat{color:var(--c-blue-l) !important}



html body.wp-child-theme-climat-asia-child .ec-bd p{color:var(--c-gray) !important}



html body.wp-child-theme-climat-asia-child .pd-spec-v,



html body.wp-child-theme-climat-asia-child .ca-map-ad{color:#fff !important}







/* === Marquee «нам доверяют» — иконка + название =========================== */



.mq-i{display:inline-flex;align-items:center;gap:9px}



.mq-i svg{flex:none;color:var(--c-blue);opacity:.85;transition:opacity .3s,color .3s}



.mq-i:hover svg{opacity:1;color:#fff}



.mq-i-tx{display:inline-block;line-height:1}



/* Светлая тема (если активна) */



body.light-theme .mq-i svg,html body[data-theme="light"] .mq-i svg{color:#0091d5;opacity:.95}







/* Логотипы клиентов в бегущей строке — компактная карусель только из лого (правки 2026-06-03, лого крупнее 17:35) */



.mq-i.mq-i-logo{



  background:#fff;border:1px solid var(--c-line2);



  padding:12px 28px;border-radius:14px;



  height:84px;min-width:180px;display:inline-flex;align-items:center;justify-content:center;



  transition:transform .3s,box-shadow .3s,border-color .3s;



}



.mq-i.mq-i-logo:hover{transform:translateY(-2px);box-shadow:0 10px 22px -10px rgba(0,0,0,.4);border-color:var(--c-blue)}



.mq-logo{max-height:56px;max-width:220px;width:auto;height:auto;object-fit:contain;object-position:center;display:block;filter:none}



/* Скрываем текстовые элементы — Каролина хочет только лого */



.mq-i:not(.mq-i-logo){display:none !important}



/* Gap покрупнее под бóльшие плашки */



.mq-g{gap:18px;padding-right:18px}







/* === Услуги — светлая секция (правки Каролины 2026-06-03) ================ */



html body.wp-child-theme-climat-asia-child .svc{



  background:linear-gradient(180deg,#eef2f8 0%,#e3eaf3 100%) !important;



  border-top:1px solid #d8e1ec !important;



}



html body.wp-child-theme-climat-asia-child .svc-top .sh,



html body.wp-child-theme-climat-asia-child .svc-top h2{



  color:#0d1320 !important;



}



html body.wp-child-theme-climat-asia-child .svc-top .st{



  color:#0073aa !important;



}



html body.wp-child-theme-climat-asia-child .svc .sc{



  background:#fff !important;



  border-color:#d8e1ec !important;



  box-shadow:0 2px 6px -2px rgba(13,19,32,.06);



}



html body.wp-child-theme-climat-asia-child .svc .sc:hover{



  border-color:var(--c-blue) !important;



  box-shadow:0 12px 28px -10px rgba(0,145,213,.25) !important;



}



html body.wp-child-theme-climat-asia-child .svc .sc h3{



  color:#0d1320 !important;



}



html body.wp-child-theme-climat-asia-child .svc .sc p{



  color:#5a6478 !important;



}



html body.wp-child-theme-climat-asia-child .svc .sc-num{



  color:#8a96ab !important;



}



html body.wp-child-theme-climat-asia-child .svc .sc-ic{



  background:rgba(0,145,213,.12) !important;



  border-color:rgba(0,145,213,.3) !important;



  color:#0091d5 !important;



}



html body.wp-child-theme-climat-asia-child .svc .sc:hover .sc-ic{



  background:#0091d5 !important;



  color:#fff !important;



}



html body.wp-child-theme-climat-asia-child .svc .sc-lk{



  color:#0091d5 !important;



}



/* кнопка «Все услуги» на светлом фоне — тёмная рамка/текст, на hover заливается */



html body.wp-child-theme-climat-asia-child .svc .btn.bo{



  color:#0d1320 !important;



  border-color:#0d1320 !important;



  background:transparent !important;



}



html body.wp-child-theme-climat-asia-child .svc .btn.bo svg{



  color:#0d1320 !important;



}



html body.wp-child-theme-climat-asia-child .svc .btn.bo:hover{



  background:#0d1320 !important;



  color:#fff !important;



}



html body.wp-child-theme-climat-asia-child .svc .btn.bo:hover svg{



  color:#fff !important;



}







/* === Каталог брендов — светлая секция (правки Каролины 2026-06-03) ======= */



html body.wp-child-theme-climat-asia-child .eq{



  background:linear-gradient(180deg,#eef2f8 0%,#e3eaf3 100%) !important;



  border-top:1px solid #d8e1ec !important;



}



html body.wp-child-theme-climat-asia-child .eq .svc-top .sh,



html body.wp-child-theme-climat-asia-child .eq .svc-top h2{



  color:#0d1320 !important;



}



html body.wp-child-theme-climat-asia-child .eq .svc-top .st{



  color:#0073aa !important;



}



html body.wp-child-theme-climat-asia-child .eq .ec{



  background:#fff !important;



  border-color:#d8e1ec !important;



  box-shadow:0 2px 6px -2px rgba(13,19,32,.06);



}



html body.wp-child-theme-climat-asia-child .eq .ec:hover{



  border-color:var(--c-blue) !important;



  box-shadow:0 14px 30px -10px rgba(0,145,213,.28) !important;



}



html body.wp-child-theme-climat-asia-child .eq .ec-bd h3{



  color:#0d1320 !important;



}



html body.wp-child-theme-climat-asia-child .eq .ec-bd p{



  color:#5a6478 !important;



}



html body.wp-child-theme-climat-asia-child .eq .ec-cat{



  color:#0091d5 !important;



}



html body.wp-child-theme-climat-asia-child .eq .ec-im{



  background-color:#f4f6fa !important;



  border-bottom:1px solid #e2e6ee !important;



}



/* Снимаем тёмный gradient-overlay поверх картинок — на светлом фоне он лишний */



html body.wp-child-theme-climat-asia-child .eq .ec-brand .ec-im::before{



  background:linear-gradient(180deg,rgba(13,19,32,0) 0%,rgba(13,19,32,.04) 70%,rgba(13,19,32,.12) 100%) !important;



}



html body.wp-child-theme-climat-asia-child .eq .sc-lk{



  color:#0091d5 !important;



}



/* кнопка «Весь каталог» — тёмная рамка/текст, на hover заливается */



html body.wp-child-theme-climat-asia-child .eq .btn.bo{



  color:#0d1320 !important;



  border-color:#0d1320 !important;



  background:transparent !important;



}



html body.wp-child-theme-climat-asia-child .eq .btn.bo svg{



  color:#0d1320 !important;



}



html body.wp-child-theme-climat-asia-child .eq .btn.bo:hover{



  background:#0d1320 !important;



  color:#fff !important;



}



html body.wp-child-theme-climat-asia-child .eq .btn.bo:hover svg{



  color:#fff !important;



}







/* === 2026-06-03 17:55 — Marquee плашки крупнее + Aloft заполняет почти всю плашку ===== */

html body.wp-child-theme-climat-asia-child .mq-i.mq-i-logo{

  height:130px;min-width:230px;padding:12px 28px;border-radius:18px;

}

html body.wp-child-theme-climat-asia-child .mq-logo{

  max-height:88px;max-width:260px;

}

html body.wp-child-theme-climat-asia-child .mq-logo[alt="ALOFT BY MARRIOTT"]{

  max-height:106px;max-width:260px;

}

html body.wp-child-theme-climat-asia-child .mq-g{gap:24px;padding-right:24px}

/* === secondary-pages styles (appended) === */
/* =========================================================================
 *  Climat Asia — стили для второстепенных страниц
 *  (about / services / projects / catalog / contacts)
 *
 *  Добавляется в конец assets/css/main.css. Все классы префиксованы по
 *  странице (ab-*, sv-*, pj-*, cat-*, ct-*) — не конфликтуют с главной.
 * ========================================================================= */

/* --- общий компактный page-hero --- */
.pg-hero-sec { padding: calc(var(--hdr-h) + 60px) 0 60px; }
.pg-hero-sec .pg-hero-h em { font-style: normal; color: var(--c-blue-l); }
.pg-hero-sec .pg-hero-lead {
  margin-top: 18px; max-width: 720px;
  font-size: clamp(15px,1.25vw,17px); line-height: 1.65; color: var(--c-light);
}

/* ====== /about/ ====== */
.ab-stats { padding: 64px 0; background: var(--c-dark); }
.ab-stats-g { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.ab-stat { background: var(--c-dark2); border: 1px solid var(--c-line);
  border-radius: 18px; padding: 30px 26px; min-height: 158px; display: flex; flex-direction: column; justify-content: center; }
.ab-stat-n { font-family: var(--h); font-weight: 700; font-size: clamp(34px,3.4vw,46px); color: #fff; line-height: 1.05; letter-spacing: -.02em; }
.ab-stat-n span { color: var(--c-blue); margin-left: 4px; }
.ab-stat-t { margin-top: 12px; font-size: 14px; color: var(--c-gray); line-height: 1.45; }
@media (max-width: 980px){ .ab-stats-g { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .ab-stats-g { grid-template-columns: 1fr; gap: 14px; } .ab-stat { min-height: 0; padding: 22px 20px; } }

.ab-approach { padding: 76px 0 64px; background: var(--c-dark2); }
.ab-app-hd { margin-bottom: 36px; max-width: 720px; }
.ab-app-g { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ab-app-c { background: var(--c-dark3); border: 1px solid var(--c-line);
  border-radius: 18px; padding: 32px 28px; }
.ab-app-ic { display: inline-flex; width: 52px; height: 52px; border-radius: 14px;
  align-items: center; justify-content: center; color: var(--c-blue-l);
  background: var(--c-blue-bg); margin-bottom: 18px; }
.ab-app-c h3 { font-family: var(--h); font-weight: 700; font-size: 19px; color: #fff; margin-bottom: 10px; }
.ab-app-c p  { font-size: 14.5px; color: var(--c-light); line-height: 1.65; margin: 0; }
@media (max-width: 880px){ .ab-app-g { grid-template-columns: 1fr; } }

/* делаем .why на странице слегка компактнее */
.why-page { padding-top: 64px; padding-bottom: 64px; }

/* ====== /services/ ====== */
.sv-steps { padding: 76px 0 64px; background: var(--c-dark); }
.sv-steps-hd { margin-bottom: 36px; max-width: 720px; }
.sv-steps-g { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.sv-step { display: grid; grid-template-columns: 56px 1fr; gap: 18px;
  background: var(--c-dark2); border: 1px solid var(--c-line);
  border-radius: 18px; padding: 26px 24px; align-items: flex-start; }
.sv-step-n { font-family: var(--h); font-weight: 700; font-size: 26px; color: var(--c-blue-l); line-height: 1; padding-top: 2px; }
.sv-step-t h3 { font-family: var(--h); font-weight: 600; font-size: 16.5px; color: #fff; margin-bottom: 8px; }
.sv-step-t p  { font-size: 14px; color: var(--c-gray); line-height: 1.6; margin: 0; }
@media (max-width: 980px){ .sv-steps-g { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px){ .sv-steps-g { grid-template-columns: 1fr; } }

.sv-types { padding: 76px 0 80px; background: var(--c-dark2); }
.sv-types-hd { margin-bottom: 36px; max-width: 720px; }
.sv-types-g { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.sv-type { background: var(--c-dark3); border: 1px solid var(--c-line);
  border-radius: 16px; padding: 26px 24px; }
.sv-type-ic { color: var(--c-blue-l); width: 44px; height: 44px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--c-blue-bg); border-radius: 12px; margin-bottom: 14px; }
.sv-type h3 { font-family: var(--h); font-weight: 600; font-size: 16px; color: #fff; margin-bottom: 8px; }
.sv-type p  { font-size: 13.5px; color: var(--c-light); line-height: 1.6; margin: 0; }
@media (max-width: 980px){ .sv-types-g { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px){ .sv-types-g { grid-template-columns: 1fr; } }

/* Услуги-карточки без href ведут на якоря, но clickable look оставлен — фикс курсора */
.svc-page .sc[href^="#"]{ cursor: default; }

/* ====== /projects/ ====== */
.pj-stats { padding: 64px 0; background: var(--c-dark); }
.pj-stats-g { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pj-stat { background: var(--c-dark2); border: 1px solid var(--c-line);
  border-radius: 18px; padding: 28px 24px; text-align: left; min-height: 148px;
  display: flex; flex-direction: column; justify-content: center; }
.pj-stat-n { font-family: var(--h); font-weight: 700; font-size: clamp(32px,3vw,42px);
  color: #fff; line-height: 1.05; letter-spacing: -.02em; }
.pj-stat-n span { color: var(--c-blue); margin-left: 4px; }
.pj-stat-t { margin-top: 10px; font-size: 14px; color: var(--c-gray); line-height: 1.45; }
@media (max-width: 980px){ .pj-stats-g { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 560px){ .pj-stats-g { grid-template-columns: 1fr; gap: 14px; } .pj-stat { min-height: 0; padding: 20px 20px; } }

.pj-cats { padding: 64px 0 80px; background: var(--c-dark2); }
.pj-cats-hd { margin-bottom: 28px; }
.pj-cats-g { display: flex; flex-wrap: wrap; gap: 12px; }
.pj-cat { display: inline-flex; align-items: center; gap: 10px;
  background: var(--c-dark3); border: 1px solid var(--c-line);
  border-radius: 999px; padding: 12px 20px; font-size: 14.5px; color: var(--c-off); }
.pj-cat svg { color: var(--c-blue-l); }

/* ====== /catalog/ ====== */
.eq-page { background: var(--c-dark); padding-top: 76px; padding-bottom: 60px; }

.cat-grid { padding: 76px 0 80px; background: var(--c-dark2); }
.cat-hd { margin-bottom: 36px; max-width: 720px; }
.cat-g { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.cat-c { background: var(--c-dark3); border: 1px solid var(--c-line);
  border-radius: 18px; padding: 30px 28px; transition: transform .35s var(--ease), border-color .35s var(--ease); }
.cat-c:hover { transform: translateY(-3px); border-color: var(--c-blue-br); }
.cat-ic { color: var(--c-blue-l); width: 52px; height: 52px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--c-blue-bg); border-radius: 14px; margin-bottom: 16px; }
.cat-c h3 { font-family: var(--h); font-weight: 600; font-size: 17px; color: #fff; margin-bottom: 10px; }
.cat-c p  { font-size: 14px; color: var(--c-light); line-height: 1.65; margin: 0; }
@media (max-width: 980px){ .cat-g { grid-template-columns: repeat(2,1fr); } }
@media (max-width: 600px){ .cat-g { grid-template-columns: 1fr; } }

/* ====== /contacts/ ====== */
.ct-req { padding: 64px 0 80px; background: var(--c-dark2); }
.ct-req-hd { margin-bottom: 28px; }
.ct-req-bd { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ct-req-i { background: var(--c-dark3); border: 1px solid var(--c-line);
  border-radius: 14px; padding: 22px 22px; }
.ct-req-i span { display: block; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; color: var(--c-gray); margin-bottom: 8px; }
.ct-req-i b { font-family: var(--h); font-weight: 600; color: #fff; font-size: 16px; }
.ct-req-i-wide { grid-column: 1/-1; }
.ct-req-i-wide div p { color: var(--c-light); line-height: 1.6; font-size: 14.5px; margin: 6px 0; }
@media (max-width: 880px){ .ct-req-bd { grid-template-columns: 1fr; } }

/* === Минимальная подстраховка: на новой странице .cta-page (если её рендерим
   без id="contacts") сохраняем все стили исходной .cta */
.cta-page { /* alias */ }


/* ============================================================
 * Pravki 4 (2026-06-17 v3): /projects/ rebuild + home tweaks
 * ============================================================ */

/* === A. /projects/ + главная: тайлы проектов одинакового размера, image + content layout === */
html body.wp-child-theme-climat-asia-child .proj-g {
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	grid-auto-rows: auto !important;
	align-items: stretch !important;
}
html body.wp-child-theme-climat-asia-child .pj-big {
	grid-column: span 1 !important;
	grid-row: span 1 !important;
}
html body.wp-child-theme-climat-asia-child .pj {
	display: flex !important;
	flex-direction: column !important;
	height: auto !important;
	min-height: 0 !important;
	overflow: hidden !important;
}
html body.wp-child-theme-climat-asia-child .pj-im {
	position: relative !important;
	inset: auto !important;
	height: 220px !important;
	flex: 0 0 220px !important;
	width: 100% !important;
}
html body.wp-child-theme-climat-asia-child .pj-ov {
	display: none !important;
}
html body.wp-child-theme-climat-asia-child .pj-bd {
	position: static !important;
	left: auto !important; right: auto !important; bottom: auto !important;
	padding: 22px !important;
	background: var(--c-dark3, #11192c) !important;
	color: #fff !important;
	flex: 1 1 auto !important;
	display: flex !important;
	flex-direction: column !important;
}
html body.wp-child-theme-climat-asia-child .pj-tag {
	color: var(--c-blue-l, #4cb8ff) !important;
	background: rgba(76, 184, 255, 0.12) !important;
	margin-bottom: 12px !important;
	align-self: flex-start;
}
html body.wp-child-theme-climat-asia-child .pj-bd h3 {
	font-size: 20px !important;
	color: #fff !important;
	margin-bottom: 8px !important;
	line-height: 1.25 !important;
}
html body.wp-child-theme-climat-asia-child .pj-bd p {
	font-size: 15px !important;
	line-height: 1.5 !important;
	color: rgba(255,255,255,0.92) !important;
	max-height: none !important;
	opacity: 1 !important;
	margin: 0 0 12px !important;
	overflow: visible !important;
}
html body.wp-child-theme-climat-asia-child .pj-more {
	display: inline-flex !important;
	align-items: center;
	gap: 6px;
	color: var(--c-blue-l, #4cb8ff) !important;
	font-size: 14px !important;
	margin-top: auto;
}
html body.wp-child-theme-climat-asia-child .pj:hover .pj-im {
	transform: scale(1.04);
}
@media (max-width: 980px) {
	html body.wp-child-theme-climat-asia-child .proj-g {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	html body.wp-child-theme-climat-asia-child .pj-im { height: 200px !important; flex-basis: 200px !important; }
}
@media (max-width: 640px) {
	html body.wp-child-theme-climat-asia-child .proj-g {
		grid-template-columns: 1fr !important;
	}
	html body.wp-child-theme-climat-asia-child .pj-im { height: 220px !important; flex-basis: 220px !important; }
	html body.wp-child-theme-climat-asia-child .pj-bd h3 { font-size: 18px !important; }
}

/* === B. Главная: статистика 200/15/1000 — текст белый, крупнее === */
html body.wp-child-theme-climat-asia-child .hsc-t {
	color: #fff !important;
	font-size: 17px !important;
	line-height: 1.45 !important;
}

/* === C. Главная + /catalog/: блок брендов — 2+3 (CLIVET BIASI сверху, TROX UNICAL FIORINI снизу) === */
html body.wp-child-theme-climat-asia-child .eq-g-brands {
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	gap: 22px !important;
	align-items: stretch !important;
}
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand {
	display: flex !important;
	flex-direction: column !important;
	height: auto !important;
}
/* первый ряд: 2 элемента по span 3 */
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(1),
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(2) {
	grid-column: span 3 !important;
}
/* второй ряд: 3 элемента по span 2 */
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(3),
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(4),
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(5) {
	grid-column: span 2 !important;
}
/* картинка в карточке бренда — aspect-ratio 16/9, contain, БЕЗ рамок (прозрачный фон), карточки одного размера */
html body.wp-child-theme-climat-asia-child .ec-brand .ec-im {
	aspect-ratio: 16 / 9 !important;
	height: auto !important;
	width: 100% !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	background-color: transparent !important;
	flex: 0 0 auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
html body.wp-child-theme-climat-asia-child .ec-brand .ec-bd {
	flex: 1 1 auto !important;
}
@media (max-width: 980px) {
	html body.wp-child-theme-climat-asia-child .eq-g-brands {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
	html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(n) {
		grid-column: span 1 !important;
	}
}
@media (max-width: 640px) {
	html body.wp-child-theme-climat-asia-child .eq-g-brands {
		grid-template-columns: 1fr !important;
	}
}

/* === D. /brendy/<slug>/: фото целиком (contain), БЕЗ обрезаний, прозрачный фон (без белой рамки) === */
html body.wp-child-theme-climat-asia-child .bd-photo {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-color: transparent !important;
	aspect-ratio: 16 / 9 !important;
	height: auto !important;
	width: 100% !important;
	max-height: 640px !important;
	border: 0 !important;
	box-shadow: none !important;
}
html body.wp-child-theme-climat-asia-child .bd-photo-wrap {
	padding-top: 36px !important;
	background: transparent !important;
}
/* Страница CLIVET: широкий баннер — на всю высоту своего блока, без обрезки и белых полей */
html body.wp-child-theme-climat-asia-child .bd-clivet .bd-photo {
	aspect-ratio: 1920 / 592 !important;
	max-height: none !important;
	background-size: contain !important;
	background-position: center center !important;
}
/* ============================================================
 * END Pravki 4
 * ============================================================ */


/* === pravki 2026-06-21 (align tiles) === */

/* Бренды на главной — 6-col, 3 в верху + 2 центрированных. Cover на тёмном. */
html body.wp-child-theme-climat-asia-child .eq-g-brands{
	display:grid !important;
	grid-template-columns:repeat(6, minmax(0, 1fr)) !important;
	gap:22px !important;
	align-items:stretch !important;
}
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand{
	display:flex !important;
	flex-direction:column !important;
	height:auto !important;
}
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(1){grid-column:1 / span 2 !important;}
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(2){grid-column:3 / span 2 !important;}
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(3){grid-column:5 / span 2 !important;}
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(4){grid-column:1 / span 2 !important;}
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(5){grid-column:3 / span 2 !important;}
html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(6){grid-column:5 / span 2 !important;}
html body.wp-child-theme-climat-asia-child .ec-brand .ec-im{
	aspect-ratio:16 / 10 !important;
	height:auto !important;
	width:100% !important;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center center !important;
	background-color:var(--c-dark2) !important;
	flex:0 0 auto !important;
	margin:0 !important;
	padding:0 !important;
}
html body.wp-child-theme-climat-asia-child .ec-brand .ec-im::before{content:none !important;background:none !important;}

@media (max-width: 980px){
	html body.wp-child-theme-climat-asia-child .eq-g-brands{grid-template-columns:repeat(2, minmax(0, 1fr)) !important;}
	html body.wp-child-theme-climat-asia-child .eq-g-brands > .ec-brand:nth-child(n){grid-column:span 1 !important;}
}
@media (max-width: 640px){
	html body.wp-child-theme-climat-asia-child .eq-g-brands{grid-template-columns:1fr !important;}
}

/* Услуги — карточки без CTA и без кликабельности. Скрываем .sc-lk и убиваем ссылку. */
html body.wp-child-theme-climat-asia-child .svc-g .sc{
	pointer-events:none !important;
	cursor:default !important;
}
html body.wp-child-theme-climat-asia-child .svc-g .sc:hover{transform:none !important;}
html body.wp-child-theme-climat-asia-child .svc-g .sc .sc-lk{display:none !important;}

/* Проекты на главной — фото здания видно ПОЛНОСТЬЮ (contain на тёмной подложке).
   Высота 260px, чтобы здание поместилось без обрезки. */
html body.wp-child-theme-climat-asia-child .proj-g .pj .pj-im{
	height:260px !important;
	flex:0 0 260px !important;
	background-size:contain !important;
	background-position:center center !important;
	background-repeat:no-repeat !important;
	background-color:#0d1320 !important;
}

/* Карусель партнёров — все лого одного размера, центрированы, на белой плашке.
   Аккуратный одинаковый «бейдж» под каждый лого, любой пропорции. */
html body.wp-child-theme-climat-asia-child .cl .mq-i.mq-i-logo{
	width:200px !important;
	height:88px !important;
	display:inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
	padding:12px !important;
	background:#fff !important;
	border-radius:12px !important;
	margin:0 18px !important;
	box-sizing:border-box !important;
	vertical-align:middle !important;
}
html body.wp-child-theme-climat-asia-child .cl .mq-i.mq-i-logo .mq-logo{
	max-width:100% !important;
	max-height:100% !important;
	width:auto !important;
	height:auto !important;
	object-fit:contain !important;
	display:block !important;
}

/* === /pravki 2026-06-21 === */

/* === Кликабельные товарные категории на странице бренда === */
html body.wp-child-theme-climat-asia-child .bd-cats-lk li{
	padding:0 !important;background:none !important;border:0 !important;transform:none !important;
}
html body.wp-child-theme-climat-asia-child .bd-cats-lk li:hover{
	background:none !important;border:0 !important;transform:none !important;
}
html body.wp-child-theme-climat-asia-child .bd-cat-lk{
	display:flex !important;align-items:center;gap:11px;width:100%;
	padding:11px 14px;background:rgba(255,255,255,.025);
	border:1px solid var(--c-line);border-radius:10px;
	font-size:14px;color:var(--c-off) !important;text-decoration:none !important;
	transition:background .25s,border-color .25s,transform .25s var(--ease);
}
html body.wp-child-theme-climat-asia-child .bd-cat-lk:hover{
	background:rgba(0,145,213,.10);border-color:var(--c-blue-br);
	transform:translateX(3px);color:#fff !important;
}
.bd-cat-nm{flex:1 1 auto}
.bd-cat-n{font-size:12px;opacity:.65;background:rgba(255,255,255,.07);border-radius:999px;padding:2px 9px}
.bd-cat-ar{display:inline-flex;align-items:center;opacity:.6;transition:transform .25s,opacity .25s}
.bd-cat-lk:hover .bd-cat-ar{transform:translateX(3px);opacity:1}
.bd-cat-lk:hover .bd-cat-n{opacity:.9}
