@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:wght@100..900&family=Play:wght@400;700&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap);:root{--primary-color:#ff5c04}#root,.App,body,html{height:100%;margin:0;overflow-x:hidden;padding:0;width:100%}body{color:#fff;font-family:Play,sans-serif;font-weight:700}html:not(:has(.trade)) p{margin:0}html:not(:has(.trade)) .App-content{align-items:center;display:flex;flex-direction:column;gap:50px;height:calc(100% - 75px);justify-content:center;position:relative;text-align:center;width:100%}html:not(:has(.trade)) .App-content>.title{font-size:24px}html:not(:has(.trade)) .App-content>.description{font-size:16px;opacity:.5}html:not(:has(.trade)) .App-content>button{background:#ff5c04;background:var(--primary-color);border:none;border-radius:6px;color:#fff;cursor:pointer;font-family:Play,sans-serif;height:40px;max-width:300px;width:100%}html:not(:has(.trade)) .animated-bg{background-image:linear-gradient(#000000bf,#000000bf),url(/static/media/background_faceit.8164f21c66f7f01244c1.jpg);background-repeat:no-repeat;background-size:cover;height:100%;position:relative;width:100%}html:not(:has(.trade)) .animated-bg-wrapper{height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}html:not(:has(.trade)) header{align-items:center;background:#000;box-sizing:border-box;display:flex;height:30px;justify-content:center;padding:0 50px;width:100%}html:not(:has(.trade)) header .logo{width:100px}html:not(:has(.trade)) .notification{align-items:center;background:#1a1a1a;border:2px solid #222;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:15px;max-width:200px;opacity:0;padding:16px;text-align:center;transform:translateX(100%);width:100%}html:not(:has(.trade)) .notification-wrapper{align-items:center;background-color:rgba(0,0,0,.369);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10000}html:not(:has(.trade)) .notification .cross{align-items:center;background-color:#ff5c04;background-color:var(--primary-color);border-radius:6px;color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:10px;text-align:center;top:10px;width:30px}html:not(:has(.trade)) .notification h3,html:not(:has(.trade)) .notification p{margin:0;overflow-wrap:anywhere;text-align:center;width:100%}html:not(:has(.trade)) .notification p{opacity:.7}html:not(:has(.trade)) .notification.active{animation:notificationShowUp .5s forwards}@keyframes notificationShowUp{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@media(max-width:600px){html:not(:has(.trade)) .notification{left:0;max-width:100%;right:auto;top:0}}.modal{background:#1a1a1a;box-sizing:border-box;padding:20px}.modal,.modal-wrapper{height:100%;width:100%}.modal-wrapper{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0003;display:flex;justify-content:center;left:0;position:absolute;top:0;transform:translateY(-1000%);transition:.7s}.modal-wrapper.opened{transform:translateY(0)}.modal-content{align-items:center;display:flex;flex-direction:column;gap:15px;height:100%;max-height:90vh;overflow-y:auto}.modal-content .title{font-size:24px}.modal-container{flex-direction:column;max-width:600px}.modal-container,.modal-header{align-items:center;display:flex;width:100%}.modal-header{box-sizing:border-box;height:70px;justify-content:space-between;padding:20px}.modal-header img{width:110px}.modal-header span{cursor:pointer;opacity:.5}.modal p{width:-webkit-max-content;width:max-content}.modal ul{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin:0;padding:0;width:100%}.modal ul li{align-items:center;background:#232323;border:2px solid #0000;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;gap:20px;height:60px;padding:10px;position:relative;transition:.3s;-webkit-user-select:none;user-select:none;width:45%}.modal ul li:after{background:#3af35c;border-radius:50%;content:"";height:10px;opacity:0;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:.3s;width:10px}.modal ul li.active{border-color:#3af35c}.modal ul li.active:after{opacity:1}.modal ul li img{height:100%}.modal .input-wrapper{border-radius:6px;height:50px;max-width:300px;width:100%}.modal .input-wrapper input{background:blue;background:#242424;border:none;box-sizing:border-box;color:#fff;font-family:Play,sans-serif;font-size:16px;height:100%;outline:none;text-align:center;width:100%}.modal .rule{align-items:flex-start;display:flex;gap:15px;width:100%}.modal .rule .info{display:flex;flex-direction:column;gap:5px;width:100%}.modal .rule .info p{font-size:16px;font-weight:400;opacity:.5;width:auto}.modal .rule .info p.title{font-size:20px;font-weight:700;opacity:1}.modal .statuses{background:#222;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;gap:30px;max-width:400px;padding:20px;width:100%}.modal .statuses .status{align-items:center;display:flex;justify-content:space-between;width:100%}.modal .statuses .status span{align-items:center;display:flex;gap:5px}.modal .statuses .status .loader{--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;animation:l3 1s linear infinite;aspect-ratio:1;background:currentColor;border-radius:50%;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;padding:4px;width:10px}@keyframes l3{to{transform:rotate(1turn)}}.modal .accept{align-items:center;display:flex;gap:10px;justify-content:center;width:100%}.modal .accept .checkbox{border:1px solid hsla(0,0%,100%,.369);border-radius:4px;box-shadow:0 0 0 #0000;cursor:pointer;display:grid;height:16px;place-content:center;position:relative;transition:.3s;width:16px}.modal .accept .checkbox .checkmark{color:#fff;opacity:0;transition:.3s;width:100%}.modal .accept .checkbox.checked{background:#28c86b;border-color:#28c86b;box-shadow:0 0 5px #28c86b}.modal .accept .checkbox.checked .checkmark{opacity:1}.modal .accept span{font-size:14px;font-weight:600;opacity:.5}.modal button{align-items:center;background:var(--primary-color);border:none;border-radius:6px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-family:Play,sans-serif;font-weight:700;gap:5px;justify-content:center;max-width:300px;padding:15px;text-transform:uppercase;transition:.3s;width:100%}.modal button:disabled{background:#363636;color:hsla(0,0%,100%,.369)}.modal .hub-id-text{align-items:center;color:hsla(0,0%,100%,.369);display:flex;gap:5px}.modal .hub-id-text svg{color:var(--primary-color)}.modal .hub-id-text span{color:#fff}.modal .title{font-size:20px}.modal .description{color:hsla(0,0%,100%,.369)}.modal .statuses-error{background:#372215;border:1px solid var(--primary-color);border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;max-width:400px;padding:20px;width:100%}.modal .statuses-error p:nth-child(n+2){margin-top:20px}.modal .status-text{color:var(--primary-color);text-align:center;width:100%}.modal .online{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:0 15px;width:100%}.modal .online span{align-items:center;color:hsla(0,0%,100%,.369);display:flex;gap:8px}.modal .online span:nth-child(2){color:#fff}.modal .online span:nth-child(2) svg{color:var(--primary-color)}.modal .ring-container{height:25px;position:relative;width:25px}.modal .ring-container .circle{background-color:var(--primary-color);border-radius:50%;height:10px;width:10px}.modal .ring-container .circle,.modal .ring-container .ringring{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.modal .ring-container .ringring{animation:pulsate 1s ease-out infinite;border:3px solid var(--primary-color);-webkit-border-radius:30px;height:20px;opacity:0;width:20px}@keyframes pulsate{0%{opacity:0;transform:translate(-50%,-50%) scale(.1)}50%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) scale(1.2)}}@media(max-width:600px){.modal ul{flex-direction:column;flex-wrap:nowrap}.modal ul li{width:100%}}@media(max-height:800px){.modal{height:100%;overflow-y:auto}.modal-wrapper{align-items:flex-start;height:100%}.modal-container{height:100%}}.initial-loader{animation:spinner-bulqg1 .8s linear infinite alternate,spinner-oaa3wk 1.6s linear infinite;border:9px solid var(--primary-color);border-radius:50%;height:56px;width:56px}.initial-loader-wrapper{align-items:center;background-color:#222;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10001}@keyframes spinner-bulqg1{0%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0);clip-path:polygon(50% 50%,0 0,50% 0,50% 0,50% 0,50% 0,50% 0)}12.5%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 0,100% 0,100% 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,100% 100%,100% 100%)}50%{-webkit-clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,0 0,50% 0,100% 0,100% 100%,50% 100%,0 100%)}62.5%{-webkit-clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,100% 0,100% 0,100% 0,100% 100%,50% 100%,0 100%)}75%{-webkit-clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%);clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0 100%)}}@keyframes spinner-oaa3wk{0%{transform:scaleY(1) rotate(0deg)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0deg)}to{transform:scaleY(-1) rotate(-135deg)}}html:has(.trade),html:has(.trade) *{font-size:15px;scroll-behavior:smooth}.trade{--bg-color:#121212;--font-color:#fff;--orange:#ef5204;--font-family:"Play",sans-serif;--font-color-white:#f1f1f1;--color-second-text:#ffffff90;--color-font-dark-grey:#fff6;--global-color-section-game:#f0f2f5;--title-gradient:linear-gradient(169deg,#fff 50%,#ffffff45);--btn-shadow:0px 2px 20px -7px #000000e6;--line-liner-gradient:linear-gradient(90deg,#0000 15%,var(--orange),#0000 85%);--liner-gradient-block-important:linear-gradient(270deg,#fff0,#ffffff09 85%);--width-cookie:52%;background-color:var(--bg-color);color:var(--font-color);font-family:var(--font-family);font-weight:400;min-height:100vh;position:relative;width:100%}.trade *{box-sizing:border-box;margin:0;padding:0}.trade a{font-family:var(--font-family);letter-spacing:.02em;text-decoration:none}.trade .container{margin:0 auto;max-width:1200px;padding:0 2%}.trade section{padding:80px 0}.trade p.section__block__text{color:var(--color-second-text);font-size:22px;font-weight:400;letter-spacing:.02em;line-height:1.3em}.trade .menu__mobile .line,.trade body>.line{width:100%}.trade .menu__mobile .line>span,.trade body>.line>span{background:var(--line-liner-gradient);display:block;height:2px}.trade h1,.trade h2{-webkit-text-stroke:1px #fff;display:block;line-height:1.02em;text-align:center;text-transform:uppercase;word-break:break-word}.trade h2{font-size:54px;margin:.8rem 0}.trade h1>span,.trade h2>span{-webkit-text-fill-color:#0000;background-clip:text;-webkit-background-clip:text;background-color:#0000;background-image:var(--title-gradient)}.trade a.btn__orange,.trade header .navigation a.btn__orange{background-color:var(--orange);border-radius:3px;box-shadow:var(--btn-shadow);color:var(--font-color);padding:14px 26px 15px;text-transform:uppercase}.trade header{background-color:#0000;left:0;position:fixed;top:0;width:100%;z-index:10}.trade header .container{padding:14px 2%}.trade header.game{background-color:#0f0f0f;border-bottom:1px solid #414141}.trade header.game .container{padding:10px 0}.trade header.game .wrapper{justify-content:space-around;margin:0 auto;max-width:1300px}.trade header .wrapper{align-items:center;display:flex;justify-content:space-between}.trade .logo__wrapper{padding:10px 0}.trade .logo__wrapper a{margin-bottom:10px;margin-right:10px}.trade .logo__wrapper img{width:180px}.trade li,.trade ul{list-style:none}.trade ul{display:flex;gap:1rem}.trade header .navigation a{color:var(--orange);cursor:pointer;padding:0 .5rem;text-decoration:none;text-transform:uppercase}.trade header .navigation .lang{color:var(--global-color-section-game);font-size:17px;font-weight:700;text-transform:uppercase}.trade header .navigation a:visited{color:var(--font-color-white)}.trade header .icon__menu{cursor:pointer;display:none;height:24px;width:24px}.trade header .icon__menu img{width:100%}.trade header.game .navigation{cursor:pointer;position:relative}.trade header.game .block__lang{background-color:#10101066;display:flex;flex-direction:column;gap:.75rem;left:0;opacity:0;position:absolute;top:110%;visibility:hidden;width:55px}.trade header.game .navigation:hover .block__lang{opacity:1;visibility:visible}.trade header.game .block__lang:after{content:"";height:1rem;left:0;position:absolute;top:-20%;width:100%}.trade header.game .block__lang a{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;line-height:1rem;text-transform:uppercase}.trade header.game .block__lang a:hover{color:#2947f1}.trade header.game .block__lang img{aspect-ratio:1;width:22px}.trade .menu__mobile .menu__mobile__block{background:radial-gradient(#431600 4%,#000 100%);display:flex;flex-direction:column;gap:.5rem;position:fixed;right:-100%;top:0;transform:translateX(0);transition:transform .3s ease;width:100%;z-index:20}.trade .menu__mobile input{display:none}.trade .menu__mobile input:checked+.menu__mobile__block{transform:translateX(-100%);transition:transform .3s ease}.trade .container__mobile{padding:0 1rem;width:100%}.trade .menu__mobile .wrapper{display:flex;flex-direction:column;min-height:100vh}.trade .menu__mobile .mobile__wrapper{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.trade .menu__mobile .mobile__wrapper label{cursor:pointer}.trade .mobile__header{align-items:center;display:flex;justify-content:space-between;padding:1.5rem 0}.trade .mobile__header .logo{width:30%}.trade .mobile__header .logo img{width:100%}.trade .mobile__header .icon img{cursor:pointer;height:20px;width:20px}.trade .menu__mobile nav{padding:1.5rem 0}.trade .menu__mobile ul{flex-direction:column;gap:2rem}.trade .menu__mobile nav a{color:var(--font-color);font-weight:700;line-height:110%;text-transform:uppercase}.trade .menu__mobile nav.bold a{font-size:26px}.trade .menu__mobile nav.bold a:hover{color:var(--orange)}.trade .menu__mobile .navigation__btn nav a{font-size:18px}.trade .menu__mobile .navigation__btn nav a:hover{color:var(--color-font-dark-grey)}.trade .menu__mobile a.btn__orange{display:block;text-align:center}.trade .menu__mobile .navigation__btn{display:flex;flex-direction:column;gap:1.5rem;padding:1.5rem 0}.trade section.main{background:url(/static/media/section-main-bg.a39549d2516899cade3d.png);background-position:top;background-repeat:no-repeat;background-size:cover;min-height:800px;position:relative}.trade section .container .wrapper{padding-bottom:0;padding-top:80px}.trade h1{font-size:110px}.trade .wrapper__img{align-items:center;display:flex;flex-direction:column;gap:55px;padding:1% 10%}.trade section.main .wrapper__img img{max-width:250px;width:100%}.trade section .container .block__title,.trade section .container .block__title *{margin:0 auto;max-width:1024px;text-align:center}.trade section.main .description{display:flex;flex-direction:column;gap:.6rem;margin:1.85rem auto;width:660px}.trade section.main .description p{text-align:center}.trade section.main .block__btn,.trade section.scroll .block__btn{display:flex;justify-content:center;padding-bottom:50px;scale:1;transition:scale .3s ease}.trade section.main .block__btn:hover{scale:1.03;transition:scale .3s ease}.trade section.main .block__verif{display:grid;grid-template-columns:repeat(2,1fr);padding:95px 0;width:100%}.trade section.main .block__verif>div{padding:10px}.trade section.main .block__verif__img{align-items:center;display:flex}.trade section.main .block__img{margin-left:10%}.trade section.main h2{font-size:56px}.trade .block__verif__text h2{margin:1.5rem 0}.trade .block__verif__text p{margin:1rem 0}.trade section.important .wrapper{display:flex;flex-direction:column}.trade section.important .alarm h3{color:var(--orange);font-size:56px;line-height:1.1em;text-align:center}.trade section.important .block__grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin:2rem auto;min-width:960px}.trade section.important .block__iter{background:var(--liner-gradient-block-important);border:1px solid hsla(0,0%,100%,.063);border-radius:7px;padding:43px 60px}.trade section.important .block__iter>div{margin-bottom:20px;width:100%}.trade section.important .block__grid .icon{display:flex;justify-content:center}.trade section.important .block__grid .text>p{font-size:22px;font-weight:400;line-height:80%;margin-bottom:10px;text-align:center}.trade section.important .block__grid .text>p>span{font-weight:700}.trade section.scroll{padding:140px 0;position:relative}.trade section.scroll>.bg{background:url(/static/media/section-scroll-bg.9d7a3747bf5d976f7ea7.png);background-position:50%;background-repeat:no-repeat;background-size:contain;inset:0;opacity:.85;position:absolute}.trade section.scroll h2{font-size:56px;margin:1.5rem 0;text-align:left}.trade section.scroll .block__wrapper__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr);position:relative}.trade section.scroll .block__text{display:flex;flex-direction:column;row-gap:1.5rem}.trade section.scroll .block__descript{position:relative}.trade section.scroll .block__wrapper__descript{left:0;position:-webkit-sticky;position:sticky;top:0}.trade section.scroll .block__iter{display:flex;flex-direction:column}.trade section.scroll .block__iter .iter{display:flex;gap:1.5rem;margin-bottom:15px}.trade section.scroll .block__arrow,.trade section.scroll .block__iter .iter .icon{max-width:250px}.trade section.scroll .icon>img{width:100%}.trade section.scroll .iter__step__text{display:flex;flex-direction:column;gap:.75rem;justify-content:center}.trade section.scroll .block__iter p.step{color:var(--color-font-dark-grey);font-size:14px;font-weight:700;text-transform:uppercase}.trade section.scroll .block__iter p.about__step{color:var(--font-color);font-size:32px;font-weight:700;text-transform:uppercase}.trade section.scroll .block__arrow{align-items:center;display:flex;height:50px;justify-content:center}.trade section.scroll .block__arrow:last-child{display:none}.trade section.scroll .block__arrow img{height:32px;width:32px}.trade section.legit{position:relative}.trade section.legit h2{text-align:left}.trade section.legit .bg{background:url(/static/media/section-scroll-bg.9d7a3747bf5d976f7ea7.png);background-position:0;background-repeat:no-repeat;background-size:contain;inset:0;position:absolute;z-index:-1}.trade section.legit .wrapper{display:flex;flex-direction:column;gap:120px}.trade section.legit .block__grid{display:grid;grid-template-columns:repeat(2,1fr)}.trade section.legit .block__grid:nth-child(2n) .block__img{order:2}.trade section.legit .block__img{margin-right:14%}.trade section.legit .block__img img{text-align:center;width:100%}.trade section.legit .block__text{display:flex;flex-direction:column;gap:1.5rem}.trade section.legit .block__sponsors__name h3{color:var(--color-second-text);font-size:24px;margin:20px 0 0 40px}.trade section.legit .block__sponsors__name+img{width:360px}.trade section.next .block__title{border-top:56px}.trade section.next .block__title h3{color:var(--orange);font-size:56px;line-height:66px;text-align:center}.trade section.next .block__img{display:grid;place-content:center}.trade section.next .block__img img{width:80%}.trade section.next .block__grid__wrapper{display:flex;flex-direction:column;gap:10rem;margin-top:95px}.trade section.next .block__grid{display:grid;grid-template-columns:repeat(2,1fr)}.trade section.next .block__grid:nth-child(2n) .block__img{order:2}.trade section.next h2{font-size:56px;text-align:left}.trade section.next .block__text{display:flex;flex-direction:column;gap:1.5rem}.trade section.buttons{padding-bottom:50px}.trade section.buttons .block__img{margin-bottom:2rem;text-align:center}.trade section.buttons .block__img img{max-width:840px}.trade section.buttons .text__footer{display:flex;flex-direction:column;gap:.75rem;text-align:center}.trade section.buttons .text__footer p{font-size:22px}.trade section.buttons .text__main{font-weight:700}.trade section.buttons .text__second{color:var(--color-second-text)}.trade section.buttons .block__btn{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;margin:2rem auto;width:410px}.trade section.buttons .block__btn>div{border-radius:2px;margin:4px;transition:scale .3s ease}.trade section.buttons .block__btn>div:hover{scale:1.1;transition:scale .3s ease}.trade section.buttons .block__btn>div.btn__grey:hover{border-color:#f1f1f1;color:#f1f1f1}.trade section.buttons .btn__orange{background-color:var(--orange);border:2px solid var(--orange);color:#fff;font-weight:700;text-align:center;width:70%}.trade section.buttons .btn__grey{border:2px solid var(--color-font-dark-grey);color:var(--color-second-text);font-weight:400}.trade section.buttons .block__btn a,.trade section.buttons .fk__open>div{color:inherit;cursor:pointer;display:block;font-size:14px;font-weight:600;padding:16px 26px 18px;text-transform:uppercase}.trade section.screenshot .wrapper{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:750px}.trade section.screenshot .block__trade{align-items:center;display:flex;flex-direction:column;gap:2rem;padding:1rem 0}.trade section.screenshot .block__trade p{color:var(--color-second-text);font-size:1.5rem;letter-spacing:.02em;line-height:110%}.trade section.screenshot .block__img a{display:block}.trade section.screenshot .block__img img{display:block;margin:0 auto;width:80%}.trade section.screenshot .block__arrow img{height:24px;text-align:center;width:24px}.trade section.screenshot .block__trade:last-child .block__arrow{display:none}.trade section.cookies{bottom:4rem;min-width:300px;position:fixed;right:calc((100% - var(--width-cookie))/2);width:var(--width-cookie);z-index:11}.trade section.cookies .block__cookies{background-color:var(--bg-color);border-radius:4px;box-shadow:0 0 20px rgba(0,0,0,.565),inset 1px 1px hsla(0,0%,100%,.333),inset -1px -1px hsla(0,0%,100%,.125);display:flex;flex-direction:column;gap:.7rem;padding:1.2rem;width:100%}.trade section.cookies .block__cookies .title{color:#fff;font-size:1rem;font-weight:700}.trade section.cookies .block__cookies .text{color:dimgray;font-size:14px;font-weight:400}.trade section.cookies .block__accepts{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.trade section.cookies .block__accepts .text{flex-grow:1}.trade section.cookies .block__btn{display:flex;gap:.65rem}.trade section.cookies .block__btn .btn__orange{background-color:var(--orange);border-radius:4px;cursor:pointer;padding:8px 25px}.trade section.game{background-color:#191919}.trade section.game .wrapper{display:flex;flex-direction:column;gap:3rem;justify-content:space-between;min-height:calc(100vh - 160px)}.trade section.game .main{padding-top:5rem}.trade section.game h1{font-size:2.1rem;line-height:95%}.trade section.game .block__title{display:flex;flex-direction:column;gap:3rem;margin:0 auto;width:500px}.trade section.game .block__content{display:flex;flex-direction:column;gap:2.5rem}.trade section.game .iter{display:flex;gap:1.1rem}.trade section.game .block__text{display:flex;flex-direction:column;gap:.5rem}.trade section.game .title{color:#fff;font-size:1rem;font-weight:700}.trade section.game .text{color:var(--global-color-section-game);font-size:.95rem;font-weight:400}.trade section.game .block__fix__height{min-height:2.5rem}.trade section.game .circle{align-items:center;background-color:#ff550014;border:1px solid #ff55003d;border-radius:50%;display:flex;flex-shrink:0;height:50px;justify-content:center;position:relative;width:50px}.trade section.game .iter:not(:last-child) .circle:after{background:#ff55003d;content:"";height:37px;position:absolute;top:115%;width:1px}.trade section.game .qr__code{display:flex;flex-direction:column;gap:1.2rem;margin:0 auto;width:500px}.trade section.game .qr__code .logo__svg{margin:0 auto;width:100px}.trade section.game .logo__svg img{width:100%}.trade section.game .qr{background-color:#ffffff03;border:8px solid #8b360c;height:200px;margin:0 auto;overflow:hidden;position:relative;touch-action:none;width:200px}.trade section.game .qr iframe{overflow:hidden!important;pointer-events:none;touch-action:none}.trade section.game .qr img{border:7px solid #fff;display:block;filter:blur(3px);height:calc(100% + 2px);inset:-1px;position:absolute;width:calc(100% + 2px);z-index:22}.trade section.game .faker__wrapper{height:1000px;overflow:hidden;pointer-events:none;position:absolute;right:-205px;top:-560px;touch-action:none;width:600px;z-index:21}@media screen and (max-width:550px){.trade section.game .faker__wrapper{right:-198px;top:-603px}}.trade section.game .qr__code>p{text-align:center}.trade section.game .block__btn{display:flex;justify-content:center}.trade section.game .btn__orange span{background-color:var(--orange);border-radius:8px;font-size:14px;font-weight:400;padding:.7rem 1.1rem;text-align:center}.trade section.game .footer__text{display:flex;flex-direction:column;gap:.65rem;text-align:center}.trade section.game .footer__text p{color:var(--global-color-section-game);font-size:15px;font-weight:400}.trade section.game .footer__text a{color:#fff;font-size:1rem;font-weight:700;text-decoration:none}.trade section.game .fk__open{cursor:pointer}.trade section.modal{background-color:#101010e6;height:100vh;left:0;min-height:800px;opacity:0;padding-top:5rem;position:fixed;top:0;transform:translateY(-300px);visibility:hidden;width:100%;z-index:30}.trade section.modal.active{animation:modalShow .55s forwards;opacity:1;visibility:visible}@keyframes modalShow{0%{opacity:0;transform:translateY(-300px)}to{opacity:1;transform:translateY(0)}}.trade section.modal .block__modal{margin:0 auto;width:900px}.trade section.modal.active .spinner{border-radius:50%;height:200px;margin:0 auto;position:relative;width:200px}.trade .spinner svg{height:180px;margin:1rem auto;transform:rotate(-90deg);width:180px}.trade .spinner svg circle{fill:none;stroke-width:5px;stroke-linecap:butt}.trade .spinner svg circle.bg{stroke:#4e4e4e}.trade .spinner svg circle.meter{stroke:var(--orange);stroke-dashoffset:300px;stroke-dasharray:300px;animation:prog 6s ease forwards;animation-delay:.5s}@keyframes prog{0%{stroke-dashoffset:300px}10%{stroke-dashoffset:290px}20%{stroke-dashoffset:200px}30%{stroke-dashoffset:190px}50%{stroke-dashoffset:130px}80%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}.trade section.modal .header__modal{align-items:center;display:flex;justify-content:space-between;padding:1rem}.trade section.modal .header__modal span{color:gray;cursor:pointer;font-size:1.1rem;font-weight:700;text-transform:uppercase}.trade section.modal .header__modal .block__logo{width:115px}.trade section.modal .header__modal .block__logo img{width:100%}.trade section.modal .body__modal{background-color:#191919;padding:3.5rem 1rem}.trade section.modal .block__modal__content,.trade section.modal .body__modal{display:flex;flex-direction:column;gap:3rem}.trade section.modal .mini__title{color:#fff;font-size:1.8rem;font-weight:700;text-align:center}.trade section.modal .block__iter{display:flex;flex-direction:column;gap:1rem}.trade section.modal .block__iter .line{align-items:center;display:flex;font-size:18px;gap:5px;justify-content:center;line-height:12px}.trade section.modal .line img{aspect-ratio:1;margin:0 6px;width:12px}.trade section.modal .block__iter p{color:#fff;font-weight:700}.trade section.modal .block__iter .line>span{font-weight:700}.trade section.modal .block__iter span.error{color:#c3303e}.trade section.modal .block__iter span.green{color:#6ba064}.trade section.modal .block__iter span.grey{color:#a0a0a0}.trade section.modal .block__iter span.yellow{color:#d5c24f}.trade section.modal .link__orange{background-color:#222;border-radius:6px;color:var(--orange);font-weight:400;padding:.3rem .7rem;text-decoration:underline}.trade section.modal p.text{color:#70747f;display:block;font-size:17px;font-weight:400;margin:0 auto;text-align:center;width:570px}.trade section.modal .dots{align-items:center;display:flex;gap:12px;height:90%;padding:0 6px}.trade section.modal span.dot{animation:dotsFlash 1.5s ease infinite;animation-delay:calc(var(--i)/2);background-color:var(--orange);border-radius:50%;height:6px;opacity:.9;width:6px}@keyframes dotsFlash{0%{opacity:.9;transform:scale(1)}80%{opacity:.75;transform:scale(1.5)}to{opacity:.9;transform:scale(1)}}.trade footer{padding:3% 0}.trade footer .logo img{height:32px;width:32px}.trade footer .block__flex__footer{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:2rem}.trade footer .block__flex__footer>div{display:flex;gap:1rem;justify-content:center}.trade footer .social img{height:24px;width:24px}.trade footer .nav>a{font-weight:700;letter-spacing:.03em;line-height:30px;text-decoration:none;text-transform:uppercase;vertical-align:middle}.trade footer .nav__anchor>a{color:var(--color-second-text)}.trade footer .nav__link>a{color:var(--color-font-dark-grey)}.trade section.not__found{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}.trade section.not__found .block__error{text-align:center}.trade section.not__found .block__error p{font-size:22px;text-transform:uppercase}.trade header.bg__dark{animation:header-show .3s ease;animation-fill-mode:forwards;-webkit-backdrop-filter:saturate(180%) blur(94px);backdrop-filter:saturate(180%) blur(94px);background-color:#141414d9;border-bottom:1px solid hsla(0,0%,100%,.141)}@keyframes header-show{0%{background-color:#1414141a;border-color:#fff0}to{background-color:#141414d9;border-color:hsla(0,0%,100%,.141)}}.trade section .block__img.element-show{opacity:1;scale:1;transition:opacity .5s ease,scale .75s ease}@media screen and (max-width:990px){.trade html{font-size:15px}.trade section.main .wrapper{padding-top:50px}.trade section.main .wrapper__img{padding:0 2%}.trade h1{font-size:62px}.trade h2{line-height:75%;text-align:left}.trade h1>span,.trade h2>span{font-size:36px}.trade section.legit .block__sponsors__name+img{width:70%}.trade section.important .block__grid{min-width:auto}.trade section.buttons .block__img img{width:100%}.trade footer .block__flex__footer{row-gap:.8rem}.trade footer .block__flex__footer .nav{flex-wrap:wrap;justify-content:start;order:3;width:100%}.trade footer .block__flex__footer .social{justify-content:end;width:80%}.trade header nav.navigation{display:none}.trade header .icon__menu{display:block}.trade section.cookies .block__accepts .text{width:100%}.trade section.cookies .block__btn{flex-wrap:wrap;margin:10px auto 0}.trade section.modal .block__modal{width:650px}.trade section.modal .body__modal{padding:2.5rem .5rem}}@media screen and (max-width:690px){.trade :root{--width-cookie:80%}.trade h1,.trade h2{line-height:75%;text-align:center!important}.trade section.important .block__grid,.trade section.legit .block__grid,.trade section.main .block__verif,.trade section.next .block__grid,.trade section.scroll .block__wrapper__grid{gap:2rem;grid-template-columns:repeat(1,1fr)}.trade section.important .block__grid>img,.trade section.legit .block__grid>img,.trade section.main .block__verif>img,.trade section.next .block__grid>img,.trade section.scroll .block__wrapper__grid>img{width:100%}.trade section.main .description{width:auto}.trade section.legit .block__grid:nth-child(2n) .block__img{order:0}.trade section.legit .block__img,.trade section.main .block__img{display:flex;justify-content:center;margin:2% auto;width:65%}.trade p.section__block__text{font-size:18px}.trade section.scroll{padding:60px 0}.trade section.scroll .block__iter .iter{display:grid;grid-template-columns:repeat(1,1fr);text-align:center}.trade section.scroll .block__arrow,.trade section.scroll .block__iter .iter .icon{display:flex;justify-content:center;max-width:100%}.trade section.scroll .icon>img{height:180px;width:180px}.trade section.legit .block__grid .block__about{order:-1}.trade section.legit .wrapper{gap:50px}.trade section.next .block__img img{margin:0 auto;width:70%}.trade section.legit .sponsor .block__img{display:flex;flex-wrap:wrap;justify-content:start;width:100%}.trade section.legit .sponsor .block__img>div{width:100%}.trade section.legit .sponsor .block__img>img{width:220px}.trade section.legit .block__sponsors__name h3{margin:15px 0}.trade section.buttons .block__btn{width:300px}.trade section.game .block__title,.trade section.game .qr__code{padding:0 1rem;width:100%}.trade section.modal .block__modal{width:420px}.trade section.modal .block__iter .line{font-size:14px}.trade section.modal p.text{padding:0 .5rem;width:100%}.trade section.modal .block__iter .line:last-child{flex-wrap:wrap}.trade section.important .block__grid .text>p{line-height:95%}}.liveChat_main__06_VH{bottom:30px;pointer-events:none;position:fixed;right:30px;-webkit-transform:translateZ(0);z-index:1000}.liveChat_circle__S8bvP,.liveChat_main__06_VH{align-items:center;display:flex;justify-content:center}.liveChat_circle__S8bvP{background:var(--primary-color);border-radius:65px;cursor:pointer;height:65px;pointer-events:auto;position:relative;transition-duration:.3s;width:65px}.liveChat_circle__S8bvP:hover{transform:scale(1.05)}.liveChat_circle__S8bvP:active{transform:scale(.95);transition-duration:.1s}.liveChat_imgIn___oMkJ{opacity:0;position:absolute;transform:scale(0);transition-duration:.3s}.liveChat_imgIn___oMkJ.liveChat_active__PJwGv{opacity:1;transform:scale(1)}.liveChat_tab__UU4cn{align-items:center;animation:liveChat_wiggle__XTibP 8s 6s infinite running;background:#000;border-radius:12px;color:var(--primary-color);cursor:default;display:flex;font-size:12px;font-weight:700;height:25px;justify-content:center;line-height:14px;margin-right:15px;opacity:1;pointer-events:auto;transition-duration:.3s;-webkit-user-select:none;user-select:none;visibility:visible;width:90px}.liveChat_overBlockOver__vVBBw,.liveChat_tab__UU4cn.liveChat_active__PJwGv{opacity:0;pointer-events:none;visibility:hidden}.liveChat_overBlockOver__vVBBw{border:2px solid var(--primary-color);border-radius:6px;bottom:30px;overflow:hidden;position:fixed;right:30px;-webkit-transform:translateZ(0);transition:all .3s,pointer-events 0s;z-index:1010}.liveChat_overBlockOver__vVBBw.liveChat_active__PJwGv{opacity:1;pointer-events:auto;visibility:visible}.liveChat_blockOver__Nc0sc{position:relative}.liveChat_block__DGKPr{background-color:#000;border-radius:0;height:585px;overflow:hidden;position:relative;width:400px}.liveChat_arrow__OEJSr{bottom:0;position:absolute;right:25px}.liveChat_top__p_AEd{background:#000;border-bottom:2px solid var(--primary-color);height:70px;width:100%}.liveChat_topIn__V38Uc{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-sizing:border-box;display:flex;height:70px;justify-content:space-between;padding:25px 15px 25px 25px;position:absolute;width:100%}.liveChat_topLeft__msq_B{align-items:center;display:flex;gap:10px;justify-content:center}.liveChat_topTitle__VMORQ{line-height:17px;max-width:135px}.liveChat_topDesc__xN5vJ,.liveChat_topTitle__VMORQ{color:var(--text-color);font-size:14px;font-weight:700}.liveChat_topDesc__xN5vJ{font-family:Inter;line-height:24px}.liveChat_overInput__sYxkX{align-items:center;border:2px solid #090f1e1f;border-radius:1000px;display:flex;gap:10px;height:50px;justify-content:center;padding:7px 7px 7px 20px;transition-duration:.3s;width:100%}.liveChat_overInput__sYxkX button{align-items:center;aspect-ratio:1/1;background-color:#1a1a1a;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;height:35px;justify-content:center;transition:.3s;width:35px}.liveChat_overInput__sYxkX button:disabled{cursor:not-allowed;opacity:.5}.liveChat_overInput__sYxkX button:not(:disabled).active,.liveChat_overInput__sYxkX button:not(:disabled):hover{background-color:var(--primary-color)}.liveChat_overInput__sYxkX.liveChat_active__PJwGv{border-color:var(--primary-color)}.liveChat_bottom___dKA0{align-items:center;border-top:2px solid var(--primary-color);box-sizing:border-box;display:flex;height:100px;justify-content:space-between;padding:0 25px;width:100%}.liveChat_fileButton__Ptfvu{background:#0000;border:none;cursor:pointer;display:flex;outline:none;padding:0}.liveChat_msgA__e5do_{color:var(--text-color)}.liveChat_msgA__e5do_:hover{text-decoration:none}.liveChat_message__NWRRw:not(.liveChat_isMe__Pby0z) .liveChat_msgA__e5do_{color:#5084ff}.liveChat_fileButton__Ptfvu>svg>path{transition-duration:.3s}.liveChat_fileButton__Ptfvu.liveChat_fileButton_active>svg>path,.liveChat_fileButton__Ptfvu:hover>svg>path{fill:var(--primary-color)}.liveChat_sendButton__GhvKx{align-items:center;background:var(--primary-color);border:1px solid var(--primary-color);border-radius:40px;cursor:pointer;display:flex;height:34px;justify-content:center;min-width:34px;outline:none;transition-duration:.3s;width:34px}.liveChat_avatars__x8eBs{height:44px}.liveChat_sendButton__GhvKx>svg>path{fill:var(--text-color);transition-duration:.3s}.liveChat_sendButton__GhvKx:hover{opacity:.9}.liveChat_sendButton__GhvKx:hover>svg>path{fill:var(--text-color)}.liveChat_sendButton__GhvKx:disabled{background:#090f1e1f;border:1px solid #0000;cursor:not-allowed}.liveChat_sendButton__GhvKx:disabled>svg>path{fill:#777f90}.liveChat_input__SpC1t{background:#0000;border:none;color:#fff;font-size:16px;font-weight:500;height:50px;line-height:19px;outline:none;width:100%}.liveChat_messages__VMGEY{box-sizing:border-box;display:flex;flex-direction:column;gap:15px;height:calc(100% - 170px);overflow-y:auto;padding:20px}.liveChat_message__NWRRw{display:flex;gap:10px}.liveChat_messageOver__DpX_v{width:calc(100% - 40px)}.liveChat_isMe__Pby0z .liveChat_messageOver__DpX_v{display:flex;justify-content:flex-end;width:100%}.liveChat_avatar__QU_yO{align-items:center;background-image:url(data:image/png;base64,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);background-size:cover;border-radius:40px;display:flex;height:30px;justify-content:center;min-width:30px;width:30px}.liveChat_def__4MOxM{background-image:none;border-radius:50%}.liveChat_avatar__QU_yO>svg{width:20px}.liveChat_name__1zMCi{color:var(--bg-color);font-family:Inter;font-size:14px;font-weight:600;line-height:17px}.liveChat_msg__MIVDo{background-color:var(--primary-color);border-radius:7px;box-sizing:border-box;color:#000;font-size:16px;font-weight:500;line-height:19px;margin-bottom:4px;max-width:100%;padding:20px;width:-webkit-max-content;width:max-content;word-break:break-word}.liveChat_msg__MIVDo img{cursor:pointer}.liveChat_message__NWRRw.liveChat_isMe__Pby0z .liveChat_msg__MIVDo a{color:#000}.liveChat_message__NWRRw .liveChat_msg__MIVDo a{color:var(--primary-color)}.liveChat_messageImg__9zzrU{border-radius:8px;max-height:350px;max-width:350px}.liveChat_time__CrV86{color:#fff;font-size:14px;font-weight:500;line-height:17px;text-align:left}.liveChat_isMe__Pby0z{justify-content:flex-end}.liveChat_isMe__Pby0z .liveChat_time__CrV86,.liveChat_isMe__Pby0z>.liveChat_avatar__QU_yO{display:none}.liveChat_isMe__Pby0z .liveChat_msg__MIVDo{background-color:var(--primary-color);color:#000;margin-bottom:0;max-width:80%}.liveChat_isMe__Pby0z .liveChat_name__1zMCi{display:none}.liveChat_unread__6H_9b{align-items:center;background:linear-gradient(270deg,#ff3f61,#ff123d);border:4px solid var(--bg-color);border-radius:20px;color:var(--text-color);display:flex;font-size:12px;font-weight:700;height:28px;justify-content:center;line-height:14px;opacity:0;position:absolute;right:-6px;top:-6px;transform:scale(0);transition-duration:.3s;width:28px}.liveChat_unread__6H_9b.liveChat_active__PJwGv{opacity:1;transform:scale(1)}.liveChat_cross__wGabt{align-items:center;border-radius:8px;color:var(--primary-color);cursor:pointer;display:flex;height:40px;justify-content:center;transition-duration:.3s;width:40px}.liveChat_cross__wGabt:hover{background-color:#090e1e26}.liveChat_cross__wGabt>svg{transition-duration:.3s}.liveChat_cross__wGabt:active>svg{transform:scale(.8)}.detailed-image-wrapper{align-items:center;background-color:#aeaeae3e;box-sizing:border-box;display:flex;height:100vh;justify-content:center;left:0;padding:50px;position:fixed;top:0;width:100vw;z-index:10005}.detailed-image-wrapper-cross{height:30px;position:absolute;right:10px;top:10px;width:30px}.detailed-image-wrapper-cross svg{color:#fff;cursor:pointer;height:100%;transition:.3s;width:100%}.detailed-image-wrapper-cross svg:hover{color:var(--primary-color)}.detailed-image-wrapper img{max-height:100%;max-width:100%;-webkit-user-select:none;user-select:none}@media screen and (max-width:799px){.liveChat_main__06_VH,.liveChat_overBlockOver__vVBBw{bottom:75px;right:10px}.liveChat_circle__S8bvP{height:50px;width:50px}.liveChat_imgIn___oMkJ{height:30px;width:30px}.liveChat_tab__UU4cn{display:none}}@media screen and (max-height:720px),screen and (max-width:1060px) and (max-height:820px),screen and (max-width:799px){.liveChat_overBlockOver__vVBBw{height:100dvh;left:0;position:fixed;right:0;top:0;-webkit-transform:translateZ(0);width:100%;z-index:1010}.liveChat_arrow__OEJSr{display:none}.liveChat_block__DGKPr{border-radius:0;height:100dvh;width:100%}}@media screen and (max-width:680px){.liveChat_messageImg__9zzrU{max-width:300px}}
/*# sourceMappingURL=main.a9a29741.css.map*/