#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: 58%;*/ /* launch */
    /*margin: 0 21%;*/ /* launch */
    width: 50%;
    margin: 0 25%;
}
#topMenu ul li{
    /*width: 20%;*/ /* launch */
    width: 16%;
    cursor: pointer;
}
#topMenu ul li a.top_menu{
    background-position-y: 60%;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 400%;
    width: 100%;
    height: 0;
    /*padding-bottom: 27%;*/ /* launch */
    padding-bottom: 33%;
    margin: 0 2%;
    transition: all .3s ease-in-out;
}
.no-webp #topMenu ul li a.top_menu{
    background-image: url(/skin/images/menu-defult.png);
}
.webp #topMenu ul li a.top_menu{
    background-image: url(/skin/images/webp/menu-defult.webp);
}


#topMenu ul li a.top_home{
    background-position-x: -13%;
}
#topMenu ul li a.top_pre {
    background-position-x: 17.5%;
}
#topMenu ul li a.top_news{
    /*background-position-x: 35.8%;*/ /* launch */
    background-position-x: 46.8%;
}
#topMenu ul li a.top_video{
    /*background-position-x: 60.3%;*/ /* launch */
    background-position-x: 76.3%;
}
#topMenu ul li a.top_intro{
    /*background-position-x: 84.5%;*/ /* launch */
    background-position-x: 106.5%;
}
/* launch */
#topMenu ul li a.top_pay{
    background-position-x: 109%;
}
.no-webp #topMenu ul li a.top_menu:hover,
.no-webp #topMenu ul li a.top_menu.active{
    background-image: url(/skin/images/menu-hover.png);
}
.webp #topMenu ul li a.top_menu:hover,
.webp #topMenu ul li a.top_menu.active{
    background-image: url(/skin/images/webp/menu-hover.webp);
}