:root{--cx-primary:#005ca9;--cx-ink:#29477b;--cx-accent:#d70c19;--cx-text:#1e293b;--cx-muted:#64748b;--cx-soft:#f5f6fa;--cx-max:1430px;--t:.35s cubic-bezier(.4,0,.2,1);--cx-radius:14px;--cx-shell-h:96px;--cx-safe-b:env(safe-area-inset-bottom,0px);--cx-safe-t:env(safe-area-inset-top,0px)}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{color:var(--cx-text);font-size:16px;line-height:1.6;font-family:system-ui,-apple-system,'Segoe UI',Arial,sans-serif;font-weight:400;background:#fff;overflow-x:hidden}body.menu-open{overflow:hidden}a{color:var(--cx-text);text-decoration:none;display:inline-block;transition:color var(--t),transform var(--t),background var(--t)}a:hover{color:var(--cx-accent)}img{max-width:100%;display:block;height:auto}ul{list-style:none}button,input,textarea,select{font-family:inherit}.cx-wrap{width:100%;max-width:var(--cx-max);margin:0 auto;padding:0 20px}.cx-wrap--sm{max-width:1200px;margin:0 auto;padding:0 20px}.cx-title{font-family:Arial,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.3;color:var(--cx-text);text-align:center;text-transform:none}.cx-title span{color:var(--cx-primary)}.cx-subtitle{font-size:16px;line-height:24px;color:var(--cx-muted);text-align:center;max-width:900px;margin:16px auto 0}.cx-shell{background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);height:var(--cx-shell-h);position:sticky;top:0;z-index:99;box-shadow:0 1px 0 rgba(0,0,0,.06);transition:box-shadow var(--t),height var(--t)}.cx-shell.fixed,.cx-shell.scrolled{box-shadow:0 8px 30px rgba(15,23,42,.08)}.cx-shell__row{height:var(--cx-shell-h);display:flex;align-items:center;justify-content:space-between;gap:20px}.cx-brand img{height:52px;width:auto}.cx-brand__txt{display:flex;flex-direction:column;line-height:1.1}.cx-brand__txt strong{font-size:26px;font-weight:800;color:var(--cx-primary);letter-spacing:.5px;font-family:Arial,sans-serif}.cx-brand__txt small{font-size:10px;color:#888;letter-spacing:1px;text-transform:uppercase}.cx-brand{display:flex;align-items:center;gap:10px;flex-shrink:0}.cx-navwrap{display:flex;align-items:center;gap:8px;flex:1;justify-content:flex-end}.cx-nav{display:flex;align-items:center}.cx-menu{display:flex;align-items:center}.cx-menu__item{position:relative;margin:0 4px;font-size:15px;font-weight:400}.cx-menu__item>a,.cx-menu__item>span{display:block;padding:35px 10px;cursor:pointer;white-space:nowrap;position:relative}.cx-menu__item::after{content:'';position:absolute;right:0;bottom:0;width:0;height:3px;background:var(--cx-accent);transition:width var(--t)}.cx-menu__item:hover::after,.cx-menu__item.active::after{width:100%;left:0;right:auto}.cx-menu__item.active>a,.cx-menu__item.active>span,.cx-menu__item:hover>a,.cx-menu__item:hover>span{color:var(--cx-accent)}.cx-drop{position:absolute;top:100%;left:0;min-width:260px;background:#fff;padding:16px 20px;box-shadow:0 8px 30px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(8px);transition:all .35s;z-index:200}.cx-menu__item:hover .cx-drop{opacity:1;visibility:visible;transform:translateY(0)}.cx-drop a{display:block;color:var(--cx-primary);padding:8px 0;font-size:14px;margin-right:20px;transition:all .35s}.cx-drop a:hover{color:var(--cx-accent);padding-left:14px}.cx-drop a:hover::before{content:'>';margin-right:8px;color:var(--cx-accent)}.cx-tools{display:flex;align-items:center;gap:14px;margin-left:12px}.cx-search{width:36px;height:36px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center}.cx-search svg{width:18px;height:18px;stroke:#000;fill:none;stroke-width:2}.cx-lang{display:flex;gap:4px}.cx-lang__btn{border:1px solid #e2e8f0;background:#fff;padding:8px 12px;font-size:12px;font-weight:700;cursor:pointer;color:#64748b;border-radius:10px;transition:all .3s;min-height:36px}.cx-lang__btn.on{background:var(--cx-primary);border-color:var(--cx-primary);color:#fff}.cx-lang__btn:hover{border-color:var(--cx-primary);color:var(--cx-primary)}.cx-lang__btn.on:hover{color:#fff}.cx-burger{display:none;width:44px;height:44px;border:none;background:var(--cx-soft);border-radius:12px;align-items:center;justify-content:center;cursor:pointer;position:relative;z-index:120}.cx-burger span,.cx-burger span::before,.cx-burger span::after{display:block;width:20px;height:2px;background:var(--cx-text);border-radius:2px;transition:transform .3s,opacity .3s,top .3s;position:relative}.cx-burger span::before,.cx-burger span::after{content:'';position:absolute;left:0}.cx-burger span::before{top:-6px}.cx-burger span::after{top:6px}.cx-burger.open span{background:transparent}.cx-burger.open span::before{top:0;transform:rotate(45deg)}.cx-burger.open span::after{top:0;transform:rotate(-45deg)}.cx-scrim{position:fixed;inset:0;background:rgba(15,23,42,.45);z-index:100;opacity:0;pointer-events:none;transition:opacity .3s;backdrop-filter:blur(2px)}.cx-scrim.open{opacity:1;pointer-events:all}.cx-drawer{position:fixed;top:0;right:0;width:min(88vw,360px);height:100%;height:100dvh;background:#fff;z-index:110;transform:translateX(105%);transition:transform .35s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;box-shadow:-12px 0 40px rgba(0,0,0,.12);padding-top:var(--cx-safe-t)}.cx-drawer.open{transform:translateX(0)}.cx-drawer__head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid #eef2f7}.cx-drawer__head strong{font-size:18px;color:var(--cx-primary);font-weight:700}.cx-drawer__body{flex:1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:8px 0 24px}.cx-drawer a,.cx-drawer .cx-drawer__tog{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px 22px;border:none;background:transparent;font-size:16px;font-weight:500;color:var(--cx-text);text-align:left;cursor:pointer;border-bottom:1px solid #f1f5f9;min-height:52px}.cx-drawer a:active,.cx-drawer .cx-drawer__tog:active{background:#f8fafc}.cx-drawer .cx-drawer__tog::after{content:'';width:8px;height:8px;border-right:2px solid #94a3b8;border-bottom:2px solid #94a3b8;transform:rotate(45deg);transition:transform .25s;flex-shrink:0}.cx-drawer .cx-drawer__tog.open::after{transform:rotate(-135deg)}.cx-drawer__sub{display:none;background:#f8fafc;padding:4px 0 8px}.cx-drawer__sub.open{display:block}.cx-drawer__sub a{padding:12px 22px 12px 34px;font-size:14px;font-weight:400;color:var(--cx-muted);min-height:44px;border-bottom:none}.cx-drawer__foot{padding:16px 20px calc(16px + var(--cx-safe-b));border-top:1px solid #eef2f7;display:flex;gap:10px}.cx-drawer__foot .cx-lang{flex:1}.cx-drawer__foot .cx-lang__btn{flex:1;padding:12px;border-radius:10px;font-size:14px}.cx-drawer__cta{flex:1.4;background:linear-gradient(135deg,var(--cx-primary),#437ee1);color:#fff !important;border:none;border-radius:10px;font-weight:700;font-size:14px;padding:12px;cursor:pointer;text-align:center;display:flex !important;align-items:center;justify-content:center;min-height:48px;border-bottom:none !important}.cx-hero{position:relative;height:610px;overflow:hidden;background:#0a2a55}.cx-hero__bg{position:absolute;inset:0}.cx-hero__bg .bg{position:absolute;inset:0;opacity:0;transition:opacity 1s}.cx-hero__bg .bg.active{opacity:1;z-index:1}.cx-hero__bg .bg img{width:100%;height:100%;object-fit:cover}.cx-hero__veil{position:absolute;inset:0;z-index:2;background:linear-gradient(90deg,rgba(0,40,90,.55) 0%,rgba(0,40,90,.25) 55%,rgba(0,40,90,.15) 100%);pointer-events:none}.cx-hero__panel{position:relative;z-index:3;height:610px;display:flex;align-items:center}.cx-hero__row{display:flex;justify-content:space-between;align-items:center;width:100%;padding:50px 0;position:relative}.cx-hero__text{width:48%;color:#fff}.cx-hero__text .t1{font-family:Arial,sans-serif;font-size:clamp(36px,5vw,52px);font-weight:700;line-height:1.25;margin-bottom:28px;text-transform:uppercase}.cx-hero__text .t1 a{color:#fff}.cx-hero__text .t1 a:hover{color:#fff;opacity:.9}.cx-hero__text .t2{font-size:16px;line-height:32px;color:rgba(255,255,255,.95);max-width:520px}.cx-hero__text .cx-hero__slide{display:none;animation:fadeUp .7s ease}.cx-hero__text .cx-hero__slide.active{display:block}.cx-hero__media{width:48%;display:flex;justify-content:flex-end;align-items:center}.cx-hero__media .tb{display:none;animation:fadeIn .7s ease;max-width:520px}.cx-hero__media .tb.active{display:block}.cx-hero__media .tb img{width:100%;filter:drop-shadow(0 20px 40px rgba(0,0,0,.35))}.cx-hero__dots{position:absolute;left:50%;transform:translateX(-50%);bottom:40px;display:flex;gap:12px;z-index:10}.cx-hero__dots .drop{width:28px;height:6px;background:rgba(255,255,255,.45);border-radius:3px;cursor:pointer;transition:all .4s}.cx-hero__dots .drop.active{width:48px;background:var(--cx-accent)}@keyframes fadeUp{from{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.cx-range{padding:80px 0;background:linear-gradient(to bottom,#f5f6fa 73%,#fff 30%)}.cx-range .cx-title{margin-bottom:12px}.cx-range__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;padding-top:50px}.cx-card{background:#fff;border-radius:var(--cx-radius);overflow:hidden;box-shadow:0 4px 24px -8px rgba(15,23,42,.12);display:flex;flex-direction:column;transition:transform .4s,box-shadow .4s;-webkit-tap-highlight-color:transparent}.cx-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px -8px rgba(0,0,0,.2)}.cx-card .img{position:relative;height:220px;display:flex;align-items:center;justify-content:center;padding:20px;background:#fafafa;overflow:hidden}.cx-card .img img{max-height:180px;width:auto;margin:0 auto;transition:transform .5s}.cx-card:hover .img img{transform:scale(1.06)}.cx-card .img::after{content:'';position:absolute;bottom:4px;right:0;left:0;height:3px;background:#c7c7c7}.cx-card .img::before{content:'';position:absolute;bottom:4px;right:0;width:0;height:3px;background:linear-gradient(81deg,var(--cx-primary),#4072c7);z-index:2;transition:width var(--t)}.cx-card:hover .img::before{width:100%;left:0}.cx-card .body{padding:20px 18px 24px;flex:1}.cx-card .body h3{font-size:18px;font-weight:700;color:var(--cx-primary);margin-bottom:10px;line-height:1.35}.cx-card .body p{font-size:14px;line-height:22px;color:var(--cx-muted);display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.cx-trust{padding:30px 0 80px}.cx-trust__box{box-shadow:0 0 50px -15px #9f9f9f;border-radius:10px;padding:45px;display:flex;justify-content:space-between;align-items:center;gap:40px;background:#fff}.cx-trust__copy,.cx-trust__media{width:49%}.cx-trust .cx-title{text-align:left;margin:10px 0 24px}.cx-trust .t2{font-size:16px;line-height:24px;color:var(--cx-muted);margin-bottom:24px}.cx-trust .t2 strong{color:var(--cx-primary);font-weight:700}.cx-trust .t3{font-size:16px;color:var(--cx-text);margin-bottom:28px;line-height:1.7}.cx-trust .certs{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:28px;align-items:center}.cx-trust .certs img{height:48px;width:auto}.cx-btn{display:inline-flex;align-items:center;justify-content:center;width:190px;height:54px;font-size:18px;color:#fff !important;background-image:linear-gradient(-70deg,var(--cx-primary) 0%,#437ee1 100%);border-radius:5px;border:none;cursor:pointer;transition:background-image var(--t)}.cx-btn:hover{background-image:linear-gradient(70deg,var(--cx-primary) 0%,#437ee1 100%);color:#fff !important}.cx-trust__media img{width:100%;border-radius:8px;object-fit:cover}.cx-industries{background:var(--cx-primary);padding:70px 0}.cx-industries .cx-title{color:#fff;margin-bottom:50px}.cx-industries .cx-title span{color:#fff}.cx-industries__grid{display:flex;gap:0}.cx-industry{flex:0 0 25%;position:relative;cursor:pointer;overflow:hidden}.cx-industry .img{position:relative;height:420px}.cx-industry .img>img{width:100%;height:100%;object-fit:cover}.cx-industry .img::before{content:'';position:absolute;inset:0;background:rgba(22,70,146,.6);transition:opacity var(--t);z-index:1}.cx-industry.active .img::before{opacity:0}.cx-industry .label{position:absolute;bottom:20px;left:0;right:0;text-align:center;color:#fff;font-size:20px;font-weight:700;z-index:2;font-family:Arial,sans-serif;transition:opacity .4s}.cx-industry.active .label{opacity:0}.cx-industry__panel{position:absolute;bottom:0;left:0;right:0;background:#fff;height:0;padding:0 35px;opacity:0;z-index:-1;display:flex;flex-direction:column;justify-content:center;transition:all var(--t);overflow:hidden}.cx-industry.active .cx-industry__panel{height:55%;padding:28px 28px;opacity:1;z-index:3}.cx-industry__panel h4{font-size:20px;color:var(--cx-primary);margin-bottom:12px;font-weight:700}.cx-industry__panel p{font-size:14px;line-height:22px;color:var(--cx-muted);margin-bottom:16px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.cx-industry__panel .view{color:var(--cx-accent);font-weight:700;font-size:14px}.cx-news{padding:80px 0}.cx-news .cx-title{margin-bottom:50px}.cx-news__wrap{position:relative;padding:0 50px}.cx-news__track{display:flex;gap:24px;overflow:hidden}.cx-news__card{flex:0 0 calc(33.333% - 16px);background:#fff;transition:transform .3s}.cx-news__card .img{border:1px solid #f5f6fa;height:200px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#fafafa}.cx-news__card .img img{width:100%;height:100%;object-fit:cover;transition:transform .5s}.cx-news__card:hover .img img{transform:scale(1.05)}.cx-news__card .text{background:var(--cx-soft);padding:25px 25px 40px}.cx-news__card .text .tag{font-size:12px;color:#2855a5;text-transform:uppercase;margin-bottom:8px;display:block}.cx-news__card .text h3{font-size:18px;line-height:26px;color:var(--cx-primary);font-weight:700;margin-bottom:12px;height:52px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cx-news__card .text p{font-size:15px;line-height:24px;color:var(--cx-muted);height:72px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.cx-news__nav{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border:1px solid #ddd;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:all .3s}.cx-news__nav:hover{background:var(--cx-primary);border-color:var(--cx-primary)}.cx-news__nav:hover svg{stroke:#fff}.cx-news__nav svg{width:18px;height:18px;stroke:#333;fill:none;stroke-width:2}.cx-news__prev{left:0}.cx-news__next{right:0}.cx-cta{padding:0 0 80px}.cx-cta__box{height:250px;background:linear-gradient(105deg,#003d7a,#005ca9 50%,#1a6bb8);border-radius:5px;padding:0 50px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden}.cx-cta__box::before{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60'%3E%3Ccircle cx='30' cy='30' r='1' fill='rgba(255,255,255,0.06)'/%3E%3C/svg%3E");pointer-events:none}.cx-cta__copy{position:relative;z-index:1;color:#fff;max-width:420px}.cx-cta__copy .cx-cta__title{font-family:Arial,sans-serif;font-size:28px;font-weight:700;margin-bottom:12px;line-height:1.3}.cx-cta__copy .cx-cta__desc{font-size:14px;opacity:.85;line-height:1.6}.cx-cta__links{display:flex;gap:24px;position:relative;z-index:1;flex-wrap:wrap}.cx-cta__link{text-align:center;color:#fff !important;width:110px}.cx-cta__link .ico{width:64px;height:64px;margin:0 auto 10px;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.25);transition:background .3s}.cx-cta__link:hover .ico{background:rgba(255,255,255,.3)}.cx-cta__link .ico svg{width:28px;height:28px;stroke:#fff;fill:none;stroke-width:1.5}.cx-cta__link span{font-size:13px;font-weight:600}.cx-foot{background:#1a1a1a;color:rgba(255,255,255,.65);padding:60px 0 0}.cx-foot__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:40px;padding-bottom:50px}.cx-foot h4{color:#fff;font-size:16px;font-weight:700;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1)}.cx-foot a{display:block;color:rgba(255,255,255,.55);font-size:14px;margin-bottom:10px;line-height:1.5}.cx-foot a:hover{color:#fff}.cx-foot__brand p{font-size:14px;line-height:1.7;margin:16px 0 20px;max-width:300px}.cx-foot__contact a{display:flex;align-items:center;gap:8px}.cx-foot__contact svg{width:14px;height:14px;stroke:var(--cx-primary);fill:none;stroke-width:2;flex-shrink:0}.cx-foot__bar{border-top:1px solid rgba(255,255,255,.08);padding:18px 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:13px;color:rgba(255,255,255,.4)}.cx-foot__bar a{display:inline;color:rgba(255,255,255,.4);margin:0}.cx-foot__bar a:hover{color:#fff}.cx-rail{position:fixed;right:20px;top:60%;transform:translateY(-50%);z-index:55;background:rgba(0,0,0,.3);border-radius:30px;width:50px}.cx-rail a,.cx-rail button{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;color:#fff;position:relative}.cx-rail a:hover,.cx-rail button:hover{background:var(--cx-primary)}.cx-rail a:first-child{border-radius:25px 25px 0 0}.cx-rail .to-top{border-radius:0 0 25px 25px}.cx-rail svg{width:22px;height:22px;fill:currentColor}.cx-rail .tip{position:absolute;right:58px;background:#fff;color:var(--cx-text);padding:6px 12px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:0;pointer-events:none;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:opacity .3s}.cx-rail a:hover .tip,.cx-rail button:hover .tip{opacity:1}.cx-pagehead{height:280px;background:linear-gradient(105deg,#003060,#005ca9);display:flex;align-items:center;position:relative;overflow:hidden}.cx-pagehead::after{content:'';position:absolute;inset:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80'%3E%3Ccircle cx='40' cy='40' r='1.5' fill='rgba(255,255,255,0.05)'/%3E%3C/svg%3E")}.cx-pagehead .cx-wrap{position:relative;z-index:1}.cx-pagehead h1{font-family:Arial,sans-serif;font-size:clamp(28px,4vw,42px);color:#fff;font-weight:700;margin-bottom:10px}.cx-crumbs{font-size:14px;color:rgba(255,255,255,.7)}.cx-crumbs a{color:rgba(255,255,255,.7);display:inline}.cx-crumbs a:hover{color:#fff}.cx-crumbs span{margin:0 8px;opacity:.5}.cx-page{padding:60px 0 80px}.cx-page__layout{display:grid;grid-template-columns:260px 1fr;gap:40px;align-items:start}.cx-sidemenu{background:#fff;border:1px solid #eee;border-radius:5px;overflow:hidden}.cx-sidemenu h3{background:var(--cx-primary);color:#fff;padding:16px 20px;font-size:16px;font-weight:700}.cx-sidemenu a{display:block;padding:13px 20px;border-bottom:1px solid #f0f0f0;font-size:14px;color:var(--cx-text)}.cx-sidemenu a:hover,.cx-sidemenu a.active{color:var(--cx-accent);background:#f8fafc;padding-left:28px}.cx-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px;flex-wrap:wrap;gap:12px}.cx-toolbar .count{font-size:14px;color:var(--cx-muted)}.cx-filters{display:flex;flex-wrap:wrap;gap:8px}.cx-filters button{border:1px solid #ddd;background:#fff;padding:7px 14px;font-size:13px;cursor:pointer;border-radius:3px;color:var(--cx-muted);transition:all .3s}.cx-filters button.on,.cx-filters button:hover{background:var(--cx-primary);border-color:var(--cx-primary);color:#fff}.cx-catalog{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cx-about__grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;margin-bottom:60px}.cx-about__grid img{border-radius:8px;width:100%}.cx-about__text h2{font-family:Arial,sans-serif;font-size:32px;color:var(--cx-primary);margin-bottom:20px;font-weight:700}.cx-about__text p{color:var(--cx-muted);line-height:1.8;margin-bottom:14px;font-size:15px}.cx-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}.cx-stats__item{text-align:center;padding:28px 16px;background:var(--cx-soft);border-radius:8px}.cx-stats__item strong{display:block;font-size:36px;font-weight:800;color:var(--cx-primary);font-family:Arial,sans-serif}.cx-stats__item span{font-size:14px;color:var(--cx-muted);margin-top:6px;display:block}.cx-news__list{display:flex;flex-direction:column;gap:24px}.cx-news__row{display:grid;grid-template-columns:280px 1fr;gap:24px;padding:20px;background:#fff;border:1px solid #eee;border-radius:6px;transition:box-shadow .3s}.cx-news__row:hover{box-shadow:0 8px 24px rgba(0,0,0,.08)}.cx-news__row .img{height:160px;overflow:hidden;border-radius:4px;background:#f5f5f5}.cx-news__row .img img{width:100%;height:100%;object-fit:cover}.cx-news__row .meta{font-size:12px;color:#2855a5;margin-bottom:8px}.cx-news__row h3{font-size:18px;color:var(--cx-primary);margin-bottom:10px;font-weight:700;line-height:1.4}.cx-news__row p{font-size:14px;color:var(--cx-muted);line-height:1.7}.cx-contact{display:grid;grid-template-columns:1fr 1.2fr;gap:40px}.cx-contact__info{background:var(--cx-soft);padding:36px;border-radius:8px}.cx-contact__info h3{font-size:22px;color:var(--cx-primary);margin-bottom:24px;font-weight:700}.cx-contact__row{display:flex;gap:14px;margin-bottom:20px;align-items:flex-start}.cx-contact__row .ico{width:40px;height:40px;background:var(--cx-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cx-contact__row .ico svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:2}.cx-contact__row strong{display:block;font-size:14px;margin-bottom:4px;color:var(--cx-text)}.cx-contact__row p,.cx-contact__row a{font-size:14px;color:var(--cx-muted);display:block}.cx-contact__form{background:#fff;border:1px solid #eee;border-radius:8px;padding:36px}.cx-contact__form h3{font-size:22px;color:var(--cx-primary);margin-bottom:24px;font-weight:700}.cx-form__row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cx-field{margin-bottom:16px}.cx-field label{display:block;font-size:13px;font-weight:600;margin-bottom:6px;color:var(--cx-text)}.cx-field input,.cx-field textarea,.cx-field select{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:4px;font-size:14px;outline:none;background:#fafafa;transition:border-color .3s}.cx-field input:focus,.cx-field textarea:focus,.cx-field select:focus{border-color:var(--cx-primary);background:#fff}.cx-field textarea{min-height:120px;resize:vertical}.cx-submit{width:100%;height:50px;background-image:linear-gradient(-70deg,var(--cx-primary),#437ee1);color:#fff;border:none;border-radius:5px;font-size:16px;font-weight:700;cursor:pointer;transition:opacity .3s}.cx-submit:hover{opacity:.92}.cx-modal{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:500;display:flex;align-items:center;justify-content:center;padding:20px;opacity:0;pointer-events:none;transition:opacity .3s}.cx-modal.open{opacity:1;pointer-events:all}.cx-modal__panel{background:#fff;border-radius:8px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;padding:28px}.cx-modal__head{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.cx-modal__head h2{font-size:20px;color:var(--cx-primary);font-weight:700}.cx-modal__close{width:32px;height:32px;border:1px solid #ddd;background:#f5f5f5;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.cx-modal__close svg{width:14px;height:14px;stroke:#666;fill:none;stroke-width:2}.cx-toast{position:fixed;bottom:24px;right:24px;background:var(--cx-ink);color:#fff;padding:14px 20px;border-radius:6px;font-size:14px;z-index:600;transform:translateY(80px);opacity:0;transition:all .3s}.cx-toast.show{transform:translateY(0);opacity:1}.cx-faq__item{border:1px solid #eee;border-radius:6px;margin-bottom:12px;overflow:hidden}.cx-faq__q{width:100%;text-align:left;padding:16px 20px;background:var(--cx-soft);border:none;font-size:15px;font-weight:600;cursor:pointer;color:var(--cx-text);display:flex;justify-content:space-between;align-items:center}.cx-faq__q::after{content:'+';font-size:20px;color:var(--cx-primary)}.cx-faq__item.open .cx-faq__q::after{content:'−'}.cx-faq__a{display:none;padding:16px 20px;font-size:14px;color:var(--cx-muted);line-height:1.7}.cx-faq__item.open .cx-faq__a{display:block}.cx-tech{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.cx-tech__card{border:1px solid #eee;border-radius:8px;padding:32px 24px;text-align:center;transition:box-shadow .3s,border-color .3s}.cx-tech__card:hover{box-shadow:0 8px 28px rgba(0,92,169,.12);border-color:rgba(0,92,169,.3)}.cx-tech__card .ico{width:64px;height:64px;margin:0 auto 18px;background:#e8f2fb;border-radius:50%;display:flex;align-items:center;justify-content:center}.cx-tech__card .ico svg{width:28px;height:28px;stroke:var(--cx-primary);fill:none;stroke-width:1.5}.cx-tech__card h3{font-size:18px;color:var(--cx-primary);margin-bottom:10px;font-weight:700}.cx-tech__card p{font-size:14px;color:var(--cx-muted);line-height:1.6}.cx-timeline{max-width:800px;margin:0 auto;position:relative;padding-left:40px}.cx-timeline::before{content:'';position:absolute;left:8px;top:0;bottom:0;width:3px;background:linear-gradient(to bottom,var(--cx-primary),#437ee1)}.cx-timeline__item{position:relative;margin-bottom:36px}.cx-timeline__item::before{content:'';position:absolute;left:-36px;top:6px;width:14px;height:14px;border-radius:50%;background:var(--cx-accent);border:3px solid #fff;box-shadow:0 0 0 2px var(--cx-primary)}.cx-timeline__item .year{font-family:Arial,sans-serif;font-size:22px;font-weight:700;color:var(--cx-primary);margin-bottom:8px}.cx-timeline__item p{color:var(--cx-muted);line-height:1.7;font-size:15px}.cx-sectors{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.cx-sector{position:relative;height:300px;border-radius:8px;overflow:hidden}.cx-sector img{width:100%;height:100%;object-fit:cover}.cx-sector .cx-sector__copy{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,40,90,.85),rgba(0,40,90,.2));display:flex;flex-direction:column;justify-content:flex-end;padding:28px;color:#fff}.cx-sector h3{font-size:24px;font-weight:700;margin-bottom:10px;font-family:Arial,sans-serif}.cx-sector p{font-size:14px;line-height:1.6;opacity:.9}body.cx-shell-pad{padding-top:0}.cx-dock{display:none;position:fixed;left:12px;right:12px;bottom:calc(12px + var(--cx-safe-b));z-index:90;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-radius:18px;box-shadow:0 10px 40px rgba(15,23,42,.18);border:1px solid rgba(15,23,42,.06);padding:8px;grid-template-columns:repeat(4,1fr);gap:4px}.cx-dock a,.cx-dock button{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;min-height:56px;border:none;background:transparent;border-radius:14px;color:var(--cx-text);font-size:11px;font-weight:600;cursor:pointer;-webkit-tap-highlight-color:transparent}.cx-dock a:active,.cx-dock button:active{background:#f1f5f9}.cx-dock .ico{width:36px;height:36px;border-radius:11px;display:flex;align-items:center;justify-content:center}.cx-dock .ico svg{width:18px;height:18px}.cx-dock .q .ico{background:linear-gradient(135deg,var(--cx-primary),#437ee1);color:#fff}.cx-dock .q .ico svg{stroke:#fff;fill:none;stroke-width:2}.cx-dock .c .ico{background:#ecfdf5}.cx-dock .c .ico svg{stroke:#059669;fill:none;stroke-width:2}.cx-dock .w .ico{background:#f0fdf4}.cx-dock .w .ico svg{fill:#16a34a}.cx-dock .t .ico{background:#eff6ff}.cx-dock .t .ico svg{stroke:var(--cx-primary);fill:none;stroke-width:2}.cx-chips{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:2px 2px 10px;margin:0 -4px 8px}.cx-chips::-webkit-scrollbar{display:none}@media (max-width:1200px){.cx-range__grid{grid-template-columns:repeat(2,1fr)}.cx-industry .img{height:360px}.cx-catalog{grid-template-columns:repeat(2,1fr)}.cx-foot__grid{grid-template-columns:1fr 1fr}}@media (max-width:992px){:root{--cx-shell-h:68px}.cx-nav{display:none}.cx-burger{display:flex}.cx-search{display:none}.cx-tools .cx-lang{display:none}.cx-wrap{padding:0 16px}.cx-hero,.cx-hero__panel{height:auto;min-height:0}.cx-hero{border-radius:0}.cx-hero__row{flex-direction:column-reverse;padding:28px 0 64px;gap:8px;align-items:stretch}.cx-hero__text,.cx-hero__media{width:100%}.cx-hero__media{justify-content:center;margin-bottom:8px}.cx-hero__media .tb{max-width:280px;margin:0 auto}.cx-hero__text .t1{font-size:clamp(26px,7vw,34px);margin-bottom:12px;line-height:1.2}.cx-hero__text .t2{font-size:14px;line-height:1.65;max-width:none}.cx-hero__dots{bottom:18px;gap:8px}.cx-hero__dots .drop{width:10px;height:10px;border-radius:50%}.cx-hero__dots .drop.active{width:28px;border-radius:6px}.cx-range{padding:48px 0 40px}.cx-range .cx-title,.cx-title{font-size:clamp(22px,5.5vw,30px);text-align:left}.cx-subtitle{text-align:left;margin-left:0;font-size:14px}.cx-range__grid{grid-template-columns:1fr;gap:14px;padding-top:24px}.cx-card{flex-direction:row;align-items:stretch;border-radius:var(--cx-radius)}.cx-card .img{width:120px;min-width:120px;height:auto;min-height:120px;padding:12px;flex-shrink:0}.cx-card .img img{max-height:90px}.cx-card .body{padding:14px 14px 14px 0}.cx-card .body h3{font-size:15px;margin-bottom:6px}.cx-card .body p{font-size:12px;line-height:1.5;-webkit-line-clamp:3}.cx-trust{padding:20px 0 48px}.cx-trust__box{flex-direction:column;padding:24px 18px;gap:24px;border-radius:var(--cx-radius)}.cx-trust__copy,.cx-trust__media{width:100%}.cx-trust .cx-title{font-size:24px}.cx-btn{width:100%;height:50px;border-radius:12px}.cx-industries{padding:48px 0}.cx-industries .cx-title{margin-bottom:24px;color:#fff}.cx-industries__grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cx-industry{flex:none;border-radius:var(--cx-radius);overflow:hidden}.cx-industry .img{height:200px}.cx-industry .label{font-size:15px;bottom:14px;padding:0 10px}.cx-industry.active .cx-industry__panel,.cx-industry .cx-industry__panel{position:absolute;height:auto;max-height:0;padding:0 16px;opacity:0;bottom:0;left:0;right:0}.cx-industry.active .cx-industry__panel{max-height:70%;height:auto;padding:16px;opacity:1;z-index:3}.cx-industry__panel h4{font-size:15px}.cx-industry__panel p{font-size:12px;-webkit-line-clamp:3;margin-bottom:8px}.cx-news{padding:48px 0 40px}.cx-news__wrap{padding:0}.cx-news__nav{display:none}.cx-news__track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:4px 16px 16px;margin:0 -16px;transform:none !important}.cx-news__card{flex:0 0 min(78vw,300px);scroll-snap-align:start;border-radius:var(--cx-radius);overflow:hidden;box-shadow:0 4px 20px rgba(15,23,42,.06)}.cx-news__card .text{padding:16px 16px 22px}.cx-news__card .text h3{font-size:16px;height:auto;min-height:0}.cx-news__card .text p{height:auto;-webkit-line-clamp:2}.cx-cta{padding:0 0 100px}.cx-cta__box{height:auto;flex-direction:column;padding:28px 20px;align-items:stretch;border-radius:var(--cx-radius);gap:22px}.cx-cta__copy .cx-cta__title{font-size:22px}.cx-cta__links{display:grid;grid-template-columns:1fr 1fr;gap:12px;width:100%}.cx-cta__link{width:auto;background:rgba(255,255,255,.12);border-radius:12px;padding:14px 10px}.cx-pagehead{height:180px}.cx-pagehead h1{font-size:26px}.cx-page{padding:32px 0 110px}.cx-page__layout{grid-template-columns:1fr}.cx-sidemenu{display:none}.cx-about__grid,.cx-contact,.cx-news__row,.cx-sectors{grid-template-columns:1fr;gap:24px}.cx-stats{grid-template-columns:repeat(2,1fr);gap:12px}.cx-stats__item{padding:20px 12px;border-radius:12px}.cx-stats__item strong{font-size:28px}.cx-tech{grid-template-columns:1fr;gap:14px}.cx-tech__card{border-radius:var(--cx-radius);padding:24px 18px}.cx-filters{display:flex;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:4px;max-width:100%}.cx-filters::-webkit-scrollbar{display:none}.cx-filters button{flex-shrink:0;padding:10px 16px;border-radius:999px;font-size:13px;min-height:40px}.cx-toolbar{flex-direction:column;align-items:stretch;gap:10px}.cx-catalog{grid-template-columns:1fr;gap:12px}.cx-news__row{grid-template-columns:1fr;border-radius:var(--cx-radius);padding:12px}.cx-news__row .img{height:180px}.cx-contact__info,.cx-contact__form{padding:22px 18px;border-radius:var(--cx-radius)}.cx-form__row{grid-template-columns:1fr}.cx-field input,.cx-field textarea,.cx-field select{padding:14px 16px;font-size:16px;border-radius:12px;min-height:48px}.cx-submit{height:52px;border-radius:12px}.cx-foot{padding:48px 0 0}.cx-foot__grid{grid-template-columns:1fr;gap:28px;padding-bottom:36px}.cx-foot__bar{padding-bottom:calc(90px + var(--cx-safe-b));flex-direction:column;gap:8px}.cx-rail{display:none}.cx-dock{display:grid}.cx-modal__panel{border-radius:20px 20px 0 0;max-height:92dvh;padding:22px 18px calc(22px + var(--cx-safe-b));align-self:flex-end;width:100%;max-width:100%}.cx-modal{align-items:flex-end;padding:0}.cx-toast{left:16px;right:16px;bottom:calc(88px + var(--cx-safe-b));max-width:none}.cx-sector{height:240px;border-radius:var(--cx-radius)}.cx-faq__q{padding:16px;min-height:52px;font-size:14px}}@media (max-width:640px){.cx-brand img{height:40px}.cx-industries__grid{grid-template-columns:1fr}.cx-industry .img{height:220px}.cx-card{flex-direction:column}.cx-card .img{width:100%;height:160px;min-height:160px}.cx-card .body{padding:14px 16px 18px}}@media (min-width:993px){.cx-drawer,.cx-scrim,.cx-dock{display:none !important}.cx-burger{display:none !important}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms !important;transition-duration:.01ms !important}}.cx-seo-h1{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}img,video{max-width:100%;height:auto}.cx-hero__bg .bg img,.cx-hero__media .tb img{width:100%;height:auto;aspect-ratio:16/9;object-fit:cover}.cx-hero__media .tb img{aspect-ratio:1/1;object-fit:contain;background:transparent}.cx-card .img,.cx-news__card .img,.cx-industry .img,.cx-sector img,.cx-news__row .img{aspect-ratio:4/3;contain:layout paint}.cx-brand img{width:auto;object-fit:contain}.cx-foot__logo{height:48px;width:auto;max-width:200px;object-fit:contain;background:#fff;padding:6px 8px;border-radius:6px;margin-bottom:12px}.cx-drawer__head img{height:36px;width:auto;object-fit:contain}.cx-shell{backdrop-filter:none;-webkit-backdrop-filter:none;background:#fff}.cx-dock{backdrop-filter:none;-webkit-backdrop-filter:none;background:#fff}.cx-news,.cx-trust,.cx-cta,.cx-foot,.cx-industries{content-visibility:auto;contain-intrinsic-size:1px 600px}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #005ca9;outline-offset:2px}.cx-skip{position:absolute;left:-9999px;top:0;background:#005ca9;color:#fff;padding:12px 16px;z-index:9999;border-radius:0 0 8px 0}.cx-skip:focus{left:0}.cx-contact__map{margin-top:40px;border-radius:8px;overflow:hidden;background:var(--cx-soft)}.cx-contact__map iframe{width:100%;height:450px;border:0;display:block}@media (max-width:992px){.cx-contact__map{margin-top:24px;border-radius:var(--cx-radius)}.cx-contact__map iframe{height:320px}}