.site-footer {
	background: linear-gradient(180deg, #060E2A 0%, #3C1A72 101.7%)!important;
}

.site-footer > div {
	background: none;
	max-width: 1240px;
	margin: 0 auto;
	padding: 30px 0;
}

.footer-top {
	display: flex;
	justify-content: space-between;
}

.footer-middle {
    position: relative;
    margin-top: 70px;
    padding-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-middle::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.99) 50%,
        rgba(255, 255, 255, 0) 100%
    );
}


.primary-button {
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(180deg, #FF9A60 0%, #E45809 100%);
	padding: 10px 36px;
	border-radius: 9px;
	display: block;
	max-width: fit-content;
	border: 1px solid #fff;
}

.primary-button:hover {
	background: linear-gradient(180deg, #E45809 0%, #E45809 100%);
	color: #fff;
}

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

.social-container span {
	color: #A2A5AF;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: end;
	position: absolute;
	top: 100px;
	width: max-content;
}

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

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

.social-networks a {
	border-radius: 16px;
	width: fit-content;
	padding: 5px;
	line-height: normal;
}

.social-networks img {
	width: 20px;
	filter: invert(1);
}

.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;
	width: max-content;
}

.contact-title {
	font-weight: 600;
	font-size: 18px;
	color: #C1BEFF;
	text-transform: uppercase;
}

.footer-menu-container {
	display: flex;
	gap: 100px;
}

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

.contact-email img {
	filter: none!important;
}

.contact-email > a {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 10px;
}

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

.footer-bottom {
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

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

.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;
}

.bottom-right .copyright {
	font-size: 12px;
	font-weight: 400;
	color: #A2A5AF;
}

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

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

@media (max-width: 1380px) {
	.site-footer {
		margin: 0!important;
		padding: 0 10px!important;
	}
	.footer-menu-container {
		flex-direction: column;
		gap: 10px;
		align-items: center;
	}
	.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-container span {
		position: unset;
		width: auto;
		text-align: center;
	}

}
