body.nih-campaign-page {
	margin: 0;
	background: #fff;
	color: #686868;
}

body.nih-campaign-page #wpadminbar {
	position: fixed;
}

.nih-page-shell,
.nih-page-shell *,
.nih-page-shell *::before,
.nih-page-shell *::after {
	box-sizing: border-box;
}

.nih-page-shell {
	--nih-page-red: #ed1c24;
	--nih-page-text: #686868;
	--nih-page-heading: #151515;
	--nih-page-bg: #fff;
	--nih-page-font-body: inherit;
	--nih-page-font-heading: inherit;
	--nih-page-body-size: 14px;
	--nih-page-section-title-size: 24px;
	--nih-page-hero-title-size: 31px;
	--nih-page-hero-title-mobile-size: 25px;
	--nih-page-content-max: 1140px;
	--nih-page-hero-height: 476px;
	--nih-page-hero-mobile-height: 422px;
	--nih-page-section-space: 115px;
	--nih-page-button-radius: 0;
	width: 100%;
	overflow: hidden;
	background: var(--nih-page-bg);
	color: var(--nih-page-text);
	font-family: var(--nih-page-font-body);
	font-size: var(--nih-page-body-size);
	line-height: 1.65;
}

.nih-page-shell a {
	color: inherit;
	text-decoration: none;
}

.nih-page-shell img {
	display: block;
	max-width: 100%;
	height: auto;
	border: 0;
}

.nih-page-shell h1,
.nih-page-shell h2,
.nih-page-shell p {
	margin-top: 0;
}

.nih-page-container {
	width: min(var(--nih-page-content-max), calc(100% - 40px));
	margin-inline: auto;
}

.nih-topbar {
	min-height: 45px;
	background: var(--nih-page-red);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .01em;
}

.nih-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 45px;
}

.nih-topbar__social,
.nih-topbar__contacts {
	display: flex;
	align-items: center;
	gap: 12px;
	white-space: nowrap;
}

.nih-topbar__social a {
	display: grid;
	width: 21px;
	height: 21px;
	place-items: center;
	border: 1px solid rgba(255, 255, 255, .9);
	border-radius: 50%;
	color: #fff;
	font-size: 11px;
	line-height: 1;
}

.nih-topbar__mark {
	font-family: Georgia, serif;
	font-size: 19px;
	font-weight: 400;
}

.nih-topbar__contacts a {
	color: #fff;
}

.nih-mainnav {
	background: #fff;
	border-bottom: 1px solid #efefef;
}

.nih-mainnav__inner {
	display: flex;
	align-items: center;
	min-height: 100px;
}

.nih-brand {
	flex: 0 0 150px;
	width: 150px;
	margin-right: 25px;
}

.nih-brand img {
	width: 150px;
}

.nih-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: clamp(12px, 1.3vw, 22px);
	flex: 1;
}

.nih-menu a {
	position: relative;
	color: #3e3e3e;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	white-space: nowrap;
}

.nih-menu a:hover,
.nih-menu a:focus-visible {
	color: var(--nih-page-red);
}

.nih-header-actions {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-left: 18px;
	color: #363636;
	font-size: 22px;
}

.nih-cart {
	display: grid;
	width: 23px;
	height: 27px;
	place-items: center;
	border: 2px solid var(--nih-page-red);
	color: var(--nih-page-red);
	font-size: 12px;
}

.nih-menu-toggle {
	display: none;
	margin: 0;
	padding: 8px;
	border: 0;
	background: transparent;
	box-shadow: none;
}

.nih-menu-toggle > span:not(.screen-reader-text) {
	display: block;
	width: 25px;
	height: 2px;
	margin: 5px 0;
	background: #333;
}

.nih-campaign-main {
	display: block;
	padding-top: 40px;
}

.nih-hero {
	position: relative;
	width: min(var(--nih-page-content-max), calc(100% - 40px));
	height: var(--nih-page-hero-height);
	margin: 0 auto;
	overflow: hidden;
	background: #b9b9b9;
	color: #fff;
}

.nih-hero__slides,
.nih-hero__slide,
.nih-hero__shade {
	position: absolute;
	inset: 0;
}

