.footer {
	padding: 20px 0;
	background-color: #2a2a2a;
	color: white;
}
.footer-container {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 0 20px;
	max-width: 1440px;
	margin: 0 auto;
}
.links,
.social,
.contact {
	margin: 10px;
	max-width: 300px;
}
.social .icons {
	justify-content: center;
}
.contact {
	text-align: end;
}
.heading {
	margin-bottom: 10px;
	font-size: 16px;
	color: white;
	font-weight: 700;
}
.list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.list li {
	margin-bottom: 12px;
}
.list li a {
	color: white;
	text-decoration: none;
	font-weight: 400;
}
.list li a:hover {
	color: #d4003f;
}
.icons {
	display: flex;
	gap: 20px;
	margin-bottom: 15px;
}
.icons a {
	font-size: 35px;
	-webkit-transition: color 0.3s ease-in-out;
	-o-transition: color 0.3s ease-in-out;
}
.contact p {
	color: white;
	/* margin-bottom: 7px; */
}
.contact a {
	color: #ff004c;
	font-weight: 600;
	text-decoration: none;
}
.contact a:hover {
	text-decoration: underline;
	color: #ff004c;
}
.icons a.fa-vk {
	color: #4c75a3; /* ВКонтакте */
}
.icons a.fa-telegram {
	color: #0088cc; /* Telegram */
}
.icons a.fa-whatsapp {
	color: #25d366; /* WhatsApp */
}
.icons a.fa-vk:hover {
	color: #3b5e7f; /* ВКонтакте темнее */
}
.icons a.fa-telegram:hover {
	color: #006699; /* Telegram темнее */
}
.icons a.fa-whatsapp:hover {
	color: #1a9c51; /* WhatsApp темнее */
}

@media (max-width: 1291px) {
	.contact {
		text-align: start;
	}
	.social .icons {
		justify-content: start;
	}
}
@media (max-width: 771px) {
	.links,
	.social,
	.contact {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		text-align: start;
	}
}

.policy-wrapper {
	background-color: #0f0f0f;
}

.policy-box {
	padding: 12px 30px;
	max-width: 1440px;
	margin: 0 auto;
	display: flex;
	gap: 20px;
}

.policy-box a{
	color:#aaaaaa;	
        font-size: 12px; 
}
