.top-menu a {
	text-decoration: none;
	color: #3A8233;
}
.top-menu-item {
//	font-family: Inter;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #3A8233;
	text-transform: uppercase;
	transition: color 0.3s ease;
}
.top-menu a:hover, .top-menu-item.selected a {
	color: #000000;
}