.st-hero .ld-hero__shade {
	background: linear-gradient(90deg, rgba(28, 24, 20, 0.82) 0%, rgba(28, 24, 20, 0.5) 58%, rgba(28, 24, 20, 0.18) 100%);
}

.st-kicker {
	display: inline-block;
	margin: 0 0 12px;
	padding-bottom: 6px;
	font-size: 14px;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #d8d8d8;
	border-bottom: 2px solid #828282;
}

.st-lead {
	font-size: 18px;
	line-height: 1.6;
	color: #444;
	margin: -8px 0 28px;
	max-width: 820px;
}

.st-services {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.st-services--3 {
	grid-template-columns: 1fr 1fr 1fr;
}

.st-services--4 {
	grid-template-columns: repeat(4, 1fr);
}

.st-services--4 .st-card--photo img {
	height: 150px;
}

.st-services--4 .st-card h3 {
	font-size: 18px;
}

.hm-head {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 8px;
}

.hm-head .st-lead {
	margin-bottom: 0;
}

.hm-stat {
	flex: 0 0 auto;
	background: #1f3b1c;
	color: #fff;
	border-radius: 18px;
	padding: 16px 22px;
	text-align: center;
	min-width: 140px;
}

.hm-stat strong {
	display: block;
	font-size: 28px;
	line-height: 1.1;
}

.hm-stat span {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	opacity: 0.85;
}

.hm-more {
	margin-top: 18px;
}

@media (max-width: 1100px) {
	.st-services--4 {
		grid-template-columns: 1fr 1fr;
	}
}

.st-card {
	background: #f8f9fa;
	border-radius: 20px;
	padding: 28px 26px 24px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.st-card__num {
	display: inline-block;
	color: #828282;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
}

.st-card h3 {
	margin: 0 0 12px;
	font-size: 22px;
	line-height: 1.3;
	color: #1f3b1c;
}

.st-card p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.st-card p:last-child {
	margin-bottom: 0;
}

.st-uses {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
}

.st-use {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 16px;
	padding: 18px 16px;
	min-height: 96px;
	transition: border-color 0.2s, transform 0.2s;
}

.st-use:hover {
	border-color: #828282;
	transform: translateY(-3px);
}

a.st-use {
	text-decoration: none;
	color: inherit;
	display: block;
}

.st-use span {
	display: block;
	color: #828282;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 8px;
}

.st-use strong {
	font-size: 16px;
	color: #1f3b1c;
	font-weight: 600;
}

.st-use p {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.45;
	color: #555;
	font-weight: 400;
}

.st-card--wide {
	grid-column: 1 / -1;
}

.wd-hero .ld-hero__shade {
	background: linear-gradient(90deg, rgba(8, 32, 10, 0.82) 0%, rgba(8, 32, 10, 0.48) 58%, rgba(8, 32, 10, 0.18) 100%);
}

.wd-page .st-kicker {
	color: #9adf9a;
	border-bottom-color: #006600;
}

.wd-page .st-card__num,
.wd-page .st-use span {
	color: #006600;
}

.fi-hero .ld-hero__shade {
	background: linear-gradient(90deg, rgba(42, 18, 6, 0.84) 0%, rgba(42, 18, 6, 0.5) 58%, rgba(42, 18, 6, 0.2) 100%);
}

.fi-page .st-kicker {
	color: #F28A1B;
	border-bottom-color: #F28A1B;
}

.fi-page .st-card__num,
.fi-page .st-use span {
	color: #F28A1B;
}

.wa-hero .ld-hero__shade {
	background: linear-gradient(90deg, rgba(6, 28, 42, 0.84) 0%, rgba(6, 28, 42, 0.5) 58%, rgba(6, 28, 42, 0.18) 100%);
}

.wa-page .st-kicker {
	color: #5ec8f0;
	border-bottom-color: #0CA2DA;
}

.wa-page .st-card__num,
.wa-page .st-use span {
	color: #0CA2DA;
}

.svc-page .st-kicker {
	color: #9adf9a;
	border-bottom-color: #026702;
}

.st-note a {
	color: #026702;
	font-weight: 600;
	text-decoration: none;
}

.st-note a:hover {
	text-decoration: underline;
}

.st-style__grid {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 22px;
}

.st-quote,
.st-note {
	border-radius: 20px;
	padding: 28px;
}

.st-quote {
	background: #2c2a27;
	color: #f4f1ea;
}

.st-quote p {
	margin: 0 0 14px;
	font-size: 17px;
	line-height: 1.65;
}

.st-quote p:last-child {
	margin-bottom: 0;
}

.st-note {
	background: #f8f9fa;
	border: 1px solid #e4e4e4;
}

.st-note h3 {
	margin: 0 0 12px;
	font-size: 24px;
	color: #1f3b1c;
}

.st-note p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.6;
	color: #333;
}

.st-page .ld-accordion {
	margin-bottom: 12px;
}

.st-page .ld-accordion__body p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.65;
}

