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

.site-footer .copyright {
	text-align: center;
	display: inline-block;
}

.site-footer.footer-three {
	margin-left: var(--cz-sidebar-width, 248px);
	width: calc(100% - var(--cz-sidebar-width, 248px));
}

@media (max-width: 767px) {
	.footer-middle {
		flex-direction: column;
	}

	.site-footer.footer-three {
		margin-left: 0;
		width: 100%;
	}
}

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

.primary-button {
	font-size: 18px;
	font-weight: 700;
	background: #f5d415;
	padding: 10px 36px;
	border-radius: 9px;
	display: block;
	max-width: fit-content;
	border: 1px solid #f5d415;
	color: #000000;
}

.primary-button:hover {
	background: #ffe600;
	color: #000000;
}

.social-container {
	display: flex;
	flex-direction: column;
	color: var(--ref-text);
	gap: 30px;
	align-items: start;
	position: relative;
}

.social-container span.social-bottom-text {
	font-size: 18px;
	font-weight: 600;
	text-align: end;
	width: max-content;
}

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

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

.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-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;
	text-transform: uppercase;
}

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

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

.contact-email img {
	filter: none;
}

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

.license img {
	filter: none;
}

.bootom-left .copyright {
	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;
}

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

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

@media (max-width: 1380px) {
	.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;
	}

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