.elh-page {
	background: #fff;
	color: #1b1b1b;
	width: 100%;
	font-family: "Red Hat Display", sans-serif !important;
}

.elh-page * {
	font-family: inherit;
}

.elh-wrap {
	width: min(1200px, 92%);
	margin: 0 auto;
}

.elh-section {
	padding: 64px 0;
}

.elh-section--light {
	background: #f5f6f8;
}

.elh-section--dark {
	background: #121212;
	color: #fff;
}

.elh-center {
	text-align: center;
}

.elh-hero {
	background: #f0f0f0 url("https://elhurtplus.pl/wp-content/uploads/2023/03/elhurtplus-background.jpg") center/cover no-repeat;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-top: -20px;
	min-height: 80vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 36px 14px;
	font-family: "Red Hat Display", sans-serif;
}

.elh-hero__inner {
	width: 100%;
	position: relative;
	min-height: 80vh;
}

.elh-hero__center {
	text-align: center;
	max-width: 980px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: min(900px, 86vw);
}

.elh-hero__center h1 {
	font-size: clamp(31px, 4.5vw, 50px);
	font-weight: 400;
	line-height: 1.1;
	margin: 0 0 16px;
}

.elh-hero__center h1 span {
	display: inline-block;
	border-bottom: 2px solid #e22124;
}

.elh-hero__center p {
	font-size: clamp(14px, 1.7vw, 22px);
	line-height: 1.45;
	margin: 0;
	font-weight: 300;
}

.elh-hero__widget {
	position: absolute;
	width: min(320px, 23vw);
}

.elh-hero__widget h3 {
	margin: 0 0 4px;
	font-size: clamp(20px, 1.5vw, 31px);
	font-weight: 800;
	line-height: 1.05;
}

.elh-hero__widget p {
	margin: 0 0 10px;
	font-size: clamp(15px, 1.2vw, 25px);
	font-weight: 300;
	line-height: 1.2;
}

.elh-hero__widget img {
	max-width: 100%;
	height: auto;
	display: block;
}

.elh-hero__widget--tl {
	top: 3.2vh;
	left: 2.2vw;
	text-align: center;
}

.elh-hero__widget--bl {
	bottom: 7.2vh;
	left: 2.2vw;
	text-align: center;
}

.elh-hero__widget--tr {
	top: 3.2vh;
	right: 2.2vw;
	text-align: left;
}

.elh-hero__widget--br {
	bottom: 7.2vh;
	right: 2.2vw;
	text-align: left;
}

.elh-hero__widget--tl img,
.elh-hero__widget--bl img,
.elh-hero__widget--tr img,
.elh-hero__widget--br img {
	max-height: 220px;
	margin: 0 auto;
}

.elh-hero__widget--tr img,
.elh-hero__widget--br img {
	margin-left: 0;
	margin-right: 0;
}

.elh-brands {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #ffffff;
	padding: 22px 0;
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.elh-brands__inner {
	width: min(1260px, 94vw);
	margin: 0 auto;
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 26px;
	align-items: center;
}

.elh-brands h2 {
	margin: 0;
	font-size: clamp(20px, 1.62vw, 31px);
	font-weight: 700;
	white-space: nowrap;
}

.elh-brands__list {
	display: grid;
	grid-template-columns: repeat(6, minmax(110px, 1fr));
	gap: 14px;
	align-items: center;
}

.elh-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 72px;
	padding: 8px 10px;
	border: 1px solid #efefef;
	background: #fff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.elh-brand:hover {
	border-color: #d9d9d9;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.elh-brand img {
	max-width: 100%;
	max-height: 48px;
	width: auto;
	height: auto;
	display: block;
	object-fit: contain;
}

.elh-about {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #ececed;
	padding: 54px 0 46px;
}

.elh-about__inner {
	width: min(1260px, 94vw);
	margin: 0 auto;
}

.elh-about__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 56px;
	align-items: start;
}

.elh-about h2 {
	margin: 0 0 20px;
	font-size: clamp(29px, 2.61vw, 49px);
	line-height: 1.1;
	font-weight: 700;
	letter-spacing: -0.01em;
}

.elh-about__left p,
.elh-about__right li,
.elh-about__strong {
	font-size: clamp(14px, 1.08vw, 27px);
	line-height: 1.5;
	color: #3f4b5b;
}

