.site-footer {
	margin: 30px auto 0;
	background: linear-gradient(360deg, #0a0e0b 0%, #121814 100%)!important;
	padding: 20px!important;
}

.site-footer > div {
	background: none!important;
}


.footer-top {
	display: flex;
	justify-content: center;
	padding-bottom: 40px;
}

.social-container {
	display: flex;
	flex-direction: column;
	color: #fff;
	gap: 30px;
	align-items: center;
}

.footer-logo {
	max-width: 545px;
	width: 100%;
}

.footer-social {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.social-networks {
	display: flex;
	gap: 20px;
}

.social-networks a {
	border-radius: 25px;
	background: #D9D9D933;
	width: fit-content;
	padding: 15px 25px;
	line-height: normal;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	gap: 10px;
	box-shadow: 4px 5px 4px 0px #00000040;
}

.social-networks a:hover {
	color: #fff;
}

.social-networks img {
	width: 45px;
}

.social-networks span {
	font-size: 24px;
	font-weight: 600;
}

.footer-main-menu_lang {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer-language-container {
	display: flex;
	gap: 20px;
	align-items: center;
}

.social-top-text {
	font-weight: 600;
	font-size: 14px;
}

.social-bottom-text {
	font-size: 18px;
	font-weight: 600;
}

.footer-menu {
	font-size: 12px;
	font-weight: 600;
}

.footer-menu ul {
	list-style: none;
	margin: 0;
}

.footer-menu li {
	margin-bottom: 10px;
}

.footer-menu li a {
	color: #9296A2;
}

.footer-contact {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.contact-text {
	display: flex;
	flex-direction: column;
}

.contact-title {
	font-weight: 600;
	font-size: 18px;
}

.contact-description {
	color: #B1B4BC;
	font-weight: 600;
	font-size: 14px;
}

.contact-email a {
	color: inherit!important;
}

.contact-email img {
	filter: invert(.7)!important;
}

.contact-email span {
	font-size: 16px;
	font-weight: 600;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	max-width: 1240px;
	margin: 0 auto;
}

.bootom-left {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.license {
	font-size: 12px;
	font-weight: 600;
	color: #869DEE;
}

.license img {
	filter: invert(.3);
}

.bootom-left .copyright {
	color: #A2A5AF;
	font-weight: 400;
	font-size: 12px;
	width: max-content;
}

.bottom-right {
	display: flex;
	gap: 20px;
	justify-content: flex-end;
	height: fit-content;
	align-items: center;
}

.footer-language {
    display: flex;
    align-items: center;
    gap: 5px;
    background: #ffffff33;
    border-radius: 22px;
    height: 32px;
    padding: 10px;
}

.footer-language span {
	font-weight: 700;
	font-size: 12px;
}

@media (max-width: 1380px) {
	.footer-top {
		flex-direction: column;
		align-items: center;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: center;
	}

	.social-container {
		align-items: center;
		margin: 15px 0;
		gap: 10px;
	}

	.footer-social {
		align-items: center;
	}

	.footer-menu {
		text-align: center;
		margin-bottom: 15px;
	}

	.footer-contact {
		text-align: center!important;
	}

	.bootom-left {
		align-items: center;
		gap: 10px;
	}

	.bootom-left .copyright {
		text-align: center;
	}

	.bottom-right {
		justify-content: center;
	}

	.footer-bottom {
		gap: 15px;
	}

	.bootom-left .copyright {
		width: fit-content;
	}

	.bootom-left .copyright br {
		display: none;
	}

	.social-networks {
		flex-direction: column;
		align-items: center;
	}

	.site-footer {
		margin: 30px 0 0 0!important;
	}

}