.site-header,
.header-top {
	position: sticky;
	top: 0;
	z-index: 60;
	background: #fff;
	background-color: #fff;
}
.site-header.is-stuck {
	box-shadow: 0 2px 14px rgba(0, 0, 0, 0.08);
}
.header-top .mx-auto,
.header-logo svg,
.header-phones a,
.header-logo-sub {
	transition: all 0.2s ease;
}
.site-header.is-stuck .mx-auto {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.site-header.is-stuck .header-logo svg {
	width: 2rem;
	height: 2rem;
}
.site-header.is-stuck .header-logo-sub {
	display: none;
}
.site-header.is-stuck .header-phones a {
	font-size: 0.95rem;
	line-height: 1.2;
}

.site-nav.is-open {
	display: block;
}

.nav-open {
	overflow: hidden;
}

input.error_field,
textarea.error_field {
	border-color: #dc2626 !important;
}

.js-form-status {
	display: none;
	margin-top: 12px;
	font-size: 14px;
	line-height: 1.4;
}
.js-form-status.is-ok {
	display: block;
	color: #15803d;
}
.js-form-status.is-err {
	display: block;
	color: #b91c1c;
}

.quote-box {
	width: 100%;
	max-width: 440px;
	margin: 16px;
	padding: 28px 24px 24px;
	background: #fff;
	border-radius: 8px;
	position: relative;
	text-align: left;
}
.quote-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	cursor: pointer;
	font-size: 24px;
	line-height: 1;
	color: #555;
}

.form-ok-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 80;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.45);
}
.form-ok-modal.is-open {
	display: flex;
}
.form-ok-box {
	max-width: 360px;
	margin: 16px;
	padding: 28px 24px;
	background: #fff;
	border-radius: 8px;
	text-align: center;
}

.hp-field {
	position: absolute !important;
	left: -9999px !important;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.page-content {
	color: var(--muted-foreground);
	font-size: 1rem;
	line-height: 1.8;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4 {
	color: var(--foreground);
	font-weight: 800;
	line-height: 1.25;
	margin: 1.6em 0 0.6em;
}
.page-content h1 { font-size: 1.85rem; margin-top: 0; }
.page-content h2 { font-size: 1.45rem; }
.page-content h3 { font-size: 1.2rem; }
.page-content p,
.page-content ul,
.page-content ol,
.page-content table {
	margin: 0 0 1em;
}
.page-content ul {
	list-style: none;
	padding-left: 0;
	margin: 0 0 1.25em;
}
.page-content ul li {
	position: relative;
	padding: 0.5em 0 0.5em 1.75em;
	border-bottom: 1px solid var(--border);
	line-height: 1.65;
}
.page-content ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.page-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.95em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--primary);
}
.page-content ol {
	list-style: none;
	counter-reset: page-list;
	padding-left: 0;
	margin: 0 0 1.25em;
}
.page-content ol li {
	counter-increment: page-list;
	position: relative;
	padding: 0.5em 0 0.5em 2.5em;
	border-bottom: 1px solid var(--border);
	line-height: 1.65;
}
.page-content ol li:last-child {
	border-bottom: none;
}
.page-content ol li::before {
	content: counter(page-list);
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 1.5em;
	height: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.72rem;
	font-weight: 700;
	color: var(--primary-foreground);
	background: var(--primary);
	border-radius: 50%;
}
.page-content a {
	color: var(--primary);
	text-decoration: underline;
}
.page-content img {
	max-width: 100%;
	height: auto;
	margin: 0.5em 0;
}
.page-content table {
	width: 100%;
	border-collapse: collapse;
}
.page-content td,
.page-content th {
	border: 1px solid var(--border);
	padding: 8px 10px;
	vertical-align: top;
}
.page-content .faq-item {
	border-bottom: 1px solid var(--border);
	padding: 18px 0;
}
.page-content .faq-author {
	font-weight: 700;
	color: var(--foreground);
	margin-bottom: 6px;
}
.page-content .faq-q,
.page-content .faq-a {
	margin-top: 8px;
}
.hero-slider {
	position: relative;
	align-self: center;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	min-height: 0;
	background: var(--secondary);
	user-select: none;
}
.hero-slider-viewport {
	height: 100%;
	overflow: hidden;
	cursor: grab;
}
.hero-slider.is-dragging .hero-slider-viewport {
	cursor: grabbing;
}
.hero-slider-track {
	display: flex;
	height: 100%;
	transition: transform 0.45s ease;
	will-change: transform;
}
.hero-slider.is-dragging .hero-slider-track {
	transition: none;
}
.hero-slider-track img {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	min-height: 0;
	object-fit: contain;
	object-position: center;
	background: var(--secondary);
	pointer-events: none;
}
.hero-slider-btn {
	position: absolute;
	top: 50%;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	margin-top: -21px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.88);
	color: #111;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.18);
	cursor: pointer;
}
.hero-slider-btn:hover {
	background: #fff;
}
.hero-slider-prev { left: 14px; }
.hero-slider-next { right: 14px; }
.hero-slider-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 14px;
	z-index: 2;
	display: flex;
	justify-content: center;
	gap: 7px;
}
.hero-slider-dots button {
	width: 8px;
	height: 8px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.55);
	cursor: pointer;
}
.hero-slider-dots button.is-on {
	width: 22px;
	background: #fff;
}

.breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	margin: 0;
	font-size: 0.875rem;
	line-height: 1.4;
	color: var(--muted-foreground);
}
.breadcrumbs a {
	color: var(--primary);
	font-weight: 600;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs-sep {
	color: var(--muted-foreground);
	opacity: 0.55;
}
.breadcrumbs-current {
	color: var(--foreground);
	font-weight: 600;
}

.page-content .faq-lbl {
	display: block;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--primary);
	margin-bottom: 4px;
}

.page-faq .page-content {
	max-width: 52rem;
}
.page-faq .page-content .faq-item,
.page-faq .faq-item {
	background: var(--muted);
	border: 1px solid color-mix(in oklch, var(--foreground) 18%, var(--background));
	border-radius: 10px;
	padding: 0;
	margin: 0 0 0.85rem;
	overflow: hidden;
	font-size: inherit;
}
.page-faq .faq-author {
	font-size: inherit;
	font-weight: 700;
	color: var(--muted-foreground);
	padding: 0.75rem 1rem 0;
	margin: 0;
}
.page-faq .faq-q,
.page-faq .faq-a {
	margin: 0;
	font-size: inherit;
	line-height: inherit;
}
.page-faq .faq-q {
	color: var(--foreground);
	font-weight: 700;
	padding: 0.5rem 1rem 0.75rem;
	background: transparent;
	border-radius: 0;
}
.page-faq .faq-a {
	color: var(--foreground);
	background: #fff;
	padding: 0.75rem 1rem;
	border-top: 1px solid color-mix(in oklch, var(--foreground) 14%, var(--background));
}
.page-faq .faq-lbl {
	display: none;
}

.page-price .page-content {
	max-width: 46rem;
}
.page-price .page-content p {
	color: var(--muted-foreground);
}
.page-price .page-content p:first-child {
	background: var(--muted);
	border: 1px solid color-mix(in oklch, var(--foreground) 18%, var(--background));
	border-left: 4px solid var(--primary);
	border-radius: 10px;
	padding: 1.1rem 1.2rem;
	color: var(--foreground);
	line-height: inherit;
	font-size: inherit;
}
.page-price .page-content h2 {
	margin: 1.6rem 0 0.75rem;
}
.page-price .page-content ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1.25rem;
	border: 1px solid color-mix(in oklch, var(--foreground) 18%, var(--background));
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	font-size: inherit;
}
.page-price .page-content ul li {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	align-items: baseline;
	padding: 0.85rem 1.1rem;
	border-bottom: 1px solid color-mix(in oklch, var(--foreground) 12%, var(--background));
	color: var(--foreground);
	font-size: inherit;
}
.page-price .page-content ul li:nth-child(even) {
	background: var(--muted);
}
.page-price .page-content ul li:last-child {
	border-bottom: none;
}
.page-price .page-content ul li::before {
	display: none;
}
.page-price .page-content ul li strong {
	color: var(--primary);
	font-weight: 800;
	white-space: nowrap;
}