.st-side {
	background: #f8f9fa;
	border-radius: 20px;
	padding: 28px 24px;
	text-align: center;
}

.st-side img {
	width: 180px;
	height: auto;
	margin: 0 auto 16px;
	display: block;
}

.st-side p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	margin: 0 0 20px;
}

.st-team {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}

.st-person {
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 20px;
	padding: 24px 16px;
	text-align: center;
}

.st-person__ava {
	width: 72px;
	height: 72px;
	border-radius: 50%;
	margin: 0 auto 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #828282;
	color: #fff;
	font-weight: 700;
	font-size: 22px;
}

.st-person h3 {
	margin: 0 0 10px;
	font-size: 18px;
	color: #1f3b1c;
}

.st-person a {
	color: #026702;
	text-decoration: none;
	font-weight: 600;
}

.st-person a:hover {
	text-decoration: underline;
}

.st-contacts {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin: 8px 0 18px;
}

.st-contacts a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	font-size: 16px;
}

.st-contacts a:hover {
	border-bottom-color: #fff;
}

a.st-card--link {
	text-decoration: none;
	color: inherit;
	display: flex;
	flex-direction: column;
	transition: transform 0.2s, box-shadow 0.2s;
}

a.st-card--link:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.st-card__more {
	display: inline-block;
	margin-top: 14px;
	color: #026702;
	font-weight: 600;
	font-size: 15px;
}

.svc-page .st-kicker a {
	color: inherit;
	text-decoration: none;
}

.svc-page .st-kicker a:hover {
	text-decoration: underline;
}

.st-card--photo {
	padding: 0;
	overflow: hidden;
}

.st-card--photo img {
	width: 100%;
	height: 210px;
	object-fit: cover;
	display: block;
}

.st-card--photo .st-card__inner {
	padding: 22px 24px 24px;
}

.st-shots {
	display: grid;
	grid-template-columns: 1.2fr 0.8fr;
	gap: 18px;
}

.st-shot {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	min-height: 280px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.st-shot img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.st-shot__cap {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 48px 22px 20px;
	color: #fff;
	background: linear-gradient(180deg, transparent, rgba(8, 24, 16, 0.78));
}

.st-shot__cap strong {
	display: block;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 4px;
}

.st-shot__cap span {
	font-size: 14px;
	opacity: 0.9;
}

.ap-hero .ld-hero__shade {
	background: linear-gradient(90deg, rgba(6, 28, 42, 0.82) 0%, rgba(6, 28, 42, 0.48) 58%, rgba(8, 32, 10, 0.18) 100%);
}

.ap-page .st-kicker {
	color: #7fd4f2;
	border-bottom-color: #0CA2DA;
}

.pr-hero.ld-hero {
	min-height: 0;
}

.pr-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.pr-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-areas:
		"name price"
		"note price";
	align-items: center;
	column-gap: 16px;
	row-gap: 4px;
	padding: 18px 20px;
	background: #f8f9fa;
	border-radius: 18px;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	transition: transform 0.2s, box-shadow 0.2s;
	min-height: 76px;
	box-sizing: border-box;
}

a.pr-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.pr-item--static {
	opacity: 0.95;
}

.pr-item__name {
	grid-area: name;
	font-size: 17px;
	font-weight: 600;
	color: #1f3b1c;
	line-height: 1.3;
}

