body.home {
	background: #ffffff;
}

body.home .slider-header-layout2,
body.home .page_fullwidth_wrap.layer_wrapper.fullwide {
	display: none !important;
}

body.home .header_wrap {
	position: sticky;
	top: 0;
	z-index: 9999;
	min-height: 82px;
	background: rgba(255, 255, 255, 0.94);
	border-bottom: 1px solid rgba(28, 39, 35, 0.08);
	box-shadow: 0 8px 18px rgba(24, 36, 30, 0.08);
}

body.home .header.type2 {
	float: none !important;
	width: 100%;
	background: transparent !important;
}

body.home .header.type2 .center {
	width: min(1180px, calc(100% - 40px)) !important;
	margin: 0 auto;
}

body.home .header .head_inner {
	display: flex;
	float: none !important;
	align-items: center;
	justify-content: space-between;
	min-height: 82px;
	gap: 22px;
}

body.home .header .logo {
	display: flex;
	float: none !important;
	align-items: center;
	gap: 12px;
	min-width: 220px;
	padding: 8px 0;
}

body.home .header .logo .logoimga {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}

body.home .header .logo img {
	width: auto !important;
	height: 58px !important;
	max-width: 170px;
	object-fit: contain;
	margin: 0 !important;
}

body.home .header .logo .desc {
	display: inline-block;
	max-width: 150px;
	color: #14201a !important;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.1;
}

body.home .header-content-right {
	display: flex;
	float: none !important;
	align-items: center;
	justify-content: flex-end;
	flex: 1;
	min-width: 0;
}

body.home #topmenu {
	display: flex;
	float: none !important;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	scrollbar-width: none;
}

body.home #topmenu::-webkit-scrollbar {
	display: none;
}

body.home #topmenu ul.menu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 4px;
	width: auto;
	margin: 0;
	padding: 0;
}

body.home #topmenu ul li {
	line-height: 1.2 !important;
}

body.home #topmenu ul li a {
	display: inline-flex;
	align-items: center;
	min-height: 42px;
	padding: 11px 13px !important;
	border-radius: 8px;
	color: #1d2b24 !important;
	font-size: 15px !important;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color .16s ease, color .16s ease;
}

body.home #topmenu ul li a:hover,
body.home #topmenu ul li.current-menu-item > a {
	background: #edf5d7;
	color: #365000 !important;
}

body.home #topmenu ul li.appointment-btn a {
	background: #18352c !important;
	color: #ffffff !important;
	box-shadow: 0 6px 14px rgba(24, 53, 44, 0.16);
}

body.home #topmenu ul li.appointment-btn a:hover {
	background: #9cc026 !important;
	color: #132015 !important;
}

body.home #topmenu ul.sub-menu {
	min-width: 230px;
	padding: 8px;
	border: 0;
	border-radius: 8px;
	background: #ffffff !important;
	box-shadow: 0 12px 28px rgba(28, 39, 35, 0.14);
}

body.home #topmenu ul.sub-menu li a {
	width: 100%;
	justify-content: flex-start;
	min-height: 38px;
}

body.home #simple-menu {
	display: none !important;
}

.pro-home,
.pro-home * {
	box-sizing: border-box;
}

.pro-home {
	--ink: #15231d;
	--muted: #58665f;
	--line: rgba(25, 38, 32, 0.12);
	--green: #9cc026;
	--green-dark: #18352c;
	--copper: #d88b38;
	--soft: #f4f7f0;
	--white: #ffffff;
	clear: both;
	display: block;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	color: var(--ink);
	font-family: Assistant, Arial, sans-serif;
}

.pro-home a {
	color: inherit;
}

.pro-kicker {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 14px;
	color: var(--green);
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pro-kicker::before {
	content: "";
	width: 34px;
	height: 2px;
	background: currentColor;
}

.pro-hero {
	position: relative;
	isolation: isolate;
	display: flex;
	align-items: center;
	min-height: clamp(560px, calc(100svh - 128px), 760px);
	padding: 72px 20px 94px;
	color: #ffffff;
}

.pro-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background:
		linear-gradient(90deg, rgba(9, 18, 15, 0.92) 0%, rgba(14, 27, 22, 0.78) 42%, rgba(10, 18, 16, 0.2) 100%),
		linear-gradient(180deg, rgba(11, 17, 16, 0.12) 0%, rgba(11, 17, 16, 0.72) 100%);
}

