@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:"Manrope",sans-serif}body{background-color:#000}body.open{overflow:hidden}body.open .join-container{background-image:none}ul{list-style-type:none}a{color:inherit;text-decoration:none}.join-btn{width:-moz-fit-content;width:fit-content;padding:16px 44px 16px 52px;display:flex;gap:normal;align-items:center;justify-content:flex-start;flex-direction:row;color:#000;background-color:#fff;border-radius:12px;border:none;font-size:16px;line-height:105%;font-weight:700;cursor:pointer}.join-btn .join-arrow{width:24px;height:24px;background-repeat:no-repeat;background-position:center;border-radius:5px;background-image:url("../assets/arrow-join.svg")}.subtitle{padding:7px 12px;color:#fff;border-radius:4px;width:-moz-fit-content;width:fit-content;margin-bottom:24px;font-size:14px;line-height:105%;font-weight:600;text-transform:uppercase;background-color:#212121}.title{color:#fff;font-size:68px;line-height:105%;font-weight:700}.text{color:#fff;font-size:16px;line-height:150%;font-weight:500}@media(max-width: 768px){.title{font-size:32px;line-height:105%;font-weight:700}.text{font-size:14px;line-height:150%;font-weight:500}}.header{overflow-x:hidden;white-space:nowrap;display:flex;gap:12px;align-items:normal;justify-content:flex-start;flex-direction:column}.header-top{display:flex;gap:normal;align-items:normal;justify-content:space-between;flex-direction:row}.header.open{background-color:#000}.header.open .header-menu-btn{background-image:url("../assets/close-menu.svg")}.header-logo{display:block;width:195px;height:58px;cursor:pointer;background-repeat:no-repeat;background-image:url("../assets/logo.svg")}.header-nav{width:100%;display:flex;gap:78px;align-items:normal;justify-content:space-between;flex-direction:row}.header-nav .join-btn{display:none}.header-list{width:100%;padding:20px 32px;background-color:#0c0d11;color:#90a2af;border-radius:12px;display:flex;gap:20px;align-items:normal;justify-content:space-between;flex-direction:row;font-size:14px;line-height:105%;font-weight:700}.header-list li{cursor:pointer}.header-menu-btn{display:none;width:40px;height:40px;cursor:pointer;background-position:center;background-repeat:no-repeat;background-image:url("/assets/open-menu.svg")}.header-right{display:flex;gap:20px;align-items:center}@media(max-width: 1200px){.header{gap:20px;padding:12px 20px}.header-top .join-btn{display:none}.header.open .header-nav{transform:translateX(0)}.header-logo{width:148px;height:44px;background-size:cover}.header-nav{width:100vw;height:100vh;position:fixed;z-index:1;top:68px;left:0;padding:20px;gap:20px;background-color:#000;justify-content:flex-start;flex-direction:column;transform:translateX(100%);transition:transform .3s ease}.header-nav .join-btn{display:flex}.header-list{gap:32px;flex-direction:column;font-size:16px;padding:0;border-radius:0;background-color:#000;text-align:center}.header-menu-btn{display:block}.header .join-btn{width:auto;justify-content:center}}.language-switch{position:relative;display:inline-block;width:80px;height:40px}.language-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#2c2c2c;transition:.6s;border-radius:45px}.slider:before{position:absolute;content:"";height:32px;width:32px;left:4px;bottom:4px;background-color:#3734ec;transition:.6s;border-radius:50%}input:checked+.slider:before{transform:translateX(40px)}.language-label{position:absolute;color:#fff;font-weight:bold;font-size:14px;line-height:40px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.en{left:10px}.ru{right:10px}.binary-options{padding-bottom:120px;margin:0 auto;max-width:1170px;display:flex;gap:normal;align-items:normal;justify-content:flex-start;flex-direction:column}.binary-options-bottom{display:flex;gap:normal;align-items:center;justify-content:flex-start;flex-direction:column;text-align:center}.binary-options-bottom .title{font-size:44px;line-height:120%;font-weight:600}.binary-options-bottom .text{font-size:18px;max-width:670px;margin:20px 0 40px 0;color:#8f8f8f}@media(max-width: 992px){.binary-options{padding-bottom:80px}.binary-options-bottom{padding:0 20px}}@media(max-width: 768px){.binary-options-bottom .title{font-size:32px}.binary-options-bottom .text{font-size:14px}}.footer{color:#90a2af;margin:0 auto;max-width:1170px;font-size:16px;line-height:105%;font-weight:700;display:flex;gap:24px;align-items:normal;justify-content:flex-start;flex-direction:column}.footer-logo{width:195px;height:58px;background-repeat:no-repeat;background-image:url("../assets/logo.svg")}.footer-container{background-color:#000}.footer-top{display:flex;gap:normal;align-items:normal;justify-content:space-between;flex-direction:row}.footer-bottom{line-height:150%;border-top:1px solid #90a2af;padding:16px 0 20px 0}.footer-list{padding:20px 0;display:flex;gap:40px;align-items:normal;justify-content:space-between;flex-direction:row}.footer-list li{cursor:pointer}@media(max-width: 1200px){.footer{padding:0 20px}}@media(max-width: 768px){.footer{padding:0 20px}.footer-top{gap:32px;flex-direction:column}.footer-bottom{font-weight:500}.footer-list{gap:20px;text-align:center;padding-bottom:0;flex-direction:column}.footer-logo{margin:0 auto}}.breadcrumbs{font-size:16px;line-height:150%;font-weight:500;padding:100px 0 80px 0}.header{padding-top:35px;margin:0 auto;max-width:1170px}.header-top .join-btn{margin-right:20px}.header-nav{top:91px}.about{color:#fff;margin:0 auto;max-width:1170px}.about-wrapper{display:flex;gap:30px;align-items:normal;justify-content:space-between;flex-direction:row}.about .text{margin:12px 0 32px 0}.about-left{min-width:56%}.about-right{border-radius:20px;background-size:cover;background-repeat:no-repeat;background-image:url("./assets/promo-background.png")}.about-right-top{padding:32px 32px 0 32px}.about .promo-title{font-size:28px;line-height:135%;font-weight:700;margin-bottom:10px}.about .promo-text{font-size:16px;line-height:150%;font-weight:500}.about .promo-img{display:block;margin:0 0 0 auto}.explore{padding:80px 0 60px 0;margin:0 auto;max-width:1170px}.explore img{width:100%;display:block}.deposit{color:#fff;margin:0 auto;max-width:1170px;display:flex;gap:30px;align-items:normal;justify-content:space-between;flex-direction:row}.deposit-left{font-size:44px;line-height:120%;font-weight:600}.deposit-right{max-width:40%;font-size:16px;line-height:150%;font-weight:500}@media(max-width: 1200px){.breadcrumbs{padding:40px 0 40px 0}.about{padding:0 20px}.deposit{padding:0 30px}}@media(max-width: 992px){.explore{padding:32px 0;margin:0 auto;max-width:1170px}.about{text-align:center}.about-left .join-btn{width:100%;justify-content:center}.about-wrapper{flex-direction:column}.deposit-left{font-size:32px;line-height:120%;font-weight:600}.deposit-right{max-width:50%;font-size:14px;line-height:150%;font-weight:400}}@media(max-width: 768px){.about .promo-title{font-size:20px;line-height:150%;font-weight:700;margin-bottom:10px}.about .promo-text{font-size:14px;line-height:150%;font-weight:400}.about-right-top{padding:24px 24px 0 24px}.deposit{text-align:center;flex-direction:column;gap:8px}.deposit-right{max-width:none}}/*# sourceMappingURL=trade.css.map */