.footer {
	background: linear-gradient(360deg, rgb(1 3 10) 0%, rgb(26 31 46) 72.92%, rgb(35 39 50) 93.23%)!important;
}

.footer .footer-menu ul {
	margin: 0!important;
	justify-content: center!important;
	flex-wrap: nowrap!important;
	gap: 50px !important;
}

.footer-menu img {
	max-width: 97px;
	border-radius: 15px;
}

.footer-top {
	padding: 0!important;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 30px;
}

.footer-social {
	display: flex;
	justify-content: center;
	gap: 20px;
}

.footer-social a {
	text-decoration: none!important;
}

.footer-social div {
	display: flex;
	align-items: center;
	gap: 5px;
	background: #D9D9D933;
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 10px 16px;
	font-weight: 600;
	color: #fff!important;
	box-shadow: 4px 5px 4px 0px #00000040;
}

.footer-icons--top {
	justify-content: center;
	gap: 30px;
}

.footer-icons--top__item {
	min-width: auto!important;
}

.footer-icons--top img {
	width: 75px!important;
}

.footer-middle {
    padding: 0 !important;
    background: unset !important;
    border: unset!important;
    margin: 30px auto;
}

.footer-icons--middle__item img {
	max-height: 100%!important;
}

.footer-bottom {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}

.bottom-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.footer-main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 14px;
}

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

.footer-main-menu a {
	color: #fff!important;
	text-decoration: none!important;
}

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

.lang-switcher {
	display: flex;
	gap: 5px;
	align-items: center;
	background: #444A5F;
	padding: 8px 16px;
	font-size: 12px;
	border-radius: 22px;
	font-weight: 700;
}

.bottom-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

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

.bottom-support-text p {
	font-weight: 600;
	font-size: 14px;
	color: #B1B4BC;
}

.footer-bottom .copyright {
	text-align: left;
	text-transform: lowercase!important;
	font-size: 16px!important;
	color: #fff!important;
	padding: 0!important;
	width: auto!important;
}

@media (max-width: 1230px) {
	.footer .container {
		padding: 0 10px!important;
	}
}


@media (max-width: 768px) {
	.footer-social {
		flex-direction: column;
	}
	.footer .footer-menu ul {
		flex-direction: column;
		align-items: center;
		gap: 10px!important;
	}
	.footer-bottom {
		flex-direction: column;
		gap: 30px;
	}
	.bottom-left {
		align-items: center;
		gap: 15px;
	}
	.bottom-right {
		align-items: center;
		gap: 15px;
		text-align: center;
	}
	.copyright {
		text-align: center;
	}
	.footer-main-menu ul {
		text-align: center;
	}
}