.efh-home {
	--efh-blue: #54b6e8;
	--efh-blue-dark: #148fc4;
	--efh-yellow: #ffc34d;
	--efh-ink: #20242a;
	--efh-muted: #64707d;
	--efh-line: rgba(25, 31, 38, .12);
	--efh-radius: 8px;
	position: relative;
	left: 50%;
	width: 100vw;
	max-width: 100vw;
	margin-left: -50vw;
	font-family: Montserrat, Arial, sans-serif;
	color: var(--efh-ink);
	background: #fff;
}

.efh-home-v2-page .wd-page-content.main-page-wrapper,
.efh-home-v2-page .wd-content-layout {
	padding-top: 0 !important;
}

.efh-home-v2-page .wd-page-title,
.efh-home-v2-page .wd-sidebar.sidebar-container {
	display: none !important;
}

.efh-home-v2-page .wd-content-layout {
	display: block !important;
}

.efh-home-v2-page .wd-content-layout.container {
	width: 100% !important;
	max-width: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.efh-home-v2-page .wd-content-area,
.efh-home-v2-page .entry-content {
	width: 100% !important;
	max-width: none !important;
	padding-right: 0 !important;
	padding-left: 0 !important;
	overflow: visible !important;
}

.efh-home-v2-page .wd-content-area {
	--wd-col-lg: 12 !important;
}

@media (min-width: 1025px) {
	.efh-home-v2-page.wd-sticky-nav-enabled {
		margin-left: 0 !important;
	}

	.efh-home-v2-page.wd-sticky-nav-enabled .whb-header.whb-sticky-real.whb-sticked .whb-main-header,
	.efh-home-v2-page.wd-sticky-nav-enabled .whb-sticky-header.whb-clone {
		margin-left: 0 !important;
	}

	.efh-home-v2-page .whb-main-header > .whb-row > .container,
	.efh-home-v2-page .whb-sticky-header.whb-clone .container {
		width: 100% !important;
		max-width: none !important;
		padding-left: calc(20px + var(--wd-sticky-nav-w, 60px)) !important;
		padding-right: 20px !important;
	}

	.efh-home-v2-page .wd-footer.footer-container > .container {
		width: 100% !important;
		max-width: none !important;
		padding-left: calc(20px + var(--wd-sticky-nav-w, 60px)) !important;
		padding-right: 20px !important;
	}
}

.efh-home * {
	box-sizing: border-box;
}

.efh-hero {
	position: relative;
	display: flex;
	align-items: flex-start;
	width: 100%;
	max-width: none;
	height: 670px;
	min-height: 0;
	margin-right: 0;
	margin-left: 0;
	overflow: visible;
	background: #111;
}

.efh-home-v2-page .wd-sticky-nav.wd-hide-md {
	opacity: 0;
	pointer-events: none;
	transform: translateX(-100%);
	transition: opacity .2s ease, transform .2s ease;
}

.efh-home-v2-page.efh-after-hero .wd-sticky-nav.wd-hide-md {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}

.efh-hero__shade {
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
	bottom: 0;
	left: calc(50% - 50vw);
}

.efh-hero__slides {
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
	bottom: 0;
	left: calc(50% - 50vw);
	overflow: hidden;
}

.efh-hero__slide {
	position: absolute;
	inset: 0;
}

.efh-hero__slide {
	background-position: center;
	background-size: cover;
	opacity: 0;
	transform: scale(1.035);
	animation: efhHero 36s infinite;
	animation-delay: calc(var(--efh-slide-index) * 6s);
	animation-fill-mode: both;
	will-change: opacity, transform;
}

.efh-hero__slide:first-child {
	opacity: 1;
	animation-name: efhHeroFirst;
}

.efh-hero__shade {
	z-index: 1;
	background: linear-gradient(90deg, rgba(6, 12, 18, .76) 0%, rgba(6, 12, 18, .6) 40%, rgba(6, 12, 18, .26) 72%, rgba(6, 12, 18, .12) 100%);
	pointer-events: none;
}

.efh-hero__inner {
	position: relative;
	z-index: 2;
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 148px 0 96px;
	color: #fff;
}

.efh-hero__eyebrow,
.efh-weekend-offer span,
.efh-popup__kicker {
	margin: 0 0 12px;
	color: var(--efh-yellow);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.efh-hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(30px, 3.4vw, 54px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: 0;
	text-shadow: 0 4px 20px rgba(0, 0, 0, .38);
}

.efh-hero__lead {
	max-width: 590px;
	margin: 30px 0 0;
	font-size: clamp(17px, 1.7vw, 25px);
	font-weight: 800;
	line-height: 1.28;
	text-shadow: 0 3px 14px rgba(0, 0, 0, .4);
}

.efh-hero__tagline {
	margin: 28px 0 0;
	font-size: clamp(16px, 1.4vw, 22px);
	font-weight: 800;
}

.efh-actions,
.efh-popup__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 34px;
}

.efh-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 28px;
	border: 2px solid transparent;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1;
	text-align: center;
	text-decoration: none !important;
	transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.efh-button:hover,
.efh-button:focus-visible {
	transform: translateY(-1px);
	text-decoration: none !important;
}

.efh-button--primary {
	background: var(--efh-blue);
	box-shadow: 0 12px 28px rgba(20, 143, 196, .28);
	color: #fff !important;
}

.efh-button--primary:hover,
.efh-button--primary:focus-visible {
	background: var(--efh-blue-dark);
	color: #fff !important;
}

.efh-button--ghost,
.efh-button--ghost-dark {
	background: rgba(255, 255, 255, .88);
	border-color: rgba(255, 255, 255, .92);
	color: var(--efh-ink) !important;
}

.efh-button--ghost-dark {
	background: #fff;
	border-color: var(--efh-blue);
}

.efh-button--secondary {
	background: #fff;
	border-color: var(--efh-blue);
	color: var(--efh-blue-dark) !important;
}

.efh-section {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 58px 0;
}

.efh-section__head {
	max-width: 820px;
	margin: 0 auto 30px;
	text-align: center;
}

.efh-section__head--split {
	display: block;
	max-width: 820px;
	text-align: center;
}

.efh-section__head--split .efh-button {
	margin-top: 22px;
}

.efh-section__kicker {
	margin: 0;
	color: var(--efh-blue-dark);
	font-size: clamp(34px, 4.2vw, 64px);
	font-weight: 900;
	line-height: 1.05;
	letter-spacing: 0;
}

.efh-section__subtitle,
.efh-section__head p:not(.efh-section__kicker) {
	margin: 14px auto 0;
	color: var(--efh-muted);
	font-size: 18px;
	line-height: 1.55;
}

.efh-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	overflow: visible;
}

