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:61px}.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;align-items:center;justify-content:center}.title{font-family:var(--third-family);font-weight:800;font-size:36px;line-height:1.11111;text-align:center;color:var(--txt-primary);margin-bottom:32px}.subtitle{font-family:var(--third-family);font-weight:700;font-size:22px;line-height:1.09091;color:var(--txt-primary)}.text{font-family:var(--second-family);font-weight:400;font-size:15px;line-height:1.5;color:var(--txt-primary);opacity:.8}@media screen and (min-width: 1200px){section{scroll-margin-top:77px}.title{font-size:36px;line-height:1.11111;margin-bottom:48px}}*,*:before,*:after{box-sizing:border-box}:root{--font-family: "Inter", sans-serif;--second-family: "DM Sans", sans-serif;--third-family: "Bricolage Grotesque", sans-serif;--font3: "Plus Jakarta Sans", sans-serif;--txt-inverse: #fff;--button: #0788b5;--bg-primary2: #faf8ff;--surface: #80d0d3;--txt-primary: #1e1b4b;--accent: #ff6b00;--accent1: #4b1a8a;--icon: #fff;--accent2: #38bdf8;--accent3: #4ade80;--surface1: #ef5f4b;--legal-primary1: #1a1a1a;--legal-secondary: #2d2d2d;--legal-link: #1a73e8;--legal-bg: #f8f9fa}body{display:flex;flex-direction:column;min-width:100%;min-height:auto;margin:0;background:var(--bg-primary2);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,5vw,80px)}}.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;border-bottom:4px solid var(--accent3);padding:16px;height:84px;background:var(--accent)}.header-container.scrolled{opacity:.9}.header-logo{width:100%;transition:all .5s cubic-bezier(.22,.61,.36,1)}.header-logo-img{width:100%;max-width:176px;height:48px;transition:all .5s cubic-bezier(.22,.61,.36,1)}.header-logo-img:hover{transform:translateY(2px) scale(.97);filter:drop-shadow(0px 0px 4px rgba(0,0,0,.7))}.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(--accent);z-index:100;flex-wrap:wrap;flex-direction:column;opacity:0;visibility:hidden;pointer-events:none;transform:translate(100%);will-change:transform,opacity;transition:all .3s ease}.header-mobile-menu.active{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.noscroll{overflow:hidden}.header-mobile-header{display:flex;align-items:center;justify-content:flex-end;border-bottom:4px solid var(--accent3);padding:16px;height:84px;background:var(--accent)}.header-burger,.header-mobile-close{background:none;border:none;cursor:pointer}.header-mobile-close-icon,.header-burger-icon{width:100%;stroke:var(--txt-inverse);transition:color .3s ease}.header-burger-icon:hover,.header-mobile-close-icon:hover{stroke:var(--accent3)}.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:flex-start;margin-block:32px;gap:16px}.header-nav-link{font-family:var(--second-family);font-weight:600;font-size:16px;line-height:1.5;color:var(--txt-inverse);display:inline-flex;align-self:center;position:relative;padding-block:8px;text-decoration:none;transition:all .3s ease}.header-nav-link:after{content:"";position:absolute;left:50%;bottom:5px;width:100%;height:38px;border-bottom:1px solid var(--txt-inverse);opacity:0;transform:translate(-50%) scaleX(.5);transition:transform .5s cubic-bezier(.22,.61,.36,1),opacity .4s ease;pointer-events:none}.header-nav-link:hover:after{opacity:1;transform:translate(-50%) scaleX(1)}.header-btn-mob{width:100%;display:flex;justify-content:center;align-items:center;font-family:var(--second-family);font-weight:600;font-size:16px;line-height:1.5;text-align:center;color:var(--txt-inverse);border-radius:100px;padding-block:10px;padding-inline:24px;max-width:136px;height:46px;box-shadow:0 4px #0000001a;background:var(--button);transition:all .3s ease}.header-btn-mob:hover{box-shadow:0 4px 4px #3546614d,0 -1px 3px var(--accent3);transform:translateY(2px) scale(.97)}.header-nav-btn{display:none}@media screen and (min-width: 1200px){.header-btn-mob,.header-logo.mob{display:none}.header-container{padding-block:18px;padding-inline:50px;height:80px;align-items:center;justify-content:center}.header-nav{display:flex;justify-content:space-between;width:100%}.header-burger,.header-mobile-menu{display:none}.header-nav-list{width:100%;max-width:1027px;justify-content:flex-end;gap:40px;margin-right:40px}.header-nav-btn{width:100%;display:flex;justify-content:center;align-items:center;font-family:var(--second-family);font-weight:600;font-size:16px;line-height:1.5;text-align:center;color:var(--txt-inverse);border-radius:100px;padding-block:10px;padding-inline:24px;max-width:136px;height:46px;box-shadow:0 4px #0000001a;background:var(--button);transition:all .3s ease}.header-nav-btn:hover{box-shadow:inset 0 4px 4px #3546614d,inset 0 -1px 3px var(--accent3);transform:translateY(2px) scale(.97)}}.hero-container{margin-top:84px;padding-block:48px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.hero-content{width:100%;max-width:343px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.hero-title{font-family:var(--third-family);font-weight:800;font-size:48px;line-height:1.15;color:var(--txt-primary);margin-bottom:16px}.hero-text{font-family:var(--second-family);font-weight:400;font-size:18px;line-height:1.6;color:var(--txt-primary);opacity:.8}.hero-btn{width:100%;margin-top:32px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:9999px;padding-block:16px;padding-inline:30px;max-width:343px;height:64px;box-shadow:0 4px #0000001a;background:var(--button);font-family:var(--font3);font-weight:700;font-size:24px;line-height:1.33333;text-align:center;color:var(--txt-inverse);transition:all .3s ease}.hero-btn-icon{fill:none;stroke-width:2px;stroke:var(--txt-inverse)}.hero-btn:hover{box-shadow:0 4px 4px #3546614d,0 3px 3px var(--accent3);background:var(--accent);transform:translateY(2px) scale(.97)}.hero-img-box{margin-top:48px;width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px}.hero-img{width:100%;max-width:340px;height:191px;border-radius:16px;box-shadow:0 8px 16px #4b1a8a1a}@media only screen and (min-width: 1200px){.hero-container{margin-top:80px;width:100%;padding-block:96px;gap:48px}.hero-content{max-width:602px}.hero-title{font-size:54px;line-height:1.15;margin-bottom:16px}.hero-text{font-size:18px;line-height:1.6}.hero-btn{max-width:265px;height:64px;font-size:24px;line-height:1.33333}.hero-img-box{max-width:630px;flex-wrap:nowrap;margin-top:0;transition:all .3s ease}.hero-img:first-child{transform:rotate(-4deg);transition:all .3s ease}.hero-img-box:hover .hero-img:first-child{transform:rotate(0)}.hero-img:last-child{margin-left:-70px;transform:rotate(6deg);transition:all .3s ease}.hero-img-box:hover .hero-img:last-child{margin-left:0;transform:rotate(0)}}.about-container{padding-block:50px 60px;background:var(--surface)}.about.title,.about.text{text-align:center}.about-core-types{width:100%}.about-cards{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;gap:8px}.about-card{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;border:2px solid var(--accent2);border-radius:24px;padding:24px;max-width:343px;height:240px;box-shadow:0 8px 16px #4b1a8a1a;background:var(--bg-primary2);transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease;overflow:hidden}.about-img{width:100%;border-radius:28px;max-width:56px;height:56px}.about-box{width:100%;display:flex;flex-direction:column;gap:8px}.about-box .about.text{text-align:start}.about-card:nth-child(2){border:2px solid #fbbf24}.about-card:nth-child(3){border:2px solid var(--accent3)}.about-card:nth-child(4){border:2px solid var(--accent)}.about-cards:hover .about-card{box-shadow:0 8px 16px #4b1a8a4d;transition:box-shadow .5s ease,transform .5s ease;transform:translateY(2px) scale(.97)}.about-cards:hover .about-card:nth-child(1){transition-duration:.5s}.about-cards:hover .about-card:nth-child(2){transition-duration:1.5s}.about-cards:hover .about-card:nth-child(3){transition-duration:3s}.about-cards:hover .about-card:nth-child(4){transition-duration:4.5s}@media screen and (min-width: 1200px){.about-container{padding-block:96px;display:flex;flex-direction:column;align-items:center}.about-cards{flex-wrap:wrap;justify-content:center;gap:24px}.about-card{padding:32px;max-width:628px;height:214px}}.visual-container{padding-block:48px;background:linear-gradient(180deg,#f0ebff,#faf8ff)}.visual-core-types{width:100%}.visual-cards{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;gap:32px}.visual-card{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:12px;max-width:343px;height:auto;padding-bottom:8px;transition:all .5s ease}.visual-box{display:flex;flex-direction:column;gap:18px;width:100%;border-bottom:1px solid var(--accent2);padding-block:0px 8px;padding-inline:0px;max-width:343px;height:auto}.visual-card-title{width:100%;display:flex;align-items:center;gap:12px;font-family:var(--third-family);font-weight:700;font-size:28px;line-height:1.07143;color:var(--txt-primary)}.visual-card-title span{display:flex;justify-content:center;align-items:center;width:100%;border-radius:20px;max-width:40px;height:40px;background:var(--accent2);font-family:var(--third-family);font-weight:700;font-size:28px;line-height:1.07143;color:var(--txt-inverse)}.visual-img{width:100%;max-width:343px;height:193px;border-radius:20px;box-shadow:0 8px 16px #4b1a8a1a;transition:all .5s ease}.visual-img:hover{box-shadow:0 8px 16px #4b1a8a4d;transform:translateY(2px) scale(.97)}@media screen and (min-width: 1200px){.visual-container{padding-block:50px;display:flex;flex-direction:column;align-items:center}.visual.title{margin-bottom:64px}.visual-cards{gap:48px}.visual-card{flex-direction:row;max-width:945px;height:236px;gap:48px;align-items:center}.visual-box{max-width:477px}.visual-img{max-width:420px;height:236px}}.reviews-container{padding-block:48px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;background:var(--surface1)}.reviews-content{width:100%}.reviews-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;gap:8px}.reviews-item{width:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;border-radius:24px;padding:24px;max-width:343px;height:199px;box-shadow:0 8px 16px #4b1a8a1a;background:#e0f2fe;transition:all .3s ease}.reviews-item:nth-child(2){background:#fef3c7}.reviews-item:nth-child(3){background:#dcfce7}.reviews-item:hover{box-shadow:0 0 20px #4b1a8a99;transform:translateY(2px) scale(.97)}.reviews-name{font-family:var(--third-family);font-weight:700;font-size:14px;color:var(--accent1)}.reviews-img-star{width:100%;max-width:106px;height:18px}@media only screen and (min-width: 1200px){.reviews-container{padding-block:96px}.reviews-list{gap:24px}.reviews-item{max-width:410px;height:223px;gap:16px}}.faq-container{padding-block:50px;background:var(--txt-inverse)}.faq-grid,.accordion-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;width:100%}.ac{width:100%;display:flex;justify-content:center;border:1px solid var(--accent2);border-radius:20px;padding:24px;box-shadow:0 8px 16px #4b1a8a1a;background:var(--bg-primary2);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:24px;height:24px;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}.faq-icon{fill:none;stroke:var(--accent);transform:rotate(0);transition:all .3s ease}.ac-panel{overflow:hidden;transition:all .3s ease}.ac-trigger-question{font-family:var(--third-family);font-weight:700;font-size:18px;line-height:1.11111;color:var(--txt-primary);text-align:start;transition:all .3s ease}.ac-text{margin-top:8px}.is-active .faq-icon{transform:rotate(180deg)}.is-active .ac-icon-box,.ac-icon-box:hover{transform:translateY(.01px) scale(.99)}.faq-bg{width:100%;max-width:343px;height:193px;border-radius:20px;margin-top:24px;box-shadow:0 8px 16px #4b1a8a1a;transition:all .5s ease}.faq-bg:hover,.is-active.ac,.ac:hover{box-shadow:0 4px 13px #00f2ff4d;transform:translateY(2px) scale(.98)}@media (min-width: 1200px){.faq-container{padding-block:100px}.faq-grid{flex-direction:row;gap:48px}.accordion-container,.ac{max-width:724px}.ac-text,.ac-trigger-question{justify-content:flex-start;max-width:724px}.faq-bg{max-width:420px;height:236px}}.legal{width:100%;position:relative;z-index:1000;padding-top:0;background:var(--legal-bg)}.legal-container{padding-block:116px 32px;display:flex;flex-direction:column}.privacy-section{font-weight:400;font-size:16px;line-height:1.625;color:var(--legal-secondary)}.legal-title{margin-bottom:8px;font-weight:700;font-size:40px;line-height:1.2;color:var(--legal-primary)}.privacy-section h2{display:inline-block;font-weight:600;font-size:22px;line-height:1.27273;color:var(--legal-primary);margin-block:8px}.privacy-section h3{font-weight:400;font-size:18px;line-height:1.55556;color:var(--legal-primary)}.legal-container a{transition:color .3s ease}.privacy-section ul{list-style:disc;margin-left:20px}.legal-container a:hover{color:var(--accent)}@media screen and (min-width: 1200px){.legal-container{padding-block:112px 32px;padding-inline:80px}.legal-title{font-size:40px}}.footer-container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding-block:48px 16px;background:#1a1829}.footer-info{width:100%;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px}.footer-logo{width:100%;max-width:176px;height:48px;display:flex;justify-content:center;align-items:center;transition:all .5s ease}.footer-logo-img,.footer-logo-img img{width:100%}.footer-nav{width:100%;display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center;gap:24px}.footer-nav-legal{font-family:var(--second-family);font-weight:400;font-size:14px;color:var(--txt-inverse);position:relative;transition:all .5s ease}.footer-container span{width:100%;border:1px solid var(--accent2);height:0px;opacity:.1;margin-block:32px}.footer-copy{font-family:var(--second-family);font-weight:400;font-size:14px;text-align:center;color:var(--txt-inverse);opacity:.6}.footer-nav-legal:hover{color:var(--accent);transform:translateY(2px) scale(.97)}.footer-logo:hover{transform:translateY(2px) scale(.97);filter:drop-shadow(0px 0px 4px rgb(220,252,231,.6))}@media only screen and (min-width: 1200px){.footer-container{padding-block:64px 32px}.footer-info{justify-content:space-between}.footer-nav{max-width:300px}}
