/* Native Enfold menu, earlier collapse only where the additional item needs room. */
@media(min-width:990px) and (max-width:1479px){
 #top.pbc-nav-ru #header .main_menu .av-main-nav>li{display:none}
 #top.pbc-nav-ru #header .main_menu .av-main-nav>li.av-burger-menu-main{display:block}
}
/* The Russian labels need the extra horizontal room added by the new item. */
@media(min-width:1480px){
 #top.pbc-nav-ru #header .av-logo-container{max-width:1460px}
}
@media(min-width:990px) and (max-width:1199px){
 #top.pbc-nav-en #header .main_menu .av-main-nav>li{display:none}
 #top.pbc-nav-en #header .main_menu .av-main-nav>li.av-burger-menu-main{display:block}
}