.efh-step,
.efh-review,
.efh-weekend-offer {
	border: 1px solid var(--efh-line);
	border-radius: var(--efh-radius);
	background: #fff;
	box-shadow: 0 12px 34px rgba(28, 38, 48, .08);
}

.efh-step {
	display: flex;
	flex-direction: column;
	min-height: 400px;
	padding: 34px;
}

.efh-step__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 124px;
	height: 124px;
	margin-bottom: 20px;
	border-radius: 50%;
	background: transparent;
	color: var(--efh-blue-dark);
}

.efh-step__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.efh-step h3 {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 900;
}

.efh-step p {
	margin: 0;
	color: var(--efh-muted);
	font-size: 16px;
	line-height: 1.5;
}

.efh-step a {
	display: inline-block;
	margin-top: 8px;
	color: var(--efh-blue-dark);
	font-weight: 800;
}

.efh-section__actions {
	display: flex;
	justify-content: center;
	margin-top: 28px;
}

.efh-section__actions .efh-button--primary {
	width: min(100%, 360px);
	background: var(--efh-blue);
	box-shadow: 0 12px 28px rgba(20, 143, 196, .28);
	color: #fff !important;
}

.efh-offers {
	width: 100%;
	max-width: none;
	padding-right: max(20px, calc((100vw - 1180px) / 2));
	padding-left: max(20px, calc((100vw - 1180px) / 2));
	background: linear-gradient(180deg, #f5fbff 0%, #fff 100%);
}

.efh-weekend-offer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 22px;
	padding: 26px 30px;
	background: linear-gradient(135deg, #54b6e8 0%, #8ed7f7 100%);
	color: #fff;
}

.efh-offers--hide-weekend-offer .efh-weekend-offer {
	display: none !important;
}

.efh-weekend-offer span {
	display: block;
	margin-bottom: 8px;
	color: rgba(255, 255, 255, .82);
}

.efh-weekend-offer strong {
	display: block;
	font-size: 24px;
	line-height: 1.12;
}

.efh-weekend-offer p {
	margin: 8px 0 0;
	max-width: 620px;
	font-size: 14px;
	line-height: 1.45;
}

.efh-weekend-offer a {
	flex: 0 0 auto;
	padding: 13px 22px;
	border-radius: 999px;
	background: #fff;
	color: var(--efh-blue-dark);
	font-weight: 900;
	text-decoration: none !important;
}

.efh-products.wd-products {
	--wd-col-lg: 4;
	--wd-col-md: 3;
	--wd-col-sm: 2;
	--wd-gap-lg: 20px;
	--wd-gap-md: 20px;
	--wd-gap-sm: 20px;
	width: min(100%, 1058px);
	max-width: 1058px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "Golos Text", Arial, Helvetica, sans-serif;
}

.efh-products .product-wrapper {
	background: #fff;
	border-radius: 30px;
	padding: 15px;
	font-family: "Golos Text", Arial, Helvetica, sans-serif;
}

.efh-products .product-element-top {
	position: relative;
	overflow: hidden;
}

.efh-products .product-image-link {
	position: relative;
	display: block;
	overflow: hidden;
}

.efh-products .product-element-bottom {
	align-items: center;
	text-align: center;
}

.efh-products .wd-entities-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.efh-products .wd-product-cats,
.efh-products .price,
.efh-products .wd-add-btn .button {
	font-family: "Golos Text", Arial, Helvetica, sans-serif;
}

.efh-products .wd-product-cats,
.efh-products .price {
	width: 100%;
	justify-content: center;
	text-align: center;
}

.efh-products .wd-add-btn {
	align-self: center;
}

.efh-products .wd-add-btn .button {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 18px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 35px !important;
}

.efh-products .wd-quick-view-btn,
.efh-products .wd-quick-view-icon {
	display: none !important;
}

.efh-products--empty {
	display: block;
	padding: 28px;
	border: 1px dashed var(--efh-line);
	border-radius: var(--efh-radius);
	background: #fff;
	text-align: center;
}

.efh-review-summary {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	margin: -18px 0 32px;
	font-size: 18px;
}

.efh-review-summary strong {
	font-size: 58px;
	line-height: 1;
}

.efh-stars {
	color: #ffd21f;
	letter-spacing: 0;
}

.efh-reviews__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
	overflow: visible;
}

