@font-face {
	font-family: "PongPong";
	src: url("../../../uploads/2024/05/PingHL-Regular.woff2") format("woff2");
	font-display: swap;
}

:root {
	--vf-green: #4b5a43;
	--vf-green-dark: #324a6d;
	--vf-accent: #dc660d;
	--vf-white: #fff;
}

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

.vf-header {
	position: relative;
	z-index: 50;
	background: var(--vf-white);
	box-shadow: 0 1px 0 rgba(75, 90, 67, 0.08);
	color: var(--vf-green);
	font-family: "PongPong", Arial, sans-serif;
}

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

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

.vf-header__inner {
	width: min(1640px, calc(100% - 56px));
	min-height: 75px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 13% minmax(0, 1fr) 8.5% 7.5%;
	align-items: center;
	column-gap: 10px;
}

.vf-logo {
	justify-self: start;
}

.vf-header .vf-logo img {
	width: 120px;
	height: 63px;
	object-fit: contain;
}

.vf-nav ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	row-gap: 7px;
}

.vf-nav li {
	position: relative;
	display: flex;
	align-items: center;
}

.vf-nav--desktop > ul > li.has-children {
	margin-bottom: -14px;
	padding-bottom: 14px;
}

.vf-nav--desktop > ul > li:not(:last-child)::after {
	content: "";
	width: 1px;
	height: 15px;
	margin: 0 19px;
	background: var(--vf-green-dark);
}

.vf-nav a {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	color: var(--vf-green);
	transition: color 160ms ease;
}

.vf-nav a:hover,
.vf-nav a:focus-visible {
	color: var(--vf-green-dark);
}

.vf-nav--desktop > ul > li:first-child > a {
	color: var(--vf-green-dark);
	border-bottom: 1px solid var(--vf-green-dark);
}

.vf-nav--desktop .has-children > a::after {
	content: "";
	width: 0;
	height: 0;
	margin-inline-start: 8px;
	border-inline: 4px solid transparent;
	border-top: 5px solid currentColor;
}

.vf-nav .sub-menu {
	position: absolute;
	z-index: 80;
	top: 100%;
	right: 0;
	min-width: 220px;
	display: none;
	flex-direction: column;
	align-items: stretch;
	background: var(--vf-white);
	box-shadow: 0 14px 28px rgba(75, 90, 67, 0.14);
}

.vf-nav--desktop li:hover > .sub-menu,
.vf-nav--desktop li:focus-within > .sub-menu,
.vf-nav li.is-open > .sub-menu {
	display: flex;
}

.vf-nav .sub-menu li {
	display: block;
	border-bottom: 1px solid rgba(75, 90, 67, 0.12);
}

.vf-nav .sub-menu a {
	display: block;
	width: 100%;
	padding: 14px 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	transition: background 160ms ease, color 160ms ease;
}

.vf-nav--desktop .sub-menu a:hover {
	background: transparent;
	color: var(--vf-accent);
	outline: none;
}

.vf-nav--desktop .sub-menu a:focus-visible {
	background: transparent;
	color: var(--vf-accent);
	outline: 2px solid rgba(220, 102, 13, 0.55);
	outline-offset: -2px;
	box-shadow: none;
}

.vf-consult-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 72px;
	min-height: 38px;
	padding: 10px 18px;
	border: 0;
	border-radius: 30px;
	background: var(--vf-green);
	color: #fff !important;
	font-family: "PongPong", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.vf-consult-button::after {
	content: "←";
	margin-inline-start: 8px;
}

.vf-consult-button:hover,
.vf-consult-button:focus-visible {
	background: var(--vf-accent);
	color: var(--vf-green);
}

.vf-cart {
	position: relative;
	width: 50px;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	justify-self: end;
	color: var(--vf-green);
}

.vf-cart__icon {
	width: 34px;
	height: 34px;
	display: block;
}

.vf-cart__icon svg {
	width: 100%;
	height: 100%;
	display: block;
}

.vf-cart__count {
	position: absolute;
	top: 3px;
	right: 3px;
	min-width: 22px;
	height: 22px;
	padding: 0 5px;
	border-radius: 999px;
	background: var(--vf-green);
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	line-height: 22px;
	text-align: center;
}

.vf-header .vf-menu-button {
	display: none;
	width: 48px;
	height: 48px;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 6px;
	border: 0;
	background: transparent;
	padding: 0;
	color: var(--vf-green);
	appearance: none;
	box-shadow: none;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
	white-space: normal;
}

.vf-header .vf-menu-button:hover,
.vf-header .vf-menu-button:focus {
	background: transparent;
	color: var(--vf-green);
}

.vf-header .vf-menu-button span {
	display: block;
	flex: 0 0 auto;
	width: 30px;
	height: 3px;
	background: var(--vf-green);
	border-radius: 2px;
}

.vf-header .vf-mobile-backdrop,
.vf-header .vf-mobile-close {
	display: none;
	border: 0;
	border-radius: 0;
	background: transparent;
	padding: 0;
	color: var(--vf-green);
	appearance: none;
	box-shadow: none;
	line-height: 1;
	text-decoration: none;
	white-space: normal;
}

