footer > section {
	padding-top: var(--space-xl) !important;
	padding-bottom: var(--space-xl) !important;
}

footer .is-style-extra-large {
	max-width: 550px;
}

@media screen and (min-width: 1026px) {
	footer .footer-area__socials {
		grid-row: 1;
		grid-column: 4 / 6 !important;
	}
	footer .footer-area__contact {
		grid-row: 2;
		grid-column: 4 / 6 !important;
	}
	footer .footer-area__address {
		grid-row: 2;
		grid-column: 1 / 3 !important;
	}
}

@media screen and (max-width: 1025px) {
	.footer-area__socials,
	.footer-area__address {
		grid-row: 2;
		grid-column: 1 / 1 !important;
	}

	.footer-area__contact {
		grid-column: 1 / 1 !important;
		grid-row: 3 !important;
	}

	.footer-area__socials {
		grid-column: 2 / 2 !important;
	}

	.footer-area__lankar {
		grid-row: 1;
	}
}
footer .logo-link {
	filter: var(--filter-plus) var(--filter-white);
	height:fit-content;
}

.footer-label,
.footer-label a{
	color: var(--base-ultra-light);
}

header .footer-label {
	color: var(--base-light);
}
@media screen and (max-width: 1025px) {
	.footer__inner-container.footer__inner-container {
		gap: var(--space-xs);
	}
	.footer__sublinks {
		display: flex !important;
		gap: var(--space-xs) !important;
	}
	.footer-lower {
		padding-top: var(--space-l);
	}
}
.footer-section {
	padding-bottom: var(--space-xs) !important;
}
