:root{--primary-color: #57E1FF;--text-color: #030718;--background-color: #030718;--secondary-bg: #6A54FF}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:IBM Plex Sans,sans-serif;background-color:var(--background-color);line-height:1.5;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font-family:inherit;border:none;cursor:pointer;background:none}span{font-weight:400;font-size:14px}h2{font-weight:700;font-size:44px;text-transform:uppercase}ul{list-style:none;padding-left:0;margin:0}.container{max-width:1200px;margin:0 auto;padding:0 16px}.section{padding:80px 0}.text-center{text-align:center}.header{border-bottom:1px solid var(--background-color);padding:16px 15px;display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}@media screen and (min-width:1200px){.header{padding:16px 60px;margin-bottom:0}}.header__nav{display:none;gap:24px}@media screen and (min-width:1200px){.header__nav{display:flex}}.header__nav.mobile-open{display:flex}.header__link{color:#fff;font-weight:500;font-size:14px;text-transform:uppercase;cursor:pointer;transition:color .3s ease}.header__link:hover{color:var(--primary-color)}.header__btn-wrapper{display:none;gap:16px}@media screen and (min-width:1200px){.header__btn-wrapper{display:flex}}.burger{width:32px;height:32px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer}@media screen and (min-width:1200px){.burger{display:none}}.burger span{width:100%;height:3px;background:#fff;border-radius:2px}.burger.active span:nth-child(1){transform:translateY(9px) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){transform:translateY(-9px) rotate(-45deg)}.header__btn-login{background-color:transparent;color:var(--primary-color);text-transform:uppercase;border:1.5px solid var(--primary-color);padding:11px 24px;border-radius:3px;cursor:pointer;font-weight:500;transition:background .3s ease}.header__btn-signup{background-color:var(--primary-color);color:var(--background-color);text-transform:uppercase;border:1px solid var(--primary-color);padding:11px 24px;border-radius:3px;cursor:pointer;font-weight:500;transition:background .3s ease}.header__button:hover{background-color:#0097a7}.header__burger-menu{width:375px;height:636px;background-color:#6a54ff;color:#fff}@media screen and (min-width:1200px){.header__burger-menu{display:none}}.mobile-menu{position:fixed;top:0;right:0;width:100%;height:100vh;background:#6a54ff;z-index:999;padding:30px 20px;display:flex;flex-direction:column;justify-content:space-between;animation:slideIn .3s ease forwards}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.mobile-menu__close{background:none;border:none;color:#fff;font-size:32px;position:absolute;top:20px;right:20px;cursor:pointer}.mobile-menu__nav{display:flex;flex-direction:column;margin-top:60px;gap:24px}.mobile-menu__link{color:#fff;font-size:20px;text-transform:uppercase}.mobile-menu__buttons{display:flex;gap:16px;margin-bottom:20px}.header__btn-login-burger,.header__btn-signup-burger{padding:14px;font-size:18px;text-transform:uppercase;border-radius:4px;font-weight:600;cursor:pointer}.header__btn-login-burger{border:none;border-radius:3px;color:var(--background-color);background-color:#57e1ff;width:163px;height:52px;font-weight:500;font-size:16px;text-transform:uppercase}.header__btn-signup-burger{color:#57e1ff;border:1px solid #57E1FF;background:transparent;width:163px;height:52px;font-weight:500;font-size:16px;text-transform:uppercase}.hero__container{width:100%;height:606px;display:flex;flex-direction:column;gap:30px}@media screen and (min-width:1200px){.hero__container{height:738px;flex-direction:row;justify-content:space-between;align-items:center}}.hero__wrapper{display:flex;flex-direction:column;gap:15px;order:2}@media screen and (min-width:1200px){.hero__wrapper{order:1}}h1{color:#fff;font-weight:700;font-size:35px;text-transform:uppercase}@media screen and (min-width:1200px){h1{font-size:60px}}.hero__text{width:55%;color:#e7f7f8;font-weight:400;font-size:16px}@media screen and (min-width:1200px){.hero__text{width:80%}}.hero__input-wrapper{position:relative;width:343px}@media screen and (min-width:1200px){.hero__input-wrapper{width:500px}}.hero__input{width:100%;height:50px;border:none;border-radius:4px;background-color:#201a4f;color:#fff;font-weight:500;font-size:14px;padding-left:16px;padding-right:130px;text-transform:uppercase}@media screen and (min-width:1200px){.hero__input{height:60px;font-style:16px}}.hero__btn{position:absolute;right:1%;top:7%;height:42px;width:102px;background-color:var(--primary-color);color:var(--background-color);text-transform:uppercase;border:none;padding:11px 24px;border-radius:4px;cursor:pointer;font-weight:500;transition:background .3s ease}@media screen and (min-width:1200px){.hero__btn{height:52px;width:109px}}.hero__span{color:#fff}.hero__img{order:1}@media screen and (min-width:1200px){.hero__img{order:2}}.hero__img img{opacity:0;animation:fadeFloat 1.3s ease forwards,float 4s ease-in-out infinite 1.3s}@keyframes fadeFloat{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.stats__trapezoid{width:70%;height:30px;background:#fff;clip-path:polygon(0 0,75% 0,80% 100%,0% 100%)}@media screen and (min-width:1200px){.stats__trapezoid{width:60%;height:60px;clip-path:polygon(0 0,75% 0,80% 100%,0% 100%)}}.stats{background-color:#fff;padding-bottom:60px}.stats__container{width:100%;height:368px;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:50px}@media screen and (min-width:1200px){.stats__container{display:flex;flex-direction:row;align-items:center;height:220px}}.stats__wrapper-title{align-self:flex-start;padding-top:40px}.stats__center{display:flex;gap:30px}.stats__title{font-size:28px}@media screen and (min-width:1200px){.stats__title{font-size:44px}}.stats__text{font-weight:400;font-size:14px;color:#000}.stats__name{text-transform:uppercase;width:60%}@media screen and (min-width:1200px){.stats__name{width:100%}}.stats__figure{font-weight:500;font-size:35px;text-transform:uppercase;color:#6a54ff}@media screen and (min-width:1200px){.stats__figure{font-size:60px}}.deals__container{height:604px;display:flex;justify-content:center;flex-direction:column;gap:50px}.deals__title{color:#fff;font-size:28px}@media screen and (min-width:1200px){.deals__title{font-size:44px}}.deals__state{font-weight:400;font-size:14px;color:#35ff9e}.deals__state:before{content:"";display:inline-block;width:10px;height:10px;background:#35ff9e;border-radius:50%;margin-right:8px}.deals__list{display:flex;gap:20px;overflow-x:auto;padding-bottom:10px}.card{position:relative;min-width:299px;height:208px;background:#6a54ff;border-radius:6px;padding:20px;color:#fff;overflow:hidden}.card:before{content:"";position:absolute;top:0;right:0;width:60px;height:60px;background:var(--background-color);clip-path:polygon(100% 0,0 0,100% 100%)}.card__header{margin-bottom:40px}.card__logo{position:absolute;right:-5px;top:-5px;width:150px;opacity:.25;pointer-events:none}.card__logo img{width:100%}.card__pair{font-size:20px;font-weight:700}.card__time{font-size:12px;opacity:.8}.card__profit-block{margin-bottom:8px}.card__profit-title{font-size:14px;opacity:.8}.card__profit{font-size:28px;font-weight:700;color:#35ff9e}.card__footer{display:flex;justify-content:space-between;font-size:14px}.card__target{opacity:.9}.card__date{opacity:.7}.about{background:#fff}.about__container{width:100%;height:587px;display:flex;flex-direction:column;justify-content:start;align-items:start;gap:50px}@media screen and (min-width:1200px){.about__container{display:flex;flex-direction:row;align-items:center;height:424px}}.about__title{font-size:28px;margin-bottom:15px}@media screen and (min-width:1200px){.about__title{font-size:44px}}.about__text{width:343px;font-weight:400;font-size:16px;color:var(--background-color)}@media screen and (min-width:1200px){.about__text{width:413px}}.about__box{width:356px;height:218px;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center;background-color:#6a54ff}@media screen and (min-width:1200px){.about__box{width:631px;height:244px;margin-left:20px}}.about__white-text{font-weight:500;font-size:20px;color:#fff;margin-bottom:20px}@media screen and (min-width:1200px){.about__white-text{font-size:28px}}.about__wrapper-input{position:relative}.about__input{width:324px;height:50px;border:none;border-radius:4px;background-color:#4a3bb3;color:#fff;font-weight:500;font-size:14px;padding-left:16px;text-transform:uppercase;margin-bottom:8px}@media screen and (min-width:1200px){.about__input{width:498px;height:60px;font-style:16px;padding-right:130px}}.about__btn{height:52px;width:324px;background-color:var(--primary-color);color:var(--background-color);text-transform:uppercase;border:none;padding:11px 24px;border-radius:4px;cursor:pointer;font-weight:500;font-size:16px;transition:background .3s ease}@media screen and (min-width:1200px){.about__btn{position:absolute;right:1%;top:7%;width:165px}}.tariffs__container{height:1184px;display:flex;flex-direction:column;gap:20px;justify-content:center;padding-top:60px}@media screen and (min-width:1200px){.tariffs__container{height:940px}}.tariffs__title{color:#fff;font-size:28px}@media screen and (min-width:1200px){.tariffs__title{font-size:44px}}.tariffs__wrapper-btn{width:343px;height:52px;color:#57e1ff;background-color:#6a54ff;font-weight:500;font-size:18px;text-transform:uppercase;display:flex;justify-content:space-between;align-items:center;padding-left:4px;padding-right:45px;border-radius:4px;margin-bottom:20px}@media screen and (min-width:1200px){.tariffs__wrapper-btn{width:413px;padding-right:40px;font-size:24px}}.tariffs__btn{width:167px;height:44px;color:#000;font-weight:700;font-size:18px;background-color:var(--primary-color);border:none;border-radius:4px}@media screen and (min-width:1200px){.tariffs__btn{width:201px;font-size:24px}}.tariffs__box-card{display:flex;flex-direction:column;gap:20px}@media screen and (min-width:1200px){.tariffs__box-card{flex-direction:row}}.tariffs__box-standart{width:343px;height:420px;border:1px solid #6A54FF;border-radius:8px;display:flex;flex-direction:column;padding:30px 24px 24px}@media screen and (min-width:1200px){.tariffs__box-standart{width:413px;height:556px}}.tariffs__title-st{font-weight:500;font-size:32px;color:#fff;margin-bottom:20px}.tariffs__ul{width:265px;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}@media screen and (min-width:1200px){.tariffs__ul{width:345px;margin-bottom:160px}}.tariffs__li{font-weight:400;font-size:15px;color:#fff;position:relative;padding-left:18px}.tariffs__li:before{content:"✓";position:absolute;left:0;color:#fff;font-weight:700}.tariffs__wrapper-tariff{display:flex;justify-content:space-between;align-items:center}.tariffs__price{font-weight:500;font-size:35px;color:#fff;position:relative}.tariffs__price:after{content:"-35%";position:absolute;right:-1;color:#35ff9e;font-weight:500;font-size:18px}.tariffs__btn-price{width:128px;height:36px;border-radius:4px;border:none;background-color:#2f4f4f;font-weight:400;font-size:16px;color:#fff;position:relative}.tariffs__main-btn{width:295px;height:52px;border-radius:3px;border:none;background-color:var(--primary-color);font-weight:500;font-size:16px;text-transform:uppercase;position:relative}@media screen and (min-width:1200px){.tariffs__main-btn{width:365px}}.tariffs__sm{color:#030718;font-weight:400;font-size:12px}.tariffs__box-vip{width:343px;height:508px;background-color:#6a54ff;border:none;border-radius:8px;display:flex;flex-direction:column;padding:30px 24px 24px}@media screen and (min-width:1200px){.tariffs__box-vip{width:413px;height:556px}}.tariffs__ul-vip{margin-bottom:35px}@media screen and (min-width:1200px){.tariffs__ul-vip{margin-bottom:95px}}.question{background-color:#fff;padding-top:60px}.question__container{height:714px;display:flex;flex-direction:column;justify-content:start;align-items:start}@media screen and (min-width:1200px){.question__container{height:660px}}.question__title{font-size:28px;width:343px;margin-bottom:40px}@media screen and (min-width:1200px){.question__title{width:100%;font-size:44px}}.question__item{width:343px;margin-bottom:10px}@media(min-width:1200px){.question__item{width:846px}}.question__header{width:100%;background:#eaeff0;border-radius:4px;padding:18px 20px;font-size:20px;font-weight:500;color:#030718;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background .25s ease}@media(min-width:1200px){.question__header{font-size:24px;padding:16px 24px;justify-content:space-between;align-items:center}}.question__header.active{background:#6a54ff;color:#fff}.question__span{display:inline-block;text-align:left}.arrow{font-size:20px;color:var(--background-color);transform:rotate(180deg);transition:.25s ease}.arrow.open{transform:rotate(0);color:#fff}.question__content{background:#6a54ff;color:#fff;padding:20px;font-size:16px;border-radius:0 0 4px 4px;line-height:1.45}@media(min-width:1200px){.question__content{width:846px}}.footer{height:560px;display:flex;flex-direction:column;justify-content:space-between}@media screen and (min-width:1200px){.footer{height:353px;flex-direction:row}}.footer__left{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;padding:30px 50px;position:relative}@media screen and (min-width:1200px){.footer__left{flex-direction:column}}.footer__left:after{content:"";position:absolute;left:0;top:105%;width:100vw;height:1px;background:#fff}@media screen and (min-width:1200px){.footer__left:after{left:110%;top:0;width:1px;height:348px}}.footer__text{width:20%;font-weight:400;font-size:14px;color:#fff;text-transform:uppercase}@media screen and (min-width:1200px){.footer__text{width:100%}}.footer__nav{display:flex;flex-direction:column;gap:18px;padding:0}@media screen and (min-width:1200px){.footer__nav{flex-direction:row}}.footer__right{display:flex;flex-direction:column;justify-content:space-between;padding:30px 50px;gap:40px}@media screen and (min-width:1200px){.footer__right{align-items:flex-end}}.footer__p{font-weight:400;font-size:14px;color:#fff}.footer__logo{width:165px;height:80px}
