.ech-models-page,
.ech-model-single {
	background: #f4f7f4;
	padding: 82px 0 120px;
}

.ech-models-page .section_wrapper,
.ech-model-single .section_wrapper {
	max-width: 1180px;
	padding-left: 24px;
	padding-right: 24px;
}

.ech-models-kicker {
	color: #527565;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .12em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.ech-models-page h1,
.ech-model-single h1 {
	color: #17211b;
	font-size: clamp(38px, 4.5vw, 62px);
	letter-spacing: 0;
	line-height: 1.04;
	margin: 0;
	max-width: 720px;
}

.ech-models-heading {
	align-items: end;
	display: flex;
	gap: 70px;
	justify-content: space-between;
	margin-bottom: 52px;
}

.ech-models-intro {
	color: #617067;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 4px;
	max-width: 350px;
}

.ech-model-grid,
.ech-model-product-grid {
	display: grid;
	gap: 26px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ech-model-card,
.ech-model-product {
	background: #fff;
	border: 1px solid #dce4de;
	border-radius: 16px;
	box-shadow: 0 14px 34px rgba(27, 45, 36, .06);
	min-width: 0;
	overflow: hidden;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.ech-model-card:hover,
.ech-model-product:hover {
	border-color: #b8c9bd;
	box-shadow: 0 18px 40px rgba(27, 45, 36, .1);
	transform: translateY(-4px);
}

.ech-model-card__image,
.ech-model-product__image {
	background: #e6ece8;
	display: block;
	overflow: hidden;
}

.ech-model-card__image {
	aspect-ratio: 4 / 3;
}

.ech-model-card__image img,
.ech-model-product__image img {
	height: 100%;
	object-fit: cover;
	transition: transform 220ms ease;
	width: 100%;
}

.ech-model-card:hover img,
.ech-model-product:hover img {
	transform: scale(1.03);
}

.ech-model-card__image span,
.ech-model-product__placeholder {
	align-items: center;
	color: #527565;
	display: flex;
	height: 100%;
	justify-content: center;
}

.ech-model-card__body,
.ech-model-product__body {
	padding: 25px 26px 28px;
}

.ech-model-card h2,
.ech-model-product h3 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0 0 14px;
}

.ech-model-card h2 a,
.ech-model-product h3 a {
	color: #17211b;
}

.ech-model-card p {
	color: #68766e;
	line-height: 1.55;
	margin: 0 0 24px;
	min-height: 50px;
}

.ech-model-card__link,
.ech-model-product__link {
	color: #31523d;
	font-size: 13px;
	font-weight: 700;
}

.ech-model-hero {
	align-items: center;
	display: grid;
	gap: clamp(40px, 7vw, 96px);
	grid-template-columns: 1fr 1fr;
	margin-bottom: 112px;
}

.ech-model-hero__copy {
	max-width: 510px;
}

.ech-model-hero__image img {
	max-height: 600px;
	object-fit: cover;
	width: 100%;
}

.ech-model-description {
	color: #536159;
	font-size: 17px;
	line-height: 1.7;
	margin-top: 28px;
}

.ech-model-products h2 {
	color: #17211b;
	font-size: 34px;
	line-height: 1.1;
	margin: 0 0 32px;
}

.ech-model-product-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ech-model-product__image {
	aspect-ratio: 1 / 1;
}

.ech-model-product__price {
	color: #31523d;
	font-weight: 700;
	margin-bottom: 18px;
}

.ech-model-empty {
	background: #e8efe9;
	border-left: 3px solid #527565;
	color: #68766e;
	grid-column: 1 / -1;
	margin: 0;
	padding: 22px 24px;
}

@media (max-width: 767px) {
	.ech-models-page,
	.ech-model-single {
		padding: 54px 0 78px;
	}

	.ech-models-page .section_wrapper,
	.ech-model-single .section_wrapper {
		padding-left: 18px;
		padding-right: 18px;
	}

	.ech-models-heading {
		align-items: start;
		display: block;
		margin-bottom: 38px;
	}

	.ech-models-page h1,
	.ech-model-single h1 {
		font-size: 42px;
	}

	.ech-models-intro {
		margin-top: 22px;
		max-width: 100%;
	}

	.ech-model-grid,
	.ech-model-product-grid,
	.ech-model-hero {
		grid-template-columns: 1fr;
	}

	.ech-model-hero {
		gap: 35px;
		margin-bottom: 72px;
	}

	.ech-model-hero__image {
		order: -1;
	}

	.ech-model-hero__image img {
		max-height: 390px;
	}

	.ech-model-description {
		font-size: 16px;
		margin-top: 22px;
	}

	.ech-model-card__body,
	.ech-model-product__body {
		padding: 22px 21px 24px;
	}
}