/* Footer - Start */
footer {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin: 0;
	margin-top: var(--header-height);
	padding: 20px;
	overflow: hidden;
}

.footer-section {
	background: var(--primary);
	border-radius: 30px;
	padding: 40px 20px;
	width: 100%;
}

/* First Container - Start */
.footer-container-top {
	margin-bottom: 60px;
}

/* Logo Column - Start */
.logo-footer {
	margin-bottom: 20px;
	filter: brightness(0) invert(1);
}

.footer-desc {
	font-size: 16px;
	line-height: 20px;
	color: var(--white);
	max-width: 260px;
	margin-top: auto;
}
/* Logo Column - End */

/* Menu Columns - Start */
.footer-menu-title {
	font-family: var(--font-family-1);
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: rgb(255 255 255 / 50%);
	margin-bottom: 25px;
	text-transform: uppercase;
}

.footer-menu {
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.footer-menu li a {
	font-family: var(--font-family-1);
	font-size: 18px;
	line-height: 20px;
	color: var(--white);
	transition: all 0.3s ease;
	text-transform: uppercase;
}

/* Menu Columns - End */

/* Contacts Column - Start */
.footer-phone-social {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: auto;
}

.footer-phone-link {
	display: flex;
	align-items: center;
	gap: 20px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 100px;
	padding: 15px 30px 15px 25px;
}


.phone-icon {
	width: 32px;
	height: 32px;
	filter: brightness(1) saturate(1) invert(1) sepia(0) saturate(0) hue-rotate(0) contrast(1);
}

.footer-phone-link span {
	font-family: var(--font-family-2);
	font-size: 42px;
	line-height: 42px;
	font-weight: 600;
	color: var(--white);
}

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

.footer-social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: var(--border-radius-100);
	transition: all 0.5s ease;
	will-change: filter;
}
.footer-social-links a img {
	filter: brightness(1) saturate(1) invert(0) sepia(0) saturate(0) hue-rotate(0deg) brightness(1) contrast(1);
	transition: all 0.5s ease;
}
.footer-social-links a:hover {
	background: var(--white);
}
.footer-social-links a:hover img {
	filter: brightness(0) saturate(1) invert(0.53) sepia(0.93) saturate(7.11) hue-rotate(173deg) brightness(0.95) contrast(0.93);
}

.footer-social-links a img {
	width: 36px;
	height: 36px;
	object-fit: contain;
	filter: brightness(0) invert(1);
	transition: all 0.7s ease;
}


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

.email-label {
	font-family: var(--font-family-2);
	font-size: 18px;
	line-height: 18px;
	color: var(--white);
	opacity: 0.5;
	text-transform: uppercase;
}

.email-link {
	font-family: var(--font-family-2);
	font-size: 42px;
	line-height: 42px;
	font-weight: 600;
	color: var(--white);
	transition: all 0.3s ease;
}

.footer-desc.mob {
	display: none;
	margin-top: 30px;
}
/* Contacts Column - End */

/* First Container - End */

/* Second Container - Start */
.footer-container-bottom {
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-policy a,
.footer-terms a {
	font-size: 16px;
	line-height: 20px;
	color: var(--white);
	transition: all 0.3s ease;
}

.footer-credits {
	display: flex;
	align-items: flex-end;
}

.footer-credits span {
	font-size: 16px;
	line-height: 20px;
	color: var(--white);
}
/* Second Container - End */

@media (max-width: 1480px) {
	.footer-phone-link {
		gap: 10px;
		padding: 14px 20px 14px 20px;
	}
	.footer-phone-link span {
		font-size: 24px;
		line-height: 24px;
		font-weight: 500;
	}
	.footer-social-links a {
		width: 52px;
		height: 52px;
	}
	.footer-social-links a img {
		width: 25px;
		height: 25px;
	}
	.phone-icon {
		width: 20px;
		height: 20px;
	}
	.email-link {
		font-size: 24px;
		line-height: 24px;
	}
	.footer-menu-title {
		margin-bottom: 20px;
	}
	.footer-menu {
		gap: 18px;
	}
	.logo-footer {
		max-width: 195px;
	}
}

@media (max-width: 1279px) {
	footer {
		padding: 10px;
	}
	.footer-section {
		padding: 20px 10px 20px 10px;
		border-radius: 16px;
	}
	/* First Container Mobile - Start */
	.footer-container-top {
		flex-wrap: wrap;
		margin-bottom: 30px;
	}

	.footer-container-top .col-25 {
		width: 100%;
		margin-bottom: 20px;
	}
	.logo-footer {
		margin-bottom: 0;
		max-width: 165px;
	}

	.footer-container-top .col-15,
	.footer-container-top .col-20 {
		width: calc(50% - var(--blocks-indent) / 2);
		margin-bottom: 30px;
	}

	.footer-container-top .col-40 {
		width: 100%;
		margin-bottom: 0;
	}
	.footer-menu-title {
		font-size: 14px;
		line-height: 18px;
		margin-bottom: 24px;
	}
	.footer-menu {
		gap: 20px;
	}
	.footer-menu li a {
		font-size: 14px;
		line-height: 18px;
		font-weight: 400;
	}
	.phone-icon {
		width: 16px;
		height: 16px;
	}
	.footer-phone-social {
		gap: 10px;
		margin-bottom: 25px;
	}
	.footer-social-links {
		margin-left: auto;
	}
	.footer-phone-link {
		gap: 10px;
		padding: 14px 15px 14px 15px;
	}
	.footer-phone-link span {
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
	}
	.footer-social-links a {
		width: 48px;
		height: 48px;
	}
	.footer-social-links a img {
		width: 22px;
		height: 22px;
	}
	.email-link {
		font-size: 20px;
		line-height: 24px;
	}
	/* First Container Mobile - End */

	/* Second Container Mobile - Start */

	.footer-container-bottom .col-25 {
		width: 100%;
	}

	.footer-container-bottom .col-15,
	.footer-container-bottom .col-60 {
		width: calc(50% - var(--blocks-indent) / 2);
	}

	.footer-credits {
		justify-content: flex-start;
	}

	.footer-policy a,
	.footer-terms a,
	.footer-credits span {
		font-size: 14px;
		line-height: 18px;
	}
	/* Second Container Mobile - End */
}
/* Footer - End */