
.footer__top .nav.v-2 {
	display:flex;
	flex-direction:column;
	gap: 21px;
}
.footer__top .nav.v-2 li {
	margin-bottom:0;
}

.nav.v-2 span a {
	font-family: Regular;
	text-transform:none;
	font-size:16px;
	line-height: 1.5;
}
.footer-menu-title {
	/* font-family: 'Inter'; */
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #A0A0A0;
	margin-bottom:30px;
}

.link-normal a:hover {
	text-decoration:underline;
}
.link-multiline a {
	text-decoration: none;
	background-image: linear-gradient(#fff, #fff);
	background-repeat: no-repeat;
	background-position-y: 100%;
	background-size: 0% 1px;
	transition: all .5s ease-out;
}
.link-multiline a:hover {
	background-size: 100% 1px;
}