.top-menu {
	padding-top: 70px;
	padding-bottom: 52px;
}
.top-menu-list {
	display: flex;
	gap: 28px 12px;
	flex-wrap: wrap;
	margin: 0 !important;
}
.top-menu-list-item {
	list-style-type: none;
}
.top-menu-list-link {
	background-color: #F5F6FA;
	font-family: "Roboto";
	color: #324682 !important;
	padding: 12px 20px;
	border-radius: 8px;
	text-decoration: none !important;
	border-bottom: unset !important;
	transition: 0.5s;
}
.top-menu-list-link--active {
	background-color: #324682;
	color: #fff !important;
}
@media screen {
	.top-menu-list-link:hover {
		background-color: #324682;
		color: #fff !important;
	}
}