@charset "utf-8";
@media all and (min-width:990px){
    nav{
        height: 43px;
    }
    nav > ul > li:first-child, nav > ul > li:last-child{
        display: none;
    }
    nav > ul img{
        height: 69px;
    }
    #lang_menu{
        top: 43px;
        right: 50%;
        transform: translateX(470px);
    }
    aside{
        width: 95%;
        max-width: 940px;
        display: block;
        position: absolute;
        top: 140px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 200;
    }
    aside > div{
        width: 178px;
        margin-bottom: 0;
    }
    aside > div:first-child{
        display: none;
    }
    aside > div:last-child{
        position: absolute;
        top: 0px;
        right: 0px;
    }
    aside > div:nth-child(4), aside > div:nth-child(5){
        margin-bottom: 0px;
    }
    #game_wrap{
        top: 140px;
    }
    #bot_menu{
        display: none;
    }
}