@media all and (min-width: 801px) {
    .HeaderWraping {
        position: fixed;
        top: 0;
        left: 50px;
        width: 260px;
    }
    #Ragnarok_Content {
        margin-left: 300px;
    }
}