:root{--accent:#633bc0;--accent-dark:#412a76;--accent-light:#9747ff;--dark:#000;--light:#fff;--gray:#2b2b2b;--accent-rgb:99,59,192;--accent-dark-rgb:65,42,118;--accent-light-rgb:151,71,255;--dark-rgb:0,0,0;--light-rgb:255,255,255;--gray-rgb:43,43,43}body{background-color:var(--dark);color:var(--light);position:relative;overflow-x:hidden}body.no-scroll{overflow:hidden}body{scrollbar-width:none;-ms-overflow-style:none}body::-webkit-scrollbar{display:none}*{box-sizing:border-box;margin:0;padding:0}.container{max-width:1468px;margin:0 auto;padding:0 20px}a{color:inherit;text-decoration:none;display:inline-block}a,button{cursor:pointer;transition:all .3s ease-in-out}a:hover,button:hover{opacity:.8}a:active,button:active{opacity:.9}.block__title{font-family:Raleway,sans-serif;font-size:50px;font-weight:700}.block__subtitle{color:rgba(var(--light-rgb),.8);font-family:Raleway,sans-serif;font-size:20px}header{z-index:1000;border-bottom:1px solid rgba(var(--light-rgb),.3);background:rgba(var(--dark-rgb),.7);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);will-change:transform;border-radius:0 0 30px 30px;padding:16px 0;transition:transform .3s ease-in-out,height .3s ease-in-out,border-radius .3s ease-in-out;position:fixed;top:0;left:0;right:0;overflow:hidden}header.hide{transform:translateY(-100%)}.herder__container{justify-content:space-between;align-items:center;display:flex}header .menu{background-color:rgba(var(--accent-dark-rgb),.7);border:1px solid var(--accent-dark);border-radius:20px;align-items:center;gap:30px;padding:22px 54px;display:flex}.burger__menu .header__menu-link{width:100%}.header__menu-link.active{font-weight:700}header .call{gap:15px;display:flex}header .call-btn{background-color:rgba(var(--accent-rgb),.8);border-radius:16px;padding:12px 30px;font-size:16px;font-weight:700}header .lang{border:1px solid var(--accent);border-radius:10px;padding:12px 17px}.logo{display:block}.hero{width:100%;padding:250px 8% 0}.hero__container{justify-content:space-between;gap:1em;display:flex}.hero__left{flex-direction:column;gap:50px;display:flex}.hero__left-title{font-size:72px;font-weight:900}.hero__left-subtitle{color:rgba(var(--light-rgb),.8);font-size:20px}.hero__left-link{background-color:rgba(var(--accent-dark-rgb),.74);color:var(--light);border:1px solid var(--accent-dark);white-space:nowrap;border-radius:16px;width:max-content;padding:14px 24px;font-weight:700}.hero__right-code{background:rgba(var(--dark-rgb),16%);color:#fff;z-index:1;border-radius:30px;width:450px;font-size:20px;position:relative;overflow:hidden}.glass-border{z-index:1;border-radius:30px;position:relative;overflow:hidden}.glass-border:before{content:"";background:linear-gradient(to right,rgba(var(--light-rgb),26%),rgba(var(--light-rgb),.8),rgba(var(--light-rgb),26%));-webkit-mask-composite:xor;pointer-events:none;border-radius:30px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.hero__right-code-header{background:rgba(var(--dark-rgb),16%);border-bottom:1px solid #0000;border-image:linear-gradient(to right,rgba(var(--light-rgb),6%),rgba(var(--light-rgb),.8),rgba(var(--light-rgb),6%))1;align-items:center;gap:20px;padding:22px 25px;display:flex}.hero__right-code-dots{gap:10px;display:flex}.dot{background-color:#ffbd2e;border-radius:100%;width:15px;height:15px}.dot:first-child{background-color:#ff5f56}.dot:last-child{background-color:#27c93f}.hero__right-code-body{padding:22px 25px;font-family:Courier Prime,monospace;font-style:normal;font-weight:400;line-height:120%}.about{width:100%;position:relative;overflow-x:hidden}.about__container{box-sizing:border-box;flex-direction:column;width:100%;max-width:1225px;padding-top:174px;padding-bottom:158px;display:flex}.container{overflow-x:hidden}.about__top{box-sizing:border-box;justify-content:space-between;width:100%;max-width:100%;display:flex}.about__top-title{word-wrap:break-word;max-width:100%;margin-bottom:88px;font-family:Raleway,sans-serif;font-size:72px;font-weight:900}.about__top-title span:first-child{color:var(--accent)}.about__top-title span:last-child{position:relative;top:48px}.about__top-subtitle{box-sizing:border-box;max-width:465px;font-family:Raleway,sans-serif;font-size:24px;font-weight:200}.about__top-subtitle:last-child{box-sizing:border-box;max-width:calc(100% - 253px);margin-top:32px;margin-left:253px}.about__top-right{box-sizing:border-box;max-width:100%}.about__top-right img{margin-top:-40px}.about__bottom{box-sizing:border-box;flex-wrap:wrap;gap:28px;width:100%;max-width:100%;margin-top:36px;display:flex}.about__bottom-card{text-align:center;box-sizing:border-box;background-color:#1a1a1a;border-radius:12px;flex:1;min-width:0;padding:32px 16px}.about__bottom-card-subtitle{color:rgba(var(--light-rgb),.7);font-size:14px}.about__bottom-card-title{color:rgba(var(--light-rgb),.7);margin-top:12px;font-size:40px}.doing{padding-bottom:140px;position:relative}.doing__title{margin-bottom:13px}.doing__bottom{gap:20px;margin-top:48px;font-family:Raleway,sans-serif;display:flex}.doing__bottom-card{color:rgba(var(--light-rgb),.6);flex:48%;padding:24px 0;font-size:16px;transition:all .5s ease-in-out}.doing__bottom-card:hover{color:var(--dark);background-color:var(--light)}.doing__bottom-card:hover .line{background-color:rgba(var(--dark-rgb),.6)}.doing__bottom-card-title,.doing__bottom-card-subtitle{padding:0 24px}.doing__bottom-card-image{justify-content:center;margin:30px 0;display:flex}.doing .line{background-color:rgba(var(--light-rgb),.16);width:100%;height:1px;transition:all .5s ease-in-out}.doing__bottom-card-subtitle{padding:24px}.portfolio{margin-bottom:140px;font-family:Raleway,sans-serif;position:relative}.portfolio__title{margin-bottom:36px}.portfolio__cards{-ms-overflow-style:none;scrollbar-width:none;cursor:grab;gap:22px;display:flex;overflow-x:auto}.portfolio__cards.active{cursor:grabbing;-webkit-user-select:none;user-select:none}.portfolio__cards::-webkit-scrollbar{display:none}.portfolio__card{background-color:rgba(var(--dark-rgb),.16);flex-shrink:0;width:640px;max-width:640px;padding:26px;font-size:23px}.portfolio__card-title{margin:32px 0 16px;font-size:37px;font-weight:600}.portfolio__card-list{margin:16px 0 32px}.portfolio__card-list-element{align-items:center;gap:8px;margin-bottom:8px;display:flex}.portfolio__card-btn{font-size:16px}.work-process{margin-bottom:140px;font-family:Raleway,sans-serif;position:relative}.work-process__title{margin-bottom:56px}.work-process__body{gap:70px;display:flex}.work-process__left{align-items:end;max-width:446px;font-size:30px;font-weight:400;display:flex}.work-process__right{max-width:952px}.work-process__right-text{margin-bottom:94px;font-size:38px}.work-process__right-text span{color:var(--accent);line-height:120%}.work-process__right-cards{gap:24px;display:flex}.work-process__right-card{background-color:rgba(var(--dark-rgb),.16);flex-direction:column;flex:1;justify-content:space-between;gap:52px;padding:24px;transition:all .5s ease-in-out;display:flex;position:relative}.work-process__right-card-title{font-size:48px}.work-process__right-card-subtitle{margin-top:auto;font-size:20px;transition:transform .5s ease-in-out,opacity .5s ease-in-out}.work-process__right-card-subtitle-2{opacity:0;margin:10px 0 0;font-size:16px;transition:bottom .5s ease-in-out,opacity .5s ease-in-out;position:absolute;bottom:-50px;left:24px;right:24px}.work-process__right-card:hover{background-color:rgba(var(--light-rgb),.86);color:var(--dark)}.work-process__right-card:hover .work-process__right-card-title{color:var(--accent)}.work-process__right-card:hover .work-process__right-card-subtitle{opacity:0;transform:translateY(-40px)}.work-process__right-card:hover .work-process__right-card-subtitle-2{opacity:1;bottom:24px}.team{margin-bottom:172px}.team__subtitle{margin:27px 0 60px}.team__subtitle span{color:var(--accent)}.team__cards{gap:25px;display:flex}.team__card{background-color:rgba(var(--dark-rgb),.2);flex:1;padding:30px 0;transition:all .5s ease-in-out}.team__card-img{justify-content:center;display:flex}.team__card .line{background-color:rgba(var(--light-rgb),.2);height:1px;margin:30px 0 12px;transition:all .5s ease-in-out}.team__card-title{margin-bottom:5px;padding:0 30px;font-size:20px;font-weight:500;transition:all .5s ease-in-out}.team__card-subtitle{color:rgba(var(--light-rgb),.6);padding:0 30px;font-size:16px;line-height:150%;transition:all .5s ease-in-out}.team__card:hover{background-color:var(--light);color:var(--dark)}.team__card:hover .team__card-subtitle{color:var(--dark)}.team__card:hover .line{background-color:rgba(var(--accent-dark-rgb),.6)}.why-dc{font-family:Raleway,sans-serif;position:relative}.why-dc__bg-text{color:var(--accent-light);font-size:128px;font-weight:900;position:absolute}.why-dc__bg-text.one{right:50px}.why-dc__bg-text.two{bottom:200px;left:320px}.why-dc__grid{z-index:5;grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(4,1fr);max-width:1184px;margin:72px auto 140px;display:grid;position:relative}.why-dc__grid-elem-title{font-size:48px;line-height:150%}.why-dc__grid-elem-subtitle{font-size:20px}.why-dc__grid-elem{-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);flex-direction:column;justify-content:space-between;gap:80px;padding:0 24px 54px;transition:all .5s ease-in-out;display:flex}.why-dc__grid-elem:first-child{background-color:var(--light);color:var(--dark);grid-column:2/3}.why-dc__grid-elem:nth-child(2){background-color:rgba(var(--accent-light-rgb),.34);color:var(--light);grid-column:3/5}.why-dc__grid-elem:nth-child(3){background-color:rgba(var(--accent-light-rgb),.34);color:var(--light);grid-column:1/2}.why-dc__grid-elem:nth-child(4){background-color:rgba(var(--dark-rgb),.6);grid-column:3/4}.why-dc__grid-elem:nth-child(5){background-color:var(--light);color:var(--dark);grid-column:2/3}.why-dc__grid-elem:nth-child(6){background-color:rgba(var(--dark-rgb),.6);grid-column:4/5}.why-dc__grid-elem:first-child:hover,.why-dc__grid-elem:nth-child(4):hover,.why-dc__grid-elem:nth-child(6):hover,.why-dc__grid-elem:nth-child(5):hover{background-color:rgba(var(--accent-light-rgb),.34);color:var(--light)}.why-dc__grid-elem:nth-child(2):hover,.why-dc__grid-elem:nth-child(3):hover{background-color:var(--light);color:var(--dark)}.faq{margin-bottom:140px;position:relative}.faq__container{justify-content:space-between;align-items:center;display:flex}.faq__title{max-width:454px}.faq__questions{flex-direction:column;gap:16px;width:100%;max-width:696px;display:flex}.faq__questions-element{background-color:rgba(var(--gray-rgb),.3);cursor:pointer;border-radius:20px;justify-content:space-between;padding:24px 30px;display:flex}.faq__questions-element-title{font-size:18px;font-weight:700}.faq__questions-element-subtitle{opacity:0;max-height:0;margin-top:16px;margin-left:8px;font-size:16px;transition:max-height .35s,opacity .3s,transform .3s;overflow:hidden;transform:translateY(-6px)}.plus div{background-color:var(--light);transform-origin:50%;border-radius:10px;width:14px;height:1.5px;margin-top:9px;transition:transform .3s}.plus div:nth-child(2){margin-top:-2px;transform:rotate(90deg)}.faq__questions-element.open .faq__questions-element-subtitle{opacity:1;max-height:300px;transform:translateY(0)}.faq__questions-element.open .plus div:nth-child(2){transform:rotate(0)}.contacts__container{background-color:#2b2b2b;border-radius:30px;gap:124px;padding:50px 122px;display:flex}.contacts__title{margin-bottom:18px;font-size:32px}.contacts__subtitle{margin-bottom:33px;font-size:16px}.contacts__form{gap:12px;display:flex}.contacts__input{background-color:rgba(var(--light-rgb),.1);border-radius:16px;outline:none;width:100%;padding:15px 20px;font-size:16px;transition:border-color .3s;color:var(--light)!important;border:1px solid #0000!important}.contacts__input:focus{border-color:var(--accent)!important}.contacts__input.error{background-color:#ff44441a;border-color:#f44!important}.contacts__input::placeholder{color:rgba(var(--light-rgb),.5)}.contacts__info{color:rgba(var(--light-rgb),.3);margin-top:16px;font-size:12px}.contacts__info a{text-decoration:underline}.contacts__right-contacts{color:rgba(var(--light-rgb),.7);flex-direction:column;gap:13px;margin-top:17px;font-size:20px;display:flex}.contacts__right-contacts div{align-items:center;gap:7px;display:flex}.contacts__right-contacts div img{color:#27c93f;background-color:rgba(var(--accent-light-rgb),.24);border-radius:5px;padding:7px}.footer{padding-bottom:100px;position:relative;overflow:hidden}.footer__container{background-color:rgba(var(--dark-rgb),.16);-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);border:1px solid #fff6;border-radius:40px;padding:102px 95px 50px}.footer__top{justify-content:space-between;margin-bottom:70px;display:flex}.footer__text{flex-direction:row;align-items:center;gap:1em;max-width:556px;margin-top:54px;line-height:150%;display:flex}.footer__top-right{flex-direction:column;justify-content:end;align-items:center;width:300px;display:flex}.footer__top-right-tel{font-size:20px}.adress{text-align:center;color:rgba(var(--light-rgb),.36);margin-bottom:1em;font-size:14px;line-height:170%}.footer__top-right-cosial{gap:24px;margin-top:.5em;display:flex}.footer__top-right-cosial img{width:35px;height:35px}.footer__top-left{width:550px}.footer__bottom{justify-content:center;display:flex}.footer__bottom img{margin-right:14px}.typewriter-container{display:block}.code-line{white-space:pre;min-height:1.2em;position:relative}.typewriter-cursor{color:var(--accent-light);font-weight:700;animation:1s step-end infinite blink-cursor;display:inline-block}@keyframes blink-cursor{0%,50%{opacity:1}51%,to{opacity:0}}.parallax-element{will-change:transform;transition:transform .2s ease-out}.f-e-1,.f-e-2,.f-e-3,.f-e-3-tab,.f-e-faq-mob,.f-e-1-mob,.f-b{z-index:-1;max-width:100vw;position:absolute}.f-e-faq-mob,.f-e-1-mob,.f-e-3-tab{display:none}.f-e-1{top:0;right:0}.f-e-2{top:-400px;left:0}.f-e-3{top:-200px;right:0}.f-b{bottom:0}.f-b.two{right:0}.header__burger{cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:10px;width:36px;height:30px;margin:auto;transition:all .3s;display:none;position:relative}.header__burger-line{background-color:var(--light);border-radius:10px;width:36px;height:2px;transition:all .3s;position:absolute;left:0}.header__burger-line:first-child{top:0}.header__burger-line:nth-child(2){top:50%;transform:translateY(-50%)}.header__burger-line:nth-child(3){bottom:0}.header__burger.active .header__burger-line:first-child{top:50%;transform:translateY(-50%)rotate(45deg)}.header__burger.active .header__burger-line:nth-child(2){opacity:0;transform:translateY(-50%)scale(0)}.header__burger.active .header__burger-line:nth-child(3){bottom:50%;transform:translateY(50%)rotate(-45deg)}.burger__menu{opacity:0;z-index:10;flex-direction:column;flex:1;justify-content:space-between;margin:32px 32px 90px;padding:32px;font-family:Raleway,sans-serif;transition:opacity .3s,transform .3s;display:none;position:relative;overflow-y:auto;transform:translateY(-20px)}.burger__menu.active{opacity:1;transform:translateY(0)}.burger__menu-links nav{border-bottom:1px solid var(--gray);justify-content:space-between;width:100%;padding:18px 0;font-size:28px;font-weight:400;display:flex}.burger__menu-social{flex-direction:column;align-items:center;gap:20px;display:flex}.burger__menu-social a{margin-bottom:10px;font-size:38px}header.menu-open{border-radius:0;flex-direction:column;height:100vh;display:flex;overflow:visible}header.menu-open .herder__container{flex-shrink:0;width:100%}@media screen and (max-width:1100px){header .menu,header .call-btn{display:none}.header__burger{display:flex}.hero__left{max-width:340px}.hero__left-title{font-size:48px}.hero__left-subtitle{font-size:16px}.hero__right-code{width:340px;font-size:15px}.about__top-subtitle{max-width:330px;font-size:20px}.about__top-subtitle:last-child{max-width:330px;margin-left:273px}.about__top-right{position:absolute;top:220px;right:40px}.about__top-right img{width:260px}.about__bottom-card{padding:16px 32px}.about__bottom-card-title{font-size:36px}.about__bottom-card-subtitle{font-size:13px}.block__title{font-size:40px}.block__subtitle{font-size:16px}.doing__bottom{flex-wrap:wrap}.work-process__body{flex-direction:column-reverse}.work-process__right-text{margin-left:58px;font-size:24px}.work-process__right-cards{flex-wrap:wrap}.work-process__right-card{flex:48%}.team__subtitle{font-size:24px}.team__cards{flex-wrap:wrap;gap:15px}.team__card{flex:48%}.f-e-3{display:none}.f-e-3-tab{width:100%;display:block;right:0}.why-dc__grid{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);gap:22px}.why-dc__grid-elem:first-child{grid-column:1/2}.why-dc__grid-elem:nth-child(2){grid-column:2/4}.why-dc__grid-elem:nth-child(3){grid-column:1/3}.why-dc__grid-elem:nth-child(4){grid-column:3/4}.why-dc__grid-elem:nth-child(5){grid-column:1/2}.why-dc__grid-elem:nth-child(6){grid-column:2/4}.faq__container{flex-direction:column}.faq__title{text-align-last:left;width:100%;max-width:none;margin-bottom:62px}.contacts__container,.footer__container{flex-direction:column;gap:20px;margin:0 20px;padding:50px 40px}.contacts__right-contacts{flex-direction:row}}@media screen and (max-width:724px){.header__menu-link{font-size:18px}.burger__menu-links nav{padding:13px 0}.burger__menu-social a{font-size:30px}.burger__menu-social img{width:30px;height:30px}.logo,.logo img{height:30px}.header__burger{height:20px}.header__burger-line{width:25px;display:flex}.f-e-1-mob{object-fit:cover;height:150vh;display:block;top:0}.f-e-1{display:none}.hero{padding:150px 0 0}.hero__container{flex-direction:column}.hero__left{max-width:100%;margin-bottom:90px}.hero__right-code{width:auto}.about__top-title{font-size:60px}.about__top-subtitle{max-width:330px;font-size:20px}.about__top-subtitle:last-child{text-align:right;margin-top:12px;margin-left:64px}.about__top-right{display:none}.about__bottom{flex-direction:column}.f-e-2{object-fit:cover;height:250vh;top:20px}.doing__bottom-card{color:var(--light)}.why-dc__bg-text{font-size:70px}.why-dc__bg-text.one{top:150px}.why-dc__bg-text.two{top:350px;left:20px}.why-dc__grid{gap:10px}.why-dc__grid-elem{gap:33px;padding:14px}.work-process__right-cards{gap:10px}.why-dc__grid-elem,.why-dc__grid-elem:before{border-radius:20px}.why-dc__grid-elem-title{font-size:30px}.why-dc__grid-elem-subtitle{font-size:13px}.portfolio__cards{flex-direction:column}.portfolio__card-title{font-size:23px}.portfolio__card{width:auto;padding:24px 16px;font-size:14px}.portfolio__card-img img{width:100%}.contacts__right{margin-top:50px}.f-e-3-tab{object-fit:cover}.f-e-faq-mob{display:block}.contacts__container,.footer__container{padding:35px 20px}.contacts__form,.contacts__right-contacts{flex-direction:column}.footer__top{flex-direction:column;gap:100px;margin-bottom:0}.f-b{object-fit:cover;height:150vh}.footer__text{margin-top:18px}.footer__top-right{align-items:start;gap:5px;width:auto}.footer__container{margin-top:10px}.work-process__right-card{flex:45%}.work-process__right-card-subtitle-2{display:none}.work-process__right-card-title{font-size:40px}.work-process__right-card-subtitle{font-size:18px}.team__card{border-radius:18px;flex:45%;padding:15px 0}.team__card:before{border-radius:18px}.team__card-title{padding:0 10px;font-size:13px}.team__card-subtitle{padding:0 10px;font-size:11px}.team__card-img img{height:140px}.team__card .line{margin:10px 0}}
