@charset "UTF-8";*{font-family:Rubik,sans-serif;padding:0;margin:0;outline:0;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;text-decoration:none}.payment-page__box{padding:30px;border:1px solid rgba(126,170,255,.25);border-radius:28px;background:rgba(18,26,51,.92);box-shadow:0 20px 60px rgba(3,8,24,.28)}.payment-page__after-details,.payment-page__confirmation,.payment-page__description,.payment-page__footer,.payment-page__requirements{margin:0 0 24px;color:#e8ecf8;font-size:16px;line-height:1.65}.payment-page__details-head{margin:26px 0 18px}.payment-page__details-head h3{margin:0 0 8px;color:#fff;font-size:24px}.payment-page__details-head p{margin:0;color:#aeb8d4}.payment-page__wallets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:24px}.payment-wallet{min-width:0;padding:18px;border:1px solid rgba(126,170,255,.28);border-radius:18px;background:rgba(255,255,255,.055)}.payment-wallet__label{margin:0 0 10px;color:#fff;font-weight:700}.payment-wallet__value{display:flex;align-items:center;justify-content:space-between;gap:12px}.payment-wallet__value span{min-width:0;color:#8fd8ff;font-family:monospace;overflow-wrap:anywhere}.payment-wallet__value small{flex:0 0 auto;color:#9da8c5}.payment-page__success,.payment-page__unavailable{margin:0 0 24px;padding:16px 18px;border-radius:16px}.payment-page__unavailable{background:rgba(255,186,73,.12);color:#ffd28a}.payment-page__success{background:rgba(60,214,143,.12);color:#8ef0bd}.payment-page__form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;margin-top:16px}.payment-page__input input{width:100%;min-height:54px;padding:0 18px;border:1px solid rgba(126,170,255,.3);border-radius:16px;background:rgba(255,255,255,.07);color:#fff;outline:0}.payment-page__input.has-error input{border-color:#ff6f7d}.payment-page__input .error{margin:7px 4px 0;color:#ff9ca5;font-size:13px}.payment-continue-link,.payment-page__form button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 24px;border:0;border-radius:16px;background:linear-gradient(135deg,#5a7bff,#20bdea);color:#fff;font-weight:700;text-decoration:none;cursor:pointer}.payment-continue-link{margin-top:16px}.payment-page__footer{margin-bottom:0;padding-top:20px;border-top:1px solid rgba(126,170,255,.18);color:#aeb8d4;font-size:14px}@media (max-width:767px){.payment-page__box{padding:20px;border-radius:22px}.payment-page__form,.payment-page__wallets{grid-template-columns:1fr}}body{background:#000;background-image:url(/images/1.svg);background-repeat:no-repeat;background-size:cover;overflow-x:hidden}body.menu-open{overflow:hidden}body::before{content:"";position:absolute;bottom:100px;left:0;width:100%;height:200px;background:-webkit-gradient(linear,left top,left bottom,from(transparent),to(#000));background:linear-gradient(to bottom,transparent,#000);z-index:-1}.container{max-width:1440px;padding:0 20px;width:100%;margin:auto}main .container{position:relative}main .exchange_block{margin:30px auto 0;border-radius:40px;background:#111;max-width:905px;padding:25px;display:-ms-grid;display:grid;-ms-grid-columns:180px 57px 1fr;grid-template-columns:180px 1fr;gap:57px;-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}main .exchange_block .cats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}main .exchange_block .cats a{color:#2c2c2c;border:1px solid #2c2c2c;padding:12px 17px;border-radius:65px;font-size:14px;position:relative;overflow:hidden;z-index:0;-webkit-transition:color .3s ease;transition:color .3s ease}main .exchange_block .cats a::before{content:"";position:absolute;inset:0;border-radius:inherit;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);opacity:0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;z-index:-1}main .exchange_block .cats a.active{color:#fff}main .exchange_block .cats a.active::before{opacity:1}main .exchange_block .lists{display:-ms-grid;display:grid;-ms-grid-columns:1fr 10px 1fr;grid-template-columns:repeat(2,1fr);gap:10px}main .exchange_block .lists .list{background:#2c2c2c;border-radius:30px;padding:19px 16px}main .exchange_block .lists .list .title{margin-top:10px;font-size:20px;font-weight:500}main .exchange_block .lists .list .list_block{padding-right:15px;margin-top:23px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;max-height:280px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#7A39F5 #1A1A1A}main .exchange_block .lists .list .list_block::-webkit-scrollbar{width:5px}main .exchange_block .lists .list .list_block::-webkit-scrollbar-track{background:#111;border-radius:20px}main .exchange_block .lists .list .list_block::-webkit-scrollbar-thumb{background:-webkit-gradient(linear,left top,left bottom,from(#7a39f5),to(#fb7d1a));background:linear-gradient(180deg,#7a39f5 0,#fb7d1a 100%);border-radius:20px}main .exchange_block .lists .list .list_block::-webkit-scrollbar-thumb:hover{background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#8a8a8a));background:linear-gradient(180deg,#fff 0,#8a8a8a 100%)}main .exchange_block .lists .list .list_block .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:5px 11px;min-height:40px;cursor:pointer;-webkit-transition:.3s;transition:.3s;border-radius:65px;overflow:hidden!important}main .exchange_block .lists .list .list_block .item.active,main .exchange_block .lists .list .list_block .item:hover{background:#111}main .exchange_block .lists .list .inp_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:9px;gap:10px;background:#111;border-radius:65px}main .exchange_block .lists .list .inp_group input{background:0 0;font-size:14px;font-family:Manrope}main .item_bg{position:absolute;background:#111;padding:15px 30px 15px 22px;border-radius:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;-webkit-animation:float 4.5s ease-in-out infinite;animation:float 4.5s ease-in-out infinite;will-change:transform}main .item_bg .grad{font-size:35px;font-weight:500;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5)}main .item_bg .text_i{font-size:14px;font-weight:300}main .item_bg.i1{left:85px;top:1px;-webkit-animation-delay:0s;animation-delay:0s}main .item_bg.i2{right:85px;top:1px;-webkit-animation-delay:.8s;animation-delay:.8s}main .item_bg.i3{top:166px;left:0;-webkit-animation-delay:1.6s;animation-delay:1.6s}main .item_bg.i4{top:166px;right:0;-webkit-animation-delay:2.4s;animation-delay:2.4s}@-webkit-keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-12px);transform:translateY(-12px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes float{0%{-webkit-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-12px);transform:translateY(-12px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.mobile-only{display:none!important}.desktop-only{display:-webkit-box;display:-ms-flexbox;display:flex}header{margin-top:45px}header a img{-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}header a img:hover{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:.8}header .box{margin:auto;width:100%;background:#111;padding:15px 15px 15px 20px;border-radius:65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:25px}header .nav a{font-size:14px;font-weight:300;position:relative;-webkit-transition:color .3s ease;transition:color .3s ease}header .nav a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);-webkit-transition:width .3s ease;transition:width .3s ease}header .nav a:hover{color:#fb7d1a}header .nav a:hover::after{width:100%}header .lang{position:relative;font-size:14px;font-weight:500;display:-webkit-box;display:-ms-flexbox;display:flex}header .lang .lang_toggle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:3px;cursor:pointer;background:0 0;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}header .lang .lang_toggle:hover{opacity:.7}header .lang .arrow{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}header .lang.active .arrow{-webkit-transform:rotate(180deg);transform:rotate(180deg)}header .lang .lang_menu{position:absolute;top:calc(100% + 12px);right:0;min-width:90px;padding:8px;border-radius:16px;background:#111;border:1px solid #2c2c2c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;opacity:0;visibility:hidden;-webkit-transform:translateY(10px);transform:translateY(10px);pointer-events:none;-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;transition:opacity .3s ease,transform .3s ease,visibility .3s ease,-webkit-transform .3s ease;z-index:20}header .lang .lang_menu a{padding:8px 12px;border-radius:10px;color:#bdbdbd;-webkit-transition:background .3s ease,color .3s ease;transition:background .3s ease,color .3s ease}header .lang .lang_menu a.active,header .lang .lang_menu a:hover{background:#2c2c2c;color:#fff}header .lang.active .lang_menu{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}header .btn{position:relative;z-index:0;border-radius:65px}header .btn::before{position:absolute;content:"";left:-1px;top:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);z-index:-2}header .btn::after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#331906),to(#190c31));background:linear-gradient(to right,#331906,#190c31);z-index:-1}header .btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 15px 5px 5px;gap:10px;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;cursor:pointer}header .btn:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 8px 25px rgba(122,57,245,.3);box-shadow:0 8px 25px rgba(122,57,245,.3)}header .btn:active{-webkit-transform:translateY(0);transform:translateY(0)}header .btn span{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5);font-size:14px;font-weight:300}main .sub{text-align:center;padding:17px;border-radius:65px;position:relative;z-index:0;border-radius:65px}main .sub::before{position:absolute;content:"";left:-1px;top:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);z-index:-2}main .sub::after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#331906),to(#190c31));background:linear-gradient(to right,#331906,#190c31);z-index:-1}main .sub{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:50px auto 0;cursor:default;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}main .sub:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}main .sub span{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5)}main h1{margin-top:20px;font-size:50px;line-height:50px;font-weight:500;text-align:center}main h1 span{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5)}main .text{margin:20px auto 0;max-width:580px;text-align:center;font-size:14px;font-weight:300}main .top_courses{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin-top:20px}main .top_courses .item{background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);padding:10px 35px 10px 20px;border-radius:65px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px;cursor:pointer;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}main .top_courses .item:hover{-webkit-transform:translateY(-4px) scale(1.02);transform:translateY(-4px) scale(1.02);-webkit-box-shadow:0 12px 30px rgba(251,125,26,.25);box-shadow:0 12px 30px rgba(251,125,26,.25)}main .top_courses .item:active{-webkit-transform:translateY(0) scale(.98);transform:translateY(0) scale(.98)}main .top_courses .item *{font-family:Manrope}main .top_courses .item .left .coin,main .top_courses .item .left .title{font-size:14px}main .top_courses .item .price{font-size:27px;font-weight:700;min-width:100px;text-align:right;font-variant-numeric:tabular-nums}.slider_courses{margin-top:50px;overflow:hidden;padding:3px 0}.slider_courses .slider_track{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-animation:scroll 20s linear infinite;animation:scroll 20s linear infinite}.slider_courses .slider_track:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.slider_courses .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:18px;border-radius:65px;position:relative;z-index:0;border-radius:65px}.slider_courses .item::before{position:absolute;content:"";left:-1px;top:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);z-index:-2}.slider_courses .item::after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#331906),to(#190c31));background:linear-gradient(to right,#331906,#190c31);z-index:-1}.slider_courses .item{-ms-flex-negative:0;flex-shrink:0;cursor:pointer;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.slider_courses .item:hover{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 8px 20px rgba(122,57,245,.2);box-shadow:0 8px 20px rgba(122,57,245,.2)}.slider_courses .item span{font-size:14px;font-weight:300}@-webkit-keyframes scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes scroll{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.top_items{margin-top:50px;position:relative}.top_items::before{content:"";position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%;height:0;border:.1px dashed #2c2c2c;z-index:-1}.top_items .items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}.top_items .items .item{background:#111;padding:18px;min-height:160px;max-width:377px;border-radius:40px;cursor:pointer;-webkit-transition:border-color .4s ease,-webkit-transform .4s ease,-webkit-box-shadow .4s ease;transition:border-color .4s ease,-webkit-transform .4s ease,-webkit-box-shadow .4s ease;transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease;transition:transform .4s ease,box-shadow .4s ease,border-color .4s ease,-webkit-transform .4s ease,-webkit-box-shadow .4s ease}.top_items .items .item:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.top_items .items .item:hover .icon{-webkit-transform:rotate(10deg) scale(1.1);transform:rotate(10deg) scale(1.1)}.top_items .items .item .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.top_items .items .item .head p{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5);font-size:20px;font-weight:500}.top_items .items .item .icon{-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.top_items .items .item .text{margin-top:10px;font-size:14px;font-weight:300}.top_exchanges{margin-top:50px;background:#111;padding:50px 0}.top_exchanges h2{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5);font-size:35px;font-weight:500}.top_exchanges .btn{padding:17px 25px;border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-size:14px;font-weight:300;cursor:pointer;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease,-webkit-filter .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease,-webkit-filter .3s ease;transition:transform .3s ease,box-shadow .3s ease,filter .3s ease;transition:transform .3s ease,box-shadow .3s ease,filter .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease,-webkit-filter .3s ease}.top_exchanges .btn:hover{-webkit-transform:translateY(-3px);transform:translateY(-3px);-webkit-box-shadow:0 10px 30px rgba(251,125,26,.3);box-shadow:0 10px 30px rgba(251,125,26,.3);-webkit-filter:brightness(1.1);filter:brightness(1.1)}.top_exchanges .btn:active{-webkit-transform:translateY(0);transform:translateY(0)}.top_exchanges .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.top_exchanges .table{margin-top:30px}.top_exchanges .table .td,.top_exchanges .table .th{padding:12px 30px;font-size:16px;font-weight:100}.top_exchanges .table .td{padding:7px 30px}.top_exchanges .table .th{font-weight:500}.top_exchanges .table .thead .tr{border-radius:65px 65px 0 0;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr)}.top_exchanges .table .tbody .tr{display:-ms-grid;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-grid-columns:(1fr)[5];grid-template-columns:repeat(5,1fr);border:1px solid #2c2c2c;background:#000;margin-top:5px;border-radius:65px;-webkit-transition:border-color .3s ease,background .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,background .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,background .3s ease;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease,background .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;cursor:pointer}.top_exchanges .table .tbody .tr:hover{-webkit-transform:scale(1.01);transform:scale(1.01);-webkit-box-shadow:0 8px 25px rgba(122,57,245,.1);box-shadow:0 8px 25px rgba(122,57,245,.1);border-color:#7a39f5;background:rgba(122,57,245,.05)}.top_exchanges .table .reviews{display:-webkit-box;display:-ms-flexbox;display:flex;gap:5px}.top_exchanges .table .reviews span{padding:4px 8px;border-radius:65px;font-size:14px;width:50px;height:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.top_exchanges .table .reviews span.plus{color:#83e800;background:#1c260f}.top_exchanges .table .reviews span.plus:hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.top_exchanges .table .reviews span.minus{color:#ff3838;background:#281515}.top_exchanges .table .reviews span.minus:hover{-webkit-transform:scale(1.15);transform:scale(1.15)}.top_exchanges .table a{-webkit-transition:color .3s ease;transition:color .3s ease}.top_exchanges .table a:hover{color:#fb7d1a}.top_exchanges .check_all{margin:30px auto 0;display:block;font-size:14px;font-weight:300;text-align:center;position:relative;-webkit-transition:color .3s ease;transition:color .3s ease}.top_exchanges .check_all:hover{color:#fb7d1a}span.green{color:#83e800}span.red{color:#ff3838}.seo_block{margin-top:50px}.seo_block .box{background:#111;border-radius:40px;padding:30px;-webkit-transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease}.seo_block .box p{font-size:14px;font-weight:300}.seo_block .box p span{font-size:18px;font-weight:500}footer{margin:30px 0 0;padding:50px 0;background:#000;position:relative;isolation:isolate}footer .top_footer{padding-bottom:30px;border-bottom:1px solid #2c2c2c;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}footer .top_footer .copy{font-size:14px;font-weight:300}footer .top_footer a{-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}footer .top_footer a:hover{-webkit-transform:scale(1.05);transform:scale(1.05);opacity:.8}footer .bottom_footer{padding-top:30px}footer .bottom_footer .links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:45px}footer .bottom_footer .links a{font-size:14px;font-weight:300;position:relative;-webkit-transition:color .3s ease;transition:color .3s ease}footer .bottom_footer .links a::after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:1px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);-webkit-transition:width .3s ease;transition:width .3s ease}footer .bottom_footer .links a:hover{color:#fb7d1a}footer .bottom_footer .links a:hover::after{width:100%}.fade-in-up{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px);-webkit-transition:opacity .8s ease,-webkit-transform .8s ease;transition:opacity .8s ease,-webkit-transform .8s ease;transition:opacity .8s ease,transform .8s ease;transition:opacity .8s ease,transform .8s ease,-webkit-transform .8s ease}.fade-in-up.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.fade-in{opacity:0;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.fade-in.visible{opacity:1}.cursor-glow{position:fixed;width:300px;height:300px;border-radius:50%;background:radial-gradient(circle,rgba(122,57,245,.08) 0,transparent 70%);pointer-events:none;z-index:9999;-webkit-transform:translate(0,0);transform:translate(0,0);-webkit-transition:opacity .3s ease;transition:opacity .3s ease}.ripple{position:absolute;border-radius:50%;background:rgba(255,255,255,.15);-webkit-transform:scale(0);transform:scale(0);-webkit-animation:ripple-animation .6s ease-out;animation:ripple-animation .6s ease-out;pointer-events:none}@-webkit-keyframes ripple-animation{to{-webkit-transform:scale(4);transform:scale(4);opacity:0}}@keyframes ripple-animation{to{-webkit-transform:scale(4);transform:scale(4);opacity:0}}span.green,span.red{position:relative}span.green::before,span.red::before{content:"";position:absolute;left:-12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:6px;height:6px;border-radius:50%;-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}span.green.green::before,span.red.green::before{background:#83e800}span.green.red::before,span.red.red::before{background:#ff3838}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(131,232,0,.4);box-shadow:0 0 0 0 rgba(131,232,0,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(131,232,0,0);box-shadow:0 0 0 10px rgba(131,232,0,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(131,232,0,0);box-shadow:0 0 0 0 rgba(131,232,0,0)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(131,232,0,.4);box-shadow:0 0 0 0 rgba(131,232,0,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(131,232,0,0);box-shadow:0 0 0 10px rgba(131,232,0,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(131,232,0,0);box-shadow:0 0 0 0 rgba(131,232,0,0)}}span.red::before{-webkit-animation-name:pulse-red;animation-name:pulse-red}@-webkit-keyframes pulse-red{0%{-webkit-box-shadow:0 0 0 0 rgba(255,56,56,.4);box-shadow:0 0 0 0 rgba(255,56,56,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(255,56,56,0);box-shadow:0 0 0 10px rgba(255,56,56,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,56,56,0);box-shadow:0 0 0 0 rgba(255,56,56,0)}}@keyframes pulse-red{0%{-webkit-box-shadow:0 0 0 0 rgba(255,56,56,.4);box-shadow:0 0 0 0 rgba(255,56,56,.4)}70%{-webkit-box-shadow:0 0 0 10px rgba(255,56,56,0);box-shadow:0 0 0 10px rgba(255,56,56,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(255,56,56,0);box-shadow:0 0 0 0 rgba(255,56,56,0)}}.tbody a{position:relative;-webkit-transition:color .3s ease;transition:color .3s ease}.tbody a::after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#fb7d1a;-webkit-transition:width .3s ease;transition:width .3s ease}.tbody a:hover{color:#fb7d1a}.tbody a:hover::after{width:100%}.burger{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:28px;height:20px;background:0 0;cursor:pointer;padding:0;z-index:100}.burger span{display:block;width:100%;height:2px;background:#fff;border-radius:2px;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:transform .3s ease,opacity .3s ease;transition:transform .3s ease,opacity .3s ease,-webkit-transform .3s ease}.burger.active span:first-child{-webkit-transform:translateY(9px) rotate(45deg);transform:translateY(9px) rotate(45deg)}.burger.active span:nth-child(2){opacity:0}.burger.active span:nth-child(3){-webkit-transform:translateY(-9px) rotate(-45deg);transform:translateY(-9px) rotate(-45deg)}@media (max-width:1200px){.container{max-width:960px}header .box{padding:12px 12px 12px 18px}header .nav{gap:18px}header .nav a{font-size:13px}main .container{padding-top:40px}main .item_bg{padding:12px 22px 12px 18px;border-radius:20px;gap:8px}main .item_bg .grad{font-size:28px}main .item_bg .text_i{font-size:13px}main .item_bg.i1{left:20px;top:50px}main .item_bg.i2{right:20px;top:50px}main .item_bg.i3{top:195px;left:0}main .item_bg.i4{top:195px;right:0}main h1{font-size:42px;line-height:44px}.top_items .items{gap:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.top_items::before{display:none}.top_exchanges h2{font-size:30px}.top_exchanges .table .td,.top_exchanges .table .th{padding:10px 20px}}@media (max-width:750px){.top_exchanges .table{min-width:100%;overflow:visible}.top_exchanges .table .thead{display:none}.top_exchanges .table .tbody{display:-ms-grid;display:grid;gap:12px}.top_exchanges .table .tbody .tr{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:10px;padding:16px;border-radius:20px;margin-top:0;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.top_exchanges .table .td{padding:0;font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;text-align:right}.top_exchanges .table .td::before{font-weight:500;text-align:left;color:#fff}.top_exchanges .table .td:first-child{display:block;text-align:left;padding-bottom:10px;margin-bottom:2px;border-bottom:1px solid #2c2c2c}.top_exchanges .table .td:first-child::before{content:none}.top_exchanges .table .td:nth-child(2)::before{content:"Статус"}.top_exchanges .table .td:nth-child(3)::before{content:"Направлений"}.top_exchanges .table .td:nth-child(4)::before{content:"Добавлен"}.top_exchanges .table .td:nth-child(5)::before{content:"Отзывов"}.top_exchanges .table .reviews{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media (max-width:900px){.container{max-width:100%;padding:0 15px}header{margin-top:20px}header .box{max-width:100%;padding:10px 15px;border-radius:20px;position:relative;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}header .burger{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:1001}header .nav{position:fixed;top:0;left:0;width:100%;height:100vh;background:rgba(17,17,17,.98);backdrop-filter:blur(12px);padding:90px 20px 30px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;gap:20px;display:none;z-index:1000}header .nav.active{display:-webkit-box;display:-ms-flexbox;display:flex}header .nav>a:not(.btn){font-size:20px;padding:5px 0}header .nav>a:not(.btn)::after{bottom:-6px}header .nav .lang{position:relative;font-size:18px;width:100%;max-width:80px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}header .nav .lang .lang_toggle{width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:14px 18px;border-radius:16px;background:#1a1a1a;border:1px solid #2c2c2c}header .nav .lang .lang_menu{position:absolute;top:calc(100% + 10px);left:0;width:100%;margin-top:0;padding:6px;border-radius:16px;background:#1a1a1a;display:-webkit-box;display:-ms-flexbox;display:flex;opacity:0;visibility:hidden;-webkit-transform:translateY(10px);transform:translateY(10px);pointer-events:none;-webkit-transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,visibility .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,visibility .3s ease;transition:opacity .3s ease,transform .3s ease,visibility .3s ease,-webkit-transform .3s ease;z-index:5}header .nav .lang .lang_menu a{text-align:center;padding:12px}header .nav .lang.active .lang_menu{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}header .nav .btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:8px 18px 8px 8px;margin-top:10px}header .nav .btn span{display:inline}header .nav .btn img{width:24px;height:24px}header .desktop-only{display:none}header .mobile-only{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}main{margin-top:40px}main .container{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:12px;padding-top:0}main.other_page .container{-ms-grid-columns:(1fr)[1]!important;grid-template-columns:repeat(1,1fr)!important}main .item_bg{position:static;width:100%;min-width:0;padding:14px 16px;border-radius:20px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-animation-duration:4s;animation-duration:4s}main .item_bg.i1,main .item_bg.i2,main .item_bg.i3,main .item_bg.i4{top:auto;right:auto;bottom:auto;left:auto;-webkit-animation:none;animation:none}main .item_bg .grad{font-size:26px}main .item_bg .text_i{font-size:13px}main .item_bg .text_i br{display:none}main .sub{margin-top:18px;padding:14px;border-radius:20px;width:100%;grid-column:1/-1;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}main .sub span{font-size:14px}main h1{font-size:36px;line-height:40px;margin-top:0;grid-column:1/-1;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}main .text{margin-top:0;max-width:100%;font-size:13px;grid-column:1/-1;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}main .item_bg.i1{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}main .item_bg.i2{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}main .item_bg.i3{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}main .item_bg.i4{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}main .top_courses{grid-column:1/-1;-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.top_courses{gap:8px;margin-top:15px}.top_courses .item{padding:8px 25px 8px 15px;border-radius:20px;gap:10px}.top_courses .item .left .coin,.top_courses .item .left .title{font-size:12px}.top_courses .item .price{font-size:24px;min-width:80px}.slider_courses{margin-top:35px}.slider_courses .item{padding:14px;border-radius:20px}.slider_courses .item span{font-size:12px}.slider_courses .item img{width:20px;height:20px}.top_items{margin-top:35px}.top_items::before{display:none}.top_items .items{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.top_items .items .item{max-width:100%;min-height:auto;border-radius:20px;padding:15px}.top_items .items .item .head p{font-size:18px}.top_items .items .item .text{font-size:13px}.top_exchanges{margin-top:35px;padding:30px 0}.top_exchanges h2{font-size:26px}.top_exchanges .head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:15px}.top_exchanges .head .btn{width:100%;text-align:center;border-radius:20px}.top_exchanges .table{margin-top:20px;overflow-x:auto;-webkit-overflow-scrolling:touch}.top_exchanges .table .td,.top_exchanges .table .th{padding:10px 15px;font-size:14px}.top_exchanges .table .thead .tr{border-radius:20px}.top_exchanges .table .tbody .tr{border-radius:20px;margin-top:8px}.top_exchanges .check_all{margin-top:20px;font-size:13px}.seo_block{margin-top:35px}.seo_block .box{border-radius:20px;padding:20px}.seo_block .box p{font-size:13px}.seo_block .box p span{font-size:16px}footer{margin:35px 0}footer .top_footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:15px;padding-bottom:20px}footer .top_footer .copy{font-size:12px}footer .bottom_footer{padding-top:20px}footer .bottom_footer .links{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:15px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}footer .bottom_footer .links a{font-size:12px}}@media (max-width:480px){header{margin-top:15px}header .box{padding:8px 12px;border-radius:15px}header .nav{padding:80px 20px 30px;padding:12px 15px;margin-top:8px}header .nav a{font-size:15px}header .btn{padding:3px 8px 3px 3px}header .btn img{width:18px;height:18px}main .container{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:10px}main .item_bg{border-radius:15px;padding:12px 14px;-webkit-animation-duration:3.6s;animation-duration:3.6s}main .item_bg .grad{font-size:22px}main .item_bg .text_i{font-size:12px}main .sub{margin-top:10px;padding:10px;border-radius:15px;width:100%}main .sub span{font-size:12px}main h1{font-size:28px;line-height:32px;margin-top:8px}main .text{margin-top:8px;max-width:100%;font-size:12px}main .exchange_block{margin-top:20px;padding:16px;border-radius:24px;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:16px}main .exchange_block .cats{display:-ms-grid;display:grid;-ms-grid-columns:minmax(0,1fr) 8px minmax(0,1fr);grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;overflow:visible;padding-bottom:0}main .exchange_block .cats a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:42px;padding:10px 12px;border-radius:16px;font-size:12px;line-height:1.2;text-align:center;white-space:normal;word-break:break-word}main .exchange_block .lists{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:12px}main .exchange_block .lists .list{padding:14px;border-radius:22px}main .exchange_block .lists .list .title{margin-top:10px;font-size:15px;line-height:1.25}main .exchange_block .lists .list .inp_group{padding:10px 12px;gap:8px;border-radius:16px}main .exchange_block .lists .list .inp_group img{width:16px;height:16px}main .exchange_block .lists .list .inp_group input{font-size:12px}main .exchange_block .lists .list .list_block{margin-top:12px;padding-right:6px;max-height:260px;gap:6px}main .exchange_block .lists .list .list_block .item{gap:10px;padding:10px 12px;border-radius:16px}main .exchange_block .lists .list .list_block .item img{width:22px;height:22px}main .exchange_block .lists .list .list_block .item span{font-size:13px;line-height:1.3}}@media (min-width:481px) and (max-width:768px){main .exchange_block{margin-top:24px;padding:20px;border-radius:28px;-ms-grid-columns:1fr;grid-template-columns:1fr;width:100%;gap:18px}main .exchange_block .cats{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}main .exchange_block .cats a{padding:12px 16px;border-radius:18px;font-size:13px;line-height:1.2}main .exchange_block .lists{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:14px}main .exchange_block .lists .list{padding:16px;border-radius:24px}main .exchange_block .lists .list .title{margin-top:10px;font-size:18px}main .exchange_block .lists .list .inp_group{padding:10px 12px;border-radius:18px}main .exchange_block .lists .list .list_block{margin-top:16px;padding-right:8px;max-height:240px}main .exchange_block .lists .list .list_block .item{padding:9px 12px;border-radius:18px}main .exchange_block .lists .list .list_block .item span{font-size:14px}.top_courses{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:8px;margin-top:12px}.top_courses .item{padding:10px 15px;border-radius:15px;-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.top_courses .item .left .coin,.top_courses .item .left .title{font-size:11px}.top_courses .item .price{font-size:22px;min-width:auto;text-align:right}.slider_courses{margin-top:25px}.slider_courses .item{padding:10px;border-radius:15px;gap:6px}.slider_courses .item span{font-size:11px}.slider_courses .item img{width:16px;height:16px}.top_items{margin-top:25px}.top_items .items{gap:12px}.top_items .items .item{border-radius:15px;padding:12px;min-height:auto}.top_items .items .item .head{gap:10px}.top_items .items .item .head p{font-size:16px}.top_items .items .item .text{font-size:12px;margin-top:8px}.top_exchanges{margin-top:25px;padding:20px 0}.top_exchanges h2{font-size:22px}.top_exchanges .head .btn{padding:14px 20px;font-size:13px;border-radius:15px}.top_exchanges .table .td,.top_exchanges .table .th{padding:8px 10px;font-size:12px}.top_exchanges .table .thead .tr{border-radius:15px}.top_exchanges .table .tbody .tr{border-radius:15px}.top_exchanges .table .reviews span{padding:3px 6px;font-size:11px;width:42px;height:26px}.top_exchanges .check_all{font-size:12px}.seo_block{margin-top:25px}.seo_block .box{border-radius:15px;padding:15px}.seo_block .box p{font-size:12px;line-height:1.5}.seo_block .box p span{font-size:14px}footer{margin:25px 0}footer .top_footer{padding-bottom:15px}footer .top_footer .copy{font-size:11px;text-align:center}footer .bottom_footer{padding-top:15px}footer .bottom_footer .links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}footer .bottom_footer .links a{font-size:11px}}.other_page{margin-top:50px}.other_page h2{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;text-align:center;font-size:50px;font-weight:500;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5)}.other_page .sub{margin-top:5px;text-align:center;font-size:14px;font-weight:300}.other_page.auth .box{border-radius:40px;background:#111;padding:30px 35px 35px 35px;max-width:570px;margin:30px auto 0}.other_page.auth .auth_box{overflow:hidden;-webkit-box-shadow:0 24px 80px rgba(0,0,0,.45);box-shadow:0 24px 80px rgba(0,0,0,.45)}.other_page .form{position:relative}.other_page .form .flex2{display:-ms-grid;display:grid;-ms-grid-columns:minmax(0,1fr) 10px minmax(0,1fr);grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}@media screen and (max-width:520px){.other_page .form .flex2{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:18px}}.other_page .form .auth_form_glow{position:absolute;width:180px;height:180px;border-radius:50%;-webkit-filter:blur(50px);filter:blur(50px);opacity:.18;pointer-events:none;z-index:0}.other_page .form .auth_form_glow--one{background:#fb7d1a;top:-65px;left:-55px}.other_page .form .auth_form_glow--two{background:#7a39f5;right:-60px;bottom:75px}.other_page .form>*{position:relative;z-index:1}.other_page .form .inp_group{width:100%;min-height:50px;border:1px solid #2c2c2c;border-radius:18px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:18px 16px 12px 20px;position:relative;margin-top:23px;-webkit-transition:border-color .3s ease,background .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease;transition:border-color .3s ease,background .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease,background .3s ease;transition:border-color .3s ease,box-shadow .3s ease,transform .3s ease,background .3s ease,-webkit-box-shadow .3s ease,-webkit-transform .3s ease}.other_page .form .inp_group:first-child{margin-top:0}.other_page .form .inp_group:hover{border-color:rgba(255,255,255,.2)}.other_page .form .inp_group.is-focused{border-color:rgba(122,57,245,.9);-webkit-transform:translateY(-2px);transform:translateY(-2px)}.other_page .form .inp_group p.name{position:absolute;top:-8px;left:24px;padding:0 10px;background:#111;font-size:13px;font-weight:300;color:rgba(255,255,255,.78)}.other_page .form .inp_group textarea{width:100%;background:0 0;font-size:14px;font-family:Manrope;-webkit-transition:color .3s ease;transition:color .3s ease;color:#fff;font-size:18px;font-weight:300;height:100px;resize:none}.other_page .form .inp_group textarea::-webkit-input-placeholder{color:#4a4a4a}.other_page .form .inp_group textarea::-moz-placeholder{color:#4a4a4a}.other_page .form .inp_group textarea:-ms-input-placeholder{color:#4a4a4a}.other_page .form .inp_group textarea::-ms-input-placeholder{color:#4a4a4a}.other_page .form .inp_group textarea::placeholder{color:#4a4a4a}.other_page .form .inp_group input{width:100%;background:0 0;font-size:14px;padding-right:40px;font-family:Manrope;-webkit-transition:color .3s ease;transition:color .3s ease;color:#fff;font-size:18px;font-weight:300}.other_page .form .inp_group input::-webkit-input-placeholder{color:#4a4a4a}.other_page .form .inp_group input::-moz-placeholder{color:#4a4a4a}.other_page .form .inp_group input:-ms-input-placeholder{color:#4a4a4a}.other_page .form .inp_group input::-ms-input-placeholder{color:#4a4a4a}.other_page .form .inp_group input::placeholder{color:#4a4a4a}.other_page .form .inp_group .field_focus_line{position:absolute;left:18px;right:18px;bottom:0;height:2px;border-radius:999px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.other_page .form .inp_group.is-focused .field_focus_line{-webkit-transform:scaleX(1);transform:scaleX(1)}.other_page .form .inp_group .field_hint{position:absolute;left:20px;bottom:-21px;font-size:12px;color:rgba(255,255,255,.45)}.other_page .form .inp_group .field_message{position:absolute;left:20px;bottom:-22px;font-size:12px;color:#ff6b8a;opacity:0;-webkit-transform:translateY(-4px);transform:translateY(-4px);-webkit-transition:opacity .25s ease,-webkit-transform .25s ease;transition:opacity .25s ease,-webkit-transform .25s ease;transition:opacity .25s ease,transform .25s ease;transition:opacity .25s ease,transform .25s ease,-webkit-transform .25s ease}.other_page .form .inp_group.has-error .field_message,.other_page .form .inp_group.has-success .field_message{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.other_page .form .inp_group.has-success .field_message{color:#59d69a}.other_page .form .inp_group.password_group{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.other_page .form .inp_group.password_group .toggle_password{position:absolute;top:14px;right:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;background:0 0;cursor:pointer;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.other_page .form .inp_group.password_group .toggle_password:hover{opacity:.7;-webkit-transform:scale(1.05);transform:scale(1.05)}.other_page .form .inp_group.password_group .toggle_password img{width:18px;height:18px;-o-object-fit:contain;object-fit:contain;pointer-events:none}.other_page .form .inp_group.password_group .toggle_password .toggle_password_slash{position:absolute;width:20px;height:2px;border-radius:10px;background:#2c2c2c;-webkit-transform:rotate(-35deg) scaleX(0);transform:rotate(-35deg) scaleX(0);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.other_page .form .inp_group.password_group .toggle_password.is-visible .toggle_password_slash{-webkit-transform:rotate(-35deg) scaleX(1);transform:rotate(-35deg) scaleX(1)}.other_page .form .inp_group.password_group .password_strength{position:absolute;left:20px;right:20px;bottom:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px}.other_page .form .inp_group.password_group .password_strength_scale{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-ms-grid;display:grid;-ms-grid-columns:1fr 6px 1fr 6px 1fr;grid-template-columns:repeat(3,1fr);gap:6px}.other_page .form .inp_group.password_group .password_strength_scale span{height:6px;border-radius:999px;background:#242424;-webkit-transition:background .3s ease,-webkit-transform .3s ease;transition:background .3s ease,-webkit-transform .3s ease;transition:background .3s ease,transform .3s ease;transition:background .3s ease,transform .3s ease,-webkit-transform .3s ease}.other_page .form .inp_group.password_group .password_strength_text{min-width:126px;text-align:right;font-size:12px;color:rgba(255,255,255,.55)}.other_page .form .inp_group.password_group[data-strength=weak] .password_strength_scale span:first-child{background:#ff6b8a}.other_page .form .inp_group.password_group[data-strength=medium] .password_strength_scale span:nth-child(-n+2){background:#ffb648}.other_page .form .inp_group.password_group[data-strength=strong] .password_strength_scale span{background:#59d69a}.other_page .form .bottom_flex{margin-top:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:16px}.other_page .form .remember_me{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;cursor:pointer}.other_page .form .remember_me input{position:absolute;opacity:0;pointer-events:none}.other_page .form .remember_me_box{width:20px;height:20px;border:1px solid #2c2c2c;background:0 0;border-radius:5px;-ms-flex-negative:0;flex-shrink:0;position:relative;-webkit-transition:border-color .3s ease,background .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,background .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,background .3s ease,transform .3s ease,box-shadow .3s ease;transition:border-color .3s ease,background .3s ease,transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.other_page .form .remember_me_text{font-size:14px;font-weight:300}.other_page .form .remember_me:hover .remember_me_box{border-color:rgba(255,255,255,.45);-webkit-transform:translateY(-1px);transform:translateY(-1px)}.other_page .form .remember_me input:checked+.remember_me_box{border-color:#fff;background:-webkit-gradient(linear,left top,right top,from(rgba(251,125,26,.22)),to(rgba(122,57,245,.32)));background:linear-gradient(to right,rgba(251,125,26,.22),rgba(122,57,245,.32));-webkit-box-shadow:0 8px 20px rgba(122,57,245,.18);box-shadow:0 8px 20px rgba(122,57,245,.18)}.other_page .form .remember_me input:checked+.remember_me_box::after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.other_page .form .recover{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5);font-size:14px;font-weight:300;-webkit-transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease;transition:opacity .3s ease,transform .3s ease,-webkit-transform .3s ease}.other_page .form .recover:hover{opacity:.85;-webkit-transform:translateX(2px);transform:translateX(2px)}.other_page .form .btn{background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);width:100%;min-height:54px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;border-radius:65px;margin-top:18px;font-size:14px;font-weight:400;cursor:pointer;position:relative;overflow:hidden;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease,-webkit-filter .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease,-webkit-filter .3s ease;transition:transform .3s ease,box-shadow .3s ease,filter .3s ease;transition:transform .3s ease,box-shadow .3s ease,filter .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease,-webkit-filter .3s ease}.other_page .form .btn:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 14px 35px rgba(122,57,245,.28);box-shadow:0 14px 35px rgba(122,57,245,.28)}.other_page .form .btn .btn_loader{position:absolute;width:18px;height:18px;border-radius:50%;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;opacity:0;-webkit-animation:auth_spin .8s linear infinite;animation:auth_spin .8s linear infinite}.other_page .form .btn.is-loading{pointer-events:none}.other_page .form .btn.is-loading .btn_text{opacity:0}.other_page .form .btn.is-loading .btn_loader{opacity:1}.other_page .form .btn.is-success{background:-webkit-gradient(linear,left top,right top,from(#35c98b),to(#59d69a));background:linear-gradient(to right,#35c98b,#59d69a)}.other_page .form .auth_status{min-height:20px;margin-top:12px;text-align:center;font-size:13px;font-weight:300;color:rgba(255,255,255,.55);-webkit-transition:color .3s ease,opacity .3s ease;transition:color .3s ease,opacity .3s ease}.other_page .form .auth_status.is-error{color:#ff6b8a}.other_page .form .auth_status.is-success{color:#59d69a}.other_page .form .line_text{margin-top:30px;height:7px;position:relative}.other_page .form .line_text::before{content:"";position:absolute;top:100%;left:0;width:100%;height:1px;background:#2c2c2c;z-index:1}.other_page .form .line_text span{text-align:center;display:block;background:#111;padding:0 15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;position:absolute;z-index:2;top:0;left:0;right:0;font-size:14px;font-weight:300}.other_page .form .bottom_text{margin-top:40px;font-size:14px;text-align:center;font-weight:300;line-height:1.7;color:rgba(255,255,255,.78)}.other_page .form .btn_link{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;margin:15px auto 0;padding:17px 24px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);border-radius:65px;font-size:14px;font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}.other_page .form .btn_link:hover{-webkit-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 12px 28px rgba(251,125,26,.2);box-shadow:0 12px 28px rgba(251,125,26,.2)}.other_page.top_exchanges{background:0 0;padding:0}.other_page.top_exchanges h2{font-size:35px;text-align:left;margin:0}.other_page.top_exchanges .table{background:#111;padding:23px;border-radius:40px}.other_page.top_exchanges.direction .box{background:#111;border-radius:40px;padding:23px}.other_page.top_exchanges.direction .box .table{padding:0;margin:0}.other_page.top_exchanges.direction .box .table .tr{-ms-grid-columns:(1fr)[4] 360px;grid-template-columns:repeat(4,1fr) 360px}.other_page.top_exchanges.direction .btn{display:block;margin:30px auto 0}.other_page.top_exchanges.direction .last_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:23px}.other_page.top_exchanges.direction .last_flex .btn{position:relative;z-index:0;border-radius:65px}.other_page.top_exchanges.direction .last_flex .btn::before{position:absolute;content:"";left:-1px;top:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);z-index:-2}.other_page.top_exchanges.direction .last_flex .btn::after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#331906),to(#190c31));background:linear-gradient(to right,#331906,#190c31);z-index:-1}.other_page.top_exchanges.direction .last_flex .btn{font-size:14px;height:30px;padding:4px 12px;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s}.other_page.top_exchanges.direction .last_flex .btn:hover{-webkit-transform:none;transform:none}.other_page.top_exchanges.direction .last_flex .btn span{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5)}.other_page.text_page .box{margin-top:30px;padding:33px 38px;border-radius:40px;background:#111;font-size:14px;font-weight:300}.other_page.text_page .box span{font-weight:500}.other_page.text_page .box span.big{font-size:18px}.other_page.text_page .box a.btn{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:30px auto 0;padding:17px 60px;border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);text-align:center}@media screen and (max-width:600px){.other_page.text_page .box a.btn{padding:17px 25px;width:100%}}.other_page.text_page .box ol li,.other_page.text_page .box ul li{margin-left:15px}.add-exchanger-public>.title{margin:0 0 28px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.08);font-size:28px;font-weight:600;line-height:1.25;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5)}.add-exchanger-public .add-exchanger-form{display:flex;flex-direction:column;gap:23px}.add-exchanger-public .add-exchanger-form .inp_group{margin-top:0}.add-exchanger-public .add-exchanger-form .inp_group textarea{min-height:140px;resize:vertical}.add-exchanger-public .add-exchanger-form button{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;padding:17px 28px;border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);font-size:14px;font-weight:300;margin:0 auto;cursor:pointer;text-align:center}.add-exchanger-public .add-exchanger-field{margin:0}.add-exchanger-public .add-exchanger-field.has-error .inp_group{border-color:#ff3838}.add-exchanger-public .add-exchanger-field .error{margin-top:10px;text-align:left;color:#ff3838}.add-exchanger-public .add-exchanger-field .error:empty{display:none}.add-exchanger-public .add-exchanger-result{width:fit-content;max-width:100%;margin:4px auto 0;padding:14px 22px;border-radius:22px;background:rgba(111,255,0,.1);border:1px solid rgba(111,255,0,.22);color:#6fff00;font-size:14px;font-weight:400;line-height:1.45;text-align:center}.add-exchanger-public .add-exchanger-result.error{background:rgba(255,56,56,.1);border-color:rgba(255,56,56,.22);color:#ff3838}@media screen and (max-width:560px){.add-exchanger-public>.title{margin-bottom:22px;padding-bottom:14px;font-size:22px}.add-exchanger-public .add-exchanger-form{gap:18px}.add-exchanger-public .add-exchanger-form .inp_group textarea{min-height:120px}.add-exchanger-public .add-exchanger-form button{width:100%;min-height:52px;padding:16px 20px;font-size:13px}.add-exchanger-public .add-exchanger-result{width:100%;padding:13px 16px;border-radius:18px;font-size:13px}}.other_page.exchanger .top_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.other_page.exchanger .top_flex h2{margin:0}.other_page.exchanger .top_flex .status{padding:6px 10px;background:#111;border-radius:65px;font-size:14px;font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.other_page.exchanger .top_flex .status .radius{width:12px;height:12px;border-radius:50%}.other_page.exchanger .top_flex .status.green{color:#83e800}.other_page.exchanger .top_flex .status.green .radius{background:#83e800}.other_page.exchanger .top_flex .tag{padding:6px 12px;background:#111;border-radius:65px;font-size:14px;font-weight:300;color:rgba(255,255,255,.3);text-align:center}.other_page.exchanger .text{margin-top:15px;text-align:center;font-size:14px}.other_page.exchanger .flex_center{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.other_page.exchanger .flex_center .date{padding:17px 32px;font-size:14px;background:#111;border-radius:65px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;font-weight:300}.other_page.exchanger .flex_center .date span{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5);font-weight:500}.other_page.exchanger .flex_center .btn{background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);padding:17px 43px;border-radius:65px;font-size:14px;font-weight:300}.other_page.exchanger .box{background:#111;border-radius:40px;padding:25px 30px;max-width:1100px;margin:30px auto 0}.other_page.exchanger .box .title{text-align:center;font-size:24px;font-weight:500;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto}.other_page.exchanger .box .form{margin-top:30px;border-radius:30px;background:#2c2c2c;padding:25px}.other_page.exchanger .box .form .top_grid{display:-ms-grid;display:grid;-ms-grid-columns:0.6fr 10px 0.6fr 10px 1fr;grid-template-columns:0.6fr 0.6fr 1fr;gap:10px}.other_page.exchanger .box .form input{background:#111;height:50px;width:100%;border-radius:65px;padding:0 24px;font-size:14px}.other_page.exchanger .box .form input::-webkit-input-placeholder{color:rgba(255,255,255,.3)}.other_page.exchanger .box .form input::-moz-placeholder{color:rgba(255,255,255,.3)}.other_page.exchanger .box .form input:-ms-input-placeholder{color:rgba(255,255,255,.3)}.other_page.exchanger .box .form input::-ms-input-placeholder{color:rgba(255,255,255,.3)}.other_page.exchanger .box .form input::placeholder{color:rgba(255,255,255,.3)}.other_page.exchanger .box .form .type{display:-ms-grid;display:grid;-ms-grid-columns:1fr 10px 1fr 10px 1fr;grid-template-columns:repeat(3,1fr);gap:10px}.other_page.exchanger .box .form .type .item{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;font-size:14px;background:#fff;border-radius:65px;color:#1a1618;opacity:.3;-webkit-transition:.3s;transition:.3s;cursor:pointer}.other_page.exchanger .box .form .type .item.active,.other_page.exchanger .box .form .type .item:hover{opacity:1}.other_page.exchanger .box .form .type .item.redd{background:#ff3838}.other_page.exchanger .box .form .type .item.greenn{background:#83e800}.other_page.exchanger .box .form textarea{background:#111;width:100%;height:123px;resize:none;margin-top:10px;border-radius:30px;padding:18px 24px;font-size:14px}.other_page.exchanger .box .form textarea::-webkit-input-placeholder{color:rgba(255,255,255,.3)}.other_page.exchanger .box .form textarea::-moz-placeholder{color:rgba(255,255,255,.3)}.other_page.exchanger .box .form textarea:-ms-input-placeholder{color:rgba(255,255,255,.3)}.other_page.exchanger .box .form textarea::-ms-input-placeholder{color:rgba(255,255,255,.3)}.other_page.exchanger .box .form textarea::placeholder{color:rgba(255,255,255,.3)}.other_page.exchanger .box .form button{width:250px;height:50px;cursor:pointer;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);display:block;font-size:14px;font-weight:300;margin:30px auto 0;border-radius:65px}.other_page.exchanger .box .flex2{margin-top:30px;display:-ms-grid;display:grid;-ms-grid-columns:110px 1fr 110px;grid-template-columns:110px 1fr 110px}.other_page.exchanger .box .flex2 .reviews{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;gap:5px}.other_page.exchanger .box .flex2 .reviews .item{width:50px;height:30px;border-radius:65px;font-size:14px;font-weight:300;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.other_page.exchanger .box .flex2 .reviews .item.green{color:#83e800;background:rgba(131,232,0,.1)}.other_page.exchanger .box .flex2 .reviews .item.red{color:#ff3838;background:rgba(255,56,56,.1)}.other_page.exchanger .box .reviews_block{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.other_page.exchanger .box .reviews_block .item{width:100%;padding:20px;border-radius:30px}.other_page.exchanger .box .reviews_block .item .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.other_page.exchanger .box .reviews_block .item .head .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.other_page.exchanger .box .reviews_block .item .head .left p.name{font-size:16px;font-weight:500}.other_page.exchanger .box .reviews_block .item .head .left .date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.other_page.exchanger .box .reviews_block .item .head .left .date span{color:rgba(255,255,255,.3);font-size:14px;font-weight:300}.other_page.exchanger .box .reviews_block .item .head .type{padding:8px 11px;border-radius:65px;font-size:12px;font-weight:300;color:#111;background:#fff;width:150px;text-align:center}.other_page.exchanger .box .reviews_block .item .body{margin-top:10px}.other_page.exchanger .box .reviews_block .item .body .text{font-size:14px;font-weight:300;text-align:left}.other_page.exchanger .box .reviews_block .item{border:1px solid rgba(255,255,255,.2)}.other_page.exchanger .box .reviews_block .item.green{border:1px solid rgba(131,232,0,.2)}.other_page.exchanger .box .reviews_block .item.green .head .left p.name{color:#83e800}.other_page.exchanger .box .reviews_block .item.green .head .type{background:#83e800}.other_page.exchanger .box .reviews_block .item.red{border:1px solid rgba(255,56,56,.2)}.other_page.exchanger .box .reviews_block .item.red .head .left p.name{color:#ff3838}.other_page.exchanger .box .reviews_block .item.red .head .type{background:#ff3838}main.other_page .inp_group{padding:8px!important;padding-left:12px!important}main.other_page .crypto{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;background:#2c2c2c;padding:4.67px;border-radius:10px;padding-right:12px}main.other_page .crypto span{font-size:12px;font-weight:300}main.other_page .crypto img{width:25px;height:25px}main.other_page input{font-weight:500!important;font-family:Rubik!important}main.other_page .swap{-webkit-transform:translateY(10px);transform:translateY(10px)}@media screen and (max-width:768px){main.other_page .swap{-webkit-transform:none;transform:none}}main.other_page .box{background:#111;padding:30px;border-radius:40px;max-width:905px;margin:30px auto 0}main.other_page .box .title2{font-size:24px;font-weight:500;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5);text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:30px auto 0}main.other_page .top_courses{margin:0}main.other_page .flex_2{display:-ms-grid;display:grid;margin-top:38px;gap:10px;-ms-grid-columns:1fr 10px 30px 10px 1fr;grid-template-columns:1fr 30px 1fr}main.other_page .populars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px;margin:30px auto 0}main.other_page .populars .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:380px;gap:10px;padding:18px;border-radius:65px;position:relative;z-index:0;border-radius:65px}main.other_page .populars .item::before{position:absolute;content:"";left:-1px;top:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);z-index:-2}main.other_page .populars .item::after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#331906),to(#190c31));background:linear-gradient(to right,#331906,#190c31);z-index:-1}main.other_page .populars .item{-ms-flex-negative:0;flex-shrink:0;cursor:pointer;-webkit-transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:-webkit-transform .3s ease,-webkit-box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease;transition:transform .3s ease,box-shadow .3s ease,-webkit-transform .3s ease,-webkit-box-shadow .3s ease}main.other_page .populars .item:hover{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 8px 20px rgba(122,57,245,.2);box-shadow:0 8px 20px rgba(122,57,245,.2)}main.other_page .populars .item span{font-size:14px;font-weight:300}@-webkit-keyframes auth_spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes auth_spin{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@media (max-width:768px){.other_page{margin-top:36px}.other_page h2{font-size:38px}.other_page .sub{max-width:460px;margin:10px auto 0;line-height:1.6}.other_page.auth .box{padding:24px 20px 28px;border-radius:28px;margin-top:24px}.other_page.auth .form .inp_group{margin-top:28px}.other_page.auth .form .bottom_flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.other_page.auth .form .recover{margin-left:30px}.other_page.auth .form .btn_link{width:100%}.how_items{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:16px;margin-top:24px}.how_items .item{padding:20px 22px;border-radius:28px}.how_items .item::after{display:none}.how_items .item .name{font-size:18px}.how_items .item .text{margin-top:14px}.how_block{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:24px;padding:24px 20px;border-radius:28px;margin-top:36px;margin-bottom:72px}.how_block .title{font-size:22px}.how_block .text{margin-top:16px}.how_block .img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.how_block .img img{position:static;max-width:100%;height:auto}}@media (max-width:560px){.other_page h2{font-size:30px}.other_page .sub{font-size:13px}.other_page.auth .box{padding:22px 16px 24px;border-radius:22px}.other_page.auth .form .inp_group{min-height:54px;padding-left:16px;padding-right:14px;border-radius:16px}.other_page.auth .form .inp_group p.name{left:16px;font-size:12px}.other_page.auth .form .inp_group .field_hint,.other_page.auth .form .inp_group .field_message{left:16px}.other_page.auth .form .inp_group.password_group .toggle_password{right:12px}.other_page.auth .form .inp_group.password_group .password_strength{left:16px;right:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.other_page.auth .form .inp_group.password_group .password_strength_text{min-width:auto;text-align:left}.other_page.auth .form .bottom_flex{gap:12px}.other_page.auth .form .bottom_text,.other_page.auth .form .btn,.other_page.auth .form .btn_link,.other_page.auth .form .line_text span,.other_page.auth .form .recover,.other_page.auth .form .remember_me_text{font-size:13px}.other_page.auth .form .auth_status{font-size:12px}.other_page.auth .form .btn,.other_page.auth .form .btn_link{min-height:52px}.other_page.auth .form .btn_link{padding:16px 18px}}@media (max-width:768px){main.other_page .box{padding:24px 20px;border-radius:28px;margin-top:24px}main.other_page .title2{font-size:22px;margin-top:24px}main.other_page .top_courses{display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;gap:10px}main.other_page .top_courses .item{padding:14px 16px;border-radius:22px}main.other_page .flex_2{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:12px;margin-top:28px}main.other_page .flex_2 .swap{margin:0 auto;-webkit-transform:rotate(90deg);transform:rotate(90deg)}main.other_page .populars{max-width:100%;margin-top:24px}main.other_page .populars .item{min-width:100%;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;border-radius:24px;padding:16px 18px}.other_page.top_exchanges.direction .box{padding:20px;border-radius:28px}.other_page.top_exchanges.direction .box .table .thead{display:none}.other_page.top_exchanges.direction .box .table .tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.other_page.top_exchanges.direction .box .table .tr{-ms-grid-columns:1fr 16px 1fr;grid-template-columns:1fr 1fr;gap:12px 16px;border-radius:24px;padding:18px}.other_page.top_exchanges.direction .box .table .tr .td{min-width:0}.other_page.top_exchanges.direction .box .table .tr .td:first-child{grid-column:1/-1}.other_page.top_exchanges.direction .box .table .tr .td:nth-child(5){grid-column:1/-1}.other_page.top_exchanges.direction .box .last_flex{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}.other_page.top_exchanges.direction .box .last_flex .btn{width:100%;min-height:42px}.other_page.top_exchanges.direction>.btn{width:100%;text-align:center;margin-top:20px}.other_page.exchanger .top_flex{-ms-flex-wrap:wrap;flex-wrap:wrap}.other_page.exchanger .top_flex h2{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;width:100%;font-size:34px;line-height:1.2}.other_page.exchanger .top_flex .status,.other_page.exchanger .top_flex .tag{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.other_page.exchanger .text{margin-top:12px;line-height:1.6}.other_page.exchanger .flex_center{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.other_page.exchanger .flex_center .btn,.other_page.exchanger .flex_center .date{width:100%;max-width:420px;text-align:center}.other_page.exchanger .flex_center .date{padding:16px 24px}.other_page.exchanger .box{padding:24px 20px}.other_page.exchanger .box .form{padding:20px;border-radius:24px}.other_page.exchanger .box .form .top_grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.other_page.exchanger .box .form .type{-ms-grid-columns:(minmax(0,1fr))[3];grid-template-columns:repeat(3,minmax(0,1fr))}.other_page.exchanger .box .form button{width:100%}.other_page.exchanger .box .flex2{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:14px}.other_page.exchanger .box .flex2 .title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.other_page.exchanger .box .flex2 .reviews{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.other_page.exchanger .box .flex2>div:first-child{display:none}.other_page.exchanger .box .reviews_block .item{padding:18px}.other_page.exchanger .box .reviews_block .item .head{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:12px}.other_page.exchanger .box .reviews_block .item .head .left{-ms-flex-wrap:wrap;flex-wrap:wrap}.other_page.exchanger .box .reviews_block .item .head .type{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:150px}.seo_block{margin-top:36px}.seo_block .box{padding:24px 20px;border-radius:28px}.top_items{margin-top:36px}}@media (max-width:560px){main.other_page h2{font-size:28px;line-height:1.2}main.other_page .box{padding:18px 14px;border-radius:22px}main.other_page .title2{font-size:20px;margin-top:20px}main.other_page .top_courses .item{padding:12px 14px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}main.other_page .top_courses .item .coin,main.other_page .top_courses .item .price,main.other_page .top_courses .item .title{font-size:13px}main.other_page .flex_2{margin-top:22px}main.other_page .flex_2 .swap{width:44px;height:44px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}main.other_page .flex_2 .swap img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}main.other_page .populars{gap:8px}main.other_page .populars .item{min-width:100%;gap:8px;padding:14px;border-radius:20px}main.other_page .populars .item span{font-size:13px}.other_page.top_exchanges.direction .box{padding:14px;border-radius:22px}.other_page.top_exchanges.direction .box .table .tr{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:10px;padding:14px;border-radius:20px}.other_page.top_exchanges.direction .box .table .tr .td{grid-column:auto!important;font-size:13px}.other_page.top_exchanges.direction .box .table .tr .td a{word-break:break-word}.other_page.top_exchanges.direction .box .last_flex .reviews{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.other_page.top_exchanges.direction .box .last_flex .btn{min-height:40px;padding:8px 12px}.other_page.top_exchanges.direction .box .last_flex .btn span{font-size:13px}.other_page.top_exchanges.direction>.btn{margin-top:16px}.other_page.exchanger .top_flex{gap:8px}.other_page.exchanger .top_flex h2{font-size:28px}.other_page.exchanger .top_flex .status,.other_page.exchanger .top_flex .tag{width:100%;font-size:13px}.other_page.exchanger .text{font-size:13px}.other_page.exchanger .flex_center{margin-top:12px;gap:8px}.other_page.exchanger .flex_center .btn,.other_page.exchanger .flex_center .date{max-width:none;min-height:48px;border-radius:18px;font-size:13px}.other_page.exchanger .flex_center .date{padding:14px 18px;line-height:1.5}.other_page.exchanger .box{padding:18px 14px;border-radius:22px}.other_page.exchanger .box .title{font-size:20px}.other_page.exchanger .box .form{margin-top:20px;padding:14px;border-radius:20px}.other_page.exchanger .box .form .type .item,.other_page.exchanger .box .form button,.other_page.exchanger .box .form input{height:46px;font-size:13px}.other_page.exchanger .box .form .type .item{font-size:11px}.other_page.exchanger .box .form input{padding:0 18px}.other_page.exchanger .box .form .type{-ms-grid-columns:minmax(0,1fr) 8px minmax(0,1fr) 8px minmax(0,1fr);grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.other_page.exchanger .box .form .type .item{padding:0 8px;line-height:1.2}.other_page.exchanger .box .form textarea{height:140px;padding:16px 18px;border-radius:20px;font-size:13px}.other_page.exchanger .box .form button{margin-top:20px}.other_page.exchanger .box .flex2{margin-top:24px;gap:10px}.other_page.exchanger .box .flex2 .reviews{width:100%}.other_page.exchanger .box .flex2 .reviews .item{width:calc(50% - 3px);max-width:90px}.other_page.exchanger .box .reviews_block{margin-top:20px}.other_page.exchanger .box .reviews_block .item{padding:14px;border-radius:20px}.other_page.exchanger .box .reviews_block .item .head{gap:10px}.other_page.exchanger .box .reviews_block .item .head .left{gap:8px}.other_page.exchanger .box .reviews_block .item .head .left .date{width:100%}.other_page.exchanger .box .reviews_block .item .head .left .date span{font-size:12px}.other_page.exchanger .box .reviews_block .item .head .type{width:100%;min-width:0;font-size:11px}.other_page.exchanger .box .reviews_block .item .body .text{font-size:13px;line-height:1.5}.seo_block{margin-top:28px}.seo_block .box{padding:18px 14px;border-radius:22px}.top_items{margin-top:28px}.how_items{gap:12px}.how_items .item{padding:18px 16px;border-radius:22px}.how_items .item .name{font-size:16px;line-height:1.35}.how_items .item .text{margin-top:12px;font-size:13px;line-height:1.55}.how_block{gap:20px;padding:20px 16px;border-radius:22px;margin-top:28px;margin-bottom:56px}.how_block .title{font-size:20px;line-height:1.3}.how_block .text{font-size:13px;line-height:1.6;margin-top:14px}.how_block .img img{max-width:240px}}.support .box{padding:30px;background:#111;border-radius:40px;margin-top:30px;display:-ms-grid;display:grid;-ms-grid-columns:1fr 20px 1fr;grid-template-columns:1fr 1fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:20px}@media screen and (max-width:900px){.support .box{-ms-grid-columns:1fr;grid-template-columns:1fr}}@media screen and (max-width:768px){.support .box{padding:24px 20px;border-radius:28px;margin-top:24px}}@media screen and (max-width:560px){.support .box{padding:20px 16px;border-radius:22px;gap:16px}}.support .box .form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:23px;min-width:0}.support .box .form>form{display:flex;flex-direction:column;gap:23px}@media screen and (max-width:560px){.support .box .form{gap:18px}.support .box .form>form{gap:18px}}.support .box .inp_group textarea{min-height:140px;resize:vertical}@media screen and (max-width:560px){.support .box .inp_group{margin-top:18px}.support .box .inp_group:first-child{margin-top:0}.support .box .inp_group textarea{min-height:120px}}.support .box button{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:100%;padding:17px 28px;border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);font-size:14px;font-weight:300;margin:0 auto;cursor:pointer;text-align:center}@media screen and (max-width:560px){.support .box button{width:100%;min-height:52px;padding:16px 20px;font-size:13px}}.support .box .faq_items{background:#2c2c2c;padding:20px;border-radius:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;min-width:0}@media screen and (max-width:768px){.support .box .faq_items{padding:16px;border-radius:28px}}@media screen and (max-width:560px){.support .box .faq_items{padding:12px;border-radius:22px}}.support .box .faq_items .item{background:#111;border-radius:30px;padding:22px 29px;padding-right:85px;position:relative;cursor:pointer}@media screen and (max-width:768px){.support .box .faq_items .item{border-radius:24px;padding:18px 22px;padding-right:70px}}@media screen and (max-width:560px){.support .box .faq_items .item{border-radius:18px;padding:16px 16px 16px 18px;padding-right:56px}}.support .box .faq_items .item .quest{font-size:18px;font-weight:500;line-height:1.45}@media screen and (max-width:768px){.support .box .faq_items .item .quest{font-size:16px}}@media screen and (max-width:560px){.support .box .faq_items .item .quest{font-size:14px}}.support .box .faq_items .item .answer{padding-top:20px;max-height:0;overflow:hidden;opacity:0;padding-top:0;-webkit-transition:max-height .4s ease,opacity .3s ease,padding-top .4s ease;transition:max-height .4s ease,opacity .3s ease,padding-top .4s ease}.support .box .faq_items .item .answer p{font-size:14px;font-weight:300;line-height:1.6;word-break:break-word}@media screen and (max-width:560px){.support .box .faq_items .item .answer p{font-size:13px}}.support .box .faq_items .item .open{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:21px;width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background .4s ease;transition:background .4s ease}@media screen and (max-width:768px){.support .box .faq_items .item .open{right:16px;width:36px;height:36px}}@media screen and (max-width:560px){.support .box .faq_items .item .open{right:12px;width:32px;height:32px}}.support .box .faq_items .item .open img{width:100%;height:100%;-webkit-transition:-webkit-transform .4s ease;transition:-webkit-transform .4s ease;transition:transform .4s ease;transition:transform .4s ease,-webkit-transform .4s ease}.support .box .faq_items .item.opened .answer{max-height:none;opacity:1;padding-top:20px}.support .box .faq_items .item.opened .open{background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5)}.support .box .faq_items .item.opened .open img{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.cabina .form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:23px}.cabina .inp_group{margin:0!important}.err404{text-align:center}.err404 h2{margin-top:30px}.err404 img{max-width:90%}.err404 .errtext{font-size:27px;margin-top:5px;font-weight:300}.err404 .sub{font-size:14px;font-weight:300;margin-top:35px}.err404 .btn{margin:30px auto 0;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:17px 40px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);border-radius:65px;font-size:14px;font-weight:300}.headpage{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.headpage h2{text-align:left;margin:0;font-size:35px}.headpage .btn{background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);padding:17px 20px;font-size:14px;font-weight:300;border-radius:65px;text-align:center}.headpage .inp_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:9px;gap:10px;background:#111;border-radius:65px;min-width:277px}.headpage .inp_group input{background:0 0;font-size:14px;font-family:Manrope}.headpage .blacklist-search-form{margin:0}@media screen and (max-width:600px){.headpage{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}}.rating .top_exchanges{margin-top:33px;border-radius:40px;padding:23px}.rating .top_exchanges .table{margin:0}.rating .top_exchanges.top_exchanges3 .tr{-ms-grid-columns:(1fr)[3] 138px!important;grid-template-columns:repeat(3,1fr) 138px!important}.rating .top_exchanges.top_exchanges3 .tr .td:last-child,.rating .top_exchanges.top_exchanges3 .tr .th:last-child{padding:0 5px}.rating .top_exchanges.top_exchanges2 .tr{-ms-grid-columns:(1fr)[4]!important;grid-template-columns:repeat(4,1fr)!important}.rating .top_exchanges.top_exchanges4 .tr{-ms-grid-columns:(1fr)[2]!important;grid-template-columns:repeat(2,1fr)!important}.rating .top_exchanges.top_exchanges4 .blacklist-site{overflow-wrap:anywhere}.rating .top_exchanges.top_exchanges4 .blacklist-filter-empty{-ms-grid-columns:1fr!important;grid-template-columns:1fr!important}.rating .top_exchanges .coin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:start!important;-webkit-box-orient:unset!important;-webkit-box-direction:unset!important;-ms-flex-direction:unset!important;flex-direction:unset!important;padding-left:7px!important;padding-right:0!important;gap:8px}.rating .top_exchanges .coin span{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,left bottom,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to bottom,#fb7d1a,#7a39f5)}.rating .top_exchanges .coin::after{display:none!important}.rating .top_exchanges .link{position:relative;z-index:0;border-radius:65px}.rating .top_exchanges .link::before{position:absolute;content:"";left:-1px;top:-1px;width:calc(100% + 2px);height:calc(100% + 2px);border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);z-index:-2}.rating .top_exchanges .link::after{position:absolute;content:"";top:0;left:0;width:100%;height:100%;border-radius:65px;background:-webkit-gradient(linear,left top,right top,from(#331906),to(#190c31));background:linear-gradient(to right,#331906,#190c31);z-index:-1}.rating .top_exchanges .link{padding:4px 15px}.rating .top_exchanges .link span{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5);font-size:14px;font-weight:300}.rating .top_exchanges .link_right{text-align:right}.rating .top_exchanges .table .coinrating-empty-body{display:block}.rating .coinrating-empty-state{min-height:118px;padding:28px;border:1px solid rgba(255,255,255,.08);border-top:0;border-radius:0 0 36px 36px;background:#050505;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.rating .coinrating-empty-text{max-width:520px;color:rgba(255,255,255,.72);font-size:18px;font-weight:300;line-height:1.45;text-align:center;overflow-wrap:anywhere}.rating .coinrating-footer{margin-top:28px;display:grid;grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr);align-items:center;gap:16px}.rating .coinrating-summary{grid-column:1;justify-self:start;color:#fff;font-size:16px;font-weight:300;line-height:1.4;overflow-wrap:anywhere}.rating .coinrating-pages{grid-column:2;justify-self:center}.rating .coinrating-perpage{grid-column:3;justify-self:end}.rating .coinrating-pagination{margin:0;padding:0;list-style:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.rating .coinrating-pagination li{margin:0;list-style:none}.rating .coinrating-pagination li a,.rating .coinrating-pagination li span{min-width:42px;height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.12);border-radius:65px;background:#111;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:300;text-decoration:none}.rating .coinrating-pagination li a:hover,.rating .coinrating-pagination li.active a,.rating .coinrating-pagination li.active span{border-color:transparent;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);color:#fff}.rating .coinrating-pagination li.disabled span{opacity:.35}.rating .per-page-dropdown{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.rating .per-page-trigger{min-height:42px;padding:0 18px;border:1px solid rgba(255,255,255,.12);border-radius:65px;background:#111;color:#fff;font-family:Manrope;font-size:14px;font-weight:300;cursor:pointer}.rating .per-page-trigger:hover{border-color:transparent;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5)}.rating .per-page-menu{position:absolute;right:0;bottom:calc(100% + 10px);z-index:20;min-width:156px;padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#111;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.rating .per-page-menu.active{display:-webkit-box;display:-ms-flexbox;display:flex}.rating .per-page-item{min-height:38px;padding:0 12px;border-radius:12px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:300;text-decoration:none;white-space:nowrap}.rating .per-page-item-active,.rating .per-page-item:hover{background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);color:#fff}.rating .top_exchanges .per-page-menu .per-page-item-active,.rating .top_exchanges .per-page-menu .per-page-item:hover,.rating .top_exchanges .per-page-trigger:hover{color:#fff}@media (max-width:768px){.rating .top_exchanges{padding:20px;border-radius:28px}.rating .top_exchanges .table .thead{display:none}.rating .top_exchanges .table .tbody{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.rating .top_exchanges .table .coinrating-empty-body{display:block}.rating .coinrating-empty-state{min-height:104px;border-radius:0 0 24px 24px;padding:22px}.rating .top_exchanges .table .tr{-ms-grid-columns:1fr 16px 1fr!important;grid-template-columns:1fr 1fr!important;gap:12px 16px;border-radius:24px;padding:18px}.rating .top_exchanges .table .tr .td{min-width:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:12px;text-align:right}.rating .top_exchanges .table .tr .td::before{content:attr(data-title);font-weight:500;text-align:left}.rating .top_exchanges .table .tr .td:first-child{grid-column:1/-1}.rating .top_exchanges .table .tr .td:first-child::before{content:none}.rating .top_exchanges3 .table .tr .td:nth-child(4){grid-column:1/-1;border-top:1px solid #2c2c2c;padding-top:12px}.rating .top_exchanges3 .table .tr .td:nth-child(4)::before{content:none}.rating .top_exchanges3 .link_right{text-align:left}.rating .top_exchanges3 .link_right .link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.rating .coinrating-footer{grid-template-columns:1fr;justify-items:center}.rating .coinrating-pages,.rating .coinrating-perpage,.rating .coinrating-summary{grid-column:1;justify-self:center}.rating .coinrating-summary{text-align:center}.rating .per-page-menu{right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}}@media (max-width:560px){.rating .headpage .inp_group{min-width:0;width:100%}.rating .top_exchanges{padding:14px;border-radius:22px}.rating .top_exchanges .table .tr{-ms-grid-columns:1fr!important;grid-template-columns:1fr!important;gap:10px;padding:14px;border-radius:20px}.rating .top_exchanges .table .tr .td{grid-column:auto!important;font-size:13px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.rating .top_exchanges .table .tr .td::before{font-size:12px}.rating .top_exchanges .table .tr .td:nth-child(4){padding-top:10px}.rating .top_exchanges .table .tr .coin{gap:8px}.rating .top_exchanges .link_right .link{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.gradient_block{margin-top:30px}.gradient_block .box{padding:27px 48px;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5);border-radius:30px}.gradient_block .box p{font-size:14px;font-weight:400}@media (max-width:560px){.gradient_block .box{padding:18px 14px;border-radius:22px}}.how_items{display:-ms-grid;display:grid;-ms-grid-columns:1fr 20px 1fr 20px 1fr;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:30px}.how_items .item{background:#111;padding:24px 30px;border-radius:40px;position:relative}.how_items .item::after{content:"";position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:-42px;width:65px;height:65px;background:url("../img/how_arrow.svg")}.how_items .item:first-child::after{display:none}.how_items .item .name{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 auto;text-align:center;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5);font-size:20px;font-weight:500}.how_items .item .text{margin-top:20px;font-size:14px;font-weight:300;text-align:center}.how_block{padding:30px;border-radius:40px;background:#111;margin-top:50px;display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);margin-bottom:100px}.how_block .title{font-size:24px;font-weight:500;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5)}.how_block .text{font-size:14px;font-weight:300;margin-top:20px}.how_block .img{position:relative}.how_block .img img{position:absolute;left:0;right:0;margin:auto}@media screen and (max-width:768px){.how_block{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr);margin-bottom:50px}.how_block .img img{position:static}}@media screen and (max-width:768px){.how_items{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}.cash_block{padding:30px;background:#111;border-radius:40px;margin-top:70px;display:-ms-grid;display:grid;-ms-grid-columns:1fr 340px;grid-template-columns:1fr 340px}.cash_block .flex_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:13px;margin-top:24px;margin-bottom:30px}.cash_block .flex_list .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.cash_block .flex_list .item p{font-size:14px;font-weight:300}.cash_block .flex_list .item p span{font-weight:500}.cash_block .title{color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5);font-size:18px;font-weight:500;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cash_block .text{margin-top:20px;font-size:14px;font-weight:300}.cash_block .img{position:relative}.cash_block .img img{position:absolute;top:-70px;right:-20px}.cashback .title2{margin-top:93px;text-align:center;font-size:27px;font-weight:500}.cashback .grid_cash{margin-top:30px;display:-ms-grid;display:grid;-ms-grid-columns:0.35fr 20px 0.65fr;grid-template-columns:0.35fr 0.65fr;gap:20px}.cashback .grid_cash .left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.cashback .grid_cash .left .item{padding:32px 39px;border-radius:30px;background:#111}.cashback .grid_cash .left .item .title{font-size:20px;font-weight:500;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5)}.cashback .grid_cash .left .item .text{margin-top:20px;font-size:14px;font-weight:300}.cashback .grid_cash .left .item.active{background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5)}.cashback .grid_cash .left .item.active .title{color:#fff;background-clip:unset;background:0 0}.cashback .grid_cash .left .item.active .text{color:#fff}.cashback .grid_cash .right .form_block{padding:18px 30px 36px;border-radius:20px;background:#111}.cashback .grid_cash .right .form_block .title{font-size:27px;font-weight:500;color:transparent;-webkit-background-clip:text;background-clip:text;background-image:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background-image:linear-gradient(to right,#fb7d1a,#7a39f5);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cashback .grid_cash .right .form_block .form{margin-top:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:23px}.cashback .grid_cash .right .form_block .btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:17px 45px;font-size:14px;font-weight:300;margin:10px auto 0}.cashback .grid_cash .right .gradient_block{margin-top:20px;border-radius:30px;padding:33px;font-size:14px;font-weight:300;background:-webkit-gradient(linear,left top,right top,from(#fb7d1a),to(#7a39f5));background:linear-gradient(to right,#fb7d1a,#7a39f5)}.cashback .grid_cash .right .gradient_block p{font-size:14px;font-weight:300}.cashback .grid_cash .right .gradient_block p span.big{font-size:20px;font-weight:500}.cashback .grid_cash .right .gradient_block ul li{margin-left:20px}@media screen and (max-width:880px){.cashback .grid_cash{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}.cash_block{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}.cash_block .img{display:none}.cashback .title2{margin-top:50px}}.d-none{display:none!important}.cursor-pointer{cursor:pointer}.populars img,.slider_courses a.item img{width:24px;height:24px;object-fit:contain}.grid_table .td a.reviews,.top_exchanges .table .td a{margin:0;overflow-wrap:anywhere}.more.show-btn{display:block;width:fit-content;margin-top:20px;margin-left:auto;margin-right:auto}.tbody a.reviews::after,.tbody a.reviews:hover::after{display:none;width:0}.other_page.exchanger .exchanger-flex-center{flex-direction:row;align-items:center;flex-wrap:wrap}.other_page.exchanger .exchanger-meta-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px;min-width:0}.other_page.exchanger .exchanger-meta-row .date{margin:0;width:auto;max-width:none}.other_page.exchanger .exchanger-meta-row .tag,.other_page.exchanger .tags .tag{display:flex;align-items:center;justify-content:center;gap:4px;width:fit-content;min-height:50px;padding:17px 32px;border-radius:65px;background:#111;font-size:14px;font-weight:300;color:#fff;text-align:center;white-space:nowrap}.other_page.exchanger .exchanger-meta-row .tag span,.other_page.exchanger .tags .tag span{color:transparent;background-clip:text;background-image:linear-gradient(to right,#fb7d1a,#7a39f5);font-weight:500}.other_page.exchanger .tags{margin-top:10px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}.other_page.exchanger .exchanger-flex-center .btn{width:auto;max-width:none}.other_page.exchanger #review-form .top_grid{align-items:start}.other_page.exchanger #review-form .inp_group{display:block;padding:0!important;margin:0;border:0;background:0 0}.other_page.exchanger #review-form .field-formreviews-text{margin-top:10px}.other_page.exchanger #review-form .field-formreviews-exchange_number{margin-top:10px}.other_page.exchanger #review-form .field-formreviews-text textarea{margin-top:0}.other_page.exchanger #review-form .has-error input,.other_page.exchanger #review-form .has-error textarea{border:1px solid #ff3838}.other_page.exchanger #review-form .error{margin-top:10px;text-align:left;color:#ff3838;font-size:13px;font-weight:300;line-height:1.4}.other_page.exchanger #review-form .error:empty{display:none}.other_page.exchanger .box .reviews_block .item .head .left .date{width:auto;white-space:nowrap}.other_page.exchanger .reviews_block .exchanger-pagination{width:100%}.other_page.exchanger .exchanger-pagination{margin:20px auto 0;padding:0;list-style:none;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:10px}.other_page.exchanger .exchanger-pagination li{margin:0}.other_page.exchanger .exchanger-pagination li a,.other_page.exchanger .exchanger-pagination li span{min-width:42px;height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.12);border-radius:65px;background:#111;color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:300}.other_page.exchanger .exchanger-pagination li a:hover,.other_page.exchanger .exchanger-pagination li.active a,.other_page.exchanger .exchanger-pagination li.active span{border-color:transparent;background:linear-gradient(to right,#fb7d1a,#7a39f5);color:#fff}.other_page.exchanger .exchanger-pagination li.disabled span{opacity:.35}#blacklist-wrap,#blacklist-wrap .tr,#blacklist-wrap .tr.fade-in,#blacklist-wrap .tr.fade-in-up,#blacklist-wrap.fade-in,#blacklist-wrap.fade-in-up{opacity:1!important;visibility:visible!important;transform:none!important;transition:none!important}.approved-exchanges-page,.approved-exchanges-page .tr,.approved-exchanges-page .tr.fade-in,.approved-exchanges-page .tr.fade-in-up,.approved-exchanges-page.fade-in,.approved-exchanges-page.fade-in-up{opacity:1!important;visibility:visible!important;transform:none!important;transition:none!important}.support .box .support-field{margin:0}.support .box .support-field.has-error .inp_group{border-color:#ff3838}.support .box .support-field .error{margin-top:10px;text-align:left;color:#ff3838}.support .box .support-field .error:empty{display:none}.cashback .grid_cash .right .form_block .cashback-field{margin:0}.cashback .grid_cash .right .form_block .cashback-field.has-error .inp_group{border-color:#ff3838}.cashback .grid_cash .right .form_block .cashback-field .error{margin:8px 0 0 20px;font-size:13px;font-weight:300;line-height:1.4;color:#ff3838}.cashback .grid_cash .right .form_block .cashback-field .error:empty{display:none}.cashback .grid_cash .right .form_block>.error,.cashback .grid_cash .right .form_block>.success{font-size:14px;font-weight:300}.cashback .grid_cash .right .form_block>.success{color:#83e800}.cashback .grid_cash .right .form_block>.error{color:#ff3838}.currency-modal-open{overflow:hidden}.currency_modal.all_currencys{position:fixed;inset:0;z-index:1000;display:none;align-items:center;justify-content:center;padding:24px}.currency_modal.all_currencys.active{display:flex}.currency_modal__overlay{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(8px)}.currency_modal__box{position:relative;z-index:1;width:min(905px,calc(100vw - 32px));max-height:calc(100vh - 48px);overflow:hidden;padding:25px;border-radius:40px;background:#111;border:1px solid rgba(255,255,255,.08);box-shadow:0 28px 80px rgba(0,0,0,.55)}.currency_modal__close{position:absolute;top:22px;right:22px;width:46px;height:46px;border-radius:50%;background:linear-gradient(to right,#fb7d1a,#7a39f5);cursor:pointer}.currency_modal__close::after,.currency_modal__close::before{content:"";position:absolute;top:50%;left:50%;width:22px;height:3px;border-radius:10px;background:#fff}.currency_modal__close::before{transform:translate(-50%,-50%) rotate(45deg)}.currency_modal__close::after{transform:translate(-50%,-50%) rotate(-45deg)}.currency_modal__title{padding-right:58px;font-size:27px;font-weight:500;color:transparent;background-clip:text;background-image:linear-gradient(to right,#fb7d1a,#7a39f5);width:fit-content}.currency_modal__tabs{margin-top:24px;display:flex;flex-wrap:wrap;gap:10px}.currency_modal__tabs .tab{color:#777;border:1px solid #2c2c2c;padding:12px 17px;border-radius:65px;font-size:14px;line-height:1.2;position:relative;overflow:hidden;z-index:0;cursor:pointer;transition:color .3s ease,border-color .3s ease}.currency_modal__tabs .tab::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(to right,#fb7d1a,#7a39f5);opacity:0;transition:opacity .3s ease;z-index:-1}.currency_modal__tabs .tab.active{color:#fff;border-color:transparent}.currency_modal__tabs .tab.active::before{opacity:1}.currency_modal__search{margin-top:20px;display:flex;align-items:center;padding:9px 14px;gap:10px;background:#2c2c2c;border-radius:65px}.currency_modal__search .icon{width:20px;height:20px;flex:0 0 20px;display:flex;align-items:center;justify-content:center}.currency_modal__search .icon img{width:18px;height:18px}.currency_modal__search input{width:100%;min-width:0;background:0 0;font-size:14px;font-family:Manrope;color:#fff}.currency_modal__list{margin-top:20px;padding:16px;max-height:min(420px,calc(100vh - 300px));overflow-y:auto;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;background:#2c2c2c;border-radius:30px;scrollbar-width:thin;scrollbar-color:#7A39F5 #1A1A1A}.currency_modal__list::-webkit-scrollbar{width:5px}.currency_modal__list::-webkit-scrollbar-track{background:#111;border-radius:20px}.currency_modal__list::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#7a39f5 0,#fb7d1a 100%);border-radius:20px}.currency_modal__item{display:flex;align-items:center;gap:10px;min-height:42px;padding:7px 12px;border-radius:65px;cursor:pointer;transition:background .3s ease}.currency_modal__item.active,.currency_modal__item:hover{background:#111}.currency_modal__item img{width:24px;height:24px;object-fit:contain;flex:0 0 24px}.currency_modal__item p{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:300}@media screen and (max-width:768px){.currency_modal.all_currencys{padding:14px;align-items:flex-start;overflow-y:auto}.currency_modal__box{width:100%;max-height:none;min-height:calc(100vh - 28px);padding:18px;border-radius:28px}.currency_modal__close{top:16px;right:16px;width:40px;height:40px}.currency_modal__title{font-size:22px}.currency_modal__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.currency_modal__tabs .tab{display:flex;align-items:center;justify-content:center;min-height:42px;padding:10px 12px;border-radius:16px;font-size:12px;text-align:center;word-break:break-word}.currency_modal__search{border-radius:16px}.currency_modal__list{max-height:none;grid-template-columns:1fr;border-radius:22px}.currency_modal__item{padding:10px 12px;border-radius:16px}}.rating .top_exchanges.top_exchanges4 .table .thead .tr{grid-template-columns:repeat(3,minmax(0,1fr))!important}.rating .top_exchanges.top_exchanges4 .table .blacklist-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.rating .top_exchanges.top_exchanges4 .table .blacklist-grid .tr{display:block!important;min-width:0;margin:0}.rating .top_exchanges.top_exchanges4 .table .blacklist-grid .tr.d-none{display:none!important}.rating .top_exchanges.top_exchanges4 .blacklist-site{display:block;min-width:0;overflow-wrap:anywhere}.rating .top_exchanges.top_exchanges4 .blacklist-empty,.rating .top_exchanges.top_exchanges4 .blacklist-filter-empty{grid-column:1/-1}@media screen and (max-width:600px){.rating .headpage{align-items:stretch}.rating .headpage .blacklist-search-form,.rating .headpage .inp_group,.rating .headpage .inp_group input{width:100%;min-width:0}}@media screen and (max-width:768px){.rating .top_exchanges.top_exchanges4{padding:18px;border-radius:30px}.rating .top_exchanges.top_exchanges4 .table .thead{display:none}.rating .top_exchanges.top_exchanges4 .table .blacklist-grid{grid-template-columns:1fr;gap:12px}.rating .top_exchanges.top_exchanges4 .table .blacklist-grid .tr{padding:0!important;border-radius:24px}.rating .top_exchanges.top_exchanges4 .blacklist-site{padding:18px 24px!important;border:0!important;text-align:left!important}}@media screen and (max-width:560px){.rating .top_exchanges.top_exchanges4{padding:14px;border-radius:24px}.rating .top_exchanges.top_exchanges4 .table .blacklist-grid .tr{border-radius:20px}.rating .top_exchanges.top_exchanges4 .blacklist-site{padding:16px 20px!important}}