.vf-header .vf-mobile-backdrop:hover,
.vf-header .vf-mobile-backdrop:focus,
.vf-header .vf-mobile-backdrop:active,
.vf-header .vf-mobile-close:hover,
.vf-header .vf-mobile-close:focus,
.vf-header .vf-mobile-close:active {
	border: 0;
	background: transparent;
	color: var(--vf-green);
	box-shadow: none;
	text-decoration: none;
}

.vf-mobile-panel {
	position: absolute;
	inset-inline: 0;
	top: 100%;
	background: var(--vf-white);
	box-shadow: 0 16px 30px rgba(75, 90, 67, 0.14);
	padding: 18px 24px 24px;
}

@media (max-width: 1024px) {
	.vf-header__inner {
		grid-template-columns: 92px minmax(0, 1fr) auto 58px;
	}

	.vf-header .vf-logo img {
		width: 92px;
		height: 56px;
	}

	.vf-nav a {
		font-size: 16px;
	}

	.vf-nav--desktop > ul > li:not(:last-child)::after {
		margin: 0 10px;
	}
}

@media (min-width: 1025px) and (max-width: 1320px) {
	.vf-header__inner {
		width: min(100% - 32px, 1640px);
		grid-template-columns: 110px minmax(0, 1fr) 88px 58px;
		column-gap: 8px;
	}

	.vf-header .vf-logo img {
		width: 110px;
		height: 58px;
	}

	.vf-nav ul {
		flex-wrap: nowrap;
	}

	.vf-nav a {
		font-size: 16px;
	}

	.vf-nav--desktop > ul > li:not(:last-child)::after {
		margin: 0 10px;
	}

	.vf-consult-button {
		min-width: 68px;
		padding-inline: 14px;
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.vf-header {
		position: sticky;
		top: 0;
		z-index: 1000;
	}

	.admin-bar .vf-header {
		top: 46px;
	}

	.vf-header__inner {
		width: 100%;
		min-height: 80px;
		padding: 0 24px;
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		direction: ltr;
		column-gap: 0;
	}

	.vf-logo {
		grid-column: 2;
		grid-row: 1;
		justify-self: center;
		direction: rtl;
	}

	.vf-header .vf-logo img {
		width: 76px;
		height: 78px;
	}

	.vf-nav--desktop,
	.vf-header__inner > .vf-consult-button {
		display: none;
	}

	.vf-header .vf-menu-button {
		display: inline-flex;
		grid-column: 3;
		grid-row: 1;
		justify-self: end;
		align-self: center;
		align-items: flex-end;
		width: 34px;
		height: 34px;
		direction: ltr;
		gap: 4px;
	}

	.vf-header .vf-menu-button span {
		width: 23px;
		height: 2px;
		border-radius: 3px;
	}

	.vf-header .vf-menu-button span:nth-child(2) {
		width: 22px;
	}

	.vf-header .vf-menu-button span:nth-child(3) {
		width: 16px;
		background: var(--vf-accent);
	}

	.vf-header__inner > .vf-cart {
		display: inline-flex;
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
		align-self: center;
		direction: rtl;
		width: 40px;
		height: 40px;
		transform: translateX(-5px);
	}

	.vf-cart__icon {
		width: 31px;
		height: 31px;
	}

	.vf-cart__count {
		top: -2px;
		right: 0;
		min-width: 21px;
		height: 21px;
		font-size: 12px;
		line-height: 21px;
	}

	body.vf-mobile-menu-open {
		overflow: hidden;
	}

	.vf-header .vf-mobile-backdrop {
		position: fixed;
		inset: 0;
		z-index: 1100;
		display: block;
		border: 0;
		background: transparent;
		padding: 0;
		cursor: pointer;
		appearance: none;
	}

	.vf-header .vf-mobile-backdrop[hidden] {
		display: none;
	}

	.vf-mobile-panel .vf-nav ul {
		align-items: stretch;
		flex-direction: column;
	}

	.vf-mobile-panel {
		position: fixed;
		top: 0;
		right: 0;
		left: auto;
		z-index: 1101;
		width: min(82vw, 330px);
		max-width: calc(100vw - 26px);
		height: 100vh;
		height: 100dvh;
		padding: 64px 20px 26px;
		overflow-y: auto;
		background: #f3f8ef;
		border-inline-start: 1px solid rgba(75, 90, 67, 0.12);
		box-shadow: -16px 0 28px rgba(75, 90, 67, 0.13);
		transform: translateX(0);
		transition: transform 220ms ease, visibility 220ms ease;
	}

	.admin-bar .vf-mobile-panel {
		top: 46px;
		height: calc(100vh - 46px);
		height: calc(100dvh - 46px);
	}

	.vf-mobile-panel[hidden] {
		display: block;
		visibility: hidden;
		pointer-events: none;
		transform: translateX(105%);
	}

	.vf-header .vf-mobile-close {
		position: absolute;
		top: 19px;
		right: auto;
		left: 18px;
		display: inline-flex;
		width: 34px;
		height: 34px;
		align-items: center;
		justify-content: center;
		border: 0;
		background: transparent;
		padding: 0;
		color: var(--vf-green);
		cursor: pointer;
		appearance: none;
		box-shadow: none;
	}

	.vf-header .vf-mobile-close:hover,
	.vf-header .vf-mobile-close:focus {
		background: transparent;
		color: var(--vf-green);
	}

	.vf-header .vf-mobile-close:focus-visible {
		outline: 2px solid rgba(220, 102, 13, 0.55);
		outline-offset: 2px;
	}

	.vf-mobile-close span {
		position: absolute;
		width: 22px;
		height: 2px;
		background: currentColor;
		border-radius: 3px;
	}

	.vf-mobile-close span:first-child {
		transform: rotate(45deg);
	}

	.vf-mobile-close span:last-child {
		transform: rotate(-45deg);
	}

	.vf-mobile-panel .vf-nav li {
		display: block;
		margin: 0 -8px;
		border-bottom: 1px solid rgba(75, 90, 67, 0.1);
	}

	.vf-mobile-panel .vf-nav a {
		display: block;
		width: 100%;
		margin: 0;
		padding: 12px 22px;
		border-radius: 0;
		font-size: 18px;
		transition: background 160ms ease, color 160ms ease;
	}

	.vf-mobile-panel .vf-nav a:hover,
	.vf-mobile-panel .vf-nav li.is-open > a {
		background: transparent;
		color: var(--vf-green);
		outline: none;
	}

	.vf-mobile-panel .vf-nav a:focus-visible {
		background: transparent;
		color: var(--vf-green);
		outline: 2px solid rgba(220, 102, 13, 0.55);
		outline-offset: -2px;
		box-shadow: none;
	}

	.vf-mobile-panel .sub-menu {
		position: static;
		display: block;
		min-width: 0;
		padding-inline-start: 18px;
		box-shadow: none;
		background: transparent;
	}

	.vf-mobile-panel .vf-nav li.is-open > .sub-menu {
		display: block;
	}

	.vf-mobile-panel .sub-menu a {
		font-size: 16px;
		color: rgba(75, 90, 67, 0.88);
	}

	.vf-mobile-panel .sub-menu a:hover,
	.vf-mobile-panel .sub-menu a:focus-visible {
		color: var(--vf-accent);
	}

	.vf-consult-button--mobile {
		margin-top: 18px;
	}
}

html body #acwp-toolbar-btn-wrap.acwp-right {
	top: 66vh;
	right: 0 !important;
	bottom: auto !important;
	left: auto !important;
	border: 0 !important;
	border-radius: 12px 0 0 12px !important;
	transition: none !important;
}