.elh-about__left p {
	margin: 0 0 24px;
	max-width: 94%;
	font-weight: 400;
}

.elh-about__left img {
	max-width: 72%;
	height: auto;
	display: block;
}

.elh-about__right ul {
	margin: 0 0 32px 28px;
	padding: 0;
}

.elh-about__right li {
	margin: 0 0 6px;
	font-weight: 400;
}

.elh-about__strong {
	margin: 0;
	font-weight: 700;
	max-width: 96%;
}

.elh-about__cta {
	margin: 36px 0 0;
	text-align: center;
}

.elh-services {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #f0f0f0;
	padding: 28px 0 54px;
}

.elh-services__inner {
	width: min(1260px, 94vw);
	margin: 0 auto;
}

.elh-services h2 {
	margin: 0 0 22px;
	text-align: center;
	font-size: clamp(38px, 2.7vw, 52px);
	font-weight: 700;
	letter-spacing: -0.01em;
}

.elh-services__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.elh-service-card {
	position: relative;
	display: block;
	overflow: hidden;
	text-decoration: none;
	background: #dcdcdc;
	min-height: 720px;
}

.elh-service-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.elh-service-card span {
	position: absolute;
	left: 0;
	right: 0;
	top: 43%;
	transform: translateY(-50%);
	background: rgba(20, 20, 20, 0.45);
	color: #fff;
	text-align: center;
	font-size: clamp(20px, 1.71vw, 32px);
	font-weight: 500;
	line-height: 1.15;
	padding: 24px 10px;
}

.elh-b2b {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #ebebec;
	background-image: linear-gradient(160deg, rgba(0, 0, 0, 0) 0%, rgba(130, 130, 130, 0.14) 100%);
	padding: 24px 0 0;
}

.elh-b2b__inner {
	width: min(1260px, 94vw);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(360px, 1.1fr) minmax(0, 1fr);
	gap: 24px;
	align-items: stretch;
}

.elh-b2b__left {
	padding: 20px 8px 34px;
}

.elh-b2b__logo {
	max-width: 360px;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
}

.elh-b2b__left p {
	margin: 0;
	font-size: clamp(18px, 1.4vw, 31px);
	line-height: 1.45;
}

.elh-b2b__btn {
	display: inline-block;
	margin-top: 46px;
	padding: 12px 28px;
	border: 4px solid #0c2036;
	border-radius: 8px;
	color: #15365b;
	text-decoration: none;
	font-size: clamp(18px, 1.31vw, 27px);
	font-weight: 700;
	background: #f7f7f7;
}

.elh-b2b__right {
	display: grid;
	grid-template-columns: 1fr 0.9fr;
	gap: 24px;
	align-items: stretch;
}

.elh-b2b__col {
	display: grid;
	gap: 24px;
}

.elh-b2b__col--left {
	grid-template-rows: 1fr 0.55fr;
}

.elh-b2b__col--right {
	grid-template-rows: 1fr;
}

.elh-b2b__right img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.elh-counters {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	background: #e22124;
	padding: 34px 0;
}

.elh-counters__inner {
	width: min(1260px, 94vw);
	margin: 0 auto;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 22px;
}

.elh-counter {
	text-align: center;
	color: #fff;
}

.elh-counter__num {
	font-size: clamp(34px, 2.88vw, 59px);
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 8px;
}

.elh-counter__num span {
	font-size: 0.6em;
	font-weight: 500;
	margin-left: 3px;
}

.elh-counter__label {
	font-size: clamp(16px, 1.22vw, 27px);
	line-height: 1.3;
}

.elh-two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.elh-two-col h2 {
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.1;
	margin: 0 0 16px;
}

.elh-two-col ul {
	margin: 0 0 20px 22px;
	padding: 0;
}

.elh-two-col img,
.elh-gallery img,
.elh-timeline__image img,
.elh-b2b img {
	width: 100%;
	height: auto;
	display: block;
}

.elh-cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-top: 24px;
}

.elh-card {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 24px;
}

.elh-card h3 {
	margin-top: 0;
}

.elh-b2b {
	display: grid;
	grid-template-columns: minmax(220px, 340px) 1fr;
	gap: 32px;
	align-items: center;
}

.elh-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	text-align: center;
}