.pro-hero__slider,
.pro-hero__slide,
.pro-hero__shade {
	position: absolute;
	inset: 0;
	z-index: -2;
}

.pro-hero__slide {
	background-image: var(--hero-image);
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: opacity .45s ease;
}

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

.pro-hero__shade {
	background: rgba(0, 0, 0, 0.18);
}

.pro-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(330px, .72fr);
	align-items: center;
	gap: 44px;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.pro-hero__copy {
	max-width: 720px;
}

.pro-hero h1 {
	margin: 0;
	color: #ffffff;
	font-family: "Playfair Display", Georgia, serif;
	font-size: 76px;
	font-weight: 900;
	line-height: 0.98;
}

.pro-hero__lead {
	max-width: 650px;
	margin: 24px 0 0;
	color: rgba(255, 255, 255, 0.88);
	font-size: 21px;
	line-height: 1.58;
}

.pro-hero__actions,
.pro-final-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 30px;
}

.pro-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	min-height: 52px;
	padding: 14px 20px;
	border: 1px solid transparent;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.1;
	text-decoration: none !important;
	transition: background-color .16s ease, color .16s ease, border-color .16s ease;
}

.pro-btn i {
	font-size: 17px;
	line-height: 1;
}

.pro-btn:hover,
.pro-btn:focus {
	text-decoration: none !important;
}

.pro-btn--primary {
	background: var(--green);
	color: #122016 !important;
	box-shadow: 0 8px 18px rgba(156, 192, 38, 0.18);
}

.pro-btn--primary:hover,
.pro-btn--primary:focus {
	background: #b7dc37;
	color: #122016 !important;
}

.pro-btn--ghost {
	border-color: rgba(255, 255, 255, 0.42);
	background: rgba(255, 255, 255, 0.1);
	color: #ffffff !important;
}

.pro-btn--ghost:hover,
.pro-btn--ghost:focus {
	border-color: #ffffff;
	background: #ffffff;
	color: #18352c !important;
}

.pro-btn--dark {
	background: #14231d;
	color: #ffffff !important;
}

.pro-btn--dark:hover,
.pro-btn--dark:focus {
	background: #284338;
	color: #ffffff !important;
}

.pro-hero__proof {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	max-width: 660px;
	margin-top: 32px;
}

.pro-hero__proof span {
	min-height: 78px;
	padding: 15px 16px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.35;
}

.pro-hero__proof strong {
	display: block;
	color: #ffffff;
	font-size: 22px;
}

.pro-hero__panel {
	display: grid;
	gap: 12px;
}

.pro-panel-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

.pro-panel-card {
	min-height: 146px;
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
	color: #1b2b24;
	box-shadow: 0 10px 24px rgba(7, 13, 11, 0.14);
}

.pro-panel-card--dark {
	min-height: 132px;
	background: rgba(24, 53, 44, 0.92);
	color: #ffffff;
}

.pro-panel-card p {
	margin: 0 0 8px;
	color: #b7dc37;
	font-weight: 900;
}

.pro-panel-card strong {
	display: block;
	font-size: 20px;
	line-height: 1.24;
}

.pro-panel-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-bottom: 12px;
	border-radius: 8px;
	background: #edf5d7;
	color: #365000;
	font-weight: 900;
}

.pro-panel-card small {
	display: block;
	margin-top: 8px;
	color: #607067;
	font-size: 14px;
	line-height: 1.35;
}

.pro-hero__controls {
	position: absolute;
	left: 50%;
	bottom: 24px;
	display: flex;
	gap: 8px;
	width: min(1180px, calc(100% - 40px));
	transform: translateX(-50%);
}

