@import"https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";html,body{background:#000;width:100%;max-width:1920px}body{font-family:Nunito Sans,sans-serif;font-style:normal;margin:0}.container{max-width:1600px;width:100%;margin-left:auto;margin-right:auto;padding:0 20px;box-sizing:border-box}.color-header{display:inline-flex;gap:10px;font-weight:700;font-size:28px;background:linear-gradient(90deg,#fff,#6c41ff 81.25%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}h2{margin:0;font-weight:700;font-size:64px;line-height:89%;letter-spacing:-.05em;color:#fff}h3{margin:0;font-weight:700;font-size:24px;line-height:89%;letter-spacing:-.05em;color:#fff}h4{font-weight:600;font-size:24px}.burger-menu{display:none;flex-direction:column;justify-content:space-between;transform-origin:center;width:24px;height:24px;cursor:pointer;z-index:1001;order:3}.burger-menu .line{height:3px;background:#fff;border-radius:2px;transition:.3s}.burger-menu .line1.open{transform:rotate(45deg) translate(5px,10px)}.burger-menu .line2.open{opacity:0}.burger-menu .line3.open{transform:rotate(-45deg) translate(5px,-10px)}.nav{display:flex;gap:20px;align-items:center;order:2}@media(max-width:768px){h2{margin:0;font-weight:700;font-size:32px;line-height:90%;letter-spacing:-.05em;color:#fff}h3{margin:0;font-weight:700;font-size:18px;line-height:89%;letter-spacing:-.05em;color:#fff}h4{font-weight:600;font-size:18px}.color-header{font-size:16px}.color-header img{width:20px;height:20px}.container{padding:0 20px}.burger-menu{display:flex}.nav{position:fixed;top:0;right:0;width:100%;height:100vh;background:#000;flex-direction:column;gap:25px;display:none;z-index:1000;overflow-y:auto;align-items:flex-start}.nav.open{display:flex;animation:slideInRight .3s ease-out}.nav-logo{margin-top:20px;margin-left:20px}.nav a{margin-left:20px;font-size:24px;padding:15px 0;width:100%}.nav-actions{margin-left:20px;display:flex;flex-direction:column;gap:12px;margin-top:30px;width:auto}.nav-actions .btn{width:100%;padding:18px 20px;font-size:18px}.actions{display:none}}.header{display:flex;align-items:center;padding:20px 0;background:#0006;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);position:sticky;top:0;z-index:100}.header-inner{display:flex;justify-content:space-between;align-items:center;gap:40px;position:relative}.logo{order:1}.nav a{font-weight:600;font-size:clamp(16px,1vw,18px);color:#fff;cursor:pointer;transition:color .3s ease}.nav a:hover{color:#a8a8a8}.actions{display:none;gap:10px;order:3}@media(min-width:769px){.nav-actions{display:none}.actions{display:flex}.nav-logo{display:none}}@media(max-width:768px){.nav-actions{display:flex!important}}.btn-ghost{padding:clamp(10px,2vw,15px) clamp(12px,3vw,20px);border-radius:100px;background:#ffffff1a;color:#fff;border:none;font-size:clamp(12px,2vw,16px);transition:background-color .3s ease;cursor:pointer}.btn-ghost:hover{background-color:#ffffff20}.btn-white{padding:clamp(10px,2vw,15px) clamp(16px,3vw,20px);border-radius:100px;background:#fff;color:#000;border:none;font-weight:600;font-size:clamp(12px,2vw,16px);cursor:pointer;transition:background-color .3s ease}.btn-white:hover{background-color:#bababa}.hero{padding-top:79px}.hero-inner{display:flex;justify-content:space-between;align-items:center;gap:clamp(64px,10vw,100px);margin-bottom:clamp(64px,10vw,100px)}.hero-title{font-size:clamp(36px,5vw,86px);font-weight:700;line-height:89%;letter-spacing:-.05em;background:linear-gradient(90deg,#fff,#6c41ff 81.25%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-sublist{margin-top:clamp(24px,5vw,50px);display:flex;flex-direction:column;gap:clamp(10px,2vw,15px)}.hero-item{display:flex;align-items:center;gap:10px;font-weight:600;font-size:clamp(14px,2vw,24px);line-height:110%;letter-spacing:-.05em;color:#a8a8a8}.hero-actions{display:flex;flex-direction:row;align-items:flex-start;padding-top:40px;gap:10px}.form-hero{border-radius:26px;border:1px solid rgba(44,44,44,1);background:#0a0a0a;background:linear-gradient(180deg,#00000080,#0a0a0a 78.85%);-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.form-content{padding:clamp(20px,2vw,30px)}.form-title{margin:5% 50% 6% 0;font-style:normal;font-weight:600;font-size:clamp(24px,1vw,32x);line-height:100%;color:#fff}.form-group{display:flex;flex-direction:column;gap:clamp(10px,2vw,14px);font-weight:600;line-height:120%;color:#e0e0e0;margin-bottom:14px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:clamp(10px,2vw,14px)}.form-group label{font-weight:600;font-size:clamp(14px,1vw,16px);line-height:120%;letter-spacing:-2%;color:#e0e0e0}.form-group input{box-sizing:border-box;padding:clamp(14px,2vw,18px) clamp(14px,3vw,16px) clamp(14px,2vw,18px) clamp(10px,3vw,14px);border-radius:10px;border:1px solid #2C2C2C;background:#0006;color:#fff;transition:border-color .3s ease}.form-group input:focus{outline:none;border-color:#805bff}.form-group input::placeholder{font-weight:400;color:#a8a8a8}.form-textarea{box-sizing:border-box;padding:18px 14px;border-radius:10px;border:1px solid #2C2C2C;background:#0006;font-size:clamp(12px,1vw,16px);line-height:120%;color:#fff;resize:vertical;transition:border-color .3s ease}.form-textarea:focus{outline:none;border-color:#805bff}.form-textarea::placeholder{color:#a8a8a8}.file-upload label{display:inline-flex;align-items:center;justify-content:center;padding:10px clamp(12px,3vw,16px);border-radius:100px;background:#ffffff1a;color:#fff;font-weight:600;font-size:clamp(12px,1vw,15px);cursor:pointer;margin-bottom:30px}.form-actions{display:flex;flex-direction:row;align-items:center;gap:20px}.form-checkbox label{display:flex;align-items:center;gap:10px;font-weight:600;font-size:12px;line-height:120%;letter-spacing:-2%;color:#a8a8a8}.form-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;width:20px;height:20px;border:1px solid #2C2C2C;border-radius:6px;background:#1b1b1b;cursor:pointer;position:relative}.form-checkbox input[type=checkbox]:checked:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:9px;background-image:url("data:image/svg+xml,%3csvg%20width='28'%20height='20'%20viewBox='0%200%2028%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%209.83333L9.83333%2018.1667L26.5%201.5'%20stroke='white'%20stroke-width='3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-repeat:no-repeat;background-size:contain;background-position:center;transform:translate(-50%,-50%)}.form-checkbox a{color:#a8a8a8;text-decoration:none}.form-success{max-width:100%;min-height:714px;display:flex;flex-direction:column;gap:39;margin:30px;font-weight:400;font-size:clamp(14px,1vw,18px);line-height:120%;letter-spacing:-.05em;position:relative;padding-bottom:30px}.form-success p,.form-success span{margin:0;padding:0}.form-success p{color:#a8a8a8}.form-success span{color:#fff}.success-main{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}.success-icon{width:40px;height:40px}.success-icon img{width:100%;height:100%;object-fit:contain}.success-title{font-size:clamp(24px,2vw,32x);font-weight:600;color:#fff;margin:0}.success-button{width:auto;padding:18px 20px;background:#fff;color:#000;font-weight:600;font-size:clamp(14px,1vw,18px);border-radius:100px;cursor:pointer;position:absolute;bottom:0}.achievements{display:flex;justify-content:center;gap:50px}.achievement-card{width:260px;height:350px;padding-bottom:40px;display:flex;flex-direction:column;gap:40px}.achievement-logo{width:200px;height:200px;margin-top:auto}.achievement-text{font-weight:500;font-size:clamp(16px,1vw,20px);line-height:120%;letter-spacing:-.03em;color:#fff}.achievement-text span{color:#a8a8a8}@media(max-width:768px){.hero{padding-top:42px}.hero-inner{flex-direction:column;align-items:flex-start}.form-hero{width:90%;margin-right:10px}.form-grid{grid-template-columns:1fr}.form-actions{flex-direction:column;align-items:flex-start}.achievements{display:flex;flex-direction:column;align-items:center;gap:20px}}.last-project-container{margin:240px 0}.last-project-h2{font-weight:700;font-size:clamp(24px,4vw,40px);line-height:89%;color:#fff}.last-project-content-block{padding-top:40px;overflow:hidden}.last-project-cases{display:flex;flex-direction:row;align-items:flex-start;gap:20px;overflow-x:auto;scroll-behavior:smooth}.project-card{display:flex;flex-direction:column;gap:24px;flex-shrink:0;min-height:300px;min-width:300px;max-width:520px;max-height:520px;overflow-y:auto;overflow-x:hidden}.project-image{box-sizing:border-box;min-height:300px;min-width:300px;max-width:520px;max-height:520px;flex-shrink:0;background:#070707;border:1px solid #1B1B1B;border-radius:26px;position:relative;overflow:hidden}.project-image img{position:absolute;inset:0;width:80%;margin:0 auto;object-fit:contain}.project-name{font-weight:700;font-size:clamp(18px,1vw,24px);line-height:89%;letter-spacing:-.05em;color:#fff}.project-about{font-weight:400;font-size:clamp(14px,1vw,18px);line-height:120%;letter-spacing:-.05em;color:#a8a8a8}.project-tags{display:flex;flex-wrap:wrap;gap:2px}.project-tags span{display:inline-flex;justify-content:center;align-items:center;padding:10px;border-radius:100px;background:#1b1b1b;font-weight:600;font-size:clamp(16px,1vw,18px);line-height:89%;letter-spacing:-.05em;color:#fff}.switcher{margin-top:clamp(32px,4vw,40px);display:flex;justify-content:center;align-items:center;width:100%;background:none;border:none;cursor:pointer;position:relative}.switcher:after{content:"";position:absolute;top:0;width:50%;height:100%;background:transparent;pointer-events:none;transition:background .3s ease}.switcher.hover-right:after{right:0;background:#0009}.switcher.hover-left:before{content:"";position:absolute;left:0;top:0;width:50%;height:100%;background:#0009;pointer-events:none;transition:background .3s ease}.last-project-cases{padding-top:40px;cursor:pointer}.last-project-cases{overflow-x:auto;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}@media(max-width:768px){.last-project-container{margin:64px 0}.last-project-h2{font-weight:600;line-height:100%}.last-project-content-block{padding-top:20px}.project-card{display:flex;flex-direction:column;gap:24px;width:320px;flex-shrink:0;overflow-y:auto;overflow-x:hidden}.switcher{justify-content:flex-start;align-items:center;width:fit-content;padding:10px;align-self:flex-start}}.advantages{margin:240px 0}.advantages-header{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:25px}.advantages-header-title{text-align:center}.advantages-content{margin-top:100px}.advantages-grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:10px;row-gap:20px;padding-bottom:10px}.advantages-grid::-webkit-scrollbar{display:none}@media(max-width:1000px){.advantages-grid{display:flex;flex-direction:row;column-gap:20px;overflow-x:auto;scroll-behavior:smooth}.advantage-card{flex-shrink:0;width:300px}}.advantage-card{padding:20px;border-radius:16px;border:1px solid #1B1B1B;display:flex;flex-direction:column;gap:12px;overflow:hidden}.advantage-image{max-width:300px;max-height:300px;margin:0 auto;border-radius:26px;object-fit:cover;transform:translate(var(--mx),var(--my)) scale(var(--ms)) rotate(var(--mr));transition:transform .18s ease;animation:imagePulse 4s ease-in-out infinite}.advantage-image{--mx: 0px;--my: 0px;--ms: 1;--mr: 0deg}.advantage-name{font-weight:700;font-size:clamp(18px,1vw,22px);color:#fff}.advantage-about{font-size:clamp(14px,1vw,18px);color:#a8a8a8}.advantages-btns{justify-content:center;gap:10px;margin-top:100px}.advantages-switcher{padding:15px 20px;border-radius:100px;background:#fff;color:#000;border:none;font-weight:600;font-size:16px}.advantages-switcher:hover{background-color:#bababa}@media(max-width:768px){.advantages{margin:64px 0}.advantages-header{align-items:flex-start;gap:12px}.advantages-header-title{text-align:start}.advantages-content{margin-top:32px}}.cases{display:flex;flex-direction:column;gap:40px;align-items:left;justify-content:left}.cases-title{margin-top:40px;font-weight:700;font-size:clamp(32px,4vw,64px);line-height:89%;letter-spacing:-.05em;text-align:left;color:#fff}.tags{display:flex;gap:4px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth}.tags::-webkit-scrollbar{height:4px}.tags::-webkit-scrollbar-track{background:transparent}.tags::-webkit-scrollbar-thumb{background:#3b3b3b;border-radius:2px}.tags span{display:inline-flex;justify-content:center;align-items:center;padding:10px 15px;border-radius:100px;background:#1b1b1b;font-weight:600;font-size:clamp(16px,1vw,18px);line-height:89%;letter-spacing:-.05em;color:#fff;cursor:pointer;white-space:nowrap;flex-shrink:0;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.tags span.active{background:#fff;color:#000;font-weight:700}.tags span:hover{background:#bababa;color:#000;font-weight:700}.last-project-cases.layout-cases{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:auto;gap:24px;overflow:hidden}.last-project-cases.layout-cases .project-card{display:flex;flex-direction:column;gap:24px;overflow-x:auto;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.line-break{margin-top:5px;display:block}.cases-btn{display:flex;justify-content:center;margin-top:60px}@media(max-width:768px){.cases-title{margin-top:12px;line-height:90%}.cases-btn,.cases-divider{display:none}.tags{display:flex;gap:6px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth}.tags span{padding:10px 12px}.last-project-cases.layout-cases{grid-auto-flow:column;gap:10px}.last-project-cases.layout-cases .project-card{gap:16px;width:300px;overflow:visible;height:auto}}.process-container{margin:240px 0}.process{gap:clamp(64px,1vw,60px);display:flex;flex-direction:row;align-items:flex-start}.process-header{position:sticky;top:0}.process-title-up h2,.process-title-bottom h4{margin:0}.process-title{margin:clamp(14px,4vw,60px) 0;display:flex;flex-direction:column;gap:clamp(20px,4vw,40px)}.process-title-up{display:flex;flex-direction:column;gap:10px}.process-title-bottom{display:flex;flex-direction:column;gap:5px;color:#a8a8a8}.process-steps{display:flex;flex-direction:column;gap:clamp(200px,4vw,338px);margin-left:0 60px;margin-bottom:clamp(64px,4vw,338px);position:relative}.process-step{display:flex;align-items:flex-start;gap:25px}.process-steps:before{content:"";position:absolute;left:4%;top:32px;bottom:32px;width:clamp(4px,1vw,6px);background:#1b1b1b;border-radius:100px;z-index:0}.process-steps:after{content:"";position:absolute;left:4%;top:32px;bottom:32px;width:clamp(4px,1vw,6px);background:linear-gradient(180deg,#805BFF 0%,#805BFF var(--line-progress),rgba(128,91,255,.4) calc(var(--line-progress) + 2%),rgba(128,91,255,.1) calc(var(--line-progress) + 4%),#1B1B1B calc(var(--line-progress) + 6%),#1B1B1B 100%);border-radius:100px}.step-icon{background-color:#1b1b1b;gap:10px;padding:3%;border-radius:100px;display:flex;align-items:center;justify-content:center;align-self:flex-start;position:relative;z-index:2;transition:background-color .3s ease}.step-icon.active{background-color:#805bff}.step-icon img{width:clamp(20px,2vw,28px);height:clamp(20px,2vw,28px)}.process-text-block{display:flex;flex-direction:column;gap:20px}.step-title{font-weight:600;font-size:clamp(18px,2vw,28px);line-height:89%;letter-spacing:-5%;color:#fff}.step-description{font-weight:600;font-size:clamp(14px,2vw,20px);color:#a0a0a0}@media(max-width:1270px){.process-steps:before,.process-steps:after{bottom:70px}}@media(max-width:961px){.process-steps:before,.process-steps:after{bottom:110px}}@media(max-width:768px){.process-container{margin:64px 0}.process{flex-direction:column}.process-header{position:static}.ask-qw-process{margin-top:20px;padding:10px 12px;font-size:12px;font-weight:600}.process-steps:before,.process-steps:after{bottom:33px}}@media(max-width:613px){.process-steps:before,.process-steps:after{bottom:60px}}@media(max-width:485px){.process-steps:before,.process-steps:after{bottom:80px}}@media(max-width:407px){.process-steps:before,.process-steps:after{bottom:100px;left:4.5%}}@media(max-width:370px){.process-steps:before,.process-steps:after{bottom:110px}}.clients-container{gap:100px;display:flex;flex-direction:column;align-items:center}.clients-header{display:flex;flex-direction:column;align-items:center;gap:40px}.clients-cards{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:20px;width:100%}.client-card{display:flex;align-items:center;justify-content:center;padding:20px}.client-card img{width:100%;height:auto;object-fit:co <div className="image-block"> <divntain}@media(max-width:768px){.clients-container{gap:32px;align-items:flex-start}.clients-header{align-items:flex-start;gap:12px}.clients-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}.client-card{display:flex;align-items:center;justify-content:center;padding:20px;background:#070707;border:1px solid #1B1B1B;border-radius:26px;max-height:120px}.client-card img{width:100px;height:100px}}.reviews{margin:240px 0}.reviews-header{display:flex;flex-direction:column;align-items:center;gap:40px}.reviews-title-block{display:flex;flex-direction:column;align-items:center}.reviews-title-block h2{text-align:center}.reviews-content{position:relative;margin:100px 0}.reviews-content:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:10;background:linear-gradient(to right,#000,#0000 calc(50% - 600px) calc(50% + 600px),#000)}.review-row{overflow:hidden;width:100%;margin-bottom:10px}.review-row-mobile{display:none;width:auto;overflow:hidden}.review-track{display:flex;gap:10px;width:max-content;animation:scrollLeft 90s linear infinite}.review-row.reverse .review-track{animation:scrollRight 70s linear infinite}.review-card{width:480px;height:auto;display:flex;flex-direction:column;justify-content:space-between;background-color:#070707;border:1px solid #1B1B1B;border-radius:13px;padding:20px;box-sizing:border-box;flex-shrink:0}.review-header{display:flex;gap:10px;align-items:center}.review-photo{width:80px;height:80px;border-radius:50%;object-fit:cover}.review-info{display:flex;flex-direction:column}.review-name{font-weight:700;font-size:clamp(14px,2vw,18px);color:#fff}.review-stars{display:flex;gap:2px}.star{width:16px;height:16px}.review-text{font-weight:400;font-size:clamp(14px,2vw,16px);color:#fff;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.review-text.expanded{display:block;-webkit-line-clamp:unset;overflow:visible}.review-footer{display:flex;align-items:center;padding:20px 0}.review-more{display:flex;align-items:center;gap:6px;font-weight:600;font-size:15px;line-height:120%;letter-spacing:-.05em;color:#fff;text-decoration:none;transition:color .3s ease}.review-more:hover{color:#a8a8a8}.review-arrow{width:20px;height:20px;transform:rotate(90deg);transition:filter .3s ease}.review-more:hover .review-arrow{filter:brightness(.7)}@media(max-width:768px){.reviews{margin:64px 0}.reviews-header{align-items:flex-start;gap:16.5px}.reviews-title-block{display:flex;flex-direction:column;align-items:flex-start}.reviews-title-block h2{text-align:left}.reviews-content{margin:32.27px 0}.reviews-content:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:10;background:linear-gradient(to right,#000,#0000 calc(50% - 600px) calc(50% + 600px),#000)}.review-row-mobile{display:block}.review-card{width:250px;height:180px;padding:14px}.review-photo{width:30px;height:30px}.review-name{font-weight:600}.review-more{display:none}}.blog-container{display:flex;flex-direction:column;gap:100px;align-items:center}.blog-header{display:flex;flex-direction:column;align-items:center;gap:40px}.blog-subtitle{color:#a8a8a8;font-weight:600;font-size:clamp(14px,4vw,24px);line-height:120%;letter-spacing:-5%}.blog-icons-links{display:flex;gap:20px}.blog-content{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.blog-card{display:flex;flex-direction:column;gap:30px;width:100%;margin:0 0 100px}.blog-card-image{flex-shrink:0}.blog-card-image img{width:100%;height:520px;object-fit:cover;border:2px solid #1B1B1B;border-radius:22px;overflow:hidden;display:block}.blog-text-header{display:flex;flex-wrap:row;justify-content:space-between}.blog-card-text{display:flex;flex-direction:column;gap:20px;flex:1;justify-content:space-between}.blog-card-title{font-weight:600;font-size:24px;max-width:50%;color:#fff}.blog-card-footer{display:flex;flex-direction:row;align-items:center;gap:10px}.blog-card-type{color:#a8a8a8;font-weight:400;font-size:16px}.blog-card-dot{width:4px;height:4px;background:#a8a8a8;border-radius:50%;flex:none}.time-read{font-weight:400;font-size:16px;line-height:120%;letter-spacing:-.05em;color:#fff}.blog-card-overlay{display:flex;align-items:center;gap:8px}.blog-card-link{font-weight:600;font-size:16px;line-height:120%;letter-spacing:-5%;text-align:center;color:#fff;text-decoration:none}.blog-card-arrow{filter:brightness(0) invert(1);transform:rotate(90deg)}@media(max-width:768px){.blog-container{display:flex;flex-direction:column;gap:32px;align-items:flex-start}.blog-header{align-items:flex-start;gap:20px}.blog-title{font-size:32px;font-weight:700;line-height:90%}.blog-subtitle{line-height:110%;letter-spacing:-5%}.blog-content{display:flex;flex-direction:column;gap:20px;align-items:stretch}.blog-card{display:flex;flex-direction:column;margin-bottom:10px;gap:30px}.blog-card:nth-child(4n+1),.blog-card:nth-child(4n+4),.blog-card:nth-child(4n+2),.blog-card:nth-child(4n+3){width:100%}}.team{overflow:hidden;margin:240px 0}.team-header{display:flex;flex-direction:column;align-items:center;gap:30px}.team-subtitle{font-weight:600;font-size:clamp(14px,4vw,24px);line-height:120%;letter-spacing:-5%;color:#a8a8a8}.team-rows{position:relative;margin:100px 0}.team-rows:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:10;background:linear-gradient(to right,#000,#0000 calc(50% - 600px) calc(50% + 600px),#000)}.team-member-photo{width:120px;height:120px;border-radius:50%;overflow:hidden}.team-member-photo img{width:100%;height:100%;object-fit:cover}.team-row{overflow:hidden;width:100%;margin-bottom:40px}.team-track{display:flex;gap:40px;width:max-content;animation:scrollLeft 90s linear infinite}.team-row.reverse .team-track{animation:scrollRight 70s linear infinite}.team-member:nth-child(-n+11){animation:moveLeft 90s linear infinite}.team-member:nth-child(n+12):nth-child(-n+22){animation:moveRight 700s linear infinite}.team-member:nth-child(n+23){animation:moveLeft 90s linear infinite}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.team-vacancy{display:flex;flex-direction:column;gap:40px;align-items:center}.team-vacancy-title{margin-top:60px;font-weight:700;font-size:clamp(24px,4vw,40px);line-height:89%;letter-spacing:-.05em;color:#fff}.team-vacancy-item{width:100%}.team-vacancy-link{display:flex;justify-content:space-between;align-items:center;width:100%;gap:20px;text-decoration:none}.team-vacancy-info{display:flex;flex-direction:column;gap:10px;flex:1}.team-vacancy-arrow-icon{margin-left:auto;transform:rotate(90deg)}.team-vacancy-arrow-icon:hover{filter:brightness(.7)}.team-vacancy-name{font-weight:600;font-size:clamp(18px,2vw,24px);line-height:120%;letter-spacing:-5%;color:#fff}.team-vacancy-parttime{display:flex;gap:10px}.team-vacancy-parttime span{font-weight:500;font-size:clamp(14px,1vw,16px);line-height:120%;letter-spacing:-5%;color:#a8a8a8}@media(max-width:768px){.team{width:100%;overflow:hidden;margin:64px 0}.team-header{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.team-subtitle{line-height:110%}.team-member-photo{width:60px;height:60px}.team-rows{position:relative;margin:32px 0}.team-row{margin-bottom:10px}.team-track{gap:10px}.team-vacancy{display:flex;flex-direction:column;gap:40px;margin:auto}.team-vacancy-title{margin-top:40px;font-weight:600;line-height:100%}.team-vacancy-name{line-height:89%}.team-vacancy-parttime span{font-weight:400}}.legal-moments-container{display:flex;flex-direction:column;gap:100px}.legal-moments-content{display:grid;grid-template-columns:repeat(3,1fr);gap:60px}.legal-moment-card{min-height:240px;display:flex;flex-direction:column;gap:20px;background-color:#070707;padding:20px}.legal-moment-text{display:flex;flex-direction:column;gap:20px}.legal-moment-title{font-weight:600;font-size:clamp(14px,1vw,16px);line-height:120%;letter-spacing:-5%;color:#fff}.legal-moment-description{font-weight:500;font-size:clamp(14px,1vw,18px);line-height:130%;letter-spacing:-5%;color:#a8a8a8}@media(max-width:768px){.legal-moments-container{gap:32px}.legal-moments-content{display:flex;flex-direction:column;gap:32px}}.faq-container{margin:240px 0}.questions-blocks{margin-top:100px}.question-block{display:flex;flex-direction:column}.question-title{display:flex;align-items:center;justify-content:space-between;background:none;border:none;padding:0;cursor:pointer;color:inherit}.question-title h3{margin:0;text-align:left;font-weight:600;font-size:clamp(18px,4vw,28px)}.questions-description{font-weight:600;font-size:24px;color:#a8a8a8}.arrow-icon{transition:transform .3s ease-in-out;transform:rotate(180deg)}.arrow-icon:hover{filter:brightness(.7)}.arrow-icon.open{transform:rotate(0)}.question-answer{font-weight:500;font-size:clamp(14px,2vw,20px);color:#a8a8a8;animation:slideDown .3s ease-in-out}@keyframes slideDown{0%{opacity:0;max-height:0;overflow:hidden}to{opacity:1;max-height:500px;overflow:visible}}.divider{margin:30px 0;height:0;border-top:1.5px solid #1B1B1B}@media(max-width:768px){.faq-container{margin:64px 0}.ask-telegram-btn,.questions-description{display:none}.questions-blocks{margin-top:32px}.question-answer{font-weight:600}}.footer-form-mobile{display:none}.footer-form-block{display:flex;justify-content:center;background:#070707;border:1px solid #1B1B1B;border-radius:26px;margin:60px 240px}.image-block{position:relative;overflow:hidden;max-height:760px}.image img{justify-content:center;margin-top:20px;margin-left:75px;margin-right:100px;position:relative;width:430px;height:870px;object-fit:cover;opacity:1;z-index:2}.footer-blur{position:absolute;top:50%;left:50%;width:420px;height:420px;transform:translate(-50%,-50%);background:radial-gradient(90% 70% at 60% 40%,#f91f79 0% 35%,#b055ef 75%,#9873ff);filter:blur(50px);opacity:.9;z-index:1;pointer-events:none;animation:blurWave 3.5s ease-in-out infinite}@keyframes blurWave{0%{transform:translate(-50%,-50%) scale(1);opacity:.85}25%{transform:translate(-50%,-50%) scale(1.08);opacity:1}50%{transform:translate(-50%,-50%) scale(1.12);opacity:.9}75%{transform:translate(-50%,-50%) scale(1.05);opacity:1}to{transform:translate(-50%,-50%) scale(1);opacity:.85}}.footer-content-top{display:flex;justify-content:space-between;gap:200px;margin-bottom:60px}.footer-logo-and-social{display:flex;align-items:left;gap:60px}.footer-social{display:flex;align-items:center;gap:20px}.footer-social a{font-weight:600;font-size:clamp(16px,1vw,18px);line-height:120%;letter-spacing:-.05em;color:#fff;text-decoration:none}.footer-nav{display:flex;align-items:right;gap:20px}.footer-nav a{display:inline-flex;padding:5px;font-weight:600;font-size:clamp(16px,1vw,18px);line-height:120%;letter-spacing:-.05em;color:#fff;text-decoration:none;cursor:pointer;border-radius:100px}.footer-nav a:hover{color:#a8a8a8}.footer-divider{height:0;border-top:1.5px solid #1B1B1B}.footer-content-bottom{display:flex;justify-content:space-between;align-items:center;white-space:nowrap;margin-top:60px;margin-bottom:60px}.footer-legal{display:flex;gap:40px;align-items:center}.footer-legal a{font-weight:500;font-size:clamp(16px,1vw,18px);line-height:120%;letter-spacing:-.05em;color:#fff;text-decoration:none}.footer-legal a:hover{color:#a8a8a8}.footer-legal div{font-weight:500;font-size:clamp(16px,1vw,18px);line-height:120%;letter-spacing:-.05em;color:#a8a8a8}.footer-legal-right{display:flex;justify-content:flex-end;color:#a8a8a8}@media(max-width:1100px){.footer-form-mobile{display:flex;justify-content:flex-start;margin-bottom:64px}.footer-form-block,.image-block,.image img,.footer-blur{display:none}.footer-content-top{flex-direction:column;align-items:flex-start;gap:40px}.footer-logo-and-social{flex-direction:column;align-items:flex-start;gap:24px}.footer-nav{flex-direction:column;align-items:left;gap:20px}.footer-content-bottom{flex-direction:column;align-items:flex-start;white-space:nowrap;margin-top:60px;margin-bottom:60px}.footer-legal{flex-direction:column;align-items:flex-start;gap:20px}.footer-legal-right{margin-top:20px;color:#a8a8a8}}.not-found{display:flex;align-items:center}.not-found-container{color:#fff;display:flex;flex-direction:column;gap:clamp(32px,3vw,60px);align-items:flex-start;margin:clamp(64px,10vw,240px) auto}.not-found-header h1{font-size:clamp(32px,2dvw,64px);font-weight:700}.not-found-header p{font-size:clamp(18px,1vw,22px);font-weight:600}.not-found-header span{color:#a8a8a8;display:block;max-width:300px;word-wrap:break-word;white-space:normal;font-weight:400;font-size:clamp(14px,1vw,18px)}.not-found-buttons{display:flex;gap:clamp(6px,1vw,10px)}
