@charset "UTF-8";@layer base,component,mod;:root{--spacing: 100px;--font-primary: "Involve", sans-serif, -apple-system, blinkmacsystemfont, roboto, ubuntu, "Droid Sans", "Helvetica Neue", arial, sans-serif, "Apple Color Emoji"}:root{--color-primary: #1e1e1e;--color-primary--rgb: 30, 30, 30;--color-blck: #000;--color-blck--rgb: 0, 0, 0;--color-whte: #fff;--color-whte--rgb: 255, 255, 255;--color-gry: #c0bfbf;--color-gry--rgb: 192, 191, 191;--color-text: #000;--color-text--rgb: 0, 0, 0;--color-text-alt: #a8a8a8;--color-text-alt--rgb: 168, 168, 168;--color-bg: #fff;--color-bg--rgb: 255, 255, 255;--color-bg-secondary: #d9d9d9;--color-bg-secondary--rgb: 217, 217, 217;--color-bg-third: #f0f4ff;--color-bg-third--rgb: 240, 244, 255;--color-success: #259243;--color-success--rgb: 37, 146, 67;--color-error: #f00;--color-error--rgb: 255, 0, 0;--font-size-default: 14px;--index-1: 100;--index-2: 200;--index-3: 1200;--index-4: 1300}@layer base{*{margin:0;padding:0;border:0}*,*:before,*:after{box-sizing:border-box}*:before,*:after{display:inline-block}html,body{min-width:360px;scroll-behavior:smooth;-webkit-tap-highlight-color:rgba(0,0,0,0)}html{scrollbar-gutter:stable;overflow:auto}body{color:var(--color-primary);font-size:var(--font-size-default);font-family:var(--font-primary);line-height:1;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:5px}::-webkit-scrollbar-track{background:var(--color-bg)}::-webkit-scrollbar-thumb{background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);border-radius:10px}::selection{color:#c32afe;background:var(--color-whte)}input,button,textarea{font-size:inherit;font-family:var(--font-primary);line-height:inherit}button{color:inherit;font-family:var(--font-primary);background-color:transparent;outline:0;cursor:pointer}div[class*=__text] p:only-of-type,div[class*=__text] p:last-of-type,div[class*=__details] p:only-of-type,div[class*=__details] p:last-of-type,div[class*=__note] p:only-of-type,div[class*=__note] p:last-of-type{margin:0}[class*=image] img{width:100%;object-fit:cover;object-position:center}a{display:inline-block;color:inherit;text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-weight:inherit;font-size:inherit}address,cite{font-style:normal}fieldset,dl,dd{margin:0;padding:0}fieldset{border:none}}.lock body{overflow:hidden;touch-action:none;overscroll-behavior:none}@font-face{font-weight:400;font-family:Involve;font-style:normal;src:url(/fonts/Involve-400.woff2) format("woff2"),url(/fonts/Involve-400.woff) format("woff");font-display:swap}@font-face{font-weight:500;font-family:Involve;font-style:normal;src:url(/fonts/Involve-500.woff2) format("woff2"),url(/fonts/Involve-500.woff) format("woff");font-display:swap}@font-face{font-weight:600;font-family:Involve;font-style:normal;src:url(/fonts/Involve-600.woff2) format("woff2"),url(/fonts/Involve-600.woff) format("woff");font-display:swap}@font-face{font-weight:700;font-family:Involve;font-style:normal;src:url(/fonts/Involve-700.woff2) format("woff2"),url(/fonts/Involve-700.woff) format("woff");font-display:swap}body:after{position:fixed;top:0;left:0;z-index:calc(var(--index-3) - 1);width:100%;height:100%;background-color:#150e2ecc;opacity:0;transition:opacity .8s ease 0s;content:"";pointer-events:none}[data-popup].popup-open{pointer-events:none}.popup-show body:after{opacity:1}@layer component{.popup{position:fixed;top:0;right:0;bottom:0;left:0;padding:30px 18px;visibility:hidden;transition:visibility .8s ease 0s;pointer-events:none}.popup_show{z-index:var(--index-3);overflow:auto;visibility:visible;pointer-events:auto}.popup_show .popup__content{transform:scale(1);visibility:visible}.popup__wrapper{display:flex;flex:1 1 auto;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:100%}.popup__content{width:100%;max-width:744px;padding:60px 40px 40px;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);overflow:hidden;border-radius:24px;transform:scale(0);visibility:hidden;transition:transform .3s ease 0s}.lock .popup__content{visibility:visible}}.popup.popup--answer .popup__content{background:var(--color-whte);max-width:549px;padding-bottom:40px}.popup.popup--answer .popup__top{text-align:center;color:var(--color-primary);margin-bottom:20px}.popup__close{position:absolute;--pad: 20px;top:var(--pad);right:var(--pad);z-index:2;--size: 38px;width:var(--size);height:var(--size);border-radius:50%;display:flex;justify-content:center;align-items:center;background:var(--color-bg-third);transition:all .3s ease-in 0s}.popup__close:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);--size: 12px;width:var(--size);height:var(--size);transition:all .3s ease-in 0s}.popup__top{display:flex;flex-direction:column;gap:16px;max-width:566px;color:var(--color-whte);margin-bottom:28px;position:relative;z-index:2}.popup__text{font-weight:400}.popup__link{margin:0 auto;min-width:137px;min-height:70px;display:flex;justify-content:center;align-items:center}.popup__form{position:relative;z-index:2}.popup__form .form__bottom{margin-top:20px}.popup__form .form__btn{background:var(--color-whte);color:var(--color-primary)}.popup__form .form__btn span:after{content:"";background:var(--color-primary)}.popup__decor{position:absolute;bottom:0;right:0;pointer-events:none}.form__items{display:flex;flex-direction:column;gap:12px}.form__file{margin:26px 0}.form__bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:20px;width:100%}.form__checkbox{align-self:center}.form__error{display:none}input[type=text],input[type=email],input[type=tel],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.input{display:block;width:100%;padding:12px 25px 10px;height:54px;align-self:center;border-radius:69px;transition:all .3s ease-in 0s;background:var(--color-whte);font-size:14px;font-weight:400;line-height:200%;color:var(--color-primary);cursor:pointer}.input::placeholder{font-size:14px;font-weight:400;line-height:200%;color:var(--color-gry);transition:all .3s ease-in 0s!important}.input._form-error{color:var(--color-error)}.input._form-error::placeholder{color:var(--color-error)}.input[placeholder]:not([data-placeholder-nohiden])::placeholder{transition:opacity .3s}.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder{opacity:0}textarea.input{padding:19px 25px 10px;resize:none;height:auto;border-radius:24px}textarea.input::-webkit-scrollbar{display:none}.checkbox{position:relative}.checkbox:has(._form-error) .checkbox__label:before{content:"";border-color:var(--color-error)}.checkbox__input{position:absolute;width:0;height:0;opacity:0}.checkbox__input:checked+.checkbox__label:before{background:var(--color-whte)}.checkbox__input:checked+.checkbox__label:after{opacity:1}.checkbox__label{position:relative;display:inline-flex;gap:10px;cursor:pointer;padding-left:34px}.checkbox__label:before{content:"";--size: 21px;flex:0 0 var(--size);width:var(--size);height:var(--size);border:1px solid var(--color-whte);border-radius:4px;position:absolute;top:-2px;left:1px;transition:all .3s ease-in 0s}.checkbox__label:after{content:"";position:absolute;top:4px;left:8px;background:url(../img/icons/check.svg) center center/contain no-repeat;--size: 8px;width:var(--size);height:var(--size);transition:all .3s ease-in 0s;opacity:0;pointer-events:none}.checkbox__text{font-size:14px;font-weight:500;line-height:20px;color:var(--color-whte);display:inline}.checkbox__text a{text-decoration:underline;display:inline}@layer component{.spollers{display:flex;flex-direction:column;gap:10px}.spollers .spollers__item[open]{background:var(--Style, linear-gradient(240deg, #c32afe 9.95%, #6a5afb 45.07%, #4b95ff 80.2%))}.spollers .spollers__item[open] .spollers__img{opacity:1}.spollers .spollers__item[open] .spollers__price{opacity:.5}.spollers .spollers__item[open] .spollers__value:before{background:var(--color-whte);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.spollers .spollers__item[open] .spollers__title{color:var(--color-whte)}.spollers .spollers__item[open] .spollers__icon{background:var(--color-bg-third)}.spollers .spollers__item[open] .spollers__icon:before{content:"";transform:rotate(180deg);background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);margin-top:0}.spollers__item{padding:38px 40px;background:linear-gradient(-90deg,#f0f4ff 0%,#fff 100%);border-radius:24px;overflow:hidden;transition:all .3s ease-in 0s;position:relative}.spollers__work{display:flex;gap:50px}.spollers__price{opacity:.4;transition:all .3s ease-in 0s}.spollers__title{position:relative;width:100%;text-align:left;list-style:none;outline:none;display:flex;gap:47px;cursor:pointer;z-index:2;font-size:24px;font-weight:700;line-height:125%;transition:all .3s ease-in 0s}.spollers__title::marker,.spollers__title::-webkit-details-marker{display:none}._spoiler-init .spollers__title{cursor:pointer}.spollers__value:before{content:"";counter-increment:section;content:counter(section,decimal-leading-zero) " ";white-space:nowrap;font-size:40px;font-weight:700;line-height:52px;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-top:4px}.spollers__name{align-self:center}.spollers__icon{--size: 60px;width:var(--size);height:var(--size);flex:0 0 var(--size);border-radius:50%;display:flex;justify-content:center;align-items:center;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);background-size:100% 100%;background-position:0% 0%;margin-left:auto;transition:all .3s ease-in 0s}.spollers__icon:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);width:22px;height:13px;transition:all .3s ease-in 0s;margin-top:5px}.spollers__category{font-size:20px;font-style:normal;font-weight:700;line-height:30px;letter-spacing:-.2px;color:var(--color-whte)}.spollers__row{padding-top:24px;padding-bottom:4px;display:flex;flex-direction:column;gap:42px}.spollers__btn{position:relative;z-index:2}.spollers__column{display:flex;flex-direction:column;gap:21px}.spollers__blocks{display:grid;grid-template-columns:repeat(2,1fr);gap:69px;padding-right:69px}.spollers__list{display:flex;flex-direction:column;gap:18px}.spollers__list-item{position:relative;padding-left:28px;font-size:20px;font-weight:400;line-height:150%;letter-spacing:-.2px;color:var(--color-whte)}.spollers__list-item:before{content:"";--size: 12px;width:var(--size);height:var(--size);border-radius:4px;background:var(--color-whte);position:absolute;top:9px;left:0}.spollers__img{position:absolute;bottom:0;right:0;pointer-events:none;z-index:0;transition:all .3s ease-in 0s;opacity:0}}@layer base{@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}}.menu__inner::-webkit-scrollbar{display:none}.header{padding:9px 0;z-index:calc(var(--index-3) + 1);position:fixed;top:0;left:0;width:100%;transition:background .3s ease-in 0s}.header._active{background:var(--color-whte)}.menu{display:flex;align-items:center;gap:30px}.menu__logo{width:99.707px;height:44px;flex:0 0 99.707px}.menu__logo img,.menu__logo picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.menu__inner{display:flex;align-items:center;gap:10px;width:100%}.menu__body{flex:1 1 auto;display:flex;align-items:center}.menu__body .menu__list{display:inline-flex;gap:30px}.menu__link{position:relative;font-size:16px;font-weight:400;line-height:normal;display:inline-block;white-space:nowrap}.menu__link:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:0;transition:all .3s ease-in 0s;pointer-events:none}.menu__content{display:flex;flex-wrap:wrap;gap:14px}.menu__socials{display:flex;gap:10px}.menu__social{--size: 50px;width:var(--size);height:var(--size);flex:0 0 var(--size);border-radius:50%;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);transition:all .3s ease-in 0s;background-size:100% 100%;background-position:0% 0%;mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat}.icon-menu{position:relative;z-index:5;display:block;display:flex;justify-content:center;align-items:center;--size: 38px;width:var(--size);height:var(--size);flex:0 0 var(--size);border-radius:7px;overflow:hidden;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);transition:all .3s ease-in 0s;background-size:100% 100%;background-position:0% 0%}.icon-menu span{width:18px;height:14px;position:relative}.icon-menu span span,.icon-menu span:before,.icon-menu span:after{content:"";position:absolute;right:0;width:100%;height:2px;background-color:var(--color-whte);transition:all .3s ease-in 0s;border-radius:10px}.icon-menu span:before{top:0}.icon-menu span:after{bottom:0}.icon-menu span span{top:calc(50% - 1px)}.menu-open .icon-menu span span{width:0}.menu-open .icon-menu span:before{top:calc(50% - 1px);transform:rotate(-45deg)}.menu-open .icon-menu span:after{bottom:calc(50% - 1px);transform:rotate(45deg)}.nav__dropdown-wrapper{position:relative}.priority-nav__dropdown{z-index:var(--index-2);transition:all .3s ease-in 0s!important;visibility:visible;border-radius:16px;padding:11px;display:flex;flex-direction:column;gap:8px;position:absolute;top:calc(100% + 18px);right:50%;transform:translate(50%);width:max-content;min-width:155px;transition:all .3s ease-in 0s;opacity:0;pointer-events:none;border:.5px solid rgba(220,221,222,.1);background:var(--color-bg)}.priority-nav__dropdown.show{visibility:visible;opacity:1;pointer-events:all}.nav__dropdown-toggle{border-radius:8px;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);transition:all .3s ease-in 0s;--size: 30px;width:var(--size);height:var(--size);flex:0 0 var(--size);margin-left:20px;display:flex;justify-content:center;align-items:center;background-size:100% 100%;background-position:0% 0%}.nav__dropdown-toggle:before{content:"";mask:url(../img/icons/09.svg) center center/contain no-repeat;-webkit-mask:url(../img/icons/09.svg) center center/contain no-repeat;--size: 24px;width:var(--size);height:var(--size);background:var(--color-whte);transition:all .3s ease-in 0s}.nav__dropdown-toggle.is-open{background-size:150% 150%;background-position:10% 0%}.nav__dropdown-toggle.priority-nav-is-hidden{opacity:0;pointer-events:none;display:none}.menu-open body:after{content:"";opacity:1}.menu-open .menu__inner{left:0}.menu-open .icon-menu{background-size:150% 150%;background-position:10% 0%}.menu-open .header{background:var(--color-whte)}.popup-show .header{z-index:calc(var(--index-3) - 1)}.footer{border-radius:22px 22px 0 0;background:var(--color-bg-third);margin-top:-62px;position:relative}.top-footer{display:flex;align-items:center;gap:40px;padding:40px 0 32px;border-bottom:1px solid rgba(var(--color-primary--rgb),.5)}.top-footer__logo{width:149.771px;height:65.954px;flex:0 0 149.771px}.top-footer__logo img,.top-footer__logo picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}.top-footer__list{display:flex;flex-wrap:wrap;gap:16px 30px;width:100%}.top-footer__link{position:relative;font-size:16px;font-weight:400;line-height:normal;display:inline-block;white-space:nowrap}.top-footer__link:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:0;transition:all .3s ease-in 0s;pointer-events:none}.top-footer__constructor{display:flex;gap:15px}.top-footer__socials{display:flex;gap:14px}.top-footer__social{--size: 56px;width:var(--size);height:var(--size);flex:0 0 var(--size);border-radius:50%;display:flex;justify-content:center;align-items:center;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);transition:all .3s ease-in 0s;background-size:100% 100%;background-position:0% 0%;mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat}.top-footer__btn{white-space:nowrap}.bottom-footer{padding:24px 0 39px;display:flex;justify-content:space-between;gap:12px}.bottom-footer__text{font-size:14px;font-weight:400;line-height:22px}.bottom-footer__link{font-size:14px;font-style:normal;font-weight:400;line-height:22px;transition:all .3s ease-in 0s;position:relative;max-width:max-content}.bottom-footer__link span:after{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;opacity:0;transition:all .3s ease-in 0s;pointer-events:none}.bottom-footer__link:before{content:"";position:absolute;top:calc(100% - 5px);left:0;width:100%;height:1px;background:var(--color-primary);transition:all .3s ease-in 0s}.bottom-footer__link:after{content:"";position:absolute;top:calc(100% - 5px);left:0;width:100%;height:1px;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);transition:all .3s ease-in 0s;opacity:0}@layer component{.btn{display:inline-flex;justify-content:center;align-items:center;max-width:max-content;text-align:center;font-size:14px;font-weight:500;line-height:100%;letter-spacing:-.16px;color:var(--color-whte);padding:21px 52px;border-radius:84px;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);transition:all .3s ease-in 0s;background-size:100% 100%;background-position:0% 0%}.btn span{position:relative;z-index:2}}@layer mod{.btn--arrow span{display:flex;align-items:center;gap:10px}.btn--arrow span:after{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);width:50px;height:10px;flex:0 0 50px;transition:all .3s ease-in 0s}.btn--icon{padding:15px 39px}.btn--icon span{display:flex;align-items:center;gap:10px}.btn--icon span:after{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);--size: 27px;width:var(--size);height:var(--size);flex:0 0 var(--size)}.btn--whte{background:var(--color-whte);color:var(--color-primary);overflow:hidden;position:relative}.btn--whte:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);transition:all .3s ease-in 0s;pointer-events:none;opacity:0}}.wrapper{display:flex;flex-direction:column;min-height:100%;overflow:hidden;background:var(--color-whte)}@supports (overflow: clip){.wrapper{overflow:clip}}.wrapper>main{flex:1 1 auto}.wrapper>*{min-width:0}@layer base{[class*=__container],.container{--pad: 18px;box-sizing:border-box;max-width:1600px;margin:0 auto;padding:0 var(--pad)}}@layer component{.discussion{background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);border-radius:22px 22px 0 0;padding:51px 0 122px;margin-top:-63px;overflow:hidden;position:relative}.discussion.discussion--two{margin-top:-93px}.discussion__inner{position:relative;z-index:2;display:grid;grid-template-columns:repeat(1,1fr);justify-content:space-between;gap:27px}.discussion__content{color:var(--color-whte);display:flex;flex-direction:column;gap:16px}.discussion__form{display:flex;flex-direction:column;gap:20px}.discussion__form .form__btn{min-width:335px;padding:21px 51px}.discussion__form .form__btn span{display:flex;align-items:center;gap:10px;white-space:nowrap}.discussion__form .form__btn span:after{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-primary);flex:0 0 50px;width:50px;height:10px;transition:all .3s ease-in 0s}.discussion__decor{position:absolute;bottom:0;right:0;pointer-events:none}.discussion__decor img,.discussion__decor picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain}}@layer component{.block-title{font-weight:700;line-height:133.333%;font-size:24px}}@layer component{.block-text{font-size:14px;font-weight:500;line-height:157.143%}}@layer component{.mission{background:var(--color-bg-third);border-radius:22px 22px 0 0;padding:54px 0 123px;position:relative}.mission__title{margin-bottom:21px}.mission__row{display:grid;grid-template-columns:repeat(1,1fr);gap:12px}.mission__decor{width:343px;height:455.017px;position:absolute;top:-155px;right:-156px;border-radius:455.017px;background:rgba(100,101,252,.15);filter:blur(103.1500015259px);pointer-events:none;z-index:0;will-change:filter}}@layer component{.mission-card{background:var(--color-whte);border-radius:24px;display:flex;justify-content:space-between;gap:20px;padding:22px 25px;position:relative;z-index:2}.mission-card.mission-card--gradient{background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%)}.mission-card.mission-card--gradient .mission-card__text,.mission-card.mission-card--gradient .mission-card__title{color:var(--color-whte)}.mission-card.mission-card--gradient .mission-card__icon{background:var(--color-bg-third)}.mission-card__info{display:flex;flex-direction:column;align-self:center;gap:7px;position:relative;z-index:2}.mission-card__title{font-size:18px;font-weight:700;line-height:166.667%;padding-top:5px}.mission-card__text{font-size:14px;font-weight:400;line-height:22px}.mission-card__icon{--size: 52px;width:var(--size);height:var(--size);flex:0 0 var(--size);display:flex;justify-content:center;align-items:center;border-radius:50%;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;position:relative;z-index:2}.mission-card__decor{position:absolute;bottom:0;right:0;pointer-events:none}}@layer component{.solution{padding:70px 0 60px;position:relative}.solution.solution--two{background:var(--color-whte);border-radius:22px 22px 0 0;padding:54px 0 125px;margin-top:-32px}.solution.solution--three{background:var(--color-whte);border-radius:22px 22px 0 0;padding:54px 0 71px;margin-top:-29px}.solution__title{margin-bottom:20px}.solution__row{display:grid;grid-template-columns:repeat(1,1fr);gap:12px;counter-reset:section}.solution__column{border-radius:24px;overflow:hidden;padding:24px 25px;position:relative;display:flex;justify-content:space-between;align-items:flex-end;gap:20px;background:var(--color-bg-third)}.solution__column:nth-child(odd){background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);align-items:flex-start}.solution__column:nth-child(odd) .solution__column-content{color:var(--color-whte)}.solution__column:nth-child(odd) .solution__column-value:before{color:var(--color-whte)}.solution__column-content{position:relative;z-index:2}.solution__column-value:before{content:"";counter-increment:section;content:counter(section,decimal-leading-zero) " ";white-space:nowrap;font-size:16px;font-weight:500;line-height:125%}.solution__column-decor{position:absolute;pointer-events:none}}@layer component{.sphere{padding-top:49px;background:var(--color-whte);border-radius:22px 22px 0 0;position:relative;margin-top:-30px}.sphere.sphere--two{margin-top:0;padding:52px 0 105px}.sphere.sphere--two .sphere__row{padding-top:0;gap:16px}.sphere__text{font-weight:400}.sphere__inner{display:grid;grid-template-columns:1fr;gap:22px;justify-content:space-between}.sphere__info{display:flex;flex-direction:column;gap:22px}.sphere__title br{display:none}.sphere__row{display:grid;grid-template-columns:repeat(1,1fr);gap:12px}.sphere__column{position:relative;background:linear-gradient(263deg,#fff 0%,#f0f4ff 97.36%)}.sphere__column .mission-card__text{font-weight:500}.sphere__column.sphere__column--gradient{background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%)}.sphere__column.sphere__column--gradient .mission-card__icon{background:#f1f5ff}.sphere__column.sphere__column--gradient .mission-card__info{color:var(--color-bg-third)}}@layer component{.intelligence{padding:53px 0 82px;border-radius:22px 22px 0 0;background:var(--color-bg-third);position:relative;overflow:hidden}.intelligence__inner{position:relative;z-index:2}.intelligence__title{margin-bottom:32px}.intelligence__decor{position:absolute;bottom:0;pointer-events:none}.intelligence__decor.intelligence__decor--one{right:0}.intelligence__decor.intelligence__decor--two{left:0}}@layer component{.block-intelligence{display:grid;grid-template-columns:1fr;gap:22px;justify-content:space-between;position:relative;z-index:2}.block-intelligence__info{display:flex;flex-direction:column;gap:22px}.block-intelligence__tag{font-size:14px;font-weight:600;line-height:160%;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;max-width:max-content;flex:1 1 auto}.block-intelligence__content{display:flex;flex-direction:column;gap:22px}.block-intelligence__text{font-weight:400}}@layer component{.company{padding:53px 0}.company__container{position:relative}.company__body .block-intelligence__content{padding-top:3px}.company__decor{position:absolute;pointer-events:none;will-change:filter}.company__decor.company__decor--one{top:-64px;right:-103px;--size: 180px;width:var(--size);height:var(--size);border-radius:50%;filter:blur(103.1500015259px);background:rgba(126,55,222,.3)}.company__decor.company__decor--two{bottom:-107px;left:-72px;--size: 180px;width:var(--size);height:var(--size);border-radius:50%;filter:blur(103.1500015259px);background:rgba(126,55,222,.3)}}@layer component{.philosophy{padding:52px 0 60px}.philosophy__container{position:relative}.philosophy__title{margin-bottom:22px}.philosophy__body{margin-bottom:27px}.philosophy__body .block-intelligence__content{max-width:780px}.philosophy__row{display:grid;grid-template-columns:repeat(1,1fr);gap:12px}.philosophy__column{background:var(--color-bg-third);padding:20px 25px}.philosophy__decor{position:absolute;pointer-events:none;--size: 180px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(126,55,222,.3);filter:blur(103.1500015259px);will-change:filter}.philosophy__decor.philosophy__decor--one{top:-11px;right:29px}.philosophy__decor.philosophy__decor--two{left:111px;top:130px}.philosophy__decor.philosophy__decor--three{top:340px;left:50%;transform:translate(-50%)}}@layer component{.story{position:relative;overflow:hidden;padding:53px 0 141px;border-radius:22px 22px 0 0;background:var(--color-bg-third)}.story__top{display:flex;align-items:center;gap:30px;justify-content:space-between;position:relative;z-index:2;margin-bottom:18px}.story__arrows{display:flex;gap:12px}.story__arrow{transition:all .3s ease-in 0s;--size: 60px;width:var(--size);height:var(--size);flex:0 0 var(--size);mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);background-size:100% 100%;background-position:0% 0%}.story__arrow.swiper-button-disabled{opacity:.5;pointer-events:none}.story__arrow.swiper-button-lock{opacity:0;pointer-events:none}.story__slider{z-index:2}.story__slide{display:flex;flex-direction:column;gap:26px}.story__slide-title{font-size:120px;font-style:normal;font-weight:700;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.story__slide-decor{position:relative;margin-bottom:23px}.story__slide-decor:before{content:"";position:absolute;top:50%;left:66px;transform:translateY(-50%);width:calc(100% - 66px);height:1px;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%)}.story__slide-decor span{--size: 61px;width:var(--size);height:var(--size);flex:0 0 var(--size);background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);border-radius:50%;display:flex;justify-content:center;align-items:center}.story__slide-decor span span{--size: 45px;width:var(--size);height:var(--size);border-radius:50%;background:var(--color-bg-third);display:flex;justify-content:center;align-items:center}.story__slide-decor span span:before{content:"";--size: 15px;width:var(--size);height:var(--size);border-radius:50%;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%)}.story__slide-text{font-weight:400}.story__circle{will-change:filter;width:602px;height:590px;border-radius:602px;background:rgba(100,101,252,.15);filter:blur(103.1500015259px);position:absolute;top:-381px;right:154px}.story__decor{pointer-events:none;position:absolute}.story__decor.story__decor--one{top:-318px;right:-868px}.story__decor.story__decor--two{bottom:0;left:0}}@layer component{.supply{border-radius:22px 22px 0 0;padding:59px 0 122px;position:relative;background:var(--color-whte);margin-top:-92px}.supply__inner{position:relative;display:flex;flex-direction:column;gap:42px}.supply__row{position:relative;z-index:2;display:grid;grid-template-columns:repeat(1,1fr);gap:12px}.supply__decor{position:absolute;will-change:filter}.supply__decor.supply__decor--one{top:-70px;left:0;width:396px;height:535px;border-radius:535px;background:rgba(126,55,222,.2);filter:blur(103.1500015259px)}.supply__decor.supply__decor--two{width:205px;height:205px;background:rgba(126,55,222,.3);filter:blur(103.1500015259px);border-radius:50%;bottom:-72px;right:50%;transform:translate(50%)}.supply__decor.supply__decor--three{width:399px;height:399px;border-radius:50%;background:rgba(126,55,222,.3);filter:blur(103.1500015259px);top:-88px;right:-20px}.supply__link{margin-top:40px}}@layer component{.supply-card{border-radius:24px;padding:26px 25px 180px;background:linear-gradient(-90deg,#f0f4ff 0%,#fff 100%);display:flex;flex-direction:column;gap:12px;position:relative;overflow:hidden}.supply-card.supply-card--gradietn{background:linear-gradient(210deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);color:var(--color-whte)}.supply-card.supply-card--gradietn .supply-card__icon{background:var(--color-bg-third)}.supply-card__title{font-size:18px;font-style:normal;font-weight:700;line-height:122.222%}.supply-card__icon{--size: 60px;width:var(--size);height:var(--size);flex:0 0 var(--size);background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat}.supply-card__text{max-width:calc(100% - 40px)}.supply-card__decor{position:absolute}}@layer component{.intro{position:relative;border-radius:0 0 22px 22px;overflow:hidden;padding-top:82px;background:var(--color-whte);z-index:2}.intro__inner{display:grid;grid-template-columns:1fr;gap:30px;min-height:613px}.intro__inner.intro__inner--two,.intro__inner.intro__inner--three,.intro__inner.intro__inner--four,.intro__inner.intro__inner--five{min-height:556px}.intro__info{position:relative;z-index:2;display:flex;flex-direction:column;gap:30px}.intro__content{display:flex;flex-direction:column;gap:20px;flex:1 1 auto}.intro__text{font-weight:400}.intro__items{display:grid;grid-template-columns:repeat(2,1fr);gap:11px;position:relative;z-index:3}.intro__item{cursor:pointer;border-radius:24px 24px 0 0;padding:14px 14px 11px;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);transition:all .3s ease-in 0s;background-size:100% 100%;background-position:0% 0%;display:flex;flex-direction:column;gap:14px;min-height:139px}.intro__item-info{flex:1 1 auto;display:flex;justify-content:space-between;gap:30px}.intro__item-title{font-size:14px;font-weight:500;line-height:22px;color:var(--color-whte)}.intro__item-icon{--size: 40px;width:var(--size);height:var(--size);flex:0 0 var(--size);mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-bg-third)}.intro__item-arrow{display:flex;align-items:center}.intro__item-arrow:before{content:"";width:46px;height:1px;background:var(--color-whte);transition:all .3s ease-in 0s}.intro__item-arrow:after{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);--size: 6px;width:var(--size);height:var(--size);flex:0 0 var(--size);margin-left:-1px;transform:translateY(.5px)}.intro__body{margin-top:auto;padding-bottom:109px;padding-right:2px;position:relative;z-index:2}.intro__row{display:flex;flex-direction:column;gap:11px;position:relative;z-index:2;max-width:300px;width:100%;margin-left:auto}.intro__column{position:relative;padding:11px 19px;border-radius:8px 0 8px 8px;background:#f7eeff;margin-right:3px;max-width:max-content}.intro__column:nth-child(odd){margin-left:auto}.intro__column:before{content:"";position:absolute;top:0;right:-8.324px;width:14.324px;height:17.295px;background:#f7eeff;mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat}.intro__column-text{background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-style:italic}.intro__img{position:absolute;width:100%;bottom:0;right:0;z-index:0;pointer-events:none;height:429px}.intro__img:before{content:"";position:absolute;top:0;left:0;width:259px;height:100%;background:linear-gradient(270deg,rgba(255,255,255,0) 0%,#fff 100%)}.intro__img img,.intro__img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.intro__decor{position:absolute;pointer-events:none;will-change:filter}.intro__decor.intro__decor--one{top:calc(var(--header) - 14px);left:0;width:100%;height:114px;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 100%)}.intro__decor.intro__decor--two{--size: 474px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(100,101,252,.2);filter:blur(103.1500015259px);top:-124px;left:345px}.intro__decor.intro__decor--three{width:519.82px;height:330.262px;border-radius:519.82px;background:rgba(167,57,253,.3);filter:blur(103.1500015259px);left:-304px;bottom:-30px}.intro__decor.intro__decor--four{--size: 388px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(100,101,252,.3);filter:blur(103.1500015259px);bottom:-125px;right:-109px}}@layer component{.agent{position:relative;padding:58px 0 100px;overflow:hidden}.agent__body{margin-bottom:33px}.agent__row{display:grid;grid-template-columns:repeat(1,1fr);gap:12px;margin-left:auto;width:100%}.agent__column{background:linear-gradient(263deg,#fff 0%,#f0f4ff 97.36%)}.agent__img{position:absolute;bottom:0;left:0;z-index:0;pointer-events:none}.agent__decor{position:absolute;pointer-events:none;will-change:filter;--size: 180px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(126,55,222,.3);filter:blur(103.1500015259px)}.agent__decor.agent__decor--one{right:29px;top:-30px}.agent__decor.agent__decor--two{top:101px;left:161px}.agent__decor.agent__decor--three{top:301px;right:50%;transform:translate(50%)}}@layer component{.automation{position:relative;border-radius:22px 22px 0 0;background:var(--color-bg-third);padding:50px 0 80px;overflow:hidden;margin-top:-41px}.automation__title{margin-bottom:21px;position:relative;z-index:2}.automation__row{display:grid;grid-template-columns:repeat(1,1fr);gap:10px;position:relative;z-index:3}.automation__column{position:relative;z-index:3}.automation__img{position:absolute;bottom:0;right:0;pointer-events:none;z-index:0}.automation__decor{position:absolute;z-index:0;top:-380px;right:-271px;width:768px;height:753.468px;border-radius:50%;background:rgba(100,101,252,.15);filter:blur(103.1500015259px);will-change:filter;pointer-events:none}}@layer component{.action{position:relative;border-radius:22px 22px 0 0;padding:53px 0 141px;background:var(--color-whte);margin-top:-23px}.action__title{margin-bottom:22px}.action__inner{position:relative;margin-bottom:41px}.action__row{display:grid;gap:10px;grid-template-columns:repeat(1,1fr);position:relative;z-index:2}.action__column .supply-card__decor{right:0;transform:translate(0)}.action__img{position:absolute;pointer-events:none}.action__img.action__img--one{top:calc(50% + 5px);transform:translateY(-50%);left:-30px}.action__img.action__img--two{bottom:-30px;left:calc(50% + 1px);transform:translate(-50%)}.action__img.action__img--three{top:calc(50% + 1px);transform:translateY(-50%);right:-30px}.action__decor{position:absolute;pointer-events:none;will-change:filter}.action__decor.action__decor--one{--size: 396px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(126,55,222,.3);filter:blur(103.1500015259px);top:-22px;left:190px}.action__decor.action__decor--two{--size: 399px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(126,55,222,.3);filter:blur(103.1500015259px);top:-65px;right:-20px}.action__decor.action__decor--three{--size: 396px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(126,55,222,.3);filter:blur(103.1500015259px);bottom:132px;right:-114px}.action__decor.action__decor--four{--size: 205px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(126,55,222,.3);filter:blur(103.1500015259px);top:50%;left:50%;transform:translate(-50%,-50%)}.action__decor.action__decor--five{--size: 396px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(126,55,222,.3);filter:blur(103.1500015259px);top:92px;left:0}.action__attention{display:flex;gap:22px;margin-left:7px}.action__icon{--size: 40px;width:var(--size);height:var(--size);flex:0 0 var(--size);mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%)}.action__text{font-weight:400;align-self:center;max-width:780px}}@layer component{.manufacture{padding:57px 0 51px}.manufacture__title{margin-bottom:22px}.manufacture__inner{position:relative}.manufacture__row{display:grid;grid-template-columns:repeat(1,1fr);gap:12px}.manufacture__decor{will-change:filter;pointer-events:none;position:absolute;--size: 396px;width:var(--size);height:var(--size);border-radius:396px;opacity:.6;background:rgba(126,55,222,.3);filter:blur(103.1500015259px)}.manufacture__decor.manufacture__decor--one{top:0;left:96px}.manufacture__decor.manufacture__decor--two{right:30px;top:182px}.manufacture__decor.manufacture__decor--three{bottom:-103px;left:408px}}@layer component{.namely{padding-bottom:80px}.namely__title{margin-bottom:19px}.namely__inner{position:relative}.namely__row{display:grid;grid-template-columns:repeat(1,1fr);gap:12px}.namely__column{padding:26px 25px 22px}.namely__column .mission-card__text{font-weight:500}.namely__decor{position:absolute;pointer-events:none;will-change:filter;--size: 180px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(126,55,222,.3);filter:blur(103.1500015259px)}.namely__decor.namely__decor--one{top:-124px;right:71px}.namely__decor.namely__decor--two{bottom:-37px;left:50%;transform:translate(-50%)}}@layer component{.phase{padding:50px 0 95px;background:var(--color-bg-third);border-radius:22px 22px 0 0;margin-top:-21px;position:relative;overflow:hidden}.phase__title{margin-bottom:32px;position:relative;z-index:2}.phase__inner{display:grid;grid-template-columns:repeat(1,1fr);gap:21px;position:relative;z-index:2}.phase__row{display:flex;flex-direction:column;gap:21px;counter-reset:section;position:relative;z-index:3}.phase__column{display:flex;gap:27px;position:relative}.phase__column:before{content:"";position:absolute;top:92px;left:31px;width:2px;height:100%;background:#dce5ff}.phase__column:after{content:"";width:42px;height:2px;background:#dce5ff;position:absolute;top:63px;left:55px}.phase__column:last-child:before{content:""}.phase__column-icon{margin-top:19px;--size: 50px;width:var(--size);height:var(--size);flex:0 0 var(--size);display:flex;justify-content:center;align-items:center;border-radius:50%;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);position:relative;z-index:2}.phase__column-icon:before{content:"";--size: 37px;width:var(--size);height:var(--size);border-radius:50%;background:var(--color-bg-third)}.phase__column-icon:after{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);width:19px;height:14px;position:absolute;top:52%;left:50%;transform:translate(-50%,-50%)}.phase__column-content{display:flex;flex-direction:column;gap:7px;padding:25px;border-radius:24px;background:var(--color-whte);width:100%;position:relative;z-index:2}.phase__column-value:before{content:"";counter-increment:section;content:counter(section,decimal-leading-zero) " ";white-space:nowrap;font-size:40px;font-weight:700;line-height:52px;background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.phase__column-title{font-size:18px;font-weight:700;line-height:22px;padding-right:50px}.phase__column-text{letter-spacing:-.2px;font-weight:400}.phase__img{position:absolute}.phase__img.phase__img--one{top:-80px;right:-774px}.phase__img.phase__img--two{bottom:0;left:0}}@layer component{.service{padding:50px 0 125px;border-radius:22px 22px 0 0;background:var(--color-whte);counter-reset:section;margin-top:-30px;position:relative}.service__title{margin-bottom:20px}}@layer component{.choice{position:relative;background:var(--color-bg-third);border-radius:22px 22px 0 0;padding:50px 0 90px;margin-top:-49px;overflow:hidden}.choice__title{margin-bottom:21px;position:relative;z-index:2}.choice__row{position:relative;z-index:2;display:grid;grid-template-columns:repeat(1,1fr);gap:12px}.choice__img{position:absolute}.choice__img.choice__img--one{bottom:0;right:0}.choice__img.choice__img--two{bottom:0;left:0}.choice__decor{width:343px;height:512.244px;pointer-events:none;will-change:filter;border-radius:512.244px;background:rgba(100,101,252,.15);filter:blur(103.1500015259px);position:absolute;top:-174px;right:-156px}}@layer component{.unbar{padding-bottom:150px}.unbar__inner{border-radius:24px;overflow:hidden;padding:50px 25px;background:var(--color-bg-third);position:relative}.unbar__info{max-width:600px;width:100%;display:flex;flex-direction:column;gap:18px;position:relative;z-index:2}.unbar__text{font-weight:400}.unbar__img{position:absolute;top:50%;right:0;transform:translateY(-50%);pointer-events:none;width:58.89vw}.unbar__img img,.unbar__img picture{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover}.unbar__img:before{content:"";position:absolute;top:0;left:-20px;width:149px;height:100%;background:linear-gradient(90deg,#eff3ff 46.21%,rgba(239,243,255,0) 100%)}.unbar__decor{position:absolute;pointer-events:none;will-change:filter;width:513.424px;height:291.182px;border-radius:513.424px;background:rgba(100,101,252,.15);filter:blur(103.1500015259px);top:-146px;left:96px}}@layer component{.connection{position:relative;padding:82px 0 115px}.connection.connection--two .connection__description{max-width:825px}.connection.connection--two .connection__top{margin-bottom:20px}.connection__spollers{position:relative;z-index:2}.connection__spollers .spollers__btn{background:var(--color-whte);color:var(--color-primary)}.connection__spollers .spollers__btn span:after{content:"";background:var(--color-primary)!important}.connection__spollers .spollers__item{background:var(--color-bg-third)}.connection__top{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:44px;position:relative;z-index:2}.connection__description{padding-top:5px;display:flex;flex-direction:column;gap:16px;max-width:769px}.connection__text{font-weight:400}.connection__row{display:grid;grid-template-columns:repeat(1,1fr);gap:12px;margin-bottom:51px;position:relative;z-index:2}.connection__column{padding:40px;border-radius:24px;background:linear-gradient(263deg,#fff 0%,#f0f4ff 97.36%)}.connection__items{display:grid;grid-template-columns:repeat(1,1fr);gap:16px 32px}.connection__items.connection__items--two{grid-template-columns:repeat(2,1fr)}.connection__items.connection__items--two .connection__item{gap:14px}.connection__items.connection__items--two .connection__item:before{content:"";--size: 50px}.connection__item{font-size:20px;font-weight:400;line-height:150%;display:flex;align-items:center;gap:24px;white-space:nowrap;position:relative}.connection__item:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;--size: 60px;width:var(--size);height:var(--size);flex:0 0 var(--size);background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%);background-size:100% 100%;background-position:0% 0%;transition:all .3s ease-in 0s}.connection__answer{font-style:italic;padding:25px 35px 25px 29px;border-radius:0 8px 8px;color:var(--color-whte);max-width:max-content;position:relative;margin:0 auto;z-index:2;background:linear-gradient(-10deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%)}.connection__answer:before{content:"";position:absolute;top:0;left:-9.221px;width:10.221px;height:13.265px;background:#007aff;mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat}.connection__decor{position:absolute;pointer-events:none;will-change:filter}.connection__decor.connection__decor--one{width:513.424px;height:517.983px;border-radius:517.983px;background:rgba(100,101,252,.15);filter:blur(103.1500015259px);top:-29px;left:382px}.connection__decor.connection__decor--two{width:519.82px;height:330.262px;border-radius:519.82px;background:rgba(167,57,253,.2);filter:blur(103.1500015259px);left:-297px;bottom:-100px}.connection__decor.connection__decor--three{width:388.424px;height:391.873px;border-radius:391.873px;background:rgba(100,101,252,.3);filter:blur(103.1500015259px);right:-143px;bottom:-108px}}@layer component{.file-loader{position:relative;z-index:2}.file-loader.file-loader--text .close{opacity:1}.file-loader__title{font-size:14px;line-height:150%;margin-bottom:11px}.file-loader__title span{font-weight:700;color:var(--color-yelow)}.file-loader__inner{display:flex;flex-direction:row-reverse;justify-content:space-between;gap:12px}.file-loader__row{position:relative;display:flex;gap:24px}.file-loader__input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer;z-index:2}.file-loader__files{display:flex;flex-direction:column;gap:12px}.file-loader__error{color:var(--color-error);margin-top:8px;font-size:14px}.file-loader__btn{position:relative}.file-loader__btn:has(._form-error){background:rgba(var(--color-error--rgb),.3)}.file-loader__input{position:absolute;top:0;left:0;width:100%;height:100%;font-size:0;opacity:0;cursor:pointer;z-index:2}.file-loader__text{display:flex;align-items:center;gap:12px;font-size:20px;font-style:normal;font-weight:400;line-height:30px;color:var(--color-whte);white-space:nowrap;transition:all .3s ease-in 0s;font-size:14px;line-height:157.143%}.file-loader__text:before{content:"";mask:var(--icon) center center/contain no-repeat;-webkit-mask:var(--icon) center center/contain no-repeat;background:var(--color-whte);transition:all .3s ease-in 0s;--size: 26px;width:var(--size);height:var(--size);flex:0 0 var(--size)}.file-loader__info{font-size:14px;line-height:140%;align-self:center;max-width:507px}.close{display:flex;justify-content:center;align-items:center;transition:all .3s ease-in 0s}.close:before{content:"";mask:url(/img/icons/close.svg) center center/contain no-repeat;-webkit-mask:url(/img/icons/close.svg) center center/contain no-repeat;background:var(--color-whte);--size: 24px;width:var(--size);height:var(--size);flex:0 0 var(--size);transition:all .3s ease-in 0s}.file-loader__result{position:relative;cursor:pointer;overflow:hidden;display:flex;align-items:center;gap:12px}.file-loader__result span{color:var(--color-whte);font-size:14px;font-weight:500;line-height:157.143%}.file-loader__result img,.file-loader__result picture{width:96px;height:143px;object-fit:cover;border-radius:2px;max-width:100%;max-height:100%}.file-loader__result video{width:96px;height:143px;object-fit:cover;border-radius:2px;max-width:100%;max-height:100%}}@layer component{.loaded .preloader{opacity:0;visibility:hidden;pointer-events:none}@keyframes slide-top02{0%{transform:translateY(80px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-top03{0%{opacity:0}to{opacity:1}}}@media only screen and (min-width: 620px){@layer component{.discussion__inner{grid-template-columns:repeat(2,1fr)}}@layer component{.mission-card.mission-card--big{grid-column-start:span 2}}@layer component{.solution__row{grid-template-columns:repeat(2,1fr);gap:16px}}@layer component{.sphere__row{grid-template-columns:repeat(2,1fr)}}@layer component{.philosophy__title br{display:none}}@layer component{.philosophy__row{grid-template-columns:repeat(2,1fr);gap:16px}}@layer component{.supply__row{grid-template-columns:repeat(2,1fr);gap:16px}}@layer component{.supply-card__decor{bottom:0;right:50%;transform:translate(50%)}}@layer component{.agent__row{grid-template-columns:repeat(2,1fr);gap:16px}}@layer component{.automation__row{grid-template-columns:repeat(2,1fr);gap:16px}}@layer component{.action__row{grid-template-columns:repeat(2,1fr);gap:9px 16px}}@layer component{.manufacture__title br{display:none}}@layer component{.manufacture__row{grid-template-columns:repeat(2,1fr);gap:16px}}@layer component{.namely__row{grid-template-columns:repeat(2,1fr);gap:16px}}@layer component{.choice__row{grid-template-columns:repeat(2,1fr);gap:16px}}}@media only screen and (min-width: 767.98px){@layer component{.mission__row{grid-template-columns:repeat(2,1fr);gap:10px 11px}}@layer component{.story__title br{display:none}}@layer component{.intro__row{max-width:590px;width:100%;margin-left:auto;gap:14px}}@layer component{.phase__inner{grid-template-columns:repeat(2,1fr)}}@layer component{.phase__column:last-child:before{display:none}}@layer component{.connection__row{grid-template-columns:repeat(2,1fr)}}}@media only screen and (min-width: 991.98px){.form__items{gap:10px}.input{padding:12px 32px 10px}textarea.input{padding:19px 32px 10px}@layer component{.spollers__price{align-self:center}}@layer component{.spollers__title{align-items:center}}.header{padding:11px 0}.menu__logo{width:150px;height:66.095px;flex:0 0 150px}.icon-menu{display:none}.top-footer__logo{width:150px;height:66.095px;flex:0 0 150px}@layer component{.btn{font-size:16px;padding:17px 38px}}@layer base{[class*=__container],.container{--pad: 50px}}@layer component{.discussion__inner{grid-template-columns:37.0895522388% 49.552238806%}}@layer component{.discussion__form .form__btn{padding:20px 38px}}@layer component{.discussion__decor{right:-200px;width:1002px;height:611px}}@layer component{.block-title{font-size:32px;line-height:123.81%}}@layer component{.block-text{font-size:16px;line-height:150%}}@layer component{.mission-card__title{font-size:22px;line-height:125%}}@layer component{.mission-card__text{font-size:16px;line-height:150%;letter-spacing:-.2px}}@layer component{.solution__row{grid-template-columns:repeat(3,1fr)}}@layer component{.solution__column:nth-child(odd){padding-bottom:284px}}@layer component{.solution__column:nth-child(2n){padding-top:284px}}@layer component{.solution__column:nth-child(2){background:linear-gradient(-90deg,#f0f4ff 0%,#fff 100%)}}@layer component{.solution__column:nth-child(4){background:linear-gradient(90deg,#f0f4ff 0%,#fff 100%)}}@layer component{.solution__column:nth-child(6){background:linear-gradient(-90deg,#f0f4ff 0%,#fff 100%)}}@layer component{.solution__column:nth-child(2n+8){background:linear-gradient(-90deg,#f0f4ff 0%,#fff 100%)}}@layer component{.solution__column:nth-child(4n+6){background:linear-gradient(90deg,#f0f4ff 0%,#fff 100%)}}@layer component{.solution__column:nth-child(6n+6){background:linear-gradient(-90deg,#f0f4ff 0%,#fff 100%)}}@layer component{.solution__column-decor.solution__column-decor--one{bottom:0;left:0}.solution__column-decor.solution__column-decor--two{top:0;right:0}.solution__column-decor.solution__column-decor--three{bottom:0;right:0}.solution__column-decor.solution__column-decor--four{top:0;left:0}.solution__column-decor.solution__column-decor--five{bottom:0;right:0}.solution__column-decor.solution__column-decor--six{top:0;right:0}.solution__column-decor.solution__column-decor--seven{bottom:0;left:0}}@layer component{.sphere.sphere--two .sphere__inner{grid-template-columns:1fr 66.1194029851%}}@layer component{.sphere__inner{grid-template-columns:1fr 66.1194029851%;gap:54px}}@layer component{.sphere__title{flex:1 1 auto}.sphere__title br{display:block}}@layer component{.sphere__row{gap:10px 14px;padding-top:8px}}@layer component{.intelligence__content-text{max-width:780px}}@layer component{.block-intelligence{grid-template-columns:1fr 66.1194029851%}}@layer component{.block-intelligence__tag{font-size:16px}}@layer component{.company__body .block-intelligence__btn{margin-bottom:9px;padding:20px 38px}}@layer component{.company__decor.company__decor--one{top:21px;right:29px}}@layer component{.company__decor.company__decor--two{display:none}}@layer component{.supply-card__title{font-size:22px;line-height:125%}}@layer component{.intro{padding-top:200px}}@layer component{.intro__inner{grid-template-columns:45.8955223881% 1fr;min-height:507px}}@layer component{.intro__inner.intro__inner--two{grid-template-columns:45.8955223881% 1fr;min-height:507px}}@layer component{.intro__inner.intro__inner--three .intro__body{padding-bottom:37px}}@layer component{.intro__inner.intro__inner--four{grid-template-columns:45.8955223881% 1fr;min-height:507px}}@layer component{.intro__inner.intro__inner--five{grid-template-columns:45.8955223881% 1fr;min-height:507px}}@layer component{.intro__content{gap:40px}}@layer component{.intro__items{gap:16px}}@layer component{.intro__img{height:calc(100% - var(--header) + 14px);width:63.82vw;right:-61px}}@layer component{.intro__img.intro__img--two{height:calc(100% - var(--header) + 14px);width:59.72vw;right:0}}@layer component{.intro__img.intro__img--three{height:calc(100% - var(--header) + 14px);width:59.72vw;right:0}}@layer component{.intro__img.intro__img--four{height:calc(100% - var(--header) + 14px);width:58.4vw;right:0}}@layer component{.intro__img.intro__img--five{height:calc(100% - var(--header) + 14px);width:58.4vw;right:0}}@layer component{.agent__row{max-width:66.1194029851%}}@layer component{.agent__column{flex-direction:column-reverse;align-items:flex-start;justify-content:flex-start}}@layer component{.agent__column .mission-card__info{align-self:flex-start}}@layer component{.automation__row{grid-template-columns:repeat(3,1fr)}}@layer component{.action__inner{margin-bottom:94px}}@layer component{.choice__decor{display:none}}@layer component{.unbar__info{gap:31px}}@layer component{.connection{padding:140px 0 130px}}@layer component{.connection.connection--two{padding:140px 0 230px}}@layer component{.connection__top{grid-template-columns:31.4925373134% 1fr;gap:30px}}@layer component{.file-loader__text{font-size:16px;line-height:150%}}@layer component{.file-loader__result span{font-size:16px;line-height:150%}}@layer component{.loaded .fade-up{transform:translateY(80px);opacity:0}.loaded .fade-up._watcher-view{animation:slide-top02 .5s cubic-bezier(.25,.46,.45,.94) both}}@layer component{.loaded .fade-opacity{opacity:0}.loaded .fade-opacity._watcher-view{animation:slide-top03 1s linear both}}}@media only screen and (min-width: 1365.98px){.menu{gap:59px}.footer{margin-top:-103px;border-radius:50px 50px 0 0}.top-footer{padding:61px 0 50px;gap:47px}.bottom-footer{padding:24px 0 61px;gap:30px}@layer component{.discussion{padding:106px 0 223px;border-radius:50px 50px 0 0;margin-top:-63px}}@layer component{.discussion.discussion--two{margin-top:-30px}}@layer component{.discussion__content{margin-left:20px;gap:32px}}@layer component{.discussion__decor{right:0}}@layer component{.block-title{font-size:42px}}@layer component{.block-text{font-size:20px}}@layer component{.mission{padding:107px 0 183px;border-radius:50px 50px 0 0}}@layer component{.mission__title{margin-bottom:37px}}@layer component{.mission__decor{top:-114px;right:-125px;width:517.732px;height:517.732px;border-radius:50%}}@layer component{.mission-card{padding:38px 50px}}@layer component{.mission-card__info{gap:12px}}@layer component{.mission-card__title{font-size:24px;padding-top:15px}}@layer component{.mission-card__text{font-size:20px}}@layer component{.mission-card__icon{--size: 60px}}@layer component{.solution{padding:105px 0 121px}}@layer component{.solution.solution--two{border-radius:50px 50px 0 0;margin-top:-32px;padding:102px 0 185px}}@layer component{.solution.solution--three{border-radius:50px 50px 0 0;margin-top:-15px;padding:100px 0 119px}}@layer component{.solution.solution--three .solution__title{margin-bottom:40px}}@layer component{.solution__title{margin-bottom:46px;font-size:44px;line-height:58px}}@layer component{.solution__column{padding:40px}}@layer component{.solution__column-value:before{font-size:20px;line-height:160%}}@layer component{.sphere{padding-top:120px;border-radius:50px 50px 0 0;margin-top:-62px}}@layer component{.sphere.sphere--two{padding:114px 0 150px;margin-top:0}}@layer component{.sphere.sphere--two .sphere__column{padding:50px 40px}}@layer component{.sphere__column{padding:50px 43px}}@layer component{.intelligence{padding:106px 0 176px;border-radius:50px 50px 0 0}}@layer component{.intelligence__title{margin-bottom:72px}}@layer component{.block-intelligence__tag{font-size:20px}}@layer component{.block-intelligence__content{gap:29px}}@layer component{.company{padding:114px 0 111px}}@layer component{.philosophy{padding:105px 0 120px}}@layer component{.philosophy__title{margin-bottom:46px}}@layer component{.philosophy__body{margin-bottom:63px}}@layer component{.philosophy__body .block-intelligence__content{padding-top:4px}}@layer component{.philosophy__column{padding:40px}}@layer component{.story{padding:101px 0 141px;border-radius:50px 50px 0 0}}@layer component{.story__top{margin-bottom:80px}}@layer component{.story__arrows{gap:16px}}@layer component{.story__slide-decor:before{width:calc(100% - 77px);left:77px}}@layer component{.supply{padding:119px 0 162px;border-radius:50px 50px 0 0;margin-top:-30px}}@layer component{.supply__link{margin-top:42px}}@layer component{.supply-card{padding:45px 40px 178px;gap:24px}}@layer component{.supply-card__title{font-size:24px}}@layer component{.intro{border-radius:0 0 50px 50px}}@layer component{.intro.intro--two .intro__row{max-width:100%;margin-left:0}.intro.intro--two .intro__row .intro__column{margin-left:0}}@layer component{.intro.intro--two .intro__body{padding-bottom:101px}}@layer component{.intro__content{padding-right:40px}}@layer component{.intro__title{font-size:46px;font-style:normal;font-weight:700;line-height:56px}}@layer component{.intro__item{gap:30px;padding:20px 18px 33px 25px}}@layer component{.intro__item-title{align-self:center;font-size:16px}}@layer component{.intro__item-icon{--size: 60px}}@layer component{.intro__column{padding:25px 52px;margin-right:11px}}@layer component{.intro__column.intro__column--two{padding:16px 32px}.intro__column.intro__column--two .intro__column-text{font-size:16px;font-style:normal;font-weight:500;line-height:30px}}@layer component{.agent{padding:111px 0 468px}}@layer component{.agent__body{margin-bottom:42px}}@layer component{.agent__column{padding:40px;gap:29px}}@layer component{.agent__column .mission-card__icon{--size: 49px}}@layer component{.automation{border-radius:50px 50px 0 0;padding:101px 0 590px;margin-top:-349px}}@layer component{.automation__title{margin-bottom:40px}}@layer component{.automation__column{padding:40px;gap:25px;flex-direction:column-reverse;justify-content:flex-end;min-height:354px}.automation__column .mission-card__info{align-self:flex-start;gap:20px}}@layer component{.action{border-radius:50px 50px 0 0;padding:106px 0 111px;margin-top:-469px}}@layer component{.action__title{margin-bottom:38px}}@layer component{.action__column{padding:40px 40px 167px;gap:40px}.action__column .supply-card__text{font-size:24px;font-weight:400;line-height:30px}}@layer component{.action__attention{gap:36px;margin-left:0}}@layer component{.action__icon{--size: 60px}}@layer component{.manufacture{padding:106px 0 107px}}@layer component{.manufacture__title{margin-bottom:40px}}@layer component{.manufacture__row{grid-template-columns:repeat(3,1fr)}}@layer component{.manufacture__column{padding:40px 40px 44px;gap:25px;flex-direction:column-reverse;justify-content:flex-end;min-height:384px}.manufacture__column .mission-card__info{align-self:flex-start;gap:20px}}@layer component{.namely{padding-bottom:150px}}@layer component{.namely__title{margin-bottom:39px}}@layer component{.namely__column{padding:38px 40px}}@layer component{.phase{padding:107px 0 200px;border-radius:50px 50px 0 0;margin-top:-32px}}@layer component{.phase__title{margin-bottom:48px}}@layer component{.phase__inner{gap:50px}}@layer component{.phase__row{gap:48px}}@layer component{.phase__column{gap:21px}}@layer component{.phase__column-icon{--size: 61px;margin-top:33px}}@layer component{.phase__column-icon:before{--size: 45px}}@layer component{.phase__column-icon:after{width:25px;height:20px}}@layer component{.phase__column-content{padding:40px;gap:20px}}@layer component{.phase__column-title{font-size:24px;font-weight:700;line-height:30px;padding-right:0}}@layer component{.service{padding:100px 0 180px;border-radius:50px 50px 0 0;margin-top:-82px}}@layer component{.service__title{margin-bottom:40px}}@layer component{.choice{border-radius:50px 50px 0 0;padding:100px 0 114px;margin-top:-49px}}@layer component{.choice__title{margin-bottom:40px}}@layer component{.choice__column{padding:40px;gap:16px;flex-direction:column-reverse;justify-content:flex-end;min-height:269px}.choice__column .mission-card__info{align-self:flex-start;gap:20px}}@layer component{.choice__column .mission-card__icon{width:49px;height:46px;flex:0 0 49px}}@layer component{.unbar__inner{border-radius:50px;padding:84px 62px}}@layer component{.unbar__title{font-size:46px;font-weight:700;line-height:56px}}@layer component{.connection.connection--two .spollers{gap:15px}}@layer component{.connection.connection--two .connection__top{margin-bottom:53px}}@layer component{.connection__top{margin-bottom:40px}}@layer component{.connection__title{font-size:46px;font-style:normal;font-weight:700;line-height:56px}}@layer component{.connection__row{grid-template-columns:repeat(3,1fr);margin-bottom:66px;gap:16px}}@layer component{.connection__answer{transform:translate(95px)}}@layer component{.file-loader__text{font-size:20px}}@layer component{.file-loader__result span{font-size:20px}}}@media (max-width: 991.98px){:root{--spacing: 80px}}@media (max-width: 767.98px){:root{--spacing: 60px}}@media only screen and (max-width: 1365.98px){@layer component{.popup__content{padding:54px 25px 40px}}.popup.popup--answer .popup__top{margin-bottom:16px}.popup__close{--pad: 12px}.popup__top{margin-bottom:20px}.popup__link{font-size:16px}.form__file{margin:8px 0 23px}.form__bottom{flex-wrap:wrap}@layer component{.spollers__item{padding:26px 25px}}@layer component{.spollers__title{gap:23px;font-size:16px;font-weight:700;line-height:137.5%}}@layer component{.spollers__value:before{font-size:16px;font-style:normal;font-weight:700;line-height:130%;margin-top:0}}@layer component{.spollers__icon{--size: 40px}}@layer component{.spollers__icon:before{width:15px;height:9px}}@layer component{.spollers__category{font-size:14px;font-style:normal;font-weight:700;line-height:30px;letter-spacing:-.14px}}@layer component{.spollers__row{padding-top:26px}}@layer component{.spollers__column{gap:10px}}@layer component{.spollers__blocks{gap:18px;padding-right:0}}@layer component{.spollers__list-item{font-size:14px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.14px}}@layer component{.spollers__list-item:before{--size: 10px;top:5px}}@layer component{.intelligence__decor{bottom:-250px}}@layer component{.intelligence__decor.intelligence__decor--one{right:-85px}}@layer component{.intelligence__decor.intelligence__decor--two{display:none}}@layer component{.story__arrow{--size: 40px}}@layer component{.story__slider{overflow:visible}}@layer component{.story__slide{max-width:428px;width:100%;gap:21px}}@layer component{.story__slide-title{font-size:100px}}@layer component{.story__slide-decor{margin-bottom:4px}}@layer component{.story__decor.story__decor--two{display:none}}@layer component{.intro__item-info{flex-direction:column-reverse;justify-content:flex-end;gap:10px}}@layer component{.intro__column:before{right:-5.281px;width:6.281px;height:7.583px}}@layer component{.agent__img{display:none}}@layer component{.automation__column .mission-card__text br{display:none}}@layer component{.automation__decor{width:343px;height:750.693px;border-radius:750.693px;background:rgba(100,101,252,.15);filter:blur(103.1500015259px);top:-256px;right:-156px}}@layer component{.manufacture__column .mission-card__text br{display:none}}@layer component{.phase__column:before{left:25px;top:67px}}@layer component{.phase__column:after{width:53px;left:47px;top:41px}}@layer component{.phase__column-value{position:absolute;top:25px;right:22px}}@layer component{.phase__column-value:before{font-size:18px;font-style:normal;font-weight:700;line-height:130%}}@layer component{.phase__img.phase__img--two{display:none}}@layer component{.choice__column .mission-card__text br{display:none}}@layer component{.choice__column .mission-card__icon{--size: 40px}}@layer component{.choice__img.choice__img--one{display:none}}@layer component{.unbar__decor{width:337px;height:166px;border-radius:337px;background:rgba(100,101,252,.15);filter:blur(75px);left:-110px;top:-64px}}@layer component{.connection__column{padding:19px 25px}}@layer component{.connection__items{gap:11px 32px}}@layer component{.connection__items.connection__items--two{grid-template-columns:repeat(1,1fr)}}@layer component{.connection__items.connection__items--two .connection__item{gap:21px}}@layer component{.connection__items.connection__items--two .connection__item:before{--size: 52px}}@layer component{.connection__item{font-size:18px;font-style:normal;font-weight:400;line-height:30px;gap:22px}}@layer component{.connection__item:before{--size: 52px}}@layer component{.file-loader__text:before{--size: 22px}}@layer component{.close:before{--size: 16px}}}@media (any-hover: hover){.popup__close:hover{background:linear-gradient(61deg,#c32afe 9.95%,#6a5afb 45.07%,#4b95ff 80.2%)}.popup__close:hover:before{content:"";background:var(--color-whte)}.popup__form .form__btn:hover{background:#c32afe;color:var(--color-whte)}.popup__form .form__btn:hover span:after{content:"";background:var(--color-whte)}.input:hover::placeholder{color:var(--color-primary)}.checkbox__text a:hover{text-decoration:none}@layer component{.spollers__icon:hover{background-size:150% 150%;background-position:10% 0%}}.menu__link:hover:after{opacity:1}.menu__social:hover,.nav__dropdown-toggle:hover{background-size:150% 150%;background-position:10% 0%}.top-footer__link:hover:after{opacity:1}.top-footer__social:hover{background-size:150% 150%;background-position:10% 0%}.bottom-footer__link:hover:after{opacity:1}.bottom-footer__link:hover:before{content:"";opacity:0}.bottom-footer__link:hover span:after{opacity:1}@layer component{.btn:hover{background-size:150% 150%;background-position:10% 0%}}@layer mod{.btn--whte:hover{color:var(--color-whte)}.btn--whte:hover:before{content:"";opacity:1}}@layer component{.discussion__form .form__btn:hover span:after{content:"";background:var(--color-whte)}}@layer component{.story__arrow:hover{background-size:150% 150%;background-position:10% 0%}}@layer component{.intro__item:hover{background-size:150% 150%;background-position:10% 0%}.intro__item:hover .intro__item-arrow:before{content:"";width:90px}}@layer component{.connection__spollers .spollers__btn:hover{color:var(--color-whte);background:#c32afe}.connection__spollers .spollers__btn:hover span:after{content:"";background:var(--color-whte)!important}}@layer component{.connection__item:hover:before{background-size:150% 150%;background-position:10% 0%}}@layer component{.file-loader__btn:hover .file-loader__text{color:#c32afe}.file-loader__btn:hover .file-loader__text:before{content:"";background:#c32afe}}@layer component{.close:hover:before{content:"";background:#c32afe}}@layer component{.file-loader__result:hover .close{opacity:1}}}@media only screen and (max-width: 991.98px){.popup__form .form__btn{padding:21px}.form__item-textarea .input{min-height:136px}@layer component{.spollers__work{flex-direction:column;gap:9px}}@layer component{.spollers__value{align-self:flex-start}}@layer component{.spollers__name{align-self:flex-start}}.menu{justify-content:space-between;gap:30px}.menu__inner{position:fixed;align-items:flex-start;top:var(--header);height:calc(100dvh - var(--header) - 76px);left:-100%;flex-direction:column;z-index:5;background:var(--color-bg-third);padding:44px 18px 18px;border-radius:0 0 34px 34px;gap:44px;max-height:max-content;overflow:auto;transition:all .3s ease-in 0s}.menu__body .menu__list{flex-direction:column;width:100%;gap:40px}.top-footer{flex-direction:column;align-items:flex-start}.top-footer__content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:30px;width:100%}.top-footer__socials{align-self:center}.bottom-footer{flex-direction:column}@layer mod{.btn--arrow{padding:21px 38px}}@layer component{.solution__column:nth-child(2n) .solution__column-decor{bottom:auto;top:0}}@layer component{.solution__column-decor{bottom:0;right:0}}@layer component{.sphere.sphere--two .sphere__inner{gap:29px}}@layer component{.sphere.sphere--two .sphere__info{gap:19px}}@layer component{.sphere.sphere--two .sphere__text br{display:none}}@layer component{.sphere.sphere--two .sphere__column .mission-card__decor{display:none}}@layer component{.intelligence__body{gap:32px}}@layer component{.philosophy__column .mission-card__icon{--size: 40px}}@layer component{.philosophy__decor{display:none}}@layer component{.story__circle{display:none}}@layer component{.story__decor.story__decor--one{top:calc(100% - 221px);right:68%;transform:translate(50%)}}@layer component{.supply__decor{display:none}}@layer component{.intro.intro--two .intro__text br{display:none}}@layer component{.intro__inner.intro__inner--four .intro__text{padding-right:0}.intro__inner.intro__inner--four .intro__text br{display:none}}@layer component{.intro__inner.intro__inner--five .intro__body{gap:88px}}@layer component{.intro__inner.intro__inner--five .intro__text{padding-right:0}.intro__inner.intro__inner--five .intro__text br{display:none}}@layer component{.intro__body{display:flex;flex-direction:column;gap:38px;padding-bottom:0}}@layer component{.intro__img:before{width:100%;height:69px;background:linear-gradient(180deg,#fff 0%,rgba(255,255,255,0) 100%)}}@layer component{.intro__decor.intro__decor--one{display:none}}@layer component{.intro__decor.intro__decor--two{--size: 314px;left:-115px;top:146px}}@layer component{.intro__decor.intro__decor--three{display:none}}@layer component{.intro__decor.intro__decor--four{--size: 235px;right:-112px;bottom:-31px}}@layer component{.agent__column{padding:30px 23px 24px}}@layer component{.agent__column .mission-card__icon{--size: 40px}}@layer component{.agent__decor{display:none}}@layer component{.automation__column{padding:20px 25px 24px}}@layer component{.automation__column .mission-card__icon{--size: 40px}}@layer component{.automation__column .mission-card__title{line-height:22px}}@layer component{.action__column{padding:21px 25px 75px}.action__column .supply-card__icon{--size: 40px}}@layer component{.action__img{display:none}}@layer component{.action__decor{display:none}}@layer component{.manufacture__column .mission-card__info{align-self:flex-start}}@layer component{.manufacture__column{padding:20px 25px 24px;gap:10px}}@layer component{.manufacture__column .mission-card__text{letter-spacing:-.14px}}@layer component{.manufacture__column .mission-card__icon{--size: 40px}}@layer component{.manufacture__column .mission-card__title{line-height:22px}}@layer component{.manufacture__decor.manufacture__decor--one{left:50%;transform:translate(-50%);width:216px;height:100%;border-radius:1170px}}@layer component{.manufacture__decor.manufacture__decor--two{display:none}}@layer component{.manufacture__decor.manufacture__decor--three{display:none}}@layer component{.namely__column .mission-card__icon{--size: 40px}}@layer component{.namely__decor{display:none}}@layer component{.phase__img.phase__img--one{bottom:0;right:0}}@layer component{.choice__column .mission-card__info{align-self:flex-start}}@layer component{.choice__column{padding:30px 23px 26px;gap:30px}}@layer component{.choice__column .mission-card__title{padding-top:0}}@layer component{.choice__column .mission-card__text{letter-spacing:-.14px}}@layer component{.choice__column .mission-card__title{line-height:22px}}@layer component{.choice__img.choice__img--two{display:none}}@layer component{.connection__title{font-size:26px;font-style:normal;font-weight:700;line-height:32px}}@layer component{.connection__title br{display:none}}@layer component{.connection__answer{font-size:18px;font-style:normal;font-weight:500;line-height:30px;padding:25px 25px 25px 30px}}@layer component{.connection__decor.connection__decor--one{border-radius:296px;background:rgba(100,101,252,.15);filter:blur(103.1500015259px);width:293px;height:296px;left:auto;right:-55px;top:-15px}}@layer component{.connection__decor.connection__decor--two{width:519.82px;height:330.262px;flex-shrink:0;border-radius:519.82px;background:rgba(167,57,253,.2);filter:blur(103.1500015259px);left:0;bottom:100px}}@layer component{.connection__decor.connection__decor--three{display:none}}}@media only screen and (max-width: 479.98px){.popup__form .form__btn{width:100%;max-width:100%}@layer component{.story__slider{overflow:hidden}}@layer component{.supply__link{max-width:100%;width:100%}}@layer component{.intro__img{width:667px;right:-107px}}@layer component{.intro__img.intro__img--two{width:713px;right:-169px;height:413px}}@layer component{.intro__img.intro__img--three{width:589px;right:-107px;height:433px}}@layer component{.intro__img.intro__img--four{width:496px;right:-55px;height:367px}}@layer component{.intro__img.intro__img--five{width:100%;right:0;height:425px}}@layer component{.unbar__inner{padding-bottom:258px}}@layer component{.unbar__img{top:auto;bottom:-104px;width:458px;height:362px;right:-38px;transform:translate(0)}}@layer component{.unbar__img:before{left:0;width:100%;height:120px;background:linear-gradient(0deg,rgba(240,244,255,0) 0%,#f0f4ff 100%)}}}@media only screen and (max-width: 767.98px){@layer component{.spollers__btn{padding:20px!important}}@layer component{.solution.solution--three .solution__row{gap:10px}}@layer component{.sphere.sphere--two .sphere__row{gap:12px}}@layer component{.sphere.sphere--two .mission-card__text{font-size:14px;font-style:normal;font-weight:400;line-height:22px}}@layer component{.story__top{flex-direction:column;gap:11px;align-items:flex-start}}@layer component{.story__arrows{margin-left:auto}}@layer component{.intro__inner.intro__inner--three .intro__body{gap:22px}}@layer component{.intro__title{font-size:26px;font-style:normal;font-weight:700;line-height:32px}}@layer component{.intro__text{padding-right:30px}}@layer component{.intro__column-text{font-size:10px;font-style:normal;font-weight:500;line-height:13.163px}}@layer component{.phase__row:last-child .phase__column:last-child:before{content:"";display:none}}@layer component{.connection.connection--two .connection__description{padding-right:18px}}@layer component{.connection__answer{margin-left:auto}}}@media only screen and (max-width: 1365.98px) and (max-width: 767.98px){@layer component{.spollers__blocks{grid-template-columns:repeat(1,1fr)}}}@media (any-hover: none){.icon-menu{cursor:default}}@media only screen and (max-width: 620px){.top-footer__list{flex-direction:column}.top-footer__constructor{width:100%}.top-footer__btn{max-width:100%;width:100%}@layer component{.solution.solution--two .solution__row{gap:10px}}@layer component{.solution__column{min-height:92px;align-items:center}}@layer component{.solution__column-value{align-self:flex-start}}@layer component{.sphere__column .mission-card__text{font-size:16px}}@layer component{.philosophy__column{min-height:134px}}@layer component{.philosophy__column .mission-card__text br{display:none}}@layer component{.philosophy__column .mission-card__info{align-self:flex-start}}@layer component{.supply-card{padding-bottom:30px;padding-right:38px;background:linear-gradient(90deg,#f0f4ff 0%,#fff 100%)}.supply-card:nth-child(odd) .supply-card__decor{bottom:0;right:0}.supply-card:nth-child(2n) .supply-card__decor{top:0;right:0}}@layer component{.file-loader__inner{flex-direction:column-reverse}}@layer component{.file-loader__row{flex-direction:column;gap:20px}}}@media only screen and (max-width: 1119.98px){@layer component{.automation__img{display:none}}}@media only screen and (max-width: 991.98px) and (max-width: 620px){@layer component{.action__column{padding:21px 25px 52px;flex-direction:row-reverse;justify-content:space-between;min-height:144px}.action__column .supply-card__decor{bottom:0!important;top:auto!important}.action__column .supply-card__text{font-size:18px;font-weight:400;line-height:22px}}}@media only screen and (max-width: 1365.98px) and (max-width: 991.98px){@layer component{.choice__column .mission-card__icon{--size: 40px}}}