.nih-hero__slide {
	opacity: 0;
	background-position: center;
	background-size: cover;
	transform: scale(1.01);
	transition: opacity .8s ease;
}

.nih-hero__slide.is-active {
	opacity: 1;
}

.nih-hero__shade {
	background: rgba(42, 42, 42, .35);
}

.nih-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	width: min(var(--nih-page-hero-text-width), calc(100% - 40px));
	height: 100%;
	margin: auto;
	padding: 55px 0 70px;
	align-items: var(--nih-page-hero-content-align);
	justify-content: var(--nih-page-hero-content-position);
	flex-direction: column;
	text-align: var(--nih-page-hero-text-align);
}

.nih-hero h1 {
	width: 100%;
	margin: 0;
	color: var(--nih-page-hero-title-color);
	font-family: var(--nih-page-font-heading);
	font-size: var(--nih-page-hero-title-size);
	font-weight: var(--nih-page-hero-title-weight);
	line-height: var(--nih-page-hero-title-line);
	text-shadow: 0 1px 3px rgba(0, 0, 0, .25);
}

.nih-red-button {
	display: inline-flex;
	min-height: 38px;
	padding: 9px 18px;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--nih-page-red);
	border-radius: var(--nih-page-button-radius);
	background: var(--nih-page-red);
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	transition: background .2s ease, color .2s ease;
}

.nih-red-button:hover,
.nih-red-button:focus-visible {
	background: #fff;
	color: var(--nih-page-red) !important;
}

.nih-hero__button {
	margin-top: 26px;
}

.nih-hero__dots {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 18px;
	left: 0;
	display: flex;
	justify-content: center;
	gap: 8px;
}

.nih-hero__dots button {
	display: block;
	width: 10px;
	height: 10px;
	min-width: 10px;
	min-height: 10px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .4);
	box-shadow: none;
	cursor: pointer;
	transition: width .2s ease, background .2s ease;
}

.nih-hero__dots button:hover,
.nih-hero__dots button:focus-visible {
	background: rgba(255, 255, 255, .8);
	outline: 2px solid #fff;
	outline-offset: 3px;
}

.nih-hero__dots button.is-active {
	background: #fff;
}

.nih-intro {
	padding: 68px 18px 48px;
	text-align: center;
}

.nih-intro p {
	margin: 0 auto;
	max-width: 1050px;
	font-size: var(--nih-page-body-size);
	line-height: 1.7;
}

.nih-pillars {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--nih-pillar-column-gap);
	padding: 28px 0 var(--nih-pillar-bottom-space);
}

.nih-pillars article {
	display: flex;
	align-items: flex-start;
	gap: var(--nih-pillar-content-gap);
}

.nih-pillars.nih-reveal-ready article {
	opacity: 0;
	transform: translateY(36px);
	transition:
		opacity .72s ease,
		transform .72s cubic-bezier(.22, 1, .36, 1);
	will-change: opacity, transform;
}

.nih-pillars.nih-reveal-ready article:nth-child(2) {
	transition-delay: .12s;
}

.nih-pillars.nih-reveal-ready article:nth-child(3) {
	transition-delay: .24s;
}

.nih-pillars.nih-reveal-ready.is-revealed article {
	opacity: 1;
	transform: translateY(0);
}

.nih-pillars.nih-reveal-ready:not(.is-revealed) article {
	transition-delay: 0s;
}

.nih-pillars img {
	flex: 0 0 var(--nih-pillar-icon-size);
	width: var(--nih-pillar-icon-size);
	height: var(--nih-pillar-icon-size);
	object-fit: contain;
}

.nih-pillars h2,
.nih-split h2,
.nih-products h2 {
	margin-bottom: 22px;
	color: var(--nih-page-heading);
	font-family: var(--nih-page-font-heading);
	font-size: var(--nih-page-section-title-size);
	font-weight: 700;
	line-height: 1.25;
}

.nih-pillars h2 {
	margin-bottom: 15px;
	font-size: 18px;
}

.nih-pillars p {
	margin-bottom: 14px;
}

