div.tournament__table-winners-icon {
    background: transparent none no-repeat 50% 50%; background-size: contain;
}

a .img_box {
    width: 30px; height: 30px;
}

.language{background:#151b29;-webkit-border-radius:50px;border-radius:50px;padding:10px!important;position:relative;max-width:78px;margin-left: 20px;}
.language.notlogin { margin-left: 20px; }
.language.active{-webkit-border-radius:20px 20px 0 0;border-radius:20px 20px 0 0}
.language-body{position:absolute;left:0;top:100%;width:100%;background:#151b29;-webkit-border-radius:0 0 20px 20px;border-radius:0 0 20px 20px;z-index:10;display:none}
.language-body.active{display:block}
.language-item{padding:9px 9px;cursor:pointer;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease;display:block}
.language-item.active{display:none}
.language-item:last-child{-webkit-border-radius:0 0 20px 20px;border-radius:0 0 20px 20px}
.language-item img{display:block;width:22px;height:22px;-webkit-border-radius:50%;border-radius:50%}
.language-toggler{cursor:pointer;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}
.language-toggler img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:25px;height:16px;}
.language-toggler img.arrowdown{margin-left:10px;-webkit-transition:all .35s ease;-o-transition:all .35s ease;transition:all .35s ease; width: 12px; height: 6px; }
.language-toggler.active svg{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
.header-nav .language{margin-right:15px;padding:11px 12px;height:45px}
.header-nav .language-item{padding:9px 12px}