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:52px}.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;justify-content:center;align-items:center}.title{font-family:var(--second-family);font-weight:500;font-size:32px;line-height:1.08;text-transform:uppercase;color:var(--typography-black);margin-bottom:8px}.subtitle{font-weight:600;font-size:16px;line-height:1.4;text-align:justify;color:var(--typography-gray)}.text{font-weight:400;font-size:14px;line-height:1.44;text-align:justify;color:var(--typography-gray)}@media screen and (min-width: 1200px){section{scroll-margin-top:62px}.title{font-size:42px;letter-spacing:.02em}.subtitle{font-size:20px}.text{font-size:16px}}*,*:before,*:after{box-sizing:border-box}:root{--font-family: "Inter", sans-serif;--second-family: "Fredoka", sans-serif;--third-family: "Montserrat", sans-serif;--font3: "Roboto", sans-serif;--typography-black: #1d1d1d;--typography-gray: #545454;--typography-wight: #fff;--background-d-blue: #003160;--background-orange: #ff7a33;--background-l-yellow: #fff2d0;--background-l-gray: #f8f9fa;--default-0: #fff;--secondary-link: #006fff;--secondary-orange: #ff7a33;--button-default: #0a0a0a;--button-hover: #222}body{display:flex;flex-direction:column;min-width:100%;min-height:auto;margin:0;background:var(--typography-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,5vw,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(--background-d-blue)}.header-container.scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:.9}.logo-img{width:100%;max-width:40px;height:40px;transition:all .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(--background-d-blue);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:flex-end;padding-block:6px;height:52px;padding-inline:16px;background:var(--background-d-blue)}.header-burger,.header-mobile-close{background:none;border:none;cursor:pointer}.header-mobile-close-icon,.header-burger-icon{width:100%;stroke-width:1px;stroke:#fff;border:1px solid transparent;border-radius:4px;padding:8px;max-width:40px;height:40px;transition:all .3s ease}.header-burger-icon:hover,.header-mobile-close-icon:hover{border:1px solid #eb6f12;transform:translateY(2px) scale(.97)}.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-family:var(--second-family);font-weight:500;font-size:16px;line-height:1.08;text-align:center;color:var(--typography-wight);border:1px solid transparent;border-radius:4px;padding:8px;max-width:fit-content;height:33px;display:inline-flex;align-self:center;align-items:center;justify-content:center;position:relative;text-decoration:none;transition:all .3s ease}.header-nav-link:hover{border:1px solid #eb6f12;color:#eb6f12;transform:translateY(2px) scale(.97)}.logo-img:hover{transform:translateY(2px) scale(.97)}@media screen and (min-width: 1200px){.header-container{padding-block:11px;padding-inline:80px;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%;max-width:1027px;justify-content:flex-end}}.hero-container{padding-block:76px 32px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-image:url(/assets/hero-img-mob-DqG1Pxz4.webp);background-position:center;background-repeat:no-repeat;background-size:cover;height:812px}.hero-content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;gap:4px}.hero-title{font-family:var(--second-family);font-weight:500;font-size:62px;line-height:1.08;letter-spacing:.02em;text-transform:uppercase;color:var(--typography-wight);text-shadow:0 4px 4px rgba(0,0,0,.25)}.hero.text{font-family:var(--second-family);font-weight:500;font-size:20px;line-height:1.28;letter-spacing:-.02em;color:var(--typography-wight)}.hero-box{width:100%;display:flex;justify-content:flex-start;align-items:center;margin-top:24px}.hero-link{display:flex;justify-content:center;align-items:center;width:100%;border-radius:8px;padding-block:12px;padding-inline:20px;max-width:343px;height:65px;background:var(--button-default);transition:all .3s ease}.hero-link:hover{transform:translateY(2px) scale(.97);background:var(--button-hover)}.hero-play{width:100%;max-width:158px;height:41px}@media only screen and (min-width: 1200px){.hero-container{width:100%;padding-inline:64px;align-items:flex-start;justify-content:center;background-image:url(/assets/hero-img-D916TOVo.webp)}.hero-content{align-items:flex-start}.hero-title{font-size:132px}.hero.text{font-size:24px}.hero-box{margin-top:32px;justify-content:flex-start}.hero-link{max-width:240px}}.about-container{padding-block:48px 40px;display:flex;flex-wrap:wrap;flex-direction:row-reverse;justify-content:center;align-items:center;gap:48px}.about.title-wrapper{max-width:343px}.about.title{margin-bottom:32px}.about.text{text-align:justify}.about-img{width:100%;max-width:343px;height:199px;object-fit:cover}@media only screen and (min-width: 1200px){.about-container{padding-block:80px 64px}.about.title-wrapper{max-width:522px}.about-img{max-width:512px;height:297px}}.visual-container{padding-block:40px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.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:center;align-items:center;border-radius:24px;padding-block:40px;padding-inline:16px;max-width:343px;height:222px;box-shadow:0 8px 24px #0a192f0f;background:var(--background-l-yellow);transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.visual-step:hover{box-shadow:0 4px 6px -4px #0000001a,0 8px 10px -3px var(--background-orange);transform:translateY(2px) scale(.97)}.visual-step h3{font-family:var(--second-family);font-weight:500;font-size:16px;line-height:1.36;text-transform:uppercase;text-align:center;color:var(--typography-black);margin-bottom:8px}.visual.title,.visual.subtitle,.visual.text{text-align:center}.visual.subtitle{color:var(--typography-black)}.visual-step img{margin-bottom:24px;width:100%;border-radius:50%;max-width:56px;height:56px}@media screen and (min-width: 1200px){.visual-container{width:100%;padding-block:72px}.visual-steps{gap:32px}.visual-step{max-width:416px;height:238px}.visual-step:nth-child(5),.visual-step:nth-child(4){max-width:640px;height:238px}.visual-step h3{font-size:18px}}.progression-container{padding-block:40px;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:24px;background-image:url(/assets/progression-img-mob-6SAYfMwA.webp);background-position:center;background-repeat:no-repeat;background-size:cover}.progression-info{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end}.progression.subtitle,.progression.title{color:var(--typography-wight);text-align:center}.progression-list{width:100%;max-width:343px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;margin-top:18px}.progression-item{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:16px;border-radius:16px;padding-block:20px;padding-inline:24px;max-width:343px;height:106px;background:var(--typography-wight);transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.progression-item:hover{transform:translateY(2px) scale(.97)}.progression-item-img{width:100%;max-width:60px;height:60px}.progression-box{width:100%;display:flex;flex-direction:column}.progression-box .progression.subtitle{color:var(--typography-black);text-align:start;margin-bottom:4px}.progression-img{width:100%;max-width:343px;height:289px;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.progression-img:hover{box-shadow:0 4px 6px -4px #0000001a,0 8px 10px -3px var(--secondary-green-30);transform:translateY(2px) scale(.97)}@media screen and (min-width: 1200px){.progression-container{padding-block:72px;background-image:url(/assets/progression-img-DgaA7oVX.webp)}.progression.subtitle{max-width:480px}.progression-info{gap:64px}.progression-list{max-width:640px;flex-direction:column;align-items:flex-start}.progression-item{gap:24px;max-width:640px;height:100px}.progression-img{max-width:608px;height:472px}}.item-container{padding-block:40px;display:flex;flex-wrap:wrap;flex-direction:row-reverse;justify-content:center;align-items:flex-end;gap:24px}.item-info{width:100%}.item-list{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:32px;margin-top:18px}.item-item{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:24px;border-radius:24px;padding:40px;max-width:343px;height:368px;box-shadow:0 8px 24px #0a192f0f;background:var(--typography-wight);transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.item-item:nth-child(2){box-shadow:0 8px 24px #0a192f0f;background:var(--background-orange)}.item-item:hover{box-shadow:0 8px 24px #0a192f99}.item-box{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px}.item-item-title{font-family:var(--second-family);font-weight:500;font-size:16px;line-height:1.36;text-transform:uppercase;text-align:center;color:var(--typography-black)}.item.text{text-align:center}.item-item-title.accent,.item.text.accent{color:var(--typography-wight)}.item-img{width:100%;max-width:207px;height:194px;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.item-img:hover{transform:translateY(2px) scale(.97)}@media screen and (min-width: 1200px){.item-container{padding-block:72px;gap:32px}.item-item{max-width:416px;height:376px}.item-item:nth-child(2){margin-top:-40px}}.natural-container{padding-block:40px;display:flex;flex-direction:column}.natural-content{margin-top:16px;width:100%}.natural-list{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;gap:24px}.natural-item-accent{width:100%;display:flex;flex-direction:column;padding-inline:4px}.natural.subtitle{text-align:start}.natural-item{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;border-radius:24px;padding-block:32px;padding-inline:24px;max-width:343px;height:184px;box-shadow:0 8px 24px #0a192f0f;background:var(--background-l-yellow);transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.natural-item:hover{box-shadow:0 8px 24px #0a192f99;transform:translateY(2px) scale(.97)}.natural-box{width:100%;display:flex;gap:22px;align-items:center;justify-content:space-between}.natural-name{width:100%;font-family:var(--second-family);font-weight:500;font-size:16px;line-height:1.36;text-transform:uppercase;color:var(--typography-black)}.natural-img{width:100%;max-width:60px;height:60px;border-radius:50%}.natural-img-star{width:100%;max-width:120px;height:24px}@media only screen and (min-width: 1200px){.natural-container{padding-block:72px;justify-content:center;align-items:center}.natural-content{max-width:1312px}.natural-list{gap:32px}.natural-item-accent,.natural-item{max-width:416px;height:190px}.natural-name{font-size:18px}}.advantages-container{padding-block:40px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.advantages.title-wrapper{align-items:flex-start;max-width:343px}.advantages-content{width:100%;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px;border-radius:24px;padding-block:32px;padding-inline:24px;box-shadow:0 8px 24px #0a192f0f;background:linear-gradient(180deg,#163a80,#0b1f4a)}.advantages-steps{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;max-width:343px;gap:24px}.advantages-step{width:100%;display:flex;align-items:center;gap:16px;max-width:295px;transition:transform .5s cubic-bezier(.22,.61,.36,1),box-shadow .5s ease}.advantages-step:hover{box-shadow:0 4px 6px -4px #0000001a,0 8px 10px -3px var(--secondary-blue);transform:translateY(2px) scale(.97)}.advantages.title,.advantages.text,.advantages.subtitle{color:var(--typography-wight);text-align:start}.advantages-step img{width:100%;max-width:24px;height:24px}@media screen and (min-width: 1200px){.advantages-container{width:100%;padding-block:72px}.advantages-content{max-width:1088px;padding-block:64px;padding-inline:48px;justify-content:space-between}.advantages.title-wrapper{max-width:488px}.advantages-steps,.advantages-step{max-width:456px}}.gallery-container{padding-right:0;padding-block:40px}.gallery.title{text-align:center}.gallery-content{margin-top:14px;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden}.gallery-steps{display:flex;overflow-x:auto;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;gap:24px;padding-block:20px}.gallery-step{width:100%;border-radius:16px;max-width:240px;height:456px;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;box-shadow:0 8px 24px #0a192f0f;transition:all .3s ease}.gallery-step:hover{box-shadow:0 0 20px #69e1ff1f;transform:translateY(2px) scale(1.07)}.gallery-steps .gallery-step img{width:100%;height:100%;object-fit:cover}@media screen and (min-width: 1200px){.gallery-container{width:100%;padding-inline:clamp(16px,5vw,64px);display:flex;flex-direction:column;padding-block:72px;justify-content:center}.gallery-content{margin-top:40px}.gallery-steps{flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center}.gallery-step{flex:0 0 100%;max-width:310px}}.contact-container{padding-block:40px;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:64px}.contact-content{width:100%;max-width:343px}.contact.title-wrapper{align-items:flex-start;margin-bottom:8px}.contact-info{width:100%;max-width:343px;display:flex;align-items:center;justify-content:space-between;box-shadow:8px 8px 16px #a7a7a729;background:var(--background-l-yellow);transition:all .3s ease}.contact-mailto{font-weight:600;font-size:16px;line-height:1.4;color:var(--typography-black);padding:19px 24px}.contact-box{width:100%;display:flex;border-radius:0 8px 8px 0;padding-block:18px;padding-inline:16px;max-width:56px;height:61px;background:var(--background-orange)}.contact-mailto-img{width:100%;max-width:24px;height:24px}.contact-img{width:100%;max-width:108px;height:132px;transition:all .3s ease}.contact-img:hover{transform:translateY(2px) scale(.97);box-shadow:0 0 20px #69e1ff1f}.contact-info:hover{box-shadow:0 0 20px #69e1ff1f;transform:translateY(2px) scale(.97)}@media screen and (min-width: 1200px){.contact-container{padding-block:72px;flex-direction:row}.contact-content,.contact-info{max-width:512px}.contact-img{max-width:173px;height:211px}}.legal{width:100%;position:relative;z-index:1000;padding-top:0;background:var(--typography-wight)}.legal-container{padding-block:132px 48px;display:flex;flex-direction:column}.privacy-section{font-weight:400;font-size:14px;line-height:1.44;color:var(--typography-black)}.legal-title{margin-bottom:40px;font-family:var(--second-family);font-weight:500;font-size:32px;line-height:1.08;text-transform:uppercase;text-align:center;color:var(--typography-black)}.privacy-section h2{font-family:var(--second-family);font-weight:500;font-size:16px;line-height:1.36;text-transform:uppercase;color:var(--typography-black);margin-block:16px}.privacy-section .dot{display:flex;align-items:stretch;justify-content:flex-start}.privacy-section span{width:100%;margin:8px;display:flex;max-width:4px;height:4px;border-radius:50%;background:var(--typography-black)}.privacy-section a{color:var(--secondary-link);transition:all .3s ease}.privacy-section a:hover{color:#eb6f12}@media screen and (min-width: 1200px){.legal-container{padding-block:142px 48px;padding-inline:212px}.legal-title{font-size:42px;letter-spacing:.02em}}.footer-container{padding-block:60px;background:var(--background-d-blue);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:32px}.footer-nav{width:100%}.footer-nav-list{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px}.footer-separator-li{display:flex;justify-content:center;align-items:center;font-family:var(--third-family);font-weight:500;font-size:18px;line-height:1.44;text-align:center;color:var(--typography-wight);border:1px solid transparent;border-radius:4px;max-width:fit-content;height:33px;transition:all .3s ease}.footer-copy{font-family:var(--third-family);font-weight:400;font-size:14px;line-height:1.4;text-align:center;color:var(--typography-wight)}.footer-separator-li:hover{border:1px solid #eb6f12;color:#eb6f12;transform:translateY(2px) scale(.97)}@media only screen and (min-width: 1200px){.footer-container{width:100%;gap:60px;padding-inline:88px}.footer-nav-list{flex-direction:row;gap:60px;justify-content:flex-end}.footer-separator-li{font-size:20px}.footer-copy{font-size:16px}}