.cta-form-box {
	background: #fff;
	color: var(--foreground);
	border-radius: 10px;
	padding: 1.5rem 1.4rem 1.25rem;
}
.cta-form-box label,
.cta-form-box .text-sm {
	color: var(--foreground);
}
.cta-form-box .text-muted-foreground {
	color: #6b7280;
}
.cta-form-box button[type="submit"] {
	background: var(--foreground);
	color: #fff;
}
.cta-form-box button[type="submit"]:hover {
	background: #222;
}

.page-klients .page-content ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.65rem;
	list-style: none;
	padding: 0 !important;
	margin: 0 0 1.5rem;
	font-size: inherit !important;
	line-height: inherit !important;
}
.page-klients .page-content ul li {
	margin: 0;
	padding: 0.7rem 0.9rem;
	border: 1px solid color-mix(in oklch, var(--foreground) 18%, var(--background));
	border-radius: 8px;
	background: var(--muted);
	color: var(--foreground);
	font-size: inherit;
	font-weight: 600;
}
.page-klients .page-content ul li::before {
	display: none;
}

.page-contacts .contacts-map {
	overflow: hidden;
	border: 1px solid var(--border);
	border-radius: 12px;
	background: var(--secondary);
	margin: 0 0 1.5rem;
}
.page-contacts .contacts-map iframe {
	display: block;
	width: 100%;
	height: 420px;
	border: 0;
}
.page-contacts .page-content p {
	margin: 0 0 0.85rem;
	color: var(--foreground);
}
.page-contacts .page-content p strong {
	display: inline-block;
	min-width: 9.5rem;
	color: var(--primary);
}

.page-articles .ul-article,
.page-articles .page-content ul.ul-article {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
}
.page-articles .ul-article li,
.page-articles .page-content ul.ul-article li {
	margin: 0 0 0.7rem;
	padding: 0;
	border: none;
}
.page-articles .ul-article li::before,
.page-articles .page-content ul.ul-article li::before {
	display: none;
}
.page-articles .ul-article li a {
	display: block;
	position: relative;
	padding: 0.8rem 2.4rem 0.8rem 1rem;
	border: 1px solid color-mix(in oklch, var(--foreground) 18%, var(--background));
	border-left: 4px solid var(--primary);
	border-radius: 8px;
	background: var(--muted);
	color: var(--foreground);
	font-size: inherit;
	font-weight: 700;
	line-height: inherit;
	text-decoration: none;
	transition: background 0.15s, box-shadow 0.15s;
}
.page-articles .ul-article li a:after {
	content: "";
	position: absolute;
	right: 1.1rem;
	top: 50%;
	width: 8px;
	height: 8px;
	margin-top: -5px;
	border-right: 2px solid var(--primary);
	border-top: 2px solid var(--primary);
	transform: rotate(45deg);
}
.page-articles .ul-article li a:hover {
	background: var(--secondary);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
}

.page-foto .page-content table {
	width: 100%;
	border: none;
	margin: 0 0 1.5em;
	border-collapse: separate;
	border-spacing: 10px;
}
.page-foto .page-content table td {
	padding: 0;
	border: none;
	vertical-align: top;
	text-align: center;
	width: 33.333%;
}
.page-foto .page-content table a {
	display: block;
	overflow: hidden;
	border-radius: 8px;
	border: 1px solid var(--border);
	background: var(--secondary);
	transition: opacity 0.2s, box-shadow 0.2s;
}
.page-foto .page-content table a:hover {
	opacity: 0.92;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.page-foto .page-content table img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 0;
	margin: 0;
}
.service-gallery {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.75rem;
	align-self: start;
	align-content: start;
}
.service-gallery a {
	display: block;
	overflow: hidden;
	background: var(--muted);
}
.service-gallery-main {
	grid-column: 1 / -1;
}
.service-gallery img,
.service-gallery .highslide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
	transition: transform 0.35s ease;
}
.service-gallery-main img {
	aspect-ratio: 4 / 3;
}
.service-gallery-item img {
	aspect-ratio: 1;
}
.service-gallery a:hover img {
	transform: scale(1.03);
}

