.header {
	position: absolute;
	z-index: 100;
	width: 100%;
	background: linear-gradient(to bottom, black, rgba(0, 0, 0, 0.41));
	box-shadow: 0 29px 90px 0 rgba(0, 0, 0, 0.5);
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
}

.header__top {
	padding-top: 50px;
	padding-bottom: 27.54px;
}

.header__top-right {
	max-width: 1260px;
	flex-grow: 1;
}

.header__top-menu {
	flex-grow: 1;
	max-width: 247px;
}

.header__top-menu-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}

.header__top-menu-link {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s linear;
}

.header__top-menu-link:hover,
.header__top-menu-link:active,
.header__top-menu-link.active {
	color: #6eb63c;
}

.header__search {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-grow: 1;
	max-width: 717px;
}

.header__search .search {
	flex-grow: 1;
	max-width: 513px;
}

.header__bottom {
	position: relative;
	padding-top: 30px;
	padding-bottom: 40px;
}

.header__bottom-line {
	position: absolute;
	top: -36px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
	pointer-events: none;
	overflow: hidden;
	height: 100%;
}

.header__bottom-line svg {
	display: block;
	position: absolute;
	width: auto;
	top: 0px;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, 0);
}

.header__bottom-menu {
	flex-grow: 1;
	max-width: 1047px;
}

.header__bottom-menu-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: auto;
	gap: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1875;
}

.header__bottom-menu-item {
	padding: 0;
	display: block;
	font-size: 16px;
	font-weight: 700;
	/* line-height: 0; */
}

.header__bottom-menu-link {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.1875;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s linear;
}

.header__bottom-menu-link:hover,
.header__bottom-menu-link:active,
.header__bottom-menu-link.active {
	color: #6eb63c;
}

.navigation-mob {
	display: none;
}

.navigation-mob__toggler {
	padding: 0;
	border: none;
	background: transparent;
	width: 32px;
	height: 32px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.navigation-mob__toggler svg {
	display: block;
}

.navigation-mob__toggler svg:last-child {
	display: none;
}

.navigation-mob__toggler--active svg:first-child {
	display: none;
}

.navigation-mob__toggler--active svg:last-child {
	display: block;
}

.navigation-mob__body {
	padding-top: 86px;
	padding-bottom: 56px;
	opacity: 0;
	z-index: -100;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	min-height: 100vh;
	transition: 0.3s linear;
	background: url('../img/menu-mob-bg..png') no-repeat;
	background-size: 100% 100%;
	border-bottom: 5px solid rgba(110, 182, 60, 0.5);
}

.navigation-mob__body--active {
	opacity: 1;
	z-index: -1;
	pointer-events: unset;
}

.menu-dropdown {
	display: inline-block;
	position: relative;
}

.menu-dropdown__body {
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 50px);
	padding-top: 16px;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s linear;
}

.menu-dropdown:hover .menu-dropdown__body {
	transform: translate(-50%, 0);
	opacity: 1;
	pointer-events: unset;
}