.elh-stats strong {
	display: block;
	font-size: clamp(34px, 4vw, 56px);
	line-height: 1;
	margin-bottom: 8px;
}

.elh-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin: 24px 0;
}

.elh-btn {
	display: inline-block;
	background: #e22124;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	padding: 12px 22px;
	border-radius: 2px;
}

.elh-timeline {
	display: grid;
	gap: 28px;
}

.elh-timeline__item {
	display: grid;
	grid-template-columns: 120px 1fr minmax(280px, 420px);
	gap: 20px;
	align-items: center;
	border-top: 1px solid #ececec;
	padding-top: 20px;
}

.elh-timeline__year {
	font-size: 36px;
	font-weight: 700;
	color: #e22124;
}

.elh-timeline__content h2 {
	margin: 0 0 8px;
}

@media (max-width: 1024px) {
	.elh-two-col,
	.elh-cards,
	.elh-b2b,
	.elh-gallery,
	.elh-stats,
	.elh-timeline__item {
		grid-template-columns: 1fr;
	}

	.elh-hero {
		min-height: 60vh;
		padding: 16px 18px;
	}

	.elh-hero__inner {
		min-height: auto;
		display: grid;
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.elh-hero__center,
	.elh-hero__widget {
		position: static;
		transform: none;
		width: 100%;
	}

	.elh-hero__center {
		order: 1;
	}

	.elh-hero__widget--tl,
	.elh-hero__widget--tr,
	.elh-hero__widget--bl,
	.elh-hero__widget--br {
		text-align: center;
	}

	.elh-hero__widget h3 {
		font-size: clamp(16px, 4.9vw, 23px);
	}

	.elh-hero__widget p {
		font-size: clamp(14px, 4.3vw, 20px);
		margin-bottom: 6px;
	}

	.elh-hero__widget img {
		max-height: 170px;
		margin: 0 auto;
	}

	.elh-hero__widget--tl {
		order: 2;
	}

	.elh-hero__widget--tr {
		order: 3;
	}

	.elh-hero__widget--bl {
		order: 4;
	}

	.elh-hero__widget--br {
		order: 5;
	}

	.elh-section {
		padding: 48px 0;
	}

	.elh-brands {
		padding: 16px 0;
	}

	.elh-brands__inner {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.elh-brands h2 {
		font-size: clamp(18px, 5.4vw, 25px);
	}

	.elh-brands__list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 8px;
	}

	.elh-brand {
		height: 58px;
		padding: 6px;
	}

	.elh-brand img {
		max-height: 36px;
	}

	.elh-about {
		padding: 42px 0;
	}

	.elh-about__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.elh-about h2 {
		font-size: clamp(27px, 7.4vw, 41px);
	}

	.elh-about__left p,
	.elh-about__right li,
	.elh-about__strong {
		font-size: clamp(14px, 4vw, 20px);
	}

	.elh-about__left img {
		max-width: 86%;
	}

	.elh-services {
		padding: 30px 0 36px;
	}

	.elh-services h2 {
		font-size: clamp(27px, 7.2vw, 40px);
	}

	.elh-services__grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.elh-service-card {
		min-height: 440px;
	}

	.elh-service-card span {
		padding: 18px 8px;
		font-size: clamp(16px, 5.2vw, 25px);
	}

	.elh-b2b {
		padding: 24px 0;
	}

	.elh-b2b__inner {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.elh-b2b__left {
		padding: 8px 0 16px;
	}

	.elh-b2b__logo {
		max-width: 260px;
	}

	.elh-b2b__left p {
		font-size: clamp(14px, 4.05vw, 20px);
	}

	.elh-b2b__btn {
		margin-top: 18px;
		font-size: clamp(15px, 3.9vw, 20px);
		padding: 10px 18px;
		border-width: 2px;
	}

	.elh-b2b__right {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.elh-b2b__col {
		grid-template-rows: 1fr;
		gap: 12px;
	}

	.elh-b2b__right img {
		max-height: 360px;
	}

	.elh-counters {
		padding: 24px 0;
	}

	.elh-counters__inner {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.elh-counter__num {
		font-size: clamp(25px, 8.1vw, 40px);
	}

	.elh-counter__label {
		font-size: clamp(14px, 4.5vw, 19px);
	}
}
