@import"https://fonts.googleapis.com/css2?family=Roboto&family=Rubik:wght@400;500;700&display=swap";:root{--main-color: #7421B0;--gray: #828282;--dark-gray: #565656;--light-gray: #C4C4C4;--black: #131313;--white: #FFFFFF;--snow-white: #FAFAFA;--radius-small: 5px;--radius-medium: 10px;--radius-large: 70px;--shadow-normal: 0px 18px 45px -10px rgba(0, 0, 0, 0.13)}html{box-sizing:border-box}*,*::after,*::before{box-sizing:inherit}ul[class],ol[class],input,textarea{padding:0}body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,figure,figcaption,blockquote,dl,dd,button,tr,th,td,fieldset,input{margin:0;padding:0;font-size:inherit}ul[class],li{list-style:none}img{max-width:100%;display:block}input,button,textarea,select{font:inherit;resize:none}input[type=file]{border:none !important;padding:0 !important;margin:0 !important;width:initial !important;height:initial !important}fieldset{border:none}a{text-decoration:none;color:inherit}button{border:none;background-color:rgba(0,0,0,0);user-select:none}input:focus{outline:none}html,body{height:100%;background-color:var(--white);font-family:"Rubik",sans-serif;font-weight:400;font-size:18px;line-height:36px;color:var(--gray);position:relative}html{scroll-behavior:smooth}.wrapper{display:flex;flex-direction:column;min-height:100%}.main{flex:1 0 auto}.footer{flex:0 0 auto}.container{max-width:1460px;margin:0 auto;padding:0 15px;height:100%}.container-fluid{max-width:1920px;margin:0 auto;height:100%;overflow-x:hidden}.d-f{display:flex !important}.jc-sb{justify-content:space-between !important}.title{font-family:"Rubik",sans-serif;font-weight:700;color:var(--black);font-size:36px;line-height:43px}.title span{color:var(--main-color)}.p-t-10{padding-top:10px !important}.m-l-10{margin-left:10px !important}.m-b-10{margin-bottom:10px !important}.p-r-10{padding-right:10px !important}.p-l-10{padding-left:10px !important}.m-l-15{margin-left:15px !important}.m-r-15{margin-right:15px !important}.m-t-15{margin-top:15px !important}.m-b-15{margin-bottom:15px !important}.m-t-20{margin-top:20px !important}.m-b-20{margin-bottom:20px !important}.m-l-20{margin-left:20px !important}.p-r-20{padding-right:20px !important}.p-l-20{padding-left:20px !important}.p-b-20{padding-bottom:20px !important}.p-t-20{padding-top:20px !important}.p-20{padding:20px !important}.m-l-30{margin-left:30px !important}.m-b-30{margin-bottom:30px !important}.p-b-35{padding-bottom:35px !important}.m-b-40{margin-bottom:40px !important}.m-t-40{margin-top:40px !important}.p-t-40{padding-top:40px !important}.m-t-50{margin-top:50px !important}.m-b-60{margin-bottom:60px !important}.m-t-60{margin-top:60px !important}.p-b-60{padding-bottom:60px !important}.m-t-65{margin-top:65px !important}.p-r-70{padding-right:70px !important}.p-l-70{padding-left:70px !important}.m-t-70{margin-top:70px !important}.p-t-70{padding-top:70px !important}.p-t-85{padding-top:85px !important}.m-t-90{margin-top:90px !important}.m-b-100{margin-bottom:100px !important}.m-t-100{margin-top:100px !important}.p-t-100{padding-top:100px !important}.m-b-110{margin-bottom:110px !important}.p-t-140{padding-top:140px !important}.p-b-150{padding-bottom:150px !important}.p-t-160{padding-top:160px !important}.m-b-170{margin-bottom:170px !important}.p-b-170{padding-bottom:170px !important}.m-b-200{margin-bottom:200px !important}.m-t-200{margin-top:200px !important}.m-b-230{margin-bottom:230px !important}.p-t-260{padding-top:260px !important}.m-b-290{margin-bottom:290px !important}.p-b-290{padding-bottom:290px !important}.m-b-374{margin-bottom:374px !important}.p-b-374{padding-bottom:374px !important}.m-t-400{margin-top:400px !important}img{user-select:none}button{cursor:pointer}.hidden{display:none !important}.chosen{display:block !important}.show{display:block !important}.header__inner{display:flex;justify-content:space-between}.menu__list{display:flex}.menu__list-item{margin-right:60px;font-weight:500;font-size:16px;line-height:24px;color:var(--dark-gray)}.menu-btn{display:none}.dropdown{position:relative}.dropdown__button{position:relative;display:block;text-align:left;font-weight:500;color:var(--dark-gray);font-size:16px;line-height:24px;padding:0 15px;cursor:pointer}.dropdown__button:focus,.dropdown__button--active{outline:none}.dropdown__button::after{content:"";position:absolute;top:40%;right:0px;transform:translateY(-50%);background-image:url(../images/icons/dropdown-arrow.svg);transform:rotate(180deg);width:10px;height:5px}.dropdown__button--active::after{content:"";position:absolute;top:50%;right:0px;transform:translateY(-50%);background-image:url(../images/icons/dropdown-arrow.svg);width:10px;height:5px}.dropdown__content{display:none;position:absolute;flex-direction:column;left:-20px;top:25px;margin:0;padding:0;background:var(--white);box-shadow:0px 0px 10px rgba(140,140,140,.25);border-radius:4px;overflow:hidden;z-index:1}.dropdown__content--visible{display:flex}.dropdown__item{margin:0;padding:0;border-bottom:0px;padding:6px 27px;color:var(--dark-gray);font-weight:400;font-size:14px;line-height:21px;text-align:center;cursor:pointer;position:relative}.dropdown__item::after{position:absolute;content:"";width:61px;height:1px;background-color:rgba(38,38,38,.1);bottom:0;left:10px;right:10px}.dropdown__item:first-child{border-radius:6px 6px 0 0}.dropdown__item:last-child{border-radius:0 0 6px 6px}.dropdown__item:last-child:after{display:none}.dropdown__item:hover{background:rgba(176,198,225,.26)}.dropdown__item.disabled{color:rgba(86,86,86,.5);pointer-events:none}.dropdown__input-hidden{display:none}.preview{position:relative;overflow:hidden}.preview__inner{display:flex;justify-content:space-between;position:relative;align-items:center}.preview__info{z-index:40}.preview__title{font-size:48px;line-height:57px;max-width:525px}.preview__title .bordered{color:var(--main-color);padding:0 5px;margin-top:5px;display:inline-block;margin-left:-6px;border:1px solid var(--main-color);background-color:rgba(116,33,176,.16);position:relative;user-select:none}.preview__title .bordered__point{width:5px;height:5px;background-color:var(--main-color);position:absolute}.preview__title .bordered__point:nth-child(1){top:-3px;left:-3px}.preview__title .bordered__point:nth-child(2){top:-3px;left:50%}.preview__title .bordered__point:nth-child(3){top:-3px;right:-3px}.preview__title .bordered__point:nth-child(4){bottom:-3px;left:-3px}.preview__title .bordered__point:nth-child(5){bottom:-3px;left:50%}.preview__title .bordered__point:nth-child(6){bottom:-3px;right:-3px}.preview__subtitle{max-width:460px;margin-top:40px;margin-bottom:55px}.preview__to-down-btn{position:absolute;bottom:0;left:0}.preview__decoration{min-height:740px;height:100%;display:flex;align-items:center;position:relative}.preview__decoration img{max-width:848px;max-height:477px;border-radius:var(--radius-small);pointer-events:none}.preview__decoration::after{position:absolute;content:"";right:-340px;overflow:hidden;top:0;width:800px;height:100%;border-radius:var(--radius-large);background:#7421b0;background:linear-gradient(180deg, rgb(116, 33, 176) 61%, rgb(208, 142, 255) 100%)}.preview__decoration-content{position:absolute;right:-143px;z-index:20}.preview__decoration-label{width:282px;padding:28px 50px;font-size:16px;line-height:25.6px;color:var(--white);position:absolute;bottom:-78px;right:198px}.preview__decor img{position:absolute}.preview__decor img:nth-child(1){top:-20px;left:-80px}.preview__decor img:nth-child(2){bottom:80px;z-index:20;left:0}.decoration-label{border-radius:var(--radius-medium);background:rgba(196,196,196,.1);border:1px solid rgba(255,255,255,.15);backdrop-filter:blur(20px);z-index:20}.download-btn{display:inline-flex;justify-content:center;align-items:center;padding:0 30px;min-width:235px;min-height:70px;font-weight:500;font-size:16px;line-height:24px;color:var(--white);border-radius:var(--radius-small);background:#7421b0;background:linear-gradient(90deg, rgb(116, 33, 176) 61%, rgb(208, 142, 255) 100%);z-index:2;position:relative;user-select:none}.download-btn.black{background:var(--black)}.advantages__top{margin-bottom:80px}.advantages__info{max-width:1200px;display:flex;justify-content:space-between}.advantages__title{width:493px;padding-right:20px}.advantages__title span{color:var(--main-color)}.advantages__subtitle{width:571px;font-weight:700}.advantages__subtitle strong{color:var(--black)}.card-box{display:flex;justify-content:space-between;flex-wrap:wrap;user-select:none}.card{width:338px;min-height:294px;border-radius:var(--radius-medium);box-shadow:var(--shadow-normal);background-color:var(--white);padding:60px;transition:background-color .5s ease-in-out;cursor:pointer;margin-right:15px;margin-bottom:20px}.card:hover{background-color:var(--main-color)}.card:hover .card__img.cursor svg path:nth-child(2){fill:#c0a9f0}.card:hover .card__img.cursor svg path:nth-child(2){fill:#fff}.card:hover .card__img.save svg path:nth-child(2){fill:#9b63c4}.card:hover .card__img.puzzle svg path:nth-child(5),.card:hover .card__img.puzzle svg path:nth-child(6),.card:hover .card__img.puzzle svg path:nth-child(7),.card:hover .card__img.puzzle svg path:nth-child(8),.card:hover .card__img.puzzle svg path:nth-child(13){fill:#551981}.card:hover .card__img.heart svg path:nth-child(2),.card:hover .card__img.heart svg path:nth-child(4){fill:#551981}.card:hover .card__img.heart svg path:nth-child(3){fill:#c0a9f0}.card:hover .card__img.heart svg path:nth-child(5){fill:#e7dbff}.card:hover .card__img.crayon svg path:nth-child(1),.card:hover .card__img.crayon svg path:nth-child(3){fill:#e7dbff}.card:hover .card__img.crayon svg path:nth-child(2),.card:hover .card__img.crayon svg path:nth-child(4),.card:hover .card__img.crayon svg path:nth-child(5),.card:hover .card__img.crayon svg path:nth-child(6){fill:#c0a9f0}.card:hover .card__img.fullscreen svg path:nth-child(1),.card:hover .card__img.fullscreen svg path:nth-child(3),.card:hover .card__img.fullscreen svg path:nth-child(4),.card:hover .card__img.fullscreen svg path:nth-child(5){fill:#551981}.card:hover .card__img.fullscreen svg path:nth-child(2),.card:hover .card__img.fullscreen svg path:nth-child(6),.card:hover .card__img.fullscreen svg path:nth-child(7),.card:hover .card__img.fullscreen svg path:nth-child(8){fill:#c0a9f0}.card:hover .card__img.chat svg path:nth-child(3){fill:#551981}.card:hover .card__img.raindrop svg path:nth-child(1){fill:#551981}.card:hover .card__title{color:var(--white)}.card__img{width:80px;height:80px;margin-bottom:40px}.card__img svg path{transition:fill .5s ease-in-out}.card__title{font-weight:500;font-size:20px;line-height:32px;color:var(--black);transition:color .5s ease-in-out}.about{position:relative;overflow:hidden}.about__row{margin-bottom:300px;display:flex;max-width:1318px;justify-content:space-between;align-items:center;position:relative}.about__row:nth-child(odd){flex-direction:row-reverse}.about__row:nth-child(even){flex-direction:row;margin-left:auto}.about__info-title{margin-bottom:40px}.about__info-text{max-width:465px;line-height:32px}.about__info-text p:not(:last-child){margin-bottom:30px}.about__info-text span{color:var(--main-color)}.about__row-img{border-radius:var(--radius-medium);box-shadow:var(--shadow-normal);max-width:705px;max-height:397px;object-fit:cover;pointer-events:none}.about .card{padding:60px 45px 45px}.about .download-btn{margin-left:42%}.about__decoration-label{font-size:16px;line-height:27px;padding:30px 65px 40px;max-width:475px;border-radius:16px;position:absolute;bottom:-130px;left:120px}.about__decoration-label span{color:var(--black)}.about__decor img{position:absolute}.about__decor img:nth-child(1){top:0;left:-96px}.about__decor img:nth-child(2){top:-150px}.about__decor img:nth-child(3){top:690px;right:331px}.about__decor img:nth-child(4){top:1319px;left:-61px}.about__decor img:nth-child(5){top:2100px;right:287px}.about__decor img:nth-child(6){bottom:505px;left:0px;z-index:20}.about__decor .blur-item-white{position:absolute;background:linear-gradient(90deg, rgba(255, 89, 248, 0.04) 0%, rgba(174, 114, 255, 0.04) 19.79%, rgba(144, 233, 237, 0.04) 40.62%, rgba(92, 209, 103, 0.04) 61.98%, rgba(255, 238, 0, 0.04) 82.53%);border:3px solid rgba(255,255,255,.12);backdrop-filter:blur(20px);border-radius:var(--radius-large);width:903px;height:650px;left:-80px;top:141px}.about__decor .blur-item-purple{position:absolute;background:linear-gradient(97.02deg, rgba(116, 33, 176, 0.2) 28.9%, rgba(208, 142, 255, 0.2) 139.98%);border:3px solid rgba(255,255,255,.12);backdrop-filter:blur(20px);border-radius:var(--radius-large);transform:matrix(-1, 0, 0, 1, 0, 0);width:920px;height:650px;top:2233px;right:-98px}.about__decor-svg{position:absolute}.about__decor-svg-item-purple{position:absolute;top:40px;right:-2183px}.about__decor-svg-item-purple .decor-clipped{width:920px;height:1255px;transform:scale(1, -1) rotate(270deg);background:linear-gradient(97.02deg, rgba(116, 33, 176, 0.2) 0%, rgba(208, 142, 255, 0.2) 64.38%);border:3px solid rgba(255,255,255,.12);backdrop-filter:blur(20px);background-size:cover;-webkit-clip-path:url(#my-clip-path);clip-path:url(#my-clip-path)}.about__decor-svg-item-white{position:absolute;top:855px;left:-16px}.about__decor-svg-item-white .decor-clipped{width:811px;height:1334px;background:linear-gradient(90deg, rgba(255, 89, 248, 0.04) 0%, rgba(174, 114, 255, 0.04) 19.79%, rgba(144, 233, 237, 0.04) 40.62%, rgba(92, 209, 103, 0.04) 61.98%, rgba(255, 238, 0, 0.04) 82.53%);border:3px solid rgba(255,255,255,.12);backdrop-filter:blur(20px);transform:rotate(100deg);background-size:cover;-webkit-clip-path:url(#my-clip-path);clip-path:url(#my-clip-path)}.holo-simulator{max-width:1808px;width:calc(100% - 30px);height:100%;margin:0 auto;position:relative}.holo-simulator__bg{border-radius:var(--radius-large);height:94%;width:100%;position:absolute;background:linear-gradient(1.36deg, rgba(255, 255, 255, 0.5) 0.92%, rgba(255, 255, 255, 0) 61.36%),linear-gradient(123.35deg, rgba(235, 243, 208, 0.05) 0%, rgba(235, 243, 208, 0) 18.4%),radial-gradient(29.9% 70.94% at 44.25% 86.96%, rgba(220, 141, 220, 0.05) 0%, rgba(220, 141, 220, 0) 100%),radial-gradient(33.83% 53.57% at 35.87% 100%, rgba(220, 141, 220, 0.05) 0%, rgba(220, 141, 220, 0) 100%),radial-gradient(42.66% 49.72% at 45.56% 44.65%, rgba(203, 173, 235, 0.05) 0%, rgba(194, 166, 241, 0) 100%),linear-gradient(134.59deg, rgba(205, 249, 232, 0.05) 20.63%, rgba(205, 249, 232, 0) 47.84%),linear-gradient(216.44deg, rgba(192, 169, 240, 0) -16.52%, rgba(192, 169, 240, 0.05) -1.04%, rgba(192, 169, 240, 0) 16.99%),linear-gradient(128.53deg, rgba(192, 169, 240, 0) 28.63%, rgba(192, 169, 240, 0.05) 38.5%, rgba(192, 169, 240, 0) 50.26%),radial-gradient(40.75% 97.37% at 90.75% 40.15%, rgba(255, 253, 177, 0.05) 0%, rgba(254, 228, 191, 0.05) 34.46%, rgba(240, 189, 208, 0.05) 69.5%, rgba(255, 129, 38, 0) 100%),rgba(194,166,241,.05);border:4px solid rgba(255,255,255,.12);backdrop-filter:blur(20px);z-index:20}.holo-simulator__inner{z-index:40;position:relative}.holo-simulator__decor{width:1920px;position:absolute;height:100%}.holo-simulator__decor img{position:absolute}.holo-simulator__decor img:nth-child(1){z-index:10;top:322px;left:-120px}.holo-simulator__decor img:nth-child(2){z-index:-1;top:760px;right:-155px}.holo-simulator__decor img:nth-child(3){z-index:-1;top:-104px;right:315px}.holo-simulator__decor img:nth-child(4){z-index:30;bottom:481px;left:-48px}.article-card__title{max-width:515px}.article-card__box{display:flex;justify-content:space-between;counter-reset:item 0}.article-card__item img{width:111px;height:120px}.article-card__item-title{font-weight:500;font-size:24px;line-height:29px;color:var(--black);padding-left:110px;position:relative;margin:60px 0}.article-card__item-title::before{position:absolute;content:"0" counter(item) ".";counter-increment:item;left:0;font-size:36px;font-weight:700;color:var(--main-color);line-height:43px}.article-card__item-text{max-width:410px}.article-card__item-text p:not(:last-child){margin-bottom:30px}.steps__box{display:flex;justify-content:space-between}.steps__item{max-width:460px}.steps__item-title{color:var(--main-color);margin-bottom:60px}.steps__img{width:460px;height:200px;border-radius:var(--radius-medium);box-shadow:var(--shadow-normal)}.steps__item-info{margin-top:40px;line-height:32px}.steps__item-info span{font-weight:500;color:var(--main-color)}.steps .download-btn{margin-left:42%}.helpful__top{margin-bottom:75px;display:flex;justify-content:space-between;position:relative;max-width:1150px;padding-top:135px}.helpful__top-box{position:absolute;max-width:230px;top:32px;left:125px}.helpful__top-box img{width:59px;height:66px;position:absolute;right:28px;top:-33px;z-index:-1}.helpful__decoration-label{font-size:16px;line-height:25px;padding:8px 24px;background:rgba(196,196,196,.2);border:1px solid rgba(255,255,255,.15)}.helpful__decoration-label::after{position:absolute;content:"";border:15px solid rgba(0,0,0,0);border-top:15px solid rgba(255,255,255,.1);backdrop-filter:blur(20px);left:20px;bottom:-30px}.helpful__title{max-width:516px}.helpful__subtitle{max-width:520px}.helpful .card{padding:50px 45px}.faq{position:relative}.faq__bg{width:100%;height:100%;background:linear-gradient(123.35deg, rgba(235, 243, 208, 0.05) 0%, rgba(235, 243, 208, 0) 18.4%),radial-gradient(29.9% 70.94% at 44.25% 86.96%, rgba(220, 141, 220, 0.05) 0%, rgba(220, 141, 220, 0) 100%),radial-gradient(33.83% 53.57% at 35.87% 100%, rgba(220, 141, 220, 0.05) 0%, rgba(220, 141, 220, 0) 100%),radial-gradient(42.66% 49.72% at 45.56% 44.65%, rgba(203, 173, 235, 0.05) 0%, rgba(194, 166, 241, 0) 100%),linear-gradient(134.59deg, rgba(205, 249, 232, 0.05) 20.63%, rgba(205, 249, 232, 0) 47.84%),linear-gradient(216.44deg, rgba(192, 169, 240, 0) -16.52%, rgba(192, 169, 240, 0.05) -1.04%, rgba(192, 169, 240, 0) 16.99%),linear-gradient(128.53deg, rgba(192, 169, 240, 0) 28.63%, rgba(192, 169, 240, 0.05) 38.5%, rgba(192, 169, 240, 0) 50.26%),radial-gradient(40.75% 97.37% at 90.75% 40.15%, rgba(255, 253, 177, 0.05) 0%, rgba(254, 228, 191, 0.05) 34.46%, rgba(240, 189, 208, 0.05) 69.5%, rgba(255, 129, 38, 0) 100%),rgba(194,166,241,.05);backdrop-filter:blur(20px);position:absolute;z-index:1}.faq__inner{z-index:10;position:relative}.faq__title{font-size:48px;line-height:57px;margin-bottom:60px;text-align:center}.faq__drop{counter-reset:item 0}.faq__drop-item{cursor:pointer;display:flex;flex-direction:column;justify-content:center;user-select:none;max-width:1196px;background:rgba(196,196,196,.1);border:4px solid rgba(255,255,255,.3);backdrop-filter:blur(20px);border-radius:16px;position:relative;min-height:180px;margin:0 auto}.faq__drop-item:not(:last-child){margin-bottom:40px}.faq__drop-item::after{position:absolute;content:"";top:60px;right:60px;clip-path:polygon(25% 25%, 50% 50%, 75% 25%, 50% 50%, 75% 75%, 50% 50%, 25% 75%, 50% 50%);background-color:var(--black);width:21px;height:21px}.faq__drop-item.active .faq__drop-title{padding-top:67px}.faq__drop-item.active .faq__drop-close::after{transform:rotate(-45deg)}.faq__drop-item.active .faq__drop-close::before{transform:rotate(45deg)}.faq__drop-title{font-weight:500;font-size:24px;line-height:38px;max-width:800px;padding-left:195px;color:var(--black);margin-left:50px;position:relative;display:inline-flex;align-items:center}.faq__drop-title::before{position:absolute;content:"0" counter(item) ".";counter-increment:item;left:0;font-weight:700;font-size:36px;line-height:43px;color:var(--main-color)}.faq__drop-content{display:none;max-width:584px;padding-bottom:60px;padding-top:60px;margin-left:245px;backdrop-filter:blur(20px)}.faq__drop-content.show{display:block}.faq__drop-close{position:absolute;top:60px;right:60px}.faq__drop-close::after,.faq__drop-close::before{position:absolute;content:"";width:26px;height:2px;background-color:var(--black);border-radius:var(--radius-medium)}.faq__drop-close::after{transform:rotate(0deg)}.faq__drop-close::before{transform:rotate(90deg)}.faq__decor img{position:absolute}.faq__decor img:nth-child(1){top:273px;left:198px;z-index:2}.faq__decor img:nth-child(2){top:447px;right:570px;z-index:-1}.faq__decor img:nth-child(3){top:924px;right:257px;z-index:2}.faq__decor img:nth-child(4){top:823px;right:238px;z-index:2}.join-us{position:relative}.join-us__inner{display:flex;flex-direction:column;max-width:705px;align-items:flex-start;margin-left:auto;z-index:20;position:relative}.join-us__info{font-size:36px;line-height:50px;color:var(--black)}.join-us__decor{pointer-events:none}.join-us__decor img{position:absolute}.join-us__decor img:nth-child(1){top:8px;left:435px}.join-us__decor img:nth-child(2){top:202px;left:610px;z-index:10}.join-us__decor img:nth-child(3){top:-278px}.join-us__decor .decor-plate{position:absolute;width:825px;height:210px;border-radius:var(--radius-medium);background:linear-gradient(123.35deg, rgba(235, 243, 208, 0.05) 0%, rgba(235, 243, 208, 0) 18.4%),radial-gradient(29.9% 70.94% at 44.25% 86.96%, rgba(220, 141, 220, 0.05) 0%, rgba(220, 141, 220, 0) 100%),radial-gradient(33.83% 53.57% at 35.87% 100%, rgba(220, 141, 220, 0.05) 0%, rgba(220, 141, 220, 0) 100%),radial-gradient(42.66% 49.72% at 45.56% 44.65%, rgba(203, 173, 235, 0.05) 0%, rgba(194, 166, 241, 0) 100%),linear-gradient(134.59deg, rgba(205, 249, 232, 0.05) 20.63%, rgba(205, 249, 232, 0) 47.84%),linear-gradient(216.44deg, rgba(192, 169, 240, 0) -16.52%, rgba(192, 169, 240, 0.05) -1.04%, rgba(192, 169, 240, 0) 16.99%),linear-gradient(128.53deg, rgba(192, 169, 240, 0) 28.63%, rgba(192, 169, 240, 0.05) 38.5%, rgba(192, 169, 240, 0) 50.26%),radial-gradient(40.75% 97.37% at 90.75% 40.15%, rgba(255, 253, 177, 0.05) 0%, rgba(254, 228, 191, 0.05) 34.46%, rgba(240, 189, 208, 0.05) 69.5%, rgba(255, 129, 38, 0) 100%),rgba(194,166,241,.05);border:3px solid rgba(255,255,255,.12);backdrop-filter:blur(20px);top:111px;left:0;z-index:5}.join-us__decor .decor-plate__bg{position:absolute;width:823px;height:204px;border-radius:var(--radius-medium);opacity:.3;background:linear-gradient(123.35deg, #ebf3d0 0%, rgba(235, 243, 208, 0) 18.4%),radial-gradient(29.9% 70.94% at 44.25% 86.96%, #dc8ddc 0%, rgba(220, 141, 220, 0) 100%),radial-gradient(33.83% 53.57% at 35.87% 100%, #dc8ddc 0%, rgba(220, 141, 220, 0) 100%),radial-gradient(42.66% 49.72% at 45.56% 44.65%, #cbadeb 0%, rgba(194, 166, 241, 0) 100%),linear-gradient(134.59deg, #cdf9e8 20.63%, rgba(205, 249, 232, 0) 47.84%),linear-gradient(216.44deg, rgba(192, 169, 240, 0) -16.52%, #c0a9f0 -1.04%, rgba(192, 169, 240, 0) 16.99%),linear-gradient(128.53deg, rgba(192, 169, 240, 0) 28.63%, #c0a9f0 38.5%, rgba(192, 169, 240, 0) 50.26%),radial-gradient(40.75% 97.37% at 90.75% 40.15%, #fffdb1 0%, #fee4bf 34.46%, #f0bdd0 69.5%, rgba(255, 129, 38, 0) 100%),#c2a6f1;top:111px;left:0;z-index:1}.footer{background-color:var(--snow-white);padding:60px 0}.footer__inner{display:flex;justify-content:space-between}.footer__info{display:flex}.footer__info-item:not(:last-child){margin-right:200px}.footer__list-title{font-weight:500;font-size:20px;line-height:32px;color:var(--black);margin-bottom:26px}.footer__list-item{font-weight:400;color:var(--gray)}.footer__list-item:not(:last-child){margin-bottom:5px}@media(max-width: 1460px){.holo-simulator__decor img:nth-child(4){bottom:170px}.article-card__box{flex-direction:column;align-items:center}.article-card__item{display:flex}.article-card__item:not(:last-child){margin-bottom:60px}.article-card__item img{margin-right:80px}.article-card__item-title{margin-top:0}.steps__box{flex-direction:column;align-items:center}.steps__item:not(:last-child){margin-bottom:60px}.steps__item-title{margin-bottom:47px}.steps__item-info{margin-top:30px}.join-us__content-box{padding-top:420px}.join-us__inner{margin:auto;align-items:center}.footer__info-item:not(:last-child){margin-right:100px}}@media(max-width: 1300px){html,body{font-size:16px;line-height:24px}.title{font-size:36px;line-height:40px}.menu{display:none}.menu.active{display:block;z-index:100;height:calc(80vh - 90px);min-height:600px}.menu__list{position:absolute;top:20vh;margin-top:90px;left:0;width:100%;background-color:var(--white);flex-direction:column;align-items:center}.menu__list-item{margin:0}.menu__list-item:not(:last-child){margin-bottom:60px}.menu-btn{display:flex;flex-direction:column;align-items:flex-end;width:40px;height:40px;z-index:120;margin-left:auto}.menu-btn span{height:4px;background-color:var(--black);border-radius:2px;display:inline-block}.menu-btn span:not(:last-child){margin-bottom:8px}.menu-btn span:nth-child(1){width:27px}.menu-btn span:nth-child(2){width:35px}.menu-btn span:nth-child(3){width:22px}.preview__decor img:nth-child(1){display:none}.preview__decoration{min-height:600px}.preview__decoration::after{width:600px}.preview__decoration-label{width:186px;padding:15px 22px;font-size:12px;line-height:19.2px;bottom:-50px}.preview__decoration-content img{max-width:600px;max-height:310px}.about__row{flex-direction:column-reverse !important;margin-bottom:189px}.about__row:nth-child(3) .about__row-img{margin-bottom:195px}.about__row-img{max-width:561px;max-height:315px;margin-bottom:60px}.about__decor img:nth-child(1){width:125px;height:125px;top:37px;left:-49px}.about__decor img:nth-child(2){top:-33px}.about__decor img:nth-child(3){width:90px;height:90px;top:844px;left:873px}.about__decor img:nth-child(4){width:122px;height:140px;top:1654px;left:78px}.about__decor img:nth-child(5){width:124px;height:124px;top:2605px;right:239px}.about__decor img:nth-child(6){bottom:855px}.about__decor .blur-item-white{width:459px;height:330px;top:120px}.about__decor .blur-item-purple{width:588px;height:396px;top:2685px;right:-82px}.about__decor-svg-item-purple{top:463px;right:-1275px}.about__decor-svg-item-purple .decor-clipped{width:466px;height:638px}.about__decor-svg-item-white{top:1316px;left:163px}.about__decor-svg-item-white .decor-clipped{width:482px;height:791px}.about__decoration-label{max-width:412px;padding:30px 50px;font-size:14px;line-height:24px;bottom:268px;left:375px}.holo-simulator__decor img:nth-child(1){width:105px;height:153px;top:1218px;left:-43px}.holo-simulator__decor img:nth-child(2){width:154px;height:226px;top:1813px;right:1099px}.holo-simulator__decor img:nth-child(3){right:1254px;top:-65px;width:150px;height:150px}.helpful__top{margin-bottom:60px}.helpful__title{font-size:24px;line-height:28px}.helpful__subtitle{max-width:460px;font-size:14px}.footer__inner{flex-direction:column}.footer__info{margin-top:40px;justify-content:space-between}.p-b-290{padding-bottom:150px !important}.p-t-260{padding-top:150px !important}.m-b-230{margin-bottom:100px !important}.m-t-200{margin-top:100px !important}.m-b-200{margin-bottom:156px !important}.m-b-110{margin-bottom:50px !important}.m-t-100{margin-top:60px !important}.m-t-90{margin-top:60px !important}}@media(max-width: 1024px){html,body{font-size:12px;line-height:21px}.title{font-size:24px;line-height:28px}.preview__title{max-width:265px}.preview__subtitle{max-width:265px;margin:20px 0 30px}.preview__decoration{min-height:385px}.preview__decoration::after{width:400px;right:-149px}.preview__decoration-content{right:-15px;top:60px}.preview__decoration-content img{max-width:370px;max-height:215px}.preview__decoration-label{font-size:12px;line-height:19px;padding:14px 22px;width:186px;right:12px}.preview__to-down-btn svg{width:11px;height:20px}.advantages__top{margin-bottom:30px}.about__row{align-items:normal}.about__row-img{margin:auto;margin-bottom:60px}.about__info{display:flex;justify-content:space-between}.about__info-title{font-size:20px;line-height:24px;margin-bottom:20px}.about__info-text{font-size:14px;line-height:21px;max-width:440px}.about__info-text p br{content:""}.about__info-text p br:after{content:" "}.about__info-text p:not(:last-child){margin-bottom:26px}.about__decoration-label{bottom:144px;left:147px}.about__decor img:nth-child(5){top:2179px;right:194px}.about__decor .blur-item-purple{top:2246px}.about .download-btn{margin-left:calc(50% - 85px)}.holo-simulator__decor img:nth-child(4){display:none}.article-card.m-b-200{margin-bottom:100px !important}.article-card__item img{width:90px;height:90px}.article-card__item-title{font-size:18px;line-height:21px;padding-left:60px;margin:0 0 30px}.article-card__item-title::before{font-size:20px;line-height:24px}.article-card__item-text{font-size:14px;line-height:28px}.steps__item-info{font-size:14px;line-height:25px}.steps .download-btn{margin-left:calc(50% - 85px)}.helpful__title{font-size:20px;line-height:24px}.helpful__subtitle{max-width:322px;font-size:12px;line-height:24px;margin-left:67px}.helpful__top-box{left:0}.helpful__top-box img{width:53px;height:59px;top:-29px}.helpful__decoration-label{font-size:12px;line-height:19px;padding:10px 34px 18px;width:206px}.faq__drop-item{min-height:132px}.faq__drop-item.active .faq__drop-title{padding-top:46px}.faq__drop-item:not(:last-child){margin-bottom:20px}.faq__drop-title{font-size:20px;line-height:32px;padding-left:76px;max-width:560px;margin-right:66px}.faq__drop-title::before{font-size:24px;line-height:28px}.faq__drop-content{font-size:14px;line-height:25px;padding:22px 0 44px;max-width:400px;margin-left:126px}.faq__drop-close:after,.faq__drop-close::before{width:20px}.faq__decor img:nth-child(1){width:118px;height:128px;top:300px;left:-4px}.faq__decor img:nth-child(2){width:197px;height:292px;top:382px;right:198px}.faq__decor img:nth-child(3){width:157px;height:157px;top:764px;right:19px}.faq__decor img:nth-child(4){width:72px;height:72px;top:659px;right:13px}.join-us__info{font-size:24px;line-height:33px;max-width:420px}.join-us .download-btn.m-t-60{margin-top:40px !important}.join-us__decor img:nth-child(1){left:293px}.join-us__decor img:nth-child(2){width:122px;height:122px;top:214px;left:436px}.join-us__decor img:nth-child(3){top:-88px}.join-us__decor .decor-plate,.join-us__decor .decor-plate__bg{left:-176px}.download-btn{font-size:12px;line-height:18px;padding:13px 28px;min-width:170px;min-height:44px}.p-b-170{padding-bottom:60px !important}.p-t-100{padding-top:60px !important}}@media(max-width: 768px){.container{padding:0 45px}.logo{width:180px}.menu-btn span{height:2px}.menu-btn span:not(:last-child){margin-bottom:6px}.menu-btn span:nth-child(1){width:17px}.menu-btn span:nth-child(2){width:22px}.menu-btn span:nth-child(3){width:12px}.card{width:324px;margin-right:30px}.card__img{width:60px;height:60px}.card__img svg{width:60px;height:60px}.card__title{font-size:18px;line-height:29px}.card:nth-child(even){margin-right:0px}.advantages__title{font-size:20px;line-height:24px}.about__decor img:nth-child(3){top:721px;left:443px}.about__decor img:nth-child(4){top:1352px;left:24px}.about__decor img:nth-child(6){bottom:835px}.about__decor-svg-item-purple{top:326px;right:-743px}.about__decor-svg-item-white{top:982px;left:46px}.article-card__title{max-width:286px;font-size:20px;line-height:24px}.steps__title{font-size:20px;line-height:24px}.steps__item-title{font-size:18px;line-height:21px;margin-bottom:37px}.footer__info{flex-wrap:wrap}.footer__info-item:not(:last-child){margin-right:30px}.footer__info-item:last-child{margin-top:25px}.footer__list-title{font-size:18px;line-height:28px;margin-bottom:45px}.footer__list-item{font-size:14px;line-height:28px}}@media(max-width: 720px){:root{--radius-large: 35px}.preview__inner{flex-direction:column-reverse}.preview__to-down-btn{display:none}.preview__info{text-align:center;margin-top:60px}.preview__decoration::after{right:0;left:-90px}.preview__decoration-content{right:0;left:-170px}.preview__decoration-label{right:-90px}.preview__decor img:nth-child(2){top:200px;bottom:0}.card{width:100%;min-height:40px;margin:0;padding:26px 0;display:flex;justify-content:center;align-items:center}.card:not(:last-child){margin-bottom:20px}.card__img{width:40px;height:40px;margin:auto 0;margin-right:60px}.card__img svg{width:40px;height:40px}.card__title{font-size:14px;line-height:18px;width:140px}.advantages__info{flex-direction:column;align-items:center;text-align:center}.advantages__title{max-width:263px;padding:0;margin-bottom:20px}.advantages__subtitle{max-width:345px}.about__row{margin-bottom:130px}.about__row:nth-child(3) .about__row-img{margin-bottom:165px}.about__row-img{max-width:345px;width:100%;max-height:193px;margin-bottom:30px}.about__info{flex-direction:column;align-items:center;text-align:center}.about__info-text{font-size:12px;width:100%;max-width:500px}.about__decoration-label{bottom:173px;left:21px;font-size:12px;line-height:20px;max-width:300px;padding:30px 20px 22px 22px}.about__decor img:nth-child(1){width:61px;height:61px;top:82px;left:-11px}.about__decor img:nth-child(2){top:55px}.about__decor img:nth-child(3){width:44px;height:44px;top:643px;left:229px}.about__decor img:nth-child(4){width:59px;height:68px;top:1106px;left:29px}.about__decor img:nth-child(5){width:73px;height:73px;top:1748px;right:69px}.about__decor img:nth-child(6){bottom:894px}.about__decor .blur-item-purple{width:348px;height:256px;top:1785px}.about__decor .blur-item-white{width:224px;height:182px}.about__decor-svg-item-purple{top:280px;right:-473px}.about__decor-svg-item-purple .decor-clipped{width:230px;height:315px}.about__decor-svg-item-white{top:767px;left:31px}.about__decor-svg-item-white .decor-clipped{width:233px;height:395px}.article-card__title{text-align:center}.article-card__item{flex-direction:column;align-items:center}.article-card__item:not(:last-child){margin-bottom:40px}.article-card__item img{margin:0;margin-bottom:30px}.article-card__text-box{text-align:center;display:flex;flex-direction:column;align-items:center}.article-card__item-title br{content:""}.article-card__item-title br:after{content:" "}.faq__drop-title{padding-left:initial;padding-top:48px}.faq__drop-title::before{top:0;left:0}.faq__drop-item{padding-top:23px;padding-bottom:30px}.faq__drop-content{margin-left:40px;padding-bottom:0}.faq__drop-close{top:34px;right:30px}.helpful__top{flex-direction:column;align-items:center;text-align:center;margin-bottom:30px}.helpful__title{max-width:287px}.helpful__subtitle{margin:0;margin-top:20px}.m-t-200{margin-top:30px !important}.m-b-200{margin-bottom:60px !important}.m-t-90{margin-top:30px !important}}@media(max-width: 480px){.container{padding:0 15px}.logo{width:140px}.menu-btn span{height:2px;background-color:var(--black);border-radius:2px;display:inline-block}.menu-btn span:not(:last-child){margin-bottom:6px}.menu-btn span:nth-child(1){width:17px}.menu-btn span:nth-child(2){width:22px}.menu-btn span:nth-child(3){width:12px}.preview__decoration{min-height:299px}.preview__decoration:after{width:340px}.preview__decoration-content img{max-width:340px;max-height:203px}.advantages__subtitle{max-width:310px}.holo-simulator__decor img:nth-child(1){width:42px;height:60px;top:577px;left:21px}.holo-simulator__decor img:nth-child(2){width:61px;height:89px;top:1111px;right:1584px}.holo-simulator__decor img:nth-child(3){width:75px;height:73px;right:1605px;top:-38px}.article-card.m-b-200{margin-bottom:60px !important}.article-card__item-title{margin:0 0 20px}.article-card__item-text{font-size:12px;line-height:24px}.steps__title{font-size:20px;line-height:24px;text-align:center;max-width:185px;margin:auto}.steps__item:not(:last-child){margin-bottom:40px}.steps__item-title{margin-bottom:30px;text-align:center}.steps__item-info{margin-top:20px;font-size:12px;line-height:21px;text-align:center}.faq__decor img:nth-child(1){top:355px;left:-44px}.faq__decor img:nth-child(2){top:643px;right:53px}.faq__decor img:nth-child(3){width:106px;height:106px;top:1111px;right:21px}.faq__decor img:nth-child(4){width:48px;height:48px;top:1054px;right:0px}.join-us__decor img:nth-child(1){left:-4px}.join-us__decor img:nth-child(2){width:114px;height:114px;left:182px}.join-us__decor .decor-plate,.join-us__decor .decor-plate__bg{left:-432px}.footer__info{margin-top:27px}.footer__info-item:not(:last-child){margin-top:40px}.p-b-290{padding-bottom:60px !important}.m-b-230{margin-bottom:60px !important}.p-t-100{padding-top:40px !important}.m-t-100{margin-top:30px !important}.p-b-60{padding-bottom:30px !important}}