.home-ascii{color:var(--white);font-family:Azeret,monospace;font-size:11.8px;letter-spacing:-2.8px;line-height:1.1;width:885px}.home-ascii.ru{font-size:12.2px;line-height:1.1}.home-ascii span.active{color:var(--violet)}.home-ascii span.current{background-color:var(--black);color:var(--dark-violet);display:inline-block;transform:scaleX(2.5)}@media screen and (max-width:1200px){.home-ascii{font-size:10.2px;width:701px}.home-ascii.ru{font-size:10.6px}}@media screen and (max-width:740px){.home-ascii{font-size:8.7px;width:522px}.home-ascii.ru{font-size:8.95px}}@media screen and (max-width:550px){.home-ascii{font-size:7.2px;width:340px}.home-ascii.ru{font-size:7.3px}}.home-main{align-items:center;background-color:#191919;display:flex;height:100vh;justify-content:center;margin-bottom:150px;overflow:hidden;position:relative}.home-main h1{opacity:0;position:absolute;z-index:1}.home-main-bg{align-items:center;display:flex;justify-content:center;z-index:2}.home-main-bg,.home-main-bg>*{position:absolute}.home-main-content{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:185px;position:relative;z-index:3}.home-main .h1{background:linear-gradient(90deg,#c0a9ff,#e3d9ff 40%,#fff);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;height:223px;margin:20px 0}.home-main p{color:#e5e4e2;font-size:32px;font-style:normal;font-weight:700;line-height:100%;margin-bottom:72px;text-align:center}.home-main-content button{color:var(--violet)}.home-main-bg-orbit,.home-main-bg-planet{align-items:center;aspect-ratio:1/1;border-radius:50%;display:flex;justify-content:center;position:absolute}.home-main-bg-planet{width:100%}.home-main-bg-planet:before{aspect-ratio:1/1;border-radius:50%;content:"";display:block;position:absolute}.home-main-bg-orbit:first-of-type{transform:rotate(0)}.home-main-bg-orbit:nth-of-type(2){transform:rotate(235deg)}.home-main-bg-orbit:nth-of-type(3){transform:rotate(180deg)}.home-main-bg-orbit:nth-of-type(4){transform:rotate(340deg)}.home-main-bg-orbit:first-of-type .home-main-bg-planet{animation:orbit 10s linear infinite}.home-main-bg-orbit:nth-of-type(2) .home-main-bg-planet{animation:orbit 15s linear infinite}.home-main-bg-orbit:nth-of-type(3) .home-main-bg-planet{animation:orbit 20s linear infinite}.home-main-bg-orbit:nth-of-type(4) .home-main-bg-planet{animation:orbit 25s linear infinite}@keyframes orbit{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.home-main-bg-orbit:first-of-type .home-main-bg-planet:before{background-color:var(--gray);left:-10px;width:20px}.home-main-bg-orbit:nth-of-type(2) .home-main-bg-planet:before{background-color:var(--dark-gray);left:-15px;width:30px}.home-main-bg-orbit:nth-of-type(3) .home-main-bg-planet:before{background-color:var(--violet);left:-20px;width:40px}.home-main-bg-orbit:nth-of-type(4) .home-main-bg-planet:before{background-color:var(--dark-violet);left:-25px;width:50px}@media screen and (max-width:1200px){.home-main .h1{height:172px;letter-spacing:-6px;margin-top:10px}.home-main p{margin-bottom:40px}}@media screen and (max-width:740px){.home-main .h1{font-size:150px;height:130px;letter-spacing:-4.5px}}@media screen and (max-width:550px){.home-main .h1{font-size:100px;height:87px;letter-spacing:-3px;margin-top:5px}.home-main p{margin-bottom:56px}}@media screen and (max-width:375px){.home-main{margin-bottom:80px}}.container.home-quote{display:grid;grid-template-columns:repeat(2,1fr)}.home-quote img{aspect-ratio:1;height:297px;margin-left:auto}.home-quote-content{display:flex;flex-direction:column;justify-content:space-between;padding-left:20px}.home-quote-content a{width:-moz-max-content;width:max-content}.home-quote-content-text-quote{margin-bottom:10px}.home-quote-content-text-name{font-weight:700;margin-bottom:5px}@media screen and (max-width:1200px){.container.home-quote{grid-template-columns:repeat(3,1fr)}.home-quote img{grid-column:2;height:unset;width:100%}}@media screen and (max-width:930px){.container.home-quote{gap:20px;grid-template-columns:repeat(2,1fr)}.home-quote img{grid-column:1;height:unset;width:100%}.home-quote-content{padding-left:0}}@media screen and (max-width:640px){.home-quote .desktop{display:none}}@media screen and (max-width:500px){.container.home-quote{display:flex;flex-direction:column}.home-quote-content{gap:31px}.home-quote-content a{width:100%}.home-quote-content button{padding:15px 0;width:100%}}.video-controls{align-items:center;background:#2d2d2d99;border-radius:20px;bottom:40px;display:flex;flex-direction:row;left:40px;opacity:0;padding:20px 40px;pointer-events:none;position:absolute;transform:translateY(50%);transition:.8s;width:calc(100% - 80px)}.video-wrapper{display:grid;height:100%;place-content:center;position:relative;width:100%}.video-wrapper video{height:100%;inset:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;position:absolute;width:100%;z-index:1}.video-wrapper:hover .video-controls{opacity:1;pointer-events:all;transform:translateY(0)}.video-controls-btn,.video-controls-fullscreen,.video-controls-volume-btn{align-items:center;background:transparent;cursor:pointer;display:flex;height:56px;justify-content:center;padding:0;width:56px}.video-controls-btn{margin-right:40px}.video-controls-volume-btn{bottom:50px;position:relative;position:absolute;right:50px;z-index:20}.video-controls-volume-btn .cross-line{background:var(--white);border-radius:50%;height:2px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);width:36px;z-index:10}.video-controls-timer{color:var(--white);font-size:25px;font-weight:200;line-height:35px;margin:0 10px;width:50px}.video-controls-timeline,.video-controls-volume-line{accent-color:var(--white);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;background:#ffffff80;border:none;border-radius:8px;height:10px;outline:none;transition:.2s linear}.video-controls-timeline{height:10px;width:100%}.video-controls-timeline::-webkit-slider-thumb{transform:scale(1.5)}.video-controls-volume-line::-webkit-slider-thumb{opacity:0}.video-controls-volume-line{height:6px;width:125px}.video-controls-volume-btn{margin-left:40px}.video-controls-fullscreen{margin-left:45px}.video-btn{left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:.8s}.video-btn.play,.video-wrapper:hover .video-btn{opacity:1}.icon-stop{opacity:0;transform:translate(50%) scale(.8)}.icon-play,.icon-stop{height:82px;transition:.5s;width:82px}.icon-play{opacity:1;transform:translate(-50%) scale(1)}.video-btn.pause .icon-stop{opacity:1}.video-btn.pause .icon-play{opacity:0}#video-section{margin-bottom:150px}.video-btn-shadow{background:#42318980;border-radius:50%;box-shadow:0 0 65px 2px var(--dark-violet);height:85px;width:85px}.icon-play,.icon-stop{left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%)}@media screen and (max-width:1200px){.icon-play,.icon-stop{height:24px;width:24px}.video-controls{left:20px;padding:10px;width:calc(100% - 40px)}.video-controls-btn{height:20px;margin-right:20px;width:20px}.video-controls-timer:first-of-type{font-size:12px;font-weight:200;line-height:15px;margin:0 5px 0 0}.video-controls-timer:last-of-type{font-size:12px;font-weight:200;line-height:15px;margin:0 0 0 5px}.video-controls-volume-btn{bottom:20px;right:20px}.video-controls-fullscreen{height:16px;margin-left:25px;width:16px}.video-controls-timeline{height:5px}.video-controls-timeline::-webkit-slider-thumb{height:16px;transform:scale(1);width:16px}#video-section{margin-bottom:80px}.video-btn-shadow{background:#42318980;box-shadow:0 0 10px 0 var(--dark-violet);height:25px;width:25px}}.home-video{background:#000;height:calc(100dvh - 58px);isolation:isolate;overflow:hidden;position:relative;width:100%}.home-video__svg{font-family:Bebas;height:100%;inset:0;pointer-events:none;position:absolute;transform-origin:center calc(50% + 50px);transition:1s;width:100%;z-index:2}.home-video.active .home-video__svg{animation:scaleText 5s cubic-bezier(.32,0,.67,0) forwards}@keyframes scaleText{0%{opacity:1;scale:1}50%{opacity:1}70%{opacity:0}to{opacity:0;scale:60}}@media screen and (max-width:1200px){.home-video{height:53.33333vw}.home-video__svg{transform-origin:center calc(50% + 12px)}}.loaded-container{height:100%;position:relative;width:100%}.loaded-container img,.loaded-container video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.loaded-container-preloader{align-items:center;background:var(--accent-violet);display:flex;height:100%;inset:0;justify-content:center;opacity:0;pointer-events:none;position:absolute;transition:var(--transition);width:100%}.loaded-container-preloader.loading{opacity:1;pointer-events:all}.spinner{animation:spin 1s linear infinite;border:8px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#fff;height:50px;width:50px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.base-phone{align-items:center;aspect-ratio:320/660;display:flex;justify-content:center;position:relative;width:-moz-min-content;width:min-content}.base-phone .phone-frame{height:100%;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.base-phone-content{aspect-ratio:300/640;background:#0d0d0d;border-radius:var(--border-radius);display:flex;flex-direction:column;height:97%;overflow:hidden;position:relative;z-index:3}.base-phone-screen-head{align-items:center;aspect-ratio:300/50;background:var(--white);display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;width:calc(100% - 1px)}.base-phone-screen-head-time{color:var(--black);font-size:var(--font-size-time);font-weight:500;letter-spacing:-.01em;line-height:100%;text-align:center}.base-phone-screen-head-icons{display:grid;gap:5%;grid-template-columns:14fr 14fr 21fr;margin:0 auto;width:58%}.base-phone-screen-head-icons svg{height:auto;width:100%}.base-phone-slot{height:100%;width:100%}.base-phone-slot img,.base-phone-slot video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.phone-camera{height:auto;margin:0 auto;width:86%}.home-projects-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#7c4dffb2;border-radius:20px;color:var(--white);display:flex;flex-direction:column;gap:20px;left:0;max-width:100%;padding:20px;position:absolute;top:50%;transform:translateY(-50%);width:-moz-max-content;width:max-content}.home-projects-content-title{margin-bottom:-10px}.home-projects-content-item{display:grid;gap:20px;grid-template-columns:minmax(38px,62px) 1fr}.home-projects-content-item ol,.home-projects-content-item ul{list-style:inside}.home-projects-content-btn{display:block;margin:10px auto 0}.home-projects-content-date{transition:.5s}.projects-collapse._open .home-projects-content-date{color:var(--white)}.home-projects-section h2{color:var(--violet);text-align:center}.container.home-projects-section-btn{align-items:center;display:flex;justify-content:center;margin-top:40px}.container.home-projects-section-btn button{width:180px}.projects-collapse-left{display:flex;justify-content:flex-end;padding:20px 180px 20px 0}.projects-collapse-left .base-phone{min-width:252px}.container.home-projects-section-title{margin-bottom:40px}@media screen and (max-width:1550px){.projects-collapse-left{padding:0 30px 0 0}.container.home-projects-section-title{margin-bottom:30px}}@media screen and (max-width:1199px){.home-projects-content{padding:10px}.home-projects-content-title{display:none}}@media screen and (max-width:900px){.home-projects-section .base-collapse-item-left{gap:30px}.base-collapse-item:has(._open) .base-collapse-item-right-content-header h3{opacity:1}.home-projects-content{color:var(--white);display:flex;flex-direction:column;gap:10px}.home-projects-content-item br{display:none}.home-projects-content-item{gap:10px;grid-template-columns:1fr}.container.home-projects-section-btn{align-items:center;display:flex;justify-content:center;margin-top:30px}.container.home-projects-section-btn button{width:186px}}@media screen and (max-width:600px){.home-projects-content-container{align-items:flex-end;display:flex;height:100%}.home-projects-content-opener{align-items:center;display:flex;flex-direction:column;padding-bottom:15px;transform:translateY(calc(100% - 50px));transition:var(--transition)}.home-projects-content-opener._open-text{transform:translateY(0)}.home-projects-content-opener-btn{align-items:center;background-color:var(--white);border-radius:100px 100px 0 0;display:flex;height:50px;justify-content:center;transition:var(--transition);width:100px}.home-projects-content-opener-btn svg{transition:var(--transition)}.home-projects-content-opener._open-text .home-projects-content-opener-btn svg{transform:rotate(-180deg)}.home-projects-content{color:var(--white);display:flex;flex-direction:column;gap:20px;position:relative;top:unset;transform:unset;width:100%}.container.home-projects-section-btn a,.container.home-projects-section-btn button{width:100%}.home-projects-section .new-base-collapse-item._open .container.new-base-collapse-item__container{padding-bottom:0}}.stages-titile{align-items:center;display:flex;flex-direction:column;gap:30px;max-width:360px}.stages-titile h2{color:var(--violet)}.stages-titile .text{color:var(--dark-violet);font-family:Inter;font-size:32px;font-weight:700;letter-spacing:0;line-height:100%;text-align:center}.stages-container{gap:40px;overflow:hidden}.animation-stages,.stages-container{align-items:center;display:flex;flex-direction:column}.animation-stages{clip-path:ellipse(120% 100% at 50% 0);max-width:1228px;padding-bottom:300px;position:relative;width:100%;z-index:1}.separator{display:block;height:30px;width:100%}.separator:last-of-type{height:25px}.first-stage{position:relative;width:100%}.bg-circle{aspect-ratio:1228/175;border:1px solid var(--dark-violet);border-bottom:none;border-radius:1228px 1228px 0 0/350px 350px 0 0}.front-circle{aspect-ratio:1228/175;border:1px solid var(--dark-violet);border-radius:0 0 1228px 1228px/0 0 350px 350px;border-top:none;height:auto}.first{width:100%}.second{border-color:var(--accent-violet);border-width:10px;width:91.7%}.third{border-color:var(--violet);border-width:20px;width:84.5%}.fourth{border-color:var(--dark-violet);border-width:30px;width:77.8%}.micro-circle-bot,.micro-circle-top{left:50%;position:absolute;transform:translate(-50%)}.micro-circle-top{top:65px}.micro-circle-bot{top:208px}.lines-stages{position:absolute;top:175px}.lines-stages.pc{display:block}.lines-stages.desktop{display:none}.line-left{left:0}.line-right{right:0}.stage-circle{background:var(--white);border-radius:50%;height:297px;left:50%;position:absolute;top:1%;transform:translate(-50%);transition:.2s;transition:1s cubic-bezier(.13,.33,.43,.89);width:297px;z-index:16}.stage-circle-container{align-items:center;border-radius:50%;display:flex;height:100%;justify-content:center;position:relative;width:100%;z-index:10}.stage-circle-bg{background:radial-gradient(54.04% 54.04% at 50.17% 34.18%,silver 0,#8b00ff,#7c4dff,#423189 75%);border-radius:50%;height:100%;left:0;opacity:0;position:absolute;top:0;transition:var(--transition);width:100%}.front-line{z-index:20}.back-line{z-index:5}.stage-circle-text{color:var(--dark-violet);font-family:Bebas;font-size:32px;font-weight:400;left:50%;line-height:100%;position:absolute;text-align:center;text-transform:uppercase;top:50%;transform:translate(-50%) translateY(-50%);width:100%}.circle-on-stages{position:absolute}.circle-on-stages-container{height:100%;position:relative;width:100%}.circle-on-stages-container .circle{border-radius:50%;box-shadow:0 1px 10px var(--accent-violet);height:100%;width:100%}.circle-stages-name{background:var(--white);border-radius:50px;color:var(--black);font-family:Inter;font-size:16px;font-weight:400;line-height:100%;margin:-5px -10px;padding:5px 1vw;position:absolute;width:-moz-max-content;width:max-content}.circle-stages-title{font-family:Bebas;font-size:48px;font-weight:400;height:0;line-height:100%;text-transform:uppercase;transform:translateY(-24px)}.stages-list{display:none}.stages-text-block{align-items:center;display:flex;flex-direction:column;gap:10px}.stages-text-block-title{font-family:Bebas;font-size:24px;font-weight:400;line-height:100%;text-transform:uppercase}.stages-text-block-desc{letter-spacing:0}.stages-text-block-btn,.stages-text-block-desc{font-family:Inter;font-size:16px;font-weight:400;line-height:100%;text-align:center}.stages-text-block-btn{background:var(--accent-violet);border-radius:50px;color:var(--white);cursor:pointer;letter-spacing:-1px;margin-top:30px;padding:10px 50px;transition:var(--transition)}.stages-text-block-btn:hover{background:var(--violet)}.stages-text-block-btn:active{background:var(--dark-violet)}.end-circles{margin-top:-351px}.end-circles svg{position:relative}.end-circles svg .circle-rotate-path{left:50%;position:absolute;top:50%}.circle-btn-text{fill:var(--white);font-family:Bebas;font-size:24px;letter-spacing:.045em;line-height:20px;text-align:left}.circle-btn-text.accent{fill:#b966ff}.circle-btn-text-wrapper{animation:rotateText 5s linear infinite;position:relative;z-index:2}.circle-btn-text{transform:scale(-1)}@media screen and (max-width:1328px){#stages-section .container{padding:0 55px}.animation-stages{max-width:1090px}.lines-stages{top:155px}.lines-stages.pc{display:none}.lines-stages.desktop{display:block}.micro-circle-bot,.micro-circle-top{height:128px;width:888px}.micro-circle-top{top:57px}.micro-circle-bot{top:185px}.separator{height:27px}.separator:last-of-type{height:22px}.end-circles{height:-moz-max-content;height:max-content;width:-moz-max-content;width:max-content}.end-circles svg{height:100%;width:100%}.stages-list{display:none}}@media screen and (max-width:1199px){#stages-section .container{padding:0 20px}.animation-stages{max-width:600px}.lines-stages.desktop,.lines-stages.pc{display:none}.micro-circle-bot,.micro-circle-top{height:69px;width:484px}.micro-circle-top{top:32px}.micro-circle-bot{top:101px}.stage-circle{height:150px;width:150px}.circle-stages-name{display:none}.circle-stages-title{font-family:Bebas;font-size:32px;font-weight:400;letter-spacing:0;line-height:100%;max-width:140px;text-align:center;transform:translateY(-16px)}.first,.second{width:100%}.second{border-width:5px}.third{border-width:10px;width:100%}.fourth{border-width:15px;width:100%}.separator{height:17px}.separator:last-of-type{height:15px}.end-circles{height:228px;margin-top:-191px;width:890px}.animation-stages{padding-bottom:140px}.end-circles svg{height:100%;width:100%}.stages-list{color:var(--violet);display:block;font-family:Inter;font-size:16px;font-weight:600;height:150px;line-height:100%;opacity:0;position:absolute;right:0;top:85px;transition:top 1s cubic-bezier(.13,.33,.43,.89),opacity .5s;width:206px;z-index:30}.stages-list-content{background:#ffffffe5;border-radius:10px;left:0;padding:10px 10px 10px 30px;position:absolute;top:50%;transform:translateY(-50%);width:inherit}.stages-list.visible{opacity:1}.stages-text-block-btn{margin-top:20px}}@media screen and (max-width:639px){#stages-section .container{padding:0 25px}.micro-circle-bot,.micro-circle-top{height:37px;width:263px}.micro-circle-top{top:83px}.micro-circle-bot{top:120px}.end-circles{border-radius:0 0 100px 92px;height:-moz-max-content;height:max-content;margin-top:-176px;overflow:hidden;width:-moz-max-content;width:max-content}.separator{height:80px}.animation-stages{clip-path:ellipse(215% 100% at 50% 0);max-width:324px;padding-bottom:70px;padding-top:66px}.second{border-width:4px;width:100%}.third{border-width:8px;width:100%}.fourth{border-width:10px;width:100%}.stages-list{font-size:14px;height:unset;padding-left:20px;right:0;top:0;transform:translateY(-50%);width:100px;width:100%}.stages-text-block-btn{width:100%}.circle-btn-text.accent{fill:#423189}}.home-themes-content{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);position:relative}.home-themes-content:before{background-color:#191919;border-radius:20px;content:"";height:100%;position:absolute;right:calc(50% + 10px);top:0;width:50vw}.home-themes-content-media__wrapper{position:relative}.home-themes-content-media{height:100%;overflow:hidden;position:relative;position:absolute;right:0;width:100%}.home-themes-content-media>img{height:auto;min-height:calc(100% - 30px);-o-object-fit:cover;object-fit:cover;position:absolute;right:317px;top:30px;width:537px}.home-themes-content-media .base-phone{min-height:660px;position:absolute;right:48px;top:50%;transform:translateY(-50%)}.home-themes-content-controls{display:flex;flex-direction:column;gap:20px}.home-themes-content-controls-item{align-items:center;background:var(--white);border-radius:30px;color:var(--accent-violet);cursor:pointer;display:flex;height:100px;justify-content:space-between;opacity:.5;transition:.5s}.home-themes-content-controls-item:hover{opacity:1}.home-themes-content-controls-item p{font-family:Bebas;font-size:48px;font-weight:400;letter-spacing:0;line-height:100%;padding-left:50px;padding-right:20px;text-transform:uppercase;width:100%}.home-themes-content-controls>button{margin-top:10px}.home-themes-content-controls-item button{opacity:0;pointer-events:none}.home-themes-content-controls-item svg{min-width:37px}.home-themes-content-controls-item svg path{transition:.5s}.home-themes-content-controls-item._active{background-color:var(--accent-violet);color:var(--white);opacity:1}.home-themes-content-controls-item._active button{opacity:1;pointer-events:all}.home-themes-content-controls-item._active svg path{stroke:var(--white)}.home-themes h2{margin-bottom:20px;text-align:center}.home-themes-description{color:var(--dark-violet);font-size:32px;font-weight:700;letter-spacing:-.06em;line-height:100%;margin-bottom:40px;text-align:center}.home-themes-description span{color:var(--violet)}.home-themes-icon{height:100px;min-height:100px;min-width:100px;-o-object-fit:cover;object-fit:cover;transition:var(--transition);width:100px}.home-themes-content-controls-item._active .home-themes-icon{filter:brightness(0) invert(100%) saturate(0)}@media screen and (max-width:1800px){.home-themes-content-media>img{right:30px}.home-themes-content-media .base-phone{min-height:451px;right:162px}.home-themes-content-media>img{width:500px}.home-themes-content-controls{gap:10px}.home-themes-content-controls-item{height:80px}.home-themes-content-controls>button{margin-top:20px}.home-themes-content-controls-item p{font-size:43px;padding-inline:10px}}@media screen and (max-width:1199px){.home-themes-content{display:unset}.home-themes-content:before{display:none}.home-themes-content-controls-item p{padding:0 10px 0 50px}.home-themes-content-controls-collapse{background-color:var(--white);border-radius:20px;display:grid;grid-template-rows:0fr;opacity:0;overflow:hidden;transition:.5s}.home-themes-content-controls-item-wrapper:has(._active) .home-themes-content-controls-collapse{grid-template-rows:1fr;margin-top:10px;opacity:1}.home-themes-content-controls-collapse-content{height:600px;position:relative}.home-themes-content-controls-collapse-img{filter:brightness(.8);left:50%;max-width:500px;position:absolute;top:20px;transform:translate(-50%)}.home-themes-content-controls-collapse-phone{left:50%;min-height:446px;position:absolute;top:62px;transform:translate(-50%);z-index:2}}.home-themes-content-controls-collapse-media{display:none}@media screen and (max-width:580px){.home-themes-content-controls-item{border-radius:100px;height:60px}.home-themes-content-controls-item svg{height:46px;min-width:28px;width:28px}.home-themes-content-controls-item p{font-size:32px;padding:0 10px 0 25px}.home-themes-content-controls-collapse{border-radius:60px}.home-themes-content-controls-collapse-img{display:none}.home-themes-content-controls-collapse-content{aspect-ratio:1/2;height:100%;margin:0 auto;max-height:calc(100vh - 160px);position:relative}.home-themes-content-controls-collapse-media{display:block;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.home-themes-content-controls-collapse-phone{display:none}.home-themes-content-controls-collapse-phone img{height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.home-themes-content-controls-collapse-phone .base-phone-content{border-radius:0;padding:0}.home-themes-content-controls-collapse-phone:after,.home-themes-content-controls-collapse-phone>img{display:none}.home-themes-icon{height:60px;min-height:60px;min-width:60px;width:60px}}.workers-pc-slider .n-carousel,.workers-pc-slider .n-carousel .n-carousel__slides .n-carousel__slide{overflow:visible}.workers-pc-slider{aspect-ratio:1820/594;display:block;height:auto;margin:0 auto;position:relative;width:100%}.workers-pc-carousel-item{width:32.6%!important}.workers-pc-slide{gap:15px;height:100%;position:relative}.workers-pc-slide-img{align-items:center;background:#0a0a0a;display:flex;height:auto;justify-content:center;overflow:hidden;transition:.5s;width:100%}.workers-pc-slide-img img{aspect-ratio:1/1;height:auto;-o-object-fit:cover;object-fit:cover;opacity:1;transition:.5s;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.workers-pc-slider .n-carousel__slide--prev .workers-pc-slide-img img{border-radius:300px 0 0 300px}.workers-pc-slider .n-carousel__slide--next .workers-pc-slide-img img{border-radius:0 300px 300px 0}.workers-pc-slider .n-carousel__slide--prev .workers-pc-slide-img{border-radius:300px 0 0 300px}.workers-pc-slider .n-carousel__slide--next .workers-pc-slide-img{border-radius:0 300px 300px 0}.workers-pc-slider .n-carousel__slide--prev .info-head{gap:0;justify-content:flex-end}.workers-pc-slider .n-carousel__slide--next .info-head{flex-direction:row-reverse;gap:0;justify-content:flex-end}.workers-pc-slider .n-carousel__slide--next .worker-info .info-head-post,.workers-pc-slider .n-carousel__slide--next .worker-info .info-tiles,.workers-pc-slider .n-carousel__slide--prev .worker-info .info-head-post,.workers-pc-slider .n-carousel__slide--prev .worker-info .info-tiles{height:0;opacity:0;width:0}.workers-pc-slider .n-carousel__slide--next .worker-info,.workers-pc-slider .n-carousel__slide--prev .worker-info{gap:0}.workers-pc-slider .n-carousel__slide--next .info-head-name,.workers-pc-slider .n-carousel__slide--prev .info-head-name{opacity:.3}.n-carousel__slide--prev.workers-pc-carousel-item{align-items:center;display:flex;justify-content:flex-end;opacity:1!important;transform:translate(-144%)!important}.n-carousel__slide--next.workers-pc-carousel-item{align-items:center;display:flex;justify-content:flex-start;opacity:1!important;transform:translate(44%)!important}.workers-pc-slider .n-carousel__slide--next .workers-pc-slide,.workers-pc-slider .n-carousel__slide--prev .workers-pc-slide{height:84.17%}.workers-pc-slider .n-carousel__slide--next .workers-pc-slide-img,.workers-pc-slider .n-carousel__slide--prev .workers-pc-slide-img{height:100%}.workers-pc-slider .n-carousel__slide--next .workers-pc-slide-img img,.workers-pc-slider .n-carousel__slide--prev .workers-pc-slide-img img{aspect-ratio:unset;height:100%;opacity:.7}.workers-pc-slider .next-btn,.workers-pc-slider .prev-btn{align-items:center;background:var(--white);border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:50%;width:50px}.workers-pc-slider .prev-btn{left:33.6%;transform:translate(-50%) translateY(-50%)}.workers-pc-slider .next-btn{right:33.6%;transform:translate(50%) translateY(-50%)}@media screen and (max-width:1880px){.workers-pc-slider{aspect-ratio:1100/380}.workers-pc-carousel-item{width:34.6%!important}.workers-pc-slide{gap:10px}.info-tile{padding:7px}.worker-info{bottom:-10px;gap:10px}.workers-pc-slider .n-carousel__slide--next .worker-info,.workers-pc-slider .n-carousel__slide--prev .worker-info{bottom:-5px}.workers-pc-btn{margin-top:84px}.workers-pc-slider .worker-info{bottom:-10px}.workers-pc-slider .info-tiles{gap:10px}}@media screen and (max-width:1199px){.workers-pc-slider{aspect-ratio:600/380}.workers-pc-carousel-item{width:63.33%!important}.n-carousel__slide--next.workers-pc-carousel-item,.n-carousel__slide--prev.workers-pc-carousel-item{width:31.17%!important}.n-carousel__slide--prev.workers-pc-carousel-item{transform:translate(-160%)!important}.n-carousel__slide--next.workers-pc-carousel-item{transform:translate(60%)!important}.workers-pc-slider .prev-btn{left:18.6%}.workers-pc-slider .next-btn{right:18.6%}.workers-pc-slider .n-carousel__slide--next .worker-info .info-head-post,.workers-pc-slider .n-carousel__slide--next .worker-info .info-tiles,.workers-pc-slider .n-carousel__slide--prev .worker-info .info-head-post,.workers-pc-slider .n-carousel__slide--prev .worker-info .info-tiles{height:unset;opacity:unset;width:unset}.workers-pc-slider .n-carousel__slide--next .worker-info,.workers-pc-slider .n-carousel__slide--prev .worker-info{opacity:0}.workers-pc-slider .worker-info{opacity:1}}@media screen and (max-width:639px){.workers-pc-slider{display:none}}.workers-mob-slider{display:none}@media screen and (max-width:639px){.workers-mob-slider{display:block;height:auto;position:relative;width:100%}.workers-mob-slide{display:grid;gap:90px;grid-template-rows:1fr auto;height:auto;width:100%}.workers-mob-slide-img{aspect-ratio:1/1;display:flex;height:auto;width:100%}.workers-mob-slide-img img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.workers-mob-slider .worker-info{bottom:unset;left:unset;position:relative;top:unset;transform:unset;width:100%}.workers-mob-slider .info-head{flex-direction:column;gap:5px;height:auto;justify-content:center;text-align:center}.workers-mob-slider .worker-info{gap:20px}.workers-mob-slider .info-tile{padding:7px}.workers-mob-slider .next-btn,.workers-mob-slider .prev-btn{align-items:center;background:var(--white);border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;position:absolute;top:calc(100vw - 20px);width:50px}.workers-mob-slider .prev-btn{left:50%;transform:translate(calc(-100% - 10px))}.workers-mob-slider .next-btn{right:50%;transform:translate(calc(100% + 10px))}}section:has(.workers-pc-slider){margin-bottom:259px}.container.workers-container{gap:40px}.container.workers-container,.workers-head{align-items:center;display:flex;flex-direction:column}.workers-head{gap:30px}.workers-title{color:var(--violet);font-family:Bebas;font-size:64px;font-weight:400;letter-spacing:-1px;line-height:100%;text-align:center;text-transform:uppercase}.workers-description{color:var(--dark-violet);font-family:Inter;font-size:32px;font-style:Bold;font-weight:700;line-height:100%;text-align:center}.workers-btn{margin-top:104px;width:360px}.worker-info{bottom:-20px;display:flex;flex-direction:column;gap:15px;left:0;overflow:hidden;position:absolute;transform:translateY(100%);transition:var(--transition);width:100%}.info-head{align-items:center;display:flex;flex-direction:row;gap:20px;height:32px;justify-content:space-between}.info-head-name{color:#1e1e1e;font-family:Bebas;font-size:24px;text-transform:uppercase;white-space:nowrap}.info-head-name,.info-head-post{font-weight:400;line-height:100%}.info-head-post{color:var(--dark-violet);font-family:Inter;font-size:16px;text-align:right}.info-tiles{display:grid;gap:7px;grid-template-columns:repeat(3,1fr)}.info-tile{align-items:center;border:1px solid var(--dark-violet);color:var(--dark-violet);display:flex;font-family:Inter;font-size:16px;font-weight:400;justify-content:center;line-height:100%;padding:12px;text-align:center}.info-tile:first-of-type{border-radius:300px 0 0 300px}.info-tile:last-of-type{border-radius:0 300px 300px 0}@media screen and (max-width:1199px){section:has(.workers-pc-slider){margin-bottom:229px}.workers-btn{margin-top:92px}.workers-description{font-family:Inter;font-size:24px;font-weight:700;line-height:100%;text-align:center}.workers-head{gap:20px}}@media screen and (max-width:639px){section:has(.workers-pc-slider){margin-bottom:100px}.workers-container{gap:20px}.workers-btn{margin-top:10px;width:100%}.info-tiles{gap:5px}.info-head-post{min-height:32px;text-align:center}}.home-faq H2{margin-bottom:30px;text-align:center}.home-faq-collapse{color:var(--accent-violet);cursor:pointer;position:relative;transition:.5s}.container.home-faq-collapse-content{display:grid;gap:20px;grid-template-columns:repeat(2,1fr);padding:15px 50px;position:relative}.home-faq-collapse-content svg{position:absolute;right:50px;top:15px;transition:.5s}.home-faq-collapse-content-main-active{display:grid;grid-template-rows:0fr;max-width:600px;opacity:0;overflow:hidden;transition:.5s}.home-faq-collapse-content-ball{background-color:currentColor;border-radius:50%;height:20px;margin:auto 0;width:20px}.home-faq-collapse-content-main h3{line-height:75%;padding-right:52px}@media (hover:hover){.home-faq-collapse:hover{color:var(--dark-violet)}}.home-faq-collapse:before,.home-faq-collapse:last-child:after{background-color:#cdc0f8;content:"";height:1px;left:50px;position:absolute;top:0;transition:.5s;width:calc(100% - 100px)}.home-faq-collapse:last-child:after{bottom:0;top:unset}.home-faq-collapse-content:after,.home-faq-collapse-content:before,.home-faq-collapse:last-child .home-faq-collapse-content-main:after,.home-faq-collapse:last-child .home-faq-collapse-content-main:before{aspect-ratio:1;background-color:#cdc0f8;border-radius:50%;content:"";height:5px;left:48px;position:absolute;top:-2px;transition:.5s}.home-faq-collapse:last-child .home-faq-collapse-content-main:after,.home-faq-collapse:last-child .home-faq-collapse-content-main:before{bottom:-2px;top:unset}.home-faq-collapse-content:before,.home-faq-collapse:last-child .home-faq-collapse-content-main:before{left:calc(100% - 52px)}.home-faq-collapse._open .home-faq-collapse-content-main:after,.home-faq-collapse._open .home-faq-collapse-content-main:before,.home-faq-collapse._open .home-faq-collapse-content:after,.home-faq-collapse._open .home-faq-collapse-content:before,.home-faq-collapse._open+.home-faq-collapse .home-faq-collapse-content:after,.home-faq-collapse._open+.home-faq-collapse .home-faq-collapse-content:before,.home-faq-collapse._open+.home-faq-collapse:before,.home-faq-collapse._open:after,.home-faq-collapse._open:before{opacity:0}.home-faq-collapse._open{background-color:var(--accent-violet);color:var(--white)}.home-faq-collapse._open .home-faq-collapse-content svg{transform:rotate(-180deg)}.home-faq-collapse._open .home-faq-collapse-content-main-active{grid-template-rows:1fr;opacity:1;padding-top:10px}@media screen and (max-width:1200px){.container.home-faq-collapse-content{gap:15px;padding:15px 20px}.home-faq-collapse-content svg{right:20px}.home-faq-collapse-content:after,.home-faq-collapse-content:before,.home-faq-collapse:last-child .home-faq-collapse-content-main:after,.home-faq-collapse:last-child .home-faq-collapse-content-main:before{left:22px}.home-faq-collapse-content:before,.home-faq-collapse:last-child .home-faq-collapse-content-main:before{left:calc(100% - 22px)}.home-faq-collapse:before,.home-faq-collapse:last-child:after{left:20px;width:calc(100% - 40px)}}@media screen and (max-width:900px){.home-faq-collapse-content-ball{display:none}.container.home-faq-collapse-content{display:flex;gap:unset}.home-faq .new-base-collapse-header h4:first-child{display:none}}@media screen and (max-width:640px){.home-faq-collapse-content svg{top:8px}.home-faq-collapse-content-main h3{font-size:36px}}
