.site-footer {
	background-color: #121212;
	padding: 40px 0 30px 0;
	font-family: 'Bebas Neue Cyrillic', sans-serif;
}

.footer-container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-main {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.footer-widget {
	flex: none;
	text-align: left;
}

.footer-phone a {
	color: #ffffff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 400;
	white-space: nowrap;
}
.footer-phone a:hover {
	color: #5acafa;
}

.footer-social img {
	width: 50px;
	height: 50px;
	opacity: 0.7;
	transition: opacity 0.3s ease;
}
.footer-social a:hover img {
	opacity: 1;
}

.footer-logo img {
	max-height: 140px;
	width: auto;
}

.footer-address p {
	color: #ffffff;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
}

.footer-copyright {
	text-align: center;
	padding-top: 30px;
}
.footer-copyright p {
	margin: 0;
	font-size: 14px;
	color: #ffffff66;
}
.footer-copyright a {
	color: #ffffff66;
	text-decoration: none;
}
.footer-copyright a:hover {
	color: #5acafa;
}

.footer-address {
	text-align: left;
}
.footer-logo {
	flex: none;
	text-align: center;

	margin: 0 20px;
}

@media (max-width: 992px) {
	.footer-main {
		flex-wrap: wrap;
		justify-content: center;
		gap: 30px;
	}

	.footer-widget {
		flex-basis: 45%;
		margin-bottom: 20px;
		text-align: center;
	}

	.footer-phone {
		order: 2;
	}
	.footer-social {
		order: 3;
	}
	.footer-address {
		order: 4;
	}

	.footer-logo {
		flex-basis: 100%;
		order: -1;
	}

	.footer-address,
	.footer-phone {
		text-align: center;
	}
}
@media (max-width: 768px) {
	.footer-widget {
		flex-basis: 100%;
		margin-bottom: 15px;
	}

	.footer-logo {
		margin: 0 0 20px 0;
	}

	.footer-main {
		gap: 15px;
	}
}


.site-footer {
	background-color: #111111;
	color: #ffffff;
	padding: 40px 100px 30px;
}

.site-footer .container {
	max-width: 1920px;
	margin: 0 auto;
}

