:root{--bg-main: #e8eaed;--text-main: #161616;--text-muted: #666666;--white: #ffffff;--black: #161616;--dark: #0d0d0f;--blue: #2a0ce5;--red: #da1e1e;--radius-xl: 28px;--radius-lg: 20px;--radius-md: 16px;--container: 1400px;--page-footer-gap: clamp(28px, 2.4vw, 36px)}*{box-sizing:border-box}html,body,#root{margin:0;min-height:100%}html{scroll-behavior:smooth}body{font-family:Inter,Segoe UI,Arial,sans-serif;background:var(--bg-main);color:var(--text-main);overflow-x:clip}body.menu-open{overflow:hidden}img{max-width:100%;display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.adaptive-media{display:block;width:100%;height:auto;object-fit:cover;object-position:var(--adaptive-media-position, 50% 50%)}.adaptive-media--image.adaptive-media--gentle{transform-origin:center;will-change:transform;animation:adaptive-media-gentle 13s ease-in-out infinite alternate}@keyframes adaptive-media-gentle{0%{transform:scale(1.03) translate3d(-.3%,-.2%,0)}to{transform:scale(1.03) translate3d(.3%,.2%,0)}}a{color:inherit;text-decoration:none}.container{width:min(100%,var(--container));margin:0 auto;padding-inline:20px}.page{min-height:100vh}.page>section:last-of-type{padding-bottom:var(--page-footer-gap)}.section-light{background:var(--bg-main)}.title-xl{margin:0;font-weight:600;font-size:clamp(46px,7vw,88px);line-height:.95;letter-spacing:-.02em}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;border-radius:25px;min-height:67px;padding:25px 69px;font-size:clamp(20px,1.66vw,24px);font-family:inherit;font-weight:400;line-height:1.04;text-align:center;white-space:nowrap;vertical-align:middle;transition:transform .2s ease,opacity .2s ease,background-color .2s ease,color .2s ease}.btn:hover{transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn:focus-visible{outline:2px solid rgba(42,12,229,.75);outline-offset:2px}.btn:disabled{opacity:.65;cursor:not-allowed}.btn--blue{background:var(--blue);color:var(--white)}.btn--blue:hover{background:#fff;color:var(--black)}.btn--black{background:#0f1013;color:#cfcfcf}.btn--black:hover{background:#fff;color:#161616}.btn--white{background:#fff;color:#2d2d2d}.btn--white:hover{background:#666;color:#fff}.btn--secondary{background:#111318;color:#d5d5d5;min-height:40px;font-size:13px;padding:10px 22px}.btn--secondary:hover{background:#666}@media(max-width:620px){.container{padding-inline:14px}.btn{min-height:42px;font-size:13px;padding:10px 20px}.btn--secondary{min-height:34px;font-size:11px;padding:8px 12px}.title-xl{max-width:100%;overflow-wrap:anywhere;font-size:clamp(34px,10.6vw,42px);line-height:.96}}.site-header{position:relative;z-index:30;padding-top:18px}.site-header__inner{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:24px}.site-header--dark .site-header__inner.container,.hero-main__content.container{width:100%;max-width:none;padding-inline:clamp(20px,2.3vw,32px)}.site-header__logo-link{display:inline-flex;grid-column:1;justify-self:start;width:130px;height:64px;align-items:flex-start;justify-content:flex-start}.site-header__logo{width:100%;height:100%;object-fit:contain;object-position:left center}.site-header__nav{grid-column:2;justify-self:center}.site-header__nav-list{margin:0;padding:7px 24px;list-style:none;background:#fff;border-radius:50px;display:flex;align-items:center;justify-content:center;gap:26px;min-height:58px;min-width:404px}.site-header--light .site-header__nav-list,.site-header--light .lang-switch{background:#ffffffc7;border:1px solid rgba(22,22,22,.06);box-shadow:0 4px 14px #0f111809}.site-header__nav-list a{display:block;padding:10px 18px;border-radius:25px;font-size:clamp(17px,1.4vw,20px);font-weight:400;line-height:1.17;color:#232323;transition:background-color .2s ease,color .2s ease}.site-header__nav-list a:hover,.site-header__nav-list a.active,.site-header__nav-list a[aria-current=page]{background:var(--blue);color:#fff}.site-header__nav-list a:focus-visible,.site-header__menu-btn:focus-visible,.lang-switch__pill:focus-visible{outline:2px solid rgba(42,12,229,.75);outline-offset:2px}.lang-switch{display:inline-flex;grid-column:3;align-items:center;justify-content:center;justify-self:end;gap:6px;background:#fff;border-radius:50px;padding:2px 5px 2px 3px;min-width:84px}.lang-switch__pill{border:0;background:transparent;width:42px;height:42px;border-radius:50%;font-size:20px;font-weight:400;color:#696969;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .2s ease}.lang-switch__pill:hover{color:#1a1a1a}.lang-switch__pill--active{background:var(--blue);color:#fff}.site-header--dark .site-header__nav-list,.site-header--dark .lang-switch{background:#ffffffeb;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.site-header__menu-btn{display:none;border:0;border-radius:999px;min-height:34px;padding:7px 18px;font-size:14px;background:#fff;color:#222}.mobile-menu{position:fixed;inset:0;pointer-events:none;opacity:0;transition:opacity .25s ease}.mobile-menu.is-open{opacity:1;pointer-events:all}.mobile-menu__overlay{position:absolute;inset:0;border:0;padding:0;margin:0;width:100%;height:100%;background:transparent;cursor:pointer}.mobile-menu:before{content:"";position:absolute;inset:0;background:#00000073;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-menu__inner{position:absolute;top:14px;right:14px;width:min(88vw,360px);min-height:78vh;border-radius:24px;background:var(--blue);color:#fff;padding:22px;display:flex;flex-direction:column;opacity:0;transform:translateY(-8px) scale(.98);transition:transform .26s ease,opacity .26s ease}.mobile-menu.is-open .mobile-menu__inner{opacity:1;transform:translateY(0) scale(1)}.mobile-menu__logo{width:118px;margin-bottom:48px}.mobile-menu__links{list-style:none;margin:0;padding:0;display:grid;gap:16px}.mobile-menu__links li{opacity:0;transform:translateY(8px);transition:opacity .24s ease,transform .24s ease}.mobile-menu.is-open .mobile-menu__links li{opacity:1;transform:translateY(0)}.mobile-menu.is-open .mobile-menu__links li:nth-child(2){transition-delay:.04s}.mobile-menu.is-open .mobile-menu__links li:nth-child(3){transition-delay:.08s}.mobile-menu.is-open .mobile-menu__links li:nth-child(4){transition-delay:.12s}.mobile-menu__links a{font-size:36px;font-weight:600}.mobile-menu__lang-switch{margin-top:auto;display:inline-flex;align-items:center;gap:4px;width:max-content;padding:3px;border-radius:999px;background:#fffffff5}.mobile-menu__lang-switch .lang-switch__pill{color:#666}.mobile-menu__lang-switch .lang-switch__pill--active{color:#fff}.mobile-menu__copyright{margin:10px 0 0;font-size:11px;opacity:.8}@media(max-width:920px){.site-header__inner{grid-template-columns:auto 1fr auto auto}.site-header__logo-link,.site-header__nav,.lang-switch{grid-column:auto}.site-header__nav{display:none}.lang-switch{display:inline-flex;justify-self:end;transform:scale(.94);transform-origin:right center}.site-header__menu-btn{display:inline-flex;justify-self:end;align-items:center}}@media(max-width:620px){.site-header{padding-top:14px}.site-header__inner{grid-template-columns:auto minmax(0,1fr) auto;gap:10px;align-items:start}.site-header__logo{width:110px}.site-header__logo-link{width:110px;height:54px;grid-column:1}.site-header__menu-btn{grid-column:3;justify-self:end;min-height:32px;padding:6px 18px;font-size:12px}.lang-switch{display:none}.site-header--dark .site-header__inner.container,.hero-main__content.container{padding-inline:14px}}.hero-main{background:#02040b;color:#fff;position:relative;overflow:hidden;min-height:clamp(760px,67.5vw,980px)}.hero-main:before{content:"";position:absolute;inset:0;background:url(/assets/designer/hero-keyboard-background.webp) no-repeat right -88px top -68px;background-size:min(118vw,1950px);opacity:1;pointer-events:none}.hero-main:after{content:"";position:absolute;inset:0;pointer-events:none}.hero-main__content{position:relative;z-index:1;padding-top:clamp(170px,22vw,320px);padding-bottom:clamp(68px,6.5vw,96px)}.hero-main__lead{display:grid;gap:48px;max-width:753px}.hero-main__lead h1,.hero-main__lead .btn{opacity:0;transform:translateY(18px);animation:hero-enter .55s ease forwards}.hero-main__lead .btn{animation-delay:.12s;justify-self:start;min-width:347px;min-height:67px;padding:25px 69px;border-radius:25px;font-size:24px;line-height:1.04}.hero-main h1{margin:0;font-size:clamp(58px,5.7vw,82px);line-height:1.04;font-weight:600;letter-spacing:0;max-width:753px}.home-content{padding:22px 0 0}.home-intro{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.4fr);gap:26px;align-items:end}.home-intro p{margin:0;max-width:360px;font-size:clamp(20px,1.8vw,46px);line-height:1;font-weight:500}.home-robot-card{margin-top:20px;border-radius:var(--radius-xl);overflow:hidden;background:#f0f0f0;position:relative}.home-robot-card img{width:100%;height:clamp(280px,28vw,460px);object-fit:cover}.home-description-row{margin-top:18px;display:flex;justify-content:space-between;align-items:flex-end;gap:24px}.home-description{margin:0;font-size:clamp(18px,1.45vw,26px);line-height:1.15;max-width:760px}.home-services{margin-top:34px;border-top:2px solid rgba(22,22,22,.45);padding-top:20px}.home-services h3,.team-section h3,.partners-section h3,.home-blog-preview h3,.value-section h3{margin:0;font-size:clamp(28px,2.8vw,52px);line-height:1}.services-grid{margin-top:14px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card{display:grid;align-content:start;gap:14px}.service-card__image-link{display:block;border-radius:var(--radius-lg);overflow:hidden}.service-card__media{display:block;width:100%;height:clamp(160px,13vw,228px);object-fit:cover;object-position:var(--service-media-position, 50% 50%)}.service-card__media--video{animation:none}.service-card__media--image{transform-origin:center;will-change:transform;animation-duration:11s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-direction:alternate}.service-card__media--drift-circuit.service-card__media--image{animation-name:service-media-drift-circuit}.service-card__media--drift-fish.service-card__media--image{animation-name:service-media-drift-fish}.service-card__media--drift-keyboard.service-card__media--image{animation-name:service-media-drift-keyboard}@keyframes service-media-drift-circuit{0%{transform:scale(1.035) translate3d(-.45%,-.35%,0)}to{transform:scale(1.035) translate3d(.45%,.35%,0)}}@keyframes service-media-drift-fish{0%{transform:scale(1.03) translate3d(-.4%,.28%,0)}to{transform:scale(1.03) translate3d(.4%,-.28%,0)}}@keyframes service-media-drift-keyboard{0%{transform:scale(1.03) translate3d(-.35%,-.24%,0)}to{transform:scale(1.03) translate3d(.35%,.24%,0)}}.service-card h4,.service-card h2{margin:0;font-size:clamp(22px,2.1vw,40px);line-height:1.02}.service-card__arrow{font-size:clamp(18px,1.4vw,30px);line-height:1;color:#1a1a1a}.service-card__arrow-toggle{width:max-content;border:0;background:transparent;padding:0;margin:0;cursor:pointer}.service-card__arrow-toggle .service-card__arrow{display:inline-block;transform-origin:center;transition:transform .28s cubic-bezier(.22,1,.36,1),color .2s ease}.service-card__arrow-toggle:hover .service-card__arrow{color:var(--blue)}.service-card__arrow-toggle.is-open .service-card__arrow{transform:rotate(180deg)}.service-card__arrow-toggle:focus-visible{outline:2px solid rgba(42,12,229,.75);outline-offset:4px;border-radius:8px}.service-card__sub-links-wrap{display:grid;grid-template-rows:0fr;opacity:0;transform:translateY(-4px);transition:grid-template-rows .32s cubic-bezier(.22,1,.36,1),opacity .22s ease,transform .32s cubic-bezier(.22,1,.36,1)}.service-card__sub-links-wrap.is-open{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.services-grid--home .service-card:hover .service-card__sub-links-wrap,.services-grid--home .service-card:focus-within .service-card__sub-links-wrap{grid-template-rows:1fr;opacity:1;transform:translateY(0)}.service-card__sub-links-wrap .service-card__sub-links{overflow:hidden}.service-card__sub-links{display:grid;gap:3px;font-size:clamp(18px,1.55vw,28px);line-height:1}.service-card__sub-links a{width:max-content;border-bottom:1px solid transparent;color:#1f1f1f}.service-card__sub-links a:hover{color:var(--blue);border-bottom-color:var(--blue)}.services-grid--home .service-card__image-link{transition:border-radius .28s cubic-bezier(.22,1,.36,1)}.services-grid--home .service-card:hover .service-card__image-link,.services-grid--home .service-card:focus-within .service-card__image-link{border-radius:30px}.services-grid--home .service-card__image-link:hover+h4 a,.services-grid--home .service-card h4 a:hover{color:var(--blue)}.service-card__sub-links--column{font-size:clamp(18px,1.45vw,26px)}.team-section{margin-top:34px;border-top:2px solid rgba(22,22,22,.45);padding-top:28px}.team-section__head{display:flex;justify-content:space-between;align-items:flex-start;gap:42px}.team-section__head p{margin:0;font-size:clamp(26px,2vw,48px);line-height:.95;color:#5e5e5e;max-width:540px}.team-grid{margin-top:26px;display:grid;grid-template-columns:repeat(2,minmax(0,280px));gap:24px;align-items:start}.team-card{display:grid;align-content:start;gap:0}.team-card img{width:100%;aspect-ratio:1 / 1;border-radius:20px;object-fit:cover;object-position:center 24%;background:#d8d9dd}.team-card--artem img{object-position:center 18%}.team-card--saveliy img{object-position:center 14%}.team-card--mikhail img{object-position:center 30%}.team-card h4{margin:10px 0 0;font-size:clamp(20px,1.4vw,24px);line-height:1;font-weight:500}.team-card p{margin:4px 0 0;color:#666;font-size:clamp(14px,1vw,17px)}.partners-section{margin-top:34px;border-top:2px solid rgba(22,22,22,.45);padding-top:28px}.partners-grid{margin-top:26px;display:grid;grid-template-columns:repeat(2,minmax(0,280px));gap:24px;align-items:start}.partners-grid .team-card p a{color:var(--blue);text-decoration:none;background:#2a0ce514;border-radius:8px;padding:2px 8px;font-weight:500;transition:background-color .2s ease}.partners-grid .team-card p a:hover{background:#2a0ce524}.manifesto{margin-top:36px;position:relative;padding-bottom:22px}.manifesto:after{content:"";position:absolute;inset:6px 0 auto auto;width:360px;height:220px;background:radial-gradient(circle at 28% 70%,rgba(255,255,255,.65) 0 9%,transparent 10%),radial-gradient(circle at 55% 40%,rgba(255,255,255,.72) 0 18%,transparent 19%),radial-gradient(circle at 76% 20%,rgba(255,255,255,.6) 0 11%,transparent 12%),radial-gradient(circle at 90% 78%,rgba(255,255,255,.55) 0 8%,transparent 9%);opacity:.8;pointer-events:none}.manifesto h3{margin:0;font-size:clamp(40px,4.6vw,82px);line-height:.94;letter-spacing:-.03em;max-width:980px}.home-blog-preview{margin-top:30px}.home-blog-preview--dark{background:#0f1117;color:#fff;border-radius:22px;padding:28px}.home-blog-preview--dark .blog-card h4 a,.home-blog-preview--dark time{color:#fff}.home-blog-preview--dark .blog-card time{color:#ffffffb8}.home-blog-preview__more{min-height:52px;font-size:clamp(24px,1.32vw,28px);padding-inline:42px}.home-blog-preview__head{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.home-blog-preview__head h3{max-width:860px;line-height:.98}.blog-grid{margin-top:20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.blog-card{display:grid;gap:10px;align-content:start}.blog-card>a{display:block;overflow:hidden;border-radius:24px}.blog-card img{width:100%;aspect-ratio:16 / 10;height:100%;object-fit:cover;object-position:center;transition:transform .35s ease}.blog-card>a:hover img,.blog-card>a:focus-visible img{transform:scale(1.02)}.home-blog-preview--dark .blog-card:nth-child(1) img{object-position:center 42%}.home-blog-preview--dark .blog-card:nth-child(2) img{object-position:center 52%}.blog-card h4,.blog-card h2{margin:0;font-size:clamp(36px,2.2vw,46px);line-height:1.05;font-weight:500}.blog-card time{font-size:clamp(28px,1.35vw,32px);color:#626262}.value-section{margin-top:32px}.value-section__head{display:flex;justify-content:space-between;gap:20px;align-items:flex-end}.value-section__head p{margin:0;color:#666;font-size:clamp(14px,1vw,16px)}.value-grid{margin-top:14px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.value-card{border-radius:var(--radius-xl);overflow:hidden;background:#f4f4f4}.value-grid--tasks{grid-template-columns:repeat(3,minmax(0,1fr))}.value-card--task{background:#f6f6f6;border-radius:14px;padding:18px}.value-card__icon{width:58px;height:58px;margin-bottom:14px}.value-card__icon--ring{border-radius:50%;border:8px solid #151515}.value-card__icon--dot-ring{border-radius:50%;border:9px solid #151515;position:relative}.value-card__icon--dot-ring:after{content:"";position:absolute;inset:14px;border-radius:50%;background:#151515}.value-card__icon--dot{border-radius:50%;background:#151515}.value-card--task h4{margin:0;font-size:clamp(22px,1.5vw,30px)}.value-card--task p{margin:8px 0 0;color:#666;font-size:clamp(12px,.85vw,14px);line-height:1.2}.value-card img{width:100%;height:100%;object-fit:cover}.growth-section{margin-top:20px;background:#111319;border-radius:24px;color:#fff;padding:24px}.growth-section h3{margin:0;font-size:clamp(46px,3.3vw,72px);line-height:.94;max-width:700px}.growth-grid{margin-top:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.growth-card{border-radius:20px;overflow:hidden}.growth-card--benefit{background:#f3f3f3;display:grid;grid-template-rows:1fr auto}.growth-card__visual{overflow:hidden;display:flex;align-items:center;justify-content:center;padding:24px;min-height:220px}.growth-visual--chart{width:100%;max-width:420px;height:auto}.growth-visual--bars{display:flex;align-items:flex-end;gap:12px;height:200px;width:100%;max-width:320px}.growth-bar{flex:1;background:#cacaca;border-radius:16px;display:flex;align-items:flex-end;justify-content:center;padding:12px 4px;min-width:0}.growth-bar--active{background:#161616}.growth-bar span{writing-mode:vertical-rl;transform:rotate(180deg);font-size:clamp(14px,1.1vw,20px);font-weight:500;line-height:1.17;color:#161616;white-space:nowrap}.growth-bar--active span{color:#fff}.growth-visual--audience{display:flex;align-items:center;justify-content:center}.audience-group{position:relative;width:320px;height:210px}.audience-center{position:absolute;top:0;left:50%;transform:translate(-50%);width:120px;height:120px;background:#161616;border-radius:60px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:12px}.audience-center img{width:90px;height:90px;object-fit:cover}.audience-small{position:absolute;width:66px;height:66px;background:#cacaca;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px}.audience-small img{width:36px;height:36px;object-fit:cover}.audience-small--bottom{bottom:0;left:50%;transform:translate(-50%);animation:audience-float 3s ease-in-out infinite}.audience-small--left{top:105px;left:0;animation:audience-float 3s ease-in-out 1s infinite}.audience-small--right{top:105px;right:0;animation:audience-float 3s ease-in-out 2s infinite}@keyframes audience-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.audience-small--bottom{animation-name:audience-float-center}@keyframes audience-float-center{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(-8px)}}.growth-visual--counter{display:flex;align-items:center;justify-content:center}.counter-ring{width:180px;height:180px;border:20px solid #cacaca;border-radius:50%;display:flex;align-items:center;justify-content:center}.counter-ring span{font-size:clamp(32px,2.5vw,43px);font-weight:600;color:#161616;line-height:1}.growth-card__text{padding:20px}.growth-card__text h4{margin:0;font-size:clamp(18px,1.4vw,24px);font-weight:600;line-height:1.1;color:#161616}.growth-card__text p{margin:8px 0 0;font-size:clamp(13px,.95vw,16px);line-height:1.25;color:#666}.growth-section__desc{margin:48px 0 0;padding-top:32px;border-top:2px solid rgba(255,255,255,.2);font-size:clamp(32px,3vw,52px);font-weight:600;line-height:1.1;max-width:72%}.home-metrics{margin-top:64px;display:grid;grid-template-columns:repeat(2,1fr);gap:64px;margin-left:auto;max-width:75%}.home-metrics strong{display:block;font-size:clamp(90px,8vw,148px);font-weight:600;line-height:1;white-space:nowrap;min-height:1em}.home-metrics p{margin:20px 0 0;font-size:clamp(16px,1.2vw,22px);color:#ffffffc7;max-width:360px;line-height:1.3;position:relative}.testimonials{margin-top:26px;padding-bottom:34px}.testimonials h3{margin:0;font-size:clamp(52px,3.35vw,80px);line-height:1}.testimonials__grid{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start;overflow:hidden;padding:80px 0}.testimonials__col{display:flex;flex-direction:column;gap:16px;will-change:transform}.testimonial-img{border-radius:20px;overflow:hidden;aspect-ratio:4 / 3}.testimonial-img--small{aspect-ratio:3 / 1.2}.testimonial-img img{width:100%;height:100%;display:block;object-fit:cover}.testimonial-card{border-radius:20px;background:#fff;padding:24px;display:flex;flex-direction:column;justify-content:space-between;gap:24px;min-height:220px}.testimonial-card p{margin:0;font-size:clamp(15px,1.1vw,18px);line-height:1.3;color:#161616}.testimonial-card__person{display:flex;align-items:center;gap:10px}.testimonial-card__person img{flex:none;width:42px;height:42px;border-radius:50%;object-fit:cover;object-position:center;background:#e7e8ec}.testimonial-card__person>div{display:grid;gap:1px;min-width:0}.testimonial-card__person strong{display:block;font-size:clamp(14px,1vw,17px);font-weight:500;line-height:1.2}.testimonial-card__person span{display:block;font-size:clamp(13px,.9vw,16px);color:#666}@media(max-width:1200px){.home-intro{grid-template-columns:1fr}.team-section__head p{font-size:clamp(20px,1.55vw,28px);max-width:360px}.home-description-row{align-items:flex-start;flex-direction:column}}@media(max-width:920px){.services-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.manifesto:after{display:none}.hero-main__lead .btn{min-width:0;width:100%}.home-blog-preview__head{align-items:flex-start;flex-direction:column}.home-blog-preview__more{min-height:40px;font-size:16px;padding-inline:24px}.blog-card h4,.blog-card h2{font-size:clamp(22px,3.1vw,30px)}.blog-card time{font-size:clamp(14px,2vw,18px)}.home-metrics{grid-template-columns:1fr}}@media(max-width:620px){.hero-main{padding-bottom:10px;min-height:600px}.hero-main:before{background-position:right top;background-size:136vw}.hero-main:after{background:linear-gradient(180deg,#020307c7,#020307f0 54%,#020307)}.hero-main h1{max-width:100%;overflow-wrap:anywhere;font-size:clamp(34px,10.6vw,42px);line-height:.96}.hero-main__lead{max-width:100%;gap:24px}.hero-main__lead .btn{width:100%;min-width:0;justify-self:stretch}.home-services h3,.team-section h3,.partners-section h3,.home-blog-preview h3,.value-section h3{font-size:40px;line-height:1}.team-section__head{gap:14px}.team-section__head p{font-size:12px;line-height:1.12;max-width:145px}.team-grid{margin-top:10px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.team-card img{border-radius:10px;aspect-ratio:4 / 3}.team-card h4{margin-top:5px;font-size:12px}.team-card p{margin-top:1px;font-size:10px}.home-intro p{font-size:18px;max-width:280px}.home-description,.service-card h2,.service-card h4{font-size:18px;line-height:1.06}.service-card__sub-links{font-size:12px}.service-card__arrow{font-size:20px}.value-section__head{align-items:flex-start;flex-direction:column;gap:6px}.home-blog-preview--dark{border-radius:14px;padding:12px}.home-blog-preview__head{align-items:center;flex-direction:row;gap:10px}.home-blog-preview__head h3{max-width:170px}.home-blog-preview__more{min-height:32px;font-size:11px;padding-inline:14px}.blog-grid{margin-top:10px;gap:8px}.blog-card img{border-radius:10px}.blog-card h4,.blog-card h2{font-size:14px}.blog-card time{font-size:10px}.value-grid,.growth-grid,.testimonials__grid{grid-template-columns:1fr}.value-card--task{padding:14px}.value-card__icon{width:44px;height:44px;margin-bottom:10px}.growth-section h3{font-size:36px;max-width:220px}.growth-card__visual{min-height:160px;padding:16px}.growth-visual--bars{height:150px}.audience-group{width:220px;height:160px}.audience-center{width:80px;height:80px;padding:8px}.audience-center img{width:55px;height:55px}.audience-small{width:46px;height:46px;padding:5px}.audience-small img{width:24px;height:24px}.audience-small--left,.audience-small--right{top:75px}.counter-ring{width:130px;height:130px;border-width:14px}.growth-card__text{padding:14px}.growth-card__text h4{font-size:15px}.growth-card__text p{font-size:11px}.home-metrics strong{font-size:64px}.growth-section__desc{margin-top:28px;padding-top:20px;font-size:26px;max-width:100%}.home-metrics{margin-top:28px;gap:24px}.home-metrics p{font-size:10px}.testimonials h3{font-size:34px}.testimonials__col{transform:none!important}.testimonial-card{padding:14px;gap:12px}.testimonial-card p{font-size:13px}.testimonial-card__person{gap:8px}.testimonial-card__person img{width:30px;height:30px}.testimonial-card__person strong{font-size:12px}.testimonial-card__person span{font-size:11px}.manifesto h3{max-width:100%;overflow-wrap:anywhere;font-size:clamp(34px,10.6vw,42px);line-height:.96}.service-card__media{height:160px}}.site-footer{background:#161616;color:#fff;border-radius:32px 32px 0 0;overflow:hidden}.site-footer__content{width:calc(100% - 64px);max-width:none;margin:0 auto;padding:28px 0 22px}.site-footer__top{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:flex-start;gap:28px}.site-footer__main{max-width:620px}.site-footer__title{margin:0;font-size:clamp(52px,4.5vw,66px);line-height:1.02;letter-spacing:0;max-width:620px}.site-footer__cta{margin-top:20px;min-width:348px;min-height:62px;border-radius:25px;padding-inline:34px;font-size:21px;line-height:1;transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease}.site-footer__cta:hover{box-shadow:0 0 0 2px #2a0ce573}.site-footer__links-wrap{display:grid;grid-template-columns:repeat(2,max-content);column-gap:88px;min-width:318px}.site-footer__links{display:grid;gap:24px;align-content:start;font-size:22px;line-height:1.04}.site-footer__links a{transition:color .2s ease,opacity .2s ease}.site-footer__links a:hover{color:var(--blue)}.site-footer__logo{margin-top:6px;margin-left:auto;margin-right:0;width:min(100%,900px);aspect-ratio:940 / 524;object-fit:contain}.site-footer__bottom{margin-top:8px;padding-top:18px;border-top:1px solid rgba(255,255,255,.45);display:grid;grid-template-columns:1.08fr 1.14fr .96fr 1.06fr;justify-content:space-between;gap:28px;font-size:17px;line-height:1.12;color:#d0d0d0}.site-footer__bottom p,.site-footer__bottom a{margin:0}.site-footer__bottom a{transition:color .2s ease}.site-footer__bottom a:hover{color:var(--blue)}.site-footer__mail{display:grid;align-content:start;gap:3px}.site-footer__mail a{display:inline-block}.site-footer a:focus-visible{outline:2px solid rgba(42,12,229,.75);outline-offset:2px}@media(max-width:1200px){.site-footer__content{width:calc(100% - 48px);padding:24px 0 18px}.site-footer__top{grid-template-columns:minmax(0,1fr) auto;gap:18px}.site-footer__main{max-width:500px}.site-footer__title{font-size:43px;line-height:1.05;max-width:500px}.site-footer__cta{margin-top:14px;min-width:294px;min-height:62px;border-radius:25px;font-size:18px}.site-footer__links-wrap{min-width:286px;column-gap:28px}.site-footer__links{gap:14px;font-size:18px}.site-footer__logo{margin-top:8px;margin-left:auto;margin-right:0;width:min(100%,640px);aspect-ratio:612 / 341}.site-footer__bottom{margin-top:10px;padding-top:14px;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;font-size:13px}}@media(max-width:620px){.site-footer{border-top-left-radius:22px;border-top-right-radius:22px}.site-footer__content{width:calc(100% - 28px);padding:24px 0 18px}.site-footer__top{grid-template-columns:1fr;gap:0}.site-footer__main{max-width:100%}.site-footer__title{font-size:32px;line-height:1.05;max-width:100%}.site-footer__cta{margin-top:14px;min-width:255px;min-height:52px;border-radius:25px;font-size:17px;padding-inline:24px}.site-footer__links-wrap{margin-top:24px;min-width:0;justify-content:start;column-gap:38px}.site-footer__links{gap:12px;font-size:17px;line-height:1.25}.site-footer__logo{margin-top:16px;margin-inline:auto;width:min(100%,320px);aspect-ratio:260 / 145}.site-footer__bottom{margin-top:14px;padding-top:11px;grid-template-columns:1fr;gap:8px;font-size:11px}}.services-page,.service-detail-page{padding:26px 0 0}.services-page h1,.service-detail-page h1,.contact-page h1,.requisites-page h1,.policy-page h1,.blog-hero h1{margin:0;font-size:clamp(50px,5.6vw,82px);line-height:.96;letter-spacing:-.03em}.service-detail-page h1{font-size:clamp(52px,6.5vw,96px);line-height:.94}.services-page h1{font-size:clamp(64px,7.7vw,112px);line-height:.98;letter-spacing:-.02em;max-width:1120px}.services-page .services-grid{margin-top:34px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 48px}.services-page .service-card{gap:14px;align-content:start}.services-page .service-card__image-link{border-radius:24px;overflow:hidden;transition:border-radius .28s cubic-bezier(.22,1,.36,1)}.services-page .service-card:hover .service-card__image-link,.services-page .service-card:focus-within .service-card__image-link{border-radius:36px}.services-page .service-card__image-link .service-card__media{border-radius:inherit}.services-page .service-card--validation{grid-column:1;grid-row:1}.services-page .service-card--leadgen{grid-column:2;grid-row:1 / span 2;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"image image" "title arrow" "links links";column-gap:16px;row-gap:14px}.services-page .service-card--education{grid-column:1;grid-row:2}.services-page .service-card--leadgen .service-card__image-link{grid-area:image}.services-page .service-card--leadgen h2{grid-area:title;margin:0;align-self:end}.service-card--full h2{font-size:clamp(44px,2.95vw,62px);line-height:1.04;letter-spacing:0}.services-page .service-card__media{height:clamp(240px,26.8vw,386px);border-radius:24px}.services-page .service-card__arrow-toggle{justify-self:end;margin-top:-84px}.services-page .service-card--leadgen .service-card__arrow-toggle{grid-area:arrow;align-self:end;justify-self:end;margin-top:0;margin-bottom:4px}.services-page .service-card__arrow{font-size:clamp(40px,2.8vw,62px);line-height:1}.services-page .service-card__arrow-toggle .service-card__arrow{transform:rotate(180deg)}.services-page .service-card:hover .service-card__arrow-toggle .service-card__arrow,.services-page .service-card:focus-within .service-card__arrow-toggle .service-card__arrow,.services-page .service-card__arrow-toggle.is-open .service-card__arrow{transform:rotate(0)}.services-page .service-card__sub-links-wrap{grid-template-rows:0fr;opacity:1;transform:translateY(-4px);border-bottom:2px solid rgba(22,22,22,.75)}.services-page .service-card--leadgen .service-card__sub-links-wrap{grid-area:links}.services-page .service-card:hover .service-card__sub-links-wrap,.services-page .service-card:focus-within .service-card__sub-links-wrap,.services-page .service-card__sub-links-wrap.is-open{grid-template-rows:1fr;transform:none}.services-page .service-card__sub-links--column{font-size:clamp(36px,2.9vw,54px);line-height:1.1;gap:16px;padding-bottom:22px;opacity:0;transition:opacity .2s ease}.services-page .service-card:hover .service-card__sub-links--column,.services-page .service-card:focus-within .service-card__sub-links--column,.services-page .service-card__sub-links-wrap.is-open .service-card__sub-links--column{opacity:1}.services-page .service-card__sub-links--column a{color:#161616;border-bottom:none}.services-page .service-card__sub-links--column a:hover{color:var(--blue);border-bottom:none}.services-page .service-card__sub-links--column a:focus-visible,.services-page .service-card__sub-links--column a.active,.services-page .service-card__sub-links--column a[aria-current=page]{color:var(--blue);outline:none}.services-page .service-card__image-link:hover+h2 a,.services-page .service-card h2 a:hover{color:var(--blue)}.services-summary{margin-top:62px;border-top:2px solid rgba(22,22,22,.75);padding-top:28px}.services-summary>p{margin:0;max-width:920px;font-size:clamp(40px,3.2vw,54px);line-height:1}.services-summary__stats{margin-top:58px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}.services-summary__stats strong{display:block;font-size:clamp(104px,7.9vw,170px);line-height:.9}.services-summary__stats span{display:block;margin-top:10px;color:#222;font-size:clamp(26px,1.8vw,40px);line-height:1.1;max-width:550px}.steps-section{margin-top:44px;background:var(--blue);border-radius:0;margin-inline:calc(-1*(50vw - 50%));padding:44px 32px 56px;color:#fff}.steps-section h2{margin:0;font-size:clamp(64px,5.3vw,92px);line-height:.95;max-width:440px}.steps-section__cards{margin-top:44px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:48px}.steps-section__cards article{background:#fff;color:#161616;border-radius:28px;padding:56px 58px;min-height:370px}.steps-section__cards h3{margin:0;font-size:clamp(42px,2.85vw,60px);line-height:1}.steps-section__cards p{margin:26px 0 0;font-size:clamp(34px,2.1vw,44px);line-height:1.1;color:#373737}.service-detail-page{padding:34px 0 0}.service-detail__hero{margin-top:26px;border-radius:20px;width:100%;height:auto;aspect-ratio:2.5 / 1;object-fit:cover}.service-detail__intro{margin-top:22px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:end}.service-detail__intro p{margin:0;font-size:clamp(18px,1.5vw,26px);line-height:1.18;max-width:900px}.service-detail__line-title{margin-top:48px;border-top:2px solid rgba(22,22,22,.45);padding-top:22px}.service-detail__line-title h2,.service-detail__results h2{margin:0;font-size:clamp(32px,3vw,52px)}.service-detail__audience-grid{margin-top:16px;margin-bottom:54px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-detail__audience-grid article{background:#f2f2f2;border-radius:18px;padding:24px;min-height:180px}.service-detail__audience-grid article:nth-child(2){margin-top:32px}.service-detail__audience-grid article:nth-child(3){margin-top:64px}.service-detail__audience-grid article:nth-child(4){margin-top:96px}.service-detail__audience-grid p{margin:0;font-size:clamp(18px,1.6vw,26px);line-height:1.08;font-weight:600}.service-detail__line-title--case{display:flex;justify-content:space-between;align-items:flex-end;gap:20px}.service-detail__line-title--case p{margin:0;color:#5f5f5f;font-size:clamp(14px,1.2vw,18px)}.service-detail__case-grid{margin-top:18px;display:grid;grid-template-columns:1.35fr 1fr;gap:16px}.case-card{border-radius:18px;padding:24px}.case-card p{margin:0;font-size:clamp(15px,1.2vw,20px);line-height:1.22}.case-card--light{background:#f3f3f3;color:#2c2c2c}.case-card--blue{background:var(--blue);color:#fff}.service-detail__results{margin-top:26px}.service-detail__result-cards{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.service-detail__result-card{border-radius:16px;background:#f3f3f3;padding:20px;min-height:180px}.service-detail__result-card .value-card__icon{width:64px;height:64px;margin-bottom:16px}.service-detail__result-card p{margin:0;color:#5f5f5f;font-size:clamp(13px,1vw,16px);line-height:1.25}.service-detail__results-block{margin-top:18px;border-radius:18px;overflow:hidden}.service-detail__process-media{width:100%;height:auto;border-radius:0;aspect-ratio:3 / 1;object-fit:cover}.service-detail__results-bottom{background:#161616;color:#fff;padding:32px 28px 40px}.service-detail__result-note{margin:0;max-width:760px;color:#fff;font-size:clamp(18px,1.4vw,24px);line-height:1.25}.service-detail__metrics{margin-top:28px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px}.service-detail__metric strong{display:block;font-size:clamp(64px,6vw,110px);line-height:.9;letter-spacing:-.04em;color:#fff}.service-detail__metric p{margin:10px 0 0;max-width:320px;color:#ffffffb3;font-size:clamp(16px,1.2vw,20px);line-height:1.15}.steps-section--compact{margin-top:36px}@media(max-width:920px){.service-detail__case-grid,.steps-section__cards{grid-template-columns:1fr}.service-detail__audience-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.service-detail__audience-grid article:nth-child(n+3){margin-top:0}.services-page .service-card__arrow-toggle{margin-top:0}.service-detail__intro{grid-template-columns:1fr}.service-detail__line-title--case{align-items:flex-start;flex-direction:column}.service-detail__result-cards{gap:8px}.service-detail__result-card{min-height:112px;padding:10px}.service-detail__metrics{grid-template-columns:1fr;gap:12px}}@media(max-width:620px){.services-page h1,.service-detail-page h1{max-width:100%;overflow-wrap:anywhere;font-size:clamp(34px,10.6vw,42px);line-height:.96}.service-detail__line-title h2,.service-detail__results h2,.steps-section h2{font-size:40px;line-height:1}.services-summary>p{font-size:18px;line-height:1.06}.services-summary__stats strong{font-size:58px}.steps-section{padding:14px}.steps-section h2{max-width:190px;font-size:42px}.steps-section__cards article{min-height:172px;padding:14px}.steps-section__cards h3{font-size:26px}.steps-section__cards p{font-size:11px}.services-page .services-grid,.services-summary__stats{grid-template-columns:1fr}.services-page .service-card--leadgen{grid-column:auto;grid-row:auto;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"image image" "title arrow" "links links"}.services-page .service-card--validation,.services-page .service-card--education{grid-column:auto;grid-row:auto}.service-detail__audience-grid{grid-template-columns:1fr;margin-bottom:0}.service-detail__audience-grid article:nth-child(n){margin-top:0}.service-detail__audience-grid p{font-size:16px}.service-detail__result-card{min-height:104px;padding:8px}.service-detail__result-card .value-card__icon{width:34px;height:34px;margin-bottom:8px}.service-detail__result-card p{font-size:9px}.service-detail__result-note{font-size:12px;line-height:1.2}.service-detail__metric strong{font-size:44px}.service-detail__metric p{font-size:11px;max-width:180px}}.blog-hero{background:#090a0f;color:#fff;padding-bottom:58px}.blog-hero h1{margin-top:clamp(70px,8vw,130px);max-width:900px}.blog-page{padding:18px 0 0}.blog-grid--page{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.blog-card--featured{margin-bottom:16px}.blog-card--featured img{height:clamp(180px,15vw,260px)}.blog-card--featured h2{font-size:clamp(28px,2.3vw,40px)}.blog-card--compact h2{font-size:clamp(20px,1.45vw,28px)}.blog-card--compact img{height:clamp(130px,11vw,190px)}.article-header{background:#161616;color:#fff;padding-bottom:60px}.article-header__inner{max-width:1200px}.article-header__back{display:inline-flex;align-items:center;gap:6px;color:#ffffff80;text-decoration:none;font-size:14px;margin-bottom:32px;margin-top:clamp(40px,5vw,70px);transition:color .2s}.article-header__back:hover{color:#fff}.article-header h1{font-size:clamp(36px,3.5vw,56px);line-height:1.05;font-weight:700;max-width:800px}.article-header__meta{margin-top:24px;display:flex;gap:24px;font-size:15px;color:#ffffff73}.article-layout{max-width:1200px;padding-top:48px;padding-bottom:100px;display:grid;grid-template-columns:1fr 280px;gap:64px;align-items:start}.article-content__cover{width:100%;border-radius:16px;aspect-ratio:16 / 9;object-fit:cover;margin-bottom:40px}.article-content p{font-size:18px;line-height:1.75;margin-bottom:24px;color:#444}.article-content blockquote{border-left:4px solid #2a0be5;padding:20px 28px;margin:36px 0;background:#f8f8ff;border-radius:0 12px 12px 0;font-size:20px;line-height:1.5;color:#222;font-style:italic}.article-highlight{background:#f8f9fa;border-radius:16px;padding:28px 32px;margin:36px 0;border-left:4px solid #2a0be5}.article-highlight h3{font-size:14px;text-transform:uppercase;letter-spacing:1.5px;color:#2a0be5;margin-bottom:12px;font-weight:700}.article-highlight p{font-size:17px;color:#222;line-height:1.6;margin-bottom:0}.article-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:40px 0}.article-stat{background:#161616;border-radius:16px;padding:24px;color:#fff;text-align:center}.article-stat strong{display:block;font-size:36px;font-weight:700;margin-bottom:8px;line-height:1}.article-stat span{font-size:13px;color:#fff9;line-height:1.3}.article-conclusion{background:linear-gradient(135deg,#161616,#2a0be5);border-radius:20px;padding:36px;color:#fff;margin-top:32px}.article-conclusion h3{font-size:22px;font-weight:700;margin-bottom:12px}.article-conclusion p{color:#ffffffd9;margin-bottom:0;font-size:17px;line-height:1.6}.article-sidebar{position:sticky;top:40px}.article-sidebar__section{margin-bottom:32px}.article-sidebar__section h4{font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#999;margin-bottom:16px}.article-sidebar__cta{background:#161616;border-radius:16px;padding:28px;color:#fff}.article-sidebar__cta h4{color:#fff;font-size:18px;text-transform:none;letter-spacing:0;margin-bottom:12px}.article-sidebar__cta p{font-size:14px;color:#ffffffa6;line-height:1.4;margin-bottom:18px}.article-sidebar__cta-btn{display:inline-block;background:#2a0be5;color:#fff;padding:10px 24px;border-radius:100px;text-decoration:none;font-size:14px;font-weight:500;transition:background .2s}.article-sidebar__cta-btn:hover{background:#1f08b8}@media(max-width:920px){.article-layout{grid-template-columns:1fr;gap:40px}.article-sidebar{position:static}}@media(max-width:620px){.blog-hero h1{max-width:100%;overflow-wrap:anywhere;font-size:clamp(34px,10.6vw,42px);line-height:.96}.article-header h1{font-size:32px}.blog-grid,.blog-grid--page{grid-template-columns:1fr}.blog-card--featured h2{font-size:30px}.blog-card--compact h2{font-size:24px}.article-content p{font-size:16px}.article-stats{grid-template-columns:1fr;gap:12px}.article-highlight{padding:20px}.article-conclusion{padding:24px}}.contact-page{padding:34px 0}.contact-success{margin-top:26px;min-height:clamp(280px,38vw,500px);border-radius:16px;background:var(--blue);color:#fff;display:grid;place-items:center;text-align:center;padding:24px}.contact-success h2{margin:0;font-size:clamp(64px,8vw,112px);line-height:.95;letter-spacing:-.03em}.contact-success p{margin:12px 0 0;font-size:clamp(16px,1.35vw,22px)}.contact-panel{margin-top:26px;background:var(--blue);border-radius:24px;padding:20px 20px 22px;display:grid;grid-template-columns:minmax(320px,.88fr) minmax(0,1.12fr);gap:20px}.contact-panel__info{color:#fff;display:grid;align-content:start;gap:14px}.contact-panel__info h2{margin:0;font-size:clamp(28px,2.3vw,46px);line-height:1}.contact-panel__info img{border-radius:16px;width:100%;max-height:320px;object-fit:cover;object-position:center 46%}.contact-form{display:grid;gap:8px;color:#fff}.contact-form__honeypot{display:none}.contact-form__row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;align-items:start}.field{display:grid;align-content:start;grid-template-rows:auto minmax(56px,auto) minmax(28px,auto);gap:4px}.field__label{font-size:clamp(12px,.85vw,14px);color:#fff;font-weight:500}.field span{font-size:clamp(11px,.8vw,14px)}.field input,.field textarea{width:100%;border-radius:12px;border:1px solid transparent;background:#fff;color:#303030;font-family:inherit;font-size:clamp(13px,1vw,15px);text-align:center}.field input{min-height:56px;padding:0 16px;line-height:1.2}.field textarea{min-height:124px;padding:15px 16px;resize:vertical;line-height:1.3}.field--textarea{grid-template-rows:auto minmax(124px,auto) minmax(28px,auto)}.field input:focus-visible,.field textarea:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:1px}.field input::placeholder,.field textarea::placeholder{color:#7a7a7a}.field__help,.consent__error{display:block;min-height:28px;color:#ffd2d2;font-size:12px;line-height:1.15}.field--error span,.consent--error span,.consent__error{color:#ffd2d2}.field--error input,.field--error textarea{border-color:var(--red)}.consent{display:flex;align-items:center;gap:10px;font-size:clamp(11px,.8vw,13px);color:#ffffffe0}.consent input{width:22px;height:22px;margin:0;appearance:none;border-radius:50%;border:2px solid rgba(255,255,255,.85);background:transparent;display:inline-grid;place-items:center}.consent input:before{content:"";width:12px;height:12px;border-radius:50%;transform:scale(0);transition:transform .12s ease;background:#fff}.consent input:checked:before{transform:scale(1)}.consent input:focus-visible{outline:2px solid rgba(255,255,255,.85);outline-offset:2px}.contact-form__success{margin:0;color:#d9ffd2;font-size:13px}.contact-form__error{margin:0;color:#ffd2d2;font-size:13px}.contact-form .btn{width:100%;justify-content:center;align-items:center;min-height:56px;font-size:clamp(14px,1vw,16px)}@media(max-width:920px){.contact-panel{grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)}.contact-form__row{grid-template-columns:1fr}}@media(max-width:620px){.contact-page h1{max-width:100%;font-size:clamp(34px,10vw,42px);line-height:1.02}.contact-panel{grid-template-columns:1fr;padding:12px}.contact-panel__info{display:none}.contact-success{min-height:260px;padding:18px}.contact-success h2{font-size:56px}.contact-success p{margin-top:8px;font-size:14px}.field input,.field textarea{padding-block:11px;font-size:13px}.field textarea{min-height:84px}}.requisites-page,.policy-page{padding:34px 0 0}.requisites-page{padding:12px 0 0}.requisites-page:before{display:none}.requisites-shell{display:grid;gap:24px}.requisites-page__hero{display:grid;gap:12px;align-items:start}.requisites-page__hero-main{display:grid;gap:10px}.requisites-page__eyebrow{display:inline-flex;width:max-content;align-items:center;padding:8px 14px;border-radius:999px;background:#ffffffb8;border:1px solid rgba(22,22,22,.08);color:#545760;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.requisites-page__intro{margin:0;max-width:820px;color:#4f535d;font-size:clamp(17px,1.2vw,22px);line-height:1.25}.requisites-card{background:#ffffffb8;border:1px solid rgba(22,22,22,.08);border-radius:28px;padding:28px;box-shadow:none}.requisites-card__head{display:grid;gap:8px;padding-bottom:18px;border-bottom:1px solid rgba(22,22,22,.08)}.requisites-card__type{margin:0;color:#5d6470;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.requisites-card__head h2{margin:0;max-width:none;font-size:clamp(32px,2.3vw,46px);line-height:.96;letter-spacing:-.03em}.requisites-groups{margin-top:10px;display:grid;gap:0}.requisites-groups--simple .requisites-group+.requisites-group{border-top:1px solid rgba(22,22,22,.08)}.requisites-group{padding:22px 0}.requisites-group h3{margin:0 0 14px;font-size:clamp(20px,1.45vw,28px);line-height:1}.requisites-list{margin:0;display:grid;gap:12px}.requisites-row{margin:0;display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:18px;align-items:baseline}.requisites-row dt{color:#666d78;font-size:14px;font-weight:600;line-height:1.3;margin:0}.requisites-row dd{margin:0;color:#161616;font-size:clamp(16px,1.08vw,20px);line-height:1.3;font-weight:500}.requisites-row a,.requisites-quick-link{transition:color .2s ease,border-color .2s ease,transform .2s ease,background-color .2s ease}.requisites-row a{color:inherit;border-bottom:1px solid rgba(22,22,22,.14)}.requisites-row a:hover{color:var(--blue);border-bottom-color:var(--blue)}.requisites-quick-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.requisites-quick-link{display:grid;gap:4px;padding:14px 16px;border-radius:16px;background:#f6f7fae0;border:1px solid rgba(22,22,22,.06);color:#161616}.requisites-quick-link:hover{transform:translateY(-1px);background:#fff;border-color:#2a0ce52e;color:var(--blue)}.requisites-quick-link span{color:#666d78;font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.requisites-quick-link strong{font-size:clamp(16px,1.08vw,20px);line-height:1.2}.requisites-card__footer{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:end;padding-top:22px;border-top:1px solid rgba(22,22,22,.08)}.requisites-card__cta{min-width:260px}.policy-accordion{margin-top:24px;border-top:2px solid rgba(22,22,22,.42)}.policy-item{border-bottom:1px solid rgba(22,22,22,.24)}.policy-item button{width:100%;border:0;background:transparent;padding:18px 0;display:flex;justify-content:space-between;align-items:flex-start;text-align:left;font-family:inherit;font-size:clamp(24px,1.9vw,38px);font-weight:600;line-height:1;cursor:pointer;gap:12px}.policy-item button:focus-visible{outline:2px solid rgba(42,12,229,.75);outline-offset:3px}.policy-item__arrow{display:inline-block;margin-left:12px;min-width:18px;text-align:center;font-size:1.05em;font-weight:700;line-height:1;transform-origin:center;transition:transform .28s cubic-bezier(.22,1,.36,1)}.policy-item.is-open .policy-item__arrow{transform:rotate(45deg)}.policy-item__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .24s ease}.policy-item.is-open .policy-item__content{grid-template-rows:1fr}.policy-item__content-inner{overflow:hidden;padding:0;transition:padding .24s ease}.policy-item__content p,.policy-item__content ul{margin:0;max-width:980px;color:#363636;font-size:clamp(14px,1vw,18px);line-height:1.25}.policy-item__content p+p,.policy-item__content p+ul,.policy-item__content ul+p{margin-top:12px}.policy-item__content ul{padding-left:22px}.policy-item__content li+li{margin-top:8px}.policy-item.is-open .policy-item__content-inner{padding:0 0 20px}@media(max-width:1200px){.requisites-card__footer{grid-template-columns:1fr;align-items:start}.requisites-card__cta{width:100%;min-width:0}}@media(max-width:920px){.requisites-row{grid-template-columns:1fr;gap:6px}.requisites-quick-links{grid-template-columns:1fr}}@media(max-width:620px){.requisites-page h1,.policy-page h1{max-width:100%;font-size:clamp(30px,9.4vw,38px);line-height:.96;letter-spacing:-.02em}.policy-page h1{font-size:clamp(28px,8.6vw,34px);line-height:.98;word-break:normal;overflow-wrap:normal}.requisites-card{border-radius:20px;padding:16px}.requisites-page__hero{gap:12px}.requisites-page__eyebrow{font-size:10px;padding:7px 10px}.requisites-page__intro{font-size:13px;line-height:1.25}.requisites-card__head{gap:8px;padding-bottom:14px}.requisites-card__type{font-size:10px}.requisites-card__head h2{font-size:28px;line-height:1}.requisites-groups{margin-top:14px;gap:10px}.requisites-group{border-radius:16px;padding:14px}.requisites-group h3,.requisites-side__panel--light h2{font-size:18px}.requisites-row dt{font-size:11px}.requisites-row dd,.requisites-quick-link strong{font-size:13px;line-height:1.25}.requisites-quick-links{gap:8px}.requisites-quick-link{padding:11px 12px;border-radius:14px}.requisites-card__footer{padding-top:16px;gap:12px}.policy-item button{padding:12px 0;font-size:16px;line-height:1.05;gap:8px}.policy-item__arrow{min-width:12px;margin-left:0;font-size:12px}.policy-item__content p{font-size:12px;line-height:1.2}}.cookie-notice{position:fixed;right:12px;bottom:12px;width:min(calc(100% - 24px),680px);z-index:9999;display:flex;justify-content:flex-end;pointer-events:none}.cookie-notice__card{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;padding:18px 20px;border-radius:12px;background:#cacaca;box-shadow:0 10px 30px #00000047;pointer-events:all;opacity:0;transform:translateY(10px);animation:cookie-enter .35s ease forwards}.cookie-notice p{margin:0;max-width:none;color:#161616;font-size:15px;line-height:1.14}.cookie-notice a{color:#161616;text-decoration:underline;text-underline-offset:2px}.cookie-notice button{flex:none;border:0;border-radius:10px;min-width:58px;min-height:54px;padding:12px;background:#fff;color:#161616;font-size:24px;font-weight:400;line-height:1.04;cursor:pointer;align-self:center;justify-self:end;transition:background-color .2s ease,color .2s ease}.cookie-notice button:hover{background:#e8e8e8;color:#111}.cookie-notice button:focus-visible{outline:2px solid rgba(42,12,229,.75);outline-offset:2px}@keyframes hero-enter{to{opacity:1;transform:translateY(0)}}@keyframes cookie-enter{to{opacity:1;transform:translateY(0)}}[data-reveal]{opacity:0;transform:translateY(32px);transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .6s cubic-bezier(.22,1,.36,1)}[data-reveal].is-revealed{opacity:1;transform:translateY(0)}[data-reveal-item]{opacity:0;transform:translateY(24px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .5s cubic-bezier(.22,1,.36,1);transition-delay:calc(var(--reveal-i, 0) * .1s)}[data-reveal].is-revealed [data-reveal-item]{opacity:1;transform:translateY(0)}[data-testimonial=left]{transform:translateY(-63px)}[data-testimonial=mid]{opacity:1;transform:none}[data-testimonial=right]{transform:translateY(53px)}[data-reveal].is-revealed [data-testimonial=left],[data-reveal].is-revealed [data-testimonial=right]{opacity:1;transform:translateY(0);transition:opacity .8s cubic-bezier(.33,1,.68,1),transform 1s cubic-bezier(.22,1,.36,1)}[data-reveal].is-revealed [data-testimonial=mid]{opacity:1;transform:none}.footer-logo-reveal{display:block;opacity:0;transform:translateY(190px);transition:opacity 1.5s cubic-bezier(.25,1,.5,1),transform 1.5s cubic-bezier(.34,1.2,.64,1)}.footer-logo-reveal.is-revealed{opacity:1;transform:translateY(0)}[data-slide=left]{opacity:0;transform:translate(-150px);transition:opacity .6s cubic-bezier(.25,1,.5,1),transform 1.5s cubic-bezier(.34,1.15,.64,1);transition-delay:calc(var(--reveal-i, 0) * .15s)}[data-slide=right]{opacity:0;transform:translate(150px);transition:opacity .6s cubic-bezier(.25,1,.5,1),transform 1.5s cubic-bezier(.34,1.15,.64,1);transition-delay:calc(var(--reveal-i, 0) * .15s)}[data-reveal].is-revealed [data-slide=left],[data-reveal].is-revealed [data-slide=right]{opacity:1;transform:translate(0)}[data-reveal=audience] [data-reveal-item]{opacity:0;transform:scaleY(.3);transform-origin:bottom;transition:opacity .6s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.34,1.15,.64,1)}[data-reveal=audience].is-revealed [data-reveal-item]{opacity:1;transform:scaleY(1)}.manifesto__word{display:inline-block;margin-right:.25em;opacity:.1;filter:blur(3px);transform:rotate(1deg);transition:opacity .4s ease,filter .4s ease,transform .4s ease}.manifesto__word.is-revealed{opacity:1;filter:blur(0);transform:rotate(0)}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important;scroll-behavior:auto!important}[data-reveal],[data-reveal-item]{opacity:1;transform:none}}.not-found-page{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:48px 24px}.not-found-page .container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px}.not-found-page__code{font-size:clamp(100px,18vw,220px);font-weight:800;line-height:1;letter-spacing:-.04em;background:linear-gradient(135deg,var(--blue) 0%,#7c3aed 50%,var(--blue) 100%);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift 4s ease infinite;margin:0;-webkit-user-select:none;user-select:none}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.not-found-page__title{font-size:clamp(22px,3vw,32px);font-weight:600;margin:0}.not-found-page__text{font-size:18px;color:var(--text-muted);margin:0 0 8px;max-width:420px}.scroll-to-top{position:fixed;bottom:28px;right:28px;width:44px;height:44px;border-radius:50%;border:2px solid rgba(22,22,22,.42);background:var(--white);color:var(--black);font-family:inherit;font-size:18px;font-weight:700;line-height:1;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(16px);transition:opacity .3s,transform .3s,border-color .2s;z-index:900;display:flex;align-items:center;justify-content:center}.scroll-to-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}.scroll-to-top:hover{border-color:var(--blue);color:var(--blue)}.scroll-to-top__arrow{display:inline-block;font-size:1.05em;font-weight:700;line-height:1;transform:rotate(180deg) translateY(1px);transform-origin:center}.skeleton-wrap{position:relative;overflow:hidden;border-radius:inherit}.skeleton-pulse{position:absolute;inset:0;background:linear-gradient(90deg,#e8e8e8 25%,#f5f5f5,#e8e8e8 75%);background-size:200% 100%;animation:skeleton-shimmer 1.6s infinite ease-in-out;border-radius:inherit}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-img--hidden{opacity:0}.skeleton-img--visible{opacity:1;transition:opacity .3s ease}.skeleton-wrap.is-loaded .skeleton-pulse{display:none}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:60vh;padding:48px 24px;gap:16px}.error-boundary h1{font-size:clamp(24px,3.5vw,36px);font-weight:700;margin:0}.error-boundary p{font-size:18px;color:var(--text-muted);margin:0}@media(max-width:920px){.cookie-notice{width:calc(100% - 20px);right:10px;bottom:10px}.cookie-notice__card{gap:12px;padding:10px 12px 10px 14px}.cookie-notice p{font-size:12px}.cookie-notice button{min-width:66px;min-height:50px;font-size:18px}}@media(max-width:620px){.cookie-notice{width:calc(100% - 10px);right:5px;bottom:5px}.cookie-notice__card{gap:8px;padding:8px 9px;border-radius:12px}.cookie-notice p{font-size:10px;line-height:1.15}.cookie-notice button{min-width:54px;min-height:44px;font-size:18px;border-radius:8px}}
