.logo {
    position: relative;
}

a.logo.header__logo::before {
    content: "";
    position: absolute;
    top: -10px;
    left: unset;
    right:  -60px;
    width: 60px;
    height: 60px;
    background-image: url(/images/site/man.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}