.header{z-index:50;opacity:1;width:100%;transition:top .28s,opacity .28s;position:fixed;top:0;left:0}.header__panel{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;height:86px;padding:20px;display:flex;position:relative}.header__panel:after{content:"";z-index:-1;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#1d1d20cc;width:100%;height:100%;position:absolute;top:0;left:0}.header__logo{color:var(--gray-white);flex:none;align-items:center;text-decoration:none;display:inline-flex}.header__logo>img{object-fit:contain;width:165px;height:auto;display:block}.header__logo-icon{fill:currentColor;width:165px;height:auto;display:block}.header__divider,.header__nav,.header__language,.header__search,.header__search-toggle,.header__contact{display:none}.header__actions{align-items:center;margin-left:auto;display:flex}.header__burger,.header__drawer-close{width:40px;height:40px;color:var(--gray-white);background:var(--transparent);cursor:pointer;border:0;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex;position:relative}.header__burger-line{background:currentColor;border-radius:0;width:28px;height:3px;position:absolute}.header__burger-line:first-child{transform:translateY(-9px)}.header__burger-line:nth-child(3){transform:translateY(9px)}.header__drawer[hidden],.header__drawer-submenu[hidden]{display:none}.header__drawer{z-index:60;background:var(--gray-white);position:fixed;inset:0;overflow-y:auto}.header__drawer-panel{background:var(--gray-white);min-height:100vh}.header__drawer-head{box-sizing:border-box;background:#1d1d20;justify-content:space-between;align-items:center;height:86px;padding:20px;display:flex}.header__drawer-close-icon{color:currentColor;width:26px;height:26px;display:block}.header__drawer-menu,.header__drawer-submenu,.header__menu,.header__submenu-list{margin:0;padding:0;list-style:none}.header__drawer nav:first-of-type{padding:30px 48px 16px}.header__drawer-menu{gap:31px;display:grid}.header__drawer-secondary{border-top:1px solid #d0d0d4;margin:0 48px;padding:31px 0}.header__drawer-secondary .header__drawer-menu{gap:32px}.header__drawer-link,.header__drawer-sublink{width:100%;font-family:var(--font-family);color:#1d1d20;text-align:left;background:var(--transparent);border:0;justify-content:space-between;align-items:center;padding:0;font-size:23px;font-weight:700;line-height:1.2;text-decoration:none;display:flex}.header__drawer-link--trigger{cursor:pointer}.header__drawer-caret,.header__menu-caret{border-bottom:2px solid;border-right:2px solid;flex:none;width:9px;height:9px;display:inline-block;transform:rotate(-45deg)}.header__drawer-link--trigger[aria-expanded=true] .header__drawer-caret{transform:rotate(45deg)}.header__drawer-submenu{gap:14px;padding:18px 0 0 16px;display:grid}.header__drawer-sublink{color:var(--gray-700);font-size:18px;font-weight:500}.header__drawer-language{color:#1d1d20;border-bottom:1px solid #d0d0d4;align-items:center;margin:0 48px;padding:0 0 31px;font-size:23px;font-weight:700;display:flex}.header__drawer-language .language-switcher__trigger{font-size:inherit;font-weight:inherit}.header__drawer-language .language-switcher__caret{border-width:2px;width:9px;height:9px;transform:rotate(-45deg)}.header__drawer-contact{box-sizing:border-box;min-width:143px;height:48px;font-family:var(--font-family);color:var(--gray-white);background:#1d1d20;border-radius:24px;justify-content:center;align-items:center;margin:16px 48px 40px;padding:0 24px;font-size:18px;font-weight:500;line-height:1;text-decoration:none;display:inline-flex}.header__search-label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header__search form{align-items:center;gap:10px;width:100%;display:flex}.header__search-input{width:100%;min-width:0;min-height:40px;color:var(--gray-900);background:var(--gray-100);border:1px solid var(--gray-300);border-radius:999px;flex:auto;padding:0 18px;font-size:18px}.header__search-submit{width:40px;height:40px;color:var(--gray-600);background:var(--transparent);cursor:pointer;border:0;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;display:inline-flex}.header__burger:focus-visible,.header__drawer-close:focus-visible,.header__menu-link:focus-visible,.header__submenu-link:focus-visible,.header__drawer-link:focus-visible,.header__drawer-sublink:focus-visible,.header__contact:focus-visible,.header__drawer-contact:focus-visible{outline:2px solid var(--brand-bluee);outline-offset:2px}@media (width>=1024px){.header__panel{grid-template-columns:auto 1fr auto auto;column-gap:35px;padding:19px 48px;display:grid}.header__actions,.header__burger{display:none}.header__nav,.header__language,.header__contact{display:flex}.header__nav{justify-content:center;align-items:center;min-width:0}.header__menu{justify-content:center;align-items:center;gap:43px;display:flex}.header__menu-item{position:relative}.header__menu-link{white-space:nowrap;min-height:48px;font-family:var(--font-family);color:var(--gray-white);background-color:var(--transparent);border:none;align-items:center;gap:10px;padding:0;font-size:18px;font-weight:400;line-height:1.2;text-decoration:none;display:inline-flex}.header__menu-link:hover{color:var(--brand-purple)}.header__menu-caret{border-width:2px;width:9px;height:9px;transform:rotate(45deg)translateY(-3px)}.header__submenu{background:var(--gray-white);opacity:0;visibility:hidden;border-radius:0 0 16px 16px;min-width:236px;padding:20px 22px;transition:opacity .2s,transform .2s,visibility .2s;position:absolute;top:calc(100% + 19px);left:-24px;transform:translateY(8px)}.header__menu-item--has-children:hover:after{content:"";width:120%;height:35px;position:absolute;top:calc(100% - 10px);left:-24px}.header__menu-item--has-children:hover .header__submenu,.header__menu-item--has-children:focus-within .header__submenu{opacity:1;visibility:visible;transform:translateY(0)}.header__submenu-list{gap:18px;display:grid}.header__submenu-link{font-family:var(--font-family);color:var(--gray-900);font-size:16px;font-weight:500;text-decoration:none}.header__submenu-link:hover{color:var(--brand-purple)}.header__language{min-height:48px;color:var(--gray-white);align-items:center;font-size:18px;font-weight:400}.header__contact{box-sizing:border-box;min-width:143px;height:48px;font-family:var(--font-family);color:var(--gray-900);background:var(--gray-white);border-radius:24px;justify-content:center;align-items:center;padding:0 24px;font-size:18px;font-weight:400;line-height:1;text-decoration:none}.header--search-open .header__nav,.header--search-open .header__language,.header--search-open .header__contact{display:none}.header--search-open .header__search{display:flex}}.header-drawer-open{overflow:hidden}.hero{isolation:isolate;--hero-media-height:clamp(360px, 100svh, 820px);min-height:var(--hero-media-height);box-sizing:border-box;padding:116px 0 75px;position:relative;overflow:hidden}.hero.hero--compact-content{--hero-media-height:clamp(360px, calc(100svh - 50px), 360px)}@media (width>=768px){.hero.hero--compact-content{--hero-media-height:clamp(360px, calc(100svh - 50px), 540px)}}.hero.hero--compact-title{--hero-media-height:clamp(360px, calc(100svh - 50px), 430px)}@media (width>=768px){.hero.hero--compact-title{--hero-media-height:clamp(360px, calc(100svh - 50px), 620px)}}.hero__poster,.hero__poster-img,.hero__video{width:100%;height:100%;position:absolute;inset:0}.hero__poster{height:var(--hero-media-height);z-index:1}.hero__poster-img{object-fit:cover;display:block}.hero__video{height:var(--hero-media-height);z-index:2;object-fit:cover;opacity:0;transition:opacity .35s}.hero__video.is-loaded{opacity:1}.hero__overlay{z-index:3;height:var(--hero-media-height);pointer-events:none;background:linear-gradient(#00000042 0%,#0000001f 45%,#0000002e 100%);position:absolute;top:0;left:0;right:0}.hero__inner{z-index:4;position:relative}.hero__content{color:var(--gray-white);text-align:center;margin:0 auto 64px}.hero__title{font-family:var(--font-family);text-align:center;color:var(--gray-white);margin:0 auto 24px;font-size:32px;font-weight:500}.hero__description{font-family:var(--font-family);text-align:center;color:var(--gray-white);margin:0 auto;font-size:18px;font-weight:400}.hero__card{border-radius:20px;overflow:hidden}@media (width>=768px){.hero__card{background:var(--gray-white);border-radius:20px;grid-template-columns:1fr 1fr;display:grid}}.hero__card-img{aspect-ratio:440/355;object-fit:cover;width:100%;max-height:200px;display:block}@media (width>=375px){.hero__card-img{max-height:270px}}@media (width>=480px){.hero__card-img{max-height:356px}}@media (width>=768px){.hero__card-img{max-height:unset}}.hero__card-content{background:var(--gray-white);padding:25px}@media (width>=768px){.hero__card-content{padding:27px 25px 0}}.hero__card-title{text-align:left;color:var(--gray-900);margin:0 0 24px;font-size:28px;font-weight:500;line-height:1.27}.hero__card-text{color:var(--gray-600);margin:0 0 26px;font-size:18px;font-weight:400;line-height:1.28}.hero__button{display:inline-block}.hero__button:focus-visible{outline-offset:4px;outline:3px solid #008bd080}@media (width>=768px){.hero{--hero-media-height:clamp(360px, 100svh, 700px);padding:184px 0 80px}.hero__description{max-width:670px}.hero__title{max-width:1200px;margin-bottom:48px;font-size:64px;font-weight:700;line-height:1.15}.hero__description{max-width:746px;line-height:1.5}.hero__card-media{border-radius:20px 0 0 20px}.hero__card-img{aspect-ratio:auto;height:480px}.hero__card-content{flex-direction:column;justify-content:center;min-height:480px;padding:0 48px;display:flex}.hero__card-title{max-width:470px;margin-bottom:40px;font-size:30px;line-height:1.42}.hero__card-text{max-width:530px;margin-bottom:40px}}@media (hover:hover){.hero__button{transition:transform .2s,background-color .2s,color .2s}.hero__button:hover{transform:translateY(-1px)}}@media (prefers-reduced-motion:reduce){.hero__video{display:none}}.footer{color:var(--gray-white);background:var(--gray-900);margin:0;padding:48px 0 24px}.footer--top-margin{margin-top:60px}.footer__container{flex-direction:column;gap:24px;display:flex}.footer__brand{align-items:center;text-decoration:none;display:inline-flex}.footer__brand img{width:120px;height:auto;display:block}.footer__brand-fallback{font-family:var(--font-family);font-size:42px;font-weight:700;line-height:1}.footer__main{flex-direction:column;align-items:center;gap:28px;display:flex}.footer__brand-block,.footer__aside{flex-direction:column;align-items:flex-start;gap:18px;display:flex}.footer__menu-block{display:flex}.footer__contact-list,.footer__menu,.footer__social{margin:0;padding:0;list-style:none}.footer__contact-list{flex-direction:column;gap:8px;display:flex}.footer__menu{flex-wrap:wrap;gap:14px 40px;max-width:360px;display:flex}.footer__contact-item{color:#ffffffd1;font-size:16px;line-height:1.25}.footer__contact-item a,.footer__menu-link,.footer__social-link{color:inherit;text-decoration:none}.footer__menu-link{color:#ffffffeb;font-size:16px;line-height:1.2;display:inline-flex}.footer__menu-item{width:calc(50% - 20px)}.footer__newsletter{flex-direction:column;gap:12px;width:100%;max-width:280px;display:flex}.footer__newsletter-label{display:none}.footer__newsletter-input{box-sizing:border-box;width:100%;min-height:48px}.footer__newsletter-button{width:100%;min-height:48px;color:var(--gray-900);background:var(--gray-white);cursor:pointer;font-family:var(--font-family);border:0;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-size:18px;font-weight:500;display:inline-flex}.footer__social{flex-wrap:wrap;justify-content:center;gap:14px;width:100%;display:flex}.footer__social>*{justify-content:center;align-items:center;display:flex}.footer__social-link{width:24px;height:24px;color:var(--gray-white);justify-content:center;align-items:center;display:inline-flex}.footer__social-link.btn.simple{width:fit-content;max-width:unset;white-space:nowrap;padding:0;font-size:16px}.footer__social-icon{fill:currentColor;flex-shrink:0;display:block}.footer__bottom{border-top:1px solid #ffffff1f;padding-top:16px}.footer__copyright{text-align:center;color:#ffffff7a;margin:0;font-size:12px;line-height:1.2}@media (width>=768px){.footer{padding:60px 0 24px}.footer--top-margin{margin-top:100px}.footer__main{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:36px;display:flex}.footer__brand-block{flex:0 0 28%;max-width:280px}.footer__menu-block{flex:auto;justify-content:center;padding-top:4px}.footer__aside{flex:0 0 280px;padding-top:2px}}.language-switcher{display:inline-flex;position:relative}.language-switcher__trigger{color:inherit;background:var(--transparent);cursor:pointer;border:0;align-items:center;gap:8px;padding:0;display:inline-flex}.language-switcher__current{text-transform:uppercase;font-family:var(--font-family)}.language-switcher__caret{border-bottom:1px solid;border-right:1px solid;width:6px;height:6px;transform:rotate(45deg)translateY(-3px)}.language-switcher--open .language-switcher__caret{transform:rotate(-135deg)translateY(-3px)}.language-switcher__menu{z-index:998;background:var(--gray-white);min-width:55px;margin:0;padding:4px 0;list-style:none;display:grid;position:absolute;top:100%;right:0}.language-switcher__menu[hidden]{display:none}.language-switcher__option{min-height:28px;color:var(--gray-900);text-transform:uppercase;justify-content:center;align-items:center;font-size:13px;display:flex}.language-switcher__option.is-active{font-weight:700}.language-switcher__item a{text-decoration:none}.header__drawer-language .language-switcher__menu{left:0;right:auto}@media (width>=1024px){.header__language .language-switcher__menu{top:-10px;right:-4px}}.feedback-fab{z-index:60;height:52px;color:var(--gray-white);background:linear-gradient(135deg, var(--brand-indigo), var(--brand-bluee));cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:10px;padding:0 18px;transition:transform .2s,box-shadow .2s,filter .2s;display:inline-flex;position:fixed;bottom:65px;right:30px;box-shadow:0 14px 38px #00000047}.feedback-fab:hover{filter:saturate(1.1);transform:translateY(-2px);box-shadow:0 16px 44px #00000052}.feedback-fab:active{transform:translateY(0)}.feedback-fab:focus-visible{outline:2px solid var(--brand-bluee);outline-offset:3px}.feedback-fab__icon{flex:none;display:block}.feedback-fab__label{font-family:var(--font-family);letter-spacing:.01em;font-size:16px;font-weight:600;line-height:1;display:none}@media (width>=768px){.feedback-fab__label{display:inline}}.feedback-modal{z-index:80;place-items:center;padding:18px;display:grid;position:fixed;inset:0;overflow-y:auto}.feedback-modal[hidden]{display:none}.site-body.feedback-modal--lock{overflow:hidden}.feedback-modal__backdrop{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1d1d208f;position:absolute;inset:0}.feedback-modal__dialog{width:min(640px,100%);color:var(--gray-white);background:radial-gradient(120% 140% at 20% 0%, #9ce1f52e 0%, #9ce1f500 42%), radial-gradient(140% 120% at 100% 20%, #0080a92e 0%, #0080a900 45%), var(--gray-900);opacity:0;will-change:transform, opacity;border:1px solid #ffffff1a;border-radius:28px;max-height:calc(100svh - 36px);transition:transform .22s,opacity .22s;position:relative;overflow:hidden auto;transform:translateY(10px)scale(.985);box-shadow:0 22px 70px #0000007a}.feedback-modal--open .feedback-modal__dialog{opacity:1;transform:translateY(0)scale(1)}.feedback-modal__head{justify-content:space-between;align-items:flex-start;gap:14px;padding:18px 18px 8px;display:flex}.feedback-modal__title{font-family:var(--font-family);margin:0;font-size:22px;font-weight:600;line-height:1.15}.feedback-modal__subtitle{font-family:var(--second-family);color:#ffffffbf;margin:6px 0 0;font-size:14px;font-weight:400;line-height:1.4}.feedback-modal__close{width:40px;height:40px;color:var(--gray-white);cursor:pointer;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;flex:none;justify-content:center;align-items:center;padding:0;transition:background-color .2s,transform .2s;display:inline-flex}.feedback-modal__close:hover{background:#ffffff1f;transform:translateY(-1px)}.feedback-modal__close:focus-visible{outline:2px solid var(--brand-bluee);outline-offset:3px}.feedback-modal__close-icon{display:block}.feedback-modal__body{padding:10px 18px 18px}.feedback-modal__grid,.feedback-modal__row{gap:12px;display:grid}@media (width>=640px){.feedback-modal__row{grid-template-columns:1fr 1fr}}.feedback-modal__field{gap:8px;display:grid}.feedback-modal__label{font-family:var(--second-family);letter-spacing:.01em;color:#ffffffd1;font-size:13px;line-height:1.2}.feedback-modal__control{box-sizing:border-box;width:100%;min-height:48px}.feedback-modal__control::placeholder{color:#ffffff73}textarea.feedback-modal__control{resize:vertical;min-height:110px}.feedback-modal__hint{font-family:var(--second-family);color:#ffffff9e;margin:0;font-size:12px;line-height:1.35}.feedback-modal__errors{font-family:var(--second-family);color:#ffb4b4;margin:0;font-size:12px;line-height:1.3}.feedback-modal__errors:empty{display:none}.feedback-modal__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;padding-top:6px;display:flex}.feedback-modal__submit{font-family:var(--font-family);color:var(--gray-900);background:var(--gray-white);cursor:pointer;border:0;border-radius:999px;padding:12px 18px;font-size:16px;font-weight:600;transition:all .3s;position:relative;overflow:hidden}.feedback-modal__submit:hover{color:var(--gray-white);background-color:var(--brand-bluee)}.feedback-modal__submit:disabled{opacity:.65;cursor:not-allowed}.feedback-modal__submit.processing:after{content:"";cursor:wait;background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJ3aGl0ZSIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjQiIGN5PSIxMiIgcj0iMCI+PGFuaW1hdGUgYmVnaW49IjA7c3Bpbm5lcl96ME9yLmVuZCIgYXR0cmlidXRlTmFtZT0iciIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIwLjVzIiBrZXlTcGxpbmVzPSIuMzYsLjYsLjMxLDEiIHZhbHVlcz0iMDszIiBmaWxsPSJmcmVlemUiLz48YW5pbWF0ZSBiZWdpbj0ic3Bpbm5lcl9PTE1zLmVuZCIgYXR0cmlidXRlTmFtZT0iY3giIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMC41cyIga2V5U3BsaW5lcz0iLjM2LC42LC4zMSwxIiB2YWx1ZXM9IjQ7MTIiIGZpbGw9ImZyZWV6ZSIvPjxhbmltYXRlIGJlZ2luPSJzcGlubmVyX1VIUjIuZW5kIiBhdHRyaWJ1dGVOYW1lPSJjeCIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIwLjVzIiBrZXlTcGxpbmVzPSIuMzYsLjYsLjMxLDEiIHZhbHVlcz0iMTI7MjAiIGZpbGw9ImZyZWV6ZSIvPjxhbmltYXRlIGlkPSJzcGlubmVyX2xvNjYiIGJlZ2luPSJzcGlubmVyX0FndWguZW5kIiBhdHRyaWJ1dGVOYW1lPSJyIiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuNXMiIGtleVNwbGluZXM9Ii4zNiwuNiwuMzEsMSIgdmFsdWVzPSIzOzAiIGZpbGw9ImZyZWV6ZSIvPjxhbmltYXRlIGlkPSJzcGlubmVyX3owT3IiIGJlZ2luPSJzcGlubmVyX2xvNjYuZW5kIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZHVyPSIwLjAwMXMiIHZhbHVlcz0iMjA7NCIgZmlsbD0iZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iNCIgY3k9IjEyIiByPSIzIj48YW5pbWF0ZSBiZWdpbj0iMDtzcGlubmVyX3owT3IuZW5kIiBhdHRyaWJ1dGVOYW1lPSJjeCIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIwLjVzIiBrZXlTcGxpbmVzPSIuMzYsLjYsLjMxLDEiIHZhbHVlcz0iNDsxMiIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgYmVnaW49InNwaW5uZXJfT0xNcy5lbmQiIGF0dHJpYnV0ZU5hbWU9ImN4IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuNXMiIGtleVNwbGluZXM9Ii4zNiwuNiwuMzEsMSIgdmFsdWVzPSIxMjsyMCIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgaWQ9InNwaW5uZXJfSnNuUiIgYmVnaW49InNwaW5uZXJfVUhSMi5lbmQiIGF0dHJpYnV0ZU5hbWU9InIiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMC41cyIga2V5U3BsaW5lcz0iLjM2LC42LC4zMSwxIiB2YWx1ZXM9IjM7MCIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgaWQ9InNwaW5uZXJfQWd1aCIgYmVnaW49InNwaW5uZXJfSnNuUi5lbmQiIGF0dHJpYnV0ZU5hbWU9ImN4IiBkdXI9IjAuMDAxcyIgdmFsdWVzPSIyMDs0IiBmaWxsPSJmcmVlemUiLz48YW5pbWF0ZSBiZWdpbj0ic3Bpbm5lcl9BZ3VoLmVuZCIgYXR0cmlidXRlTmFtZT0iciIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIwLjVzIiBrZXlTcGxpbmVzPSIuMzYsLjYsLjMxLDEiIHZhbHVlcz0iMDszIiBmaWxsPSJmcmVlemUiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIj48YW5pbWF0ZSBiZWdpbj0iMDtzcGlubmVyX3owT3IuZW5kIiBhdHRyaWJ1dGVOYW1lPSJjeCIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIwLjVzIiBrZXlTcGxpbmVzPSIuMzYsLjYsLjMxLDEiIHZhbHVlcz0iMTI7MjAiIGZpbGw9ImZyZWV6ZSIvPjxhbmltYXRlIGlkPSJzcGlubmVyX2hTamsiIGJlZ2luPSJzcGlubmVyX09MTXMuZW5kIiBhdHRyaWJ1dGVOYW1lPSJyIiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuNXMiIGtleVNwbGluZXM9Ii4zNiwuNiwuMzEsMSIgdmFsdWVzPSIzOzAiIGZpbGw9ImZyZWV6ZSIvPjxhbmltYXRlIGlkPSJzcGlubmVyX1VIUjIiIGJlZ2luPSJzcGlubmVyX2hTamsuZW5kIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZHVyPSIwLjAwMXMiIHZhbHVlcz0iMjA7NCIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgYmVnaW49InNwaW5uZXJfVUhSMi5lbmQiIGF0dHJpYnV0ZU5hbWU9InIiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMC41cyIga2V5U3BsaW5lcz0iLjM2LC42LC4zMSwxIiB2YWx1ZXM9IjA7MyIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgYmVnaW49InNwaW5uZXJfQWd1aC5lbmQiIGF0dHJpYnV0ZU5hbWU9ImN4IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuNXMiIGtleVNwbGluZXM9Ii4zNiwuNiwuMzEsMSIgdmFsdWVzPSI0OzEyIiBmaWxsPSJmcmVlemUiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMCIgY3k9IjEyIiByPSIzIj48YW5pbWF0ZSBpZD0ic3Bpbm5lcl80djVNIiBiZWdpbj0iMDtzcGlubmVyX3owT3IuZW5kIiBhdHRyaWJ1dGVOYW1lPSJyIiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuNXMiIGtleVNwbGluZXM9Ii4zNiwuNiwuMzEsMSIgdmFsdWVzPSIzOzAiIGZpbGw9ImZyZWV6ZSIvPjxhbmltYXRlIGlkPSJzcGlubmVyX09MTXMiIGJlZ2luPSJzcGlubmVyXzR2NU0uZW5kIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZHVyPSIwLjAwMXMiIHZhbHVlcz0iMjA7NCIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgYmVnaW49InNwaW5uZXJfT0xNcy5lbmQiIGF0dHJpYnV0ZU5hbWU9InIiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMC41cyIga2V5U3BsaW5lcz0iLjM2LC42LC4zMSwxIiB2YWx1ZXM9IjA7MyIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgYmVnaW49InNwaW5uZXJfVUhSMi5lbmQiIGF0dHJpYnV0ZU5hbWU9ImN4IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuNXMiIGtleVNwbGluZXM9Ii4zNiwuNiwuMzEsMSIgdmFsdWVzPSI0OzEyIiBmaWxsPSJmcmVlemUiLz48YW5pbWF0ZSBiZWdpbj0ic3Bpbm5lcl9BZ3VoLmVuZCIgYXR0cmlidXRlTmFtZT0iY3giIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMC41cyIga2V5U3BsaW5lcz0iLjM2LC42LC4zMSwxIiB2YWx1ZXM9IjEyOzIwIiBmaWxsPSJmcmVlemUiLz48L2NpcmNsZT48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-size:35px;background-color:var(--brand-bluee);width:100%;height:100%;position:absolute;top:0;left:0}.feedback-modal__status{background:#ffffff0f;border:1px solid #ffffff24;border-radius:18px;margin-top:12px;padding:12px 14px;display:none}.feedback-modal__status--visible{display:block}.feedback-modal__status--error{border-color:#ffb4b459}.feedback-modal__status-title{font-family:var(--font-family);margin:0;font-size:14px;font-weight:600;line-height:1.25}.feedback-modal__status-text{font-family:var(--second-family);color:#ffffffc7;margin:6px 0 0;font-size:13px;line-height:1.35}@media (prefers-reduced-motion:reduce){.feedback-fab,.feedback-modal__dialog{transition:none}}.cookie-consent{z-index:99999;color:var(--gray-white);background:#1d1d20e0;gap:14px;padding:16px 18px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 16px 42px #0000003d}.cookie-consent[hidden]{display:none}.cookie-consent__text{text-align:center;margin:0;font-size:14px;line-height:1.4}.cookie-consent__button{height:42px;font-family:var(--font-family);color:var(--gray-900);background:var(--gray-white);cursor:pointer;border:0;border-radius:24px;justify-self:start;padding:0 20px;font-size:15px;font-weight:500}@media (width>=768px){.cookie-consent{grid-template-columns:minmax(0,1fr) auto;align-items:center;padding:18px 48px}}.accordion{gap:24px;display:grid}.accordion__item{background:var(--gray-white);border:1px solid var(--gray-300);border-radius:24px;overflow:hidden}.accordion__trigger{width:100%;min-height:48px;font-family:var(--font-family);color:var(--gray-900);text-align:left;background:var(--transparent);cursor:pointer;border:0;justify-content:space-between;align-items:center;gap:18px;padding:11px 24px 13px;font-size:18px;font-weight:400;line-height:1.2;display:flex}.accordion__trigger:focus-visible{outline:2px solid var(--brand-bluee);outline-offset:-2px}.accordion__icon{flex:none;width:18px;height:18px;position:relative}.accordion__icon:before,.accordion__icon:after{content:"";background:currentColor;width:18px;height:2px;transition:transform .2s;position:absolute;top:8px;left:0}.accordion__icon:after{transform:rotate(90deg)}.accordion__item.is-open .accordion__icon:after{transform:rotate(0)}.accordion__panel[hidden]{display:none}.accordion__content{color:var(--gray-600);padding:0 24px 22px;font-size:16px;line-height:1.45}.jobs-page__intro{max-width:335px;font-family:var(--font-family);color:#565661;margin:0 0 60px;font-size:18px;font-weight:400;line-height:1.28}.jobs-accordion{gap:24px}.jobs-accordion .accordion__item{background:#fff;border:0;border-radius:20px;overflow:hidden}.jobs-accordion .accordion__item:not(.is-open):hover{background:#fff}.jobs-accordion .accordion__trigger{min-height:80px;font-family:var(--font-family);color:#7a7a83;padding:0 27px 0 32px;font-size:22px;font-weight:600;line-height:1}.jobs-accordion .accordion__item:not(.is-open):hover .accordion__trigger{color:#7a7a83}.jobs-accordion .accordion__icon{color:#565661;width:27px;height:27px}.jobs-accordion .accordion__icon:before,.jobs-accordion .accordion__icon:after{background-color:currentColor;width:27px;height:2px;top:13px}.jobs-accordion .accordion__icon:after{transform:rotate(90deg)}.jobs-accordion .accordion__item.is-open .accordion__icon:before{transform:rotate(45deg)}.jobs-accordion .accordion__item.is-open .accordion__icon:after{transform:rotate(-45deg)}.jobs-accordion .accordion__panel{border-top:1px solid #dedee0}.jobs-accordion .accordion__content{font-family:var(--font-family);color:#565661;padding:30px 32px 48px;font-size:16px;font-weight:400;line-height:1.35}.jobs-accordion .accordion__content p{margin:0 0 22px}.jobs-accordion .accordion__content ul{margin:0 0 25px;padding-left:27px}.jobs-accordion .accordion__content li{margin:0 0 8px}.jobs-accordion .accordion__content a{text-underline-offset:2px;text-decoration:underline}.accordion__title{font-family:var(--font-family);color:#7a7a83;font-size:22px;font-weight:600}@media (width>=768px){.accordion__title{font-size:28px}.jobs-page__intro{display:none}.jobs-accordion .accordion__item{border-radius:24px}.jobs-accordion .accordion__item:not(.is-open):hover{background:#dedee0}.jobs-accordion .accordion__trigger{min-height:100px;padding:0 36px 0 64px;font-size:28px;font-weight:400}.jobs-accordion .accordion__item:not(.is-open):hover .accordion__trigger{color:#1d1d20}.jobs-accordion .accordion__icon{width:28px;height:28px}.jobs-accordion .accordion__icon:before,.jobs-accordion .accordion__icon:after{width:28px;height:3px;top:13px}.jobs-accordion .accordion__content{padding:30px 64px 60px;font-size:18px}}.hero-accordion{background:var(--gray-white);border-radius:32px;width:100%;display:grid;overflow:hidden}.hero-accordion__intro{border-bottom:1px solid #e1e1e2;padding:40px 40px 41px}.hero-accordion__title{max-width:440px;font-family:var(--font-family);color:var(--gray-900);margin:0;font-size:22px;font-weight:700;line-height:1.35}.hero-accordion__list{gap:41px;padding:20px 40px 34px;display:grid}.hero-accordion__item{min-width:0}.hero-accordion__trigger{width:100%;font-family:var(--font-family);color:#7a7a83;text-align:left;background:var(--transparent);cursor:pointer;border:0;grid-template-columns:32px minmax(0,1fr);align-items:start;gap:24px;padding:0;display:grid}.hero-accordion__trigger:focus-visible{outline:2px solid var(--brand-bluee);outline-offset:6px}.hero-accordion__icon{width:29px;height:29px;color:var(--gray-600);margin-top:4px;position:relative}.hero-accordion__icon:before,.hero-accordion__icon:after{content:"";background:currentColor;width:29px;height:2px;transition:transform .2s;position:absolute;top:14px;left:0}.hero-accordion__icon:after{transform:rotate(90deg)}.hero-accordion__item.is-open .hero-accordion__icon:after{transform:rotate(0)}.hero-accordion__label{max-width:345px;font-size:20px;font-weight:400;line-height:1.2}.hero-accordion__panel{font-family:var(--font-family);color:var(--gray-600);padding:14px 0 0 56px;font-size:16px;line-height:1.45}.hero-accordion__panel[hidden]{display:none}@media (width>=768px){.accordion{gap:24px}.accordion__trigger{min-height:48px;padding:11px 24px 13px;font-size:18px}.accordion__content{padding:0 24px 24px;font-size:18px}.hero-accordion{grid-template-columns:1fr 1fr;min-height:400px}.hero-accordion__intro{border-bottom:0;border-right:1px solid #e1e1e2;padding:39px 64px}.hero-accordion__title{max-width:470px;font-size:28px;line-height:1.28}.hero-accordion__list{align-content:center;align-items:center;gap:62px;padding:34px 64px 34px 66px}.hero-accordion__trigger{grid-template-columns:32px minmax(0,1fr);gap:28px}.hero-accordion__label{max-width:420px;font-size:18px;line-height:1.24}.hero-accordion__panel{padding-left:60px}}.hero-project-info{background:var(--gray-white);border-radius:32px;overflow:hidden}.hero-project-info__media{overflow:hidden}.hero-project-info__image{object-fit:cover;width:100%;height:356px;display:block}.hero-project-info__content{padding:0 24px;display:grid}.hero-project-info__row{grid-template-columns:56px minmax(0,1fr) auto;align-items:center;gap:24px;padding:26px 0;display:grid;position:relative}.hero-project-info__row+.hero-project-info__row{border-top:1px solid #d0d0d4}.hero-project-info__icon{width:48px;height:48px;color:var(--gray-600);justify-content:center;align-items:center;display:inline-flex}.hero-project-info__icon-svg{stroke:currentColor;width:48px;height:48px;display:block}.hero-project-info__body{min-width:0}.hero-project-info__label{font-family:var(--font-family);color:var(--gray-900);margin:0 0 12px;font-size:18px;font-weight:700;line-height:1}.hero-project-info__value{font-family:var(--font-family);color:var(--gray-500);margin:0;font-size:18px;font-weight:400;line-height:1.28}.hero-project-info__link{width:48px;height:48px;color:var(--gray-white);background:var(--gray-900);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.hero-project-info__link svg{stroke:currentColor;display:block}@media (width>=768px){.hero-project-info{grid-template-columns:minmax(0,1fr) minmax(420px,1fr);min-height:418px;display:grid}.hero-project-info__image{height:100%;min-height:418px}.hero-project-info__content{align-content:center;padding:0 88px 0 66px}.hero-project-info__row{padding:30px 0}.hero-project-info__label{margin-bottom:12px}}.projects-listing{z-index:1;margin:36px 0 72px;position:relative}.projects-listing__grid{gap:36px;display:grid}.project-card{gap:20px;display:grid}.project-card__media{aspect-ratio:440/354;color:var(--gray-white);background:var(--gray-900);border-radius:32px;text-decoration:none;display:block;position:relative;overflow:hidden}.project-card__media:after{content:"";background:linear-gradient(#1110 34%,#111111c7 100%);position:absolute;inset:0}.project-card__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.project-card__overlay{z-index:1;position:absolute;bottom:34px;left:32px;right:32px}.project-card__title{max-width:100%;font-family:var(--font-family);color:var(--gray-white);margin:0 0 20px;font-size:32px;font-weight:600;line-height:1.12}.project-card__meta{font-family:var(--font-family);color:var(--gray-white);align-items:center;gap:14px;margin:0;font-size:18px;font-weight:400;line-height:1.2;display:flex}.project-card__meta strong{font-weight:600}.project-card__divider{opacity:.9}.project-card__bottom{grid-template-columns:1fr 48px;align-items:start;gap:16px;display:grid}.project-card__excerpt{max-width:38ch;font-family:var(--font-family);color:var(--gray-700);margin:0;font-size:18px;font-weight:400;line-height:1.22}.project-card__button{width:48px;height:48px;color:var(--gray-white);background:var(--gray-900);border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-flex}.project-card__button:hover{background:var(--brand-indigo);transform:translate(2px)}.project-card__button:focus-visible{outline:2px solid var(--brand-bluee);outline-offset:3px}.project-card__button-icon{display:block}.project-card__button-icon *{stroke:currentColor}@media (width>=768px){.projects-listing{margin-top:64px;margin-bottom:96px}.projects-listing__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:56px 24px;max-width:1232px}.project-card{gap:26px}.project-card__media{aspect-ratio:592/480}.project-card__overlay{bottom:36px;left:32px;right:32px}.project-card__title{margin-bottom:26px;font-size:32px}.project-card__bottom{grid-template-columns:1fr 52px;gap:18px}.project-card__button{width:52px;height:52px}}.pagination{scrollbar-width:none;justify-content:flex-start;margin-top:clamp(40px,5vw,64px);display:flex;overflow-x:auto}.pagination::-webkit-scrollbar{display:none}.pagination__list{flex:none;align-items:center;gap:20px;display:inline-flex}.pagination__item{width:48px;height:48px;font-family:var(--font-family);color:var(--gray-900);background:var(--gray-white);border-radius:50%;flex:0 0 48px;justify-content:center;align-items:center;font-size:18px;font-weight:500;line-height:2;text-decoration:none;transition:color .2s,background-color .2s;display:inline-flex}.pagination__item:focus-visible{outline:2px solid var(--brand-bluee);outline-offset:3px}.pagination__item:is(a):hover,.pagination__item.is-active{color:var(--gray-white);background:var(--gray-900)}.pagination__item.is-disabled{cursor:default;pointer-events:none}.pagination__item--arrow{color:var(--gray-900)}.pagination__item--dots{cursor:default}.pagination__icon{fill:none;stroke:currentColor;width:27px;height:27px;display:block}.pagination__icon--prev{transform:rotate(180deg)}@media (width>=768px){.pagination{justify-content:flex-end}}.text-content{box-sizing:border-box;width:100%;max-width:1054px;font-family:var(--font-family);color:var(--gray-600);margin:0 auto}.text-content--surface{background:var(--gray-white);border-radius:24px;padding:40px 24px 48px}.text-content__title{color:var(--gray-900);text-align:center;margin:0 0 26px;font-size:22px;font-weight:700;line-height:1.18}.text-content__body{font-size:18px;font-weight:400;line-height:1.3}.text-content__body>:first-child{margin-top:0}.text-content__body>:last-child{margin-bottom:0}.text-content__body h1,.text-content__body h1,.text-content__body h2,.text-content__body h3,.text-content__body h4,.text-content__body h5,.text-content__body h6{text-align:center;color:var(--gray-900);margin:0 0 24px;font-weight:700;line-height:1.3}.text-content__body h1{text-align:center;margin:0 0 26px;font-size:25px;line-height:1.18}.text-content__body h2{font-size:24px}.text-content__body h3{font-size:22px}.text-content__body h4{font-size:20px}.text-content__body h5,.text-content__body h6{font-size:18px}.text-content__body p,.text-content__body ul,.text-content__body ol{margin:0 0 24px}.text-content__body ul,.text-content__body ol{padding-left:28px}.text-content__body li{margin:0 0 10px;padding-left:0}.text-content__body li:last-child{margin-bottom:0}.text-content__body strong,.text-content__body b{color:var(--gray-900);font-weight:700}.text-content__body a{color:inherit;text-underline-offset:3px;text-decoration:underline}@media (width>=768px){.text-content--surface{border-radius:32px;padding:40px 154px 60px}.text-content__title{margin-bottom:26px;font-size:22px}.text-content__body h1{font-size:34px}.text-content__body h2{font-size:32px}.text-content__body h3{font-size:26px}.text-content__body h4{font-size:22px}}.section-tabs{box-sizing:border-box;width:100%;color:var(--gray-600);background:var(--gray-white);border-radius:24px;overflow:hidden}.section-tabs__tabs{background:var(--gray-100);grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;display:grid}.section-tabs__tab{box-sizing:border-box;width:100%;min-height:78px;font-family:var(--font-family);color:var(--gray-500);text-align:center;background:var(--gray-100);cursor:pointer;border:0;justify-content:center;align-items:flex-start;padding:16px 20px;font-size:20px;font-weight:700;line-height:1.18;text-decoration:none;display:flex}.section-tabs__tab--active{color:var(--gray-900);background:var(--gray-white);border-radius:24px 24px 0 0}.section-tabs__tab--active:first-child{border-top-left-radius:0}.section-tabs__tab--active:last-child{border-top-right-radius:0}.section-tabs__content{max-width:none;padding:42px 16px 60px}.section-tabs__panel[hidden]{display:none}.section-tabs__panel h1,.section-tabs__panel h2,.section-tabs__panel h3,.section-tabs__panel h4,.section-tabs__panel h5,.section-tabs__panel h6{margin:35px 0 25px;font-size:22px;line-height:1.3}.section-tabs__panel h1:not(:first-child),.section-tabs__panel h2:not(:first-child),.section-tabs__panel h3:not(:first-child),.section-tabs__panel h4:not(:first-child),.section-tabs__panel h5:not(:first-child),.section-tabs__panel h6:not(:first-child){margin:25px 0}@media (width>=768px){.section-tabs{border-radius:32px}.section-tabs__tab{align-items:flex-start;min-height:92px;padding:32px 24px 20px;font-size:22px}.section-tabs__tab--active{border-radius:32px 32px 0 0}.section-tabs__tab--active:first-child{border-top-left-radius:0}.section-tabs__tab--active:last-child{border-top-right-radius:0}.section-tabs__content{max-width:900px;padding:42px 0 60px}}.solution-highlights{overflow:hidden}.solution-highlights__track{scroll-snap-type:x mandatory;scrollbar-width:none;gap:24px;margin:0 -18px;padding:0 18px 6px;display:flex;overflow-x:auto}.solution-highlights__track::-webkit-scrollbar{display:none}.solution-highlights__item{scroll-snap-align:start;flex:0 0 min(312px,100vw - 36px)}.solution-highlights__media{aspect-ratio:1;background-color:var(--gray-900);border-radius:28px;position:relative;overflow:hidden}.solution-highlights__image{object-fit:cover;width:100%;height:100%;display:block}.solution-highlights__badge{width:64px;height:64px;color:var(--gray-white);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#121214c7;border-radius:10px;justify-content:center;align-items:center;display:flex;position:absolute;bottom:18px;left:16px}.solution-highlights__icon{color:currentColor;fill:currentColor;display:block}.solution-highlights__icon *{fill:currentColor}.solution-highlights__title{max-width:320px;font-family:var(--font-family);color:var(--gray-900);text-align:center;margin:24px auto 0;font-size:22px;font-weight:700;line-height:1.12}@media (width>=768px){.solution-highlights__track{grid-template-columns:repeat(3,minmax(0,1fr));margin:0;padding:0;display:grid;overflow:visible}.solution-highlights__item{min-width:0}.solution-highlights__media{border-radius:32px}.solution-highlights__badge{width:72px;height:72px;bottom:20px;left:20px}.solution-highlights__title{max-width:360px;font-size:24px}}.section-gallery__head{flex-direction:row;align-items:center;margin-bottom:24px;position:relative}.section-gallery__title>h2{color:var(--gray-900);font-weight:800}.section-gallery__actions{width:auto;margin-left:auto}.section-gallery__actions .btn:last-child{margin-left:0}.section-gallery__arrow{color:var(--gray-900);background-color:var(--gray-white);border-radius:50%;flex-shrink:0}.section-gallery__card{aspect-ratio:44/31;background-color:var(--gray-900);border-radius:18px;width:100%;margin:0;position:relative;overflow:hidden}.section-gallery__image{object-fit:cover;width:100%;height:100%;display:block}@media (width>=768px){.section-gallery__head{justify-content:center;margin-bottom:49px}.section-gallery__actions{margin-left:0;position:absolute;top:0;right:0}.section-gallery__card{aspect-ratio:592/418;border-radius:20px}}@font-face{font-family:Onest;font-style:normal;font-weight:400;font-display:swap;src:url(/build/assets/onest-v9-cyrillic_cyrillic-ext_latin_latin-ext-regular-DqD8QeqL.woff2)format("woff2")}@font-face{font-family:Onest;font-style:normal;font-weight:500;font-display:swap;src:url(/build/assets/onest-v9-cyrillic_cyrillic-ext_latin_latin-ext-500-DrTXanMG.woff2)format("woff2")}@font-face{font-family:Onest;font-style:normal;font-weight:600;font-display:swap;src:url(/build/assets/onest-v9-cyrillic_cyrillic-ext_latin_latin-ext-600-Df_fxxry.woff2)format("woff2")}@font-face{font-family:Onest;font-style:normal;font-weight:700;font-display:swap;src:url(/build/assets/onest-v9-cyrillic_cyrillic-ext_latin_latin-ext-700-B1R_RH3z.woff2)format("woff2")}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;font-display:swap;src:url(/build/assets/montserrat-v31-cyrillic_cyrillic-ext_latin_latin-ext-500-DBKTCzw1.woff2)format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/build/assets/inter-v20-cyrillic_cyrillic-ext_latin_latin-ext-regular-LoLcqtbS.woff2)format("woff2")}:root{--font-family:"Onest", sans-serif;--second-family:"Montserrat", sans-serif;--third-family:"Inter", sans-serif;--red-error:red;--red:#bd0101;--brand-indigo:#7064a5;--brand-purple:#c85094;--brand-bluee:#008bd0;--brand-green:#009e70;--gray-900:#1d1d20;--gray-800:#27272a;--gray-700:#3f3f46;--gray-600:#52525b;--gray-500:#7a7a83;--gray-400:#a1a1aa;--gray-300:#d0d0d4;--gray-200:#e1e1e2;--gray-100:#f4f4f5;--gray-black:#000;--gray-white:#fff;--transparent:#0000}body{font-family:var(--font-family);color:var(--gray-900);background-color:var(--gray-100);margin:0}a{color:inherit}.container{box-sizing:content-box;max-width:1208px;margin:0 auto;padding:0 18px}.btn{max-width:fit-content;height:fit-content;font-family:var(--font-family);color:var(--gray-900);background-color:var(--gray-white);border:none;border-radius:24px;padding:10px 18px;font-size:18px;font-weight:500;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}@media (width>=768px){.btn{padding:13px 24px}}.btn *{fill:var(--gray-900);stroke:var(--gray-900)}.btn:hover{color:var(--gray-white);cursor:pointer;background-color:var(--brand-indigo)}.btn:hover *{fill:var(--gray-white);stroke:var(--gray-white)}.btn.processing:after{content:"";cursor:wait;background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJ3aGl0ZSIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxjaXJjbGUgY3g9IjQiIGN5PSIxMiIgcj0iMCI+PGFuaW1hdGUgYmVnaW49IjA7c3Bpbm5lcl96ME9yLmVuZCIgYXR0cmlidXRlTmFtZT0iciIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIwLjVzIiBrZXlTcGxpbmVzPSIuMzYsLjYsLjMxLDEiIHZhbHVlcz0iMDszIiBmaWxsPSJmcmVlemUiLz48YW5pbWF0ZSBiZWdpbj0ic3Bpbm5lcl9PTE1zLmVuZCIgYXR0cmlidXRlTmFtZT0iY3giIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMC41cyIga2V5U3BsaW5lcz0iLjM2LC42LC4zMSwxIiB2YWx1ZXM9IjQ7MTIiIGZpbGw9ImZyZWV6ZSIvPjxhbmltYXRlIGJlZ2luPSJzcGlubmVyX1VIUjIuZW5kIiBhdHRyaWJ1dGVOYW1lPSJjeCIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIwLjVzIiBrZXlTcGxpbmVzPSIuMzYsLjYsLjMxLDEiIHZhbHVlcz0iMTI7MjAiIGZpbGw9ImZyZWV6ZSIvPjxhbmltYXRlIGlkPSJzcGlubmVyX2xvNjYiIGJlZ2luPSJzcGlubmVyX0FndWguZW5kIiBhdHRyaWJ1dGVOYW1lPSJyIiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuNXMiIGtleVNwbGluZXM9Ii4zNiwuNiwuMzEsMSIgdmFsdWVzPSIzOzAiIGZpbGw9ImZyZWV6ZSIvPjxhbmltYXRlIGlkPSJzcGlubmVyX3owT3IiIGJlZ2luPSJzcGlubmVyX2xvNjYuZW5kIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZHVyPSIwLjAwMXMiIHZhbHVlcz0iMjA7NCIgZmlsbD0iZnJlZXplIi8+PC9jaXJjbGU+PGNpcmNsZSBjeD0iNCIgY3k9IjEyIiByPSIzIj48YW5pbWF0ZSBiZWdpbj0iMDtzcGlubmVyX3owT3IuZW5kIiBhdHRyaWJ1dGVOYW1lPSJjeCIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIwLjVzIiBrZXlTcGxpbmVzPSIuMzYsLjYsLjMxLDEiIHZhbHVlcz0iNDsxMiIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgYmVnaW49InNwaW5uZXJfT0xNcy5lbmQiIGF0dHJpYnV0ZU5hbWU9ImN4IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuNXMiIGtleVNwbGluZXM9Ii4zNiwuNiwuMzEsMSIgdmFsdWVzPSIxMjsyMCIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgaWQ9InNwaW5uZXJfSnNuUiIgYmVnaW49InNwaW5uZXJfVUhSMi5lbmQiIGF0dHJpYnV0ZU5hbWU9InIiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMC41cyIga2V5U3BsaW5lcz0iLjM2LC42LC4zMSwxIiB2YWx1ZXM9IjM7MCIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgaWQ9InNwaW5uZXJfQWd1aCIgYmVnaW49InNwaW5uZXJfSnNuUi5lbmQiIGF0dHJpYnV0ZU5hbWU9ImN4IiBkdXI9IjAuMDAxcyIgdmFsdWVzPSIyMDs0IiBmaWxsPSJmcmVlemUiLz48YW5pbWF0ZSBiZWdpbj0ic3Bpbm5lcl9BZ3VoLmVuZCIgYXR0cmlidXRlTmFtZT0iciIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIwLjVzIiBrZXlTcGxpbmVzPSIuMzYsLjYsLjMxLDEiIHZhbHVlcz0iMDszIiBmaWxsPSJmcmVlemUiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIzIj48YW5pbWF0ZSBiZWdpbj0iMDtzcGlubmVyX3owT3IuZW5kIiBhdHRyaWJ1dGVOYW1lPSJjeCIgY2FsY01vZGU9InNwbGluZSIgZHVyPSIwLjVzIiBrZXlTcGxpbmVzPSIuMzYsLjYsLjMxLDEiIHZhbHVlcz0iMTI7MjAiIGZpbGw9ImZyZWV6ZSIvPjxhbmltYXRlIGlkPSJzcGlubmVyX2hTamsiIGJlZ2luPSJzcGlubmVyX09MTXMuZW5kIiBhdHRyaWJ1dGVOYW1lPSJyIiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuNXMiIGtleVNwbGluZXM9Ii4zNiwuNiwuMzEsMSIgdmFsdWVzPSIzOzAiIGZpbGw9ImZyZWV6ZSIvPjxhbmltYXRlIGlkPSJzcGlubmVyX1VIUjIiIGJlZ2luPSJzcGlubmVyX2hTamsuZW5kIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZHVyPSIwLjAwMXMiIHZhbHVlcz0iMjA7NCIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgYmVnaW49InNwaW5uZXJfVUhSMi5lbmQiIGF0dHJpYnV0ZU5hbWU9InIiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMC41cyIga2V5U3BsaW5lcz0iLjM2LC42LC4zMSwxIiB2YWx1ZXM9IjA7MyIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgYmVnaW49InNwaW5uZXJfQWd1aC5lbmQiIGF0dHJpYnV0ZU5hbWU9ImN4IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuNXMiIGtleVNwbGluZXM9Ii4zNiwuNiwuMzEsMSIgdmFsdWVzPSI0OzEyIiBmaWxsPSJmcmVlemUiLz48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMCIgY3k9IjEyIiByPSIzIj48YW5pbWF0ZSBpZD0ic3Bpbm5lcl80djVNIiBiZWdpbj0iMDtzcGlubmVyX3owT3IuZW5kIiBhdHRyaWJ1dGVOYW1lPSJyIiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuNXMiIGtleVNwbGluZXM9Ii4zNiwuNiwuMzEsMSIgdmFsdWVzPSIzOzAiIGZpbGw9ImZyZWV6ZSIvPjxhbmltYXRlIGlkPSJzcGlubmVyX09MTXMiIGJlZ2luPSJzcGlubmVyXzR2NU0uZW5kIiBhdHRyaWJ1dGVOYW1lPSJjeCIgZHVyPSIwLjAwMXMiIHZhbHVlcz0iMjA7NCIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgYmVnaW49InNwaW5uZXJfT0xNcy5lbmQiIGF0dHJpYnV0ZU5hbWU9InIiIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMC41cyIga2V5U3BsaW5lcz0iLjM2LC42LC4zMSwxIiB2YWx1ZXM9IjA7MyIgZmlsbD0iZnJlZXplIi8+PGFuaW1hdGUgYmVnaW49InNwaW5uZXJfVUhSMi5lbmQiIGF0dHJpYnV0ZU5hbWU9ImN4IiBjYWxjTW9kZT0ic3BsaW5lIiBkdXI9IjAuNXMiIGtleVNwbGluZXM9Ii4zNiwuNiwuMzEsMSIgdmFsdWVzPSI0OzEyIiBmaWxsPSJmcmVlemUiLz48YW5pbWF0ZSBiZWdpbj0ic3Bpbm5lcl9BZ3VoLmVuZCIgYXR0cmlidXRlTmFtZT0iY3giIGNhbGNNb2RlPSJzcGxpbmUiIGR1cj0iMC41cyIga2V5U3BsaW5lcz0iLjM2LC42LC4zMSwxIiB2YWx1ZXM9IjEyOzIwIiBmaWxsPSJmcmVlemUiLz48L2NpcmNsZT48L3N2Zz4=);background-position:50%;background-repeat:no-repeat;background-color:var(--brand-indigo);width:100%;height:100%;position:absolute;top:0;left:0}.btn.simple{color:var(--gray-white);background-color:var(--transparent)}.btn.simple:hover{color:var(--brand-indigo);cursor:pointer}.btn.dark{color:var(--gray-white);background-color:var(--gray-900)}.btn.dark:hover{color:var(--gray-900);background-color:var(--transparent)}.btn.dark.processing:after{background-color:var(--gray-900)}.btn.full-width{width:100%;max-width:unset}input{font-family:var(--font-family);color:var(--gray-white);caret-color:var(--brand-light-blue);border:1px solid var(--gray-400);background-color:var(--transparent);border-radius:24px;padding:12px 28px 14px 24px;font-size:18px;font-weight:400;transition:all .5s}input:focus{border:1px solid var(--gray-white);box-shadow:none;outline:none}input:hover{cursor:text;border:1px solid var(--gray-white)}input:not(:placeholder-shown):invalid,input:not(:placeholder-shown):invalid:focus,input:not(:placeholder-shown):invalid:hover,input:not(:placeholder-shown):invalid:focus:hover{border:1px solid var(--red-error)}input.square{border-top:none;border-left:none;border-right:none;border-radius:0;padding:13px 0}textarea{font-family:var(--font-family);color:var(--gray-white);caret-color:var(--brand-light-blue);border:1px solid var(--gray-400);background-color:var(--transparent);border-radius:24px;padding:12px 28px 14px 24px;font-size:18px;font-weight:400;transition:all .5s}textarea:focus{border:1px solid var(--gray-white);box-shadow:none;outline:none}textarea:hover{cursor:text;border:1px solid var(--gray-white)}textarea:not(:placeholder-shown):invalid,textarea:not(:placeholder-shown):invalid:focus,textarea:not(:placeholder-shown):invalid:hover,textarea:not(:placeholder-shown):invalid:focus:hover{border:1px solid var(--red-error)}.title{width:100%}.title.shifted{justify-content:center;display:flex}.title>h2{max-width:fit-content;font-family:var(--font-family);color:var(--gray-900);margin:0;font-size:32px;font-weight:500;line-height:1}.title.center>h2{margin:0 auto}@media (width>=760px){.title.shifted>h2{margin:0;padding-left:227px}.title>h2{font-size:40px}}.description{max-width:900px;margin:0 auto}.description>.title{margin:0 0 24px}.description>p{text-align:center;font-family:var(--font-family);text-align:center;color:#52525b;margin:0;font-size:18px;font-weight:400}.page-header{background:linear-gradient(206deg,#004669 0%,#008cb5 48.08% 59.13%,#004669 100%);border-radius:20px;margin:90px 0 0;padding:24px}.page-header__title{color:var(--gray-white);margin:0 0 10px;padding:0;font-size:30px;font-weight:600;line-height:1}.page-header__description{color:var(--gray-white);margin:0 0 15px;padding:0;font-size:18px;font-weight:600}@media (width>=768px){.page-header{border-radius:36px;margin:120px 0 0}.page-header__title{margin:0 0 15px;font-size:40px}.page-header__description{font-size:24px}}.section-default{margin:0 0 60px}@media (width>=760px){.section-default{margin:0 0 80px}}.icon-revert{transform:rotate(180deg)}.section-header-overlap,.section-header-creeping{--section-overlap:96px;--section-overlap-bottom:40px;z-index:3;margin:calc(-1 * var(--section-overlap)) 0 var(--section-overlap-bottom);position:relative}@media (width>=760px){.section-header-overlap,.section-header-creeping{--section-overlap:120px;--section-overlap-bottom:60px}}.section-header-overlap--projects{--section-overlap:210px}@media (width>=760px){.section-header-overlap--projects{--section-overlap:220px}}.section-header-overlap--surface{--section-overlap:250px}@media (width>=760px){.section-header-overlap--surface{--section-overlap:300px}}.section-header-overlap--tabs{--section-overlap:100px}@media (width>=760px){.section-header-overlap--tabs{--section-overlap:160px}}.content-slider-head{flex-direction:column;justify-content:space-between;align-items:center;gap:16px;margin-bottom:28px;display:flex}@media (width>=768px){.content-slider-head{flex-direction:row}}.content-slider-actions{flex-shrink:0;align-items:center;gap:12px;width:100%;display:flex}.content-slider-actions a.btn:last-child{margin-left:auto}@media (width>=768px){.content-slider-actions{flex-direction:row;max-width:fit-content}.content-slider-actions a.btn:last-child{margin-left:0}}.content-slider-arrow{max-width:unset;border:none;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:color .3s,background-color .3s,opacity .3s;display:inline-flex}.content-slider-arrow:last-child{margin-right:auto}.content-slider-arrow:disabled{cursor:default;opacity:.65}.content-slider-arrow:disabled:hover{cursor:no-drop}.content-slider-arrow>span{font-size:26px;line-height:1}.content-slider-more{font-size:18px;font-weight:500;line-height:1;text-decoration:none;display:inline-block}.swiper{overflow:hidden}.swiper-wrapper{box-sizing:content-box;width:100%;height:100%;display:flex}.swiper-slide{flex-shrink:0;width:100%;height:auto}.section-projects__title{color:var(--gray-900);margin:0;font-size:24px;font-weight:600;line-height:1}.section-projects__card{border-radius:24px;min-height:360px;text-decoration:none;display:block;position:relative;overflow:hidden}.section-projects__card:after{content:"";background:linear-gradient(#11111105 26%,#111111be 100%);position:absolute;inset:0}.section-projects__image{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.section-projects__overlay{z-index:1;color:var(--gray-white);position:absolute;bottom:22px;left:24px;right:24px}.section-projects__name{font-family:var(--font-family);color:var(--gray-white);margin:0 0 12px;font-size:32px;font-weight:600}.section-projects__meta{color:#fffffff0;align-items:center;gap:10px;margin:0;font-size:14px;line-height:1.2;display:flex}.section-projects__meta strong{color:var(--gray-white);font-weight:700}.section-projects__divider{opacity:.8}@media (width>=768px){.content-slider-head{margin-bottom:32px}.content-slider-actions{gap:20px}.content-slider-arrow{width:48px;height:48px}.content-slider-arrow>span{font-size:32px}.section-projects__title{font-size:56px;line-height:.96}.section-projects__card{border-radius:30px;min-height:480px}.section-projects__overlay{bottom:28px;left:30px;right:30px}.section-projects__name{margin-bottom:18px;font-size:34px}.section-projects__meta{gap:14px;font-size:18px}}.testimonial-card{background-color:var(--gray-white);border-radius:32px;flex-direction:column;gap:20px;padding:20px 20px 20px 72px;display:flex;position:relative}.testimonial-card__avatar{border-radius:50%;width:40px;height:40px;position:absolute;top:2px;left:-53px;overflow:hidden}.testimonial-card>header{padding:8px 0 0;position:relative}.testimonial-card__author{border-bottom:1px solid #a1a1aa;flex-direction:column;align-items:flex-start;gap:13px;padding:0 0 20px;display:flex}.testimonial-card__author h3{white-space:nowrap;font-family:var(--font-family);color:var(--gray-900);margin:0;font-size:22px;font-weight:600}.testimonial-card__author>p{color:#76767d;font-size:18px;font-weight:400;line-height:1.3;font-family:var(--font-family);margin:0}@media (width>=768px){.testimonial-card__author{flex-direction:row}.testimonial-card__author>p{border-left:1px solid #a1a1aa;padding:4px 0 4px 13px}}.testimonial-card__quote{font-family:var(--font-family);color:#52525b;margin:0;font-size:16px;font-weight:400}.testimonial-card__project{justify-content:space-between;align-items:center;text-decoration:none;display:flex}.testimonial-card__project>span:first-child{font-family:var(--font-family);color:var(--gray-900);font-size:22px;font-weight:600}.testimonial-card__project>svg{stroke:var(--gray-900)}.section-solutions__carousel,.section-carousel .swiper{margin:40px -18px 0!important;padding:0 18px!important}.section-solutions__grid{gap:24px;display:grid}@media (width>=768px){.section-solutions__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.section-solutions__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.solution-card{background-color:var(--gray-white);border-radius:32px;flex-direction:column;gap:24px;min-height:100%;padding:69px 24px 24px;display:flex;position:relative}.solution-card__icon>svg{fill:var(--gray-600);transition:all .4s}.solution-card__title>h3{max-width:300px;font-family:var(--font-family);color:var(--gray-900);margin:0;font-size:24px;font-weight:600}@media (width>=768px){.solution-card__title>h3{font-size:32px}}.solution-card__description{flex:auto}.solution-card__description>p{font-family:var(--font-family);color:#52525b;flex:auto;margin:0;font-size:18px;font-weight:400}.solution-card__link{position:unset;box-sizing:border-box;justify-content:center;align-items:center;width:48px;height:48px;margin-left:auto;padding:12px;display:flex}.solution-card__link *{fill:var(--gray-white);stroke:var(--gray-white)}.solution-card__link:hover{opacity:.7;background-color:var(--gray-900)!important}.solution-card__link:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0}.solution-card:hover .solution-card__icon>svg{fill:var(--brand-purple)}.solution-horizontal{background-color:var(--gray-white);border-radius:24px;flex-direction:column;gap:24px;margin:0 0 40px;padding:68px 16px 16px;display:flex;position:relative}@media (width>=768px){.solution-horizontal{border-radius:32px;gap:24px;margin:0 0 60px;padding:66px 48px 66px 30%}}.solution-horizontal__icon{position:absolute;inset:10px 10px auto auto}.solution-horizontal__icon>img{width:68px;height:68px}@media (width>=768px){.solution-horizontal__icon{inset:74px auto auto 94px}.solution-horizontal__icon>img{width:160px;height:160px}}.solution-horizontal__title>h3{max-width:235px;font-family:var(--font-family);color:#52525b;margin:0;font-size:28px;font-weight:600;line-height:1.3}@media (width>=768px){.solution-horizontal__title>h3{max-width:unset;font-size:32px}}.solution-horizontal__description{flex-direction:column;gap:24px;display:flex}.solution-horizontal__description>p{font-family:var(--font-family);color:#52525b;margin:0;font-size:18px;font-weight:400}.solution-horizontal__description>p>span{font-weight:700}.solution-horizontal__description>hr{border:none;border-top:1px solid #d0d0d4;max-width:350px;height:0;margin:0;padding:0}.solution-horizontal__buttons{flex-wrap:wrap;gap:24px;display:flex}.section-serviced{overflow:hidden}.section-serviced__list{grid-template-rows:200px 210px 200px;grid-template-columns:repeat(2,1fr);justify-items:center;gap:24px 16px;padding:24px 0 5px;display:grid}.section-serviced__list>:nth-child(3){grid-column:1/-1}@media (width>=768px){.section-serviced__list{grid-template-rows:200px;grid-template-columns:repeat(5,1fr);gap:24px;padding:40px 0 5px}.section-serviced__list>:nth-child(3){grid-column:auto}}.callback-form{box-sizing:border-box;max-width:1208px;margin:40px auto 0}.callback-form__form,.callback-form__fields{gap:24px;display:grid}.callback-form__control{box-sizing:border-box;width:100%;min-height:48px;color:var(--gray-900);border-color:var(--gray-300);background-color:#0000}.callback-form__control::placeholder{color:var(--gray-400)}.callback-form__control:focus,.callback-form__control:hover{border-color:var(--gray-300)}.callback-form__message{resize:vertical;min-height:160px}.callback-form__submit{min-height:48px;font-family:var(--font-family);color:var(--gray-900);cursor:pointer;background-color:var(--transparent);border:0;justify-self:center;padding:0 24px;font-size:18px;font-weight:500}@media (width>=768px){.callback-form{margin-top:48px}.callback-form__form{grid-template-columns:minmax(280px,360px) 1fr;align-items:start;column-gap:40px}.callback-form__message{grid-area:1/2/span 2;min-height:271px}.callback-form__submit{grid-area:2/1;margin-top:8px}}.serviced-icon{--color-bg:var(--brand-indigo);--color-hover:var(--color-bg);width:130px;height:130px;transition:all .3s;position:relative}.serviced-icon__round{z-index:1;background-color:var(--color-bg);opacity:.2;border-radius:50%;width:100%;height:100%;transition:all .3s;position:absolute}.serviced-icon__round:last-child{z-index:2;background-color:var(--color-bg);opacity:.5;width:calc(100% - 16px);height:calc(100% - 16px);top:8px;left:8px}.serviced-icon__wrapper{z-index:5;background-color:var(--color-bg);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;transition:all .5s;display:flex;position:absolute;top:calc(50% - 50px);left:calc(50% - 50px);overflow:hidden}.serviced-icon__title{width:220px;font-family:var(--font-family);text-align:center;color:var(--gray-900);font-size:18px;font-weight:600;transition:all .3s;position:absolute;top:calc(100% + 24px);left:calc(50% - 110px)}.serviced-icon:hover,.serviced-icon.is-hovered{width:150px;height:150px;margin:-10px 0 0}.serviced-icon:hover .serviced-icon__wrapper,.serviced-icon.is-hovered .serviced-icon__wrapper{background-color:var(--color-hover)}.serviced-icon:hover .serviced-icon__wrapper *,.serviced-icon.is-hovered .serviced-icon__wrapper *{filter:drop-shadow(10px 10px 12px color-mix(in srgb, var(--color-hover) 35%, black))}.serviced-icon:hover .serviced-icon__round,.serviced-icon.is-hovered .serviced-icon__round{background-color:var(--color-hover)}.serviced-icon:hover .serviced-icon__round:last-child,.serviced-icon.is-hovered .serviced-icon__round:last-child{background-color:var(--color-hover);width:calc(100% - 24px);height:calc(100% - 24px);top:12px;left:12px}.serviced-icon:hover .serviced-icon__title,.serviced-icon.is-hovered .serviced-icon__title{top:calc(100% + 14px)}.section-clients__grid{flex-wrap:wrap;justify-content:space-around;align-items:self-start;gap:20px;display:flex}.client-card{flex-direction:column;align-items:center;max-width:150px;display:flex}@media (width>=400px){.client-card{max-width:160px}}@media (width>=480px){.client-card{max-width:200px}}@media (width>=768px){.client-card{max-width:285px}}.client-card>img{object-fit:contain;flex-shrink:0;width:100%;height:184px}@media (width>=768px){.client-card>img{width:100%;height:250px}}.client-card__title{width:100%;font-family:var(--font-family);text-align:center;color:var(--gray-900);font-size:18px;font-weight:600}.contact-map{background:var(--gray-white);border-radius:32px;overflow:hidden}.contact-map__inner{flex-direction:column;display:flex}.contact-map__media{order:1;height:343px;position:relative}.contact-map__frame,.contact-map__map-link,.contact-map__image{width:100%;height:100%;display:block;position:absolute;inset:0}.contact-map__frame{border:0}.contact-map--mono .contact-map__frame,.contact-map--mono .contact-map__image{filter:grayscale()saturate(0)contrast(.95)}.contact-map__image{object-fit:cover}.contact-map__body{background:var(--gray-white);order:2;padding:20px 24px 24px}.contact-map__title{font-family:var(--font-family);color:#1d1d20;margin:0 0 18px;font-size:16px;font-weight:700;line-height:1.2}.contact-map__contacts{border-bottom:1px solid #d9d9dc;gap:15px;margin:0;padding:0 0 17px;list-style:none;display:grid}.contact-map__contact{font-family:var(--font-family);color:#7a7a83;margin:0;font-size:16px;font-weight:400;line-height:1.28}.contact-map__label{color:#7a7a83}.contact-map__value{color:#1d1d20;text-decoration:none}.contact-map__social{text-align:center;padding:15px 0 0}.contact-map__social-title{font-family:var(--font-family);color:#1d1d20;margin:0 0 17px;font-size:16px;font-weight:700;line-height:1.2}.contact-map__social-list{justify-content:center;gap:24px;margin:0;padding:0;list-style:none;display:flex}.contact-map__social-link{color:#7a7a83;text-decoration:none;display:flex}.contact-map__social-icon{fill:currentColor;width:24px;height:24px}@media (width>=768px){.contact-map__inner{grid-template-columns:404px minmax(0,1fr);min-height:400px;display:grid}.contact-map--no-media .contact-map__inner{min-height:0;display:block}.contact-map__media{border-radius:0 24px 24px 0;order:2;height:400px;overflow:hidden}.contact-map__body{order:1;padding:66px 48px 40px}.contact-map__title{margin-bottom:22px;font-size:18px}.contact-map__contacts{gap:18px;padding-bottom:22px}.contact-map__contact{font-size:18px;line-height:1.28}.contact-map__social{text-align:left;padding-top:20px}.contact-map__social-title{margin-bottom:22px;font-size:18px}.contact-map__social-list{justify-content:flex-start;gap:24px}}.feature-card{background:var(--gray-white);border-radius:24px;min-height:708px;padding:68px 16px 16px;display:grid;position:relative;overflow:hidden}.feature-card__icon{object-fit:contain;width:80px;height:80px;position:absolute;top:24px;right:22px}.feature-card__body{flex-direction:column;display:flex}.feature-card__title{max-width:230px;font-family:var(--font-family);color:#565661;margin:0 0 28px;font-size:28px;font-weight:600;line-height:1.27}.feature-card__text{font-family:var(--font-family);color:#565661;margin:0;font-size:18px;font-weight:400;line-height:1.27}.feature-card__text strong{font-weight:700}.feature-card__rule{border:0;border-top:1px solid #d0d0d4;width:100%;margin:25px 0 22px}.feature-card__tags{flex-wrap:wrap;gap:16px;margin:25px 0 0;padding:0;list-style:none;display:flex}.feature-card__tag{font-family:var(--font-family);color:var(--gray-white);white-space:nowrap;background:#1d1d20;border-radius:999px;padding:10px 18px;font-size:14px;font-weight:400;line-height:1.2}@media (width>=768px){.feature-card{border-radius:32px;grid-template-columns:315px minmax(0,1fr);min-height:455px;padding:56px 94px 54px}.feature-card__icon{align-self:start;width:180px;height:180px;margin-top:16px;position:static}.feature-card__title{max-width:none;margin-bottom:24px;font-size:32px;line-height:1.2}.feature-card__text{font-size:18px;line-height:1.28}.feature-card__rule{max-width:350px;margin:24px 0 23px}.feature-card__tags{gap:24px;margin-top:26px}.feature-card__tag{padding:13px 24px;font-size:18px}}.section-error__panel{min-height:85vh;color:var(--gray-white);isolation:isolate;background:#06151b;position:relative;overflow:hidden}.section-error__poster,.section-error__poster-img,.section-error__video{width:100%;height:100%;position:absolute;inset:0}.section-error__poster{z-index:1}.section-error__poster-img,.section-error__video{object-fit:cover;object-position:center bottom;display:block}.section-error__video{z-index:2;opacity:0;transition:opacity .35s}.section-error__video.is-loaded{opacity:1}.section-error__overlay{z-index:3;pointer-events:none;background:linear-gradient(#030b0f61 0%,#030b0f2e 48%,#030b0f3d 100%),#01080c33;position:absolute;inset:0}.section-error__content{z-index:4;text-align:center;flex-direction:column;justify-content:center;align-items:center;height:85vh;padding:48px 0;display:flex;position:relative}.section-error__code{color:var(--gray-white);margin:0 0 24px;font-size:96px;font-weight:700;line-height:.9}.section-error__title{max-width:620px;color:var(--gray-white);margin:0 0 32px;font-size:28px;font-weight:500;line-height:1.2}.section-error__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;display:flex}@media (width>=768px){.section-error__code{margin-bottom:32px;font-size:160px}.section-error__title{margin-bottom:40px;font-size:40px}}@media (prefers-reduced-motion:reduce){.section-error__video{display:none}}
