@media (min-width: 1200px) {
    section.sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 225px;
        box-shadow: 4px 1px 3px 0 rgba(0,0,0,0.12);
    }

    section.sidebar > .logo {
        padding: 9px 12px 14px;
        background: #fff;
    }
    section.sidebar > .logo > img {
        width: 201px;
        height: 62px;
    }

    section.sidebar > .translations {
        background: #1E263D;
        padding: 6px 0;
    }
    section.sidebar > .translations > ul.lang {
        padding: 0;
        list-style: none;
        display: flex !important;
        width: 101px;
        margin: 0 auto;
        justify-content: space-around;
    }
    section.sidebar > .translations > ul.lang > li {
        flex: 1;
        text-align: center;
    }
    section.sidebar > .translations > ul.lang > li > a {
        color: #8B98BC;
        font-size: 14px;
        line-height: 14px;
        font-weight: 600;
    }
    section.sidebar > .translations > ul.lang > li:nth-child(2) {
        border-left: 1px solid #a0a0a0;
        border-right: 1px solid #a0a0a0;
    }
    section.sidebar > .translations > ul.lang > li > a:hover, section.sidebar > .translations > ul.lang > li > a:active {
        color: #d09d3d;
    }
}
