.header-logo-img::after {
    content: '';
    display: block;
    height: 37px;
    background-size: cover;
    margin: -4px auto 0 auto;
    background: url("/images/aks_new_year.svg") no-repeat !important;
    width: 159px !important;
}
.header-logo-img img {
    display: none;
}
@media screen and (max-width: 1023px){
    .header-logo-img::after {
        height: 33px;
    }
}
