
.atalag-footer {
	background: #191919;
	color: #fff;
	padding: 60px 20px 17px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
}
.atalag-footer__inner {
	width: min(1200px, 100%);
	margin: 0 auto;
}
.atalag-footer__rule {
	width: 100%;
	height: 1px;
	margin: 0 auto 20px;
	background: rgba(255,255,255,.72);
}
.atalag-footer a {
	color: #fff;
	text-decoration: none;
}
.atalag-footer a:hover,
.atalag-footer a:focus-visible {
	text-decoration: underline;
	text-underline-offset: 3px;
}
.atalag-footer__instagram {
	margin-bottom: 18px;
	font-weight: 700;
}
.atalag-footer__legal {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.atalag-footer__copyright {
	margin: 7px 0 0;
	font-weight: 700;
}
@media (max-width: 767px) {
	.atalag-footer {
		padding: 45px 20px 24px;
	}
	.atalag-footer__rule {
		margin-bottom: 22px;
	}
	.atalag-footer__legal {
		gap: 6px 0;
		line-height: 1.7;
	}
}