.menu-dropdown__list {
	box-sizing: border-box;
	padding: 25px 24px 25px;
	background: rgba(0, 0, 0, 0.8);
	-webkit-backdrop-filter: blur(35px);
	backdrop-filter: blur(35px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.menu-dropdown__item {
	width: 100%;
}

.directions-link span {
	display: block;
	width: 100%;
	white-space: nowrap;
}

.directions-link span:last-child {
	font-size: 14px;
	font-weight: 400;
	color: #878080;
	transition: 0.3s linear;
}

.directions-link span:first-child {
	font-size: 16px;
	font-weight: 700;
	transition: 0.3s linear;
	color: #ffffff;
}

.directions-link:hover span:first-child,
.directions-link:active span:first-child,
.directions-link.active span:first-child {
	color: #6eb63c;
}

.empty .header {
	background: url('../img/header-bg..png') no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: none;
}

.digital .header__top-menu-link:hover,
.digital .header__top-menu-link:active,
.digital .header__top-menu-link.active {
	color: #f5d716;
}

.digital .header__bottom-line path {
	stroke: #f5d716;
}

.digital .header__bottom-menu-link:hover,
.digital .header__bottom-menu-link:active,
.digital .header__bottom-menu-link.active {
	color: #f5d716;
}

.digital .directions-link:hover span:first-child,
.digital .directions-link:active span:first-child,
.digital .directions-link.active span:first-child {
	color: #f5d716;
}

.construction .header__top-menu-link:hover,
.construction .header__top-menu-link:active,
.construction .header__top-menu-link.active {
	color: #f5d716;
}

.construction .header__bottom-line path {
	stroke: #f5d716;
}

.construction .header__bottom-menu-link:hover,
.construction .header__bottom-menu-link:active,
.construction .header__bottom-menu-link.active {
	color: #f5d716;
}

.construction .directions-link:hover span:first-child,
.construction .directions-link:active span:first-child,
.construction .directions-link.active span:first-child {
	color: #f5d716;
}

.crop-care .header__top-menu-link:hover,
.crop-care .header__top-menu-link:active,
.crop-care .header__top-menu-link.active {
	color: #ff6600;
}

.crop-care .header__bottom-line path {
	stroke: #ff6600;
}

.crop-care .header__bottom-menu-link:hover,
.crop-care .header__bottom-menu-link:active,
.crop-care .header__bottom-menu-link.active {
	color: #ff6600;
}

.crop-care .directions-link:hover span:first-child,
.crop-care .directions-link:active span:first-child,
.crop-care .directions-link.active span:first-child {
	color: #ff6600;
}

.water .header__top-menu-link:hover,
.water .header__top-menu-link:active,
.water .header__top-menu-link.active {
	color: #2d62eb;
}

.water .header__bottom-line path {
	stroke: #2d62eb;
}

.water .header__bottom-menu-link:hover,
.water .header__bottom-menu-link:active,
.water .header__bottom-menu-link.active {
	color: #2d62eb;
}

.water .directions-link:hover span:first-child,
.water .directions-link:active span:first-child,
.water .directions-link.active span:first-child {
	color: #2d62eb;
}

.vegetables .header__top-menu-link:hover,
.vegetables .header__top-menu-link:active,
.vegetables .header__top-menu-link.active {
	color: #eb2d2d;
}

.vegetables .header__bottom-line path {
	stroke: #eb2d2d;
}

.vegetables .header__bottom-menu-link:hover,
.vegetables .header__bottom-menu-link:active,
.vegetables .header__bottom-menu-link.active {
	color: #eb2d2d;
}

.vegetables .directions-link:hover span:first-child,
.vegetables .directions-link:active span:first-child,
.vegetables .directions-link.active span:first-child {
	color: #eb2d2d;
}

.livestock .header__top-menu-link:hover,
.livestock .header__top-menu-link:active,
.livestock .header__top-menu-link.active {
	color: #00a0e3;
}

.livestock .header__bottom-line path {
	stroke: #00a0e3;
}

.livestock .header__bottom-menu-link:hover,
.livestock .header__bottom-menu-link:active,
.livestock .header__bottom-menu-link.active {
	color: #00a0e3;
}

.livestock .directions-link:hover span:first-child,
.livestock .directions-link:active span:first-child,
.livestock .directions-link.active span:first-child {
	color: #00a0e3;
}

.fruits .header__top-menu-link:hover,
.fruits .header__top-menu-link:active,
.fruits .header__top-menu-link.active {
	color: #ff0000;
}

.fruits .header__bottom-line path {
	stroke: #ff0000;
}

.fruits .header__bottom-menu-link:hover,
.fruits .header__bottom-menu-link:active,
.fruits .header__bottom-menu-link.active {
	color: #ff0000;
}

.fruits .directions-link:hover span:first-child,
.fruits .directions-link:active span:first-child,
.fruits .directions-link.active span:first-child {
	color: #ff0000;
}

.turf .header__top-menu-link:hover,
.turf .header__top-menu-link:active,
.turf .header__top-menu-link.active {
	color: #6eb63c;
}

.turf .header__bottom-line path {
	stroke: #6eb63c;
}

.turf .header__bottom-menu-link:hover,
.turf .header__bottom-menu-link:active,
.turf .header__bottom-menu-link.active {
	color: #6eb63c;
}

.turf .directions-link:hover span:first-child,
.turf .directions-link:active span:first-child,
.turf .directions-link.active span:first-child {
	color: #6eb63c;
}

.education .header__top-menu-link:hover,
.education .header__top-menu-link:active,
.education .header__top-menu-link.active {
	color: #9286be;
}

.education .header__bottom-line path {
	stroke: #9286be;
}

.education .header__bottom-menu-link:hover,
.education .header__bottom-menu-link:active,
.education .header__bottom-menu-link.active {
	color: #9286be;
}

.education .directions-link:hover span:first-child,
.education .directions-link:active span:first-child,
.education .directions-link.active span:first-child {
	color: #9286be;
}

@media screen and (max-width: 1740px) {
	.header__top-right {
		max-width: 960px;
		gap: 30px;
	}
}

@media screen and (max-width: 1445px) {
	.header__top {
		padding-top: 45px;
	}

	.header__top-right {
		max-width: 870px;
	}
}

@media screen and (max-width: 1370px) {
	.header__top {
		padding-top: 38px;
	}

	.header__top-right {
		max-width: 770px;
	}
}

@media screen and (max-width: 1275px) {
	.header__top {
		padding-top: 32px;
	}

	.header__top-right {
		max-width: 670px;
		gap: 15px;
	}

	.header__logo {
		max-width: 126.75px;
		height: 28px;
	}

	.header__logo svg {
		height: 100%;
		width: 100%;
	}
}

@media screen and (max-width: 1025px) {
	.header__top {
		padding-top: 26px;
		padding-bottom: 25px;
	}
}

@media screen and (max-width: 960px) {
	.header__top-right {
		display: none;
	}

	.header__top-menu {
		max-width: 345px;
	}

	.header__top-menu-list {
		margin-bottom: 30px;
	}

	.header__top-menu-link {
		font-size: 24px;
	}

	.header__search {
		margin-bottom: 30px;
	}

	.header__bottom {
		display: none;
	}

	.header__bottom-menu-list {
		flex-direction: column;
		align-items: flex-start;
		gap: 30px;
		margin-bottom: 40px;
	}

	.header__bottom-menu-link {
		font-size: 24px;
	}

	.navigation-mob {
		display: inline-block;
	}

	.menu-dropdown__body {
		position: static;
		top: unset;
		left: unset;
		transform: translate(0%, 0px);
		padding-top: 0;
		opacity: 1;
		pointer-events: unset;
		transition: 0.3s linear;
		height: 0;
		overflow: hidden;
	}

	.menu-dropdown:hover .menu-dropdown__body {
		transform: translate(0%, 0px);
	}

	.menu-dropdown__list {
		box-sizing: border-box;
		padding: 0 0 0;
		gap: 10px;
		padding-top: 15px;
		background: transparent;
		-webkit-backdrop-filter: unset;
		backdrop-filter: unset;
	}
}

@media screen and (max-width: 380px) {
	.header__top-menu-link {
		font-size: 18px;
	}

	.header__search {
		margin-bottom: 20px;
	}

	.header__bottom-menu-list {
		gap: 20px;
		margin-bottom: 25px;
	}

	.header__bottom-menu-link {
		font-size: 18px;
	}

	.menu-dropdown__list {
		padding-top: 10px;
	}

	.directions-link span:last-child {
		font-size: 12px;
	}

	.directions-link span:first-child {
		font-size: 14px;
	}
}
.logo svg .logo-part {
  fill: #000; !important
}


/*# sourceMappingURL=header.css.map */