*{box-sizing:border-box;outline:0;-webkit-tap-highlight-color:rgba(255,255,255,0)!important;-webkit-focus-ring-color:rgba(255,255,255,0)!important}:root{--primary:#C07CFF;--text-main:#635577;--text-main-reverse:#FFF6FB;--text-primary:var(--primary);--text-muted:#545C64;--text-link:#9FA1FF;--background-primary:var(--primary);--background-primary-dark:#4B3A68;--background-main:#FFFFFF;--background-footer:#635577;--background-purple-gradient:linear-gradient(90deg, #A153EA 0%, var(--primary) 100%);--gap-half:4px;--gap:8px;--gap-2:16px;--gap-3:24px;--gap-4:32px;--padding:14px;--header-height:80px;--header-height-mobile:72px;--container-width:1240px;--container-padding:20px;--transition:0.3s;--purple-01:#2A1E5C;--purple-02:#430B7B;--purple-03:#2A074D;--purple-04:#3B306D;--purple-05:#E5DEFF;--purple-06:#8B5CF6;--purple-07:#E9E3FC;--purple-08:#5B4E8D;--purple-09:#E0BFFF;--purple-10:#F530F8;--purple-11:#350861;--purple-12:#DCD1F5;--purple-13:#521F85;--purple-14:#FAF8FF;--purple-15:#ECE3FF;--purple-16:#F5EEFE;--purple-17:#F7EEFF;--purple-18:#492971;--purple-19:#451971;--purple-20:#B4ABD8;--purple-21:#5668FF;--gray-01:#F3EFFC;--gray-02:#F1ECF5;--green-01:#00C48C;--orange-01:#FF8B3D;--orange-02:#FFEAE5;--yellow-01:#FFCC15}body,html{margin:0;padding:0;width:100%;min-height:100vh;min-width:300px}html{font-size:18px}body{background:var(--background-main);font-family:Nunito,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never;color:var(--text-main)}.app{display:flex;flex-direction:column;align-items:center;overflow:hidden;min-height:var(--app-height)}.wrapper{position:relative;z-index:5;width:100%}.footer{position:relative;z-index:10}.container{margin:0 auto;padding:0 var(--container-padding);width:100%;max-width:var(--container-width)}.section{padding:120px 0}.section__title{margin:0 0 var(--gap-4);font-weight:700;font-size:48px;line-height:56px;text-align:center;color:var(--purple-02)}.section__description{margin:0;font-weight:400;font-size:22px;line-height:155%;text-align:center;color:var(--purple-02)}.section.dark .section__description,.section.dark .section__title{color:var(--text-main-reverse)}@media (max-width:991px){.section{padding:48px 0}.section__title{margin:0 0 20px;font-size:32px;line-height:40px}.section__description{font-size:18px;line-height:24px}}img{width:auto;height:auto;max-width:100%}a{transition:var(--transition)}.icon{display:inline-block}.icon::before{display:inline-block;position:relative;font-size:inherit;color:inherit!important}.purple{color:var(--purple-02)}.inlineRunningLine .slide,.inlineSlider .slide{display:flex;align-items:center;gap:var(--gap)}.inlineRunningLine .slide__img,.inlineSlider .slide__img{flex-shrink:0;border-radius:10px;overflow:hidden;width:83px;height:61px}.inlineRunningLine .slide__img img,.inlineSlider .slide__img img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.inlineRunningLine .slide__text,.inlineSlider .slide__text{display:flex;flex-direction:column;gap:12px}.inlineRunningLine .slide__message,.inlineRunningLine .slide__name,.inlineSlider .slide__message,.inlineSlider .slide__name{margin:0;white-space:wrap;font-weight:600;font-size:18px;line-height:100%;color:var(--purple-04)}.inlineRunningLine .slide__name,.inlineSlider .slide__name{text-transform:uppercase}.inlineRunningLine{position:relative;scrollbar-width:none;width:100%}.inlineRunningLine__inner{display:flex;gap:30px;width:-moz-fit-content;width:fit-content;animation:40s linear infinite inlineRunningLine}.inlineRunningLine__content{display:flex;flex-shrink:0;gap:30px;white-space:nowrap}@keyframes inlineRunningLine{0%{transform:translate(0)}to{transform:translate(-50%)}}.inlineRunningLine .slide{width:455px}.inlineRunningLine:hover .inlineRunningLine__inner{animation-play-state:paused;transition:transform 1s ease-out}.inlineSlider{display:none}.inlineSlider__track{display:flex;gap:7px;margin:0 calc(var(--container-padding) * -1);padding:0 var(--container-padding);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-padding-left:var(--container-padding);scrollbar-width:none;-webkit-overflow-scrolling:touch}.inlineSlider__track::-webkit-scrollbar{display:none}.inlineSlider__nav{display:flex;align-items:center;justify-content:center;gap:var(--gap-2);margin-top:12px}.inlineSlider__navBtn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--purple-05);border-radius:50%;background:var(--background-main);box-shadow:0 4px 12px 0 rgba(139,92,246,.1);padding:0;width:48px;height:48px;font-size:8px;color:var(--purple-06);cursor:pointer;transition:var(--transition)}.inlineSlider__navBtn.prev::before{transform:rotate(90deg)}.inlineSlider__navBtn.next::before{transform:rotate(-90deg) translateY(2px)}.inlineSlider__navBtn:disabled{opacity:.35;cursor:default}.inlineSlider__navBtn:not(:disabled):active{transform:translateY(1px);transition:none}.inlineSlider .slide{flex:0 0 auto;scroll-snap-align:start;border:1px solid var(--gray-01);border-radius:12px;width:350px;max-width:76%}@media (max-width:991px){.inlineRunningLine .slide,.inlineSlider .slide{padding:12px;gap:12px}.inlineRunningLine .slide__img,.inlineSlider .slide__img{border-radius:5px;width:43px;height:31px}.inlineRunningLine .slide__text,.inlineSlider .slide__text{gap:2px}.inlineRunningLine .slide__message,.inlineRunningLine .slide__name,.inlineSlider .slide__message,.inlineSlider .slide__name{font-size:12px}.inlineRunningLine{display:none}.inlineSlider{display:block}}.logo{font-size:0}.langPicker .picker__toggleBtn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:19px;background:var(--purple-01)}.langPicker .picker__toggleBtnInner{display:inline-flex;align-items:center;width:auto}.langPicker .picker__toggleBtn .icon{position:relative;top:0;right:0;margin:0;font-size:6px;color:var(--text-main-reverse)}.langPicker .picker__active{overflow:hidden;padding:0;min-height:0;font-weight:600;font-size:15px;line-height:100%}.langPicker .picker__list{left:auto;right:0;border-radius:12px;background:var(--background-main);padding:4px 0;min-width:74px}.langPicker .picker__listInner{scrollbar-width:none;-webkit-overflow-scrolling:touch}.langPicker .picker__element{gap:19px;padding:0 12px;min-height:35px;font-size:14px;line-height:100%;color:var(--purple-01)}.langPicker .picker__element .icon-check{font-size:10px}.langPicker .picker__element:hover:not(.active){color:var(--text-link)}.langPicker .picker__element.active{cursor:default}.langPicker.picker{width:74px;height:38px}.langPicker.picker.opened .picker__toggleBtn{border-radius:19px}.langPicker.picker.opened .picker__list{top:calc(100% + var(--gap))}@media (max-width:991px){.langPicker .picker__toggleBtn{gap:6px}.langPicker .picker__toggleBtn .icon{font-size:5px}.langPicker .picker__active{font-weight:500;font-size:12px}.langPicker .picker__list{min-width:56px}.langPicker .picker__element{padding:0 var(--gap);min-height:30px;font-size:12px}.langPicker .picker__element .icon-check{font-size:7px}.langPicker.picker{width:56px;height:28px}}.header{position:relative;z-index:10;background:var(--background-purple-gradient);width:100%}.header .container{display:flex;align-items:center;height:var(--header-height)}@media (max-width:991px){.header .container{height:var(--header-height-mobile)}}.header .logo{width:169px;height:54px}@media (max-width:991px){.header .logo{width:111px;height:35px}}.header .picker{margin-left:auto}.footer{margin-top:auto;padding:35px 0 20px;width:100%}.footer__subtitle{margin:0 0 20px;font-weight:500;font-size:18px;line-height:155%;letter-spacing:-.3px;text-align:center;text-transform:uppercase}.footer .footer__links ul{display:inline-flex;align-items:center;justify-content:center;gap:44px;margin:18px 0 0;padding:0;list-style:none;width:100%;text-align:center}.footer .footer__links li{margin:0;font-weight:400;font-size:18px;line-height:100%;letter-spacing:-.3px;text-align:center}.footer .footer__links a{text-decoration:underline;color:var(--text-link)}.footer .footer__links a:hover{text-decoration:none}.footer__copyright{margin:var(--gap) 0 12px;font-weight:400;font-size:18px;line-height:100%;letter-spacing:-.3px;text-align:center}@media (max-width:991px){.footer{padding:35px 0 20px}.footer__subtitle{margin:0 0 var(--padding);font-weight:700;font-size:13px;line-height:100%;letter-spacing:0}.footer__copyright{margin-top:0;font-weight:400;font-size:12px;line-height:140%;letter-spacing:0}.footer .footer__links li{font-weight:400;font-size:12px;line-height:100%;letter-spacing:-.3px;text-align:center}}@media (max-width:767px){.footer .footer__links ul{flex-direction:column;gap:18px;margin:12px 0 0}}.badge{display:inline-flex;align-items:center;gap:var(--gap);border-radius:18px;background:var(--primary);padding:6px var(--padding);min-height:38px;font-weight:600;font-size:18px;line-height:100%;color:var(--text-main-reverse)}.badge .dot{flex-shrink:0;border-radius:50%;background:var(--text-main-reverse);width:8px;height:8px}.badge.white{background:var(--background-main);color:var(--purple-06)}.badge.white .dot{background:var(--purple-06)}@media (max-width:991px){.badge{border-radius:14px;padding:4px 7px;min-height:28px;font-size:15px;line-height:100%}}.button{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:22px;background:var(--purple-06);padding:var(--gap-half) var(--gap-2);width:200px;max-width:100%;min-height:44px;font-weight:600;font-size:15px;line-height:100%;text-align:center;text-decoration:none;color:var(--text-main-reverse);cursor:pointer;transition:background-color var(--transition)}.button:active,.button:hover{background:var(--primary)}.button:active{transform:translateY(1px)}.picker{position:relative;height:70px}.picker__toggleBtn{position:relative;border-radius:24px;border:0;background:var(--background-main-reverse);overflow:hidden;padding:0;width:100%;height:100%;cursor:pointer}.picker__toggleBtnInner{display:inline-flex;width:100%;height:100%}.picker__toggleBtn>.icon{position:absolute;top:50%;right:27px;margin-top:-7px;font-size:14px;transition:var(--transition)}.picker__placeholder{font:22px Gilroy,sans-serif;display:inline-flex;align-items:center;padding:0 68px 0 20px;width:100%;height:100%;color:var(--text-main);transition:var(--transition)}.picker__list{position:absolute;top:calc(100% - 10px);left:0;border-radius:0 0 24px 24px;background:var(--background-main-reverse);overflow:hidden;visibility:hidden;opacity:0;width:100%;min-width:200px;max-height:0}.picker__listInner{display:flex;flex-direction:column;overflow:auto;max-height:inherit;scrollbar-color:#dfdfdf #eee}.picker__listInner::-webkit-scrollbar{width:12px}.picker__listInner::-webkit-scrollbar-thumb{border:3px solid #eee;border-radius:12px;background:#dfdfdf}.picker__listInner::-webkit-scrollbar-track{background:#eee}.picker__active,.picker__element{font:22px Gilroy,sans-serif;display:inline-flex;align-items:center;justify-content:flex-start;gap:var(--gap);border:0;background:0 0;padding:8px 20px;min-height:70px;text-decoration:none;color:var(--text-main-reverse);cursor:pointer;transition:var(--transition)}.picker__active .icon,.picker__element .icon{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px}.picker__element.active,.picker__element:hover{background:var(--background-lightgray)}.picker__active{padding:0 68px 0 20px}.picker.opened .picker__toggleBtn{border-radius:24px 24px 0 0;transition:var(--transition)}.picker.opened .picker__toggleBtn .icon{transform:rotate(180deg)}.picker.opened .picker__placeholder{opacity:.4}.picker.opened .picker__list{top:100%;visibility:visible;opacity:1;max-height:300px;transition:var(--transition)}.picker.selected .picker__placeholder{display:none}@media (max-width:991px){.picker{height:50px}.picker__toggleBtn{border-radius:15px}.picker__toggleBtn>.icon{right:15px;margin-top:-5px;font-size:10px}.picker__placeholder{padding:0 44px 0 14px;font-size:18px}.picker__list{border-radius:0 0 15px 15px}.picker__active,.picker__element{padding:4px 14px;min-height:50px;font-size:18px}.picker.opened .picker__toggleBtn{border-radius:15px 15px 0 0}}.pageText{font-weight:300;font-size:16px;letter-spacing:0;line-height:160%}.pageText .container{max-width:928px}.pageText .wrapper .container{padding-top:52px;padding-bottom:52px}.pageText__titleContainer{background:var(--background-purple-gradient);text-align:center;color:var(--text-main-reverse)}.pageText__titleContainer .container{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:313px}.pageText .strong{font-weight:700}.pageText .wrapper h1{margin:0;font-weight:400;font-size:64px;line-height:100%}.pageText .wrapper h2{margin-top:58px;font-weight:400;font-size:32px;line-height:100%}.pageText .wrapper h3{margin-top:28px;font-weight:700;font-size:18px;line-height:100%;letter-spacing:0}.pageText .wrapper p,.pageText .wrapper ul{margin-top:28px;margin-bottom:28px}.pageText .wrapper ul{list-style:none;padding-left:0}.pageText .wrapper .lastUpdate{margin:18px 0;font-weight:400;font-size:18px;line-height:100%}.pageText .wrapper.darkTheme{background:var(--background-primary-dark);color:var(--text-main-reverse)}.pageText .wrapper a{color:inherit}.pageText .wrapper a:hover{text-decoration:none}.pageText .footer{background:#ededed}@media (prefers-color-scheme:dark){.pageText{background-color:var(--background-primary-dark);color:var(--text-main-reverse)}.pageText .footer{background:var(--background-footer);color:var(--text-main-reverse)}}@media (max-width:991px){.pageText .container{padding:0 16px}.pageText__titleContainer .container{min-height:136px}.pageText .wrapper .container{padding-top:16px;padding-bottom:16px}.pageText .wrapper{font-size:14px;line-height:160%}.pageText .wrapper h1{margin:0;font-weight:400;font-size:36px}.pageText .wrapper h2{margin-top:58px;margin-bottom:28px;font-weight:400;font-size:24px;line-height:100%}.pageText .wrapper h3{margin-top:26px;font-weight:700;font-size:18px;line-height:100%}.pageText .wrapper p,.pageText .wrapper ul{margin-top:22px;margin-bottom:22px}.pageText .wrapper .lastUpdate{font-size:14px}.pageText .footer__nav{display:none}.pageText .footer__nav ul{gap:4px 50px}}.mainPage .header{position:absolute;top:25px;left:0;z-index:100;background:0 0;width:100%}.mainPage .footer{background:var(--purple-03)}.mainPage .footer__subtitle{color:var(--text-main-reverse)}.mainPage .footer__copyright{color:var(--text-main-reverse)}.mainPage .footer__links a{color:var(--purple-21)}.mainPage .heroSection{display:flex;flex-direction:column;justify-content:flex-end;background:url(/assets/img/hero/elem_01.jpg) no-repeat center;background-size:cover;min-height:89.5vh}.mainPage .heroSection .container{margin-bottom:3vh}.mainPage .heroSection__inner{position:relative;left:-60px;border-radius:40px;background:rgba(255,255,255,.2);width:680px;max-width:70%;padding:60px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.mainPage .heroSection__inner .badge{margin:0}.mainPage .heroSection__title{margin:18px 0 26px;font-weight:800;font-size:72px;line-height:.9;color:var(--purple-02)}.mainPage .heroSection__title span{font-weight:400}.mainPage .heroSection__text{margin:0;font-weight:500;font-size:20px;line-height:150%;color:var(--purple-02)}.mainPage .heroSection__buttons{display:flex;align-items:center;flex-wrap:wrap;gap:var(--gap);margin-top:var(--gap-3)}.mainPage .inlineSliderSection .container{display:flex;align-items:center}.mainPage .inlineSliderSection__left{flex-shrink:0;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:10;border-right:2px solid var(--gray-01);background:var(--background-main);padding:var(--gap) var(--gap-2) var(--gap) 10px;width:300px;height:180px;font-weight:700;font-size:18px;line-height:1.4;color:var(--purple-02)}.mainPage .inlineSliderSection__left::after{content:'';position:absolute;top:0;right:calc(100% - 1px);bottom:0;width:calc(50vw - ((var(--container-width)/ 2) - 300px));background:var(--background-main)}.mainPage .inlineSliderSection__left p{margin:0}.mainPage .inlineSliderSection__right{position:relative;z-index:5}.mainPage .importantSection{background:var(--gray-02)}.mainPage .importantSection__tiles{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--gap-3);margin-top:80px}.mainPage .importantSection__tile{display:flex;flex-direction:column;border:1px solid var(--purple-07);border-radius:24px;background:var(--background-main);overflow:hidden;width:calc(33.333333% - (var(--gap-3) * 2 / 3))}.mainPage .importantSection__tile:nth-child(1),.mainPage .importantSection__tile:nth-child(2){width:calc(50% - var(--gap-3)/ 2)}.mainPage .importantSection__tileInner{padding:var(--gap-4) var(--gap-4) var(--gap-3)}.mainPage .importantSection__tileTitle{margin:0;font-weight:700;font-size:20px;line-height:100%;color:var(--purple-01)}.mainPage .importantSection__tileText{margin:10px 0 0;font-size:18px;line-height:155%;color:var(--purple-08)}.mainPage .importantSection__tileImg{display:flex;justify-content:center;margin-top:auto}.mainPage .importantSection__tileImg img{max-width:48%}.mainPage .rememberSection{background:var(--primary);position:relative}.mainPage .rememberSection::before{content:'';display:block;position:absolute;top:-42px;left:50%;border-radius:50% 50% 0 0/100% 100% 0 0;background:var(--primary);margin-left:-960px;width:1920px;height:66px}.mainPage .rememberSection .container{display:flex;align-items:center}.mainPage .rememberSection__inner{width:50%;max-width:560px}.mainPage .rememberSection__inner p{line-height:1.6;color:var(--text-main-reverse)}.mainPage .rememberSection .badge{margin-bottom:var(--gap-4);text-transform:uppercase}.mainPage .rememberSection .section__title{text-align:left;color:var(--text-main-reverse)}.mainPage .rememberSection__review{display:flex;align-items:center;gap:var(--gap);border-radius:20px;background:var(--purple-09);margin-top:56px;padding:var(--gap-2)}.mainPage .rememberSection__reviewImg{flex-shrink:0;border-radius:10px;overflow:hidden;width:83px;height:61px}.mainPage .rememberSection__reviewImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.mainPage .rememberSection__reviewText{font-weight:500;font-style:italic;font-size:18px;line-height:30px}.mainPage .rememberSection__reviewText p{margin:0;color:var(--purple-02)}.mainPage .rememberSection__img{margin-left:auto;width:calc(50% - var(--gap-3));max-width:478px;height:auto}.mainPage .changesSection{position:relative}.mainPage .changesSection::before{content:'';display:block;position:absolute;top:10%;left:calc(50% - (var(--container-width)/ 2) - 200px);z-index:5;border-radius:50%;background:var(--orange-02);width:600px;max-width:40%;aspect-ratio:1;filter:blur(150px)}.mainPage .changesSection .container{display:flex;flex-direction:column;align-items:center;position:relative;z-index:10}.mainPage .changesSection .badge{margin-bottom:20px;text-transform:uppercase}.mainPage .changesSection__inner{display:flex;gap:var(--gap-4);margin-top:100px;width:100%}.mainPage .changesSection__innerList{display:flex;flex-direction:column;align-items:flex-start;gap:12px}.mainPage .changesSection__innerElement{display:inline-flex;align-items:center;gap:var(--gap);border-radius:20px;background:var(--background-main);box-shadow:0 8px 24px 0 rgba(79,50,154,.1);padding:var(--gap-half) 18px;min-height:50px;font-weight:600;font-size:18px;line-height:100%;color:var(--purple-01)}.mainPage .changesSection__innerElement::before{content:'';border-radius:50%;background:var(--primary);width:10px;height:10px}.mainPage .changesSection__innerElement:nth-child(2)::before{background:var(--purple-10)}.mainPage .changesSection__innerElement:nth-child(3)::before{background:var(--green-01)}.mainPage .changesSection__innerElement:nth-child(4)::before{background:var(--orange-01)}.mainPage .changesSection__innerElement:nth-child(5)::before{background:var(--purple-10)}.mainPage .changesSection__innerElement:nth-child(6)::before{background:var(--orange-01)}.mainPage .changesSection__innerElement:nth-child(7)::before{background:var(--yellow-01)}.mainPage .changesSection__innerImg{position:relative;border-radius:40px;overflow:hidden;aspect-ratio:1;margin-left:auto;width:573px;max-width:50%}.mainPage .changesSection__innerImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.mainPage .growthSpurtSection{position:relative;background:var(--purple-11)}.mainPage .growthSpurtSection .top{position:absolute;top:-96px;left:50%;margin-left:-960px;background:url(/assets/img/growthSpurt/top.svg) no-repeat top left;background-size:100%;padding-top:97px;width:1920px}.mainPage .growthSpurtSection .top::after,.mainPage .growthSpurtSection .top::before{content:'';display:block;position:absolute;bottom:-40px;border-radius:50%;background:#350761;height:70%;aspect-ratio:1}.mainPage .growthSpurtSection .top::before{left:-40px}.mainPage .growthSpurtSection .top::after{right:-30px}.mainPage .growthSpurtSection .before{position:absolute;top:0;left:0;z-index:5;overflow:hidden;width:100%;height:100%}.mainPage .growthSpurtSection .before img{position:absolute;top:50%;left:50%;width:2935px;height:948px;transform:translate(-50%,-50%)}.mainPage .growthSpurtSection .container{display:flex;flex-direction:column;align-items:center;position:relative;z-index:10;padding-top:30px}.mainPage .growthSpurtSection__cloud{margin-bottom:var(--gap-3);width:126px}.mainPage .growthSpurtSection .section__title{color:var(--text-main-reverse)}.mainPage .growthSpurtSection .section__description{color:var(--purple-12)}.mainPage .growthSpurtSection__stages{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--gap-4);margin-top:63px}.mainPage .growthSpurtSection__stage{border:1.5px solid rgba(255,255,255,.12);border-radius:32px;background:var(--purple-13);overflow:hidden;width:calc(33.333333% - (var(--gap-4) * 2 / 3))}.mainPage .growthSpurtSection__stageText{display:flex;align-items:center;gap:var(--gap);padding:var(--gap-3) var(--gap) 12px var(--gap-2)}.mainPage .growthSpurtSection__stageTextInner{display:flex;flex-direction:column;gap:var(--gap)}.mainPage .growthSpurtSection__stageIcon{flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--primary);width:66px;height:66px}.mainPage .growthSpurtSection__stageIcon img{width:34px}.mainPage .growthSpurtSection__stageTitle{margin:0;font-weight:600;font-size:20px;line-height:100%;color:var(--text-main-reverse)}.mainPage .growthSpurtSection__stageDescription{margin:0;font-size:18px;line-height:155%;color:var(--text-main-reverse)}.mainPage .growthSection{position:relative;background:var(--purple-14)}.mainPage .growthSection .flowers{position:absolute;top:0;left:0;z-index:5;overflow:hidden;width:100%;height:100%}.mainPage .growthSection .flowers .flower_1,.mainPage .growthSection .flowers .flower_2,.mainPage .growthSection .flowers .round{position:absolute}.mainPage .growthSection .flowers .flower_1{top:-8%;left:50%;margin-left:-1135px}.mainPage .growthSection .flowers .flower_1 img{width:526px}.mainPage .growthSection .flowers .flower_2{top:4.2%;left:76.5%}.mainPage .growthSection .flowers .flower_2 img{width:300px}.mainPage .growthSection .flowers .round{top:25%;left:50%;margin-left:-1020px;border-radius:50%;background:var(--purple-15);filter:blur(120px);width:500px;aspect-ratio:1}.mainPage .growthSection .container{display:flex;flex-direction:column;align-items:center;position:relative;z-index:10}.mainPage .growthSection .badge{margin-bottom:20px;text-transform:uppercase}.mainPage .growthSection__inner{display:flex;align-items:center;gap:var(--gap-4);width:100%}.mainPage .growthSection__img{flex-shrink:0;width:590px;max-width:50%}.mainPage .growthSection__img img{width:100%}.mainPage .growthSection__img img.imgMobile{display:none}.mainPage .growthSection__list{display:flex;flex-direction:column;align-items:flex-start;gap:var(--gap-3);padding-top:130px}.mainPage .growthSection__elem{display:flex;align-items:center;gap:var(--gap-2)}.mainPage .growthSection__elemIcon{flex-shrink:0;align-self:flex-start;width:40px}.mainPage .growthSection__elemText{display:flex;flex-direction:column;gap:var(--gap-half)}.mainPage .growthSection__elemTitle{margin:0;font-weight:600;font-size:18px;line-height:150%;color:var(--purple-02)}.mainPage .growthSection__elemDescription{margin:0;font-size:18px;line-height:155%;color:var(--purple-08)}.mainPage .growthSection__message{display:flex;align-items:center;gap:10px;position:relative;border:1px solid var(--purple-07);border-radius:24px;background:var(--background-main);padding:var(--gap) var(--gap-3);margin-top:var(--gap-2);min-height:92px}.mainPage .growthSection__message .icon{font-size:17px;color:var(--purple-06)}.mainPage .growthSection__message p{margin:0;font-weight:500;font-size:18px;line-height:22px;color:var(--purple-02)}.mainPage .growthSection__message img{position:absolute;top:-19px;right:-25px;width:62px}.mainPage .gamesSection{position:relative}.mainPage .gamesSection .top{position:absolute;top:-96px;left:50%;margin-left:-960px;background:url(/assets/img/games/top.svg) no-repeat top left;background-size:100%;padding-top:97px;width:1920px}.mainPage .gamesSection .top::after,.mainPage .gamesSection .top::before{content:'';display:block;position:absolute;bottom:-40px;border-radius:50%;background:#350761;height:70%;aspect-ratio:1}.mainPage .gamesSection .top::before{left:-40px}.mainPage .gamesSection .top::after{right:-30px}.mainPage .gamesSection .container{display:flex;flex-direction:column;align-items:center;position:relative;z-index:10}.mainPage .gamesSection .container .badge{margin-top:30px;margin-bottom:20px;text-transform:uppercase}.mainPage .gamesSection .section__title{margin:0 0 var(--gap-3)}.mainPage .gamesSection__inner{display:flex;align-items:center;gap:48px;border-radius:32px;background:var(--purple-17);box-shadow:0 16px 32px 0 rgba(79,50,154,.07);margin-top:55px;padding:48px}.mainPage .gamesSection__innerImg{flex-shrink:0;width:380px;max-width:50%}.mainPage .gamesSection__innerImg img{width:100%}.mainPage .gamesSection__innerText{padding-top:40px}.mainPage .gamesSection__innerTitle{margin:0 0 12px;font-weight:700;font-size:28px;line-height:100%;color:var(--purple-02)}.mainPage .gamesSection__innerDescription{margin:0;font-size:18px;line-height:155%;color:var(--purple-08)}.mainPage .gamesSection__innerCard{border-radius:16px;background:var(--background-main);margin:var(--gap-4) 0 30px;padding:var(--gap-2)}.mainPage .gamesSection__innerCardTitle{margin:0 0 var(--gap-half);font-weight:600;font-size:18px;line-height:100%;color:var(--purple-01)}.mainPage .gamesSection__innerCardDescription{margin:0;font-size:13px;line-height:18px;color:var(--purple-08)}.mainPage .exercisesSection{background:var(--purple-11);padding-top:110px}.mainPage .exercisesSection .container{display:flex;flex-direction:column;align-items:center;position:relative;z-index:10}.mainPage .exercisesSection .container .badge{border:1px solid rgba(255,255,255,.2);background:var(--purple-18);margin-bottom:var(--gap-2);text-transform:uppercase}.mainPage .exercisesSection .container .badge .dot{background:var(--primary)}.mainPage .exercisesSection .section__description,.mainPage .exercisesSection .section__title{color:var(--text-main-reverse)}.mainPage .exercisesSection .section__title{margin-bottom:var(--gap-2)}.mainPage .exercisesSection__inner{display:flex;flex-wrap:wrap;position:relative;gap:38px 452px;margin-top:130px}.mainPage .exercisesSection__innerImg{position:absolute;top:50%;left:50%;z-index:5;width:304px;transform:translate(-50%,-50%)}.mainPage .exercisesSection__elem{position:relative;border-radius:24px;background:var(--purple-19);padding:39px var(--gap-3) var(--gap-3);width:calc(50% - 226px);max-width:414px}.mainPage .exercisesSection__elemIcon{position:absolute;top:-30px;left:var(--gap-3);width:60px}.mainPage .exercisesSection__elemTitle{margin:0 0 var(--gap-half);font-weight:600;font-size:18px;line-height:100%;color:var(--text-main-reverse)}.mainPage .exercisesSection__elemDescription{margin:0;font-size:18px;line-height:155%;color:var(--purple-20)}@media (max-width:1199px){.mainPage .growthSpurtSection__stage{width:calc(50% - (var(--gap-4)/ 2))}.mainPage .exercisesSection__inner{gap:38px 320px}.mainPage .exercisesSection__innerImg{z-index:5;width:250px}.mainPage .exercisesSection__elem{width:calc(50% - 160px)}}@media (max-width:991px){.mainPage .header{top:0}.mainPage .header .logo{width:131px}.mainPage .heroSection{background-image:url(/assets/img/hero/elem_01_mobile.jpg)}.mainPage .heroSection__inner{left:0;border-radius:20px;padding:var(--gap-2);width:100%;max-width:350px}.mainPage .heroSection__inner .badge{width:100%}.mainPage .heroSection__title{margin:var(--gap) 0 10px;font-size:40px;line-height:1}.mainPage .heroSection__text{font-size:16px;line-height:1.3}.mainPage .heroSection__buttons{margin-top:10px}.mainPage .heroSection__button{width:186px}.mainPage .inlineSliderSection{padding:22px 0 var(--padding)}.mainPage .inlineSliderSection .container{flex-direction:column;align-items:stretch;gap:var(--gap-3)}.mainPage .inlineSliderSection__left{border-right:none;padding:0;width:100%;height:auto;text-align:center}.mainPage .inlineSliderSection__left::after{display:none}.mainPage .inlineSliderSection__slider{min-width:0}.mainPage .importantSection__tiles{gap:var(--gap);margin-top:var(--gap-2)}.mainPage .importantSection__tile{width:calc(33.333333% - (var(--gap) * 2 / 3))}.mainPage .importantSection__tile:nth-child(1),.mainPage .importantSection__tile:nth-child(2){width:calc(50% - var(--gap)/ 2)}.mainPage .importantSection__tileInner{padding:var(--container-padding) var(--container-padding) var(--gap)}.mainPage .importantSection__tileTitle{font-weight:600;font-size:18px}.mainPage .importantSection__tileText{margin:12px 0 0;font-size:16px;line-height:130%}.mainPage .importantSection__tileImg img{max-width:56%}.mainPage .rememberSection::before{top:-25px;left:-25%;border-radius:50% 50% 0 0/100% 100% 0 0;margin:0;width:150%;height:50px}.mainPage .rememberSection .container{flex-direction:column}.mainPage .rememberSection__inner{width:100%}.mainPage .rememberSection__inner p{font-size:16px;line-height:22px}.mainPage .rememberSection .badge{margin-bottom:var(--gap-2)}.mainPage .rememberSection__img{margin:var(--gap-3) auto 0;width:100%;max-width:251px}.mainPage .rememberSection__review{border-radius:10px;margin-top:var(--gap-3);padding:var(--gap)}.mainPage .rememberSection__reviewImg{align-self:flex-start;border-radius:5px;width:43px;height:31px}.mainPage .rememberSection__reviewText{font-size:16px;line-height:100%}.mainPage .changesSection::before{top:15%;left:-5%;width:300px;max-width:90%;filter:blur(80px)}.mainPage .changesSection .badge{margin-bottom:15px}.mainPage .changesSection__inner{gap:var(--gap-2);margin-top:30px}.mainPage .changesSection__innerElement{border-radius:18px;box-shadow:0 6px 16px 0 rgba(79,50,154,.06);min-height:46px;font-size:16px;line-height:18px;color:var(--purple-01)}.mainPage .changesSection__innerImg{align-self:center;position:relative;border-radius:24px;overflow:hidden;aspect-ratio:1;margin-left:auto;width:350px}.mainPage .changesSection__innerImg img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.mainPage .growthSpurtSection .top{position:absolute;top:0;left:0;margin-left:0;background-size:100%;padding-top:6.4%;width:100%;transform:translateY(-99%)}.mainPage .growthSpurtSection .top::after,.mainPage .growthSpurtSection .top::before{display:none}.mainPage .growthSpurtSection .before{display:none}.mainPage .growthSpurtSection .container{padding-top:0}.mainPage .growthSpurtSection__cloud{margin-bottom:var(--gap-2);width:83px}.mainPage .growthSpurtSection__stages{gap:20px;margin-top:28px}.mainPage .growthSpurtSection__stage{width:calc(50% - 10px)}.mainPage .growthSpurtSection__stageText{padding:var(--gap-2) var(--gap) var(--gap-2) var(--gap-2);gap:12px}.mainPage .growthSpurtSection__stageTextInner{gap:var(--gap-half)}.mainPage .growthSpurtSection__stageIcon{width:48px;height:48px}.mainPage .growthSpurtSection__stageIcon img{width:26px}.mainPage .growthSpurtSection__stageTitle{font-weight:700;font-size:16px;line-height:100%}.mainPage .growthSpurtSection__stageDescription{font-size:13px;line-height:18px}.mainPage .growthSection.section{padding-top:20px;padding-bottom:58px}.mainPage .growthSection .flowers{display:none}.mainPage .growthSection .badge{margin-bottom:var(--padding)}.mainPage .growthSection .section__title{margin-bottom:var(--gap-2)}.mainPage .growthSection__inner{flex-direction:column-reverse;margin-top:30px;gap:var(--gap-3)}.mainPage .growthSection__list{padding-top:0;width:100%}.mainPage .growthSection__img{width:390px;max-width:100%}.mainPage .growthSection__img img.imgDesktop{display:none}.mainPage .growthSection__img img.imgMobile{display:unset}.mainPage .growthSection__message{order:1;margin-top:0;margin-bottom:10px;padding:var(--gap) var(--gap-2);width:100%}.mainPage .growthSection__message p{font-size:16px;line-height:20px}.mainPage .growthSection__message img{display:none}.mainPage .growthSection__elem{order:2;gap:var(--gap-3)}.mainPage .growthSection__elemIcon{width:26px}.mainPage .growthSection__elemTitle{font-weight:700;font-size:16px;line-height:100%}.mainPage .growthSection__elemDescription{font-size:16px;line-height:140%}.mainPage .gamesSection{padding-bottom:20px}.mainPage .gamesSection .top{position:absolute;top:0;left:0;margin-left:0;background-size:100%;padding-top:6.4%;width:100%;transform:translateY(-99%)}.mainPage .gamesSection .top::after,.mainPage .gamesSection .top::before{display:none}.mainPage .gamesSection .container .badge{margin-top:10px;margin-bottom:12px}.mainPage .gamesSection .section__title{margin:0 0 var(--gap-2)}.mainPage .gamesSection__inner{flex-direction:column;gap:38px;border:1px solid var(--purple-07);padding:20px}.mainPage .gamesSection__innerImg{width:100%;max-width:205px}.mainPage .gamesSection__innerImg img{width:100%}.mainPage .gamesSection__innerText{display:flex;flex-direction:column;padding-top:0}.mainPage .gamesSection__innerTitle{font-size:20px}.mainPage .gamesSection__innerDescription{line-height:22px}.mainPage .gamesSection__innerCard{border:1px solid var(--purple-14);margin:20px 0;padding:var(--padding)}.mainPage .gamesSection__innerCardTitle{margin:0 0 var(--gap-half);font-size:15px}.mainPage .gamesSection__inner .button{align-self:center;width:100%;max-width:310px}.mainPage .exercisesSection{padding-top:48px}.mainPage .exercisesSection .badge{margin-bottom:10px}.mainPage .exercisesSection__inner{gap:34px;margin:var(--gap-2) 0 0}.mainPage .exercisesSection__innerImg{position:static;width:100%;max-width:none;text-align:center;transform:none}.mainPage .exercisesSection__innerImg img{width:264px;max-width:100%}.mainPage .exercisesSection__elem{border:2px solid rgba(255,255,255,.12);padding:30px 20px;width:calc(50% - 17px);max-width:none}.mainPage .exercisesSection__elemIcon{top:-20px;left:20px;width:40px}}@media (max-width:767px){.mainPage .importantSection__tile{width:calc(50% - var(--gap)/ 2)}.mainPage .changesSection__inner{flex-direction:column;gap:var(--gap-4)}.mainPage .changesSection__innerElement{width:100%}.mainPage .changesSection__innerImg{margin:auto;max-width:100%}.mainPage .exercisesSection__elem{width:100%}}@media (max-width:567px){.mainPage .growthSpurtSection__stage{width:100%}}@media (max-width:479px){.mainPage .importantSection__tile{width:100%!important}}