.pro-hero__controls button {
	flex: 1;
	min-height: 44px;
	padding: 9px 12px;
	border: 1px solid rgba(255, 255, 255, 0.26);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.86);
	font-family: Assistant, Arial, sans-serif;
	font-size: 14px;
	font-weight: 900;
	cursor: pointer;
	transition: background-color .16s ease, color .16s ease;
}

.pro-hero__controls button.is-active,
.pro-hero__controls button:hover {
	background: #ffffff;
	color: #18352c;
}

.pro-section {
	padding: 76px 20px;
}

.pro-section__inner {
	width: min(1180px, 100%);
	margin: 0 auto;
}

.pro-section__heading {
	max-width: 720px;
}

.pro-section h2,
.pro-final-cta h2 {
	margin: 0;
	color: var(--ink);
	font-family: "Playfair Display", Georgia, serif;
	font-size: 46px;
	font-weight: 900;
	line-height: 1.1;
}

.pro-section__topline {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 32px;
}

.pro-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 10px 15px;
	border: 1px solid var(--line);
	border-radius: 8px;
	color: #18352c !important;
	font-weight: 900;
	text-decoration: none !important;
	white-space: nowrap;
}

.pro-link::after {
	content: "\2192";
	margin-left: 8px;
}

.pro-link:hover,
.pro-link:focus {
	border-color: #9cc026;
	background: #edf5d7;
}

.pro-section--intro {
	padding-top: 64px;
	background: #ffffff;
}

.pro-intro {
	display: grid;
	grid-template-columns: minmax(0, .95fr) minmax(0, .9fr);
	gap: 56px;
	align-items: start;
}

.pro-intro__text {
	display: grid;
	gap: 18px;
	padding: 28px;
	border-left: 4px solid var(--green);
	background: #f7faf3;
}

.pro-intro__text p {
	margin: 0;
	color: #3f5048;
	font-size: 18px;
	line-height: 1.72;
}

.pro-section--services {
	background: #f4f7f0;
}

.pro-service-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.pro-service-card {
	position: relative;
	display: flex;
	min-height: 336px;
	overflow: hidden;
	border-radius: 8px;
	background: #18231e;
	box-shadow: 0 10px 24px rgba(26, 40, 33, 0.1);
	color: #ffffff !important;
	text-decoration: none !important;
	transition: box-shadow .16s ease;
}

.pro-service-card:hover,
.pro-service-card:focus {
	box-shadow: 0 14px 30px rgba(26, 40, 33, 0.16);
	color: #ffffff !important;
}

.pro-service-card img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro-service-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(13, 20, 17, 0.04) 0%, rgba(13, 20, 17, 0.48) 42%, rgba(13, 20, 17, 0.94) 100%);
}

.pro-service-card__body {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	padding: 22px;
}

.pro-service-card small {
	align-self: flex-start;
	margin-bottom: 12px;
	padding: 6px 9px;
	border-radius: 6px;
	background: var(--green);
	color: #122016;
	font-size: 12px;
	font-style: normal;
	font-weight: 900;
	text-transform: uppercase;
}

.pro-service-card strong {
	display: block;
	color: #ffffff;
	font-size: 23px;
	line-height: 1.15;
}

.pro-service-card em {
	display: block;
	min-height: 48px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.86);
	font-size: 15px;
	font-style: normal;
	line-height: 1.45;
}

.pro-section--districts {
	background: #ffffff;
}

.pro-districts {
	display: grid;
	grid-template-columns: minmax(0, .62fr) minmax(0, 1.18fr);
	gap: 42px;
	align-items: start;
}

.pro-districts__visual {
	position: relative;
	margin: 28px 0 0;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid rgba(24, 53, 44, 0.12);
	background: #13231d;
	box-shadow: 0 18px 42px rgba(26, 40, 33, 0.14);
	aspect-ratio: 16 / 10;
}

.pro-districts__visual::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, rgba(19, 35, 29, 0.02), rgba(19, 35, 29, 0.28));
	pointer-events: none;
}

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

.pro-districts__content {
	display: grid;
	gap: 16px;
}

.pro-area-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 14px;
}

