@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--primary: #2d58d9;--primary-dark: #1b3b9d;--text: #202020;--muted: #6d7482;--bg: #f5f7fb;--surface: #ffffff;--surface-soft: #eef2fb;--line: #e2e7f0;--radius-sm: 10px;--radius-md: 18px;--radius-lg: 28px;--shadow: 0 20px 55px rgba(27, 59, 157, .11);--container: min(1400px, calc(100vw - 64px) );color:var(--text);background:var(--bg);font-family:Inter,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;color:var(--text);background:var(--bg);font-family:Inter,Arial,sans-serif}body,button,input{font:inherit}h1,h2,h3,.brand__text strong,.about-stats strong{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-weight:700}img{display:block;width:100%}a{color:inherit;text-decoration:none}button,a,input{-webkit-tap-highlight-color:transparent}button{border:0}.container{width:var(--container);margin-inline:auto}.section{padding:88px 0}.section--light{background:var(--surface)}.section--dark{color:#fff;background:var(--primary-dark)}.site-header{position:fixed;inset:0 0 auto;z-index:50;color:#fff;border-bottom:1px solid rgba(255,255,255,.18);transition:background-color .25s ease,border-color .25s ease,box-shadow .25s ease}.site-header.is-scrolled{color:var(--text);background:#fffffff5;border-bottom-color:var(--line);box-shadow:0 10px 35px #20202012;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.header__inner{min-height:80px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:inline-flex;align-items:center;gap:13px;min-width:max-content}.brand__mark{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;color:#fff;background:var(--primary);border-radius:10px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:15px;font-weight:700;letter-spacing:-.03em;box-shadow:0 10px 24px #2d58d93d}.brand__text{display:grid;gap:3px}.brand__text strong{font-size:16px;line-height:1;letter-spacing:-.02em;text-transform:uppercase}.brand__text small{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:10px;font-weight:500;letter-spacing:.02em;opacity:.68}.header__nav{display:flex;align-items:center;justify-content:center;gap:clamp(18px,2vw,34px);margin-left:auto}.header__nav a{position:relative;padding:12px 0;font-size:13px;font-weight:600}.header__nav a:after{content:"";position:absolute;left:0;right:100%;bottom:6px;height:2px;background:currentColor;transition:right .25s ease}.header__nav a:hover:after{right:0}.button{min-height:50px;padding:0 25px;display:inline-flex;align-items:center;justify-content:center;gap:10px;color:#fff;background:var(--primary);border:1px solid var(--primary);border-radius:10px;font-size:13px;font-weight:700;cursor:pointer;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px);background:var(--primary-dark);border-color:var(--primary-dark);box-shadow:0 13px 28px #2d58d938}.button--small{min-height:42px;padding:0 18px;font-size:12px}.button--outline,.button--ghost{color:#fff;background:transparent;border-color:#ffffff9e}.site-header.is-scrolled .button--outline{color:var(--primary);border-color:#2d58d959}.button--outline:hover,.button--ghost:hover{color:var(--primary-dark);background:#fff;border-color:#fff;box-shadow:none}.button--wide{width:100%}.hero{position:relative;min-height:700px;color:#fff;background:var(--text)}.hero__slider{position:relative;min-height:inherit;overflow:hidden}.hero__slide{position:absolute;inset:0;min-height:inherit;display:grid;align-items:center;padding:130px 0 105px;opacity:0;visibility:hidden;transform:scale(1.025);background-image:var(--slide-image);background-position:center;background-size:cover;transition:opacity .65s ease,transform 1s ease,visibility .65s ease}.hero__slide.is-active{z-index:2;opacity:1;visibility:visible;transform:scale(1)}.hero__overlay{position:absolute;inset:0;background:#161d30b8}.hero__content{position:relative;z-index:2;padding-right:min(30vw,460px)}.eyebrow{display:inline-flex;align-items:center;gap:9px;margin-bottom:14px;color:#ffffffbd;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase}.eyebrow:before{content:"";width:28px;height:2px;background:currentColor;opacity:.82}.eyebrow--dark{color:var(--primary)}.hero h1,.hero h2{max-width:900px;margin:0;font-size:clamp(44px,4.7vw,76px);line-height:1.02;letter-spacing:-.045em;text-wrap:balance}.hero p{max-width:670px;margin:22px 0 0;color:#ffffffc2;font-size:clamp(16px,1.2vw,19px);line-height:1.6}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}.hero__controls{position:absolute;z-index:5;left:50%;bottom:32px;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between}.hero__dots{display:flex;align-items:center;gap:9px}.hero-dot{width:36px;height:3px;padding:0;overflow:hidden;background:#ffffff59;border-radius:20px;cursor:pointer}.hero-dot:after{content:"";display:block;width:0;height:100%;background:#fff}.hero-dot.is-active:after{width:100%;transition:width 5.5s linear}.hero__arrows,.reviews-controls{display:flex;gap:9px}.slider-arrow{width:45px;height:45px;display:grid;place-items:center;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.42);border-radius:50%;font-size:20px;cursor:pointer;transition:transform .2s ease,color .2s ease,background-color .2s ease}.slider-arrow:hover{color:var(--primary-dark);background:#fff;transform:translateY(-2px)}.slider-arrow--dark{color:var(--text);background:#fff;border-color:var(--line)}.slider-arrow--dark:hover{color:#fff;background:var(--primary)}.section-heading{max-width:760px;margin-bottom:32px}.section-heading--split{max-width:none;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,450px);align-items:end;gap:50px}.section-heading h2{margin:0;font-size:clamp(32px,3.4vw,52px);line-height:1.05;letter-spacing:-.035em;text-wrap:balance}.section-heading p{margin:14px 0 0;color:var(--muted);font-size:15px;line-height:1.65}.section-heading--split>p{margin:0}.section-heading--light p{color:#ffffffb3}.clients{overflow:hidden;padding:68px 0}.clients .section-heading{margin-bottom:28px}.logo-marquee{display:grid;gap:14px}.logo-marquee__row{display:flex;width:max-content}.logo-marquee__track{display:flex;gap:14px;padding-right:14px;will-change:transform}.logo-marquee__row--left .logo-marquee__track{animation:marquee-left 32s linear infinite}.logo-marquee__row--right .logo-marquee__track{animation:marquee-right 34s linear infinite}.logo-marquee:hover .logo-marquee__track{animation-play-state:paused}.client-logo{width:210px;height:96px;display:grid;place-items:center;flex:0 0 auto;color:#ffffffb3;background:#ffffff14;border:1px solid rgba(255,255,255,.13);border-radius:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;font-weight:500;letter-spacing:.06em;text-transform:uppercase;transition:color .2s ease,background-color .2s ease,transform .2s ease}.client-logo:hover{color:var(--primary-dark);background:#fff;transform:translateY(-3px)}@keyframes marquee-left{0%{transform:translate(0)}to{transform:translate(calc(-50% - 7px))}}@keyframes marquee-right{0%{transform:translate(calc(-50% - 7px))}to{transform:translate(0)}}.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.catalog-card{position:relative;min-width:0;overflow:hidden;background:#fff;border:0;border-radius:var(--radius-md);box-shadow:0 8px 28px #2020200e;transition:transform .34s cubic-bezier(.2,.75,.25,1),box-shadow .34s ease}.catalog-card:after{content:"→";position:absolute;top:22px;right:22px;width:40px;height:40px;display:grid;place-items:center;color:#fff;background:var(--primary);border-radius:50%;opacity:0;transform:translate(-7px,7px);transition:opacity .28s ease,transform .28s ease}.catalog-card:hover{z-index:2;transform:translateY(-9px);box-shadow:0 24px 55px #1b3b9d24}.catalog-card:hover:after{opacity:1;transform:translate(0)}.catalog-card__image{margin:9px;aspect-ratio:1.3;overflow:hidden;background:var(--surface-soft);border-radius:12px}.catalog-card__image img{height:100%;object-fit:cover;transition:transform .55s cubic-bezier(.2,.75,.25,1)}.catalog-card:hover .catalog-card__image img{transform:scale(1.055)}.catalog-card__body{padding:15px 20px 24px}.catalog-card h3{margin:0;font-size:19px;line-height:1.16;letter-spacing:-.025em}.catalog-card p{min-height:66px;margin:10px 0 17px;color:var(--muted);font-size:13px;line-height:1.55}.catalog-card ul{display:grid;gap:8px;margin:0;padding:16px 0 0;border-top:1px solid var(--line);list-style:none}.catalog-card li{min-width:0}.catalog-card li a{display:block;overflow:hidden;color:#3f4652;font-size:13px;font-weight:600;text-overflow:ellipsis;white-space:nowrap;transition:color .2s ease,transform .2s ease}.catalog-card li a:hover{color:var(--primary);transform:translate(4px)}.advantages-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:16px}.advantage-card{min-height:250px;padding:27px 24px;display:flex;flex-direction:column;background:#fff;border-radius:var(--radius-md);box-shadow:0 8px 28px #2020200d;transition:transform .25s ease,box-shadow .25s ease,background-color .25s ease}.advantage-card:hover{z-index:2;transform:translateY(-7px);box-shadow:var(--shadow)}.advantage-card--accent{color:#fff;background:var(--primary)}.advantage-card--accent:hover{background:var(--primary-dark)}.advantage-card__number{margin-bottom:auto;color:var(--primary);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:12px;font-weight:500;letter-spacing:.11em}.advantage-card--accent .advantage-card__number{color:#ffffffb8}.advantage-card h3{margin:46px 0 11px;font-size:19px;line-height:1.18;letter-spacing:-.02em}.advantage-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.58}.advantage-card--accent p{color:#ffffffc7}.cta-section{position:relative;overflow:hidden;color:#fff;background:var(--primary-dark)}.cta-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr) minmax(390px,560px);gap:clamp(65px,8vw,130px);align-items:center}.cta-copy h2{max-width:690px;margin:0;font-size:clamp(40px,4.7vw,68px);line-height:1;letter-spacing:-.045em}.cta-copy p{max-width:620px;margin:19px 0 0;color:#ffffffb8;font-size:15px;line-height:1.65}.cta-copy .cta-copy__lead{color:#fff;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:clamp(20px,1.8vw,27px);font-weight:500;letter-spacing:-.015em}.lead-form{padding:31px;display:grid;gap:16px;background:#fff;border-radius:var(--radius-lg);box-shadow:0 25px 70px #0a194638}.lead-form label:not(.consent){display:grid;gap:8px}.lead-form label>span{color:var(--text);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:11px;font-weight:500;letter-spacing:.07em;text-transform:uppercase}.lead-form input[type=text],.lead-form input[type=tel],.lead-form input[type=email]{width:100%;min-height:55px;padding:0 16px;color:var(--text);background:var(--bg);border:1px solid transparent;border-radius:10px;outline:none;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease}.lead-form input::placeholder{color:#9aa1ad}.lead-form input:focus{background:#fff;border-color:#2d58d98c;box-shadow:0 0 0 4px #2d58d91c}.lead-form input.is-invalid{border-color:#d84b4b}.consent{display:flex;align-items:flex-start;gap:10px;color:var(--muted);cursor:pointer}.consent input{width:18px;height:18px;flex:0 0 auto;margin-top:1px;accent-color:var(--primary)}.consent span{color:var(--muted)!important;font-family:Inter,Arial,sans-serif!important;font-size:12px!important;font-weight:400!important;line-height:1.45;letter-spacing:normal!important;text-transform:none!important}.form-status{min-height:18px;margin:-1px 0 0;color:var(--muted);font-size:12px;line-height:1.45}.form-status.is-success{color:#217a48}.form-status.is-error{color:#b43c3c}.reviews-slider{overflow:hidden}.reviews-track{display:flex;gap:18px;transition:transform .55s cubic-bezier(.2,.75,.25,1);touch-action:pan-y}.review-card{min-width:calc((100% - 54px)/4);min-height:310px;padding:27px;display:flex;flex-direction:column;background:#fff;border-radius:var(--radius-md);box-shadow:0 8px 28px #2020200d;transition:transform .25s ease,box-shadow .25s ease}.review-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.review-card__quote{color:var(--primary);font-family:Georgia,serif;font-size:52px;line-height:.8}.review-card>p{margin:23px 0 35px;color:#444b56;font-size:14px;line-height:1.7}.review-card__author{display:grid;gap:5px;margin-top:auto;padding-top:19px;border-top:1px solid var(--line)}.review-card__author strong{font-size:14px}.review-card__author span{color:var(--muted);font-size:12px}.about{background:var(--bg)}.about-grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(500px,1.05fr);gap:clamp(65px,7vw,115px);align-items:center}.about-copy h2{margin:0;font-size:clamp(36px,3.8vw,56px);line-height:1.04;letter-spacing:-.04em;text-wrap:balance}.about-copy p{margin:19px 0 0;color:var(--muted);font-size:15px;line-height:1.7}.about-copy .about-copy__lead{color:#38404c;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:18px;font-weight:500}.about-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;margin-top:28px}.about-stats div{padding:19px;display:grid;gap:6px;background:#fff;border-radius:14px}.about-stats strong{color:var(--primary);font-size:27px;line-height:1;letter-spacing:-.035em}.about-stats span{color:var(--muted);font-size:12px;line-height:1.4}.about-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 18px;margin:25px 0 0;padding:0;list-style:none}.about-list li{position:relative;padding-left:21px;color:#3f4652;font-size:13px;font-weight:600}.about-list li:before{content:"";position:absolute;left:0;top:.42em;width:8px;height:8px;background:var(--primary);border-radius:50%}.about-gallery{display:grid;grid-template-columns:1.2fr .8fr;grid-template-rows:repeat(2,230px);gap:14px}.about-gallery__item{margin:0;overflow:hidden;background:var(--surface-soft);border-radius:var(--radius-md)}.about-gallery__item--large{grid-row:1 / 3}.about-gallery img{height:100%;object-fit:cover;transition:transform .65s ease}.about-gallery__item:hover img{transform:scale(1.05)}.site-footer{padding:65px 0 22px;color:#fff;background:var(--text)}.footer-grid{display:grid;grid-template-columns:1.5fr .7fr .8fr;gap:70px;padding-bottom:50px}.brand--footer{margin-bottom:18px}.footer-grid>div{display:grid;align-content:start;gap:12px}.footer-grid p,.footer-grid span,.footer-grid a:not(.brand){color:#fff9;font-size:13px;line-height:1.6}.footer-grid p{max-width:430px;margin:0}.footer-grid a:not(.brand):hover{color:#fff}.footer-bottom{padding-top:20px;display:flex;justify-content:space-between;gap:20px;color:#ffffff73;border-top:1px solid rgba(255,255,255,.1);font-size:12px}@media(max-width:1200px){.advantages-grid,.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:1000px){:root{--container: min(100% - 40px, 920px)}.header__nav{display:none}.hero__content{padding-right:14vw}.section-heading--split,.cta-grid,.about-grid{grid-template-columns:1fr}.section-heading--split{gap:18px}.cta-grid,.about-grid{gap:48px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.review-card{min-width:calc((100% - 36px) / 3)}.about-gallery{grid-template-rows:repeat(2,280px)}}@media(max-width:760px){:root{--container: calc(100% - 28px) }.section{padding:66px 0}.clients{padding:58px 0}.header__inner{min-height:70px}.brand__mark{width:40px;height:40px}.brand__text small,.site-header .button{display:none}.hero{min-height:650px}.hero__slide{padding:108px 0 92px;background-position:60% center}.hero__overlay{background:#12192bc7}.hero__content{padding-right:0}.hero h1,.hero h2{font-size:clamp(37px,10.8vw,52px)}.hero p{margin-top:18px;font-size:15px}.hero__actions{align-items:stretch;margin-top:26px}.hero__actions .button{width:100%}.hero__controls{bottom:22px}.hero__arrows{display:none}.section-heading{margin-bottom:26px}.section-heading h2,.about-copy h2{font-size:clamp(30px,8.5vw,42px)}.section-heading p,.about-copy p{font-size:14px}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.catalog-card{border-radius:14px}.catalog-card:after{display:none}.catalog-card__image{margin:9px;aspect-ratio:1;border-radius:9px}.catalog-card__body{padding:11px 13px 17px}.catalog-card h3{font-size:15px}.catalog-card p{min-height:0;margin:8px 0 13px;font-size:11px}.catalog-card ul{gap:7px;padding-top:12px}.catalog-card li a{font-size:11px}.advantages-grid{grid-template-columns:1fr}.advantage-card{min-height:210px}.client-logo{width:155px;height:80px;font-size:10px}.cta-grid{gap:38px}.cta-copy h2{font-size:clamp(37px,10.5vw,52px)}.lead-form{padding:22px;border-radius:22px}.reviews-controls{margin-top:15px}.review-card{min-width:100%}.about-stats,.about-list{grid-template-columns:1fr 1fr}.about-gallery{grid-template-columns:1fr 1fr;grid-template-rows:280px 155px}.about-gallery__item--large{grid-column:1 / 3;grid-row:auto}.footer-grid{grid-template-columns:1fr;gap:34px}.footer-bottom{flex-direction:column}}@media(max-width:460px){.about-stats,.about-list{grid-template-columns:1fr}.about-gallery{grid-template-rows:235px 130px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}:root{--container: calc(100% - 40px) ;--header-height: 110px}@media(min-width:1201px)and (max-width:1439px){:root{--container: 1200px}}@media(min-width:1440px)and (max-width:1919px){:root{--container: 1380px}}@media(min-width:1920px){:root{--container: 1440px}}.site-header,.site-header.is-scrolled{color:var(--text);background:#fff;border-bottom:1px solid var(--line);box-shadow:0 8px 28px #2020200f;-webkit-backdrop-filter:none;backdrop-filter:none}.header-topbar{min-height:32px;display:flex;align-items:center;color:#fff;background:var(--primary);font-size:11px}.header-topbar__inner,.header-topbar__group,.header-contact{display:flex;align-items:center}.header-topbar__inner{min-height:32px;justify-content:space-between;gap:28px}.header-topbar__group{gap:28px;white-space:nowrap}.header-topbar a{color:inherit;opacity:.92;transition:opacity .2s ease}.header-topbar a:hover{opacity:1}.header__inner{min-height:78px;gap:32px}.header__nav{position:static;display:flex;align-items:stretch;justify-content:center;gap:6px;margin-left:auto}.header__nav a:after{display:none}.nav-item{position:relative;display:flex;align-items:center}.nav-item>a{min-height:78px;padding:0 15px;display:flex;align-items:center;gap:6px;color:var(--text);font-size:13px;font-weight:500;white-space:nowrap;transition:color .2s ease,background-color .2s ease}.nav-item:hover>a{color:var(--primary);background:var(--surface-soft)}.nav-chevron{font-size:15px;line-height:1;transform:translateY(-1px)}.nav-submenu{position:absolute;z-index:80;top:calc(100% - 1px);left:0;width:255px;padding:9px;display:grid;gap:2px;visibility:hidden;opacity:0;transform:translateY(8px);background:#fff;border:1px solid var(--line);border-radius:0 0 14px 14px;box-shadow:0 20px 45px #2020201f;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.nav-item:hover .nav-submenu,.nav-item:focus-within .nav-submenu{visibility:visible;opacity:1;transform:translateY(0)}.nav-submenu a{min-height:40px;padding:0 12px;display:flex;align-items:center;color:#414752;border-radius:8px;font-size:12px;font-weight:500;transition:color .2s ease,background-color .2s ease}.nav-submenu a:hover{color:var(--primary);background:var(--surface-soft)}.header-contact{gap:18px;flex:0 0 auto}.header-phone{display:inline-flex;align-items:center;gap:8px;color:var(--text);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;white-space:nowrap}.header-phone span{color:var(--primary)}.site-header .button--small{color:#fff;background:var(--primary);border-color:var(--primary)}.menu-toggle{display:none;width:42px;height:42px;padding:10px;flex-direction:column;justify-content:center;gap:5px;background:transparent;border:1px solid var(--line);border-radius:9px;cursor:pointer}.menu-toggle span{width:100%;height:2px;background:var(--text)}.hero{min-height:650px;margin-top:0}.hero__slide{padding:170px 0 90px}.hero h1,.hero h2{max-width:820px;font-size:clamp(2rem,3.05vw,2.75rem);line-height:1.08;letter-spacing:-.03em}.hero p{max-width:650px;margin-top:18px;font-size:16px}.page-intro{padding:62px 0 66px;background:var(--bg);border-bottom:0}.page-intro__inner{max-width:none}.page-intro__heading{max-width:920px;margin-bottom:30px}.page-intro .eyebrow{margin-bottom:9px}.page-intro h1{max-width:880px;margin:0;font-size:clamp(2rem,3.05vw,2.75rem);line-height:1.08;letter-spacing:-.03em;text-wrap:balance}.page-intro__heading>p{max-width:760px;margin:13px 0 0;color:var(--muted);font-size:15px;line-height:1.65}.page-intro__facts{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.fact-card{min-height:190px;padding:24px;display:flex;flex-direction:column;justify-content:space-between;background:#fff;border-radius:14px;box-shadow:0 8px 28px #2020200b;transition:transform .25s ease,box-shadow .25s ease}.fact-card:hover{transform:translateY(-5px);box-shadow:0 18px 42px #1b3b9d1c}.fact-card strong{max-width:260px;color:var(--text);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:21px;line-height:1.15;letter-spacing:-.02em}.fact-card p{margin:30px 0 0;color:var(--muted);font-size:13px;line-height:1.58}.section{padding:76px 0}.section-heading{margin-bottom:28px}.section-heading h2,.about-copy h2,.cta-copy h2{font-size:clamp(1.9rem,2.8vw,2.75rem);line-height:1.08;letter-spacing:-.03em}.catalog-grid{gap:10px}.catalog-card h3,.advantage-card h3{font-size:18px}.catalog-card p{margin-bottom:12px}.category-tags{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 15px}.category-tags span{min-height:25px;padding:4px 10px;display:inline-flex;align-items:center;color:#fff;background:var(--primary);border-radius:4px;font-size:11px;font-weight:600;line-height:1.15;white-space:nowrap}.catalog-card ul{padding-top:14px}.clients{padding:64px 0 68px}.clients .section-heading{margin-bottom:20px}.logo-slider{--logos-visible: 6}.logo-slider__top{margin-bottom:16px;display:flex;align-items:center;justify-content:space-between;gap:24px}.logo-slider__top p{max-width:660px;margin:0;color:#ffffffb3;font-size:13px;line-height:1.55}.logo-slider__controls{display:flex;gap:8px}.logo-slider__controls button{width:40px;height:40px;display:grid;place-items:center;color:#fff;background:transparent;border:1px solid rgba(255,255,255,.38);border-radius:50%;font-size:18px;cursor:pointer;transition:color .2s ease,background-color .2s ease}.logo-slider__controls button:hover{color:var(--primary-dark);background:#fff}.logo-slider__viewport{width:100%;overflow:hidden}.logo-slider__track{display:flex;gap:12px;will-change:transform}.logo-slide{min-width:0;flex:0 0 calc((100% - (var(--logos-visible) - 1) * 12px) / var(--logos-visible))}.logo-slide span{height:100px;padding:15px;display:grid;place-items:center;color:var(--text);background:#fff;border-radius:12px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;font-weight:600;letter-spacing:.03em;text-align:center;text-transform:uppercase;transition:color .2s ease,transform .2s ease}.logo-slide:hover span{color:var(--primary);transform:translateY(-3px)}.review-card{min-height:340px}.review-card__more{display:inline-flex;align-items:center;gap:8px;width:fit-content;margin-top:18px;color:var(--primary);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;font-weight:500;line-height:1.2;transition:color .2s ease,transform .2s ease}.review-card__more:after{content:"→";font-size:16px;line-height:1}.review-card__more:hover{color:var(--primary-dark);transform:translate(3px)}@media(max-width:1200px){.header-contact .button,.header-topbar__group span:nth-child(2){display:none}.page-intro__facts{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:1000px){:root{--container: calc(100% - 32px) ;--header-height: 102px}.header-topbar__group{gap:16px}.header-topbar__group--links,.header-topbar__group span:nth-child(2),.header-topbar__group a{display:none}.header__inner{position:relative;min-height:70px}.menu-toggle{display:flex;margin-left:auto}.header-contact{display:none}.header__nav{position:absolute;top:calc(100% + 1px);left:0;right:0;max-height:calc(100vh - var(--header-height));padding:10px;display:none;overflow-y:auto;background:#fff;border:1px solid var(--line);border-radius:0 0 14px 14px;box-shadow:0 20px 45px #2020201f}.header__nav.is-open{display:grid}.nav-item{display:block}.nav-item>a{min-height:46px;justify-content:space-between;border-radius:8px}.nav-submenu{position:static;width:auto;max-height:0;padding:0 10px;overflow:hidden;visibility:visible;opacity:1;transform:none;border:0;box-shadow:none;transition:max-height .25s ease,padding .25s ease}.nav-item.is-expanded .nav-submenu{max-height:320px;padding:6px 10px 10px}.hero__slide{padding-top:152px}}@media(max-width:760px){:root{--container: calc(100% - 28px) }.brand__text small{display:none}.hero{min-height:590px}.hero__slide{padding:142px 0 78px}.page-intro{padding:46px 0 50px}.page-intro h1,.hero h1,.hero h2,.section-heading h2,.about-copy h2,.cta-copy h2{font-size:clamp(1.75rem,8.5vw,2.25rem)}.page-intro__facts{grid-template-columns:1fr}.fact-card{min-height:160px}.catalog-grid{gap:10px}.category-tags{gap:4px}.category-tags span{min-height:22px;padding:3px 7px;font-size:9px}.logo-slider__top{align-items:flex-end}.logo-slider__top p{font-size:12px}.logo-slide span{height:82px;font-size:10px}}@media(max-width:480px){.header-topbar__group span:first-child{font-size:10px}.page-intro__heading{margin-bottom:22px}.fact-card{padding:20px}.fact-card strong{font-size:19px}}.site-header{position:relative;overflow:visible}.site-header .header__inner,.site-header .header__nav,.site-header .nav-item--catalog{position:static!important}.site-header .nav-submenu--catalog{position:absolute;z-index:120;top:100%;left:50%;right:auto;width:var(--container);max-width:calc(100vw - 40px);max-height:calc(100vh - 125px);padding:20px;overflow-x:hidden;overflow-y:auto;box-sizing:border-box;transform:translate(-50%,8px);border-radius:0 0 16px 16px}.site-header .nav-item--catalog:hover .nav-submenu--catalog,.site-header .nav-item--catalog:focus-within .nav-submenu--catalog{transform:translate(-50%)}.catalog-menu__grid{width:100%;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;align-items:start}.catalog-menu__group{min-width:0;height:100%;padding:18px;background:var(--bg);border-radius:12px}.catalog-menu__title{min-height:auto!important;padding:0 0 12px!important;display:block!important;color:var(--text)!important;border-bottom:1px solid var(--line);border-radius:0!important;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px!important;font-weight:700!important;line-height:1.2;white-space:normal!important}.catalog-menu__title:hover{color:var(--primary)!important;background:transparent!important}.catalog-menu__links{display:grid;gap:2px;padding-top:9px}.catalog-menu__links a{min-height:auto!important;padding:8px 0!important;align-items:flex-start!important;color:#4a5160!important;background:transparent!important;border-radius:0!important;font-size:12px!important;font-weight:500!important;line-height:1.35;white-space:normal!important}.catalog-menu__links a:hover{color:var(--primary)!important;transform:translate(3px)}.nav-submenu--services{width:290px}@media(max-width:1439px)and (min-width:1201px){.catalog-menu__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:1200px)and (min-width:1001px){.nav-item>a{padding-inline:9px;font-size:12px}.site-header .nav-submenu--catalog{padding:16px}.catalog-menu__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.catalog-menu__group{padding:15px}.catalog-menu__title{font-size:15px!important}.catalog-menu__links a{font-size:11px!important}}@media(max-width:1000px){.site-header .nav-item--catalog{position:relative!important}.site-header .nav-submenu--catalog{position:static;width:auto;max-width:none;max-height:0;padding:0 10px;overflow:hidden;visibility:visible;opacity:1;transform:none;border:0;border-radius:0;box-shadow:none;transition:max-height .3s ease,padding .3s ease}.site-header .nav-item--catalog.is-expanded .nav-submenu--catalog{max-height:2400px;padding:8px 10px 14px}.catalog-menu__grid{grid-template-columns:1fr;gap:7px}.catalog-menu__group{height:auto;padding:14px}.catalog-menu__title{font-size:15px!important}.catalog-menu__links a{padding:7px 0!important;font-size:12px!important}.nav-submenu--services{width:auto}}.site-header{position:fixed;z-index:100;inset:0 0 auto;width:100%;overflow:visible;color:var(--text, #202020);background:#fff;border-bottom:1px solid var(--line, #e5e8ef);box-shadow:0 8px 28px #2020200f}.site-header.is-scrolled{box-shadow:0 12px 32px #20202017}.site-page--inner main{padding-top:var(--site-header-height, 110px)}.site-page--inner{scroll-padding-top:calc(var(--site-header-height, 110px) + 20px)}.site-header .header-topbar{min-height:32px;display:flex;align-items:center;color:#fff;background:var(--primary, #2d58d9);font-size:11px}.site-header .header-topbar__inner,.site-header .header-topbar__group,.site-header .header-contact{display:flex;align-items:center}.site-header .header-topbar__inner{min-height:32px;justify-content:space-between;gap:28px}.site-header .header-topbar__group{gap:28px;white-space:nowrap}.site-header .header-topbar a{color:inherit;opacity:.92}.site-header .header__inner{min-height:78px;display:flex;align-items:center;gap:28px}.site-header .header__nav{margin-left:auto}.site-header .header-contact{gap:16px;flex:0 0 auto}.site-header .header-phone{display:inline-flex;align-items:center;gap:8px;color:var(--text, #202020);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;white-space:nowrap}.site-header .header-phone span{color:var(--primary, #2d58d9)}.site-header .button--small{color:#fff;background:var(--primary, #2d58d9);border-color:var(--primary, #2d58d9)}.site-footer{color:#fff;background:var(--text, #202020)}.site-footer .footer-grid{padding-top:58px;padding-bottom:44px}.site-footer .brand,.site-footer a{color:#fff}.site-footer p,.site-footer span{color:#ffffffad}.site-footer .footer-bottom{border-top:1px solid rgba(255,255,255,.12)}.site-breadcrumbs{margin:0 0 24px}.site-breadcrumbs ol{margin:0;padding:0;display:flex;flex-wrap:wrap;align-items:center;gap:8px;list-style:none;color:var(--muted, #6d7482);font-size:12px;line-height:1.4}.site-breadcrumbs li{display:inline-flex;align-items:center;gap:8px}.site-breadcrumbs li:not(:last-child):after{content:"/";color:#a4aab5}.site-breadcrumbs a{color:var(--primary, #2d58d9)}.site-breadcrumbs a:hover{text-decoration:underline;text-underline-offset:3px}@media(max-width:1200px){.site-header .header-contact .button,.site-header .header-topbar__group span:nth-child(2){display:none}}@media(max-width:1000px){.site-header .header-topbar__group--links,.site-header .header-topbar__group span:nth-child(2),.site-header .header-topbar__group a{display:none}.site-header .header__inner{position:relative;min-height:70px}.site-header .menu-toggle{display:flex;margin-left:auto}.site-header .header-contact{display:none}}@media(max-width:640px){.site-header .brand__text small{display:none}.site-header .header-topbar__group span:first-child{font-size:10px}.site-breadcrumbs{margin-bottom:18px}}.site-header .brand--image{width:205px;flex:0 0 auto}.site-header .brand--image img,.site-footer .brand--image img{width:100%;height:auto;object-fit:contain}.site-header .header__inner{min-height:86px;gap:22px}.site-header .header__nav{gap:clamp(14px,1.35vw,24px)}.site-header .header__nav>.nav-item>a{font-size:12px;white-space:nowrap}.header-contacts{display:flex;align-items:center;gap:18px;flex:0 0 auto}.header-contact-stack{min-width:max-content;display:grid;gap:4px}.header-contact-primary{color:var(--text);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px;font-weight:700;line-height:1.1;white-space:nowrap}.header-contact-action{width:fit-content;color:var(--primary);font-size:10px;font-weight:700;line-height:1.2;text-decoration:underline;text-decoration-color:#2d58d959;text-underline-offset:3px}.header-contact-action:hover{color:var(--primary-dark)}.header-mobile-contacts{display:none}.site-footer .footer-grid--expanded{padding-top:62px;padding-bottom:48px;display:grid;grid-template-columns:minmax(260px,1.25fr) repeat(3,minmax(175px,.75fr));gap:clamp(34px,4vw,70px);align-items:start}.footer-company{max-width:360px}.site-footer .brand--footer.brand--image{width:218px;padding:10px 12px;display:block;background:#fff;border-radius:12px}.footer-company>p{margin:24px 0 22px;font-size:13px;line-height:1.7}.footer-phone,.footer-email{width:fit-content;display:block;font-weight:700}.footer-phone{font-size:20px}.footer-email{margin-top:9px;color:#ffffffc7!important;font-size:13px}.footer-column{display:grid;align-content:start;gap:10px}.footer-column>strong{margin-bottom:8px;color:#fff;font-size:14px}.footer-column a{color:#ffffffad!important;font-size:12px;line-height:1.4;transition:color .2s ease,transform .2s ease}.footer-column a:hover{color:#fff!important;transform:translate(3px)}.footer-socials{margin-top:20px;display:flex;gap:9px}.footer-socials a{width:38px;height:38px;display:grid;place-items:center;color:#fff;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:50%;transition:background-color .2s ease,transform .2s ease}.footer-socials a:hover{background:var(--primary);transform:translateY(-2px)}.footer-socials svg{width:19px;height:19px;fill:currentColor}.site-footer .footer-bottom{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px;font-size:12px}@media(max-width:1380px){.site-header .brand--image{width:176px}.site-header .header__inner{gap:16px}.site-header .header__nav,.header-contacts{gap:12px}.header-contact-primary{font-size:11px}}@media(max-width:1180px)and (min-width:1001px){.header-contact-stack--email{display:none}}@media(max-width:1000px){.site-header .brand--image{width:185px}.site-header .header-contacts{display:none}.site-header .header-mobile-contacts{margin-top:10px;padding:18px;display:grid;grid-template-columns:1fr 1fr;gap:18px;background:#f5f7fb;border-radius:12px}.site-header .header-mobile-contacts .header-contact-primary{font-size:13px}.site-footer .footer-grid--expanded{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.site-header .brand--image{width:162px}.site-header .header-mobile-contacts{grid-template-columns:1fr}.site-footer .footer-grid--expanded{grid-template-columns:1fr;gap:32px}.site-footer .footer-bottom{padding:20px 0;align-items:flex-start;flex-direction:column}}.site-footer .footer-grid--expanded{grid-template-columns:minmax(220px,1.2fr) repeat(3,minmax(140px,.76fr)) minmax(185px,.92fr);gap:30px}.site-footer .footer-contacts{min-width:0;display:grid;align-content:start;gap:10px}.site-footer .footer-contacts>strong{margin-bottom:8px;color:#fff;font-size:14px}.site-footer .footer-contacts>span{font-size:12px;line-height:1.55}.site-footer .footer-contacts .footer-phone{color:#fff!important;font-size:17px!important;font-weight:700}.site-footer .brand--footer-image img{width:205px;height:auto}.site-header .header-contact-primary{display:inline-flex;align-items:center;gap:6px}.site-header .header-contact-primary span{color:var(--primary)}@media(max-width:1180px){.site-footer .footer-grid--expanded{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.site-footer .footer-grid--expanded{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer .footer-company{grid-column:1 / -1}}@media(max-width:620px){.site-footer .footer-grid--expanded{grid-template-columns:1fr}.site-footer .footer-company{grid-column:auto}}h1{font-size:48px!important;line-height:1.12!important}h2{font-size:40px!important;line-height:1.16!important}h3{font-size:28px!important;line-height:1.22!important}h4{font-size:24px!important;line-height:1.25!important}h5{font-size:22px!important;line-height:1.3!important}h6{font-size:18px!important;line-height:1.35!important}.site-header .brand__logo,.site-footer .brand--footer-image img{width:170px!important;height:auto}.site-header .header__nav>.nav-item>a,.site-header .header-contact-primary,.site-footer .footer-column>a,.site-footer .footer-email,.site-footer .footer-phone{font-size:15px!important}.site-footer .footer-column>strong{font-size:15px}.hero,.hero__slider,.hero__slide{min-height:70vh!important;height:70vh}.hero__slide{padding-top:calc(var(--site-header-height,110px) + 20px);padding-bottom:70px}.category-hero--text-only .category-hero__grid{grid-template-columns:minmax(0,1fr)}.category-hero--text-only .category-hero__content{max-width:980px;padding-block:20px 34px}@media(max-width:1000px){.site-header .header-mobile-contacts .header-contact-primary{font-size:15px!important}.hero,.hero__slider,.hero__slide{min-height:70vh!important;height:70vh}}.catalog-description-block{padding:74px 0;background:#fff;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.catalog-description-block__inner{display:grid;grid-template-columns:minmax(280px,.82fr) minmax(0,1.18fr);gap:clamp(36px,6vw,86px);align-items:start}.catalog-description-block__heading h2{max-width:620px;margin:10px 0 0;font-size:clamp(28px,3vw,42px);line-height:1.08;letter-spacing:-.035em}.catalog-description-block__copy{padding-top:26px}.catalog-description-block__copy p{margin:0;color:#4b5565;font-size:16px;line-height:1.78}.catalog-description-block__copy p+p{margin-top:18px}.catalog-description-block--product{padding:72px 0}.catalog-description-block--product .product-description .eyebrow{display:inline-flex}.catalog-description-block--product .product-description h2{max-width:680px}.recently-viewed-section{padding:78px 0;background:#f3f6fb;border-top:1px solid #e3e8f1}.recently-viewed-section__heading{margin-bottom:30px;display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,430px);gap:36px;align-items:end}.recently-viewed-section__heading h2{margin:8px 0 0;font-size:clamp(28px,3vw,42px);line-height:1.08;letter-spacing:-.035em}.recently-viewed-section__heading>p{margin:0;color:var(--muted);font-size:14px;line-height:1.65}.recently-viewed-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.recently-viewed-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;background:#fff;border:1px solid #e1e7f0;border-radius:16px;box-shadow:0 12px 34px #18316f0f;transition:transform .22s ease,box-shadow .22s ease}.recently-viewed-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px #18316f1c}.recently-viewed-card__image{aspect-ratio:1.7;overflow:hidden;background:#dfe6f3}.recently-viewed-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.recently-viewed-card:hover .recently-viewed-card__image img{transform:scale(1.035)}.recently-viewed-card__body{flex:1;padding:20px;display:flex;flex-direction:column}.recently-viewed-card__body>span{color:var(--primary);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.recently-viewed-card h3{margin:9px 0 0;font-size:20px;line-height:1.18;letter-spacing:-.02em}.recently-viewed-card h3 a{color:inherit}.recently-viewed-card p{margin:12px 0 0;color:var(--muted);font-size:13px;line-height:1.58}.recently-viewed-card__more{width:fit-content;margin-top:auto;padding-top:18px;color:var(--primary);font-size:13px;font-weight:700}.recently-viewed-empty{padding:34px;color:var(--muted);background:#fff;border:1px dashed #cbd4e3;border-radius:14px;text-align:center}@media(max-width:1000px){.catalog-description-block__inner,.recently-viewed-section__heading{grid-template-columns:1fr;gap:18px}.catalog-description-block__copy{padding-top:0}.recently-viewed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:680px){.catalog-description-block,.catalog-description-block--product,.recently-viewed-section{padding:52px 0}.recently-viewed-grid{grid-template-columns:1fr}}.site-page--home .page-intro__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch;gap:16px}.site-page--home .page-intro__facts .fact-card{min-width:0;min-height:0;height:100%;padding:0;display:grid;grid-template-columns:minmax(150px,36%) minmax(0,1fr);align-items:stretch;overflow:hidden;background:#fff;border:1px solid #e4e8f0;border-radius:16px;box-shadow:0 10px 30px #2020200f}.site-page--home .page-intro__facts .fact-card:before{content:"";display:block;width:100%;min-height:180px;aspect-ratio:1.08 / 1;background-position:center;background-repeat:no-repeat;background-size:cover}.site-page--home .page-intro__facts .fact-card:nth-child(1):before{background-image:url(https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=900&q=82)}.site-page--home .page-intro__facts .fact-card:nth-child(2):before{background-image:url(https://images.unsplash.com/photo-1565008447742-97f6f38c985c?auto=format&fit=crop&w=900&q=82)}.site-page--home .page-intro__facts .fact-card:nth-child(3):before{background-image:url(https://images.unsplash.com/photo-1541888946425-d81bb19240f5?auto=format&fit=crop&w=900&q=82)}.site-page--home .page-intro__facts .fact-card:nth-child(4):before{background-image:url(https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=900&q=82)}.site-page--home .page-intro__facts .fact-card strong,.site-page--home .page-intro__facts .fact-card p{grid-column:2;margin-left:24px;margin-right:24px}.site-page--home .page-intro__facts .fact-card strong{align-self:end;max-width:none;margin-top:24px;margin-bottom:0}.site-page--home .page-intro__facts .fact-card p{align-self:start;margin-top:12px;margin-bottom:24px}@media(max-width:1100px){.site-page--home .page-intro__facts{grid-template-columns:1fr}.site-page--home .page-intro__facts .fact-card{grid-template-columns:minmax(170px,30%) minmax(0,1fr)}}@media(max-width:640px){.site-page--home .page-intro__facts .fact-card{grid-template-columns:118px minmax(0,1fr)}.site-page--home .page-intro__facts .fact-card:before{min-height:150px;aspect-ratio:auto}.site-page--home .page-intro__facts .fact-card strong,.site-page--home .page-intro__facts .fact-card p{margin-left:16px;margin-right:16px}.site-page--home .page-intro__facts .fact-card strong{margin-top:18px;font-size:18px}.site-page--home .page-intro__facts .fact-card p{margin-top:8px;margin-bottom:18px}}:where(main>section:not(.hero),main>article>section,.product-page>section,.svsiu-system-content>section,.svsiu-element-page>section,[data-category-root]>section,[data-product-root]>section){box-sizing:border-box;padding-top:48px!important;padding-bottom:48px!important}:where(main>section:not(.hero),main>article>section,.product-page>section,.svsiu-system-content>section,.svsiu-element-page>section,[data-category-root]>section,[data-product-root]>section)>:where(.container,.container-wide){min-height:1px}@media(max-width:760px){:where(main>section:not(.hero),main>article>section,.product-page>section,.svsiu-system-content>section,.svsiu-element-page>section,[data-category-root]>section,[data-product-root]>section){padding-top:48px!important;padding-bottom:48px!important}}.recently-viewed-section--slider .recently-viewed-section__heading{grid-template-columns:minmax(0,1fr) minmax(260px,430px) auto}.recently-viewed-slider__controls{display:flex;gap:8px;align-self:end}.recently-viewed-slider__controls[hidden]{display:none}.recently-viewed-slider__controls button{width:44px;height:44px;display:grid;place-items:center;color:var(--text);background:#fff;border:1px solid #d8dfeb;border-radius:10px;font-size:18px;cursor:pointer;transition:color .2s ease,border-color .2s ease,transform .2s ease}.recently-viewed-slider__controls button:hover{color:var(--primary);border-color:var(--primary);transform:translateY(-2px)}.recently-viewed-slider__viewport{width:100%;overflow:hidden}.recently-viewed-section--slider .recently-viewed-grid{display:flex;align-items:stretch;gap:14px;transition:transform .45s ease;will-change:transform}.recently-viewed-section--slider .recently-viewed-card{flex:0 0 calc((100% - (var(--recent-visible) - 1) * 14px) / var(--recent-visible));min-width:0;height:auto}.recently-viewed-section--slider .recently-viewed-card__body{min-height:230px}@media(max-width:1099px){.recently-viewed-section--slider .recently-viewed-section__heading{grid-template-columns:1fr auto}.recently-viewed-section--slider .recently-viewed-section__heading>p{grid-column:1 / -1;grid-row:2}.recently-viewed-slider__controls{grid-column:2;grid-row:1}}@media(max-width:699px){.recently-viewed-section--slider .recently-viewed-section__heading{grid-template-columns:1fr auto;gap:14px}.recently-viewed-slider__controls button{width:40px;height:40px}.recently-viewed-section--slider .recently-viewed-card__body{min-height:0}}@media(prefers-reduced-motion:reduce){.recently-viewed-section--slider .recently-viewed-grid{transition:none}}.svsiu-tables-combined{background:#f5f7fb}.svsiu-tables-combined__layout{display:grid;grid-template-columns:minmax(320px,.82fr) minmax(0,1.45fr);gap:28px;align-items:start}.svsiu-tables-combined__tables{min-width:0;display:grid;gap:24px}.svsiu-tables-combined__panel{min-width:0;padding:28px;background:#fff;border:1px solid #e2e7f0;border-radius:16px;box-shadow:0 10px 30px #2020200d}.svsiu-tables-combined__panel .technical-heading{display:block;margin-bottom:22px}.svsiu-tables-combined__panel .technical-heading>div,.svsiu-tables-combined__panel .technical-heading>p{max-width:none}.svsiu-tables-combined__panel .technical-heading>p{margin-top:12px}.svsiu-tables-combined__panel .technical-table-wrap{margin-top:0}.svsiu-tables-gallery{position:sticky;top:calc(var(--header-height, 110px) + 20px);min-width:0;padding:14px;background:#fff;border:1px solid #e2e7f0;border-radius:16px;box-shadow:0 10px 30px #2020200d}.svsiu-tables-gallery__main{aspect-ratio:4 / 5;overflow:hidden;background:#e8ecf3;border-radius:12px}.svsiu-tables-gallery__main img{width:100%;height:100%;display:block;object-fit:cover}.svsiu-tables-gallery__thumbs{margin-top:12px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.svsiu-tables-gallery__thumb{position:relative;aspect-ratio:1 / 1;padding:0;overflow:hidden;background:#e8ecf3;border:2px solid transparent;border-radius:9px;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.svsiu-tables-gallery__thumb:hover,.svsiu-tables-gallery__thumb.is-active{border-color:var(--primary);transform:translateY(-2px)}.svsiu-tables-gallery__thumb img{width:100%;height:100%;display:block;object-fit:cover}@media(max-width:1100px){.svsiu-tables-combined__layout{grid-template-columns:1fr}.svsiu-tables-gallery{position:static}.svsiu-tables-gallery__main{aspect-ratio:16 / 9}}@media(max-width:640px){.svsiu-tables-combined__layout,.svsiu-tables-combined__tables{gap:16px}.svsiu-tables-combined__panel{padding:20px;border-radius:12px}.svsiu-tables-gallery{padding:10px;border-radius:12px}.svsiu-tables-gallery__main{aspect-ratio:4 / 3}.svsiu-tables-gallery__thumbs{gap:6px}}.svsiu-element-description-drawing{background:#fff}.svsiu-element-description-drawing__grid{display:grid;grid-template-columns:minmax(300px,.86fr) minmax(0,1.14fr);gap:28px;align-items:stretch}.svsiu-element-description-drawing__content,.svsiu-element-description-drawing__media{min-width:0}.svsiu-element-description-drawing__content{padding:32px;background:#f5f7fb;border:1px solid #e2e7f0;border-radius:18px}.svsiu-element-description-drawing__content h2{margin:8px 0 18px}.svsiu-element-description-drawing__content p{margin:0;color:var(--muted);font-size:15px;line-height:1.72}.svsiu-element-description-drawing__content p+p{margin-top:14px}.svsiu-element-description-drawing__content dl{margin:26px 0 0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.svsiu-element-description-drawing__content dl div{padding:14px 16px;background:#fff;border:1px solid #e2e7f0;border-radius:12px}.svsiu-element-description-drawing__content dt{color:var(--muted);font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase}.svsiu-element-description-drawing__content dd{margin:6px 0 0;color:var(--text);font-size:14px;font-weight:700}.svsiu-drawing-preview{position:relative;width:100%;height:100%;min-height:480px;padding:0;overflow:hidden;display:block;background:#eef3fb;border:1px solid #d7dfec;border-radius:18px;cursor:zoom-in;box-shadow:0 16px 42px #192b5c14}.svsiu-drawing-preview:hover .svsiu-technical-drawing{transform:scale(1.018)}.svsiu-drawing-preview__zoom{position:absolute;right:16px;bottom:16px;padding:10px 14px;color:#fff;background:#173c9aeb;border-radius:999px;font-size:12px;font-weight:700;pointer-events:none}.svsiu-technical-drawing{width:100%;height:100%;min-height:480px;display:block;transition:transform .25s ease}.drawing-paper{fill:#fbfdff}.drawing-grid-line{fill:none;stroke:#dce6f4;stroke-width:1}.drawing-system{fill:#245be0;font-size:18px;font-weight:800;letter-spacing:.08em}.drawing-title{fill:#182238;font-size:27px;font-weight:800}.drawing-object{fill:#245be00f;stroke:#173c9a;stroke-width:7;stroke-linejoin:round;stroke-linecap:round}.drawing-object circle{fill:#fbfdff}.drawing-dimension{stroke:#6e7f9b;stroke-width:2;marker-start:none;marker-end:none}.drawing-dimension-label{fill:#40516d;font-size:20px;font-weight:700}.drawing-stamp{fill:none;stroke:#6e7f9b;stroke-width:1.6}.drawing-stamp text{fill:#34445f;stroke:none;font-size:13px;font-weight:600}.drawing-note{fill:#7888a2;font-size:13px}.svsiu-drawing-modal[hidden]{display:none}.svsiu-drawing-modal{position:fixed;z-index:400;inset:0;display:grid;place-items:center;padding:24px}.svsiu-drawing-modal__backdrop{position:absolute;inset:0;background:#0d162bd1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.svsiu-drawing-modal__dialog{position:relative;z-index:1;width:min(1260px,96vw);height:min(860px,92vh);overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:18px;box-shadow:0 30px 90px #00000059}.svsiu-drawing-modal__toolbar{min-height:58px;padding:10px 14px 10px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;color:#4c5d78;background:#f5f7fb;border-bottom:1px solid #e2e7f0;font-size:13px}.svsiu-drawing-modal__toolbar button{width:38px;height:38px;padding:0;display:grid;place-items:center;color:#fff;background:#173c9a;border:0;border-radius:50%;font-size:24px;line-height:1;cursor:pointer}.svsiu-drawing-modal__viewport{flex:1;min-height:0;overflow:auto;display:grid;place-items:center;background:#eaf0f8;cursor:zoom-in}.svsiu-drawing-modal__viewport .svsiu-technical-drawing{width:min(1180px,100%);height:auto;min-height:0;transform-origin:center;transition:transform .25s ease}.svsiu-drawing-modal__viewport.is-zoomed{place-items:start center;cursor:zoom-out}.svsiu-drawing-modal__viewport.is-zoomed .svsiu-technical-drawing{transform:scale(1.55);margin:210px 0}body.svsiu-drawing-modal-open{overflow:hidden}@media(max-width:980px){.svsiu-element-description-drawing__grid{grid-template-columns:1fr}.svsiu-drawing-preview,.svsiu-technical-drawing{min-height:380px}}@media(max-width:640px){.svsiu-element-description-drawing__content{padding:22px;border-radius:14px}.svsiu-element-description-drawing__content dl{grid-template-columns:1fr}.svsiu-drawing-preview,.svsiu-technical-drawing{min-height:300px}.svsiu-drawing-modal{padding:10px}.svsiu-drawing-modal__dialog{width:100%;height:94vh;border-radius:14px}.svsiu-drawing-modal__toolbar span{max-width:220px;font-size:11px}}.svsiu-technical-drawing--uploaded{width:100%;height:100%;min-height:480px;padding:22px;object-fit:contain;background:#fff}.svsiu-drawing-preview:hover .svsiu-technical-drawing--uploaded{transform:scale(1.018)}.svsiu-drawing-modal__viewport .svsiu-technical-drawing--uploaded-modal{width:min(1180px,100%);height:auto;min-height:0;max-height:none;padding:28px;object-fit:contain;background:#fff;transform-origin:center}.svsiu-drawing-modal__viewport.is-zoomed .svsiu-technical-drawing--uploaded-modal{transform:scale(1.55);margin:210px 0}@media(max-width:980px){.svsiu-technical-drawing--uploaded{min-height:380px}}@media(max-width:640px){.svsiu-technical-drawing--uploaded{min-height:300px;padding:12px}.svsiu-drawing-modal__viewport .svsiu-technical-drawing--uploaded-modal{padding:12px}}
