li.main-menu__item.hidden-sm.akciya:before {
    content: "";
    background: #ff255b;
    transform: skew(-10deg);
    width: 87px;
    height: 56px;
    position: absolute;
    margin: -18px 0px 0px -10px;
    z-index: 20;
}

li.main-menu__item.hidden-sm.akciya:after {
    content: "";
    width: 20px;
    height: 22px;
    background: url(images/star.png);
    position: absolute;
    margin: -33px 0px 0px -16px;
    z-index: 10;
    display: none;
}

li.main-menu__item.hidden-sm.akciya a {
    position: relative;
    z-index: 30;
}

@media screen and (max-width: 1023px){
    li.main-menu__item.hidden-sm.akciya:before {
        width: 73px;
        height: 48px;
        margin: -18px 0px 0px -3px;
    }
}

@media screen and (max-width: 767px){
    li.main-menu__item.hidden-sm.akciya:before {
        width: 107px;
    }
    li.main-menu__item.hidden-sm.akciya:after {
        margin: -28px 0px 0px -16px;
    }
}