.pro-area-card {
	position: relative;
	padding: 26px;
	overflow: hidden;
	border: 1px solid rgba(24, 53, 44, 0.1);
	border-radius: 8px;
	background: #ffffff;
	box-shadow: 0 8px 22px rgba(26, 40, 33, 0.08);
}

.pro-area-card::before {
	content: "";
	position: absolute;
	inset: 0 auto 0 0;
	width: 5px;
	background: var(--area-color, var(--green));
}

.pro-area-card--city {
	--area-color: #9cc026;
	background: linear-gradient(135deg, #f8fce8 0%, #ffffff 72%);
}

.pro-area-card--district {
	--area-color: #d88b38;
	background: linear-gradient(135deg, #fff4e8 0%, #ffffff 72%);
}

.pro-area-card--industry {
	--area-color: #27806f;
	background: linear-gradient(135deg, #eaf8f5 0%, #ffffff 72%);
}

.pro-area-card__label {
	display: inline-flex;
	margin: 0 0 14px;
	padding: 6px 9px;
	border-radius: 6px;
	background: var(--area-color, var(--green));
	color: #102019;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
}

.pro-area-card h3 {
	margin: 0 0 10px;
	color: #18352c;
	font-family: Assistant, Arial, sans-serif;
	font-size: 21px;
	font-weight: 900;
	line-height: 1.18;
}

.pro-area-card p {
	margin: 0;
	color: #4c5c55;
	font-size: 16px;
	line-height: 1.62;
}

.pro-chip-list {
	display: grid;
	gap: 16px;
	padding: 22px;
	border-radius: 8px;
	background: #f4f7f0;
}

.pro-chip-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 9px;
}

.pro-chip-group strong {
	flex: 0 0 100%;
	margin-bottom: 2px;
	color: #18352c;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.2;
}

.pro-chip-list a,
.pro-chip-list span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 7px 11px;
	border: 1px solid rgba(24, 53, 44, 0.1);
	border-radius: 8px;
	background: #ffffff;
	color: #263b32;
	font-weight: 800;
	text-decoration: none !important;
	transition: transform .16s ease, box-shadow .16s ease, background-color .16s ease, color .16s ease;
}

.pro-chip-list a:hover,
.pro-chip-list a:focus {
	transform: translateY(-1px);
	box-shadow: 0 8px 18px rgba(26, 40, 33, 0.12);
}

.pro-chip-list .is-city {
	border-color: rgba(156, 192, 38, 0.34);
	background: #edf5d7;
	color: #2f4500;
}

.pro-chip-list .is-district {
	border-color: rgba(216, 139, 56, 0.34);
	background: #fff0de;
	color: #6a3300;
}

.pro-chip-list .is-industry {
	border-color: rgba(39, 128, 111, 0.3);
	background: #e4f4f1;
	color: #0d4d42;
}

.pro-chip-list .is-neighborhood {
	border-color: rgba(24, 53, 44, 0.18);
	background: #ffffff;
	color: #24342d;
}

.pro-region-teaser__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	padding-top: 4px;
}

.pro-section--process {
	background: #13231d;
	color: #ffffff;
}

.pro-section--process .pro-kicker,
.pro-section--process h2 {
	color: #ffffff;
}

.pro-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.pro-process-card {
	min-height: 250px;
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
}

.pro-process-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-bottom: 34px;
	border-radius: 8px;
	background: var(--green);
	color: #122016;
	font-weight: 900;
}

.pro-process-card h3 {
	margin: 0 0 12px;
	color: #ffffff;
	font-family: Assistant, Arial, sans-serif;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.16;
}

.pro-process-card p {
	margin: 0;
	color: rgba(255, 255, 255, 0.74);
	font-size: 16px;
	line-height: 1.58;
}

.pro-final-cta {
	padding: 76px 20px;
	background:
		linear-gradient(90deg, rgba(17, 30, 24, 0.92), rgba(17, 30, 24, 0.76)),
		url("/wp-content/uploads/2021/11/Untitled-3-4.jpg") center / cover;
	color: #ffffff;
}

