@import"https://fonts.googleapis.com/css2?family=Wix+Madefor+Display:wght@400..800&display=swap";:root{--primary-color: #6857C9;--primary-hover: rgba(104, 87, 201, .35);--primary-active: rgba(104, 87, 201, .75);--secondary-color: #87CEA5;--secondary-hover: rgba(140, 212, 166, .35);--secondary-active: rgba(140, 212, 166, .75);--background-color: #0A0B17;--border-color: #d9d9d9;--blue-gray: #7792B7;--error-color: #BB0303;--main-gradient: linear-gradient(90deg, #6857C9 -10.35%, #87CEA5 113.58%);--vertical-gradeint: linear-gradient(90deg, #6857C9 0%, #87CEA5 100%);--transparent-header-bg: rgba(10, 11, 23, .2);--transparent-bg: rgba(223, 225, 255, .07);--transparent-bg-hover: rgba(223, 225, 255, .15);--text-primary: #FFFFFF;--text-secondary: #9596A4;font-family:Wix Madefor Display,sans-serif!important;font-size:1rem;line-height:1.4;font-weight:400;background-color:var(--background-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;max-width:100vw;overflow-x:hidden}html{scroll-behavior:smooth}*,html *{scrollbar-width:thin;scrollbar-color:var(--primary-color) var(--transparent-bg)}*::-webkit-scrollbar,html *::-webkit-scrollbar{height:12px;width:12px}*::-webkit-scrollbar-track,html *::-webkit-scrollbar-track{background:var(--transparent-bg)}*::-webkit-scrollbar-thumb,html *::-webkit-scrollbar-thumb{background-color:var(--primary-color);border-radius:5px;border:3px solid var(--transparent-bg)}.app-container{position:relative;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}.page-content{z-index:1;flex:1}body{margin:0;padding:0;display:flex;min-height:100vh;max-width:100vw;overflow-x:hidden}div{margin:0;padding:0;box-sizing:border-box}h1{font-size:4.6875rem;line-height:1.1;font-weight:700;color:var(--text-primary);margin:0;padding:0}h2{font-size:3.125rem;line-height:1.1;font-weight:700;color:var(--text-primary);margin:0;padding:0}h3{font-size:1.875rem;line-height:1.2;font-weight:700;color:var(--text-primary);margin:0;padding:0}h4{font-size:1.25rem;line-height:1.4;font-weight:600;color:var(--text-primary);margin:0;padding:0}h5{font-size:1.25rem;line-height:1.4;font-weight:400;color:var(--text-secondary);margin:0;padding:0}p{font-weight:400;font-size:.875rem;line-height:120%;color:var(--text-primary);margin:0;padding:0}span{margin:0;padding:0}button,input,label{font-family:Wix Madefor Display,sans-serif!important}.text-secondary{color:var(--text-secondary)}.round-icon{background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;width:29px;height:29px;transition:transform .2s ease}.round-icon:has(>img):hover{transform:scale(1.1)}.round-icon img{width:14px;height:14px;cursor:pointer}.gradient-text{background:linear-gradient(90deg,#6857c9,#87cea5,#6857c9,#87cea5,#6857c9);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media(prefers-reduced-motion:no-preference){.gradient-text{animation:gradientShimmer 5s linear infinite}@keyframes gradientShimmer{0%{background-position:100% 50%}to{background-position:0 50%}}}@media(max-width:1024px){h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.5rem}h4,h5{font-size:1.125rem}}@media(max-width:768px){h1{font-size:2.875rem}h2{font-size:2rem}h3{font-size:1.25rem}h4,h5{font-size:1rem}p{font-size:.875rem}}.header{width:100%;height:90px;display:flex;align-items:center}.header--static{position:relative;z-index:50;background:transparent;border:none}.header--fixed{position:fixed;top:0;z-index:100;border-bottom:1px solid rgba(148,154,217,.2);background:var(--transparent-header-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease}.header--fixed.header--active{pointer-events:auto}.header--fixed.header--visible{transform:translateY(0);opacity:1}.header--fixed.header--visible.header--fading{opacity:0;transform:translateY(0);transition:opacity .4s ease}.header__container{width:100%;height:100%;max-width:min(1141px,calc(100% - 48px));margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:32px}.header__logo{height:100%;padding:14px 0;display:flex;align-items:center;flex-shrink:0}.header__logo,img{width:auto;max-height:100%}.header__nav{display:flex;align-items:center;gap:18px}.header__link{font-size:14px;font-weight:600;color:var(--text-primary);text-decoration:none;transition:color .2s ease}.header__link:hover{color:var(--primary-color)}.header__link:focus{color:var(--primary-active)}.header__contacts{display:flex;align-items:center;gap:24px}.header__contact{display:flex;align-items:center;gap:8px;text-wrap:nowrap;font-size:16px;font-weight:600;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.header__contact.header__contact--email{font-size:14px;font-weight:400}.header__contact:hover{color:var(--text-primary)}.header__cta{flex-shrink:0}.header__mobile{display:none;align-items:center;gap:12px}.header__messengers{display:flex;gap:24px}.header__burger{background:none;border:none;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.header__burger img{width:32px;height:32px}@media(max-width:1200px){.header__container{gap:20px}.header__logo{padding:20px 0}}@media(max-width:1024px){.header{height:75px}.header__nav,.header__contacts,.header__cta{display:none}.header__mobile{display:flex}.header__container{max-width:100%;padding:0 24px}.header__logo{padding:16px 0}.header__logo img{max-height:50px}}@media(max-width:768px){.header__container{padding:0 12px}.header__messengers{gap:12px}}.btn{display:inline-flex;align-items:center;justify-content:space-between;gap:20px;height:60px;padding:7px 7px 7px 25px;border-radius:999px;font-size:14px;font-weight:600;line-height:1.25;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.2s ease-in-out}.btn--primary{background:#fff;color:var(--background-color);border:none;box-shadow:0 0 20px #ffffff40}.btn--primary .btn__arrow{background:var(--background-color);color:#fff}.btn--secondary{background:transparent;color:#fff;border:1px solid #ffffff;height:50px}.btn--secondary .btn__arrow{width:36px;height:36px;background:#fff;color:var(--background-color)}.btn__label{white-space:nowrap}.btn__arrow{width:46px;height:46px;display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.btn__arrow svg{width:20px;height:20px}.btn:hover{opacity:.9;box-shadow:none}.btn:active{box-shadow:none;opacity:.75}.btn:disabled{box-shadow:none;opacity:.5;cursor:not-allowed}.btn:disabled:hover,.btn:disabled:active{box-shadow:none;opacity:.5}.btn--secondary:hover{background-color:var(--transparent-bg)}.btn-round{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;padding:16px;border-radius:50%;cursor:pointer;-webkit-user-select:none;user-select:none;transition:.2s ease-in-out}.btn-round--dark{background:var(--background-color);color:#fff;border:1px solid #FFFFFF;width:48px;height:48px}.btn-round--light{background:#fff;color:var(--background-color);border:none}.btn-round__icon{display:flex;align-items:center;justify-content:center}.btn-round__icon svg,.btn-round__icon img{width:22px;height:22px}.btn-round:hover{background:#fff;color:var(--background-color)}.btn-round:active{background:#fff;color:var(--background-color);opacity:.75}.btn-round:disabled{opacity:.5;cursor:auto}.btn-round:disabled:hover{opacity:.5;cursor:auto;background:var(--background-color);color:#fff}.btn-round--light:hover{opacity:.9}.btn-round--light:active{opacity:.75}.btn-attach{display:inline-flex;align-items:center;gap:10px;background:transparent;border:none;padding:0;color:#fff;font-size:14px;font-weight:400;cursor:pointer}.btn-attach__icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff;color:var(--primary-color);flex-shrink:0}.btn-attach__icon img{width:20px;height:20px}.btn-attach__label{text-decoration:underline;text-underline-offset:4px;white-space:nowrap}.btn-attach:hover{opacity:.9}.btn-attach:active{opacity:.75}.btn-attach:disabled{opacity:.5;cursor:not-allowed}.btn-tab{display:inline-flex;align-items:center;gap:14px;height:40px;padding:7px 20px 7px 7px;border-radius:999px;background:transparent;font-size:18px;font-weight:500;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .3s ease,border-color .3s ease,box-shadow .3s ease,color .3s ease}.btn-tab__badge{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:14px;font-weight:600;transition:background-color .3s ease,color .3s ease}.btn-tab__label{white-space:nowrap}.btn-tab--purple{color:#fff;border:1px solid var(--primary-color)}.btn-tab--purple .btn-tab__badge{background:var(--primary-color);color:#fff}.btn-tab--purple.is-active{background:var(--primary-color)}.btn-tab--purple.is-active .btn-tab__badge{background:#fff;color:var(--primary-color)}.btn-tab--purple:hover:not(.is-active){background:var(--primary-hover)}.btn-tab--purple:active{background:var(--primary-active);outline:none;box-shadow:0 0 0 2px var(--primary-active)}.btn-tab--green{color:var(--text-primary);border:1px solid var(--secondary-color)}.btn-tab--green .btn-tab__badge,.btn-tab--green.is-active{background:var(--secondary-color);color:var(--background-color)}.btn-tab--green.is-active .btn-tab__badge{background:var(--background-color);color:var(--text-primary)}.btn-tab--green:hover:not(.is-active){background:var(--secondary-hover)}.btn-tab--green:active{background:var(--secondary-active);outline:none;box-shadow:0 0 0 2px var(--secondary-active)}.btn-tab--icon-only{width:40px;height:40px;padding:0;justify-content:center}.btn-tab--icon-only .btn-tab__badge{width:26px;height:26px;font-size:14px}.btn-tab--icon-only:not(.is-active){background:transparent;border:2px solid var(--primary-color)}.btn-tab--icon-only.is-active{background:var(--primary-color)}.btn-tab--icon-only.is-active .btn-tab__badge{background:var(--background-color);color:var(--secondary-color)}.btn-tab--green.btn-tab--icon-only:not(.is-active){background:transparent;border:2px solid var(--secondary-color)}.btn-tab--green.btn-tab--icon-only.is-active{background:var(--secondary-color)}.btn-tab--green.btn-tab--icon-only.is-active .btn-tab__badge{background:#fff;color:var(--background-color)}.mobile-menu{position:fixed;inset:0;background:var(--background-color);z-index:200;padding:16px 20px;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;overflow:hidden;overscroll-behavior:contain}.mobile-menu--open{transform:translate(0)}body.mobile-menu-open{overflow:hidden}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.mobile-menu__title{font-size:28px;font-weight:700;color:var(--text-primary)}.mobile-menu__close{background:none;border:none;padding:8px;cursor:pointer;color:var(--primary-color)}.mobile-menu__nav{display:flex;flex-direction:column}.mobile-menu__link{padding:20px 0;font-size:18px;font-weight:500;color:var(--text-primary);text-decoration:none;border-bottom:1px solid rgba(148,154,217,.3)}.mobile-menu__link:first-child{border-top:1px solid rgba(148,154,217,.3)}.mobile-menu__contacts{margin-top:32px;display:flex;flex-direction:column;gap:12px}.mobile-menu__phone{font-size:24px;font-weight:700;color:var(--text-primary);text-decoration:none}.mobile-menu__email{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary);text-decoration:none}.mobile-menu__cta{margin:40px 0 24px}.footer{width:100%;background:transparent}.footer__container{max-width:min(1141px,calc(100% - 48px));margin:0 auto;padding:32px 0 24px;display:flex;flex-direction:column;gap:14px}.footer__top{display:flex;align-items:center;justify-content:space-between;gap:32px;height:90px}.footer__logo{height:100%;padding:14px 0;display:flex;align-items:center;flex-shrink:0}.footer__logo,img{width:auto;max-height:100%}.footer__requisites{display:flex;flex-direction:column;gap:6px;font-size:14px;color:var(--text-secondary)}.footer__contacts{display:flex;align-items:center;gap:40px;text-wrap:nowrap}.footer__messengers{display:flex;gap:12px}.footer__phone-wrapper{display:flex;gap:10px;align-items:center}.footer__phone{font-size:16px;font-weight:600;color:var(--text-secondary);text-decoration:none}.footer__phone:hover{color:var(--text-primary)}.footer__email{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary);text-decoration:none}.footer__email:hover{color:var(--text-primary)}.footer__cta{flex-shrink:0}.footer__bottom-container{max-width:min(1141px,calc(100% - 48px));margin:0 auto;padding:32px 0 24px;display:flex;justify-content:space-between}.footer__bottom{border-top:1px solid rgba(148,154,217,.3)}.footer__copyright{font-size:14px;color:var(--text-secondary)}.footer__policy{font-size:14px;color:var(--text-secondary);text-decoration:underline;text-underline-offset:4px}.footer__policy:hover{color:var(--text-primary)}@media(max-width:1024px){.footer__container,.footer__bottom-container{padding:24px;max-width:100%}.footer__top{gap:20px;height:75px}.footer__contacts{gap:14px;font-size:12px}.footer__phone-wrapper{gap:8px}.footer__phone{font-size:14px}}@media(max-width:768px){.footer__top{flex-direction:column;align-items:flex-start;height:60px;gap:24px}.footer__logo{padding:0}.footer__phone-wrapper,.footer__email,.footer__cta{display:none}.footer__contacts{gap:0}.footer__messengers{gap:8px}.footer__requisites{font-size:12px}.footer__bottom-container{flex-direction:column;gap:16px}.footer__copyright,.footer__policy{font-size:12px}}.hero{width:100%;padding:200px 0 80px}.hero__container{max-width:min(1141px,calc(100% - 48px));margin:0 auto;display:flex;flex-direction:column;gap:40px;z-index:1}.hero__content{max-width:720px;display:flex;flex-direction:column;gap:32px}.hero__title{display:flex;flex-direction:column}.hero__title-line{width:fit-content}.hero__title-line--white{color:var(--text-primary)}.hero__cta-description-wrapper{display:grid;grid-template-columns:1.5fr 1fr;gap:32px}.hero__description{max-width:520px;font-size:1.25rem;font-weight:600;line-height:1.4;color:var(--text-secondary)}.hero__cta{margin-top:8px}.hero__stats{display:grid;max-width:540px;grid-auto-columns:1fr 1.5fr 1.5fr;grid-auto-flow:column;gap:20px}.hero__stat{display:grid;grid-template-rows:auto 1fr;gap:5px}.hero__stat-value{font-size:3.4375rem;font-weight:800;line-height:1.2;background:var(--main-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__stat-text{font-size:.9375rem;line-height:1.4;color:var(--text-primary);text-wrap:pretty}@media(prefers-reduced-motion:no-preference){.hero__title{opacity:0;transform:translateY(40px)}.hero__title.animate-in{animation:slideUp .8s ease-out forwards}.hero__title-line{opacity:0;transform:translateY(20px)}.hero__title.animate-in .hero__title-line:nth-child(1){animation:slideUp .6s ease-out .1s forwards}.hero__title.animate-in .hero__title-line:nth-child(2){animation:slideUp .7s ease-out .2s forwards}.hero__title.animate-in .hero__title-line:nth-child(3){animation:slideUp .8s ease-out .3s forwards,gradientShimmer 5s linear 1.1s infinite}.hero__cta-description-wrapper .hero__description{opacity:0}.hero__cta-description-wrapper.animate-in .hero__description{animation:slideUp .5s ease-out .6s forwards}.hero__cta-description-wrapper .hero__cta{opacity:0;transform:translate(-30px)}.hero__cta-description-wrapper.animate-in .hero__cta{animation:slideUp .5s ease-out .6s forwards}.hero__stats .hero__stat{opacity:0;transform:translateY(30px)}.hero__stats.animate-in .hero__stat:nth-child(1){animation:slideUp .5s ease-out .9s forwards}.hero__stats.animate-in .hero__stat:nth-child(2){animation:slideUp .5s ease-out 1s forwards}.hero__stats.animate-in .hero__stat:nth-child(3){animation:slideUp .5s ease-out 1.1s forwards}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideRight{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}}@media(max-width:1024px){.hero{padding:120px 0 60px}.hero__container{max-width:100%;padding:0 24px;gap:32px}.hero__content{max-width:100%;gap:24px}.hero__cta-description-wrapper{grid-template-columns:1fr;gap:24px}.hero__description{font-size:1.25rem}.hero__stat-value{font-size:3rem}.hero__stat-text{font-size:1rem}}@media(max-width:768px){.hero{padding:80px 0 48px}.hero__container{padding:0 12px;gap:40px}.hero__content{gap:20px}.hero__description{font-size:1rem}.hero__stats{grid-template-columns:1fr 1fr;gap:16px;max-width:360px}.hero__stat-value{font-size:3rem;min-width:100px}.hero__description{line-height:1.2}.hero__stat-text{font-size:.875rem}.hero__stat--last{display:none}}.bg-decor{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;overflow-anchor:none;contain:layout paint;z-index:0;pointer-events:none;-webkit-user-select:none;user-select:none}.bg-blur{position:absolute;filter:blur(170px);opacity:.3;will-change:transform}.bg-blur--purple{background:var(--primary-color)}.bg-blur--green{background:var(--secondary-color)}.hero-zone{top:0;height:100vh}.hero-zone.bg-blur--purple{width:440px;height:440px;right:30%;top:90px}.hero-zone.bg-blur--green{width:320px;height:320px;right:10%;top:300px}.hero-zone.animated-purple-pattern{top:0;height:100vh}.dev-zone{top:910px;width:360px;height:360px;left:10%}.techs-zone{top:1474px;width:360px;height:360px;left:40%}.web-services-zone{top:2730px;width:360px;height:360px;left:60%}.comfort-zone{top:3675px;width:360px;height:360px;left:23%}.electronics-zone{top:4060px;width:330px;height:330px;left:26%}.faq-zone{top:5100px;width:400px;height:400px;left:68%}.contacts-zone{top:5390px;width:380px;height:380px;left:68%}@media(max-width:1024px){.hero-zone.animated-purple-pattern{height:auto}}@media(max-width:768px){.bg-blur{filter:blur(170px);opacity:.5}.hero-zone.bg-blur--purple{width:220px;height:220px;right:30%;top:90px}.hero-zone.bg-blur--green{width:200px;height:200px;right:10%;top:252px}.dev-zone{top:910px;width:220px;height:220px;left:10%}.techs-zone{top:1474px;width:220px;height:220px;left:40%}.web-services-zone{top:2730px;width:230px;height:230px;left:60%}.comfort-zone{top:3675px;width:230px;height:230px;left:23%}.electronics-zone{top:4060px;width:210px;height:210px;left:26%}.faq-zone{top:5100px;width:240px;height:240px;left:68%}.contacts-zone{top:5390px;width:230px;height:230px;left:68%}}.animated-purple-pattern{position:absolute;top:0;right:0;width:750px;height:auto;overflow:visible}.animated-purple-pattern__desktop{display:block;width:100%;height:auto}.animated-purple-pattern__mobile{display:none}.purple-el{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out}.purple-el--1,.purple-el--2{transform:translate(30px,-30px)}.purple-el--3,.purple-el--4{transform:translate(25px,-25px)}.purple-el--5{transform:translate(20px,-20px)}.purple-el--6,.purple-el--7{transform:translate(15px,-15px)}.purple-el--8,.purple-el--9{transform:translate(10px,-10px)}.purple-el--10{transform:translate(5px,-5px)}.animated-purple-pattern.animate-in .purple-el{opacity:1;transform:translate(0)}.animated-purple-pattern.animate-in .purple-el--1{transition-delay:.4s}.animated-purple-pattern.animate-in .purple-el--2{transition-delay:.35s}.animated-purple-pattern.animate-in .purple-el--3{transition-delay:.3s}.animated-purple-pattern.animate-in .purple-el--4{transition-delay:.25s}.animated-purple-pattern.animate-in .purple-el--5{transition-delay:.2s}.animated-purple-pattern.animate-in .purple-el--6,.animated-purple-pattern.animate-in .purple-el--7{transition-delay:.15s}.animated-purple-pattern.animate-in .purple-el--8{transition-delay:.1s}.animated-purple-pattern.animate-in .purple-el--9{transition-delay:.05s}@media(max-width:1024px){.animated-purple-pattern{width:500px}}@media(max-width:768px){.animated-purple-pattern{top:130px;width:40%}.animated-purple-pattern__desktop{display:none}.animated-purple-pattern__mobile{display:block;width:135%;position:absolute;top:100px;right:0;height:auto}}.development{width:100%;padding:80px 0}.development__container{max-width:min(1141px,calc(100% - 48px));margin:0 auto;display:flex;flex-direction:column;gap:50px}.development__header{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.development__subtitle{max-width:274px;font-size:20px;line-height:1.4;color:var(--text-secondary);text-align:right}@media(prefers-reduced-motion:no-preference){.development__header h2,.development__subtitle{opacity:0}.development__header.animate-in h2{opacity:0;transform:translateY(20px);animation:slideUp .5s ease-out .1s forwards}.development__subtitle.animate-in{opacity:0;transform:translateY(20px);animation:slideUp .5s ease-out .2s forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.development__grid .dev-card{opacity:0;transform:translateY(30px)}.development__grid.animate-in .dev-card{animation:slideUp .4s ease-out forwards}.development__grid.animate-in .dev-card:nth-child(1){animation-delay:.05s}.development__grid.animate-in .dev-card:nth-child(2){animation-delay:.1s}.development__grid.animate-in .dev-card:nth-child(3){animation-delay:.15s}.development__grid.animate-in .dev-card:nth-child(4){animation-delay:.2s}.development__grid.animate-in .dev-card:nth-child(5){animation-delay:.25s}.development__grid.animate-in .dev-card:nth-child(6){animation-delay:.3s}.development__grid.animate-in .dev-card:nth-child(7){animation-delay:.35s}.development__grid.animate-in .dev-card:nth-child(8){animation-delay:.4s}}.development__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.dev-card{min-height:247px;display:flex;flex-direction:column;position:relative;border-radius:30px;background:transparent;overflow:hidden;transition:background-color .25s ease,border-color .25s ease}.dev-card img{max-width:100%;height:auto}.dev-card__content{position:absolute;top:95px;padding:0 25px;display:grid;gap:15px}.dev-card h4{font-size:20px;font-weight:600;color:var(--text-primary)}.dev-card p{font-size:14px;line-height:1.4;color:var(--text-secondary)}.dev-card__text--mobile,.dev-card__title--mobile,.dev-card__img--mobile{display:none}.dev-card__text--desktop,.dev-card__title--desktop,.dev-card__img--desktop{display:block}.dev-card--1,.dev-card--2,.dev-card--3,.dev-card--4{border:1px solid var(--primary-color)}.dev-card--1:hover,.dev-card--2:hover,.dev-card--3:hover,.dev-card--4:hover,.dev-card--5:hover,.dev-card--6:hover,.dev-card--7:hover,.dev-card--8:hover{background:var(--transparent-bg)}.dev-card--5,.dev-card--6,.dev-card--7,.dev-card--8{border:1px solid var(--secondary-color)}.dev-card--1__top{padding:22px 22px 17px;width:100%;border-bottom:1px solid var(--primary-color)}.dev-card--2__img{padding:7px 7px 0}.dev-card--3__top{padding:27px;width:100%;display:flex;align-items:center;justify-content:center}.dev-card--3__img{max-width:107px}.dev-card--3 .dev-card__content{top:65px;padding:30px 25px 25px;border-radius:30px;border-top:1px solid var(--primary-color)}.dev-card--4__img{position:absolute;top:25px;left:25px}.dev-card--7__img,.dev-card--8__img{padding:22px}.development__footer{display:grid;grid-template-columns:auto 1fr;gap:100px}.development__footer p{font-size:20px}@media(max-width:1200px){.development__container{max-width:100%;padding:0 24px}.development__grid{grid-template-columns:repeat(4,1fr)}.dev-card{min-height:241px}.dev-card__content{top:35%;padding:0 20px;gap:12px}.dev-card--1__top{padding:18px 18px 14px}.dev-card--1__top img{height:16px;width:auto}.dev-card--2__img{padding:5px 5px 0}.dev-card--3__top{padding:20px}.dev-card--3__img{max-width:80px}.dev-card--3 .dev-card__content{top:45px;padding:35px 20px 20px}.dev-card--4__img{top:20px;left:20px;width:40px;height:auto}.dev-card--5__img,.dev-card--6__img{width:100%;height:auto;object-fit:contain}.dev-card--7__img,.dev-card--8__img{padding:16px;height:auto;max-height:70px;object-fit:contain}.development__footer{gap:60px}.development__footer p{font-size:18px}}@media(max-width:1024px){.development__container{margin:0}.dev-card__text--desktop,.dev-card__title--desktop,.dev-card__img--desktop{display:none}.dev-card__text--mobile,.dev-card__title--mobile,.dev-card__img--mobile{display:block}.development{padding:60px 0}.development__container{padding:0 24px;gap:40px}.development__header{flex-direction:column;gap:16px}.development__subtitle{max-width:100%;font-size:1.125rem}.development__grid{grid-template-columns:repeat(4,minmax(140px,1fr));grid-auto-rows:220px;max-width:880px;gap:12px}.dev-card{min-height:200px}.dev-card h4{font-size:1rem}.dev-card p{font-size:.75rem}.dev-card__content{top:70px;padding:0 20px;gap:12px}.dev-card--1__top{padding:14px 14px 10px}.dev-card--1__top img{height:14px}.dev-card--2__img{padding:4px;box-sizing:border-box}.dev-card--3__top{padding:10px 14px}.dev-card--3 .dev-card__content{top:28px;padding:42px 14px}.dev-card--3 img{height:8px}.dev-card--4 img{top:16px;left:16px;height:32px}.dev-card--5 h4{font-size:.825rem}.dev-card--7__img,.dev-card--8__img{padding:10px 14px}.development__footer{grid-template-columns:1fr;gap:24px;justify-items:start}.development__footer p{font-size:1.125rem}}@media(max-width:768px){.development{padding:48px 0}.development__container{padding:0 12px;gap:24px}.development__subtitle{font-size:1rem;text-align:left}.dev-card__text--desktop,.dev-card__title--desktop,.dev-card__img--desktop{display:block}.dev-card__text--mobile,.dev-card__title--mobile,.dev-card__img--mobile{display:none}.development__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:20px;max-width:none;padding-bottom:4px;scrollbar-width:none;-ms-overflow-style:none}.development__grid::-webkit-scrollbar{display:none}.development__grid .dev-card{width:274px;min-width:274px;max-width:274px;min-height:247px;scroll-snap-align:start;flex-shrink:0}.dev-card__content{top:95px;padding:0 25px;gap:15px}.dev-card h4{font-size:20px}.dev-card p{font-size:14px}.dev-card--1__top{padding:22px 22px 17px}.dev-card--1__top img{height:auto;width:auto}.dev-card--2__img{padding:7px 7px 0;box-sizing:content-box}.dev-card--3__top{padding:27px}.dev-card--3__img{max-width:107px}.dev-card--3 .dev-card__content{top:65px;padding:30px 25px 25px}.dev-card--3 img{height:auto}.dev-card--4 img{top:25px;left:25px;width:auto;height:auto}.dev-card--5 h4{font-size:20px}.dev-card--7__img,.dev-card--8__img{padding:22px;max-height:none}.development__footer{gap:20px}.development__footer p{font-size:1rem}}.technologies{width:100%;padding:80px 0}.technologies__container{max-width:min(1141px,calc(100% - 48px));margin:0 auto;padding:64px;border-radius:40px;background:#ffffff08;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:center;gap:48px}.technologies__title{font-size:50px;line-height:1.1;font-weight:700;color:var(--text-primary)}.technologies__legend{display:flex;gap:32px}.legend-item{display:flex;align-items:center;gap:10px;font-size:20px;font-weight:600;color:var(--text-primary)}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-item--purple .legend-dot{background:var(--primary-color)}.legend-item--blue .legend-dot{background:#7fa1c3}.legend-item--green .legend-dot{background:var(--secondary-color)}.technologies__groups{display:flex;flex-direction:column;align-items:center;gap:24px}.technologies__groups--mobile{display:none}.tech-group{display:flex;flex-wrap:wrap;gap:24px}.tech-group__bottom{gap:20px}.tech-pill{padding:15px 35px;border-radius:999px;font-size:14px;font-weight:500;color:var(--text-primary);-webkit-user-select:none;user-select:none;cursor:default;transition:transform .25s ease-out,background .25s ease-out}.tech-pill:hover{transform:scale(1.07)}.tech-pill--purple{background:#6857c9d9}.tech-pill--purple:hover{background:var(--primary-color)}.tech-pill--blue{background:#7fa1c3d9}.tech-pill--blue:hover{background:var(--blue-gray)}.tech-pill--green{background:#87cea5d9;color:var(--background-color)}.tech-pill--green:hover{background:var(--secondary-color)}.technologies__groups .tech-pill{opacity:0;transform:translateY(20px)}.technologies__groups.animate-in .tech-pill{opacity:1;transform:translateY(0);animation:pillSlideUp .4s ease-out backwards}.technologies__groups.animate-in .tech-pill:hover{transform:scale(1.07)}.technologies__groups--desktop.animate-in .tech-group:first-child .tech-pill:nth-child(1){animation-delay:.05s}.technologies__groups--desktop.animate-in .tech-group:first-child .tech-pill:nth-child(2){animation-delay:.1s}.technologies__groups--desktop.animate-in .tech-group:first-child .tech-pill:nth-child(3){animation-delay:.15s}.technologies__groups--desktop.animate-in .tech-group:first-child .tech-pill:nth-child(4){animation-delay:.2s}.technologies__groups--desktop.animate-in .tech-group:first-child .tech-pill:nth-child(5){animation-delay:.25s}.technologies__groups--desktop.animate-in .tech-group:first-child .tech-pill:nth-child(6){animation-delay:.3s}.technologies__groups--desktop.animate-in .tech-group:last-child .tech-pill:nth-child(1){animation-delay:.35s}.technologies__groups--desktop.animate-in .tech-group:last-child .tech-pill:nth-child(2){animation-delay:.4s}.technologies__groups--desktop.animate-in .tech-group:last-child .tech-pill:nth-child(3){animation-delay:.45s}.technologies__groups--desktop.animate-in .tech-group:last-child .tech-pill:nth-child(4){animation-delay:.5s}.technologies__groups--desktop.animate-in .tech-group:last-child .tech-pill:nth-child(5){animation-delay:.55s}.technologies__groups--mobile.animate-in .tech-group:nth-child(1) .tech-pill:nth-child(1){animation-delay:.05s}.technologies__groups--mobile.animate-in .tech-group:nth-child(1) .tech-pill:nth-child(2){animation-delay:.1s}.technologies__groups--mobile.animate-in .tech-group:nth-child(1) .tech-pill:nth-child(3){animation-delay:.15s}.technologies__groups--mobile.animate-in .tech-group:nth-child(1) .tech-pill:nth-child(4){animation-delay:.2s}.technologies__groups--mobile.animate-in .tech-group:nth-child(2) .tech-pill:nth-child(1){animation-delay:.25s}.technologies__groups--mobile.animate-in .tech-group:nth-child(2) .tech-pill:nth-child(2){animation-delay:.3s}.technologies__groups--mobile.animate-in .tech-group:nth-child(2) .tech-pill:nth-child(3){animation-delay:.35s}.technologies__groups--mobile.animate-in .tech-group:nth-child(3) .tech-pill:nth-child(1){animation-delay:.4s}.technologies__groups--mobile.animate-in .tech-group:nth-child(3) .tech-pill:nth-child(2){animation-delay:.45s}.technologies__groups--mobile.animate-in .tech-group:nth-child(3) .tech-pill:nth-child(3){animation-delay:.5s}.technologies__groups--mobile.animate-in .tech-group:nth-child(4) .tech-pill:nth-child(1){animation-delay:.55s}@keyframes pillSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.technologies{padding:60px 0}.technologies__container{margin:0 24px;padding:48px 32px;gap:32px}.technologies__title{font-size:2.5rem;text-align:center}.technologies__legend{flex-wrap:wrap;justify-content:center;gap:16px 24px}.legend-item{font-size:1rem}.tech-group{justify-content:center;gap:16px}.tech-group__bottom{gap:12px}.tech-pill{padding:12px 24px;font-size:.875rem}}@media(max-width:768px){.technologies{padding:48px 0}.technologies__container{max-width:100%;margin:0 12px;padding:32px 20px;border-radius:24px;gap:24px;align-items:flex-start}.technologies__title{font-size:1.75rem;text-align:left}.technologies__legend{flex-direction:column;align-items:flex-start;gap:8px}.legend-item{font-size:.875rem;gap:6px}.legend-dot{width:8px;height:8px}.technologies__groups--desktop{display:none}.technologies__groups--mobile{display:flex;width:100%}.tech-group{justify-content:center;gap:10px}.tech-pill{padding:10px 18px;font-size:.75rem}}.projects-marquee{width:100%;padding:80px 0;display:flex;flex-direction:column;gap:50px;overflow:hidden}.projects-marquee__header{max-width:min(1141px,calc(100% - 48px));margin:0 auto;width:100%;display:flex;justify-content:space-between;gap:40px}.projects-marquee__title{display:grid}.projects-marquee__subtitle{max-width:500px;font-size:20px;color:var(--text-secondary);text-align:right}@media(prefers-reduced-motion:no-preference){.projects-marquee__header{opacity:0;transform:translateY(30px)}.projects-marquee__header.animate-in{animation:pmSlideUp .6s ease-out forwards}@keyframes pmSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}}.projects-marquee__viewport{width:100%;overflow:hidden;cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none}.projects-marquee__viewport.is-dragging{cursor:grabbing}.projects-marquee__track{display:flex;gap:20px;padding:16px 10px;will-change:transform}.pm-card{position:relative;flex-shrink:0;width:442px;min-height:240px;padding:24px;border-radius:24px;background:var(--transparent-bg);display:grid;grid-template-rows:60px auto auto 1fr;gap:12px;overflow:hidden;cursor:pointer;transition:background .2s ease,transform .2s ease;border:none;text-align:left;color:var(--text-primary);font:inherit}.pm-card:hover{background:var(--transparent-bg-hover);transform:scale(1.04)}.pm-card:focus-visible{outline:2px solid var(--primary-color);outline-offset:2px}.projects-marquee__viewport.is-dragging .pm-card{cursor:grabbing}.pm-card__pattern{position:absolute;right:-50px;width:auto;height:100%;object-fit:contain;object-position:bottom right;pointer-events:none;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;z-index:0}.pm-card__icon{grid-row:1;align-self:start;justify-self:start;z-index:2;width:52px;height:52px;border-radius:16px;display:grid;place-items:center}.pm-card__icon svg{width:26px;height:26px}.pm-card__icon--purple{color:var(--primary-color);background:#6857c924}.pm-card__icon--green{color:var(--secondary-color);background:#87cea524}.pm-card__tag{position:absolute;top:24px;right:24px;z-index:2;padding:8px 16px;border-radius:999px;font-size:13px;font-weight:500;white-space:nowrap}.pm-card__tag--purple{background:var(--primary-color);color:#fff}.pm-card__tag--green{background:var(--secondary-color);color:#0a0b17}.pm-card__title{grid-row:2;position:relative;z-index:1;margin:0;font-size:1.25rem;font-weight:600;line-height:1.25;color:var(--text-primary);max-width:80%;min-height:2.5em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.pm-card__description{grid-row:4;position:relative;z-index:1;color:var(--text-secondary);font-size:.875rem;line-height:1.4;max-width:80%;min-height:4.2em;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:1024px){.projects-marquee{padding:60px 0;gap:40px}.projects-marquee__header{display:grid;grid-template-columns:1fr;gap:16px;padding:0 24px;max-width:100%}.projects-marquee__subtitle{text-align:left;max-width:460px;font-size:16px}.projects-marquee__track{gap:16px;padding:14px 8px}.pm-card{width:min(70vw,400px);padding:24px;border-radius:24px;grid-template-rows:52px auto auto 1fr;min-height:220px}.pm-card__tag{top:24px;right:24px}.pm-card__title{font-size:1.125rem;min-height:2.5em}}@media(max-width:768px){.projects-marquee{padding:48px 0;gap:32px}.projects-marquee__header{padding:0 12px}.projects-marquee__subtitle{font-size:.875rem}.projects-marquee__track{gap:12px;padding:12px 6px}.pm-card{width:85vw;padding:20px;border-radius:20px;grid-template-rows:48px auto auto 1fr;min-height:200px}.pm-card__tag{top:20px;right:20px;padding:6px 12px;font-size:12px}.pm-card__icon{width:44px;height:44px;border-radius:13px}.pm-card__icon svg{width:22px;height:22px}.pm-card__title{font-size:1rem;min-height:2.5em}.pm-card__description{font-size:.8125rem;-webkit-line-clamp:3;min-height:4.2em;max-width:60%}.pm-card__title{max-width:65%}.pm-card__pattern{right:-70px}}.modal-overlay{position:fixed;inset:0;background:#0a0b17b3;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:1000;-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.modal-overlay--opening{animation:overlayFadeIn .2s ease-out forwards}.modal-overlay--closing{animation:overlayFadeOut .2s ease-out forwards}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}@keyframes overlayFadeOut{0%{opacity:1}to{opacity:0}}.modal-content{border-radius:32px;max-width:960px;width:100%;position:relative;background:transparent;padding:0}.modal-content--opening{animation:modalSlideIn .2s ease-out forwards}.modal-content--closing{animation:modalSlideOut .2s ease-out forwards}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.95) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes modalSlideOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.95) translateY(20px)}}.success-modal{background:#1a1b29;border-radius:32px;padding:64px}.success-modal__close{position:absolute;top:24px;right:24px;background:none;border:none;color:#fff;font-size:32px;cursor:pointer;z-index:1001}.success-modal__text{font-weight:400;line-height:1.1}.success-modal__text span{font-weight:700}.success-modal__decor{position:absolute;right:0;top:0}.contact-modal{background:var(--main-gradient);border-radius:40px;padding:64px}.contact-modal h2{margin-bottom:45px}.contact-modal__close{position:absolute;top:24px;right:24px;background:none;border:none;color:#fff;font-size:32px;cursor:pointer}.contact-modal__grid{display:grid;grid-template-columns:1fr 1fr;gap:32px 40px}.contact-modal__grid>:last-child{grid-column:span 2}.contact-modal__actions{margin-top:40px;display:flex;flex-direction:column;width:max-content;gap:40px}.contact-modal__actions-bottom{display:grid;grid-template-columns:auto 1fr;gap:70px}.contact-modal__consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.4;max-width:360px;color:var(--text-primary);cursor:pointer}.contact-modal__consent input[type=checkbox]{flex-shrink:0;width:16px;height:16px;margin-top:1px;accent-color:var(--primary-color);cursor:pointer}.contact-modal__consent a{color:var(--primary-color);text-decoration:underline;text-underline-offset:2px}.contact-modal__consent a:hover{opacity:.8}.contact-modal__error{margin-top:16px;font-size:14px;font-weight:600;color:var(--error-color)}.contact-modal__attach{display:flex;flex-direction:column;gap:12px;align-items:flex-start}.contact-modal__attach .contact-modal__error{margin-top:0}.contact-modal__file{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:6px 8px 6px 14px;border-radius:999px;background:#ffffff26;font-size:13px;color:#fff}.contact-modal__file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.contact-modal__file-remove{flex-shrink:0;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff40;color:#fff;font-size:16px;line-height:1;cursor:pointer;transition:background .2s ease}.contact-modal__file-remove:hover{background:#fff6}@media(max-width:1024px){.modal-content{max-width:calc(100vw - 48px);margin:24px}.contact-modal{padding:48px}.contact-modal h2{margin-bottom:32px;font-size:28px}.contact-modal__grid{gap:24px 32px}.contact-modal__actions{margin-top:32px;gap:32px}.contact-modal__actions-bottom{gap:40px}.success-modal{padding:48px}.success-modal__text{font-size:28px}.success-modal__decor{max-width:200px}}@media(max-width:768px){.modal-content{max-width:100%;margin:0;border-radius:24px}.contact-modal{padding:48px 24px 24px;border-radius:24px;max-height:90vh;overflow-y:auto}.contact-modal h2{margin-bottom:24px;font-size:24px}.contact-modal__close{top:16px;right:16px;font-size:24px}.contact-modal__grid{grid-template-columns:1fr;gap:16px}.contact-modal__grid>:last-child{grid-column:span 1}.contact-modal__actions{margin-top:24px;gap:24px;width:100%}.contact-modal__actions-bottom{grid-template-columns:1fr;gap:16px}.contact-modal__consent{margin-top:0;max-width:100%}.success-modal{padding:48px 32px;border-radius:24px}.success-modal__close{top:16px;right:16px;font-size:24px}.success-modal__text{font-size:36px}.success-modal__decor{max-width:40%;top:auto;bottom:0}}.project-modal{position:relative;width:min(1100px,calc(100vw - 48px));max-height:90vh;display:grid;grid-template-columns:1fr 1fr;background:#1a1b29;border-radius:32px;overflow:hidden}.project-modal__left{padding:48px;display:flex;flex-direction:column;gap:20px;overflow-y:auto}.project-modal__title{margin-bottom:12px}.project-modal__paragraph{color:var(--text-primary);font-size:1rem;line-height:1.5}.project-modal__bullets{list-style:none;margin:8px 0 0;padding:0;display:flex;flex-direction:column;gap:18px}.project-modal__bullet{position:relative;padding-left:24px;color:var(--text-primary);font-size:.9375rem;line-height:1.4}.project-modal__bullet:before{content:"";position:absolute;left:0;top:.45em;width:8px;height:8px;border-radius:50%;background:var(--primary-color)}.project-modal__right{position:relative;background:var(--background-color);overflow:hidden}.project-modal__image{width:100%;height:100%;object-fit:cover;display:block;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.project-modal__close{position:absolute;top:20px;right:20px;z-index:2;width:40px;height:40px;border-radius:50%;border:none;background:#0a0b1780;color:#fff;font-size:26px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.project-modal__close:hover{background:#0a0b17bf}@media(max-width:1024px){.project-modal{grid-template-columns:1.1fr 1fr;border-radius:24px}.project-modal__left{padding:36px;gap:16px}.project-modal__bullets{gap:14px}}@media(max-width:768px){.project-modal{grid-template-columns:1fr;grid-template-rows:auto 1fr;width:calc(100vw - 24px);max-height:90vh}.project-modal__right{order:-1;width:100%;aspect-ratio:16 / 10}.project-modal__left{padding:24px;gap:14px}.project-modal__title{margin-bottom:4px}.project-modal__paragraph{font-size:.9375rem}.project-modal__bullet{font-size:.875rem;padding-left:20px}.project-modal__bullet:before{width:6px;height:6px;top:.5em}.project-modal__close{top:12px;right:12px;width:36px;height:36px;font-size:22px}}.comfort{width:100%;padding:80px 0}.comfort__container{max-width:min(1141px,calc(100% - 48px));margin:0 auto;display:flex;flex-direction:column;gap:50px}.comfort__title{font-size:50px;font-weight:700;line-height:1.4;text-align:center}@media(prefers-reduced-motion:no-preference){.comfort__title{opacity:0;transform:translateY(30px)}.comfort__title.animate-in{animation:slideUp .6s ease-out forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.comfort__grid .comfort-card{opacity:0;transform:translateY(30px)}.comfort__grid.animate-in .comfort-card{animation:slideUp .4s ease-out forwards}.comfort__grid.animate-in .comfort-card--1{animation-delay:.05s}.comfort__grid.animate-in .comfort-card--2{animation-delay:.1s}.comfort__grid.animate-in .comfort-card--3{animation-delay:.15s}.comfort__grid.animate-in .comfort-card--4{animation-delay:.2s}.comfort__grid.animate-in .comfort-card--5{animation-delay:.25s}}.comfort__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:241px;grid-template-areas:"card1 card2 card3" "card4 card5 card3";row-gap:16px;column-gap:16px}.comfort-card{padding:25px;border-radius:18px;background:var(--transparent-bg);position:relative;display:grid;grid-template-rows:1fr 1fr;transition:.2s ease-in-out}.comfort-card:hover{background:var(--transparent-bg-hover)}.comfort-card__content{display:grid;gap:15px;grid-template-rows:auto 1fr}.comfort-card h4{font-size:20px;font-weight:700}.comfort-card p{font-size:14px;line-height:1.2;font-weight:400;color:var(--text-secondary)}.comfort-card--1{grid-area:card1}.comfort-card--2{grid-area:card2}.comfort-card--3{grid-area:card3}.comfort-card--4{grid-area:card4}.comfort-card--5{grid-area:card5}.comfort__footer{text-align:center;font-size:20px;font-weight:500;line-height:1.4}.comfort-card--big.comfort-card{grid-template-rows:2.5fr 1fr}.comfort-card--3 .comfort-card__icon{height:88px;margin:-20px}.comfort-card__decor-pattern{position:absolute;right:0;top:45px}@media(max-width:1024px){.comfort{padding:60px 0}.comfort__container{max-width:100%;padding:0 24px;gap:40px}.comfort__title{font-size:2.25rem;text-align:left}.comfort__grid{grid-template-columns:repeat(2,1fr);grid-auto-rows:241px;grid-template-areas:"card1 card2" "card4 card5" "card3 card3";gap:16px}.comfort-card{padding:20px}.comfort-card h4{font-size:1.125rem}.comfort-card p{max-width:500px}.comfort-card--big.comfort-card{grid-template-rows:auto 1fr}.comfort-card--3 .comfort-card__icon{height:72px;margin:-10px}.comfort-card__decor-pattern{top:20px;height:200px}.comfort__footer{text-align:left;font-size:1rem}}@media(max-width:768px){.comfort{padding:48px 0}.comfort__container{padding:0 12px;gap:32px}.comfort__title{font-size:1.75rem}.comfort__grid{grid-template-columns:1fr 1fr;grid-auto-rows:210px;grid-template-areas:"card1 card2" "card4 card5" "card3 card3";gap:12px}.comfort-card{padding:12px;border-radius:14px;grid-template-rows:auto 1fr}.comfort-card__icon{width:32px;height:32px;margin-bottom:12px}.comfort-card__content{gap:10px}.comfort-card h4{font-size:1rem}.comfort-card p{font-size:.75rem}.comfort-card--big .comfort-card{grid-template-rows:auto 1fr;padding:12px}.comfort-card--3 .comfort-card__content{gap:6px}.comfort-card--3 .comfort-card__icon{height:88px;width:auto}.comfort-card__decor-pattern{top:30px;max-height:75%;z-index:-1}.comfort__footer{font-size:1rem;line-height:1.5}}.iterations{width:100%;padding:120px 0}.iterations__container{max-width:min(1141px,calc(100% - 48px));margin:0 auto;display:flex;flex-direction:column;gap:64px}.iterations__header{display:flex;justify-content:space-between;gap:40px}@media(prefers-reduced-motion:no-preference){.iterations__header{opacity:0;transform:translateY(30px)}.iterations__header.animate-in{animation:slideUp .6s ease-out forwards}.iterations__header.animate-in h2{opacity:0;transform:translateY(20px);animation:slideUp .5s ease-out .1s forwards}.iterations__header.animate-in p{opacity:0;transform:translateY(20px);animation:slideUp .5s ease-out .2s forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}}.iterations__header p{font-size:20px;color:var(--text-secondary);max-width:320px}.timeline-wrapper{display:flex;flex-direction:column;gap:24px}.timeline{position:relative;display:grid;grid-template-columns:repeat(4,1fr);align-items:center;height:40px}.timeline__track{position:absolute;left:0;right:0;top:50%;transform:translateY(-50%);height:40px;border-radius:999px;background:var(--transparent-bg)}.timeline__fill{position:absolute;left:0;top:50%;transform:translateY(-50%);height:40px;border-radius:999px;background:var(--main-gradient);transition:width .7s cubic-bezier(.42,.23,.61,1.06)}.timeline__circle{position:relative;z-index:1;width:40px;height:40px;border-radius:50%;background:var(--primary-color);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#fff;transition:transform .3s ease,box-shadow .3s ease}.timeline__circle.active{transform:scale(1.1);box-shadow:0 0 20px #6857c980}.timeline__fill{left:10px;width:var(--fill-progress-horizontal, 0px)}.timeline__step{display:contents}.timeline__label,.timeline__pattern{display:none}.timeline__labels{display:grid;grid-template-columns:repeat(4,1fr)}.timeline__labels p{font-size:16px;font-weight:500;max-width:180px}@media(max-width:1024px){.iterations__container{max-width:100%;padding:0 24px}.iterations__header{flex-direction:column;gap:16px}.iterations__header p{max-width:100%}.timeline__labels p{font-size:14px;max-width:150px}}@media(max-width:768px){.iterations{padding:40px 0}.iterations__container{gap:40px;padding:0 12px}.iterations__header h2{font-size:32px}.iterations__header p{font-size:16px}.timeline-wrapper{flex-direction:row;align-items:stretch;gap:0;position:relative}.timeline__pattern{display:block;position:absolute;flex-shrink:0}.timeline__pattern--left{left:-12px;top:80px}.timeline__pattern--right{right:-12px;bottom:220px}.timeline{display:flex;flex-direction:column;align-items:center;height:auto;min-height:800px;gap:0;flex:1}.timeline__track{width:40px;height:100%;top:0;left:50%;right:auto;transform:translate(-50%)}.timeline__fill{width:40px;left:50%;top:14px;transform:translate(-50%);height:var(--fill-progress-vertical, 0px);transition:height .5s ease}.timeline__step{position:absolute;left:0;right:0;display:flex;align-items:center}.timeline__step:nth-child(3){top:0}.timeline__step:nth-child(4){top:25%}.timeline__step:nth-child(5){top:50%}.timeline__step:nth-child(6){top:75%}.timeline__step:nth-child(odd){flex-direction:row}.timeline__step:nth-child(2n){flex-direction:row-reverse}.timeline__circle{position:absolute;left:50%;transform:translate(-50%)!important;width:48px;height:48px;font-size:18px}.timeline__label{display:block;font-size:16px;font-weight:500;flex:1;padding:0 16px}.timeline__step:nth-child(2n) .timeline__label{text-align:right;margin-left:calc(50% + 40px)}.timeline__step:nth-child(odd) .timeline__label{text-align:left;margin-right:calc(50% + 40px)}.timeline__labels{display:none}}.faq{width:100%;padding:80px 0;position:relative;overflow:hidden}.faq__container{max-width:min(1141px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:1fr 2.5fr;gap:80px}.faq__title{display:flex;align-items:flex-start}@media(prefers-reduced-motion:no-preference){.faq__title{opacity:0;transform:translateY(30px)}.faq__title.animate-in{animation:slideUp .6s ease-out forwards}.faq__title.animate-in h2{opacity:0;transform:translateY(20px);animation:slideUp .5s ease-out .1s forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.faq__list .faq-item{opacity:0;transform:translateY(20px)}.faq__list.animate-in .faq-item{animation:slideUp .4s ease-out forwards}.faq__list.animate-in .faq-item:nth-child(1){animation-delay:.1s}.faq__list.animate-in .faq-item:nth-child(2){animation-delay:.2s}.faq__list.animate-in .faq-item:nth-child(3){animation-delay:.3s}.faq__list.animate-in .faq-item:nth-child(4){animation-delay:.4s}}.plus-minus-icon{color:#0a0b17;transition:transform .2s ease}.plus-minus-icon__horizontal,.plus-minus-icon__vertical{transform-origin:center;transition:transform .2s ease}.plus-minus-icon.is-active{transform:rotate(180deg)}.plus-minus-icon.is-active .plus-minus-icon__vertical{transform:rotate(90deg)}.faq__list{display:flex;flex-direction:column;gap:16px}.faq-item{background:var(--transparent-bg);border-radius:40px;padding:18px 18px 18px 38px;transition:.3s ease}.faq-item:hover{background:var(--transparent-bg-hover)}.faq-item__header{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.faq-item__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease,opacity 0s ease;opacity:0}.faq-item__content>*{overflow:hidden}.faq-item--active .faq-item__content{grid-template-rows:1fr;opacity:1;margin-top:30px;padding-bottom:10px}.faq-item--active.faq-item{border-radius:35px}.faq-item__content p{color:#fff;font-size:16px}@media(max-width:1024px){.faq{padding:60px 0}.faq__container{max-width:100%;padding:0 24px;grid-template-columns:1fr;gap:40px}.faq-bg-pattern{display:none}.faq__title h2{font-size:2.25rem}.faq-item{border-radius:30px;padding:16px 16px 16px 24px}.faq-item--active.faq-item{border-radius:25px}}@media(max-width:768px){.faq{padding:48px 0}.faq__container{padding:0 12px;gap:32px}.faq__title h2{font-size:1.75rem}.faq__list{gap:12px}.faq-item{border-radius:24px;padding:14px 14px 14px 20px}.faq-item--active.faq-item{border-radius:20px}.faq-item__header h4{font-size:1rem;padding-right:12px}.faq-item--active .faq-item__content{margin-top:20px;padding-bottom:8px}.faq-item__content p{font-size:.875rem}}.animated-green-pattern{position:absolute;left:min(0px,calc(23vw - 480px));top:-300px;min-height:1000px;z-index:-1}.pattern-el{opacity:0;transition:opacity .6s ease-out,transform .6s ease-out}.pattern-el--1{transform:translate(-50px)}.pattern-el--2{transform:translate(-45px)}.pattern-el--3{transform:translate(-40px)}.pattern-el--4{transform:translate(-35px)}.pattern-el--5{transform:translate(-30px)}.pattern-el--6{transform:translate(-25px)}.pattern-el--7{transform:translate(-20px)}.pattern-el--8{transform:translate(-15px)}.pattern-el--9{transform:translate(-10px)}.pattern-el--10{transform:translate(-5px)}.animated-green-pattern.animate-in .pattern-el{opacity:1;transform:translate(0)}.animated-green-pattern.animate-in .pattern-el--1{transition-delay:.05s}.animated-green-pattern.animate-in .pattern-el--2{transition-delay:.1s}.animated-green-pattern.animate-in .pattern-el--3{transition-delay:.15s}.animated-green-pattern.animate-in .pattern-el--4{transition-delay:.2s}.animated-green-pattern.animate-in .pattern-el--5{transition-delay:.25s}.animated-green-pattern.animate-in .pattern-el--6{transition-delay:.3s}.animated-green-pattern.animate-in .pattern-el--7{transition-delay:.35s}.animated-green-pattern.animate-in .pattern-el--8{transition-delay:.4s}.animated-green-pattern.animate-in .pattern-el--9{transition-delay:.45s}.animated-green-pattern.animate-in .pattern-el--10{transition-delay:.5s}@media(max-width:1024px){.animated-green-pattern{display:none}}.contact{width:100%;padding:80px 0;display:flex;flex-direction:column;gap:40px}@media(prefers-reduced-motion:no-preference){.contact .contact__header>*{opacity:0;transform:translateY(20px)}.contact .contact__container{opacity:0;transform:translateY(30px)}.contact.animate-in .contact__header>*:nth-child(1){animation:contactSlideUp .5s ease-out .1s forwards}.contact.animate-in .contact__header>*:nth-child(2){animation:contactSlideUp .5s ease-out .2s forwards}.contact.animate-in .contact__header>*:nth-child(3){animation:contactSlideUp .5s ease-out .3s forwards}.contact.animate-in .contact__header>*:nth-child(4){animation:contactSlideUp .5s ease-out .4s forwards}.contact.animate-in .contact__container{animation:contactSlideUp .6s ease-out .5s forwards}@keyframes contactSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}.contact__header{max-width:min(1141px,calc(100% - 48px));margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center}.contact__messengers{display:flex;gap:8px;align-items:center}.contact__phone{display:flex;font-size:16px;font-weight:700;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.contact__phone:hover{color:var(--text-primary)}.contact__email{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.contact__email:hover{color:var(--text-primary)}.contact__clock{display:flex;align-items:center;gap:8px;font-size:14px;color:var(--text-secondary);text-decoration:none;transition:color .2s ease}.contact__clock:hover{color:var(--text-primary)}.contact__container{max-width:min(1141px,calc(100% - 48px));margin:0 auto;padding:25px 35px 40px;border-radius:40px;background:var(--main-gradient);display:grid;grid-template-columns:1fr 1.8fr;gap:18px}.contact__info p{margin-top:30px;font-size:20px;line-height:1.4;color:#fff;max-width:320px}.contact__form{display:flex;flex-direction:column;gap:32px}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:20px 18px}.contact__grid>:last-child{grid-column:span 2}.contact__actions{display:flex;align-items:center;gap:24px}.contact__bottom{display:grid;grid-template-columns:auto 1fr;gap:70px}.contact__consent{display:flex;align-items:flex-start;gap:10px;font-size:12px;line-height:1.4;max-width:360px;color:var(--text-primary);cursor:pointer}.contact__consent input[type=checkbox]{flex-shrink:0;width:16px;height:16px;margin-top:1px;accent-color:var(--primary-color);cursor:pointer}.contact__consent a{color:var(--primary-color);text-decoration:underline;text-underline-offset:2px}.contact__consent a:hover{opacity:.8}.contact__error{margin-top:4px;font-size:14px;font-weight:600;color:var(--error-color)}.contact__file{display:inline-flex;align-items:center;gap:8px;max-width:100%;padding:6px 8px 6px 14px;border-radius:999px;background:#ffffff26;font-size:13px;color:#fff}.contact__file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:220px}.contact__file-remove{flex-shrink:0;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#ffffff40;color:#fff;font-size:16px;line-height:1;cursor:pointer;transition:background .2s ease}.contact__file-remove:hover{background:#fff6}@media(max-width:1024px){.contact{padding:60px 0;gap:32px}.contact__header{padding:0 24px;margin:0;flex-wrap:wrap;gap:20px}.contact__header h2{width:100%;font-size:2.25rem}.contact__container{margin:0 24px;padding:24px;grid-template-columns:1fr;gap:24px}.contact__info h2{font-size:1.75rem}.contact__info p{margin-top:16px;font-size:1rem;max-width:100%}.contact__grid{grid-template-columns:1fr}.contact__grid>:last-child{grid-column:span 1}.contact__bottom{grid-template-columns:1fr;justify-items:flex-start;gap:24px}.contact__bottom .btn{width:auto}.contact__consent{max-width:100%}}@media(max-width:768px){.contact{padding:48px 0;gap:24px}.contact__header{padding:0 12px;flex-direction:column;align-items:flex-start;gap:16px}.contact__header h2{font-size:1.75rem}.contact__messengers{display:flex;flex-direction:row-reverse;justify-content:flex-end;gap:14px;width:100%}.contact__phone{font-size:1.75rem;font-weight:600}.contact__clock{order:2}.contact__email{order:3}.contact__container{max-width:100%;margin:0 12px;padding:20px 16px 24px;border-radius:30px;gap:20px}.contact__info h2{font-size:1.5rem}.contact__info p{margin-top:12px;font-size:.875rem}.contact__form{gap:24px}.contact__grid,.contact__bottom{gap:16px}.contact__consent{font-size:.75rem}}.floating-input{position:relative;width:100%;padding-top:20px;font-family:inherit}.floating-input__field{width:100%;background:transparent;border:none;outline:none;font-size:18px;line-height:1.4;color:var(--text-primary);padding:8px 0 10px}.floating-input__field:disabled{cursor:not-allowed;color:var(--text-secondary)}.floating-input__label{position:absolute;left:0;top:28px;font-size:14px;color:var(--text-primary);pointer-events:none;transition:all .25s ease}.floating-input__line{position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--border-color);transition:background .25s ease,height .25s ease}.floating-input__field:hover+.floating-input__line{background:var(--text-primary);height:1px}.floating-input__field:hover~.floating-input__label,.floating-input--filled .floating-input__label{top:0;font-size:12px;font-weight:600;color:var(--text-primary)}.floating-input__field:focus+.floating-input__line{background:var(--text-primary);height:2px}.floating-input__field:focus~.floating-input__label,.floating-input--filled .floating-input__label{top:0;font-size:12px;font-weight:600;color:var(--text-primary)}.floating-input--error .floating-input__line{background:var(--error-color);height:2px}.floating-input--error .floating-input__label,.floating-input--error .floating-input__field{color:var(--error-color)}.floating-input--error .floating-input__field:hover~.floating-input__line{background:var(--error-color)}.floating-input--error .floating-input__field:focus~.floating-input__line{background:var(--error-color);height:2px}.floating-input__error{position:absolute;left:0;bottom:-14px;font-size:12px;line-height:1;color:var(--error-color);opacity:0;transform:translateY(-4px);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.floating-input--error .floating-input__error{opacity:1;transform:translateY(0)}.floating-input--disabled .floating-input__line{background:#ffffff40}.floating-input--disabled .floating-input__label{color:var(--text-secondary)}.process-section{width:100%;padding:80px 0}.process-section__container{max-width:min(1141px,calc(100% - 48px));margin:0 auto;display:grid;grid-template-rows:auto 1fr auto;gap:50px}.process-section__header{display:flex;justify-content:space-between}.process-section__header p{text-align:right}@media(prefers-reduced-motion:no-preference){.process-section__header{opacity:0;transform:translateY(30px)}.process-section__header.animate-in{animation:slideUp .6s ease-out forwards}.process-section__header.animate-in h2{opacity:0;transform:translateY(20px);animation:slideUp .5s ease-out .1s forwards}.process-section__header.animate-in p{opacity:0;transform:translateY(20px);animation:slideUp .5s ease-out .2s forwards}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}}.process-section__header p{font-size:20px;max-width:450px}.process-section__footer{display:flex;flex-direction:column;align-items:center}.tabbed-slider{flex:1;min-width:0;height:100%;display:flex;flex-direction:column}.tabbed-slider__content{height:100%;flex:1;min-height:0}.tabbed-slider__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5}.tabbed-slider__nav--left{left:-72px}.tabbed-slider__nav--right{right:-72px}.tabbed-slider__nav button:disabled{opacity:.35;pointer-events:none}.tabbed-slide{position:relative;height:520px;background:#dfe1ff12;border-radius:30px;padding:24px 26px;display:flex;flex-direction:column}.tabbed-slide__title{margin-bottom:32px;flex-shrink:0}.tabbed-slide__body{display:flex;align-items:stretch;gap:48px;flex:1;min-height:0}.tabbed-slide__tabs{display:flex;flex-direction:column;align-items:flex-start;gap:16px;flex-shrink:0;min-width:250px;max-width:360px}.tabbed-slide__content-wrapper{flex:1;display:grid;grid-template-columns:1fr 1.5fr;gap:32px;align-items:start;height:100%}.tabbed-slider__content.slide-left .tabbed-slide__content-wrapper{animation:slideFromRight .3s ease-out}.tabbed-slider__content.slide-right .tabbed-slide__content-wrapper{animation:slideFromLeft .3s ease-out}@keyframes slideFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.tabbed-slide__content{flex:1;flex-direction:column;justify-content:flex-start;align-items:flex-start}.tabbed-slide__content h4{margin-bottom:24px}.tabbed-slide__content ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:16px}.tabbed-slide__content li{position:relative;padding-left:24px;font-size:16px;line-height:1.5;color:var(--text-primary)}.tabbed-slide__content li:before{content:"";position:absolute;left:0;top:8px;width:8px;height:8px;border-radius:50%}.tabbed-slide__image{display:flex;justify-content:center;height:100%;min-height:0}.tabbed-slide__image img{margin-top:-20px;max-width:calc(100% - 20px);max-height:calc(100% - 20px)}.tabbed-slide--web{background:#cccccc12}.tabbed-slide--web .tabbed-slide__content li:before{background-color:var(--primary-color)}.tabbed-slide--electronics{background:#dfe1ff12}.tabbed-slide--electronics .tabbed-slide__content li:before{background-color:var(--secondary-color)}@media(max-width:1300px){.tabbed-slider__nav--left{left:-24px}.tabbed-slider__nav--right{right:-24px}}@media(max-width:1024px){.process-section{padding:60px 0}.process-section__container{max-width:100%;padding:0 24px;gap:40px}.process-section__header{flex-direction:column;gap:16px}.process-section__header p{font-size:1rem;max-width:100%;text-align:left}.tabbed-slider__nav{display:none}.tabbed-slide{padding:20px;height:550px;overflow:hidden}.tabbed-slide__body{gap:24px}.tabbed-slide__content-wrapper{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){.process-section{padding:48px 0}.process-section__container{padding:0 12px;gap:32px}.process-section__header p{font-size:.875rem}.tabbed-slide{padding:16px;border-radius:20px;height:520px;overflow:hidden}.tabbed-slide__title{font-size:1.25rem;margin-bottom:20px}.tabbed-slide__body{flex-direction:row;gap:16px;flex:1;overflow:hidden}.tabbed-slide__tabs{gap:12px;min-width:fit-content;max-width:max-content}.tabbed-slide__tabs .btn-tab__label{display:none}.tabbed-slide__tabs .btn-tab{padding:0;width:40px;height:40px;justify-content:center}.tabbed-slide__tabs .btn-tab__badge{position:static;transform:none}.tabbed-slide__content-wrapper{grid-template-columns:1fr;grid-template-rows:auto auto;gap:20px;height:100%;overflow:hidden}.tabbed-slide__content h4{font-size:1rem;margin-bottom:16px}.tabbed-slide__content ul{gap:12px}.tabbed-slide__content li{font-size:.875rem;padding-left:20px}.tabbed-slide__content li:before{width:6px;height:6px;top:7px}.tabbed-slide__image{order:1}.tabbed-slide__image img{margin-top:0;max-width:100%;max-height:200px}.process-section__footer{align-items:flex-start}.tabbed-slider__dots{display:flex;justify-content:flex-end;gap:8px;margin-top:16px}.tabbed-slider__dot{width:12px;height:12px;border-radius:50%;border:2px solid var(--text-secondary);background:transparent;cursor:pointer;transition:all .2s ease;padding:0}.tabbed-slider__dot:hover{border-color:var(--text-primary)}.tabbed-slider__dot--purple.is-active{background:var(--primary-color);border-color:var(--primary-color)}.tabbed-slider__dot--green.is-active{background:var(--secondary-color);border-color:var(--secondary-color)}}
