.footer-site {
	padding:80px 0 30px 0;
}

.footer-site-wrap {
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.footer-site-logo img {
	width:108px;
	height:57px;
}

.footer-site-link {
	display:inline-block;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 20px;
	line-height: 153%;
	letter-spacing: 0.02em;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-align: center;
	color: var(--black);
}