.pr-item__note {
	grid-area: note;
	font-size: 13px;
	line-height: 1.4;
	color: #666;
}

.pr-item__sum {
	grid-area: price;
	font-size: 18px;
	font-weight: 700;
	color: #026702;
	white-space: nowrap;
	letter-spacing: 0.01em;
}

.pr-download {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 22px 24px;
	background: #2c2a27;
	color: #f4f1ea;
	border-radius: 20px;
	text-decoration: none;
	box-sizing: border-box;
}

.pr-download:hover {
	color: #fff;
}

.pr-download__badge {
	flex: 0 0 auto;
	width: 52px;
	height: 52px;
	border-radius: 14px;
	background: #c0392b;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 0.04em;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pr-download__text {
	flex: 1 1 auto;
	min-width: 0;
}

.pr-download__text strong {
	display: block;
	font-size: 18px;
	margin-bottom: 4px;
}

.pr-download__text span {
	display: block;
	font-size: 14px;
	opacity: 0.8;
}

.pr-download__go {
	flex: 0 0 auto;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 100px;
	padding: 10px 18px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
}

.ct-hero.ld-hero {
	background: linear-gradient(90deg, #1f3b1c 0%, #026702 72%, #3d7a22 100%);
}

.ct-hero .ld-hero__inner {
	max-width: 760px;
}

.ct-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	gap: 18px;
	align-items: stretch;
}

.ct-facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.ct-fact {
	background: #f8f9fa;
	border-radius: 18px;
	padding: 18px 18px 16px;
	text-decoration: none;
	color: inherit;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
	display: block;
	box-sizing: border-box;
	min-height: 108px;
	transition: transform 0.2s, box-shadow 0.2s;
}

a.ct-fact:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.ct-fact strong {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #026702;
}

.ct-fact span {
	display: block;
	font-size: 16px;
	line-height: 1.45;
	color: #333;
	word-break: break-word;
}
.ct-fact--phones span {
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.ct-fact--phones a {
	color: inherit;
	text-decoration: none;
}
.ct-fact--phones a:hover {
	color: #026702;
}


.ct-map {
	position: relative;
	z-index: 9999;
	border-radius: 20px;
	overflow: hidden;
	isolation: isolate;
	transform: translateZ(0);
	clip-path: inset(0 round 20px);
	-webkit-clip-path: inset(0 round 20px);
	min-height: 420px;
	background: #e8eee6;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.ct-map iframe {
	position: relative;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	min-height: 420px;
	border: 0;
	border-radius: 20px;
}

@media (max-width: 900px) {
	.pr-list {
		grid-template-columns: 1fr;
	}

	.ct-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.st-services,
	.st-services--3,
	.st-uses,
	.st-style__grid,
	.st-team,
	.st-shots {
		grid-template-columns: 1fr;
	}

	.st-uses {
		grid-template-columns: 1fr 1fr;
	}

	.st-card--wide {
		grid-column: auto;
	}

	.pr-hero .ld-hero__inner {
		padding: 24px 16px 28px;
	}

	.hm-head {
		flex-direction: column;
		align-items: flex-start;
	}

	.pr-item {
		padding: 16px;
		min-height: 0;
	}

	.pr-item__name {
		font-size: 16px;
	}

	.pr-item__sum {
		font-size: 16px;
	}

	.pr-download {
		flex-wrap: wrap;
		padding: 18px 16px;
	}

	.pr-download__go {
		width: 100%;
		text-align: center;
		box-sizing: border-box;
	}

	.ct-hero .ld-hero__inner {
		padding: 24px 16px 28px;
	}

	.ct-map,
	.ct-map iframe {
		min-height: 320px;
	}

}

@media (max-width: 480px) {
	.pr-item {
		grid-template-columns: 1fr;
		grid-template-areas:
			"name"
			"note"
			"price";
		row-gap: 6px;
	}

	.pr-item__sum {
		justify-self: start;
	}

	.st-uses,
	.ct-facts,
	.st-services--4 {
		grid-template-columns: 1fr;
	}

}
