/*
#PopupMenu1{justify-content: center;}
ul#PopupMenu1 > li > a::after {
    content: "|";
    color: #fff;
    position: absolute;
    right: -2px;
    top: 12px;
}
ul#PopupMenu1 > li:last-child > a::after {
    content: "";
}
body header .top-menu .acilirmenu.list ul:first-child > li > a{
padding:16px;
}
*/

.top-menu a{
	transition: none !important;
}