h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}section{scroll-margin-top:48px}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}.title-wrapper{width:100%;display:flex;flex-direction:column}.title{font-weight:600;font-size:36px;line-height:1.2;letter-spacing:.02em;text-align:center;color:var(--typography-black);margin-bottom:24px}.subtitle{display:flex;align-items:center;justify-content:center;border:1px solid var(--typography-orange);border-radius:50px;padding-block:8px;padding-inline:16px;width:fit-content;height:34px;font-weight:300;font-size:14px;line-height:1.28;letter-spacing:.04em;text-transform:uppercase;text-align:center;color:var(--typography-orange);margin-bottom:8px}.descriptin{font-weight:600;font-size:20px;line-height:1.44;color:var(--typography-gray)}.text{font-weight:400;font-size:16px;line-height:1.36;letter-spacing:-.02em;color:var(--typography-gray)}.accent{color:var(--typography-wight)}@media screen and (min-width: 1200px){section{scroll-margin-top:48px}.title{font-size:52px}.descriptin{font-size:26px}}*,*:before,*:after{box-sizing:border-box}:root{--font-family: "Poppins", sans-serif;--second-family: "Inter", sans-serif;--third-family: "Roboto", sans-serif;--font3: "Manrope", sans-serif;--typography-black: #1d2839;--typography-gray: #47505c;--typography-orange: #ff6100;--typography-yellow: #ffb400;--typography-wight: #fff;--background-black: #22252c;--background-d-blue: #1d2839;--background-orange: #ff5700;--background-yellow: #ffb400;--background-gray: #e5e6e8;--background-wight: #f7f7f9;--secondary-link: #0037ff;--secondary-orange: #ff6100;--secondary-yellow: #ffb400;--button-default: #f95801;--button-hover: #e14f00;--default-100: #1d2839;--default-40: #979797;--default-0: #fff}body{display:flex;flex-direction:column;min-width:100%;min-height:auto;margin:0;background:var(--background-wight);font-family:var(--font-family);overflow-x:hidden}main{flex-grow:1}main:has(.back-link){text-align:center}html{scroll-behavior:smooth}.container{width:100%;margin:0 auto;padding-inline:16px}@media only screen and (min-width: 1200px){.container{max-width:none;padding-inline:clamp(16px,8vw,64px)}}.header{width:100%;position:relative;z-index:1000}.header-container{width:100%;position:fixed;top:0;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;padding-block:6px;padding-inline:16px;height:52px;background:var(--typography-black)}.header-container.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:.9}.header-logo{width:100%;max-width:40px;height:40px;transition:.3s ease}.header-nav{display:none}.header-nav-list{display:flex;align-items:center;gap:16px;list-style:none;margin:0;padding:0}.header-mobile-menu{display:flex;position:fixed;top:0;right:0;width:100%;max-width:375px;height:100vh;background:var(--typography-black);z-index:100;flex-direction:column;opacity:0;visibility:hidden;pointer-events:none;transition:color .3s ease}.header-mobile-menu.active{opacity:1;visibility:visible;pointer-events:auto}.noscroll{overflow:hidden}.header-mobile-header{display:flex;align-items:center;justify-content:space-between;padding-block:6px;padding-inline:16px;height:52px;background:var(--typography-black)}.header-burger,.header-mobile-close{background:none;border:none;cursor:pointer;width:40px;height:40px}.header-mobile-close-icon,.header-burger-icon{width:100%;stroke-width:2px;stroke:var(--typography-wight);transition:color .3s ease}.header-burger-icon:hover,.header-mobile-close-icon:hover{stroke:var(--button-hover)}.header-mobile-menu .header-mobile-nav{display:flex;flex-wrap:wrap;align-content:center}.header-mobile-nav{flex:1;display:flex;flex-direction:column;justify-content:center;margin-block:32px;gap:16px}.header-nav-link{font-weight:500;font-size:16px;line-height:1.44;text-align:center;color:var(--typography-wight);display:inline-flex;align-self:center;position:relative;padding-block:8px;text-decoration:none;transition:.3s ease}.header-logo:hover,.header-nav-link:hover{transform:translateY(2px) scale(.97);color:var(--button-hover)}@media screen and (min-width: 1200px){.header-container{padding-block:11px;padding-inline:64px;height:62px;align-items:center;justify-content:center}.header-nav{display:flex;width:100%;justify-content:flex-end}.header-burger,.header-mobile-menu{display:none}.header-nav-list{width:100%;gap:24px;justify-content:flex-end}}.hero-container{padding-block:52px 48px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-image:url(/assets/hero-image-Cne-M_gp.webp);background-repeat:no-repeat;background-position:left center;background-size:cover}.hero-content{margin-top:244px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.hero-title-img{margin-top:10px;width:100%;max-width:343px;height:79px}.hero-subtitle{font-weight:600;font-size:18px;line-height:1.2;letter-spacing:.02em;text-align:center;color:var(--typography-black)}.hero-cta{margin-block:291px 10px;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;border-radius:8px;padding-block:12px;padding-inline:20px;max-width:343px;height:65px;box-shadow:8px 8px 16px #754e4e1f;background:var(--button-default);transition:.3s ease}.hero-cta:hover{background:var(--button-hover);transform:translateY(2px) scale(.97)}.hero-playstore{width:30px;height:34px}.hero-cta-image{width:118px;height:41px}@media only screen and (min-width: 1200px){.hero-container{width:100%;padding-block:68px 236px;background-position:center}.hero-content{margin-top:236px;max-width:640px}.hero-title-img{max-width:735px;height:170px}.hero-subtitle{font-size:18px;max-width:434px}.hero-cta{margin-block:32px 125px;max-width:240px}}.about-container{padding-block:48px 32px;display:flex;flex-direction:column;align-items:center}.about.title-wrapper{align-items:center;justify-content:center}.about-info{width:100%;display:flex;flex-direction:column;align-items:center}.about.descriptin{text-align:center}.about.descriptin span{color:var(--typography-orange)}@media only screen and (min-width: 1200px){.about-container{padding-block:80px 64px}.about-info{max-width:864px}}.visual-container{padding-block:32px;display:flex;flex-direction:column;align-items:center}.visual.title{text-align:start}.visual-content{width:100%;margin-top:24px}.visual-steps{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;gap:24px}.visual-step{width:100%;display:flex;flex-direction:column;justify-content:space-between;border-radius:16px;padding:24px;max-width:343px;height:224px;box-shadow:8px 8px 16px #6354541f;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.visual-overlay{display:flex;flex-direction:column;justify-content:center;gap:8px}.visual-step span{font-weight:600;font-size:36px;line-height:1.2;letter-spacing:.02em;color:var(--typography-yellow)}.visual-step:nth-child(2){background:var(--typography-black)}.visual-step:nth-child(3){background:var(--background-orange);background-image:url(/assets/decor-C30zupsk.webp);background-position:right top;background-size:30% auto;background-repeat:no-repeat}.visual-step:nth-child(4){background:var(--typography-yellow);background-image:url(data:image/webp;base64,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);background-position:right top;background-size:cover;background-repeat:no-repeat}.visual-step:nth-child(4) .visual.descriptin,.visual-step:nth-child(4) span{color:var(--typography-black)}.visual-step:nth-child(5),.visual-step:nth-child(6){background:var(--background-orange)}.visual-step:nth-child(3) span,.visual-step:nth-child(6) span,.visual-step:nth-child(5) span{color:var(--typography-wight)}.visual-step:hover{box-shadow:0 4px 6px -4px #0000001a,0 8px 10px -3px var(--background-orange);transform:translateY(2px) scale(.97)}@media screen and (min-width: 1200px){.visual-container{padding-block:64px}.visual-step-title{width:100%;max-width:528px;height:auto}.visual-step{max-width:304px;height:270px}.visual-step span{font-size:52px}.visual-step:nth-child(3){max-width:416px}.visual-step:nth-child(4){max-width:640px}}.natural-container{padding-block:32px;display:flex;flex-wrap:wrap;align-items:center;position:relative;overflow:hidden}.natural-decor-top{position:absolute;z-index:-1;top:-40px;left:-80px}.natural-decor-bottom{display:none}.natural.title-wrapper{width:100%}.natural-content{margin-top:24px;width:100%;display:flex;justify-content:center}.natural-list{width:100%;display:flex;flex-wrap:wrap;gap:16px}.natural-item{display:flex;border-bottom:1px solid var(--typography-orange);padding-block:16px;gap:8px;width:100%;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.natural.descriptin{width:100%;max-width:99px}.natural.title{text-align:start}.natural.text{width:100%;text-align:start;padding-inline:16px 0}.natural-img{width:100%;max-width:40px;height:40px;object-fit:cover;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.natural-img:hover,.natural-item:hover{transform:translateY(2px) scale(.97)}@media only screen and (min-width: 1200px){.natural-container{padding-block:64px;align-items:flex-start;justify-content:center;gap:32px}.natural-decor-top{top:0;left:-20px;width:100%;max-width:24%}.natural-decor-bottom{display:block;position:absolute;z-index:-1;bottom:0;left:0;width:100%;max-width:30%}.natural.title-wrapper{max-width:528px}.natural-content{margin-top:0;max-width:752px}.natural-list{max-width:752px;gap:24px}.natural.descriptin{max-width:256px}}.progression-container{padding-block:32px;display:flex;flex-wrap:wrap;align-items:center}.progression.title-wrapper{width:100%;max-width:548px}.progression.title{text-align:start;width:100%}.progression-info{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.progression-content{width:100%;margin-top:48px}.progression-list{width:100%;display:flex;flex-wrap:wrap;justify-content:center;gap:24px}.progression-item{width:100%;max-width:330px;height:129px;display:flex;flex-direction:column;gap:8px;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.progression-item-img{width:100%;max-width:40px;height:40px;object-fit:cover}.progression-img{width:100%;object-fit:cover;border-radius:24px;max-width:343px;height:192px;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.progression-item:hover,.progression-img:hover{transform:translateY(2px) scale(.97)}@media screen and (min-width: 1200px){.progression-container{padding-block:64px;padding-inline:176px}.progression-info,.progression-list{gap:48px}.progression-item{height:135px}.progression-img{max-width:456px;height:256px}}.gallery-container{padding-block:32px;overflow:hidden;border-radius:40px;background:var(--typography-black)}.gallery.title-wrapper{justify-content:center;align-items:center}.gallery.subtitle{border:1px solid var(--default-40)}.gallery-content{width:100%;margin-top:24px;display:flex;flex-direction:column;align-items:center;justify-content:center}.gallery-steps{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;max-width:fit-content;gap:24px}.gallery-step{width:100%;max-width:304px;height:auto;scroll-snap-align:center;flex:0 0 85%;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;justify-content:center;overflow:hidden;border-radius:24px;box-shadow:8px 8px 16px #6354541f;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.gallery-step:hover{box-shadow:inset 0 2px 8px #00000040}.gallery-img{width:100%;object-fit:cover}@media screen and (min-width: 1200px){.gallery-container{width:100%;padding-block:64px;padding-inline:64px}.gallery-step{flex:0 0 100%}}.reviews-container{padding-block:64px}.reviews.title-wrapper{align-items:center}.reviews-list{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;gap:16px;padding-block:20px}.reviews-item{gap:24px;width:100%;border-radius:16px;padding:32px;max-width:304px;height:178px;box-shadow:8px 8px 16px #6354541f;background:var(--background-gray);scroll-snap-align:center;flex:0 0 85%;-webkit-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.25,.46,.45,.94),filter .3s ease,box-shadow .3s ease}.reviews-item:hover{transform:translateY(2px) scale(.97);box-shadow:inset 0 2px 8px #00000040}.reviews-card{width:100%;display:flex;align-items:center;justify-content:space-between}.reviews.descriptin{font-weight:600;font-size:16px;line-height:1.2;letter-spacing:.02em;color:var(--typography-black)}.reviews-img{width:100%;max-width:120px;height:24px}.slider-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:20px;padding:12px;height:40px}.dot{width:6px;height:6px;background-color:var(--typography-black);border-radius:50%;cursor:pointer;transition:all .3s ease}.dot.active{width:16px;height:16px;border-radius:100%;border:1px solid var(--typography-black);background:transparent}@media only screen and (min-width: 1200px){.reviews-container{padding-block:64px}.reviews-list{gap:32px}.reviews-item{flex:0 0 100%}.reviews.descriptin{font-size:18px}}.faq-container{padding-block:32px}.faq.title-wrapper{justify-content:center;align-items:center}.faq-grid,.accordion-container{display:flex;flex-direction:column;align-items:center;gap:7px;width:100%}.ac{width:100%;display:flex;justify-content:center;border-radius:12px;padding-block:20px;padding-inline:24px;gap:24px;box-shadow:8px 8px 16px #6354541f;background:var(--typography-black);transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.ac-header-wrapper{width:100%;display:flex;flex-direction:column}.ac-trigger{width:100%;display:flex;padding:0;cursor:pointer;align-items:center;justify-content:center;border:none;background:none}.ac-content-box{flex-grow:1;display:flex;flex-direction:column}.ac-icon-box{width:100%;max-width:32px;height:32px;border-radius:50%;background-color:var(--typography-orange);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:transform .4s cubic-bezier(.25,.46,.45,.94),filter .3s ease,box-shadow .3s ease}.ac-panel{overflow:hidden;transition:all .3s ease}.ac-trigger-question{padding-block:15px;padding-inline:24px 0px;font-weight:600;font-size:16px;line-height:1.2;letter-spacing:.02em;color:var(--typography-wight);text-align:start;transition:.3s ease}.ac-text.text{text-align:start;padding:24px;color:var(--typography-wight)}.plus-minus-icon{position:relative;width:18px;height:18px;transition:transform .3s ease}.plus-minus-icon:before,.plus-minus-icon:after{content:"";position:absolute;background-color:#fff;border-radius:2px;top:50%;left:50%;transform:translate(-50%,-50%);transition:all .3s ease}.plus-minus-icon:before{width:100%;height:2px}.plus-minus-icon:after{width:2px;height:100%}.is-active .plus-minus-icon:after{transform:translate(-50%,-50%) rotate(90deg) scale(0);opacity:0}.is-active .plus-minus-icon{transform:rotate(180deg)}.ac:hover{transform:translateY(.01px) scale(.99)}.ac-trigger-question:hover{color:var(--typography-orange)}@media (min-width: 1200px){.faq-container{padding-block:72px;display:flex;flex-direction:column;align-items:center}.accordion-container{gap:16px}.faq-grid{padding-top:16px;flex-direction:row;justify-content:space-between}.ac{max-width:1088px}.ac-text,.ac-trigger-question{justify-content:flex-start;max-width:1062px}.ac-trigger-question{font-size:20px}}.contact-container{padding-block:32px;display:flex;flex-direction:column;align-items:center;background-image:url(/assets/contact-img-CJpsMu52.webp);background-position:center;background-repeat:no-repeat;background-size:cover}.contact.title-wrapper{align-items:center;justify-content:center}.contact-info{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:24px;width:100%;border-radius:24px;padding:40px 16px;max-width:343px;height:262px;background-image:url(data:image/webp;base64,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);background-position:center;background-repeat:no-repeat;background-size:cover;box-shadow:8px 8px 16px #6354541f}.contact-mailto{font-family:var(--font-family);font-weight:600;font-size:20px;line-height:1.36;text-transform:uppercase;text-decoration:underline;text-decoration-skip-ink:none;text-align:center;color:var(--typography-orange);transition:.3s ease}.contact-mailto:hover{color:var(--typography-black)}@media screen and (min-width: 1200px){.contact-container{padding-block:64px}.contact-info{max-width:640px;height:275px}.contact-mailto{font-size:26px}}.legal{width:100%;position:relative;z-index:1000;padding-top:0;background:var(--background-wight);height:100vh}.legal-container{padding-block:112px 60px;display:flex;flex-direction:column}.privacy-section{font-weight:400;font-size:16px;line-height:1.36;letter-spacing:-.02em;color:var(--typography-gray)}.legal-title{margin-bottom:48px;font-weight:600;font-size:36px;line-height:1.2;letter-spacing:.02em;text-align:center;color:var(--typography-gray)}.privacy-section h2{display:flex;font-weight:600;font-size:20px;line-height:1.44;color:var(--typography-gray);margin-block:16px}.legal-container a{color:var(--secondary-link);transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.legal-container a:hover{color:var(--button-hover)}@media screen and (min-width: 1200px){.legal-container{padding-block:152px 80px;padding-inline:212px}.privacy-section{font-size:18px}.legal-title{font-size:52px}.privacy-section h2{font-size:26px}}.footer-container{padding-block:60px;background:var(--background-black)}.footer-nav{width:100%;display:flex;align-items:center;justify-content:center}.footer-nav-list{width:100%;display:flex;flex-direction:column;justify-content:center;align-self:center;gap:8px;margin-bottom:32px}.footer-separator-li{font-weight:700;font-size:18px;line-height:1.2;letter-spacing:.02em;text-align:center;color:var(--typography-wight);transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.footer-copy{font-weight:400;font-size:16px;line-height:1.36;letter-spacing:-.02em;text-align:center;color:var(--typography-wight)}.footer-separator-li:hover{color:var(--button-hover)}@media only screen and (min-width: 1200px){.footer-nav-list{gap:60px;flex-direction:row;align-items:flex-end;justify-content:flex-end;margin-bottom:60px}.footer-copy{display:flex;width:100%;justify-content:flex-end}.footer-line{display:flex}}
