/*********************************************/
/***** Menu RIGHT BEGIN *****/
/*********************************************/

@media(min-width:960px){


.b-menu-rightmenu {
    background-color: #e2a528;
    border-radius: 3px;
    font-size: 16px;
    margin-bottom: 2em;
    padding: 10px 0 10px 10px;
}
.b-menu-rightmenu__item, .b-menu-rightmenu__item_active, .b-menu-rightmenu__item_arrow  {
margin-bottom: 6px;
}

.b-menu-rightmenu__item {
}
.b-menu-rightmenu__item_active .b-menu-rightmenu__link   {
    color: #000;
	text-decoration: none;
}
.b-menu-rightmenu__link {
	color: #fff;
}
.b-menu-rightmenu__link:hover {
    color: #cfcfcf;
	text-decoration: none;
}

.b-menu-rightmenu__item_arrow {
}

.b-menu-rightmenu__submenu {
    margin-left: 7px;
    margin-top: 5px;
}
.b-submenu-rightmenu {}
.b-submenu-rightmenu__item  {
	margin: 10px 0;
}
.b-submenu-rightmenu__item_active .b-submenu-rightmenu__link  {
    color: #000;
	text-decoration: none;
}
.b-submenu-rightmenu__link {
	color: #fff;
	text-decoration: none;
}
.b-submenu-rightmenu__link:hover {
    color: #cfcfcf;
	text-decoration: none;
}




}