.mp-menu ul {
    /*height: calc(100vh - 88px - 50px);*/
    /*overflow-x: visible;*/
    /*overflow-y: visible;*/
}
.mp-menu {
    /*top: 50px;*/
    z-index: 9999;
    height: calc(100% - 50px);
    transition: 0.25s;
    border-top: 1px solid #ccc;
    background: #f1f1f1;
}
.mp-menu.mp-menu_articles {
    height: 100%;
}
/*.mp-pusher.mp-pusher_articles.mp-pushed {
    height: 100vh;
}*/
.mp-pusher::after {
    top: 50px;
    z-index: 20;
}
.mp-pusher.mp-pusher_articles::after {
    top: 0;
    z-index: 20;
}
.mp-menu ul li > a {
    padding: 12px 0px 12px 20px;
}
.mp-pusher,
.mp-level {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
/*.mp-level {
    overflow-x: hidden;
    overflow-y: scroll;
}*/
@media screen and (max-width: 600px) {
	.with-next {
	    background-position: right+12px center;
	}
}