#topMenu{
    background-color: rgba(41, 41, 41, 0.92);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 0;
    padding-bottom: 2.8%;
    position: fixed;
    z-index: 99;
}
#topMenu ul{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    width: 55%;
    margin: 0 22.5%;
}
#topMenu ul li{
    width: 14.28%;
    cursor: pointer;
}
#topMenu ul li a.top_menu{
    background-position-y: 60%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 520%;
    width: 100%;
    height: 0;
    padding-bottom: 35%;
    margin: 0 2%;
    transition: all .3s ease-in-out;
}
.no-webp #topMenu ul li a.top_menu{
    background-image: url(/skin/images/launch/menu-launch-defult.png);
}
.webp #topMenu ul li a.top_menu{
    background-image: url(/skin/images/launch/webp/menu-launch-defult.webp);
}


#topMenu ul li a.top_home{
    background-position-x: -13%;
}
#topMenu ul li a.top_news{
    background-position-x: 9.8%;
}
#topMenu ul li a.top_video{
    background-position-x: 29%;
}
#topMenu ul li a.top_intro{
    background-position-x: 48.6%;
}
#topMenu ul li a.top_coupon {
    background-position-x: 67.5%;
}
#topMenu ul li a.top_pay {
    background-position-x: 86%;
}
#topMenu ul li a.top_apk{
    background-position-x: 106%;
}
.no-webp #topMenu ul li a.top_menu:hover,
.no-webp #topMenu ul li a.top_menu.active{
    background-image: url(/skin/images/launch/menu-launch-hover.png);
}
.webp #topMenu ul li a.top_menu:hover,
.webp #topMenu ul li a.top_menu.active{
    background-image: url(/skin/images/launch/webp/menu-launch-hover.webp);
}