.footer__menu-title {
	margin: 0 0 10px;
	font-weight: 700;
	font-size: 26px;
	line-height: 39px;
}

.footer__menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer__menu-link {
	text-decoration: none;
	padding: 5px 0;
	font-weight: 500;
	font-size: 10px;
	line-height: 15px;
	color: inherit;
}

.footer__menu-link:hover {
	text-decoration: underline;
}