.pro-final-cta__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 34px;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.pro-final-cta h2 {
	max-width: 760px;
	color: #ffffff;
}

.pro-final-cta p:not(.pro-kicker) {
	max-width: 720px;
	margin: 18px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 18px;
	line-height: 1.65;
}

.pro-final-cta__actions {
	justify-content: flex-end;
	margin-top: 0;
}

body.home #footer {
	background-color: #111b17 !important;
	background-image: none !important;
}

body.home #copyright {
	background: #0c1411 !important;
}

body.home .footer-logo img {
	width: auto;
	max-height: 78px;
	object-fit: contain;
}

@media screen and (max-width: 1120px) {
	body.home .header.type2 .center {
		width: min(1180px, calc(100% - 28px)) !important;
	}

	body.home .header .head_inner {
		display: grid;
		grid-template-columns: 1fr;
		min-height: 0;
		gap: 6px;
		padding: 10px 0 12px;
	}

	body.home .header .logo {
		justify-content: center;
		min-width: 0;
	}

	body.home #topmenu {
		width: 100%;
		justify-content: flex-start;
		overflow-x: auto;
		padding: 6px 0 0;
	}

	body.home #topmenu ul.menu {
		justify-content: flex-start;
		min-width: max-content;
	}

	.pro-hero__inner {
		grid-template-columns: 1fr;
		gap: 26px;
	}

	.pro-hero__panel {
		display: none;
	}

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

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

@media screen and (max-width: 860px) {
	.pro-hero {
		min-height: auto;
		padding: 54px 16px 86px;
	}

	.pro-hero h1 {
		font-size: 54px;
	}

	.pro-hero__lead {
		font-size: 18px;
	}

	.pro-hero__proof,
	.pro-intro,
	.pro-districts,
	.pro-final-cta__inner {
		grid-template-columns: 1fr;
	}

	.pro-section,
	.pro-final-cta {
		padding: 58px 16px;
	}

	.pro-section h2,
	.pro-final-cta h2 {
		font-size: 36px;
	}

	.pro-section__topline {
		display: block;
	}

	.pro-area-grid {
		grid-template-columns: 1fr;
	}

	.pro-link {
		margin-top: 18px;
	}

	.pro-final-cta__actions {
		justify-content: flex-start;
		margin-top: 4px;
	}
}

@media screen and (max-width: 620px) {
	body.home .header .logo img {
		height: 48px !important;
		max-width: 142px;
	}

	body.home .header .logo .desc {
		font-size: 13px;
	}

	body.home #topmenu ul li a {
		min-height: 38px;
		padding: 9px 10px !important;
		font-size: 14px !important;
	}

	body.home #topmenu {
		justify-content: center;
		overflow-x: visible;
	}

	body.home #topmenu ul.menu {
		flex-wrap: wrap;
		justify-content: center;
		min-width: 0;
		gap: 6px;
	}

	body.home #topmenu ul li a {
		min-height: 34px;
		padding: 8px 9px !important;
		font-size: 13px !important;
	}

	.pro-hero {
		padding-top: 44px;
	}

	.pro-hero h1 {
		font-size: 42px;
		line-height: 1.04;
	}

	.pro-hero__actions,
	.pro-final-cta__actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.pro-btn {
		width: 100%;
	}

	.pro-hero__proof span {
		min-height: auto;
	}

	.pro-hero__proof {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 7px;
	}

	.pro-hero__proof span {
		padding: 10px;
		font-size: 12px;
	}

	.pro-hero__proof strong {
		font-size: 16px;
	}

	.pro-hero__controls {
		display: none;
	}

	.pro-section h2,
	.pro-final-cta h2 {
		font-size: 31px;
	}

	.pro-intro__text,
	.pro-area-card,
	.pro-chip-list,
	.pro-process-card {
		padding: 20px;
	}

	.pro-service-grid {
		grid-template-columns: 1fr;
	}

	.pro-service-card {
		min-height: 306px;
	}

	.pro-process-grid {
		grid-template-columns: 1fr;
	}
}
