.rightMenu{
	margin-bottom: 40px;
}

.rightMenu__list{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.rightMenu__item{
	background-color: #fff;
	margin-bottom: 2px;
}


.rightMenu__wrap{
	padding: 15px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.rightMenu__item_selected .rightMenu__wrap,
.rightMenu__wrap:hover{
	background-color: #2c4e9e;;
}

.rightMenu__link{
	color: #232a32;
	font-weight: 700;
	flex: 1;
}

.rightMenu__item_selected  .rightMenu__link,
.rightMenu__wrap:hover .rightMenu__link
{
	color: #fff;
}


/* .rightMenu__indicator{
	flex: none;
	width: 40px;
	align-self: stretch;
}
.rightMenu__indicator:hover{
	cursor: pointer;
	background-color: #fff;
} */


.rightMenu__sublink{
	color: #232a32;
}
.rightMenu__sublink_active{
	color: #2c4e9e;
}
.rightMenu__subitem{
	padding: 5px 15px;
}

.rightMenu__sublist{
	padding: 10px 0;
	margin: 0;
	list-style-type: none;
	display: none;
}
.rightMenu__item_selected .rightMenu__sublist{
	display: block;
}