body #acwp-toolbar-btn-wrap.show {
	margin-top: 0 !important;
}

body #acwp-toolbar-btn {
	width: 40px !important;
	height: 48px !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	padding: 0 !important;
	border: 1px solid rgba(255, 255, 255, 0.58) !important;
	border-right: 0 !important;
	border-radius: 12px 0 0 12px !important;
	background: #637482 !important;
	color: #fff !important;
	box-shadow: 0 5px 14px rgba(50, 74, 109, 0.16) !important;
}

body.acwp-contrast #acwp-toolbar-btn svg,
body #acwp-toolbar-btn svg {
	display: none !important;
}

body #acwp-toolbar-btn::before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background: currentColor;
	-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22black%22%20d%3D%22M10%202.6c.83%200%201.5.67%201.5%201.5s-.67%201.51-1.5%201.51c-.82%200-1.5-.68-1.5-1.51s.68-1.5%201.5-1.5zM3.4%207.36c0-.65%206.6-.76%206.6-.76s6.6.11%206.6.76s-4.47%201.4-4.47%201.4s1.69%208.14%201.06%208.38c-.62.24-3.19-5.19-3.19-5.19s-2.56%205.43-3.18%205.19c-.63-.24%201.06-8.38%201.06-8.38S3.4%208.01%203.4%207.36z%22/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http://www.w3.org/2000/svg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20fill%3D%22black%22%20d%3D%22M10%202.6c.83%200%201.5.67%201.5%201.5s-.67%201.51-1.5%201.51c-.82%200-1.5-.68-1.5-1.51s.68-1.5%201.5-1.5zM3.4%207.36c0-.65%206.6-.76%206.6-.76s6.6.11%206.6.76s-4.47%201.4-4.47%201.4s1.69%208.14%201.06%208.38c-.62.24-3.19-5.19-3.19-5.19s-2.56%205.43-3.18%205.19c-.63-.24%201.06-8.38%201.06-8.38S3.4%208.01%203.4%207.36z%22/%3E%3C/svg%3E") center / contain no-repeat;
}

body #acwp-toolbar-btn:hover,
body #acwp-toolbar-btn:focus {
	outline: none !important;
	border-color: rgba(255, 255, 255, 0.78) !important;
	background: #566a78 !important;
}

body #acwp-toolbar-btn:focus-visible {
	outline: 2px solid rgba(99, 116, 130, 0.32);
	outline-offset: 3px;
}
