.headerFavorit .fav {
    left: 150px;
}
.headerFavorit a:before {
    background-image: url("/static/images/redesign3/gender/favorite.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    top: -3px;
    left: -30px;
    width: 19px;
    height: 17px;
}

.headerPersonal:before {
    background-image: url("/static/images/redesign3/gender/login.svg");
    background-repeat: no-repeat;
    top: 0;
    left: 45px;
    width: 35px;
    height: 50px;
}
.authorized .headerPersonalOffice {
    padding: 10px 0 0 46px;
}
.unauthorized .headerPersonal:before {
    top: -25px;
    left: -8px;
}
.authorized .headerPersonal:before {
    top: -9px;
}
.authorized .headerPersonalOffice {
    width: 210px;
}
.authorized .sm-submenu {
    width: 210px !important;
}
.headerCart .headerCartLink:before {
    background-image: url("/static/images/redesign3/gender/basket.svg");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain;
    top: -12px;
    left: -30px;
    width: 24px;
    height: 43px;
}
