@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url("../languages/Unbounded-cyrillic.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:400;font-display:swap;src:url("../languages/Unbounded-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url("../languages/Unbounded-cyrillic.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:500;font-display:swap;src:url("../languages/Unbounded-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url("../languages/Unbounded-cyrillic.woff2") format("woff2");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Unbounded;font-style:normal;font-weight:700;font-display:swap;src:url("../languages/Unbounded-latin.woff2") format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*{padding:0;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0;border:none;text-decoration:none;font-family:Unbounded,sans-serif;color:#fff}body{background-image:url("/content/images18.png");background-position:top center;background-repeat:no-repeat;background-size:max(1440px,100vw) auto;background-color:#060606;min-height:100vh}body.menu-open{overflow:hidden}.container{max-width:1310px;padding:0 20px;margin:0 auto}header{margin-top:25px;position:relative}header .container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}header .header-logo{display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}header .header-logo img{max-width:100%;max-height:100%}header .header-menu{display:-ms-grid;display:grid;-ms-grid-columns:62px 23px 1fr 23px 60px;grid-template-columns:62px 1fr 60px;gap:23px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}header .burger{display:none;width:62px;height:50px;border-radius:28px;background:rgba(231,70,39,.05);border:1px solid rgba(231,70,39,.1);backdrop-filter:blur(20px);cursor:pointer;-webkit-transition:opacity .3s;transition:opacity .3s;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6px;padding:0}header .burger:hover{opacity:.8}header .burger span{width:26px;height:2px;background:#fff;border-radius:4px;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s}header .burger.open span:first-child{-webkit-transform:translateY(8px) rotate(45deg);transform:translateY(8px) rotate(45deg)}header .burger.open span:nth-child(2){opacity:0}header .burger.open span:nth-child(3){-webkit-transform:translateY(-8px) rotate(-45deg);transform:translateY(-8px) rotate(-45deg)}header .nav{background:rgba(231,70,39,.05);backdrop-filter:blur(20px);padding:15px 17px;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;border-radius:65px}header .nav a.link{height:50px;padding:5px 26px;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:center;-ms-flex-pack:center;justify-content:center;font-size:13px;font-weight:300;-webkit-transition:.3s;transition:.3s;border:1px solid rgba(231,70,39,0)}header .nav a.link.active,header .nav a.link:hover{border:1px solid rgba(231,70,39,.5);background:-webkit-gradient(linear,left top,right top,from(rgba(231,70,39,.5)),to(transparent));background:linear-gradient(to right,rgba(231,70,39,.5),transparent)}header .lang{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;font-size:13px;cursor:pointer;-webkit-transition:.3s;transition:.3s}header .lang:hover{opacity:.8}header .lang.open{opacity:1}header .lang.open .lang__dropdown{z-index:100;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}header .lang__dropdown{position:absolute;top:calc(100% + 10px);left:0;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;background:rgba(20,5,3,.9);backdrop-filter:blur(20px);border:1px solid rgba(231,70,39,.2);border-radius:12px;padding:8px;min-width:70px;pointer-events:none;opacity:0;-webkit-transform:translateY(-6px);transform:translateY(-6px);-webkit-transition:opacity .25s,-webkit-transform .25s;transition:opacity .25s,transform .25s,-webkit-transform .25s}header .lang__option{font-size:13px;font-weight:300;padding:6px 10px;border-radius:8px;-webkit-transition:background .2s;transition:background .2s}header .lang__option:hover{background:rgba(231,70,39,.15)}header .user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}header .user 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;-webkit-transition:.3s;transition:.3s}header .user a:hover{opacity:.8}@media (max-width:1269px){header{margin-top:15px}header .container{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}body.menu-open header .container{padding-top:10px}header .burger,header .header-logo{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;z-index:70}header .header-menu{position:fixed;inset:0;width:100vw;height:100vh;display:-ms-grid;display:grid;-ms-grid-columns:1fr 8px auto;grid-template-columns:1fr auto;grid-template-areas:"lang user" "nav nav";-ms-grid-rows:auto 8px auto;grid-template-rows:auto auto;-ms-flex-line-pack:start;align-content:start;gap:8px;padding:14px 16px 20px;background:rgba(20,5,3,.95);backdrop-filter:blur(20px);border:none;border-radius:0;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);pointer-events:none;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,transform .2s,-webkit-transform .2s;z-index:60;overflow-y:auto}header .header-menu.open{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}header .lang{grid-area:lang;-ms-grid-column-align:start;justify-self:start;-ms-grid-row:1;-ms-grid-column:1}header .nav{grid-area:nav;width:100%;-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;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:8px;border-radius:18px;padding:10px;-ms-grid-row:3;-ms-grid-column:1;-ms-grid-column-span:3}header .nav a.logo{display:none}header .nav a.link{width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}header .user{grid-area:user;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-grid-column-align:end;justify-self:end;-ms-grid-row:1;-ms-grid-column:3}}main{margin-top:50px}main .sub{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:auto;border:1px solid rgba(231,70,39,.1);padding:17px 50px;border-radius:65px;backdrop-filter:blur(10px);color:#e74627;text-transform:uppercase;text-align:center}main .sub span{font-weight:900;color:#e74627}main h1{text-align:center;margin-top:20px;font-size:36px;font-weight:300;text-transform:uppercase}main h1 span{font-weight:900}main .exchange_main{max-width:800px;width:100%;margin:50px auto 0;position:relative;z-index:40;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}main .exchange_main .box{position:relative;z-index:20;padding:30px 30px 35px;background:rgba(231,70,39,.05);border:1px solid rgba(231,70,39,.1);backdrop-filter:blur(20px);border-radius:65px}main .exchange_main .box.coin-box--open{z-index:30}main .exchange_main .box .swap{position:absolute;left:0;right:0;margin:auto;top:-39px}main .exchange_main .box .top{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}main .exchange_main .box .top .coin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;cursor:pointer;-webkit-transition:.3s;transition:.3s}main .exchange_main .box .top .coin:hover{opacity:.8}main .exchange_main .box .top .coin span{font-size:24px}main .exchange_main .box .top .checks,main .exchange_main .box .top .checks .check{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}main .exchange_main .box .top .checks .check p{font-size:12px}main .exchange_main .box input{width:100%;font-size:38px;color:#fff;background:0 0;margin:20px 0}main .exchange_main .bottom{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:10px}main .exchange_main .bottom .type{font-size:24px;width:206px;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;border-radius:65px;border:1px solid #e74627;background:rgba(231,70,39,.1)}main .exchange_main .bottom .desrc{font-size:14px;max-width:500px}main .info_box{border-radius:65px;border:1px solid rgba(231,70,39,.3);background:-webkit-gradient(linear,left top,right top,from(#080807),color-stop(#34120b),to(#080807));background:linear-gradient(to right,#080807,#34120b,#080807);display:-ms-grid;display:grid;-ms-grid-columns:1fr 455px;grid-template-columns:1fr 455px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:65px;position:relative}main .info_box .img img{width:100%}main .info_box .left{padding:70px 40px}main .info_box .left .title{font-size:36px}main .info_box .left .title span{color:#e74627;font-weight:700}main .info_box .left .text{font-size:14px;margin-top:30px}main .info_box .exchange_info{position:absolute;top:-35px;right:0;left:0;margin:auto;max-width:800px;width:100%;padding:18px 20px;background:#e74627;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}main .info_box .exchange_info .title{font-size:27px;font-weight:700}main .info_box .exchange_info .text{font-size:14px}main .info_box .exchange_info .text span{font-weight:700}.exchange_info .js-pair-target-symbol{margin-left:5px}main .info_box .exchange_info button{width:165px;height:50px;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:center;-ms-flex-pack:center;justify-content:center;background:#fff;font-size:14px;color:#060606;-webkit-transition:.3s;transition:.3s;cursor:pointer}main .info_box .exchange_info button:hover{opacity:.8}.toggle{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.toggle__input{position:absolute;width:0;font-size:14px;font-weight:700;color:#fff;cursor:pointer;-webkit-transition:.3s;transition:.3s;height:0;opacity:0}.toggle__input:hover{opacity:.8}.toggle__track{position:relative;display:block;width:50px;height:30px;border-radius:999px;background:rgba(231,70,39,.1);border:1px solid #e74627;-webkit-transition:background .3s,border-color .3s;transition:background .3s,border-color .3s}.toggle__thumb{position:absolute;top:2px;left:4px;width:24px;height:24px;border-radius:50%;background:#e74627;-webkit-transition:background .3s,-webkit-transform .3s cubic-bezier(.4, 0, .2, 1);transition:transform .3s cubic-bezier(.4, 0, .2, 1),background .3s,-webkit-transform .3s cubic-bezier(.4, 0, .2, 1)}.toggle__input:checked~.toggle__track{background:#e74627}.toggle__input:checked~.toggle__track .toggle__thumb{-webkit-transform:translateX(18px);transform:translateX(18px);background:#fff}.toggle:hover .toggle__track{border-color:rgba(27,19,17,.1)}.slider_wallets{overflow:hidden;margin:50px 0}.slider_wallets:hover .slider_wallets__track{-webkit-animation-play-state:paused;animation-play-state:paused}.slider_wallets__track{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-animation:25s linear infinite marquee;animation:25s linear infinite marquee}.slider_wallets a{font-size:12px;font-weight:300;color:#fff;-webkit-transition:opacity .3s;transition:opacity .3s;white-space:nowrap;width:280px;height:40px;padding:10px;background:#e74627;border-radius:10px;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-negative:0;flex-shrink:0}.slider_wallets a:hover{opacity:.8}@-webkit-keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}@keyframes marquee{0%{-webkit-transform:translateX(0);transform:translateX(0)}100%{-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.about h2{font-size:36px;font-weight:300;color:#e74627;text-transform:uppercase}.about .subtitle{font-size:14px;margin-top:5px}.about .items{display:-ms-grid;display:grid;-ms-grid-columns:1fr 26px 1fr 26px 1fr 26px 1fr;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:30px}.about .items .item{padding:20px;border-radius:40px;border:1px solid rgba(231,70,39,.3);background:-webkit-gradient(linear,left top,right top,from(#080807),color-stop(#34120b),to(#080807));background:linear-gradient(to right,#080807,#34120b,#080807)}.about .items .item .top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px;margin-bottom:20px}.about .items .item .top .title{font-size:18px;font-weight:700;color:#e74627}.about .items .item .text{font-size:13px}.about .about_text{margin-top:50px;padding:40px 50px;border-radius:65px;background:rgba(231,70,39,.05);border:1px solid rgba(231,70,39,.1);font-size:14px}.about .about_text .hidden{display:block;max-height:0;overflow:hidden;opacity:0;-webkit-transition:max-height .5s,opacity .4s;transition:max-height .5s,opacity .4s}.about .about_text .hidden.open{max-height:600px;opacity:1}.about .about_text .more{display:block;margin-top:30px;text-align:center;font-size:14px;color:#e74627;-webkit-transition:.3s;transition:.3s}.about .about_text .more:hover{opacity:.8}footer{background:#e74627;border-radius:100px 100px 0 0;padding:40px 0;margin-top:50px}footer .container{display:-ms-grid;display:grid;-ms-grid-columns:1fr 510px;grid-template-columns:1fr 510px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}footer .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:66px}footer .menu .title{font-size:16px;font-weight:700;margin-bottom:20px}footer .menu .links a{display:block;margin-bottom:10px;font-size:14px;-webkit-transition:.3s;transition:.3s}footer .menu .links a:hover{opacity:.8}footer .copy,footer .descr{font-size:14px;margin-top:29px}.coin-select{position:relative}.coin-select .coin-select__trigger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;cursor:pointer;background:0 0;padding:0;color:#fff;font-family:Unbounded,sans-serif;-webkit-transition:opacity .3s;transition:opacity .3s}.coin-select .coin-select__trigger:hover{opacity:.8}.coin-select .coin-select__trigger .coin-select__symbol{font-size:24px}.coin-select .coin-select__trigger img{-ms-flex-negative:0;flex-shrink:0}.coin-select .coin-select__trigger img:first-child{width:50px;height:50px}.coin-select .coin-select__trigger .coin-select__thumb--trigger{width:28px;height:28px;font-size:9px}.coin-select .coin-select__dropdown{position:absolute;left:0;top:calc(100% + 14px);width:340px;max-width:100vw;background:#220d08;border:1px solid #e74627;border-radius:18px;padding:14px;opacity:0;-webkit-transform:translateY(-10px);transform:translateY(-10px);pointer-events:none;-webkit-transition:opacity .2s,-webkit-transform .2s;transition:opacity .2s,transform .2s,-webkit-transform .2s;z-index:9999;overflow:hidden}.coin-select .coin-select__dropdown input{width:100%;height:44px;border-radius:15px;padding:0 14px;font-size:13px!important;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:#fff;outline:0}.coin-select .coin-select__dropdown .coin-select__list{list-style:none;margin-top:12px;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;max-height:52vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#E74627 rgba(231,70,39,0.12);scrollbar-gutter:stable}.coin-select .coin-select__dropdown .coin-select__list::-webkit-scrollbar{width:8px}.coin-select .coin-select__dropdown .coin-select__list::-webkit-scrollbar-track{margin-block:4px;border-radius:10px;background:rgba(231,70,39,.12)}.coin-select .coin-select__dropdown .coin-select__list::-webkit-scrollbar-thumb{border:2px solid #220d08;border-radius:10px;background:#e74627}.coin-select .coin-select__dropdown .coin-select__list::-webkit-scrollbar-thumb:hover{background:#ff5b3d}.coin-select .coin-select__dropdown .coin-select__item{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:10px;background:0 0;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:14px;font-weight:300;text-align:left;-webkit-transition:background .2s;transition:background .2s}.coin-select .coin-select__dropdown .coin-select__item:hover{background:rgba(231,70,39,.15)}.coin-select .coin-select__dropdown .coin-select__item img{width:35px;height:35px}.coin-select .coin-select__thumb{display:none}.coin-select .coin-select__item-icon,.coin-select .coin-select__trigger-icon{width:26px;height:26px;-o-object-fit:contain;object-fit:contain;-ms-flex-negative:0;flex-shrink:0}.coin-select.open .coin-select__dropdown{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:auto}@media (max-width:930px){main .info_box{-ms-grid-columns:1fr 355px;grid-template-columns:1fr 355px}}@media (max-width:810px){main .exchange_main .box .top{-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:start;gap:20px}}@media (max-width:560px){main .exchange_main .bottom{-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:start;gap:20px}}@media (max-width:480px){main .exchange_main .box .top .checks,main .info_box .exchange_info{-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:start;gap:20px}main h1{font-size:1.5em}main .info_box .exchange_info{position:static}main .info_box .left{padding-top:50px}main .info_box .left .title{font-size:26px}}@media (max-width:855px){main .info_box{-ms-grid-columns:1fr;grid-template-columns:1fr}main .info_box .img{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}main .info_box .img img{max-width:255px;width:100%}}@media (max-width:1180px){.about .items{-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr)}}@media (max-width:590px){.about .items{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}.about .about_text{padding:40px 25px}}@media (max-width:970px){footer .container{-ms-grid-columns:1fr;grid-template-columns:repeat(1,1fr);gap:40px}footer .menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}footer{border-radius:70px 70px 0 0}}.inp_group{position:relative}.inp_group.left_icon input{padding-left:42px}.inp_group.left_icon .icon{position:absolute;left:12px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.otherpage{margin:50px 0}.otherpage h2.title{font-size:38px;font-weight:300;margin-bottom:50px;text-align:center;text-transform:uppercase}.otherpage.exchange .box{padding:20px 20px 20px 42px;background:rgba(231,70,39,.05);backdrop-filter:blur(20px);border-radius:65px;display:-ms-grid;display:grid;-ms-grid-columns:1fr 46px 406px;grid-template-columns:1fr 406px;gap:46px;max-width:1120px;width:100%;margin:auto}.otherpage.exchange .box .right{border:1px solid #e74627;padding:20px;border-radius:65px;background:#34120b}.otherpage.exchange .box .right .top{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-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;margin-bottom:10px}.otherpage.exchange .box .right .top .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.otherpage.exchange .box .right .top .item img{width:35px;height:35px}.otherpage.exchange .box .right .top .item .amount{font-size:18px;font-weight:700}.otherpage.exchange .box .right .top .item .sub{font-size:14px;color:rgba(255,255,255,.3)}.otherpage.exchange .box .right .bottom_text{overflow-wrap:anywhere}.otherpage.exchange .box .right .bottom_text span{font-weight:700}.otherpage.exchange .box .left{padding:13px 0}.otherpage.exchange .box .left .statuses{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;margin-bottom:30px;-ms-flex-wrap:wrap;flex-wrap:wrap}.otherpage.exchange .box .left .statuses .status{padding:17px 25px;background:0 0;border:1px solid #fff;border-radius:65px;text-align:center;font-size:13px}.otherpage.exchange .box .left .statuses .status.active{background:#fff;color:#1d1d1d}.otherpage.exchange .box .left .etaps{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);margin-bottom:30px}.otherpage.exchange .box .left .etaps .etap{position:relative}.otherpage.exchange .box .left .etaps .etap::before{content:"";position:absolute;bottom:13px;left:0;width:100%;height:1px;background:#e74627;z-index:-1}.otherpage.exchange .box .left .etaps .etap .name{text-align:center;color:rgba(231,70,39,.3);-webkit-transform:translateY(7px) translateX(15px);transform:translateY(7px) translateX(15px);font-size:14px}.otherpage.exchange .box .left .etaps .etap .num{width:30px;height:30px;border-radius:50%;background:#37120c;border:1px solid #e74627;color:#e74627;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:center;-ms-flex-pack:center;justify-content:center}.otherpage.exchange .box .left .etaps .etap.active .name{color:#e74627}.otherpage.exchange .box .left .etaps .etap.active .num{color:#fff;background:#e74627}.otherpage.exchange .box .left .titlebox{margin-top:30px;font-size:18px}.otherpage.exchange .box .left .descrbox{font-size:14px;color:rgba(255,255,255,.3);margin-top:10px;margin-bottom:30px}.otherpage.reviews .box{display:-ms-grid;display:grid;-ms-grid-columns:1fr 20px 1fr;grid-template-columns:repeat(2,1fr);gap:20px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:-webkit-gradient(linear,left top,right top,from(#080807),color-stop(#34120b),to(#080807));background:linear-gradient(to right,#080807,#34120b,#080807);border-radius:65px;border:1px solid rgba(231,70,39,.3);padding:67px 135px}@media (max-width:1050px){.otherpage.reviews .box{padding:40px}}.otherpage.reviews .box a{display:block;-webkit-transition:.3s;transition:.3s;opacity:.3}.otherpage.reviews .box a:hover{opacity:1}.otherpage.reviews .box a img{max-width:100%}.err{font-size:11px;margin-top:10px;color:#e74627}.inp_flex2{display:-ms-grid;display:grid;-ms-grid-columns:1fr 10px 1fr;grid-template-columns:repeat(2,1fr);gap:10px}.inp_flex2_with_btn{display:-ms-grid;display:grid;-ms-grid-columns:1fr 10px 1fr 10px 160px;grid-template-columns:1fr 1fr 160px;gap:10px}.inp_flex2_with_btn .col:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.inp_flex2_with_btn .send{width:100%}@media (max-width:700px){.inp_flex2_with_btn,.otherpage.reviews .box{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}.inp_flex2_with_btn .col:last-child{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.inp_flex2_with_btn .send{max-width:160px}}.inp_flex3_with_btn{display:-ms-grid;display:grid;-ms-grid-columns:1fr 10px 1fr 10px 1fr 10px 160px;grid-template-columns:1fr 1fr 1fr 160px;gap:10px}.inp_flex3_with_btn .col:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.inp_flex3_with_btn .send{width:100%}@media (max-width:1290px){.inp_flex3_with_btn{-ms-grid-columns:1fr 1fr;grid-template-columns:1fr 1fr}.inp_flex3_with_btn .send{max-width:160px}}@media (max-width:700px){.inp_flex3_with_btn{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}.inp_flex3_with_btn .col:last-child{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.inp_flex3_with_btn .send{max-width:160px}}.inp_flex1_with_btn{display:-ms-grid;display:grid;-ms-grid-columns:1fr 10px 1fr;grid-template-columns:1fr 1fr;gap:10px}.inp_flex1_with_btn .col:last-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.inp_flex1_with_btn .send{max-width:200px;width:100%}@media (max-width:700px){.inp_flex1_with_btn{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}.inp_flex1_with_btn .col:last-child{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.inp_flex3_1{display:-ms-grid;display:grid;-ms-grid-columns:0.7fr 10px 0.3fr;grid-template-columns:0.7fr 0.3fr;gap:10px}.title_inp{font-size:14px;color:#fff;margin-bottom:10px}.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:20px}.form .send{height:50px;background:#e74627;font-size:14px;border-radius:65px;cursor:pointer;-webkit-transition:.3s;transition:.3s}.form .send:hover{opacity:.8}.form .timer{margin:10px 0;font-size:18px}.form .timer span{font-weight:700}.form .inp_group{position:relative}.form .inp_group input{background:rgba(231,70,39,.1);border:1px solid rgba(231,70,39,.2);height:50px;width:100%;padding:16px;border-radius:15px;font-size:14px;color:#fff}.form .inp_group input::-webkit-input-placeholder{color:rgba(231,70,39,.3)}.form .inp_group input::-moz-placeholder{color:rgba(231,70,39,.3)}.form .inp_group input:-ms-input-placeholder{color:rgba(231,70,39,.3)}.form .inp_group input::-ms-input-placeholder{color:rgba(231,70,39,.3)}.form .inp_group input::placeholder{color:rgba(231,70,39,.3)}.form .inp_group.right_icon input{padding-right:40px}.form .inp_group.right_icon .icon{position:absolute;right:14px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:20px;-o-object-fit:contain;object-fit:contain;cursor:pointer;-webkit-transition:.3s;transition:.3s}.form .inp_group.right_icon .icon:hover{opacity:.8}@media (max-width:1080px){.inp_flex2,.inp_flex3_1{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}}@media (max-width:1110px){.otherpage.exchange .box .left .etaps{-ms-grid-columns:1fr;grid-template-columns:1fr}}@media (max-width:960px){.otherpage.exchange .box{-ms-grid-columns:1fr;grid-template-columns:1fr;padding:20px}}@media (max-width:470px){.otherpage.exchange .box .right .top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.otherpage h2.title{font-size:30px}}.rules .box{padding:45px 40px;background:-webkit-gradient(linear,left top,right top,from(#080807),color-stop(#34120b),to(#080807));background:linear-gradient(to right,#080807,#34120b,#080807);border-radius:65px;border:1px solid rgba(231,70,39,.3)}.rules .box p{font-size:14px;font-weight:100}.rules .box p span{font-weight:700}.auth .box{padding:20px;backdrop-filter:blur(20px);background:rgba(231,70,39,.05);border:1px solid rgba(231,70,39,.1);border-radius:65px;display:-ms-grid;display:grid;-ms-grid-columns:auto 44px 1fr;grid-template-columns:auto 1fr;gap:44px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:1120px;width:100%;margin:auto}.auth .box .title{text-align:center;font-size:14px;margin-bottom:50px}.auth .box .title span.big{font-size:24px;color:#e74627}.auth .box .title a{color:#e74627;text-decoration:underline}.auth .box .forgot{font-size:14px;text-align:right;color:#e74627;text-decoration:underline}@media screen and (max-width:900px){.auth .box .left img{width:300px}}@media screen and (max-width:740px){.auth .box{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}.auth .box .left img{display:block;margin:auto;width:100%;max-width:300px}}.err404{text-align:center}.err404 .error_title{font-weight:900!important;color:#e74627;margin-bottom:65px!important}.err404 .img_err{display:block;margin:auto auto 70px;max-width:500px;width:100%}.err404 .title_block{margin-bottom:10px;font-size:27px}.err404 .descr{font-size:14px}.err404 .btn{background:#e74627;border-radius:65px;padding:17px 40px;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:30px auto auto;font-size:14px;-webkit-transition:.3s;transition:.3s}.err404 .btn:hover{opacity:.8}.partners .box{padding:40px 30px;backdrop-filter:blur(20px);border:1px solid rgba(231,70,39,.1);background:-webkit-gradient(linear,left top,right top,from(#080807),color-stop(#34120b),to(#080807));background:linear-gradient(to right,#080807,#34120b,#080807);border-radius:65px}.partners .box .flex{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[2];grid-template-columns:repeat(2,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.partners .box .flex .right img{max-width:642px;width:100%}.partners .box .flex .title{font-size:50px;color:#e74627;margin-bottom:30px;line-height:50px}.partners .box .flex .descr{font-size:14px}.partners .box .flex .btn{background:#e74627;border-radius:65px;padding:17px 40px;display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:30px;font-size:14px;-webkit-transition:.3s;transition:.3s;text-align:center}.partners .box .flex .btn:hover{opacity:.8}.partners .box .flex .left{padding-left:30px}@media screen and (max-width:880px){.partners .box .flex{-ms-grid-columns:(1fr)[1];grid-template-columns:repeat(1,1fr)}.partners .box .flex .left{padding-left:0}.partners .box .flex .right img{max-width:400px;margin:30px auto 0;display:block}}@media screen and (max-width:600px){.partners .box .flex .right img{max-width:300px}.partners .box .flex .title{font-size:30px;line-height:30px}}.partners .box .items{display:-ms-grid;display:grid;-ms-grid-columns:1fr 20px 1fr 20px 1fr;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:60px}@media screen and (max-width:950px){.partners .box .items{-ms-grid-columns:1fr;grid-template-columns:repeat(1,1fr);gap:60px}}.partners .box .items .item{position:relative;text-align:center;padding:60px 20px 27px;background:rgba(231,70,39,.05);border:1px solid rgba(231,70,39,.1);border-radius:40px}.partners .box .items .item .title{color:#e74627;font-size:28px;font-weight:700}.partners .box .items .item .text{margin-top:12px;font-size:14px}.partners .box .items .item .num{position:absolute;width:67px;height:67px;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;top:-34px;left:0;right:0;margin:auto;font-size:35px;font-weight:700}.partners .box .items .item .num::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#e74627;z-index:-1;border-radius:50%}.partners .box .items .item .num::before{content:"";position:absolute;top:-11px;left:-11px;width:90px;height:90px;background:rgba(231,70,39,.2);z-index:-2;border-radius:50%}.partners .box .bottom_items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:25px;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:30px}.partners .box .bottom_items .item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.partners .box .bottom_items .item p{font-size:13px}.faq .box{padding:50px;border:1px solid rgba(231,70,39,.1);background:-webkit-gradient(linear,left top,right top,from(#080807),color-stop(#34120b),to(#080807));background:linear-gradient(to right,#080807,#34120b,#080807);border-radius:65px}.faq .box .top_alert{background:#fff;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;padding:14px 14px 14px 26px}.faq .box .top_alert p{font-size:14px;color:#080807}.faq .box .top_alert .btn{background:#e74627;color:#fff;border-radius:65px;height:50px;padding:10px 20px;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;-webkit-transition:.3s;transition:.3s}.faq .box .top_alert .btn:hover{opacity:.8}@media screen and (max-width:650px){.faq .box{padding:20px}.faq .box .top_alert{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;padding:30px 20px}}.faq .box .items{display:-ms-grid;display:grid;-ms-grid-columns:1fr 10px 1fr;grid-template-columns:repeat(2,1fr);gap:10px;margin-top:30px}.faq .box .items .item{background:rgba(231,70,39,.1);border:1px solid #e74627;border-radius:65px;padding:15px 23px}.faq .box .items .item .head{width:100%;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;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.faq .box .items .item .head p{color:#e74627;font-size:14px}.faq .box .items .item .head .arrow{min-width:40px;width:40px;height:40px;border-radius:50%;background:#e74627;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;cursor:pointer;-webkit-transition:background .3s,-webkit-transform .3s;transition:transform .3s,background .3s,-webkit-transform .3s}.faq .box .items .item .body{padding:0;max-height:0;overflow:hidden;opacity:0;will-change:max-height;-webkit-transition:max-height .5s cubic-bezier(.2, .8, .2, 1),opacity .25s;transition:max-height .5s cubic-bezier(.2, .8, .2, 1),opacity .25s}.faq .box .items .item .body p{font-size:12px}.faq .box .items .item.opened{background:#e74627}.faq .box .items .item.opened *{color:#fff!important}.faq .box .items .item.opened .body{opacity:1;padding:5px 0}.faq .box .items .item.opened .head .arrow{background:#080807;-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width:890px){.faq .box .items{-ms-grid-columns:1fr;grid-template-columns:1fr}}.lk .box{border:1px solid rgba(231,70,39,.1);background:-webkit-gradient(linear,left top,right top,from(#080807),color-stop(#34120b),to(#080807));background:linear-gradient(to right,#080807,#34120b,#080807);border-radius:65px;display:-ms-grid;display:grid;-ms-grid-columns:345px 1fr;grid-template-columns:345px 1fr}.lk .box .nav{background:#34120b;border:1px solid #e74627;border-radius:65px 0 0 65px;padding:48px 24px;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}.lk .box .nav a.link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:10px;font-size:14px;border-radius:65px;-webkit-transition:.3s;transition:.3s}.lk .box .nav a.link.active,.lk .box .nav a.link:hover{background:#e74627}.lk .box .nav a.link .icon{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}.lk .box .body{padding:40px 30px}.lk .box .body .form{margin-top:30px}.lk .box .body .ref_balance_flex{display:-ms-grid;display:grid;-ms-grid-columns:1.5fr 10px 1fr;grid-template-columns:1.5fr 1fr;gap:10px;margin-top:30px}.lk .box .body .ref_balance_flex .balance{padding:14px 14px 14px 26px;background:rgba(231,70,39,.1);border:1px solid #e74627;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;gap:10px}.lk .box .body .ref_balance_flex .balance p{font-size:13px;color:#e74627}.lk .box .body .ref_balance_flex .balance p span{color:#e74627;font-weight:700}.lk .box .body .ref_balance_flex .balance a{font-size:13px;height:50px;padding:15px 18px;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:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-transition:.3s;transition:.3s;background:#e74627}.lk .box .body .ref_balance_flex .balance a:hover{opacity:.8}.lk .box .body .ref_balance_flex .info{background:rgba(231,70,39,.1);border:1px solid #e74627;border-radius:65px;padding:20px 27px}.lk .box .body .ref_balance_flex .info .ititle{font-size:13px;color:#e74627}.lk .box .body .ref_balance_flex .info .ititle span{color:#e74627;font-weight:700}.lk .box .body .ref_balance_flex .info .isub{font-size:13px;margin-top:5px}.lk .box .body .alert{padding:27px 35px;background:#e74627;border-radius:65px;font-size:14px;text-align:center}.lk .box .body .alert.with_img{display:-ms-grid;display:grid;-ms-grid-columns:auto 28px 1fr;grid-template-columns:auto 1fr;gap:28px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left}.lk .box .body .alert.with_btn{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:15px}@media screen and (max-width:650px){.lk .box .body .alert.with_img,.lk .box .body .ref_balance_flex{-ms-grid-columns:1fr;grid-template-columns:1fr}.lk .box .body .alert.with_img img{display:block;margin:auto}.lk .box .body .alert.with_btn{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.lk .box .body .alert.with_btn .btn{padding:15px 18px;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:center;-ms-flex-pack:center;justify-content:center;text-align:center;-webkit-transition:.3s;transition:.3s;background:#fff;color:#060606;cursor:pointer;min-width:170px}.lk .box .body .alert.with_btn .btn:hover{opacity:.8}.lk .box .body .title{font-size:20px;margin-bottom:22px;margin-top:30px;text-align:center}@media screen and (max-width:1060px){.lk .box{-ms-grid-columns:1fr;grid-template-columns:1fr;display:block}.lk .box .nav{border-radius:65px 65px 0 0}}.mt30{margin-top:30px}.table table{border-collapse:collapse;width:100%}.table.table_color table{border:1px solid #e74627;border-radius:20px;border-collapse:separate;border-spacing:0;overflow:hidden;margin-top:30px;max-width:1100px}.table.table_color th{background:#e74627;padding:15px;font-size:16px;font-weight:700;color:#fff;border-right:1px solid rgba(29,29,29,.1)}.table.table_color th:first-child{border-radius:10px 0 0}.table.table_color th:last-child{border-radius:0 10px 0 0;border-right:none}.table.table_color td{border-right:1px solid rgba(255,255,255,.1);text-align:center;padding:19px 15px}.table.table_color td:last-child{border-right:none}.table.table_color tbody tr:last-child td:first-child{border-radius:0 0 0 10px}.table.table_color tbody tr:last-child td:last-child{border-radius:0 0 10px}.table.table-api{margin:10px 0 30px}.table.table-api table{border:1px solid #e74627;border-radius:20px;border-collapse:separate;border-spacing:0;overflow:hidden;max-width:830px}.table.table-api td,.table.table-api th{padding:10px 15px;text-align:left;font-size:14px;border-right:1px solid #e74627;border-bottom:1px solid #e74627}.table.table-api th{background:rgba(231,70,39,.3)}.table.profile_table th{background:#e74627;padding:19px 10px;font-size:14px;font-weight:400;color:#fff}.table.profile_table th:first-child{border-radius:65px 0 0 65px}.table.profile_table th:last-child{border-radius:0 65px 65px 0}.table.profile_table td{text-align:center;padding:7px 15px;font-size:14px}.table.profile_table tbody tr:first-child td{padding-top:25px}.table.profile_table tbody tr:last-child td:first-child{border-radius:0 0 0 10px}.table.profile_table tbody tr:last-child td:last-child{border-radius:0 0 10px}.table.profile_table .flex_center{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;gap:10px;font-size:14px}.table.profile_table .flex_center img{width:30px;height:30px;min-width:30px}@media screen and (max-width:700px){.table{overflow-x:auto;-webkit-overflow-scrolling:touch;max-width:100%;padding-bottom:6px}.table table{min-width:520px}.table td,.table th{padding:10px 12px;font-size:13px;white-space:nowrap}.table.table_color table{min-width:360px}.table.table-api td:last-child{white-space:normal;min-width:240px}}.red{color:#e74627}.green{color:#bae727}.api .box{border:1px solid rgba(231,70,39,.1);background:-webkit-gradient(linear,left top,right top,from(#080807),color-stop(#34120b),to(#080807));background:linear-gradient(to right,#080807,#34120b,#080807);border-radius:65px;padding:50px}@media screen and (max-width:500px){.api .box{padding:20px}}.api .box .title_text{margin-top:30px;font-size:20px;font-weight:700}.api .box .sub_text{margin-top:5px;font-size:14px}.api .box .top_grid{display:-ms-grid;display:grid;-ms-grid-columns:430px 15px auto;grid-template-columns:430px auto;gap:15px;margin-top:30px}@media screen and (max-width:1080px){.api .box .top_grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.api .box .top_grid .tags{-ms-flex-wrap:wrap;flex-wrap:wrap}}.api .box .top_grid input{font-weight:400;height:60px;border-radius:65px}.api .box .top_grid .title{font-size:20px;margin-bottom:15px;font-weight:700}.api .box .top_grid .title span{font-weight:400}.api .box .top_grid .tags{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.api .box .top_grid .tags .tag{height:60px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:#fff;color:#1d1d1d;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:center;-ms-flex-pack:center;justify-content:center;font-size:14px;font-weight:300;padding:10px 25px}.api_items .api_item{width:100%;padding:13px;border-radius:65px;margin-bottom:10px;border:1px solid #e74627}.api_items .api_item:last-child{margin-bottom:0}.api_items .api_item .head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;gap:10px;cursor:pointer;position:relative}.api_items .api_item .head .icon{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:26px}.api_items .api_item .head .tag{padding:8px 10px;border-radius:65px;background:#e74627;color:#fff;font-size:14px;font-weight:300}.api_items .api_item .head p{font-size:16px;font-weight:300;color:#e74627}.api_items .api_item .body{display:none;height:0;overflow:hidden;opacity:0;-webkit-transition:height .35s,opacity .2s;transition:height .35s,opacity .2s}.api_items .api_item.opened{border-radius:35px}.api_items .api_item.opened .head .icon svg{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.api_items .api_item.opened .body{padding-top:20px;display:block;opacity:1;padding-bottom:20px}.api_items .api_item.opened .body .title{font-size:16px;font-weight:700;margin-bottom:6px}.api_items .api_item.opened .body .sub{font-size:14px;margin-bottom:17px}.api_items .api_item.opened .body .content_body{width:100%;margin:auto}.api_items .api_item.opened .body .code{padding:20px;background:rgba(231,70,39,.1);border:1px solid #e74627;font-size:14px;border-radius:10px;color:#e74627;margin-top:15px;margin-bottom:15px}.api_items .api_item.opened .body .status{font-size:14px}.api_items .api_item.opened .body .status span{color:rgba(255,255,255,.5)}.reveal{opacity:0;-webkit-transform:translateY(32px);transform:translateY(32px);-webkit-transition:opacity .55s,-webkit-transform .55s;transition:opacity .55s,transform .55s,-webkit-transform .55s}.reveal.visible{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}@media (prefers-reduced-motion:reduce){.reveal{opacity:1;-webkit-transform:none;transform:none;-webkit-transition:none;transition:none}}.affiliate_modal{inset:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;visibility:hidden;-webkit-transition:opacity .25s,visibility .25s;transition:opacity .25s,visibility .25s}.affiliate_modal[aria-hidden=false]{opacity:1;visibility:visible}.affiliate_modal__backdrop{inset:0;backdrop-filter:blur(10px);cursor:pointer}.affiliate_modal__dialog{width:100%;max-width:560px;-webkit-box-shadow:0 25px 80px rgba(0,0,0,.55);box-shadow:0 25px 80px rgba(0,0,0,.55);overflow:visible}.affiliate_modal__close{width:42px;height:42px;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;border:none;-webkit-transition:opacity .2s;transition:opacity .2s}.affiliate_modal__close:hover{opacity:.8}.affiliate_modal__close:focus-visible{outline:#000 solid 2px;outline-offset:2px}.affiliate_modal__field:first-of-type{margin-top:0}.affiliate_modal__field.is-open .affiliate_modal__menu{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:all}.affiliate_modal__select{height:56px;color:#fff;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;cursor:pointer;text-align:left}.affiliate_modal__select-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.affiliate_modal__select-icon{width:22px;height:22px;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}.affiliate_modal__select-icon img{-o-object-fit:contain;object-fit:contain}.affiliate_modal__menu{max-height:280px;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-scroll-chaining:none;overscroll-behavior:contain;opacity:0;visibility:hidden;-webkit-transform:translateY(-6px);transform:translateY(-6px);pointer-events:none;-webkit-transition:opacity .18s,visibility .18s,-webkit-transform .18s;transition:opacity .18s,transform .18s,visibility .18s,-webkit-transform .18s}.affiliate_modal__option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:14px;text-align:left;-webkit-transition:background .15s;transition:background .15s}.affiliate_modal__option img{-o-object-fit:contain;object-fit:contain}.affiliate_modal__label{margin:14px 0 10px}.affiliate_modal__inputwrap{position:relative}.affiliate_modal__inputicon{position:absolute;left:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:.85;pointer-events:none}.affiliate_modal__input{height:56px;color:#fff;font-size:14px}.affiliate_modal__input:focus-visible{outline:#000 solid 2px;outline-offset:2px}.affiliate_modal__submit{height:56px;color:#fff;font-size:14px;font-weight:700;-webkit-transition:opacity .2s;transition:opacity .2s}.affiliate_modal__submit:hover{opacity:.85}@media screen and (max-width:560px){.affiliate_modal__dialog{border-radius:26px;padding:22px 18px 18px}}.wallet_modal{position:fixed;inset:0;z-index:2100;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;padding:20px;opacity:0;visibility:hidden;-webkit-transition:opacity .25s,visibility .25s;transition:opacity .25s,visibility .25s}.wallet_modal[aria-hidden=false]{opacity:1;visibility:visible}.wallet_modal__backdrop{position:absolute;inset:0;background:rgba(231,70,39,.1);backdrop-filter:blur(10px);cursor:pointer}.wallet_modal__dialog{position:relative;width:100%;max-width:620px;border-radius:35px;padding:28px 28px 26px;-webkit-box-shadow:0 25px 80px rgba(0,0,0,.55);box-shadow:0 25px 80px rgba(0,0,0,.55);overflow:visible;border:1px solid #e74627;background:-webkit-gradient(linear,left top,right top,from(#080807),color-stop(#34120b),to(#080807));background:linear-gradient(to right,#080807,#34120b,#080807)}.wallet_modal__close{position:absolute;top:18px;right:18px;width:42px;height:42px;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;background:0 0;cursor:pointer;border:1px solid #e74627;border-radius:50px;-webkit-transition:opacity .2s;transition:opacity .2s}.wallet_modal__close:hover{opacity:.8}.wallet_modal__close:focus-visible{outline:#E74627 solid 2px;outline-offset:2px}.wallet_modal__title{font-size:26px;font-weight:700;margin-bottom:18px}.wallet_modal__field{position:relative;margin-top:14px}.wallet_modal__field:first-of-type{margin-top:0}.wallet_modal__field.is-open .wallet_modal__menu{opacity:1;visibility:visible;-webkit-transform:translateY(0);transform:translateY(0);pointer-events:all}.wallet_modal__label{font-size:14px;color:rgba(255,255,255,.6);margin-bottom:10px}.wallet_modal__input,.wallet_modal__select{width:100%;height:56px;border-radius:14px;background:0 0;color:#fff;font-size:14px;padding:0 16px;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:10px;border:1px solid #e74627}.wallet_modal__select{cursor:pointer;text-align:left}.wallet_modal__select:focus-visible{outline:#E74627 solid 2px;outline-offset:2px}.wallet_modal__select-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;color:rgba(255,255,255,.8)}.wallet_modal__select-icon{width:22px;height:22px;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}.wallet_modal__select-icon img{width:22px;height:22px;-o-object-fit:contain;object-fit:contain}.wallet_modal__menu{position:absolute;left:0;right:0;top:calc(100% + 8px);background:#080807;border:1px solid #e74627;border-radius:14px;padding:6px;max-height:280px;overflow-y:auto;-webkit-overflow-scrolling:touch;-ms-scroll-chaining:none;overscroll-behavior:contain;opacity:0;visibility:hidden;-webkit-transform:translateY(-6px);transform:translateY(-6px);pointer-events:none;-webkit-transition:opacity .18s,visibility .18s,-webkit-transform .18s;transition:opacity .18s,transform .18s,visibility .18s,-webkit-transform .18s;z-index:2}.wallet_modal__option{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:12px;border-radius:12px;background:0 0;cursor:pointer;color:#fff;font-size:14px;text-align:left;-webkit-transition:background .15s;transition:background .15s}.wallet_modal__option img{width:22px;height:22px;-o-object-fit:contain;object-fit:contain}.wallet_modal__option:hover{background:rgba(231,70,39,.1)}.wallet_modal__submit{width:100%;height:56px;border-radius:999px;background:#e74627;color:#fff;font-size:14px;font-weight:700;cursor:pointer;-webkit-transition:opacity .2s;transition:opacity .2s;margin-top:18px}.wallet_modal__submit:hover{opacity:.85}@media screen and (max-width:560px){.wallet_modal__dialog{border-radius:26px;padding:22px 18px 18px}}header .header-menu.open{padding-top:100px}[hidden]{display:none!important}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}button,input,select,textarea{font:inherit}button:disabled{cursor:not-allowed;opacity:.55}header .lang__toggle{display:flex;align-items:center;gap:8px;padding:0;background:0 0;cursor:pointer}header .lang__toggle img{width:24px;height:24px}header .user{position:relative}.auth_btns{position:absolute;top:calc(100% + 10px);right:0;z-index:80;display:none;min-width:210px;padding:8px;border:1px solid rgba(231,70,39,.25);border-radius:14px;background:rgba(20,5,3,.96);backdrop-filter:blur(20px)}.auth_btns::before{content:"";position:absolute;right:0;bottom:100%;width:100%;height:10px}header .user:focus-within .auth_btns,header .user:hover .auth_btns{display:block}header .auth_btns a{display:block;padding:10px 12px;border-radius:9px;font-size:12px;overflow-wrap:anywhere}header .auth_btns a:hover{background:rgba(231,70,39,.15)}.header__overlay{display:none}.zerotrace-home{position:relative}.zerotrace-home>.sub{font-size:36px;line-height:1.2}.zerotrace-home>h1[data-main-title],.zerotrace-home>h1[data-main-title] span{font-size:14px!important;line-height:1.45!important}.zerotrace-exchange-form .exchange-box--from .top{justify-content:flex-start}.zerotrace-exchange-form .exchange-submit-bar__description{max-width:500px;margin:0;color:#fff;font-size:14px;line-height:1.45}.zerotrace-exchange-form .coin-select__trigger{display:flex;align-items:center;gap:10px;padding:0;background:0 0;cursor:pointer}.zerotrace-exchange-form .coin-select__trigger-icon{width:50px;height:50px;object-fit:contain}.zerotrace-exchange-form .coin-select__symbol{font-size:24px}.zerotrace-exchange-form .coin-select__arrow{width:14px;height:8px}.zerotrace-exchange-form .swap{padding:0;background:0 0;cursor:pointer}.zerotrace-exchange-form .swap img{width:52px;height:52px}.zt-personal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:24px}.exchange_page_block .inp_group,.profile_page .inp_group,.zt-personal-grid .inp_group{position:relative}.exchange_page_block .inp_group input,.profile_page .inp_group input,.zt-personal-grid input{width:100%;height:50px;padding:14px 16px;border:1px solid rgba(231,70,39,.2);border-radius:15px;background:rgba(231,70,39,.1);color:#fff;font-size:14px}.profile_page .inp_group input::placeholder,.zt-personal-grid input::placeholder{color:rgba(231,70,39,.42)}@media (min-width:701px){.profile_page .inp_flex1_with_btn>.col:last-child,.profile_page .inp_flex2_with_btn>.col:last-child,.profile_page .inp_flex3_with_btn>.col:last-child{align-items:flex-start;padding-top:27px}}.inp_group.has-error input{border-color:#e74627}.exchange-result.is-error,.form-status.is-error,.help-block{margin-top:8px;color:#e74627;font-size:11px;line-height:1.4}.exchange-result,.form-status{min-height:16px;font-size:12px}.about .about_text .more_text__toggle{display:block;width:fit-content;margin-right:auto;margin-left:auto;text-align:center}.about .about_text .more.more_text__toggle{padding:0;border:0;background:0 0;color:#e74627;cursor:pointer}.about .about_text,.about .about_text p{white-space:pre-line}.about .about_text p.hidden{margin-top:0}.about .about_text p.hidden.open{margin-top:20px}.order-confirm-page .form .exchange-result,.order-confirm-page .form .inp{margin-top:18px}.order-confirm-page .form .send{margin-top:22px}@media (max-width:960px){.otherpage.exchange .box,.otherpage.exchange .box .col,.otherpage.exchange .box .form,.otherpage.exchange .box .inp_flex2,.otherpage.exchange .box .left,.otherpage.exchange .box .right{min-width:0}.otherpage.exchange .box{gap:24px;overflow:hidden}.otherpage.exchange .box .send,.otherpage.exchange .box input{min-width:0;max-width:100%}.otherpage.exchange .box .left .etaps .etap .name,.otherpage.exchange .box .right .bottom_text,.otherpage.exchange .box .right .top .item .amount{overflow-wrap:anywhere}}@media (max-width:470px){.otherpage.exchange .container{padding-right:12px;padding-left:12px}.otherpage.exchange h2.title{padding:0 4px;font-size:24px;line-height:1.3}.otherpage.exchange .box{padding:18px;border-radius:36px}.otherpage.exchange .box .right{width:100%;max-width:100%;min-width:0;padding:16px;overflow:hidden;border-radius:36px}.otherpage.exchange .box .right .top,.otherpage.exchange .box .right .top .item,.otherpage.exchange .box .right .top .item>div{min-width:0;max-width:100%}.otherpage.exchange .box .right .bottom_text,.otherpage.exchange .box .right .bottom_text span{max-width:100%}}@media (min-width:1270px){header .nav{gap:clamp(6px,.8vw,14px)}header .nav a.logo{flex:0 1 255px;min-width:185px}header .nav a.logo img{display:block;width:100%;height:auto}header .nav a.link{flex:1 1 0;min-width:0;padding-right:clamp(10px,1.35vw,22px);padding-left:clamp(10px,1.35vw,22px);text-align:center;white-space:nowrap}}.lk .box.account-box-full{display:block;grid-template-columns:minmax(0,1fr)}.lk .box.account-box-full .body.profile_page{width:100%}.account-referral-field,.account-referral-field .col{width:100%;min-width:0}[data-profile-flash]{max-width:100%;overflow-wrap:anywhere}.profile-flash{margin:-10px auto 12px;color:#fff;font-size:14px;line-height:1.45;text-align:center}.profile-flash.error{color:#e74627}.profile-flash.success{color:#78d99c}.chat-form input,.chat-form input::placeholder{font-size:11px;letter-spacing:-.01em}@media (max-width:650px){.lk .box.account-box-full .body{padding-right:16px;padding-left:16px}}@media (max-width:768px){.affiliate_modal__backdrop,.crypto_modal__backdrop,header .burger,header .header-menu,header .lang__dropdown,header .nav,main .exchange_main .box,main .sub{-webkit-backdrop-filter:none;backdrop-filter:none}}.form-status.is-success{color:#78d99c}.exchange-result{grid-column:1/-1;margin-top:14px;padding:12px 16px;border-radius:12px;background:rgba(231,70,39,.08)}.main-agree-rules{margin-top:14px;font-size:11px;line-height:1.5;color:rgba(255,255,255,.55)}.maintenance-overlay{position:absolute;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:30px;border-radius:65px;background:rgba(6,6,6,.86);color:#e74627;text-align:center}.crypto_modal{position:fixed;inset:0;z-index:300;display:none;align-items:center;justify-content:center;padding:24px}.crypto_modal[aria-hidden=false]{display:flex}.crypto_modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.76);backdrop-filter:blur(8px)}.crypto_modal__dialog{position:relative;z-index:1;width:min(1120px,100%);max-height:min(760px,calc(100vh - 48px));overflow:auto;padding:54px 48px 48px;border:1px solid rgba(231,70,39,.25);border-radius:65px;background:#130907;box-shadow:0 24px 90px rgba(0,0,0,.5)}.crypto_modal__close{position:absolute;top:26px;right:30px;width:38px;height:38px;display:grid;place-items:center;background:0 0;cursor:pointer}.crypto_modal__search{position:relative;margin:18px 0 30px}.crypto_modal__search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%)}.crypto_modal__input{width:100%;height:58px;padding:0 20px 0 52px;border:1px solid rgba(231,70,39,.2);border-radius:16px;background:rgba(231,70,39,.08);color:#fff;font-size:14px}.crypto_modal__grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.crypto_modal__item{min-height:142px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:18px 12px;border:1px solid rgba(231,70,39,.12);border-radius:24px;background:rgba(231,70,39,.06);text-align:center;cursor:pointer;transition:border-color .2s,background .2s}.crypto_modal__item:hover{border-color:#e74627;background:rgba(231,70,39,.14)}.crypto_modal__item-icon{width:46px;height:46px;display:grid;place-items:center}.crypto_modal__item-icon img{width:42px;height:42px;object-fit:contain}.crypto_modal__item-name{font-size:12px;line-height:1.35}.crypto_modal__item-ticker{color:rgba(255,255,255,.48);font-size:11px}.auth .form-title{color:rgba(255,255,255,.65);font-size:14px;text-align:center}.auth .form .inp_flex2{align-items:start}.auth .form .flex{margin-top:8px;text-align:right}.auth .form .flex a{color:#e74627;font-size:12px;text-decoration:underline}.exchange_page_block .copy,.profile_page .form .copy{position:absolute;right:14px;top:50%;width:24px;height:24px;transform:translateY(-50%);cursor:pointer}.exchange_page_block .copy img,.profile_page .form .copy img{width:100%;height:100%}.exchange_page_block .inp_group:has(.copy) input,.profile_page .form .inp_group:has(.copy) input{padding-right:48px}.exchange_page_block .order-status-message p{margin-bottom:12px;color:inherit}.exchange_page_block .check_block{margin:20px 0}.exchange_page_block .check_block .btn{display:inline-flex;min-height:50px;align-items:center;justify-content:center;padding:12px 24px;border-radius:65px;background:#e74627;font-size:13px}.exchange_page_block .paid_hint{color:rgba(255,255,255,.5);font-size:11px;text-align:center}.exchange_page_block .right .top.exchange_flex{flex-wrap:wrap}.exchange_page_block .order-summary-icon{width:35px;height:35px;object-fit:contain}.lk .box .body.profile_page{min-width:0}.profile_table{overflow-x:auto}.profile_table a{color:#e74627}.partner-pages{display:flex;justify-content:center;gap:6px;margin-top:18px}.partner-pages a{min-width:34px;height:34px;display:grid;place-items:center;border:1px solid rgba(231,70,39,.25);border-radius:50%;font-size:11px}.partner-pages a.is-active{background:#e74627;color:#fff}.wallet-account-cell{max-width:520px;overflow-wrap:anywhere}.wallet-actions-cell{width:120px}.wallet-actions{display:flex;align-items:center;justify-content:center;gap:8px}.wallet-action{width:38px;height:38px;flex:0 0 38px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(231,70,39,.55);border-radius:50%;color:#e74627;background:rgba(231,70,39,.08);cursor:pointer}.wallet-action:focus-visible,.wallet-action:hover{color:#fff;background:#e74627}.wallet-action:focus-visible{outline:#fff solid 2px;outline-offset:2px}.wallet-action:disabled{opacity:.5;cursor:wait}.wallet-action svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.affiliate_modal{position:fixed;inset:0;z-index:320;display:none;place-items:center;padding:24px}.affiliate_modal[aria-hidden=false]{display:grid}.affiliate_modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.78);backdrop-filter:blur(8px)}.affiliate_modal__dialog{position:relative;z-index:1;width:min(520px,100%);padding:36px;border:1px solid rgba(231,70,39,.25);border-radius:32px;background:#130907}.affiliate_modal__close{position:absolute;top:18px;right:18px;background:0 0;cursor:pointer}.affiliate_modal__title{font-weight:700;margin:0 34px 26px 0;font-size:22px}.affiliate_modal__field{position:relative;margin-top:18px}.affiliate_modal__label{margin-bottom:8px;font-size:12px;color:rgba(255,255,255,.6)}.affiliate_modal__input,.affiliate_modal__select{width:100%;min-height:54px;padding:12px 16px;border:1px solid rgba(231,70,39,.2);border-radius:14px;background:rgba(231,70,39,.08)}.affiliate_modal__select,.affiliate_modal__select-value{display:flex;align-items:center;justify-content:space-between;gap:10px}.affiliate_modal__option img,.affiliate_modal__select-icon img{width:24px;height:24px;object-fit:contain}.affiliate_modal__menu{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:2;display:none;padding:6px;border:1px solid rgba(231,70,39,.25);border-radius:14px;background:#130907}.affiliate_modal__field.is-open .affiliate_modal__menu{display:block}.affiliate_modal__option{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;background:0 0;cursor:pointer}.affiliate_modal__option:hover{background:rgba(231,70,39,.12)}.affiliate_modal__submit{width:100%;min-height:54px;margin-top:24px;border-radius:65px;background:#e74627;cursor:pointer}.chat-launcher{position:fixed;right:24px;bottom:24px;z-index:180;width:58px;height:58px;border-radius:50%;border:1px solid rgba(231,70,39,.45);background:#e74627;cursor:pointer;box-shadow:0 12px 40px rgba(0,0,0,.4)}.chat-launcher::before{content:"...";position:absolute;inset:14px 11px 16px;display:grid;place-items:center;border:2px solid #fff;border-radius:12px;color:#fff;font-size:16px;line-height:1}.chat-widget{position:fixed;right:24px;bottom:94px;z-index:190;width:min(390px,calc(100vw - 32px));max-height:min(620px,calc(100vh - 130px));display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(231,70,39,.3);border-radius:26px;background:#130907;box-shadow:0 20px 70px rgba(0,0,0,.55)}.chat-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:rgba(231,70,39,.12)}.chat-head strong{font-size:14px}.chat-head .icon-btn{background:0 0;font-size:26px;cursor:pointer}.chat-operator,.chat-status-note{padding:12px 18px;border-bottom:1px solid rgba(231,70,39,.12)}.chat-operator{display:flex;align-items:center;gap:10px}.chat-operator img{width:38px;height:38px;border-radius:50%;object-fit:cover}.chat-operator span{display:flex;flex-direction:column;gap:3px}.chat-operator small,.chat-operator strong,.chat-status-note{font-size:11px;line-height:1.45}.chat-operator small,.chat-status-note{color:rgba(255,255,255,.55)}.chat-log{min-height:220px;flex:1;overflow-y:auto;padding:16px}.chat-line{width:fit-content;max-width:84%;margin:0 0 10px auto;padding:10px 12px;border-radius:14px 14px 4px;background:#e74627;font-size:12px;line-height:1.45;overflow-wrap:anywhere}.chat-line.operator{margin-right:auto;margin-left:0;border-radius:14px 14px 14px 4px;background:rgba(231,70,39,.15)}.chat-form{display:flex;gap:8px;padding:14px;border-top:1px solid rgba(231,70,39,.15)}.chat-form input{min-width:0;flex:1;height:44px;padding:0 12px;border-radius:12px;background:rgba(231,70,39,.1)}.chat-form button{padding:0 15px;border-radius:12px;background:#e74627;cursor:pointer}@media (max-width:1000px){.crypto_modal__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:1269px){header .header-menu{padding-top:120px}}@media (max-width:740px){.crypto_modal__grid,.zt-personal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.crypto_modal{padding:12px}.crypto_modal__dialog{max-height:calc(100vh - 24px);padding:50px 18px 24px;border-radius:28px}}@media (max-width:520px){.zerotrace-home>.sub{padding-right:24px;padding-left:24px;font-size:24px}.crypto_modal__grid,.zt-personal-grid{grid-template-columns:1fr}.crypto_modal__item{min-height:110px}.chat-launcher{right:16px;bottom:16px}.chat-widget{right:16px;bottom:84px}}.order-confirm-page .inp_flex2.exchange-wallet-only{grid-template-columns:minmax(0,1fr)}.order-confirm-page .inp_flex2.exchange-wallet-only>.col{width:100%}.zerotrace-about .container{position:relative}.pgp-fingerprint{display:flex;width:100%;max-width:none;align-items:center;justify-content:center;gap:24px;margin:50px 0 0;padding:24px 32px;border:1px solid #e74627;border-radius:65px;color:#fff;background:#4a170f;text-align:center;text-decoration:none}.pgp-fingerprint span,.pgp-fingerprint strong{color:inherit}.pgp-fingerprint strong{letter-spacing:0;white-space:nowrap}.otherpage.exchange .box .right .warranty-letter-action{display:flex;width:100%;margin-top:auto;padding-top:28px}.otherpage.exchange .box .right .warranty-letter-action .btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:66px;padding:12px 32px;border-radius:65px;color:#fff;background:#e74627;font-size:16px;text-align:center;text-decoration:none}@media (max-width:900px){.pgp-fingerprint{flex-direction:column;gap:8px;padding-left:18px;padding-right:18px}.pgp-fingerprint strong{white-space:normal;overflow-wrap:anywhere}}body.frontend,html{max-width:100%;overflow-x:hidden}.zerotrace-exchange-form .exchange-box__heading{min-height:50px}.zerotrace-exchange-form .exchange-box__heading .type{width:206px;min-height:50px;display:flex;align-items:center;justify-content:center;border:1px solid #e74627;border-radius:65px;background:rgba(231,70,39,.1);font-size:24px}.zerotrace-exchange-form .exchange-box__currency{display:flex;align-items:center;margin-top:24px}.zerotrace-exchange-form .amount-input::placeholder{font-size:32px}.zerotrace-exchange-form .bottom{justify-content:flex-end}.zerotrace-exchange-form .exchange-result{width:100%;margin-top:0;overflow-wrap:anywhere}.order-confirm-heading{margin-bottom:28px;padding-bottom:14px;border-bottom:1px solid #e74627;color:#e74627;font-size:20px;text-align:center}.exchange_page_block .descrbox.order-status-message{overflow-wrap:anywhere;word-break:break-word}.otherpage.exchange .box .left .etaps .etap .name span{display:block}.otherpage.exchange .box .right .top.exchange_flex,.otherpage.exchange .box .right .top.exchange_flex .item{justify-content:center;text-align:center}.otherpage.exchange .box .right{display:flex;flex-direction:column;align-items:center;text-align:center}.otherpage.exchange .box .right .top.exchange_flex{width:100%;align-items:center;gap:16px;margin-bottom:0}.otherpage.exchange .box .right .top.exchange_flex .item{width:100%;max-width:100%;align-items:center;justify-content:center}.otherpage.exchange .box .right .top.exchange_flex .item .amount,.otherpage.exchange .box .right .top.exchange_flex .item .sub,.otherpage.exchange .box .right .top.exchange_flex .item>div:last-child{text-align:center}.otherpage.exchange .box .right .top.exchange_flex .item>div:last-child{display:flex;min-width:0;flex-direction:column;align-items:center}.otherpage.exchange .box .right .bottom_text,.otherpage.exchange .box .right .bottom_text span{font-size:18px;line-height:1.35;text-align:center}.otherpage.exchange .box .right .bottom_text{margin-top:16px}.exchange_page_block .order-summary-icon{display:block;margin-top:18px;margin-right:auto;margin-left:auto}.inp_flex3_1.order-payment-details{grid-template-columns:minmax(0,1fr)}.inp_flex3_1.order-payment-details>.col{width:100%;min-width:0}@media (max-width:1110px){.otherpage.exchange .box .left .etaps{grid-template-columns:repeat(3,minmax(0,1fr))}.otherpage.exchange .box .left .etaps .etap .name{transform:none;padding:0 4px 8px;font-size:11px;line-height:1.3}}@media (max-width:700px){.zerotrace-exchange-form .exchange-box__heading{align-items:flex-start;gap:16px}.zerotrace-exchange-form .exchange-box__heading .type{width:min(206px,46%);min-width:130px;font-size:18px}.zerotrace-exchange-form .checks{min-width:0;flex:1 1 auto;flex-wrap:wrap;justify-content:flex-end}.zerotrace-exchange-form .checks .check{min-width:0}.zerotrace-exchange-form .checks .check p{max-width:105px;overflow-wrap:anywhere;font-size:10px;line-height:1.25}.zerotrace-exchange-form .amount-input::placeholder{font-size:24px}main .zerotrace-exchange-form .info_box{width:100%;min-width:0}main .zerotrace-exchange-form .info_box .exchange-submit-bar{width:100%;max-width:100%;min-width:0;flex-direction:column;align-items:center;justify-content:center;gap:20px;padding:26px 20px;text-align:center}main .zerotrace-exchange-form .info_box .exchange-submit-bar__description{width:100%;max-width:none;text-align:center}main .zerotrace-exchange-form .info_box .exchange-submit-bar button{width:min(100%,220px);max-width:220px;margin-right:auto;margin-left:auto}.zerotrace-footer .col,.zerotrace-footer .container,.zerotrace-footer .info,.zerotrace-footer .links,.zerotrace-footer .menu{justify-items:center;align-items:center;text-align:center}.zerotrace-footer .menu{width:100%}.zerotrace-footer .logo{display:flex;justify-content:center}.partners .box,.partners .box .flex,.partners .box .flex .left,.partners .box .items,.partners .box .items .item{width:100%;min-width:0;margin-right:auto;margin-left:auto;text-align:center}.partners .box .flex .left{padding-left:0}.partners .box .flex .btn{margin-right:auto;margin-left:auto}}@media (max-width:470px){.otherpage.exchange .box .right .top.exchange_flex{align-items:center}.otherpage.exchange .box .right .top.exchange_flex .item{width:100%}.otherpage.exchange .box .right .warranty-letter-action{padding-top:22px}.otherpage.exchange .box .right .warranty-letter-action .btn{min-height:58px;padding-right:18px;padding-left:18px;font-size:14px}.otherpage.exchange .box .left .etaps .etap .name{font-size:9px}.partners.otherpage{width:100%;max-width:100%;overflow:hidden}.partners.otherpage .container{width:100%;max-width:100%;padding-right:12px;padding-left:12px}.partners .box .flex .title,.partners .box .items .item .title,.partners.otherpage h2.title{max-width:100%;overflow-wrap:anywhere;text-align:center}.partners .box .flex .title,.partners.otherpage h2.title{font-size:22px;line-height:1.3}.partners .box{padding-right:18px;padding-left:18px;border-radius:36px}.partners .box .items .item{padding-right:14px;padding-left:14px}.partners .box .items .item .title{font-size:22px;line-height:1.25}}@media (max-width:520px){body.frontend main>.container{width:100%;max-width:100%;padding-right:16px;padding-left:16px}.zerotrace-about,.zerotrace-about .about_text,.zerotrace-about .container,.zerotrace-about .item,.zerotrace-about .items,.zerotrace-exchange-form,.zerotrace-exchange-form .box,.zerotrace-exchange-form .exchange_main,.zerotrace-exchange-form .info_box,.zerotrace-exchange-form .info_box>*,.zerotrace-home{min-width:0;max-width:100%}.zerotrace-home>.sub{display:block;width:100%;max-width:100%;padding:18px 14px;border-radius:42px;font-size:clamp(20px, 6.4vw, 24px);line-height:1.3;overflow-wrap:anywhere}.zerotrace-home>h1[data-main-title],.zerotrace-home>h1[data-main-title] span{width:100%;font-size:clamp(12px, 3.8vw, 14px)!important;line-height:1.5!important;overflow-wrap:anywhere}main .zerotrace-exchange-form .exchange_main{margin-top:36px;gap:14px}main .zerotrace-exchange-form .box{padding:24px 20px 28px;border-radius:42px}.zerotrace-exchange-form .bottom,.zerotrace-exchange-form .checks,.zerotrace-exchange-form .checks .check,.zerotrace-exchange-form .coin-select,.zerotrace-exchange-form .coin-select__trigger,.zerotrace-exchange-form .exchange-box__currency,.zerotrace-exchange-form .exchange-box__heading{min-width:0;max-width:100%}.zerotrace-exchange-form .exchange-box__heading .type{width:min(100%,180px);min-width:0}.zerotrace-exchange-form .checks{width:100%;align-items:flex-start;justify-content:flex-start}.zerotrace-exchange-form .amount-input{min-width:0;max-width:100%}.zerotrace-exchange-form .amount-input::placeholder{font-size:clamp(19px, 6.5vw, 24px)}.zerotrace-exchange-form .bottom .desrc,.zerotrace-exchange-form .bottom .desrc span,.zerotrace-exchange-form .coin-select__item-label,.zerotrace-exchange-form .coin-select__symbol{max-width:100%;overflow-wrap:anywhere}.zerotrace-exchange-form .coin-select__dropdown{left:-20px;width:calc(100vw - 32px);max-width:340px}main .zerotrace-exchange-form .info_box{grid-template-columns:minmax(0,1fr);border-radius:42px}main .zerotrace-exchange-form .info_box .exchange-submit-bar,main .zerotrace-exchange-form .info_box .img,main .zerotrace-exchange-form .info_box .left{width:100%;min-width:0;max-width:100%}main .zerotrace-exchange-form .info_box .exchange-submit-bar{box-sizing:border-box;border-radius:42px}main .zerotrace-exchange-form .info_box .left{padding:38px 20px 28px}main .zerotrace-exchange-form .info_box .left .title{max-width:100%;font-size:clamp(20px, 6.5vw, 24px);line-height:1.3;overflow-wrap:anywhere}main .zerotrace-exchange-form .info_box .left .text{max-width:100%;margin-top:20px;font-size:13px;line-height:1.5;overflow-wrap:anywhere}main .zerotrace-exchange-form .info_box .img img{width:min(210px,100%);max-width:100%;height:auto}.zerotrace-about h2{font-size:clamp(24px, 8vw, 30px);line-height:1.25;overflow-wrap:anywhere}.zerotrace-about .about_text,.zerotrace-about .item .text,.zerotrace-about .subtitle{overflow-wrap:anywhere}.zerotrace-about .items .item{padding:20px 18px;border-radius:30px}.zerotrace-about .items .item .top{align-items:flex-start}.zerotrace-about .items .item .top .title{min-width:0;font-size:16px;line-height:1.3;overflow-wrap:anywhere}}@media (max-width:360px){header .container{padding-right:14px;padding-left:14px}header .header-logo{width:calc(100% - 70px);max-width:210px}header .header-logo img{width:100%;height:auto}header .burger{width:54px;height:48px;flex:0 0 54px}main .zerotrace-exchange-form .box{padding-right:16px;padding-left:16px}.zerotrace-exchange-form .coin-select__dropdown{left:-16px}}