#search-results {
position:absolute;
background:#fff;
z-index:99999;
height:0;
width:100%;
top:8px;
right:0;
box-shadow:0 4px 4px rgba(0,41,89,.04);
overflow:hidden;
border-radius:4px
}
@media screen and (min-width:980px) {
#search-results {
    right:8px;
    min-width:500px;
    max-width:500px;
    width:500px
}
}
@media screen and (max-width:980px) {
#search-results {
    top:56px;
    transition:none
}
}
@media screen and (min-width:1700px) {
#search-results {
    right:calc((100% - 1560px)/2)
}
}
#search-results .search-wrapper-input {
position:relative;
padding:8px;
background:#fff;
z-index:2
}
#search-results .search-wrapper-input:before {
font-family:etmodules;
content:"\55";
position:absolute;
top:0;
height:100%;
color:#999;
font-size:1.2rem;
display:flex;
align-items:center;
padding:0 12px 0 8px
}
#search-results .search-wrapper-input input {
background-color:#f5f5f5;
border-color:#f5f5f5;
font-size:14px;
height:40px;
padding-left:34px;
padding-right:34px;
font-weight:400;
outline:none!important;
box-shadow:none!important;
border:1px solid #eaeaea!important;
width:100%
}
#search-results .search-wrapper-input .search-wrapper-input-placeholder {
background:#d8d8d8;
border-radius:4px;
color:#fff;
width:24px;
height:24px;
display:flex;
align-items:center;
justify-content:center;
font-size:14px;
position:absolute;
right:1rem;
top:50%;
transform:translateY(-50%);
cursor:pointer;
transition:all .3s
}
#search-results .search-wrapper-input .search-wrapper-input-placeholder:hover {
animation:animateclose 250ms 0ms ease-in-out forwards
}
#search-results.open {
border:1px solid #eaeaea
}
@media screen and (max-width:980px) {
#search-results.open {
    min-height:calc(100vh - 56px)
}
}
@media screen and (min-width:980px) {
#search-results.open {
    max-height:500px;
    min-height:280px
}
}
@media screen and (min-width:1340px) {
#search-results.open {
    max-height:500px;
    min-height:500px
}
}
#search-results.open.no-bg {
background:#fff
}
@media screen and (max-width:980px) {
#search-results.mobile-active {
    height:60px;
    top:56px;
    border:0!important
}
}
#search-results .search-dropdown {
padding:10px
}
#search-results .search-list {
overflow-y:scroll;
border:1px solid #f5f5f5;
border-radius:4px;
margin-bottom:8px;
display:flex;
flex-flow:column;
justify-content:flex-start;
align-items:stretch;
gap:1px
}
@media screen and (max-width:980px) {
#search-results .search-list {
    max-height:calc(100vh - 147px)
}
}
@media screen and (min-width:980px) {
#search-results .search-list {
    max-height:224px
}
}
@media screen and (min-width:1440px) {
#search-results .search-list {
    max-height:450px
}
}
#search-results .search-list a.search-item {
border-bottom:1px solid #f5f5f5;
font-size:.875rem;
border-radius:4px;
padding:12px;
display:flex
}
#search-results .search-list a.search-item img {
flex:0 0 28px;
margin-right:4px;
width:28px;
height:28px
}
#search-results .search-list a.search-item .si-t {
flex:1 0 auto;
display:flex;
justify-content:flex-start;
align-items:center
}
#search-results .search-list a.search-item .si-t .si-name {
margin-right:.5rem;
font-weight:500;
color:#262626;
flex:0 0 auto;
text-wrap:nowrap;
display:flex;
align-items:center;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
max-width:200px
}
#search-results .search-list a.search-item .si-t .si-short {
color:#999;
font-weight:400;
display:flex;
align-items:center
}
#search-results .search-list a.search-item .si-price {
color:#262626!important;
flex:0 0 150px;
text-align:right;
display:flex;
align-items:center;
justify-content:flex-end
}
#search-results .search-list a.search-item:hover,
#search-results .search-list a.search-item:focus {
background:#f5f5f5
}
#search-results .search-list a.search-item:hover .si-name,
#search-results .search-list a.search-item:focus .si-name {
color:#6e52ff;
flex:0 0 auto
}
#search-results .search-list:hover ::-webkit-scrollbar {
width:3px;
height:9px
}
#search-results .search-list::-webkit-scrollbar {
width:3px;
height:3px
}
#search-results .search-list::-webkit-scrollbar-thumb {
background:#999
}
#search-results .search-list::-webkit-scrollbar-track {
background:#f5f5f5
}
#search-results .search-list .search-item {
position:relative
}
#search-results .search-list .search-item a {
border-bottom:1px solid #f5f5f5;
font-size:.875rem;
border-radius:4px;
padding:12px;
display:flex
}
#search-results .search-list .search-item a .si-name {
margin-right:.5rem;
font-weight:500;
color:#262626;
flex:1 1
}
#search-results .search-list .search-item a .si-short {
color:#999;
font-weight:400
}
#search-results .search-list .search-item a:hover,
#search-results .search-list .search-item a:focus {
background:#f5f5f5
}
#search-results .search-list .search-item a:hover .si-name,
#search-results .search-list .search-item a:focus .si-name {
color:#6e52ff
}
#search-results .search-list .search-item .search-item-wrap {
display:flex;
flex-flow:row nowrap;
justify-content:flex-start;
align-items:center
}
#search-results .search-list .search-item .coin-img {
flex:0 0 48px;
display:flex;
justify-content:flex-start;
align-items:center
}
#search-results .search-list .search-item .coin-img img {
width:32px;
margin:0 1rem 0 0
}
#search-no-results {
display:none;
visibility:hidden;
padding:1rem 0;
transition:all .3s
}
#search-no-results.visible {
display:block;
visibility:visible
}
#search-no-results:hover {
background:#f5f5f5
}
#search-no-results .si-name {
text-align:center;
margin:0 0 1rem;
font-size:1.2rem;
display:block
}
#search-no-results p {
text-align:center;
color:#657e93
}
.search-overlay {
width:100%;
background:#fff no-repeat center center;
height:calc(100% - 56px);
position:absolute;
z-index:100;
opacity:.9;
top:56px
}
.search-overlay.hidden {
display:none;
visibility:hidden
}
.search-fav {
display:inline-block;
width:33px;
height:36px;
position:absolute;
overflow:hidden;
right:15px;
top:9px
}
.search-fav:after {
position:absolute;
top:6px;
left:0;
color:#fc9100;
content:"\e033";
width:18px;
height:18px;
font-family:etmodules;
font-size:18px
}
#m-nt {
display:flex;
justify-content:center;
align-items:center;
padding:0 8px
}
@media screen and (min-width:980px) {
#m-nt {
    display:none;
    visibility:hidden
}
}
#m-nt .visuallyHidden {
position:absolute;
overflow:hidden;
clip:rect(0 0 0 0);
height:1px;
width:1px;
margin:-1px;
padding:0;
border:0
}
#m-nt .mmhm {
margin:0 auto;
width:30px;
height:30px;
position:relative;
pointer-events:none
}
#m-nt .mmhm .bar {
padding:0;
width:30px;
height:4px;
background-color:#6e52ff;
display:block;
border-radius:4px;
transition:all .4s ease-in-out;
position:absolute;
pointer-events:none
}
#m-nt .bar1 {
top:0
}
#m-nt .bar2,
#m-nt .bar3 {
top:13.5px
}
#m-nt .bar3 {
right:0
}
#m-nt .bar4 {
bottom:0
}
#m-nt .mmhm .bar2,
#m-nt .mmhm .bar3,
#m-nt .mmhm .bar4 {
top:13.5px
}
#m-nt .mmhm .bar5 {
bottom:0
}
#m-nt .mmhm .bar {
transition:all .4s ease-in-out,transform .4s ease-in-out .4s
}
#m-nt .mmhm .bar2 {
width:1px;
transform:rotate(90deg);
left:13.5px
}
#m-nt .mmhm .bar3 {
width:1px;
left:13.5px
}
#m-nt .mbtrg {
pointer-events:none
}
#m-nt.active .mbtrg>.mmhm>.bar1 {
top:13.5px;
background-color:transparent
}
#m-nt.active .mbtrg>.mmhm>.bar2 {
left:0;
width:30px;
transform:rotate(45deg)
}
#m-nt.active .mbtrg>.mmhm>.bar3 {
left:0;
width:30px;
transform:rotate(-45deg)
}
#m-nt.active .mbtrg>.mmhm>.bar4 {
background-color:transparent
}
#m-nt.active .mbtrg>.mmhm>.bar5 {
bottom:13.5px;
background-color:transparent
}
body.mobile_menu_open #main-footer,
body.mobile_menu_open #main-content,
body.mobile_menu_open #et-main-area {
max-height:0;
overflow:hidden
}
body.mobile_menu_open #tnh {
position:absolute!important
}
#tnh {
/* position:fixed;
top:0; */
width:100%;
height:72px;
/* background-color: var(--background); */
z-index:9999;
border-bottom: 1px solid rgba(242, 244, 247, .1);
}
#tnh #tnn {
max-width:1560px;
margin:0 auto;
width:100%;
display:flex;
flex-flow:row wrap;
justify-content:space-between;
align-items:stretch;
gap:8px;
background-color:rgba(0, 0, 0, 0);
}
@media screen and (min-width:980px) {
#tnh #tnn {
    flex-flow:row nowrap
}
}
#tnh #kp_logo {
display:flex;
flex:0 0 140px;
padding:20px 8px 0;
max-height:100%;
height:100%;
justify-content:center;
align-items:center;
order:1
}
#tnh #kp_logo img {
width:120px
}
@media screen and (min-width:480px) {
#tnh #kp_logo {
    flex:0 0 200px;
    height:72px;
    padding:0
}
#tnh #kp_logo img {
    width:180px
}
}
@media screen and (min-width:1340px) {
#tnh #kp_logo {
    padding:0;
    height:72px
}
}
#tnh #tnr {
display:flex;
flex:1 0;
flex-flow:row nowrap;
gap:8px;
justify-content:flex-end;
align-items:center;
order:2;
padding:0 8px 0 0;
margin-top:16px
}
@media screen and (min-width:480px) {
#tnh #tnr {
    flex:1 0 calc(100% - 210px)
}
}
@media screen and (min-width:980px) {
#tnh #tnr {
    margin-top:0;
    order:3;
    flex:1 0
}
}
#tnh #tnr a {
display:flex;
justify-content:center;
align-items:center;
padding:0 4px
}
#tnh #tnr a#tbn_b_login {
display:none
}
@media screen and (min-width:980px) {
#tnh #tnr a#tbn_b_login {
    display:flex;
    padding:8px 15px;
    position:relative;
    white-space:nowrap
}
#tnh #tnr a#tbn_b_login:after {
    background:#6e52ff;
    width:0;
    height:2px;
    content:'';
    position:absolute;
    bottom:0;
    transition:all .3s
}
#tnh #tnr a#tbn_b_login:hover:after {
    width:100%
}
}
#tnh #tnr a#tbn_b_gs {
display:none
}
@media screen and (min-width:980px) {
#tnh #tnr a#tbn_b_gs {
    background:#6e52ff;
    color:#fff;
    transition:all .3s;
    border-radius:4px;
    padding:8px 15px;
    white-space:nowrap
}
#tnh #tnr a#tbn_b_gs:hover {
    background:#4825ff
}
}
#tnh #tnr a#tbn_b_register {
display:flex;
background:#6e52ff;
color:#fff;
transition:all .3s;
border-radius:4px;
padding:8px 15px
}
#tnh #tnr a#tbn_b_register:hover {
background:#4825ff
}
@media only screen and (max-width:980px) and (-webkit-min-device-pixel-ratio:2),only screen and (max-width:980px) and (min--moz-device-pixel-ratio:2),only screen and (max-width:980px) and (-o-min-device-pixel-ratio:2 / 1),only screen and (max-width:980px) and (min-device-pixel-ratio:2),only screen and (max-width:980px) and (min-resolution:192dpi),only screen and (max-width:980px) and (min-resolution:2dppx) {
#tnh #tnr a#tbn_b_register {
    display:block
}
}
#tnh #tnl {
background:#fff;
flex:0 0 100%;
opacity:0;
max-height:0;
transition:all .3s;
overflow:hidden;
order:3
}
#tnh #tnl menu {
margin:0;
padding:0
}
@media screen and (min-width:980px) {
#tnh #tnl {
    flex:1 0;
    opacity:1;
    height:72px;
    max-height:max-content;
    overflow:visible;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:8px;
    margin-top:0;
    padding-left:20px
}
}
#tnh #tnl.active {
max-height:4000px;
opacity:1;
margin-top:65px
}
@media screen and (min-width:980px) {
#tnh #tnl.active {
    margin-top:0
}
}
#tnh #tnl .tn_tlnk>a {
display:block;
padding:10px
}
#tnh #tnl .tn_tlnk>a:hover {
background:#ebe7ff;
color:#6e52ff
}
@media screen and (min-width:980px) {
#tnh #tnl .tn_tlnk>a:hover {
    background:#fff
}
}
@media screen and (min-width:980px) {
#tnh #tnl .tn_tlnk {
    height:72px
}
#tnh #tnl .tn_tlnk>a {
    height:72px;
    display:flex;
    justify-content:center;
    align-items:center;
    white-space:nowrap;
    position:relative
}
#tnh #tnl .tn_tlnk>a:after {
    content:'';
    position:absolute;
    top:4px;
    width:0;
    height:2px;
    background:#6e52ff;
    transition:all .3s
}
#tnh #tnl .tn_tlnk>a:hover:after {
    width:100%
}
}
#tnh #tnl .tn_tlnk.tn_dd {
position:relative
}
@media screen and (min-width:980px) and (max-width:1200px) {
#tnh #tnl .tn_tlnk.tn_dd {
    position:unset
}
}
#tnh #tnl .tn_tlnk.tn_dd:after {
content:'\33';
font-family:etmodules;
color:#262626;
position:absolute;
top:0;
right:10px;
height:40px;
font-weight:500;
transition:.5s all;
font-size:1.5rem;
display:flex;
justify-content:center;
align-items:center;
pointer-events:none
}
@media screen and (min-width:980px) {
#tnh #tnl .tn_tlnk.tn_dd:after {
    display:none
}
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm {
opacity:0;
max-height:0;
overflow:hidden;
transition:height .3s ease-in,opacity .3s ease-in;
background:#f9f9f9
}
@media screen and (min-width:980px) {
#tnh #tnl .tn_tlnk.tn_dd .tn_subm {
    pointer-events:none;
    opacity:0;
    position:absolute;
    top:100%;
    left:0;
    background:#fff;
    display:flex;
    justify-content:flex-start;
    align-items:stretch;
    flex-flow:row nowrap;
    padding:0 1.5rem 1.5rem;
    border-radius:0 0 5px 5px;
    max-height:max-content;
    gap:30px
}
}
@media screen and (min-width:768px) and (max-width:980px) and (orientation:landscape) {
#tnh #tnl .tn_tlnk.tn_dd .tn_subm {
    display:flex;
    justify-content:flex-start;
    align-items:flex-start;
    flex-flow:row wrap
}
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .overlay {
display:none
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li {
transition:all .3s;
min-height:60px;
display:flex;
align-items:center;
justify-content:flex-start;
align-items:stretch
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li a {
display:flex;
flex-flow:column;
justify-content:center;
align-items:stretch;
width:100%
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li a .tn_lnk_t {
font-size:13px;
line-height:18px;
font-weight:500;
color:#262626;
transition:all .3s;
padding-left:56px
}
@media screen and (min-width:980px) {
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li a .tn_lnk_t {
    font-size:14px
}
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li a .tn_lnk_st {
font-size:12px;
line-height:16px;
color:#434343;
transition:all .3s;
font-weight:400;
padding-left:56px
}
@media screen and (min-width:980px) {
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li a .tn_lnk_st {
    font-size:12px;
    line-height:18px
}
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_i {
position:relative
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_i:before {
position:absolute;
left:8px;
top:calc(50% - 20px);
width:40px;
height:40px;
content:'';
transition:all .3s
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_i:after {
position:absolute;
left:0;
top:50%;
width:0;
height:0;
background-color:#6e52ff;
content:'';
transition:all .3s;
opacity:0
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_i:hover:after {
height:100%;
opacity:1;
width:4px;
top:0
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li:hover {
background:#ebe7ff
}
@media screen and (min-width:980px) {
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li:hover {
    background:#fff
}
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li:hover a .tn_lnk_t {
color:#6e52ff
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li:hover a .tn_lnk_st {
color:#262626
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_col_t {
display:none
}
@media screen and (min-width:980px) {
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_col_t {
    display:block;
    color:#6e52ff;
    font-weight:600;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    padding:0 0 0 16px;
    text-transform:uppercase
}
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_show_more {
min-height:26px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_show_more:before {
content:unset
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_show_more a {
color:#6e52ff;
font-size:14px;
position:relative;
padding:8px 8px 8px 16px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_show_more a:after {
position:absolute;
font-family:etmodules;
content:'\35';
width:20px;
height:20px;
font-weight:600;
font-size:1.3rem;
right:-20px;
transition:all .3s
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_show_more a:after:hover {
right:-30px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col.col-promo {
display:none
}
@media screen and (min-width:980px) {
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col {
    width:280px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col.col-promo {
    display:block
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col.sep-l {
    border-right:1px solid #f9f9f9
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col.col-mt {
    padding-top:56px
}
}
@media screen and (min-width:1200px) {
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col.col-promo {
    width:320px
}
}
@media screen and (min-width:1340px) {
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col.col-promo {
    width:360px
}
}
@media screen and (min-width:1700px) {
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col.col-promo {
    width:400px
}
}
@media screen and (min-width:768px) and (max-width:980px) and (orientation:landscape) {
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col {
    flex:0 0 50%
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col.lns_double {
    columns:2;
    flex:0 0 100%
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col.ml_o_1 {
    order:1
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col.ml_o_2 {
    order:2
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm .col.ml_o_3 {
    order:3
}
}
#tnh #tnl .tn_tlnk.tn_dd.active:after {
transform:rotate(180deg)
}
#tnh #tnl .tn_tlnk.tn_dd.active .tn_subm {
opacity:1;
max-height:max-content
}
@media screen and (min-width:980px) {
#tnh #tnl .tn_tlnk:hover.tn_dd .tn_subm {
    opacity:1;
    pointer-events:all
}
#tnh #tnl .tn_tlnk.lnk_price .tn_subm {
    left:-150px
}
#tnh #tnl .tn_tlnk.lnk_lrn .tn_subm {
    left:-200px
}
#tnh #tnl .tn_tlnk.lnk_prod .tn_subm {
    left:-250px
}
#tnh #tnl .tn_tlnk.lnk_busi .tn_subm {
    left:-150px
}
#tnh #tnl .tn_tlnk.lnk_comp .tn_subm {
    left:-350px
}
}
@media screen and (min-width:980px) and (max-width:1200px) {
#tnh #tnl .tn_tlnk.tn_dd .tn_subm {
    width:100%;
    justify-content:center
}
#tnh #tnl .tn_tlnk:hover.tn_dd .tn_subm {
    opacity:1;
    pointer-events:all
}
#tnh #tnl .tn_tlnk.lnk_price .tn_subm {
    left:0
}
#tnh #tnl .tn_tlnk.lnk_lrn .tn_subm {
    left:0
}
#tnh #tnl .tn_tlnk.lnk_prod .tn_subm {
    left:0
}
#tnh #tnl .tn_tlnk.lnk_busi .tn_subm {
    left:0
}
#tnh #tnl .tn_tlnk.lnk_comp .tn_subm {
    left:0
}
}
#tnh #tnl a {
color:#262626;
font-weight:500
}
#tnh #tnl a.active {
color:#6e52ff
}
#tnh #tnr #search-trigg {
display:none
}
@media screen and (min-width:980px) {
#tnh #tnr #search-trigg {
    position:relative;
    width:38px;
    height:38px;
    display:flex;
    justify-content:center;
    align-items:center;
    border:1px solid #6e52ff;
    border-radius:4px
}
#tnh #tnr #search-trigg:after {
    content:'\55';
    color:#6e52ff;
    font-family:ETmodules;
    font-size:1rem;
    width:40px;
    height:40px;
    font-weight:900;
    cursor:pointer;
    transition:all .3s;
    display:flex;
    justify-content:center;
    align-items:center
}
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_pr_ap:before {
background:url(../../images23/nav/tb_l_pr_ap.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_pr_gl:before {
background:url(../../images23/nav/tb_l_pr_gl.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_pr_ra:before {
background:url(../../images23/nav/tb_l_pr_ra.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_pr_mv:before {
background:url(../../images23/nav/tb_l_pr_mv.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_pr_mp:before {
background:url(../../images23/nav/tb_l_pr_mp.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_pr_wif:before {
background:url(../../images23/nav/tb_l_pr_wif.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_pr_dex:before {
background:url(../../images23/nav/tb_l_pr_dex.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_lrn_hv:before {
background:url(../../images23/nav/tb_l_lrn_hv.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_lrn_kb:before {
background:url(../../images23/nav/tb_l_lrn_kb.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_lrn_g_btc:before {
background:url(../../images23/nav/tb_l_lrn_g_btc.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_lrn_g_eth:before {
background:url(../../images23/nav/tb_l_lrn_g_eth.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_lrn_g_ada:before {
background:url(../../images23/nav/tb_l_lrn_g_ada.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_lrn_g_sol:before {
background:url(../../images23/nav/tb_l_lrn_g_sol.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_lrn_g_usdt:before {
background:url(../../images23/nav/tb_l_lrn_g_usdt.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_lrn_cryp:before {
background:url(../../images23/nav/tb_l_lrn_cryp.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_l_lrn_block:before {
background:url(../../images23/nav/tb_l_lrn_block.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_bns:before {
background:url(../../images23/nav/tb_prod_bns.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_exc:before {
background:url(../../images23/nav/tb_prod_exc.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_inp:before {
background:url(../../images23/nav/tb_prod_inp.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_ktw:before {
background:url(../../images23/nav/tb_prod_ktw.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_pra:before {
background:url(../../images23/nav/tb_prod_pra.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_exa:before {
background:url(../../images23/nav/tb_prod_exa.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_pfa:before {
background:url(../../images23/nav/tb_prod_pfa.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_kte:before {
background:url(../../images23/nav/tb_prod_kte.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_ktv:before {
background:url(../../images23/nav/tb_prod_ktv.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_rcb:before {
background:url(../../images23/nav/tb_prod_rcb.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_decex:before {
background:url(../../images23/nav/tb_prod_decex.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_web3w:before {
background:url(../../images23/nav/tb_prod_web3w.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_web3gw:before {
background:url(../../images23/nav/tb_prod_web3gw.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_prod_web3di:before {
background:url(../../images23/nav/tb_prod_web3di.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_busi_ca:before {
background:url(../../images23/nav/tb_busi_ca.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_busi_ktwlb:before {
background:url(../../images23/nav/tb_busi_ktwlb.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_busi_ktw:before {
background:url(../../images23/nav/tb_busi_ktw.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_busi_gamifi:before {
background:url(../../images23/nav/tb_prod_web3gw.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_comp_ab:before {
background:url(../../images23/nav/tb_comp_ab.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_comp_li:before {
background:url(../../images23/nav/tb_comp_li.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_comp_cr:before {
background:url(../../images23/nav/tb_comp_cr.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_comp_sprt:before {
background:url(../../images23/nav/tb_comp_sprt.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_comp_sec:before {
background:url(../../images23/nav/tb_comp_sec.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
#tnh #tnl .tn_tlnk.tn_dd .tn_subm li.tb_comp_nws:before {
background:url(../../images23/nav/tb_comp_nws.svg) no-repeat;
background-position:center;
background-size:35px 35px
}
body.admin-bar #tnh {
top:46px!important
}
@media screen and (min-width:768px) {
body.admin-bar #tnh {
    top:32px!important
}
}
body.no-menu #tnh {
display:none;
visibility:hidden;
opacity:0
}
body.no-footer #main-footer {
display:none;
visibility:hidden;
opacity:0
}
body.no-footer #app-popup {
display:none;
visibility:hidden;
opacity:0
}
.trust_pilot_tn {
padding:56px 0 0 16px
}
.trust_pilot_tn .tn_promo_tp_t {
font-size:16px;
font-weight:600;
color:#262626
}
.trust_pilot_tn .tn_promo_tp_d {
font-size:12px;
line-height:16px
}
.trust_pilot_tn .tn_promo_tp_sbu {
font-size:14px
}
#tn_overlay {
opacity:0;
height:0
}
@media screen and (min-width:980px) {
#tn_overlay {
    background:rgba(38,38,38,.2);
    position:fixed;
    top:0;
    width:100vw;
    height:100vh;
    bottom:0;
    left:0;
    right:0;
    transition:height .5s,opacity .3s ease-in;
    z-index:100;
    pointer-events:none
}
#tn_overlay.active {
    opacity:1
}
}
#mb_links {
display:none;
justify-content:center;
align-items:center;
gap:10px;
flex-flow:column;
margin-top:1rem
}
#mb_links a {
flex:0 0 100%;
cursor:pointer;
width:95%
}
@media screen and (min-width:980px) {
#mb_links {
    display:none
}
}
@media screen and (min-width:768px) {
#mb_links {
    flex-flow:row nowrap;
    justify-content:flex-start;
    padding-left:8px
}
#mb_links a {
    flex:0 0 120px;
    width:auto
}
}
@media screen and (max-width:980px) {
#mb_links.active {
    display:flex
}
}
#mob_lang_cur_modal {
display:none
}
@media screen and (max-width:980px) {
#mob_lang_cur_modal .mlc_t {
    padding:8px;
    color:#262626;
    border-bottom:1px solid #434343;
    width:100%
}
#mob_lang_cur_modal.active {
    top:65px;
    position:absolute;
    background:#fff;
    z-index:9999999999999999;
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-flow:column
}
#mob_lang_cur_modal #mob_lc_close {
    background:url(../../images/elements/modal_close_button.svg) no-repeat;
    background-position:center;
    height:32px;
    width:32px;
    position:absolute;
    top:6px;
    right:1rem;
    cursor:pointer;
    transition:all .3s;
    z-index:99
}
#mob_lang_cur_modal #mob_lc_close:hover {
    transform:rotate(90deg)
}
#mob_lang_cur_modal #modal_langs {
    columns:2;
    width:100%
}
}
@media screen and (max-width:980px) and (min-width:480px) {
#mob_lang_cur_modal #modal_langs {
    columns:3
}
}
@media screen and (max-width:980px) and (min-width:768px) {
#mob_lang_cur_modal #modal_langs {
    columns:4
}
}
@media screen and (max-width:980px) {
#mob_lang_cur_modal #modal_langs a {
    color:#262626;
    padding:8px;
    display:block
}
#mob_lang_cur_modal #modal_langs a:hover {
    color:#6e52ff
}
#mob_lang_cur_modal #modal_langs li.current-lang a {
    color:#6e52ff
}
#mob_lang_cur_modal .currency-sub {
    columns:3;
    width:100%
}
}
@media screen and (max-width:980px) and (min-width:480px) {
#mob_lang_cur_modal .currency-sub {
    columns:4
}
}
@media screen and (max-width:980px) and (min-width:581px) {
#mob_lang_cur_modal .currency-sub {
    columns:5
}
}
@media screen and (max-width:980px) and (min-width:768px) {
#mob_lang_cur_modal .currency-sub {
    columns:6
}
}
@media screen and (max-width:980px) {
#mob_lang_cur_modal .currency-sub .set-cur {
    color:#262626;
    padding:8px;
    display:block;
    cursor:pointer;
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:8px;
    flex-flow:row
}
#mob_lang_cur_modal .currency-sub .set-cur:hover {
    color:#6e52ff
}
#mob_lang_cur_modal .currency-sub .set-cur.active {
    color:#6e52ff
}
}
@media screen and (min-width:980px) and (max-width:1200px) {
html:lang(pl-pl) #tnh #tnl .tn_tlnk>a,
html:lang(bg-bg) #tnh #tnl .tn_tlnk>a,
html:lang(lt-lt) #tnh #tnl .tn_tlnk>a,
html:lang(it-it) #tnh #tnl .tn_tlnk>a,
html:lang(sr-rs) #tnh #tnl .tn_tlnk>a,
html:lang(sk-sk) #tnh #tnl .tn_tlnk>a {
    font-size:15px;
    padding:10px 6px
}
html:lang(pl-pl) #tbn_b_login,
html:lang(bg-bg) #tbn_b_login,
html:lang(lt-lt) #tbn_b_login,
html:lang(it-it) #tbn_b_login,
html:lang(sr-rs) #tbn_b_login,
html:lang(sk-sk) #tbn_b_login {
    font-size:15px
}
html:lang(pl-pl) #tbn_b_gs,
html:lang(pl-pl) #tbn_b_register,
html:lang(bg-bg) #tbn_b_gs,
html:lang(bg-bg) #tbn_b_register,
html:lang(lt-lt) #tbn_b_gs,
html:lang(lt-lt) #tbn_b_register,
html:lang(it-it) #tbn_b_gs,
html:lang(it-it) #tbn_b_register,
html:lang(sr-rs) #tbn_b_gs,
html:lang(sr-rs) #tbn_b_register,
html:lang(sk-sk) #tbn_b_gs,
html:lang(sk-sk) #tbn_b_register {
    font-size:15px
}
html:lang(lv) #tnh #tnl .tn_tlnk>a,
html:lang(sv-se) #tnh #tnl .tn_tlnk>a,
html:lang(es-es) #tnh #tnl .tn_tlnk>a,
html:lang(pt-pt) #tnh #tnl .tn_tlnk>a {
    font-size:14px;
    padding:10px 5px
}
html:lang(lv) #tbn_b_login,
html:lang(sv-se) #tbn_b_login,
html:lang(es-es) #tbn_b_login,
html:lang(pt-pt) #tbn_b_login {
    font-size:14px
}
html:lang(lv) #tbn_b_gs,
html:lang(lv) #tbn_b_register,
html:lang(sv-se) #tbn_b_gs,
html:lang(sv-se) #tbn_b_register,
html:lang(es-es) #tbn_b_gs,
html:lang(es-es) #tbn_b_register,
html:lang(pt-pt) #tbn_b_gs,
html:lang(pt-pt) #tbn_b_register {
    font-size:14px
}
html:lang(hu-hu) #tnh #kp_logo,
html:lang(el) #tnh #kp_logo {
    flex:0 0 160px
}
html:lang(hu-hu) #tnh #tnl,
html:lang(el) #tnh #tnl {
    padding-left:10px
}
html:lang(hu-hu) #tnh #tnl .tn_tlnk>a,
html:lang(el) #tnh #tnl .tn_tlnk>a {
    font-size:14px;
    padding:10px 5px
}
html:lang(hu-hu) #tbn_b_login,
html:lang(el) #tbn_b_login {
    font-size:14px;
    padding:8px 5px!important
}
html:lang(hu-hu) #tbn_b_gs,
html:lang(hu-hu) #tbn_b_register,
html:lang(el) #tbn_b_gs,
html:lang(el) #tbn_b_register {
    font-size:14px;
    padding:8px 5px!important
}
html:lang(fr-fr) #tnh #kp_logo {
    flex:0 0 150px
}
html:lang(fr-fr) #tnh #tnl {
    padding-left:5px;
    gap:5px
}
html:lang(fr-fr) #tnh #tnl .tn_tlnk>a {
    font-size:13px;
    padding:10px 3px
}
html:lang(fr-fr) #tbn_b_login {
    font-size:13px;
    padding:8px 5px!important
}
html:lang(fr-fr) #tbn_b_gs,
html:lang(fr-fr) #tbn_b_register {
    font-size:13px;
    padding:8px 5px!important
}
}
@media screen and (min-width:1200px) and (max-width:1340px) {
html:lang(pl-pl) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm,
html:lang(lt-lt) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm,
html:lang(tr-tr) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm,
html:lang(tr) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm,
html:lang(it-it) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm,
html:lang(hr-hr) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm,
html:lang(sr-rs) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm {
    left:-500px
}
html:lang(lv) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm,
html:lang(sv-se) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm,
html:lang(es-es) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm,
html:lang(sk-sk) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm,
html:lang(de-de) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm {
    left:-550px
}
html:lang(hu-hu) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm {
    left:-600px
}
html:lang(el) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm,
html:lang(fr-fr) #tnh #tnl .tn_tlnk.lnk_comp .tn_subm {
    left:-600px
}
html:lang(el) #tnh #tnl .tn_tlnk.lnk_prod .tn_subm,
html:lang(fr-fr) #tnh #tnl .tn_tlnk.lnk_prod .tn_subm {
    left:-350px
}
html:lang(fr-fr) #tnh #kp_logo {
    flex:0 0 150px
}
html:lang(fr-fr) #tnh #tnl {
    padding-left:15px;
    gap:6px
}
html:lang(fr-fr) #tnh #tnl .tn_tlnk>a {
    font-size:15px;
    padding:10px 5px
}
html:lang(fr-fr) #tbn_b_login {
    font-size:15px;
    padding:8px 7px!important
}
html:lang(fr-fr) #tbn_b_gs,
html:lang(fr-fr) #tbn_b_register {
    font-size:15px;
    padding:8px 7px!important
}
}
#wwlc_tbt {
display:none
}
@media screen and (min-width:980px) {
#wwlc_tbt {
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:.5rem;
    position:relative;
    height:72px;
    width:60px
}
#wwlc_tbt .icon {
    background:url(../../images23/nav/lang_icon_purple.svg) no-repeat;
    width:23px;
    height:23px;
    background-size:23px 23px;
    transition:all .3s;
    position:relative;
    z-index:10
}
#wwlc_tbt #ww_dd {
    display:none
}
#wwlc_tbt #ww_dd.open {
    display:block;
    position:absolute
}
#wwlc_tbt:hover:after {
    position:absolute;
    top:0;
    right:100%;
    height:72px;
    width:150px;
    content:''
}
#wwlc_tbt:hover .icon {
    background:url(../../images23/nav/lang_icon_black.svg) no-repeat
}
#wwlc_tbt:hover #ww_dd {
    display:block;
    position:absolute;
    top:calc(100% - 2px);
    right:-150px;
    background:#fff;
    padding:2rem;
    border-radius:4px;
    box-shadow:0 0 13px 0 rgba(0,0,0,.1)
}
#wwlc_tbt:hover #ww_dd a,
#wwlc_tbt:hover #ww_dd .set-cur {
    color:#262626;
    justify-content:flex-start;
    font-weight:500
}
#wwlc_tbt:hover #ww_dd a:hover,
#wwlc_tbt:hover #ww_dd .set-cur:hover {
    color:#6e52ff
}
#wwlc_tbt:hover #ww_dd .tab_b_r {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    gap:2rem
}
#wwlc_tbt:hover #ww_dd .tab_b_r .tab_b {
    color:#434343;
    transition:all .3s;
    padding:.5rem;
    text-transform:uppercase;
    font-weight:500;
    border-bottom:2px solid #fff
}
#wwlc_tbt:hover #ww_dd .tab_b_r .tab_b.active {
    color:#6e52ff;
    border-bottom:2px solid #6e52ff
}
#wwlc_tbt:hover #ww_dd .tab_b_r .tab_b:hover {
    color:#6e52ff
}
#wwlc_tbt:hover #ww_dd .ww_tab {
    display:none;
    columns:4;
    text-align:left;
    min-width:500px
}
#wwlc_tbt:hover #ww_dd .ww_tab.active {
    display:block
}
#wwlc_tbt:hover #ww_dd .ww_tab li.active a,
#wwlc_tbt:hover #ww_dd .ww_tab li.active .set-cur,
#wwlc_tbt:hover #ww_dd .ww_tab li.current-lang a,
#wwlc_tbt:hover #ww_dd .ww_tab li.current-lang .set-cur {
    color:#6e52ff
}
#wwlc_tbt:hover #ww_dd .ww_tab li .set-cur {
    display:flex;
    flex-flow:row nowrap;
    gap:.5rem
}
#wwlc_tbt:hover #ww_dd .ww_tab a,
#wwlc_tbt:hover #ww_dd .ww_tab .set-cur {
    padding:.5rem 0;
    font-size:14px
}
}