.nih-split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 90px;
	padding-top: 50px;
	padding-bottom: var(--nih-page-section-space);
	align-items: center;
}

.nih-split__image {
	overflow: hidden;
	background: #f5f5f5;
	aspect-ratio: 1;
}

.nih-split__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .2s ease;
}

.nih-pillars img {
	transition: transform .2s ease;
}

.nih-pillars article:hover img,
.nih-pillars article:focus-within img,
.nih-split__image:hover img {
	transform: translateY(-5px);
}

.nih-split__content p {
	margin-bottom: 20px;
	font-size: var(--nih-page-body-size);
	line-height: 1.75;
}

.nih-split__content .nih-red-button {
	margin-top: 5px;
}

.nih-products {
	padding-top: 25px;
	padding-bottom: var(--nih-page-section-space);
	text-align: center;
}

.nih-products h2 {
	margin-bottom: 60px;
}

.nih-products__grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 58px 45px;
	margin-bottom: 25px;
}

.nih-products__grid a {
	display: flex;
	min-width: 0;
	align-items: flex-start;
	justify-content: center;
}

.nih-products__grid img {
	width: 100%;
	max-width: 170px;
	filter: drop-shadow(7px 9px 7px rgba(0, 0, 0, .13));
	transition: transform .2s ease;
}

.nih-products__grid a:hover img,
.nih-products__grid a:focus-visible img {
	transform: translateY(-5px);
}

.nih-split--reverse {
	grid-template-columns: 1fr 1.08fr;
}

.nih-page-footer {
	padding: 28px 0 24px;
	background: #f2f2f2;
	color: #8e8e8e;
	text-align: center;
}

.nih-payment-icons {
	display: flex;
	justify-content: center;
	gap: 7px;
	margin-bottom: 15px;
}

.nih-payment-icons span {
	display: inline-grid;
	min-width: 35px;
	height: 20px;
	padding: 0 4px;
	place-items: center;
	border: 1px solid #b9b9b9;
	border-radius: 2px;
	background: #ddd;
	color: #777;
	font-size: 9px;
	font-weight: 700;
	line-height: 1;
}

.nih-page-footer nav {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 23px;
	margin-bottom: 10px;
}

.nih-page-footer nav a {
	font-size: 10px;
}

.nih-page-footer nav a:hover {
	color: var(--nih-page-red);
}

.nih-page-footer p {
	margin: 0;
	font-size: 10px;
}

.nih-page-footer strong {
	color: var(--nih-page-red);
}

@media (max-width: 1050px) {
	.nih-menu {
		gap: 11px;
	}

	.nih-menu a {
		font-size: 9px;
	}

	.nih-topbar__social > span:last-child {
		display: none;
	}

	.nih-products__grid {
		gap: 45px 28px;
	}
}

