:root {
	--vf-green: #4b5a43;
	--vf-accent: #dc660d;
	--vf-mint: #ebf5e6;
	--vf-white: #fff;
}

.vf-footer,
.vf-footer *,
.vf-footer *::before,
.vf-footer *::after {
	box-sizing: border-box;
}

.vf-footer {
	position: relative;
	background: var(--vf-mint);
	color: var(--vf-green);
	font-family: "PongPong", Arial, sans-serif;
}

.vf-footer a {
	color: inherit;
	text-decoration: none;
}

.vf-footer img {
	display: block;
	max-width: 100%;
	height: auto;
}

.vf-footer__top {
	width: min(1680px, calc(100% - 48px));
	margin: 0 auto;
	padding: 2.4% 0 1.7%;
	display: grid;
	grid-template-columns: 25% 26% 16% 17%;
	justify-content: center;
	gap: 20px;
	direction: rtl;
}

.vf-footer h2 {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
}

.vf-footer-nav ul,
.vf-footer-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.vf-footer-nav .sub-menu {
	display: none;
}

.vf-footer a {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--vf-green);
}

.vf-footer-contact {
	display: inline-flex;
	align-items: center;
	gap: 7px;
}

.vf-footer-contact span {
	color: var(--vf-accent);
	font-size: 16px;
	line-height: 1;
}

.vf-footer a:hover,
.vf-footer a:focus-visible {
	color: var(--vf-accent);
	text-decoration: underline;
	text-underline-offset: 5px;
}

.vf-footer-brand {
	text-align: end;
}

.vf-footer-brand img {
	width: 120px;
	margin-inline-start: auto;
}

.vf-footer-brand p {
	margin: 8px 0 14px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

.vf-footer-brand p span {
	display: block;
}

.vf-socials {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}

.vf-socials a {
	width: 23px;
	height: 23px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--vf-green);
}

.vf-socials svg {
	width: 100%;
	height: 100%;
	display: block;
	fill: currentColor;
}

.vf-footer__bottom {
	min-height: 45px;
	padding: 0 8%;
	background: var(--vf-green);
	color: var(--vf-white);
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
}

.vf-footer__bottom p {
	margin: 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5;
}

.vf-footer__bottom a {
	color: var(--vf-white);
	font-size: 14px;
	font-weight: 300;
}

@media (max-width: 1024px) {
	.vf-footer__top {
		width: min(1680px, calc(100% - 48px));
		grid-template-columns: 25% 26% 16% 17%;
		padding-bottom: 3%;
	}
}

@media (max-width: 767px) {
	.vf-footer__top {
		grid-template-columns: 1fr;
		width: min(100% - 36px, 520px);
		padding: 36px 0 8%;
		row-gap: 34px;
		text-align: center;
	}

	.vf-footer h2 {
		margin-bottom: 14px;
		font-size: 23px;
		font-weight: 500;
		line-height: 1.15;
	}

	.vf-footer a {
		font-size: 18px;
		font-weight: 300;
		line-height: 1.75;
	}

	.vf-footer-nav ul,
	.vf-footer-list {
		align-items: center;
		gap: 6px;
	}

	.vf-footer-contact {
		justify-content: center;
	}

	.vf-footer-contact span {
		display: none;
	}

	.vf-footer-brand {
		margin-top: 4px;
		text-align: center;
	}

	.vf-footer-brand img {
		width: min(158px, 44%);
		margin: 0 auto;
	}

	.vf-footer-brand p {
		margin: 18px auto 22px;
		font-size: 21px;
		font-weight: 500;
		line-height: 1.35;
	}

	.vf-socials {
		justify-content: center;
		gap: 18px;
	}

	.vf-socials a {
		width: 28px;
		height: 28px;
	}

	.vf-footer__bottom {
		min-height: 64px;
		padding: 14px 8%;
		flex-direction: column;
		gap: 0;
	}

	.vf-footer__bottom p,
	.vf-footer__bottom a {
		font-size: 16px;
		line-height: 1.45;
	}
}
