.footer-site {
	width:100%;
	background-image:url("/wp-content/uploads/2025/12/footer.png");
	position:relative;
}

.footer-decor {
	width:516px;
	height:344px;
	background-image:url("/wp-content/uploads/2025/12/footer-decor.png");
	background-repeat:no-repeat;
	position:absolute;
	bottom:0;
	left:0;
}

.footer-site-wrap {
	min-height:160px;
	display:flex;
	justify-content:flex-end;
	align-items:center;
}

#footer-menu {
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	gap:32px;
}

#footer-menu li a {
	font-family: var(--third-family);
	font-weight: 400;
	font-size: clamp(10px, 8.00px + 0.63vw, 20px);
	text-align: right;
	color: #004883;
	text-decoration:none;
}

@media (max-width: 768px) {
	#footer-menu {
		flex-direction: column-reverse;
		gap:15px;
	}
} 