@media (min-width: 1200px) {
    .sidebar__logo {
        position: fixed;
        z-index: 100;
        left: 95px;
        display: block;
        width: 140px;
        height: 50px;
        background: var(--tf-logo) no-repeat left center;
        background-size: auto 50px;
        transition: all .2s;
    }
}