.header--logged .header__logo {
    background: var(--tf-logo-s) no-repeat left center;
    width: 180px;
    height: 60px;
    background-size: 40px 40px;
}


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