.efh-review {
	min-height: 250px;
	padding: 28px;
}

.efh-review__media {
	margin: 0 0 18px;
	overflow: hidden;
	border-radius: var(--efh-radius);
	background: #f3f7fa;
}

.efh-review__image {
	display: block;
	width: 100%;
	max-height: 260px;
	object-fit: cover;
}

.efh-review .efh-stars {
	margin-bottom: 18px;
	font-size: 26px;
}

.efh-review h3 {
	margin: 0 0 12px;
	font-size: 22px;
	font-weight: 900;
}

.efh-review__text p {
	margin: 0 0 20px;
	color: var(--efh-muted);
	font-size: 17px;
	line-height: 1.55;
}

.efh-review span {
	color: var(--efh-blue-dark);
	font-weight: 800;
}

.efh-carousel-dots {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-top: 18px;
}

.efh-carousel-dot {
	flex: 0 0 8px;
	width: 8px !important;
	min-width: 8px !important;
	max-width: 8px !important;
	height: 8px !important;
	min-height: 8px !important;
	max-height: 8px !important;
	padding: 0 !important;
	border: 0;
	border-radius: 50%;
	background: rgba(32, 36, 42, .16);
	box-shadow: none !important;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
	appearance: none;
	transition: transform .18s ease, background-color .18s ease;
}

