.footer-site {
	padding:clamp(55px, 48.54px + 1.79vw, 83px) 0 0 0;
}

.footer-site-wrap {
	max-width:1200px;
	width:100%;
	min-height:100px;
	margin:0 auto;
	background:#000;
	border-radius:22px;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
}

.footer-site-wrap::after {
	content:"";
	position:absolute;
	top:-75px;
	left:23px;
	width:179px;
	height:244px;
	background-size:cover;
	background-image:url(/wp-content/uploads/2026/03/image-2158.svg);
}

.footer-site-wrap::before {
	content:"";
	position:absolute;
	top:-75px;
	right:23px;
	width:163px;
	height:228px;
	background-size:cover;
	background-image:url(/wp-content/uploads/2026/03/image-2162.svg);
}

#footer-menu {
	list-style:none;
	padding:0;
	margin:0;
	display:flex;
	gap:47px;
	font-weight: 500;
	font-size: clamp(12px, 10.15px + 0.51vw, 20px);
	text-transform: uppercase;
}

#footer-menu li a {
	text-decoration:none;
	color: #fff;
}

.footer-des {
	max-width:800px;
	width:100%;
	margin:0 auto;
	text-align:center;
	font-size:clamp(15px, 15.69px + -0.19vw, 12px);
}

@media (max-width: 768px) {
	#footer-menu {
		flex-direction:column;
		gap:5px;
		align-items:center;
		justify-content:center;
	}
	
	.footer-site-wrap::after {
		content:"";
		position:absolute;
		top:-40px;
		left:5px;
		width:81px;
		height:110px;
	}

	.footer-site-wrap::before {
		content:"";
		position:absolute;
		top:-40px;
		right:23px;
		width:65px;
		height:91px;
	}
}