.a5-footer {
	position: relative;
	z-index: 1;
	background-color: #151616;
	padding: 40px 24px 32px;
	text-align: center;
}

.a5-footer__nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px 28px;
	margin-bottom: 20px;
}

.a5-footer__nav a {
	color: #f3f3e8;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 0.05em;
	font-weight: 500;
	transition: color 0.2s ease;
}

.a5-footer__nav a:hover {
	color: rgba(243, 243, 232, 0.6);
}

.a5-footer__copyright {
	margin: 0;
	color: rgba(243, 243, 232, 0.45);
	font-size: 12px;
	letter-spacing: 0.02em;
}

@media (max-width: 640px) {
	.a5-footer__nav {
		gap: 10px 18px;
	}
}