.efh-carousel-dot.is-active {
	background: var(--efh-blue-dark);
	transform: scale(1.12);
}

.efh-popup[hidden] {
	display: none !important;
}

.efh-popup {
	position: fixed;
	z-index: 100000;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
}

.efh-popup__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .58);
}

.efh-popup__dialog {
	position: relative;
	display: grid;
	grid-template-columns: minmax(260px, .8fr) minmax(320px, 1.2fr);
	width: min(980px, 100%);
	overflow: hidden;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .24);
}

.efh-popup__close {
	position: absolute;
	z-index: 2;
	top: 16px;
	right: 18px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #a8afb7;
	font-size: 42px;
	line-height: 1;
	cursor: pointer;
}

.efh-popup__media {
	min-height: 420px;
	background-image: linear-gradient(rgba(84, 182, 232, .16), rgba(84, 182, 232, .16)), var(--efh-popup-image, url('../img/home/salut-popup.jpg'));
	background-position: center;
	background-size: cover;
}

.efh-popup__content {
	padding: 58px 58px 48px;
}

.efh-popup__content h2 {
	margin: 0 0 18px;
	color: var(--efh-ink);
	font-size: clamp(34px, 4vw, 58px);
	font-weight: 900;
	line-height: 1;
	letter-spacing: 0;
}

.efh-popup__content p {
	margin: 0;
	color: var(--efh-muted);
	font-size: 18px;
	line-height: 1.55;
}

.efh-popup__coupon {
	display: inline-flex;
	margin-top: 24px;
	padding: 10px 16px;
	border-radius: 999px;
	background: rgba(84, 182, 232, .14);
	color: var(--efh-blue-dark);
	font-size: 18px;
	font-weight: 900;
}

.efh-popup__actions .efh-button {
	text-transform: none !important;
}

@keyframes efhHero {
	0% {
		opacity: 0;
		transform: scale(1.035);
	}

	5%,
	24% {
		opacity: 1;
		transform: scale(1);
	}

	34%,
	100% {
		opacity: 0;
		transform: scale(1.035);
	}
}

@keyframes efhHeroFirst {
	0%,
	24% {
		opacity: 1;
		transform: scale(1);
	}

	34%,
	100% {
		opacity: 0;
		transform: scale(1.035);
	}
}