.page-service .service-article {
	color: #2c2c2c;
	font-size: 1rem;
	line-height: 1.75;
	max-width: none;
}
.page-service .service-article-split {
	max-width: 40rem;
}
.page-service .service-article > p:first-of-type {
	padding: 0.2rem 0 0.2rem 1rem;
	border-left: 3px solid var(--primary);
	color: #1f1f1f;
}
.page-service .service-article h2 {
	margin: 1.65em 0 0.55em;
	padding: 0 0 0 0.9rem;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	border-left: 3px solid var(--primary);
}
.page-service .service-article h2:first-child,
.page-service .service-article h3:first-child {
	margin-top: 0;
}
.page-service .service-article h3 {
	margin: 1.35em 0 0.45em;
	font-size: 1rem;
	font-weight: 800;
	color: var(--foreground);
}
.page-service .service-article p {
	margin: 0 0 0.95em;
}
.page-service .service-article ul,
.page-service .service-article ol {
	margin: 0.25em 0 1.15em;
	background: var(--secondary);
	border: 1px solid var(--border);
}
.page-service .service-article ul li,
.page-service .service-article ol li {
	padding: 0.65em 1em 0.65em 2.4em;
	border-bottom-color: var(--border);
}
.page-service .service-article ul li:last-child,
.page-service .service-article ol li:last-child {
	padding-bottom: 0.65em;
}
.page-service .service-note {
	margin: 1.25em 0;
	padding: 0.95em 1.1em 0.95em 1.15em;
	background: #eef5e6;
	border-left: 3px solid var(--primary);
	color: #1f1f1f;
	font-weight: 600;
}
.page-service .service-note p {
	margin: 0;
}

@media (max-width: 639px) {
	.site-nav:not(.is-open) {
		display: none;
	}
	.page-foto .page-content table,
	.page-foto .page-content table tbody,
	.page-foto .page-content table tr {
		display: block;
		width: 100%;
	}
	.page-foto .page-content table td {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.page-foto .page-content table img {
		aspect-ratio: 4 / 3;
	}
	.page-klients .page-content ul {
		grid-template-columns: 1fr;
	}
	.page-price .page-content ul li {
		flex-direction: column;
		gap: 0.35rem;
	}
	.page-contacts .contacts-map iframe {
		height: 280px;
	}
	.page-contacts .page-content p strong {
		display: block;
		min-width: 0;
		margin-bottom: 0.15rem;
	}
}

.page-inner .page-inner-body {
	padding-top: 3rem;
}
@media (min-width: 1024px) {
	.page-inner .page-inner-body {
		padding-top: 4rem;
	}
}

.site-lightbox {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 90;
	align-items: center;
	justify-content: center;
	background: rgba(10, 12, 10, 0.88);
	padding: 48px 64px;
}
.site-lightbox.is-open {
	display: flex;
}
.site-lightbox-img {
	max-width: min(1100px, 100%);
	max-height: calc(100vh - 96px);
	object-fit: contain;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35);
}
.site-lightbox-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 48px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}
.site-lightbox-prev { left: 16px; }
.site-lightbox-next { right: 16px; }
.site-lightbox-close {
	position: absolute;
	top: 16px;
	right: 16px;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 32px;
	cursor: pointer;
}
.site-lightbox-count {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.8);
	font-size: 13px;
}
.page-foto .page-content a,
.service-gallery a {
	cursor: zoom-in;
}
@media (max-width: 639px) {
	.site-lightbox {
		padding: 56px 12px 48px;
	}
	.site-lightbox-prev { left: 6px; }
	.site-lightbox-next { right: 6px; }
}

.lead-form {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.15rem;
}
@media (min-width: 768px) {
	.lead-form {
		grid-template-columns: 1fr 1fr;
	}
	.lead-form .space-y-2:nth-child(5),
	.lead-form .hp-field,
	.lead-form button,
	.lead-form > p,
	.lead-form .js-form-status {
		grid-column: 1 / -1;
	}
}
.home-service-link {
	display: grid;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	transition: color 0.15s ease, background-color 0.15s ease;
}
.home-service-link h3 {
	margin: 0;
}
.home-service-link:hover,
.home-service-link:focus-visible {
	color: var(--primary);
	background: color-mix(in oklch, var(--accent) 45%, transparent);
	outline: none;
}

.lead-form select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 36px;
}
