@charset "UTF-8";:root{--glow-hue: 222deg;--shadow-hue: 180deg;--spring-easing: linear( 0, .002, .01 .9%, .038 1.8%, .156, .312 5.8%, .789 11.1%, 1.015 14.2%, 1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%, 1.176 26.9%, 1.057 32.6%, 1.007 35.5%, .984, .968, .956, .949 42%, .946 44.1%, .95 46.5%, .998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%, .998 84%, 1 );--spring-duration: 1.33s}@property --shimmer{syntax: "<angle>"; inherits: false; initial-value: 33deg;}@keyframes shimmer{0%{--shimmer: 0deg}to{--shimmer: 360deg}}@keyframes shine{0%{opacity:0}15%{opacity:1}55%{opacity:1}to{opacity:0}}@keyframes text{0%{background-position:100% center}to{background-position:-100% center}}.custom-btn{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:50px;background:#fff;white-space:nowrap;border:none;border-radius:80px;color:#04060c;font-weight:600;line-height:1.2;text-transform:uppercase;cursor:pointer;box-shadow:0 2px 3px 1px hsl(var(--glow-hue),50%,20%,50%),inset 0 -10px 20px -10px hsla(var(--shadow-hue),10%,90%,95%);transition:all var(--spring-duration) var(--spring-easing);isolation:isolate}.custom-btn:focus{outline:none}.custom-btn:hover:not(:active){scale:1.1;transition-duration:calc(var(--spring-duration) * .5);box-shadow:0 4px 8px -2px hsl(var(--glow-hue),50%,20%,50%),inset 0 0 0 transparent}.custom-btn:active{scale:1;transition-duration:calc(var(--spring-duration) * .5)}.custom-btn--secondary{background:transparent;box-shadow:none;color:#fff;border:2px solid #a1a1aa}.custom-btn .shimmer{position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;border-radius:inherit;pointer-events:none;-webkit-mask-image:conic-gradient(from var(--shimmer, 0deg),transparent 0%,transparent 10%,black 36%,black 45%,transparent 50%,transparent 60%,black 85%,black 95%,transparent 100%);mask-image:conic-gradient(from var(--shimmer, 0deg),transparent 0%,transparent 10%,black 36%,black 45%,transparent 50%,transparent 60%,black 85%,black 95%,transparent 100%);-webkit-mask-size:cover;mask-size:cover;mix-blend-mode:plus-lighter;animation:shimmer 1s linear infinite both}.custom-btn .shimmer:before,.custom-btn .shimmer:after{transition:all .5s ease;opacity:0;content:"";border-radius:inherit;position:absolute;top:40px;right:40px;bottom:40px;left:40px;pointer-events:none;mix-blend-mode:color}.custom-btn .shimmer:before{box-shadow:0 0 3px 2px hsl(var(--glow-hue),20%,95%),0 0 7px 4px hsl(var(--glow-hue),20%,80%),0 0 13px 4px hsl(var(--glow-hue),50%,70%),0 0 25px 5px hsl(var(--glow-hue),100%,70%);z-index:-1}.custom-btn .shimmer:after{box-shadow:inset 0 0 0 1px hsl(var(--glow-hue),70%,95%),inset 0 0 2px 1px hsl(var(--glow-hue),100%,80%),inset 0 0 5px 2px hsl(var(--glow-hue),100%,70%);z-index:2}.custom-btn:hover .shimmer:before,.custom-btn:hover .shimmer:after,.custom-btn.active .shimmer:before,.custom-btn.active .shimmer:after{opacity:1;animation:shine 1.2s ease-in 1 forwards}.header{position:fixed;top:24px;left:20px;right:20px;z-index:100;height:66px;background:#04060c;border-radius:16px}@media (min-width: 834px){.header{left:40px;right:40px}}@media (min-width: 1440px){.header{left:80px;right:80px}}.header--open-menu{border-bottom-left-radius:0;border-bottom-right-radius:0}.header__wrapper{display:flex;align-items:center;justify-content:space-between;padding:15px 6px}@media (min-width: 390px){.header__wrapper{padding:15px 10px}}@media (min-width: 834px){.header__wrapper{padding:15px 20px}}@media (min-width: 1440px){.header__wrapper{padding:15px 30px}}.header__center{display:none}@media (min-width: 1118px){.header__center{display:block}}.header__right{display:flex;align-items:center;gap:8px}@media (min-width: 390px){.header__right{gap:12px}}@media (min-width: 834px){.header__right{gap:18px}}.header__logo{cursor:pointer}.header__logo img{width:112px}@media (min-width: 390px){.header__logo img{width:121px}}.header__get-btn{min-width:100px;min-height:36px!important;font-size:12px}@media (min-width: 390px){.header__get-btn{min-width:118px}}@media (min-width: 1118px){.header__get-btn{font-size:14px}}.header__nav{display:flex;align-items:center;gap:24px}.header__nav .item{cursor:pointer;padding:10px}.header__nav .item:hover span{color:#dbdbdb}.header__nav .item span{font-weight:600;color:#fff;transition:color .3s ease-in-out}@media (min-width: 1728px){.header__nav .item span{font-size:16px}}.header__lang{display:none}@media (min-width: 1118px){.header__lang{cursor:pointer;display:flex;align-items:center;gap:2px;margin-right:12px}.header__lang span{font-size:12px}}.header__burger{cursor:pointer}@media (min-width: 1118px){.header__burger{display:none}}.mobile-menu{position:relative;display:flex;flex-direction:column;padding:0 30px;overflow:hidden;max-height:0;opacity:0;background:#04060c;border-bottom-left-radius:16px;border-bottom-right-radius:16px;transition:max-height .2s ease-in-out,opacity .2s ease-in-out}.mobile-menu .mobile-menu__item{cursor:pointer;padding:10px 0}.mobile-menu .mobile-menu__item span{transition:color .3s ease-in-out;font-weight:600;font-size:18px}.mobile-menu .mobile-menu__item span:hover{color:#dbdbdb}.mobile-menu.open{max-height:300px;opacity:1}.mobile-menu__lang{cursor:pointer;display:flex;align-items:center;gap:2px;margin-top:24px;margin-bottom:24px}.mobile-menu__lang span{font-size:18px}.footer{width:100%;max-width:1920px;margin:0 auto;padding-top:56px;padding-bottom:16px}.footer__container{padding:0 22px!important}@media (min-width: 480px){.footer__container{padding:0 28px!important}}@media (min-width: 834px){.footer__container{padding:0 36px!important}}.footer__wrapper{display:flex;flex-direction:column;gap:64px}@media (min-width: 834px){.footer__wrapper{gap:73px;padding-bottom:22px}}@media (min-width: 1118px){.footer__wrapper{padding-top:72px;gap:100px}}.footer-top__wrapper{display:flex;flex-direction:column;gap:76px}@media (min-width: 834px){.footer-top__wrapper{flex-direction:row;align-items:flex-end;justify-content:space-between}}.footer-top__links{display:flex;flex-direction:column;gap:20px}@media (min-width: 1118px){.footer-top__links{flex-direction:row;gap:50px}}.footer-top__links a{cursor:pointer;display:flex;align-items:center;gap:12px}.footer-top__title{font-size:34px;margin-bottom:14px}@media (min-width: 1728px){.footer-top__title{font-size:38px}}.footer-top__text{font-size:16px}@media (min-width: 1728px){.footer-top__text{font-size:18px}}.footer-top__btn{max-width:250px;min-height:44px;margin-top:30px}.footer-top__btn span{font-weight:600;font-size:12px}@media (min-width: 1728px){.footer-top__btn span{font-size:14px}}.footer-bottom-top{display:flex;flex-direction:column;gap:32px;padding-bottom:24px;border-bottom:1px solid #71717f}@media (min-width: 1118px){.footer-bottom-top{flex-direction:row;align-items:center;justify-content:space-between}}.footer-bottom-top__logo{width:142px;height:29px}.footer-bottom-top__content{display:flex;align-items:center;justify-content:space-between}@media (min-width: 834px){.footer-bottom-top__content{justify-content:flex-start;gap:24px}}.footer-bottom-top__mail a{cursor:pointer;display:flex;align-items:center;gap:8px}.footer-bottom-top__mail a span{text-decoration:underline;font-size:12px}@media (min-width: 1728px){.footer-bottom-top__mail a span{font-size:14px}}.footer-bottom-top__mail a img{width:24px;height:24px}.footer-bottom-top__socials{display:flex;align-items:center;gap:16px}.footer-bottom-top__socials img{cursor:pointer;width:24px;height:24px}.footer-bottom-bottom{padding-top:12px}.footer-bottom-bottom__wrapper{display:flex;flex-direction:column;justify-content:center;gap:8px}@media (min-width: 834px){.footer-bottom-bottom__wrapper{flex-direction:row;justify-content:space-between;align-items:center}}.footer-bottom-bottom__top-wrapper{display:flex;flex-direction:column;gap:20px}@media (min-width: 834px){.footer-bottom-bottom__top-wrapper{flex-direction:row;align-items:center;justify-content:space-between;flex-grow:1}}@media (min-width: 1118px){.footer-bottom-bottom__top-wrapper{margin-right:0}}.footer-bottom-bottom__lang{display:flex;align-items:center;gap:11px}.footer-bottom-bottom__lang span{cursor:pointer;font-weight:600;font-size:12px;color:#71717f}@media (min-width: 1728px){.footer-bottom-bottom__lang span{font-size:14px}}.footer-bottom-bottom__links{cursor:pointer;display:flex;flex-direction:column;gap:12px}@media (min-width: 480px){.footer-bottom-bottom__links{flex-direction:row;align-items:center;gap:24px}}.footer-bottom-bottom__links span{font-size:10px;color:#71717f}@media (min-width: 1728px){.footer-bottom-bottom__links span{font-size:12px}}@media (min-width: 480px){.footer-bottom-bottom__rights{margin-left:auto}}@media (min-width: 834px){.footer-bottom-bottom__rights{margin-left:40px}}.footer-bottom-bottom__rights span{font-size:10px;font-weight:600;color:#71717f}@media (min-width: 1728px){.footer-bottom-bottom__rights span{font-size:12px}}.hero{width:100%;padding-top:96px;background:url(/assets/bg-CLv2FPNi.png) 100% 100%/contain no-repeat}@media (min-width: 834px){.hero{background:url(/assets/bg-ChfTGMxp.png) left 80%/contain no-repeat}}@media (min-width: 1440px){.hero{padding-top:116px;padding-bottom:52px;background:url(/assets/bg-ChfTGMxp.png) left 80%/1400px 1500px no-repeat}}.hero__wrapper{display:flex;flex-direction:column;gap:64px;margin-top:18px}@media (min-width: 834px){.hero__wrapper{margin-top:28px;flex-direction:row;gap:0px;justify-content:space-between}}@media (min-width: 1728px){.hero__wrapper{margin-top:38px}}.hero__video{position:relative;display:flex;justify-content:flex-start;width:100%;margin-top:40px}@media (min-width: 480px){.hero__video{margin-top:56px}}.hero__video-mp4{width:100%}.hero__left{display:flex;flex-direction:column}@media (min-width: 834px){.hero__left{flex:0 0 634px}}@media (min-width: 1440px){.hero__left{flex:0 0 780px}}.hero__right{display:flex;flex-direction:column;gap:18px;max-width:fit-content;align-self:flex-end}@media (min-width: 834px){.hero__right{margin-left:-150px}}@media (min-width: 1118px){.hero__right{margin-top:16px;align-self:flex-start}}@media (min-width: 1440px){.hero__right{margin-right:60px}}@media (min-width: 1728px){.hero__right{margin-right:190px}}.hero__right-text1{max-width:143px}@media (min-width: 834px){.hero__right-text1{max-width:164px;font-size:16px}}.hero__right-text2{display:flex;flex-direction:column;gap:8px;white-space:nowrap}.hero__right-text2 span,.hero__right-text2 div{background:linear-gradient(83.77deg,#8de7a7 15.86%,#9fe3ff 138.5%,#e59ff6 203.81%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero__right-link{cursor:pointer;position:relative;width:min-content;text-decoration:underline}.hero__right-link:after{content:"";position:absolute;top:80%;left:0;right:0;height:1px;background:linear-gradient(83.77deg,#8de7a7 15.86%,#9fe3ff 138.5%,#e59ff6 203.81%)}.hero__title{max-width:420px;margin-bottom:18px;font-weight:500;font-size:38px;line-height:1.2}@media (min-width: 834px){.hero__title{max-width:634px;font-size:48px}}@media (min-width: 1440px){.hero__title{max-width:100%}}@media (min-width: 1440px){.hero__title{margin-bottom:24px}}.hero__subtitle{max-width:290px;margin-bottom:30px;font-weight:600}@media (min-width: 834px){.hero__subtitle{font-size:16px;max-width:359px}}@media (min-width: 1440px){.hero__subtitle{margin-bottom:44px}}.hero__btn{max-width:250px;min-height:50px}.hero__btn span{font-weight:600;font-size:12px}@media (min-width: 1118px){.hero__btn span{font-size:14px}}.advantages{width:100%;padding-top:96px;background:url(/assets/bg-ChfTGMxp.png) center/600px 1000px no-repeat}@media (min-width: 834px){.advantages{background:url(/assets/bg-ChfTGMxp.png) right/800px 1000px no-repeat}}@media (min-width: 1440px){.advantages{padding-top:116px;padding-bottom:52px;background:url(/assets/bg-ChfTGMxp.png) center/contain no-repeat}}.advantages__top-block{width:fit-content;margin:0 auto 26px;background:#04060c;border-radius:22px;padding:6px 16px;border:1px solid #1d273e}.advantages__top-block span{font-size:12px;font-weight:600}@media (min-width: 834px){.advantages__top-block span{font-size:14px}}@media (min-width: 1728px){.advantages__top-block span{font-size:16px}}.advantages__title{max-width:500px;font-weight:500;font-size:38px;line-height:1.2;text-align:center;margin:0 auto 18px}@media (min-width: 834px){.advantages__title{font-size:46px;max-width:100%}}@media (min-width: 1728px){.advantages__title{font-size:48px}}.advantages__subtitle{font-size:14px;text-align:center;margin:0 auto 33px;max-width:306px}@media (min-width: 480px){.advantages__subtitle{margin-bottom:42px}}@media (min-width: 834px){.advantages__subtitle{margin-bottom:62px;font-size:16px;max-width:550px}}@media (min-width: 1728px){.advantages__subtitle{font-size:18px}}.advantages__list{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:43px}@media (min-width: 834px){.advantages__list{margin-bottom:50px}}@media (min-width: 1118px){.advantages__list{flex-direction:row;justify-content:space-between}}.advantages__bottom{margin:0 auto;width:fit-content;display:flex;flex-direction:column;align-items:center;gap:20px}.advantages__bottom-text{max-width:300px;text-align:center;font-weight:600;font-size:22px}@media (min-width: 480px){.advantages__bottom-text{max-width:100%}}@media (min-width: 834px){.advantages__bottom-text{font-size:24px}}@media (min-width: 1728px){.advantages__bottom-text{font-size:26px}}.advantages__bottom-btn{max-width:280px;min-height:44px}.advantages__bottom-btn span{font-weight:600;font-size:12px}@media (min-width: 1118px){.advantages__bottom-btn span{font-size:14px}}.advantages-item{width:100%;min-height:244px;padding:35px;border-radius:16px;background:#101726c4}@media (min-width: 834px){.advantages-item{max-width:70vw;min-height:260px}}@media (min-width: 1118px){.advantages-item{max-width:100%;min-height:306px}}.advantages-item__title{margin-top:20px;font-weight:600;font-size:22px}@media (min-width: 834px){.advantages-item__title{font-size:24px}}@media (min-width: 1728px){.advantages-item__title{font-size:26px}}.advantages-item__text{margin-top:16px}@media (min-width: 834px){.advantages-item__text{font-size:16px}}@media (min-width: 1728px){.advantages-item__text{font-size:18px}}.analysis{width:100%;padding-top:96px;max-width:1920px;margin:0 auto;background:url(/assets/bg-ChfTGMxp.png) 50% 100%/546px 468px no-repeat}@media (min-width: 544px){.analysis{background:url(/assets/bg-ChfTGMxp.png) 50% 100%/646px 468px no-repeat}}@media (min-width: 834px){.analysis{background:url(/assets/bg-ChfTGMxp.png) 100% 100%/746px 668px no-repeat}}@media (min-width: 1118px){.analysis{background:url(/assets/bg-ChfTGMxp.png) 100% 100%/846px 668px no-repeat}}@media (min-width: 1440px){.analysis{padding-top:116px;padding-bottom:52px;background:url(/assets/bg-ChfTGMxp.png) 80% 100%/846px 668px no-repeat}}@media (min-width: 1728px){.analysis{background:url(/assets/bg-ChfTGMxp.png) 70% 100%/946px 668px no-repeat}}@media (min-width: 1920px){.analysis{background:url(/assets/bg-ChfTGMxp.png) 60% 100%/1046px 700px no-repeat}}@media (min-width: 2100px){.analysis{background:url(/assets/bg-ChfTGMxp.png) 70% 100%/1046px 700px no-repeat}}@media (min-width: 2400px){.analysis{background:url(/assets/bg-ChfTGMxp.png) 90% 100%/1046px 700px no-repeat}}@media (min-width: 2680px){.analysis{background:url(/assets/bg-ChfTGMxp.png) 110% 100%/1046px 700px no-repeat}}.analysis__wrapper{display:flex;flex-direction:column;gap:20px}@media (min-width: 1118px){.analysis__wrapper{flex-direction:row;gap:35px;max-width:900px;margin:0 auto}}@media (min-width: 1440px){.analysis__wrapper{margin:0 0 0 120px;max-width:70vw;justify-content:space-between}}@media (min-width: 1728px){.analysis__wrapper{max-width:65vw}}@media (min-width: 1920px){.analysis__wrapper{max-width:55vw;margin-left:220px}}@media (min-width: 1118px){.analysis__left{align-self:center}}.analysis__top-block{width:fit-content;margin-bottom:26px;background:#04060c;border-radius:22px;padding:6px 16px;border:1px solid #1d273e}.analysis__top-block span{font-size:12px;font-weight:600}@media (min-width: 834px){.analysis__top-block span{font-size:14px}}@media (min-width: 1728px){.analysis__top-block span{font-size:16px}}.analysis__title{max-width:375px;font-size:30px;line-height:1.2;margin-bottom:22px;font-weight:400}@media (min-width: 834px){.analysis__title{font-size:34px;max-width:462px}}@media (min-width: 1728px){.analysis__title{font-size:38px}}.analysis__subtitle{font-size:14px;margin-bottom:44px;max-width:306px}@media (min-width: 834px){.analysis__subtitle{margin-bottom:60px;font-size:16px;max-width:433px}}@media (min-width: 1728px){.analysis__subtitle{font-size:18px}}.analysis__btn{max-width:250px;min-height:50px}.analysis__btn span{font-weight:600;font-size:12px}@media (min-width: 1118px){.analysis__btn span{font-size:14px}}.analysis__right{align-self:flex-end}@media (min-width: 600px){.analysis__right{margin-top:-100px;margin-right:40px}}@media (min-width: 700px){.analysis__right{margin-top:-150px}}@media (min-width: 1118px){.analysis__right{margin-top:0;margin-right:0}}.analysis__right img{width:287px;height:433px}@media (min-width: 834px){.analysis__right img{width:315px;height:476px}}@media (min-width: 1118px){.analysis__right img{width:390px;height:588px}}.otc{width:100%;padding-top:96px;max-width:1920px;margin:0 auto;background:url(/assets/bg-ChfTGMxp.png) 50% 100%/546px 468px no-repeat}@media (min-width: 544px){.otc{background:url(/assets/bg-ChfTGMxp.png) 50% 100%/646px 468px no-repeat}}@media (min-width: 834px){.otc{background:url(/assets/bg-ChfTGMxp.png) 100% 100%/746px 668px no-repeat}}@media (min-width: 1118px){.otc{background:url(/assets/bg-ChfTGMxp.png) -60% 100%/846px 668px no-repeat}}@media (min-width: 1440px){.otc{padding-top:116px;padding-bottom:52px;background:url(/assets/bg-ChfTGMxp.png) -20% 100%/846px 668px no-repeat}}@media (min-width: 1728px){.otc{background:url(/assets/bg-ChfTGMxp.png) -20% 100%/946px 668px no-repeat}}@media (min-width: 1920px){.otc{background:url(/assets/bg-ChfTGMxp.png) -40% 100%/1046px 700px no-repeat}}.otc__wrapper{display:flex;flex-direction:column;gap:20px}@media (min-width: 1118px){.otc__wrapper{flex-direction:row-reverse;justify-content:space-between;gap:95px;margin:0 auto;max-width:900px}}@media (min-width: 1440px){.otc__wrapper{margin:0 0 0 120px;max-width:70vw;justify-content:space-between}}@media (min-width: 1728px){.otc__wrapper{max-width:65vw}}@media (min-width: 1920px){.otc__wrapper{max-width:55vw;margin-left:220px}}@media (min-width: 1118px){.otc__left{align-self:center}}.otc__top-block{width:fit-content;margin-bottom:26px;background:#04060c;border-radius:22px;padding:6px 16px;border:1px solid #1d273e}.otc__top-block span{font-size:12px;font-weight:600}@media (min-width: 834px){.otc__top-block span{font-size:14px}}@media (min-width: 1728px){.otc__top-block span{font-size:16px}}.otc__title{max-width:375px;font-size:30px;line-height:1.2;margin-bottom:22px;font-weight:400}@media (min-width: 834px){.otc__title{font-size:34px;max-width:462px}}@media (min-width: 1728px){.otc__title{font-size:38px}}.otc__subtitle{font-size:14px;margin-bottom:44px;max-width:306px}@media (min-width: 834px){.otc__subtitle{margin-bottom:60px;font-size:16px;max-width:433px}}@media (min-width: 1728px){.otc__subtitle{font-size:18px}}.otc__btn{max-width:250px;min-height:50px}.otc__btn span{font-weight:600;font-size:12px}@media (min-width: 1118px){.otc__btn span{font-size:14px}}.otc__right{align-self:flex-end;margin-right:20px}@media (min-width: 600px){.otc__right{margin-top:-100px;margin-right:40px}}@media (min-width: 700px){.otc__right{margin-top:-150px}}@media (min-width: 1118px){.otc__right{margin-top:0;margin-right:0}}.otc__right img{width:195px;height:403px}@media (min-width: 834px){.otc__right img{width:250px;height:513px}}@media (min-width: 1118px){.otc__right img{width:286px;height:586px}}.pairSelection{width:100%;padding-top:96px;max-width:1920px;margin:0 auto;padding-bottom:280px;background:url(/assets/bg-CAx2wh7P.png) 60% 100%/566px 488px no-repeat}@media (min-width: 544px){.pairSelection{background:url(/assets/bg-CAx2wh7P.png) right 100%/646px 468px no-repeat}}@media (min-width: 834px){.pairSelection{background:url(/assets/bg-CAx2wh7P.png) right 110%/646px 468px no-repeat;padding-bottom:220px}}@media (min-width: 1118px){.pairSelection{background:url(/assets/bg-CAx2wh7P.png) right 20%/786px 568px no-repeat;padding-bottom:120px}}@media (min-width: 1440px){.pairSelection{padding-top:116px;background:url(/assets/bg-CAx2wh7P.png) right 20%/886px 668px no-repeat}}@media (min-width: 1728px){.pairSelection{background:url(/assets/bg-CAx2wh7P.png) right 20%/1000px 708px no-repeat}}@media (min-width: 1920px){.pairSelection{background:url(/assets/bg-CAx2wh7P.png) right 20%/1000px 708px no-repeat}}@media (min-width: 1440px){.pairSelection__wrapper{margin-left:100px}}@media (min-width: 1728px){.pairSelection__wrapper{margin-left:150px}}@media (min-width: 1920px){.pairSelection__wrapper{margin-left:220px}}@media (min-width: 1118px){.pairSelection__left{align-self:center}}.pairSelection__top-block{width:fit-content;margin-bottom:26px;background:#04060c;border-radius:22px;padding:6px 16px;border:1px solid #1d273e}.pairSelection__top-block span{font-size:12px;font-weight:600}@media (min-width: 834px){.pairSelection__top-block span{font-size:14px}}@media (min-width: 1728px){.pairSelection__top-block span{font-size:16px}}.pairSelection__title{max-width:289px;font-size:30px;line-height:1.2;margin-bottom:22px;font-weight:400}@media (min-width: 834px){.pairSelection__title{font-size:34px;max-width:477px}}@media (min-width: 1728px){.pairSelection__title{font-size:38px}}.pairSelection__subtitle{font-size:14px;margin-bottom:44px;max-width:306px}@media (min-width: 834px){.pairSelection__subtitle{margin-bottom:60px;font-size:16px;max-width:433px}}@media (min-width: 1728px){.pairSelection__subtitle{font-size:18px}}.pairSelection__list{display:flex;flex-direction:column;gap:18px;margin-bottom:44px;max-width:178px}@media (min-width: 834px){.pairSelection__list{flex-direction:row;gap:80px;margin-bottom:60px;max-width:none}}.pairSelection__item{display:flex;flex-direction:column;gap:8px}@media (min-width: 834px){.pairSelection__item{max-width:200px;gap:14px}}.pairSelection__item-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}@media (min-width: 834px){.pairSelection__item-title{font-size:16px}}@media (min-width: 1728px){.pairSelection__item-title{font-size:18px}}.pairSelection__item-text{font-size:12px}@media (min-width: 834px){.pairSelection__item-text{font-size:14px}}@media (min-width: 1728px){.pairSelection__item-text{font-size:16px}}.pairSelection__btn{max-width:250px;min-height:50px}.pairSelection__btn span{font-weight:600;font-size:12px}@media (min-width: 1118px){.pairSelection__btn span{font-size:14px}}.pairSelection__right{align-self:flex-end;margin-right:20px}@media (min-width: 600px){.pairSelection__right{margin-top:-100px;margin-right:40px}}@media (min-width: 700px){.pairSelection__right{margin-top:-150px}}@media (min-width: 1118px){.pairSelection__right{margin-top:0;margin-right:0}}.pairSelection__right img{width:195px;height:403px}@media (min-width: 834px){.pairSelection__right img{width:250px;height:513px}}@media (min-width: 1118px){.pairSelection__right img{width:286px;height:586px}}.trade{width:100%;padding-top:96px;background:url(/assets/bg-ChfTGMxp.png) center/600px 1000px no-repeat}@media (min-width: 834px){.trade{background:url(/assets/bg-ChfTGMxp.png) right/800px 1000px no-repeat}}@media (min-width: 1440px){.trade{padding-top:116px;padding-bottom:52px;background:url(/assets/bg-ChfTGMxp.png) center/contain no-repeat}}.trade__top-block{width:fit-content;margin:0 auto 26px;background:#04060c;border-radius:22px;padding:6px 16px;border:1px solid #1d273e}.trade__top-block span{font-size:12px;font-weight:600}@media (min-width: 834px){.trade__top-block span{font-size:14px}}@media (min-width: 1728px){.trade__top-block span{font-size:16px}}.trade__title{max-width:292px;font-size:30px;line-height:1.2;text-align:center;margin:0 auto 42px;font-weight:400}@media (min-width: 834px){.trade__title{font-size:34px;max-width:556px;margin-bottom:60px}}@media (min-width: 1728px){.trade__title{max-width:622px;font-size:38px}}.trade__list{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:43px}@media (min-width: 834px){.trade__list{margin-bottom:50px}}@media (min-width: 1118px){.trade__list{flex-direction:row;justify-content:space-between}}.trade-item{width:100%;min-height:244px;padding:35px;border-radius:16px;background:#101726c4}@media (min-width: 834px){.trade-item{max-width:70vw;min-height:260px}}@media (min-width: 1118px){.trade-item{max-width:100%;min-height:306px}}.trade-item__title{margin-top:20px;font-weight:600;font-size:22px}@media (min-width: 834px){.trade-item__title{font-size:24px}}@media (min-width: 1728px){.trade-item__title{font-size:26px}}.trade-item__text{margin-top:16px}@media (min-width: 834px){.trade-item__text{font-size:16px}}@media (min-width: 1728px){.trade-item__text{font-size:18px}}.earnings{width:100%;padding-top:96px;max-width:1920px;margin:0 auto;padding-bottom:280px;background:url(/assets/bg-BlBQoSFn.png) 60% 100%/466px 388px no-repeat}@media (min-width: 544px){.earnings{background:url(/assets/bg-BlBQoSFn.png) right 100%/646px 468px no-repeat}}@media (min-width: 834px){.earnings{background:url(/assets/bg-BlBQoSFn.png) right 110%/646px 468px no-repeat;padding-bottom:220px}}@media (min-width: 1118px){.earnings{background:url(/assets/bg-BlBQoSFn.png) right 20%/786px 568px no-repeat;padding-bottom:120px}}@media (min-width: 1440px){.earnings{padding-top:116px;background:url(/assets/bg-BlBQoSFn.png) right 20%/886px 668px no-repeat}}@media (min-width: 1728px){.earnings{background:url(/assets/bg-BlBQoSFn.png) right 20%/1000px 708px no-repeat}}@media (min-width: 1920px){.earnings{background:url(/assets/bg-BlBQoSFn.png) right 20%/1000px 708px no-repeat}}@media (min-width: 1440px){.earnings__wrapper{margin-left:100px}}@media (min-width: 1728px){.earnings__wrapper{margin-left:150px}}@media (min-width: 1920px){.earnings__wrapper{margin-left:220px}}@media (min-width: 1118px){.earnings__left{align-self:center}}.earnings__top-block{width:fit-content;margin-bottom:26px;background:#04060c;border-radius:22px;padding:6px 16px;border:1px solid #1d273e}.earnings__top-block span{font-size:12px;font-weight:600}@media (min-width: 834px){.earnings__top-block span{font-size:14px}}@media (min-width: 1728px){.earnings__top-block span{font-size:16px}}.earnings__title{max-width:289px;font-size:30px;line-height:1.2;margin-bottom:22px;font-weight:400}@media (min-width: 834px){.earnings__title{font-size:34px;max-width:477px}}@media (min-width: 1728px){.earnings__title{font-size:38px}}.earnings__subtitle{font-size:14px;margin-bottom:44px;max-width:301px}.earnings__subtitle span span{background:linear-gradient(83.77deg,#8de7a7 15.86%,#9fe3ff 138.5%,#e59ff6 203.81%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 834px){.earnings__subtitle{margin-bottom:60px;font-size:16px;max-width:343px}}@media (min-width: 1728px){.earnings__subtitle{font-size:18px;max-width:387px}}.earnings__list{display:flex;flex-direction:column;gap:18px;margin-bottom:44px;max-width:178px}@media (min-width: 834px){.earnings__list{flex-direction:row;flex-wrap:wrap;row-gap:38px;column-gap:80px;margin-bottom:60px;max-width:494px}}.earnings__item{display:flex;flex-direction:column;gap:8px}@media (min-width: 834px){.earnings__item{max-width:200px;gap:14px}}.earnings__item-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600}@media (min-width: 834px){.earnings__item-title{font-size:16px}}@media (min-width: 1728px){.earnings__item-title{font-size:18px}}.earnings__item-text{font-size:12px}@media (min-width: 834px){.earnings__item-text{font-size:14px}}@media (min-width: 1728px){.earnings__item-text{font-size:16px}}.earnings__right{align-self:flex-end;margin-right:20px}@media (min-width: 600px){.earnings__right{margin-top:-100px;margin-right:40px}}@media (min-width: 700px){.earnings__right{margin-top:-150px}}@media (min-width: 1118px){.earnings__right{margin-top:0;margin-right:0}}.earnings__right img{width:195px;height:403px}@media (min-width: 834px){.earnings__right img{width:250px;height:513px}}@media (min-width: 1118px){.earnings__right img{width:286px;height:586px}}.commission{width:100%;padding-top:96px;background:url(/assets/bg-ChfTGMxp.png) center/900px 500px no-repeat}@media (min-width: 834px){.commission{background:url(/assets/bg-ChfTGMxp.png) 50% 110%/1000px 600px no-repeat}}@media (min-width: 1440px){.commission{padding-top:116px;padding-bottom:52px;background:url(/assets/bg-ChfTGMxp.png) 50% 110%/1000px 600px no-repeat}}.commission__top-block{width:fit-content;margin:0 auto 26px;background:#04060c;border-radius:22px;padding:6px 16px;border:1px solid #1d273e}.commission__top-block span{font-size:12px;font-weight:600}@media (min-width: 834px){.commission__top-block span{font-size:14px}}@media (min-width: 1728px){.commission__top-block span{font-size:16px}}.commission__title{font-size:30px;line-height:1.2;margin-bottom:22px;font-weight:400;text-align:center}@media (min-width: 834px){.commission__title{font-size:34px}}@media (min-width: 1728px){.commission__title{font-size:38px}}.commission__subtitle{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;margin:0 auto 33px;max-width:306px}@media (min-width: 480px){.commission__subtitle{margin-bottom:42px}}@media (min-width: 834px){.commission__subtitle{margin-bottom:62px;max-width:567px}}.commission__subtitle-text{font-size:14px}.commission__subtitle-text span{background:linear-gradient(270deg,#fa7359,#fe4ded);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 834px){.commission__subtitle-text{font-size:16px}}@media (min-width: 1728px){.commission__subtitle-text{font-size:18px}}.commission__subtitle-important{display:flex;align-items:center;gap:8px}.commission__subtitle-important span{font-weight:600;font-size:12px}@media (min-width: 834px){.commission__subtitle-important span{font-size:14px}}@media (min-width: 1728px){.commission__subtitle-important span{font-size:16px}}.commission__subtitle-important img{margin-top:-2px}.commission__list{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:43px}@media (min-width: 834px){.commission__list{flex-direction:row;flex-wrap:wrap;max-width:518px;margin:0 auto 50px}}@media (min-width: 1118px){.commission__list{flex-direction:row;justify-content:center;flex-wrap:nowrap;max-width:1154px;margin-bottom:68px}}.commission__bottom{margin:0 auto;width:fit-content;display:flex;flex-direction:column;align-items:center;gap:20px}.commission__bottom-text{max-width:297px;text-align:center;font-size:14px}@media (min-width: 480px){.commission__bottom-text{max-width:100%}}@media (min-width: 834px){.commission__bottom-text{font-size:16px}}@media (min-width: 1728px){.commission__bottom-text{font-size:18px}}.commission__bottom-btn{max-width:250px;min-height:50px}.commission__bottom-btn span{font-weight:600;font-size:12px}@media (min-width: 1118px){.commission__bottom-btn span{font-size:14px}}.commission-item{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:171px;border-radius:16px;background:#101726c4}@media (min-width: 834px){.commission-item{max-width:70vw;min-height:178px}}@media (min-width: 1440px){.commission-item{max-width:282px}}@media (min-width: 1728px){.commission-item{min-height:182px}}.commission-item__body{display:flex;flex-direction:column;align-items:center;justify-content:center}.commission-item__title{margin-top:20px;font-weight:600;font-size:22px}@media (min-width: 834px){.commission-item__title{font-size:24px}}@media (min-width: 1728px){.commission-item__title{font-size:26px}}.commission-item__text{margin-top:6px}@media (min-width: 834px){.commission-item__text{font-size:16px}}@media (min-width: 1728px){.commission-item__text{font-size:18px}}.videoInstruction{width:100%;padding-top:96px;max-width:1920px;margin:0 auto;padding-bottom:40px}@media (min-width: 1118px){.videoInstruction{padding-bottom:80px}}@media (min-width: 1440px){.videoInstruction{padding-top:116px}}.videoInstruction__wrapper{display:flex;flex-direction:column;align-items:center}.videoInstruction__top-block{width:fit-content;margin-bottom:26px;background:#04060c;border-radius:22px;padding:6px 16px;border:1px solid #1d273e}.videoInstruction__top-block span{font-size:12px;font-weight:600}@media (min-width: 834px){.videoInstruction__top-block span{font-size:14px}}@media (min-width: 1728px){.videoInstruction__top-block span{font-size:16px}}.videoInstruction__title{max-width:289px;font-size:30px;line-height:1.2;margin-bottom:22px;font-weight:400}@media (min-width: 834px){.videoInstruction__title{font-size:34px;max-width:477px}}@media (min-width: 1728px){.videoInstruction__title{font-size:38px}}.videoInstruction__subtitle{font-size:14px;max-width:301px;text-align:center}.videoInstruction__subtitle span span{background:linear-gradient(83.77deg,#8de7a7 15.86%,#9fe3ff 138.5%,#e59ff6 203.81%);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 834px){.videoInstruction__subtitle{font-size:16px;max-width:343px}}@media (min-width: 1728px){.videoInstruction__subtitle{font-size:18px;max-width:387px}}.videoInstruction__video{display:flex;align-items:center;justify-content:center;width:100%;background:#1a2030;border-radius:6px;margin-top:20px}@media (min-width: 480px){.videoInstruction__video{margin-top:36px}}@media (min-width: 1728px){.videoInstruction__video{margin-top:44px}}.videoInstruction__video-mp4{width:100%}.stepByStep{width:100%;padding-top:96px}@media (min-width: 1440px){.stepByStep{padding-top:116px;padding-bottom:52px}}.stepByStep__top-block{width:fit-content;margin:0 auto 26px;background:#04060c;border-radius:22px;padding:6px 16px;border:1px solid #1d273e}.stepByStep__top-block span{font-size:12px;font-weight:600}@media (min-width: 834px){.stepByStep__top-block span{font-size:14px}}@media (min-width: 1728px){.stepByStep__top-block span{font-size:16px}}.stepByStep__title{font-size:30px;line-height:1.2;font-weight:400;text-align:center;max-width:400px;margin:0 auto 22px}@media (min-width: 834px){.stepByStep__title{font-size:34px;max-width:450px}}@media (min-width: 1728px){.stepByStep__title{max-width:500px;font-size:38px}}.stepByStep__subtitle{display:flex;flex-direction:column;gap:12px;align-items:center;text-align:center;margin:0 auto 33px;max-width:359px}@media (min-width: 480px){.stepByStep__subtitle{margin-bottom:42px}}@media (min-width: 834px){.stepByStep__subtitle{margin-bottom:62px;max-width:661px}}@media (min-width: 1118px){.stepByStep__subtitle{max-width:722px}}@media (min-width: 1728px){.stepByStep__subtitle{max-width:840px}}.stepByStep__subtitle-text{display:flex;flex-direction:column;font-size:12px}.stepByStep__subtitle-text--gradient{background:linear-gradient(270deg,#fa7359,#fe4ded);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media (min-width: 834px){.stepByStep__subtitle-text{font-size:14px}}@media (min-width: 1728px){.stepByStep__subtitle-text{font-size:16px}}.stepByStep__subtitle-important{display:flex;align-items:center;gap:8px}.stepByStep__subtitle-important span{font-weight:600;font-size:12px}@media (min-width: 834px){.stepByStep__subtitle-important span{font-size:14px}}@media (min-width: 1728px){.stepByStep__subtitle-important span{font-size:16px}}.stepByStep__subtitle-important img{margin-top:-2px}.stepByStep__list{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:43px}@media (min-width: 834px){.stepByStep__list{flex-direction:row;flex-wrap:wrap;max-width:518px;margin:0 auto 50px}}@media (min-width: 1118px){.stepByStep__list{flex-direction:row;justify-content:center;flex-wrap:nowrap;max-width:1154px;margin-bottom:68px}}.stepByStep__bottom{margin:0 auto;width:fit-content;display:flex;flex-direction:column;align-items:center;gap:20px}.stepByStep__bottom-text{max-width:297px;text-align:center;font-size:14px}@media (min-width: 480px){.stepByStep__bottom-text{max-width:100%}}@media (min-width: 834px){.stepByStep__bottom-text{font-size:16px}}@media (min-width: 1728px){.stepByStep__bottom-text{font-size:18px}}.stepByStep__bottom-btn{max-width:250px;min-height:44px}.stepByStep__bottom-btn span{font-weight:600;font-size:10px}@media (min-width: 834px){.stepByStep__bottom-btn span{font-size:12px}}.stepByStep__accordion{display:flex;flex-direction:column;gap:16px;max-width:576px;margin:40px auto 0}@media (min-width: 1118px){.stepByStep__accordion{max-width:940px}}.stepByStep__accordion-item{border-radius:12px;overflow:hidden;background:transparent;transition:all .3s ease}.stepByStep__accordion-header{display:flex;flex-direction:column;cursor:pointer;gap:16px;margin-bottom:20px}@media (min-width: 1118px){.stepByStep__accordion-header{flex-direction:row;align-items:center}}.stepByStep__accordion-header-wrapper{display:flex;align-items:center}@media (min-width: 1118px){.stepByStep__accordion-header-wrapper{flex-grow:1}}.stepByStep__accordion-icon{align-self:center;width:200px;height:140px}.stepByStep__accordion-title{flex:1;font-size:22px;font-weight:600}@media (min-width: 834px){.stepByStep__accordion-title{font-size:24px}}@media (min-width: 1728px){.stepByStep__accordion-title{font-size:26px}}.stepByStep__accordion-toggle{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.stepByStep__accordion-arrow{transition:transform .3s ease}.stepByStep__accordion-arrow.rotated{transform:rotate(45deg)}.stepByStep__accordion-content{max-height:0;overflow:hidden;transition:all .3s ease}.stepByStep__accordion-item.active .stepByStep__accordion-content{max-height:2000px;padding-bottom:20px}.stepByStep__steps-container{display:flex;flex-direction:column;gap:40px}@media (min-width: 1118px){.stepByStep__steps-container{flex-direction:row}}.stepByStep__step-item{flex:1;max-width:264px;margin:0 auto;display:flex;flex-direction:column;gap:12px;background:transparent;border-radius:8px}.stepByStep__step-number{width:30px;height:30px;border:3px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px}.stepByStep__step-text{font-size:14px;line-height:1.2;margin:0}.stepByStep__step-image{width:100%;max-width:264px;height:470px;border-radius:8px;margin-top:auto}.stepByStep__bottom-btn{margin:50px auto 0;max-width:142px;min-height:50px}.stepByStep__bottom-btn span{font-weight:600;font-size:12px}@media (min-width: 1118px){.stepByStep__bottom-btn span{font-size:14px}}.reviews{width:100%;padding-top:96px;background:url(/assets/bg-ChfTGMxp.png) center/600px 1000px no-repeat}@media (min-width: 834px){.reviews{background:url(/assets/bg-ChfTGMxp.png) center/800px 600px no-repeat;padding-bottom:150px}}@media (min-width: 1440px){.reviews{padding-top:116px;padding-bottom:200px;background:url(/assets/bg-ChfTGMxp.png) center/contain no-repeat}}.reviews__title{max-width:500px;font-weight:400;font-size:30px;line-height:1.2;text-align:center;margin:0 auto 22px}@media (min-width: 834px){.reviews__title{font-size:34px;max-width:100%}}@media (min-width: 1728px){.reviews__title{font-size:38px}}.reviews__subtitle{font-size:14px;text-align:center;margin:0 auto 33px;max-width:306px}@media (min-width: 480px){.reviews__subtitle{margin-bottom:42px}}@media (min-width: 834px){.reviews__subtitle{margin-bottom:62px;font-size:16px;max-width:550px}}@media (min-width: 1728px){.reviews__subtitle{font-size:18px}}.reviews__list{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:43px}.reviews__list::-webkit-scrollbar{height:6px}.reviews__list::-webkit-scrollbar-thumb{background:#fff;border-radius:16px}.reviews__list::-webkit-scrollbar-track{border-radius:16px;background:#090e19}@media (min-width: 834px){.reviews__list{margin-bottom:0;padding-top:30px;padding-bottom:16px;flex-direction:row;overflow-y:auto}}@media (min-width: 1118px){.reviews__list{flex-direction:row;justify-content:center}}.reviews-item{width:100%;min-height:223px;padding:30px 20px;border-radius:16px;background:#101726c4}@media (min-width: 834px){.reviews-item{width:360px;flex-shrink:0;height:243px}}.reviews-item__avatar{width:44px;height:44px;border-radius:50%;border:1px solid #fff}.reviews-item__stars{display:flex;align-items:center;gap:6px;margin-bottom:38px}.reviews-item__info{display:flex;align-items:center;gap:16px}.reviews-item__info img{width:42px;height:42px;border-radius:50%;box-shadow:0 0 4px #0000001a}.reviews-item__info-data{display:flex;flex-direction:column;gap:4px}.reviews-item__info-data span{font-weight:600}@media (min-width: 834px){.reviews-item__info-data span{font-size:16px}}.reviews-item__text{margin-top:20px}@media (min-width: 834px){.reviews-item__text{font-size:16px}}@media (min-width: 1728px){.reviews-item__text{font-size:18px}}.faq{width:100%;padding-top:96px;padding-bottom:82px;background:url(/assets/bg-ChfTGMxp.png) right 60%/500px 400px no-repeat}@media (min-width: 834px){.faq{background:url(/assets/bg-ChfTGMxp.png) right 60%/600px 500px no-repeat;padding-bottom:150px}}@media (min-width: 1440px){.faq{padding-top:116px;background:url(/assets/bg-ChfTGMxp.png) 70% 60%/600px 500px no-repeat}}.faq__wrapper{display:flex;flex-direction:column;gap:52px}@media (min-width: 600px){.faq__wrapper{max-width:576px;margin:0 auto}}@media (min-width: 834px){.faq__wrapper{max-width:644px;gap:65px}}@media (min-width: 1118px){.faq__wrapper{flex-direction:row;max-width:1180px;align-items:center;padding:0 30px}}@media (min-width: 1728px){.faq__wrapper{max-width:1280px}}@media (min-width: 1118px){.faq__left{flex:1}}.faq__title{font-size:30px;line-height:1.2;font-weight:400;margin-bottom:22px}@media (min-width: 834px){.faq__title{font-size:34px}}@media (min-width: 1728px){.faq__title{font-size:38px}}.faq__subtitle{max-width:208px}@media (min-width: 480px){.faq__subtitle{font-size:16px;max-width:400px}}@media (min-width: 1728px){.faq__subtitle{font-size:18px}}.faq__accordion{display:flex;flex-direction:column;gap:8px;margin:0 auto}@media (min-width: 1118px){.faq__accordion{max-width:536px}}@media (min-width: 1728px){.faq__accordion{max-width:614px}}.faq__accordion-item{border-radius:8px;overflow:hidden;background:#060c1d;transition:all .3s ease}.faq__accordion-header{padding:14px;cursor:pointer}.faq__accordion-header-wrapper{display:flex;align-items:center}@media (min-width: 1118px){.faq__accordion-header-wrapper{flex-grow:1}}.faq__accordion-icon{align-self:center;width:200px;height:140px}.faq__accordion-title{flex:1;font-size:14px}@media (min-width: 834px){.faq__accordion-title{font-size:16px}}.faq__accordion-toggle{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.faq__accordion-arrow{transition:transform .3s ease}.faq__accordion-arrow.rotated{transform:rotate(45deg)}.faq__accordion-content{padding:0 14px;max-height:0;overflow:hidden;transition:all .3s ease}.faq__accordion-item.active .faq__accordion-content{max-height:200px;padding-bottom:20px}.faq__accordion-content-container{display:flex;flex-direction:column;gap:40px}@media (min-width: 1118px){.faq__accordion-content-container{flex-direction:row}}.gradient-text{background:linear-gradient(270deg,#fa7359,#fe4ded);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent}.readyToTry{width:100%;height:100vh;max-width:1920px;margin:0 auto;vertical-align:middle;background:url(/assets/bg-ChfTGMxp.png) center/2000px 2000px no-repeat}@media (min-width: 834px){.readyToTry{background-size:3000px 3000px}}@media (min-width: 1728px){.readyToTry{background-size:4000px 4000px}}.readyToTry__container{display:flex;align-items:center;justify-content:center;height:100%}.readyToTry__wrapper{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.readyToTry__icon{width:48px;height:48px}.readyToTry__title{font-size:38px;line-height:1.2;margin-top:32px;margin-bottom:44px;font-weight:500}@media (min-width: 834px){.readyToTry__title{font-size:46px}}@media (min-width: 1728px){.readyToTry__title{font-size:48px}}.readyToTry__btn{max-width:250px;min-height:50px}.readyToTry__btn span{font-weight:600;font-size:14px}.main__wrapper{display:flex;flex-direction:column;gap:20px}*,*:before,*:after{box-sizing:border-box}ul[class],ol[class]{padding:0}body,h1,h2,h3,h4,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0}body{min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed;line-height:1.5}ul[class],ol[class]{list-style:none}a:not([class]){text-decoration-skip-ink:auto}img{max-width:100%;display:block}article>*+*{margin-top:1em}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}*{box-sizing:border-box;margin:0;padding:0}html,body{min-width:320px;min-height:100vh;background:#090e19;color:#fff;line-height:1.3;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;font-size:14px}html .container,body .container{min-width:320px;max-width:1920px;margin:0 auto;padding:0 20px}@media (min-width: 834px){html .container,body .container{padding:0 40px}}@media (min-width: 1440px){html .container,body .container{padding:0 80px}}