@media (max-width: 849px) {
	.nih-page-container {
		width: min(100% - 34px, 720px);
	}

	.nih-topbar {
		min-height: 36px;
	}

	.nih-topbar__inner {
		min-height: 36px;
	}

	.nih-topbar__social a,
	.nih-topbar__mark,
	.nih-topbar__contacts span {
		display: none;
	}

	.nih-topbar__social {
		font-size: 10px;
	}

	.nih-topbar__social::after {
		content: "ОНЛАЙН ЗОНА ЗА БЪЛГАРЧЕТА";
	}

	.nih-topbar__contacts a:first-child {
		display: none;
	}

	.nih-mainnav__inner {
		position: relative;
		justify-content: space-between;
		min-height: 76px;
	}

	.nih-brand {
		flex-basis: 125px;
		width: 125px;
		margin: 0;
	}

	.nih-brand img {
		width: 125px;
	}

	.nih-menu-toggle {
		display: block;
		order: -1;
	}

	.nih-header-actions {
		margin: 0;
	}

	.nih-header-actions > span:first-child {
		display: none;
	}

	.nih-menu {
		position: absolute;
		z-index: 20;
		top: 100%;
		right: 0;
		left: 0;
		display: none;
		padding: 12px 20px 20px;
		align-items: stretch;
		background: #fff;
		border-top: 1px solid #eee;
		box-shadow: 0 14px 25px rgba(0, 0, 0, .13);
		flex-direction: column;
	}

	.nih-menu.is-open {
		display: flex;
	}

	.nih-menu a {
		padding: 10px 0;
		border-bottom: 1px solid #eee;
		font-size: 12px;
	}

	.nih-campaign-main {
		padding-top: 20px;
	}

	.nih-hero {
		width: calc(100% - 34px);
		height: var(--nih-page-hero-mobile-height);
	}

	.nih-hero h1 {
		font-size: var(--nih-page-hero-title-mobile-size);
	}

	.nih-pillars {
		grid-template-columns: 1fr;
		gap: 35px;
		padding: 20px 0 65px;
	}

	.nih-pillars article {
		max-width: 590px;
		margin-inline: auto;
	}

	.nih-pillars img {
		flex-basis: var(--nih-pillar-icon-size-mobile);
		width: var(--nih-pillar-icon-size-mobile);
		height: var(--nih-pillar-icon-size-mobile);
	}

	.nih-split,
	.nih-split--reverse {
		grid-template-columns: 1fr;
		gap: 38px;
		padding-top: 25px;
		padding-bottom: 85px;
	}

	.nih-split__image {
		width: min(100%, 570px);
		margin-inline: auto;
	}

	.nih-products__grid {
		grid-template-columns: repeat(3, 1fr);
		gap: 42px 26px;
	}
}

@media (max-width: 549px) {
	.nih-page-shell {
		font-size: var(--nih-page-body-size);
	}

	.nih-page-container {
		width: calc(100% - 30px);
	}

	.nih-topbar__contacts {
		font-size: 10px;
	}

	.nih-topbar__social::after {
		font-size: 9px;
	}

	.nih-mainnav__inner {
		min-height: 70px;
	}

	.nih-brand,
	.nih-brand img {
		width: 112px;
	}

	.nih-brand {
		flex-basis: 112px;
	}

	.nih-campaign-main {
		padding-top: 0;
	}

	.nih-hero {
		width: 100%;
		height: var(--nih-page-hero-mobile-height);
	}

	.nih-hero__slide {
		background-position: center;
	}

	.nih-hero__content {
		width: calc(100% - 36px);
		padding: 35px 0 58px;
	}

	.nih-hero h1 {
		font-size: var(--nih-page-hero-title-mobile-size);
		line-height: var(--nih-page-hero-title-line);
	}

	.nih-hero__button {
		margin-top: 22px;
	}

	.nih-intro {
		padding: 48px 0 55px;
		text-align: left;
	}

	.nih-intro p {
		font-size: var(--nih-page-body-size);
		line-height: 1.7;
	}

	.nih-pillars {
		padding-bottom: 60px;
	}

	.nih-pillars article {
		gap: var(--nih-pillar-content-gap);
	}

	.nih-pillars img {
		flex-basis: var(--nih-pillar-icon-size-mobile);
		width: var(--nih-pillar-icon-size-mobile);
		height: var(--nih-pillar-icon-size-mobile);
	}

	.nih-pillars h2,
	.nih-split h2,
	.nih-products h2 {
		font-size: 20px;
	}

	.nih-pillars h2 {
		font-size: 17px;
	}

	.nih-split,
	.nih-split--reverse {
		gap: 28px;
		padding-bottom: 68px;
	}

	.nih-split__content p {
		font-size: var(--nih-page-body-size);
		line-height: 1.7;
	}

	.nih-products {
		padding-top: 5px;
		padding-bottom: 78px;
	}

	.nih-products h2 {
		margin-bottom: 38px;
	}

	.nih-products__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 18px;
		margin-bottom: 35px;
	}

	.nih-products__grid img {
		max-width: 145px;
	}

	.nih-page-footer nav {
		gap: 7px 14px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.nih-pillars.nih-reveal-ready article {
		opacity: 1;
		transform: none;
	}

	.nih-page-shell *,
	.nih-page-shell *::before,
	.nih-page-shell *::after {
		scroll-behavior: auto !important;
		transition-duration: .01ms !important;
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
	}
}
