.nhco-modern-header {
	background: rgba(255, 255, 255, .98);
	border-bottom: 1px solid rgba(16, 24, 40, .08);
	box-shadow: 0 10px 30px rgba(16, 24, 40, .08);
	position: relative;
	z-index: 9998;
}

.nhco-modern-header .header-login-wrapper {
	display: none;
}

.nhco-modern-header .site-header {
	align-items: center;
	background: transparent;
	box-sizing: border-box;
	display: flex;
	gap: 26px;
	margin: 0 auto;
	max-width: 1180px;
	min-height: 96px;
	padding: 14px 28px;
	width: 100%;
}

.nhco-modern-header .site-branding {
	float: none;
	padding: 0;
}

.nhco-modern-header .site-title {
	line-height: 0;
	margin: 0;
}

.nhco-modern-header .site-branding img {
	display: block;
	height: 62px;
	max-height: 62px;
	max-width: none;
	width: 62px;
}

.nhco-modern-header .block-1 {
	flex: 1 1 auto;
	min-width: 165px;
	width: auto;
}

.nhco-modern-header .tag-lines {
	float: none;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	padding: 0;
}

.nhco-modern-header .tag-lines a {
	color: #24313f;
	text-decoration: none;
}

.nhco-modern-header .tag-span {
	display: none;
}

.nhco-modern-header .social-top {
	display: none;
}

.nhco-modern-header .block-2 {
	align-items: center;
	display: flex;
	flex: 0 1 auto;
	gap: 18px;
	margin: 0;
}

.nhco-modern-header .navigation-top,
.nhco-modern-header .main-navigation {
	float: none;
}

.nhco-modern-header .main-navigation ul {
	align-items: center;
	display: flex;
	gap: 4px;
}

.nhco-modern-header .main-navigation li {
	float: none;
	padding: 0;
}

.nhco-modern-header .main-navigation a {
	border-radius: 4px;
	color: #24313f;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: .02em;
	line-height: 1;
	padding: 14px 10px;
	white-space: nowrap;
}

.nhco-modern-header .main-navigation li:hover > a,
.nhco-modern-header .main-navigation li.focus > a,
.nhco-modern-header .main-navigation .current_page_item > a,
.nhco-modern-header .main-navigation .current-menu-item > a,
.nhco-modern-header .main-navigation .current_page_ancestor > a {
	background: rgba(21, 122, 155, .1);
	color: #0f6e8d;
}

.nhco-modern-header .main-navigation ul ul {
	border: 1px solid rgba(16, 24, 40, .1);
	border-radius: 6px;
	box-shadow: 0 20px 40px rgba(16, 24, 40, .12);
	top: 42px;
}

.nhco-modern-header .main-navigation ul ul a {
	line-height: 1.3;
	padding: 13px 15px;
}

.nhco-header-actions {
	align-items: center;
	display: flex;
	gap: 8px;
}

.nhco-header-action {
	align-items: center;
	border-radius: 4px;
	display: inline-flex;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 42px;
	padding: 0 16px;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.nhco-header-action--watch {
	background: #157a9b;
	color: #fff !important;
}

.nhco-header-action--watch:hover,
.nhco-header-action--watch:focus {
	background: #0f6e8d;
	color: #fff !important;
}

.nhco-header-action--give {
	background: #f4b23c;
	color: #17202a !important;
}

.nhco-header-action--give:hover,
.nhco-header-action--give:focus {
	background: #ffc24f;
	color: #17202a !important;
}

.nhco-modern-header .search-top {
	clear: none;
	float: none;
	font-size: 17px;
	margin: 0;
	padding: 0;
}

.nhco-modern-header .search-top a,
.nhco-modern-header .search-top a:focus {
	align-items: center;
	background: #f2f5f7;
	border-radius: 4px;
	color: #24313f;
	display: inline-flex;
	height: 42px;
	justify-content: center;
	padding: 0;
	width: 42px;
}

.nhco-modern-header .search-top a:hover,
.nhco-modern-header .search-top a.active {
	background: #157a9b;
	color: #fff;
}

.nhco-modern-header .res-button {
	display: none;
}

@media screen and (max-width: 1080px) {
	.nhco-modern-header .site-header {
		flex-wrap: wrap;
		gap: 16px;
		min-height: 88px;
	}

	.nhco-modern-header .block-2 {
		flex: 1 1 100%;
		justify-content: space-between;
	}

	.nhco-modern-header .main-navigation a {
		font-size: 12px;
		padding: 12px 8px;
	}

	.nhco-modern-header .navigation-top {
		align-items: center;
		display: flex;
	}

	.nhco-modern-header .res-button {
		display: block;
		flex: 0 0 auto;
		font-size: 24px;
		line-height: 1;
		padding: 0;
	}

	.nhco-modern-header .res-button a {
		align-items: center;
		background: #f2f5f7;
		border-radius: 4px;
		display: inline-flex;
		height: 42px;
		justify-content: center;
		width: 42px;
	}
}

@media screen and (max-width: 760px) {
	.nhco-modern-header .site-header {
		gap: 12px;
		flex-wrap: nowrap;
		min-height: 82px;
		padding: 12px 20px;
	}

	.nhco-modern-header .site-branding img {
		height: 56px;
		max-height: 56px;
		width: 56px;
	}

	.nhco-modern-header .block-1 {
		display: none;
	}

	.nhco-modern-header .main-navigation {
		display: none;
	}

	.nhco-modern-header .block-2 {
		flex: 1 1 auto;
		gap: 10px;
		justify-content: flex-end;
	}

	.nhco-header-action {
		min-height: 42px;
		padding: 0 12px;
	}
}

@media screen and (max-width: 500px) {
	.nhco-modern-header .site-header {
		align-items: center;
		padding: 10px 14px;
	}

	.nhco-modern-header .block-2 {
		gap: 6px;
		min-width: 0;
	}

	.nhco-header-actions {
		flex: 1 1 auto;
		gap: 6px;
		justify-content: flex-end;
		min-width: 0;
	}

	.nhco-header-action {
		font-size: 11px;
		min-height: 40px;
		padding: 0 10px;
	}

	.nhco-modern-header .search-top a,
	.nhco-modern-header .search-top a:focus,
	.nhco-modern-header .res-button a {
		height: 40px;
		width: 40px;
	}
}