@media (max-width: 1024px) {
	.efh-steps__grid,
	.efh-reviews__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.efh-products {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.efh-hero {
		align-items: center;
		height: 620px;
		text-align: center;
	}

	.efh-hero__inner {
		width: min(100% - 32px, 540px);
		padding: 120px 0 58px;
	}

	.efh-hero h1 {
		max-width: 500px;
		margin-right: auto;
		margin-left: auto;
		font-size: clamp(22px, 6.2vw, 30px);
		line-height: 1.14;
	}

	.efh-hero__lead {
		max-width: 390px;
		margin: 22px auto 0;
		font-size: clamp(15px, 4.4vw, 19px);
		line-height: 1.35;
	}

	.efh-hero__tagline {
		max-width: 390px;
		margin: 20px auto 0;
		font-size: 14px;
		line-height: 1.35;
	}

	.efh-actions {
		justify-content: center;
		margin-top: 30px;
	}

	.efh-actions,
	.efh-popup__actions {
		flex-direction: column;
	}

	.efh-button {
		width: 100%;
	}

	.efh-actions .efh-button {
		max-width: 292px;
		margin-right: auto;
		margin-left: auto;
	}

	.efh-section {
		width: min(100% - 28px, 560px);
		padding: 38px 0;
	}

	.efh-section__kicker {
		font-size: clamp(28px, 8vw, 36px);
		line-height: 1.08;
	}

	.efh-section__subtitle,
	.efh-section__head p:not(.efh-section__kicker) {
		margin-top: 10px;
		font-size: 16px;
		line-height: 1.4;
	}

	.efh-section__head,
	.efh-section__head--split {
		display: block;
		margin-bottom: 22px;
		text-align: center;
	}

	.efh-section__head--split .efh-button {
		margin-top: 22px;
	}

	.efh-reviews__grid {
		grid-template-columns: 1fr;
	}

	.efh-steps {
		--efh-mobile-step-card: min(78vw, 310px);
	}

	.efh-offers {
		--efh-mobile-product-card: min(78vw, 300px);
	}

	.efh-reviews {
		--efh-mobile-review-card: min(78vw, 320px);
	}

	.efh-steps__grid {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: var(--efh-mobile-step-card);
		gap: 16px;
		margin-right: calc((100% - 100vw) / 2);
		margin-left: calc((100% - 100vw) / 2);
		padding: 0 calc((100vw - var(--efh-mobile-step-card)) / 2) 10px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		scroll-padding-inline: calc((100vw - var(--efh-mobile-step-card)) / 2);
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.efh-products.wd-products {
		display: grid !important;
		grid-template-columns: none !important;
		grid-auto-flow: column;
		grid-auto-columns: var(--efh-mobile-product-card);
		gap: 16px !important;
		width: 100vw;
		max-width: none;
		margin-right: calc((100% - 100vw) / 2);
		margin-left: calc((100% - 100vw) / 2);
		padding: 0 calc((100vw - var(--efh-mobile-product-card)) / 2) 10px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		scroll-padding-inline: calc((100vw - var(--efh-mobile-product-card)) / 2);
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		--wd-col-sm: 1;
	}

	.efh-reviews__grid {
		grid-template-columns: none;
		grid-auto-flow: column;
		grid-auto-columns: var(--efh-mobile-review-card);
		gap: 16px;
		margin-right: calc((100% - 100vw) / 2);
		margin-left: calc((100% - 100vw) / 2);
		padding: 0 calc((100vw - var(--efh-mobile-review-card)) / 2) 10px;
		overflow-x: auto;
		overflow-y: hidden;
		scrollbar-width: none;
		scroll-padding-inline: calc((100vw - var(--efh-mobile-review-card)) / 2);
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
	}

	.efh-steps__grid::-webkit-scrollbar,
	.efh-products.wd-products::-webkit-scrollbar,
	.efh-reviews__grid::-webkit-scrollbar {
		display: none;
	}

	.efh-steps__grid > *,
	.efh-products.wd-products > .product,
	.efh-reviews__grid > * {
		scroll-snap-align: center;
	}

	.efh-products.wd-products > .product,
	.efh-reviews__grid > .efh-review {
		width: auto !important;
		max-width: none;
	}

	.efh-carousel-dots {
		display: flex;
	}

	.efh-home-v2-page .wd-sidebar-opener {
		display: none !important;
	}

	.efh-step {
		align-items: center;
		justify-content: center;
		min-height: 315px;
		padding: 26px 22px;
		text-align: center;
	}

	.efh-step__icon {
		margin-bottom: 26px;
	}

	.efh-step h3 {
		font-size: 20px;
	}

	.efh-step p {
		font-size: 15px;
		line-height: 1.42;
	}

	.efh-section__actions .efh-button--primary {
		width: min(100%, 292px);
		min-height: 48px;
	}

	.efh-offers {
		padding-right: 14px;
		padding-left: 14px;
	}

	.efh-weekend-offer {
		display: block;
		text-align: center;
	}

	.efh-weekend-offer a {
		display: inline-flex;
		margin-top: 18px;
	}

	.efh-review-summary {
		display: grid;
		gap: 8px;
		text-align: center;
	}

	.efh-popup {
		align-items: end;
		padding: 10px;
		padding-bottom: calc(10px + env(safe-area-inset-bottom));
	}

	.efh-popup__dialog {
		display: block;
		max-height: calc(100vh - 20px);
		overflow-y: auto;
		border-radius: 16px;
	}

	.efh-popup__media {
		min-height: 190px;
	}

	.efh-popup__content {
		padding: 28px 22px 24px;
		text-align: center;
	}
}
