html {
	scroll-padding-top: 5.5rem;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	object-fit: contain !important;
  background: #fff !important;
}

header:has(.kts-header) {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1000;
}

body.admin-bar header:has(.kts-header) {
	top: 32px;
}

@media screen and (max-width: 782px) {
	body.admin-bar header:has(.kts-header) {
		top: 46px;
	}

	html {
		scroll-padding-top: 4.75rem;
	}

	html:has(body.admin-bar) {
		scroll-padding-top: 5.85rem;
	}
}

.kts-header {
	position: relative;
	z-index: 1;
	background: var(--wp--preset--color--surface, #fff);
	border-bottom: 1px solid #ededed;
	box-shadow: 0 1px 0 rgba(18, 20, 29, 0.03);
	transition: box-shadow 0.2s ease;
}

.kts-header:hover {
	box-shadow: 0 4px 20px rgba(18, 20, 29, 0.08);
}

.kts-header__inner {
	width: 100%;
	row-gap: 0.75rem;
}

.kts-header-brand {
	min-width: 0;
}

.kts-header-logo {
	flex-shrink: 0;
	line-height: 0;
}

.kts-header-logo .wp-block-site-logo {
	line-height: 0;
}

.kts-header-logo .wp-block-site-logo img {
	display: block;
	border-radius: 0;
	width: 52px;
	height: auto;
	max-height: 52px;
	object-fit: contain;
}

.kts-header-titles .wp-block-site-title a {
	color: var(--wp--preset--color--ink, #12141d);
	text-decoration: none;
}

.kts-header-titles .wp-block-site-title a:hover {
	opacity: 0.85;
}

.kts-header .wp-block-site-tagline,
.kts-header-tagline {
	color: #717171 !important;
	font-weight: 400;
}

.kts-header-nav .wp-block-navigation-item__content {
	color: var(--wp--preset--color--contrast, #171717);
	font-weight: 500;
	font-size: 0.875rem;
}

.kts-header-nav .wp-block-navigation-item__content:hover {
	color: var(--wp--preset--color--brand, #ff5c00);
}

.kts-header-actions-wrap {
	display: flex !important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 0.75rem;
	flex: 1 1 auto;
	min-width: 0;
}

.kts-header-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
}

.kts-header-social__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 9999px;
	text-decoration: none;
	transition: transform 0.15s ease, opacity 0.15s ease, box-shadow 0.15s ease;
	box-shadow: 0 1px 0 rgba(18, 20, 29, 0.06);
}

.kts-header-social__link:hover {
	transform: translateY(-1px);
	opacity: 0.92;
}

.kts-header-social__link svg {
	display: block;
	width: 1.25rem;
	height: 1.25rem;
}

.kts-header-social__link--tg {
	background: #229ed9;
	color: #fff;
}

.kts-header-social__link--viber {
	background: #7360f2;
	color: #fff;
}

.kts-header-actions {
	flex-shrink: 0;
}

.kts-header-actions .wp-block-button__link {
	font-size: 0.875rem;
	font-weight: 600;
	padding: 0.55rem 1.35rem;
}

.kts-header-phone .wp-block-button__link,
.kts-header-phone-dynamic .wp-block-button__link,
.kts-header-phone .kts-header-phone-trigger,
.kts-header-phone-dynamic .kts-header-phone-trigger {
	background: #fff !important;
	color: var(--wp--preset--color--ink, #12141d) !important;
	border: 1px solid #e3e3e3 !important;
	box-shadow: none;
}

.kts-header-phone .wp-block-button__link:hover,
.kts-header-phone-dynamic .wp-block-button__link:hover,
.kts-header-phone .kts-header-phone-trigger:hover,
.kts-header-phone-dynamic .kts-header-phone-trigger:hover {
	border-color: #cfcfcf !important;
	background: #fafafa !important;
}

.kts-header-phone-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.4rem;
	line-height: 1.2;
	min-width: 0;
	text-decoration: none;
}

button.kts-header-phone-trigger {
	appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	width: auto;
	text-align: center;
}

.kts-header-phone__icon {
	display: inline-flex;
	line-height: 0;
	flex-shrink: 0;
}

.kts-header-phone__icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

.kts-header-phone-wrap--single,
.kts-header-phone-wrap--multi {
	flex-shrink: 0;
	align-self: center;
}

.kts-header-phone-wrap--multi {
	position: relative;
}

.kts-header-phone-dropdown {
	margin: 0;
	padding: 0.45rem 0;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 0.75rem;
	box-shadow: 0 12px 40px rgba(18, 20, 29, 0.12);
	z-index: 1100;
	position: absolute;
	left: 0;
	top: calc(100% + 0.35rem);
	min-width: 100%;
	width: max-content;
	max-width: min(18rem, 92vw);
	opacity: 0;
	visibility: hidden;
	transform: translateY(-4px);
	transition:
		opacity 0.18s ease,
		transform 0.18s ease,
		visibility 0.18s;
	pointer-events: none;
}

.kts-header-phone-wrap--multi:hover .kts-header-phone-dropdown,
.kts-header-phone-wrap--multi:focus-within .kts-header-phone-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.kts-header-phone-list {
	list-style: none;
	margin: 0;
	padding: 0 0.35rem;
}

.kts-header-phone-list li {
	margin: 0;
}

.kts-header-phone-list__link {
	display: block;
	padding: 0.45rem 0.65rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--wp--preset--color--ink, #12141d) !important;
	text-decoration: none !important;
	border-radius: 0.45rem;
	white-space: nowrap;
}

.kts-header-phone-list__link:hover,
.kts-header-phone-list__link:focus-visible {
	background: #f3f4f6;
	outline: none;
}

.kts-header-phone-list__text {
	display: block;
	padding: 0.45rem 0.65rem;
	font-size: 0.875rem;
	font-weight: 600;
	color: var(--wp--preset--color--ink, #12141d);
}

.kts-header-sell .wp-block-button__link {
	background-color: var(--wp--preset--color--ink, #12141d) !important;
	color: #fff !important;
	border: none !important;
	box-shadow: 0 2px 10px rgba(18, 20, 29, 0.12);
}

.kts-header-sell .wp-block-button__link:hover {
	filter: brightness(1.08);
}

@media (max-width: 781px) {
	.kts-header.alignfull {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important;
	}

	/* Keep site logo in the corner; title + tagline stay hidden to save width. */
	.kts-header-brand {
		display: flex !important;
		flex: 0 0 auto;
		align-items: center;
		min-width: 0;
	}

	.kts-header-titles {
		display: none !important;
	}

	.kts-header-logo .wp-block-site-logo img {
		width: 44px;
		max-height: 44px;
	}

	.kts-header__inner {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: flex-start;
		gap: 0.35rem !important;
		row-gap: 0 !important;
		column-gap: 0.35rem !important;
		text-align: left;
	}

	.kts-header-actions-wrap {
		display: flex !important;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		width: auto;
		max-width: 100%;
		flex: 1 1 auto;
		min-width: 0;
		order: unset;
		gap: 0.35rem !important;
	}

	.kts-header-social {
		display: flex !important;
		flex: 0 0 auto;
		flex-wrap: nowrap;
		width: auto;
		justify-content: flex-start;
		gap: 0.35rem;
	}

	.kts-header-social__link {
		width: 2.15rem;
		height: 2.15rem;
	}

	.kts-header-social__link svg {
		width: 1.15rem;
		height: 1.30rem;
	}

	.kts-header-phone-wrap--single,
	.kts-header-phone-wrap--multi {
		width: auto;
		max-width: none;
	}

	.kts-header-phone-wrap--multi .kts-header-phone-dropdown {
		left: auto;
		right: 0;
	}

	.kts-header-phone__label {
		position: absolute;
		width: 1px;
		height: 1px;
		padding: 0;
		margin: -1px;
		overflow: hidden;
		clip: rect(0, 0, 0, 0);
		white-space: nowrap;
		border: 0;
	}

	.kts-header-phone .wp-block-button__link,
	.kts-header-phone-dynamic .wp-block-button__link,
	.kts-header-phone .kts-header-phone-trigger,
	.kts-header-phone-dynamic .kts-header-phone-trigger {
		position: relative;
		padding: 0.35rem 0.48rem !important;
		font-size: 0.75rem !important;
		line-height: 1.2 !important;
		min-width: 2.35rem;
		justify-content: center;
		gap: 0;
	}

	.kts-header-actions {
		flex: 1 1 auto;
		min-width: 0;
		display: flex !important;
		justify-content: flex-end;
	}

	.kts-header-actions .wp-block-button__link {
		padding: 0.4rem 0.6rem !important;
		font-size: 0.72rem !important;
		line-height: 1.2 !important;
		white-space: nowrap;
	}

	.kts-header-nav {
		order: 4;
		width: 100%;
		justify-content: center;
	}
}

@media (min-width: 782px) {
	.kts-header-phone__label {
		position: static;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
		overflow: visible;
		clip: auto;
		white-space: normal;
		border: 0;
	}
}

.kts-footer {
	background: #fff !important;
	color: #6b7280;
	border-top: 1px solid #e5e7eb;
}

.kts-footer__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	gap: 1rem 1.5rem;
}

.kts-footer__left {
	flex: 1 1 auto;
	min-width: 0;
}

.kts-footer__copy {
	color: #6b7280 !important;
}

.kts-footer__phones {
	margin: 0 !important;
	font-size: 0.875rem;
	line-height: 1.6;
	color: #6b7280 !important;
}

.kts-footer__phones a {
	font-weight: 600;
	margin-right: 0.75rem;
	white-space: nowrap;
}

.kts-footer a,
.kts-footer .wp-block-navigation-item__content {
	color: #6b7280 !important;
	font-size: 0.875rem;
	font-weight: 500;
}

.kts-footer a:hover,
.kts-footer .wp-block-navigation-item__content:hover {
	color: #0a1128 !important;
}

.kts-contacts.kts-contacts-landing {
	background: #f8f9fb !important;
	color: #fff;
}

.kts-contacts__card {
	padding: clamp(1.75rem, 4vw, 2.75rem) clamp(1.35rem, 4vw, 2.75rem);
	border-radius: clamp(1.75rem, 4vw, 2.5rem);
	background: #050714 !important;
	box-shadow:
		0 24px 48px rgba(5, 7, 20, 0.35),
		0 1px 0 rgba(255, 255, 255, 0.04) inset;
  max-width: max-content;
}

.kts-contacts__eyebrow {
	margin-top: 0 !important;
	text-transform: uppercase;
	color: #f57c00 !important;
}

.kts-contacts__title {
	margin-bottom: clamp(1.25rem, 3vw, 1.75rem) !important;
	color: #fff !important;
	letter-spacing: -0.02em;
}

.kts-contacts__cols {
	align-items: stretch;
	margin-bottom: 0 !important;
}

.kts-contacts__map-col {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.kts-contacts__map-col .wp-block-shortcode {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.kts-contacts__map-col .wp-block-shortcode > .ktehnika-map-embed,
.kts-contacts__map-col .wp-block-shortcode > .ktehnika-map-placeholder {
	flex: 1;
	min-height: 280px;
}

.kts-contacts .ktehnika-contact-lines {
	margin-top: 0 !important;
	line-height: 1.75;
	font-size: 1rem;
	color: rgba(255, 255, 255, 0.88);
}

.kts-contacts .ktehnika-contact-lines > div {
	margin-bottom: 0.75rem;
}

.kts-contacts .ktehnika-contact-lines > div:last-child {
	margin-bottom: 0;
}

.kts-contacts .ktehnika-contact-lines__block--phones {
	margin-bottom: 1rem !important;
}

.kts-contacts .ktehnika-contact-lines__block--messengers {
	margin-bottom: 1rem !important;
}

.kts-contacts .kts-contacts-social {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.65rem;
	margin-top: 0.15rem;
}

.kts-contacts .kts-contacts-social .kts-header-social__link {
	flex-shrink: 0;
}

.kts-contacts .ktehnika-contact-lines__label {
	display: block;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.55) !important;
	margin-bottom: 0.5rem;
}

.kts-contacts .ktehnika-contact-lines__phones {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
}

.kts-contacts .ktehnika-contact-lines__phones li {
	margin: 0;
	padding: 0;
}

.kts-contacts .ktehnika-contact-lines__phone-link {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	max-width: 100%;
	padding: 0.5rem 0.85rem;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.35;
	color: #fff !important;
	text-decoration: none !important;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 0.65rem;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
	transition:
		background 0.15s ease,
		box-shadow 0.15s ease;
}

.kts-contacts .ktehnika-contact-lines__phone-link:hover,
.kts-contacts .ktehnika-contact-lines__phone-link:focus-visible {
	background: rgba(255, 255, 255, 0.14);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.22);
	outline: none;
}

.kts-contacts .ktehnika-contact-lines__phone-text {
	display: inline-flex;
	padding: 0.5rem 0.85rem;
	font-size: 1rem;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.92) !important;
	background: rgba(255, 255, 255, 0.06);
	border-radius: 0.65rem;
}

.kts-contacts .ktehnika-contact-lines a:not(.ktehnika-contact-lines__phone-link) {
	color: #fff !important;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.35);
	text-underline-offset: 0.15em;
}

.kts-contacts .ktehnika-contact-lines a:not(.ktehnika-contact-lines__phone-link):hover {
	text-decoration-color: rgba(255, 255, 255, 0.75);
}

.kts-contacts .ktehnika-contact-lines--empty {
	margin-top: 0 !important;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.55) !important;
}

.kts-contacts .ktehnika-map-embed {
	border-radius: 1.35rem !important;
	overflow: hidden !important;
	min-height: 280px !important;
	background: #12172a;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.kts-contacts .ktehnika-map-embed iframe {
	display: block;
	width: 100% !important;
	min-height: 280px !important;
	height: clamp(280px, 42vw, 380px) !important;
	border: 0 !important;
}

.kts-contacts .ktehnika-map-placeholder {
	position: relative;
	display: flex !important;
	align-items: center;
	justify-content: center;
	min-height: 280px !important;
	border-radius: 1.35rem !important;
	background: #12172a !important;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.kts-contacts .ktehnika-map-placeholder__label {
	font-size: 1rem;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.45);
}

.kts-contacts .ktehnika-map-placeholder__hint {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.kts-hero-visual img {
	width: 100%;
	height: auto;
	display: block;
}

:root {
	--kts-hero-bg: linear-gradient(180deg, #fafbfc 0%, #f0f2f6 52%, #e9ecf2 100%);
	--kts-hero-bg-inset: inset 0 -1px 0 rgba(18, 20, 29, 0.05);
}

.kts-landing-top {
	background: var(--kts-hero-bg);
	box-shadow: var(--kts-hero-bg-inset);
}

.kts-hero {
	background: transparent;
	box-shadow: none;
}

.kts-hero-badge {
	display: inline-block;
	margin: 0;
	padding: 0.45rem 1rem;
	border-radius: 9999px;
	background: var(--wp--preset--color--brand-soft, #ffede3);
	color: #9a3412;
	border: 1px solid rgba(255, 92, 0, 0.2);
	text-transform: uppercase;
	letter-spacing: 0.06em;
}

.kts-hero-title .kts-hero-title__line1 {
	color: var(--wp--preset--color--contrast, #171717);
}

.kts-hero-title .kts-hero-title__line2 {
	color: var(--wp--preset--color--brand, #ff5c00);
	display: inline-block;
	margin-top: 0.15em;
}

.kts-hero-btn-sell .wp-block-button__link {
	background-color: var(--wp--preset--color--brand, #ff5c00) !important;
	color: #fff !important;
	border: none !important;
	padding: 0.85rem 1.75rem;
	font-weight: 600;
	box-shadow: 0 10px 28px rgba(255, 92, 0, 0.35);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.kts-hero-btn-sell .wp-block-button__link:hover {
	transform: translateY(-1px);
	box-shadow: 0 14px 36px rgba(255, 92, 0, 0.42);
}

.kts-hero-btn-rent .wp-block-button__link {
	background: #fff !important;
	color: var(--wp--preset--color--contrast, #171717) !important;
	border: 1px solid var(--wp--preset--color--line, #e5e5e5) !important;
	padding: 0.85rem 1.75rem;
	font-weight: 600;
}

.kts-hero-perks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0.85rem clamp(1.25rem, 3vw, 2.25rem);
	margin-top: clamp(1.35rem, 3vw, 1.85rem);
	padding-top: clamp(1rem, 2.5vw, 1.35rem);
	position: relative;
}

.kts-hero-perks::before {
	content: "";
	position: absolute;
	inset: 0 8% auto 8%;
	height: 85%;
	background: radial-gradient(ellipse 90% 100% at 50% 0%, rgba(255, 130, 60, 0.12) 0%, transparent 62%);
	pointer-events: none;
}

.kts-hero-perk {
	display: flex;
	align-items: center;
	gap: 0.65rem;
	margin: 0 !important;
	color: #333e52;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.4;
	position: relative;
	z-index: 1;
}

.kts-hero-perk::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ff5c00;
	flex-shrink: 0;
}

.kts-hero-perk:nth-child(3) {
	grid-column: 1;
}

@media (max-width: 600px) {
	.kts-hero-perks {
		grid-template-columns: 1fr;
	}

	.kts-hero-perk:nth-child(3) {
		grid-column: auto;
	}
}

.kts-hero-visual-wrap {
	position: relative;
	padding: 1.25rem 0 2.25rem;
}

@media (min-width: 782px) {
	.kts-hero-visual-wrap {
		min-height: 400px;
		padding: 2.5rem 0 1.75rem;
	}
}

.kts-hero-panel {
	background: var(--wp--preset--color--surface, #fff);
	border: 1px solid var(--wp--preset--color--line, #e5e5e5);
	border-radius: 1.35rem;
	padding: clamp(0.65rem, 1.8vw, 1rem);
	box-shadow: 0 4px 28px rgba(18, 20, 29, 0.07);
}

.kts-hero-panel > .wp-block-columns {
	align-items: stretch;
}

.kts-hero-panel > .wp-block-columns > .wp-block-column {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.kts-hero-panel__shot:not(.kts-hero-panel__shot--sm) {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
}

.kts-hero-panel__shot:not(.kts-hero-panel__shot--sm) .kts-hero-visual {
	flex: 1 1 auto;
	display: flex;
	align-items: stretch;
	margin: 0;
	min-height: 0;
	height: 100%;
	max-height: none;
	aspect-ratio: unset;
	overflow: hidden;
	border-radius: 1rem;
}

.kts-hero-panel__shot:not(.kts-hero-panel__shot--sm) .kts-hero-visual img {
	width: 100%;
	height: 100%;
	min-height: 100%;
	object-fit: contain;
	object-position: center;
}

.kts-hero-panel__shot--sm .kts-hero-visual {
	margin: 0.35rem 0 0;
	overflow: visible;
	aspect-ratio: unset;
	max-height: none;
	flex-shrink: 0;
}

.kts-hero-panel__shot--sm .kts-hero-visual img {
	width: 100%;
	height: auto;
	max-height: clamp(7rem, 18vw, 11rem);
	object-fit: contain;
	object-position: center left;
}

.kts-hero-panel__stack {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	min-height: 0;
	width: 100%;
	max-width: none !important;
	box-sizing: border-box;
}

.kts-hero-panel__stack.has-global-padding,
.kts-hero-panel__stack.is-layout-constrained {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.kts-hero-panel__stack > .kts-hero-panel__shot--sm {
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.kts-hero-panel__stack > .kts-hero-panel__shot--sm > p:first-child {
	margin-bottom: 0.35rem !important;
}

.kts-hero-float {
	position: absolute;
	z-index: 2;
	max-width: 11.5rem;
	border-radius: 1rem;
	padding: 0.65rem 0.9rem;
	box-shadow: 0 12px 36px rgba(18, 20, 29, 0.15);
}

.kts-hero-float p {
	margin: 0;
}

.kts-hero-float p + p {
	margin-top: 0.25rem;
}

.kts-hero-float--light {
	left: 0;
	top: 0.35rem;
	background: #fff;
	border: 1px solid rgba(18, 20, 29, 0.06);
}

@media (min-width: 782px) {
	.kts-hero-float--light {
		left: -0.25rem;
		top: 1.65rem;
	}
}

.kts-hero-float--dark {
	right: 0;
	bottom: 0.5rem;
	background: var(--wp--preset--color--ink, #12141d);
	border: 1px solid rgba(255, 255, 255, 0.08);
}

.kts-hero-float--dark > p:first-of-type {
	color: rgba(255, 255, 255, 0.72) !important;
}

.kts-hero-float--dark > p:last-of-type {
	color: #fff !important;
}

@media (max-width: 781px) {
	.kts-hero-visual-wrap {
		margin-top: 1.5rem;
		padding-top: 0;
	}

	.kts-hero-float {
		position: relative;
		left: auto !important;
		right: auto !important;
		top: auto !important;
		bottom: auto !important;
		max-width: none;
		margin-bottom: 0.65rem;
	}

	.kts-hero-float--dark {
		margin-bottom: 1rem;
	}
}

.kts-stats-wrap {
	background: transparent;
}

.kts-stats-strip {
	background-color: #05070a;
	border-radius: 50px;
	box-shadow: 0 16px 48px rgba(5, 7, 10, 0.35);
	padding: clamp(2rem, 5vw, 3rem) clamp(1.75rem, 5vw, 3.25rem) !important;
}

.kts-stats-strip__cols {
	gap: clamp(1.5rem, 4vw, 3rem) !important;
}

.kts-stats-strip__cols .wp-block-column {
	flex-basis: 0 !important;
	flex-grow: 1 !important;
	text-align: left;
}

.kts-stats-strip .wp-block-columns {
	align-items: flex-start;
}

.kts-stats-strip__num {
	margin-top: 0;
	color: #fff !important;
	font-weight: 800;
	font-size: clamp(1.65rem, 3.2vw, 2.2rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
}

.kts-stats-strip__num.has-text-color {
	color: #fff !important;
}

.kts-stats-strip__desc {
	margin: 0.65rem 0 0;
	color: #a0a0a0 !important;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.55;
	max-width: 22rem;
}

.kts-stats-strip__desc.has-text-color {
	color: #a0a0a0 !important;
}

@media (max-width: 781px) {
	.kts-stats-strip {
		border-radius: 28px;
	}

	.kts-stats-strip__cols .wp-block-column {
		text-align: left;
	}
}

.kts-categories-section {
	background: #f4f5f8;
	color: #0a1128;
}

.kts-categories-eyebrow {
	margin-top: 0 !important;
	text-transform: uppercase;
	color: #f57c00 !important;
}

.kts-categories-title {
	color: #0a1128 !important;
	letter-spacing: -0.02em;
}

.kts-categories-intro {
	color: #5a647a !important;
	max-width: 36rem;
}

@media (min-width: 782px) {
	.kts-categories-intro-col {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		text-align: right;
	}

	.kts-categories-intro-col .kts-categories-intro {
		text-align: right;
	}
}

.kts-categories-grid.is-layout-grid {
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: clamp(1.25rem, 3vw, 1.75rem) !important;
	align-items: stretch;
	width: 100%;
}

@media (max-width: 781px) {
	.kts-categories-grid.is-layout-grid {
		grid-template-columns: 1fr !important;
	}
}

.kts-categories-grid:not(.is-layout-grid) {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 1.75rem);
	width: 100%;
	align-items: stretch;
}

@media (max-width: 781px) {
	.kts-categories-grid:not(.is-layout-grid) {
		grid-template-columns: 1fr;
	}
}

.kts-categories-grid .kts-category-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	min-height: 100%;
	height: 100%;
	box-sizing: border-box;
}

.kts-category-card {
	background: #fff;
	border-radius: clamp(1.25rem, 2.5vw, 1.75rem);
	box-shadow: 0 8px 30px rgba(10, 17, 40, 0.06);
	border: 1px solid rgba(10, 17, 40, 0.04);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kts-category-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 40px rgba(10, 17, 40, 0.1);
}

.kts-category-card__icon {
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	min-height: 3rem;
	max-height: 3rem;
	margin: 0 !important;
	padding: 0 !important;
	border-radius: 0.75rem;
	background-color: #fff2e6;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a1128' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='1.5'/%3E%3Cpath d='M2 18h20'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 55%;
}

.kts-category-card__icon.kts-category-card__icon--image {
	display: flex;
	align-items: center;
	justify-content: center;
	background-image: none !important;
	background-color: #fff2e6;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	overflow: hidden;
}

.kts-category-card__icon.kts-category-card__icon--image img.kts-category-card__img {
	display: block;
	width: 55%;
	height: 55%;
	object-fit: contain;
}

.kts-category-card__icon.kts-category-card__icon--refrigerator {
	background-image: var(--kts-cat-refrigerator);
	background-size: 58%;
}

.kts-category-card__icon.kts-category-card__icon--cooker {
	background-image: var(--kts-cat-cooker);
	background-size: 58%;
}

.kts-category-card__icon.kts-category-card__icon--phone {
	background-image: var(--kts-cat-phone);
	background-size: 55%;
}

.kts-category-card__icon.kts-category-card__icon--microwave {
	background-image: var(--kts-cat-microwave);
	background-size: 58%;
}

.kts-category-card__icon.kts-category-card__icon--washer {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230a1128' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='5' y='3' width='14' height='18' rx='2'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Cpath d='M8 5h8'/%3E%3C/svg%3E");
	background-size: 52%;
}

.kts-category-card__title {
	color: #0a1128 !important;
	letter-spacing: -0.015em;
}

.kts-category-card__desc {
	color: #5a647a !important;
	min-height: calc(0.9375rem * 1.55 * 2);
}

.kts-category-card__cta {
	font-size: 0.9375rem;
	font-weight: 600;
	margin-top: auto !important;
	padding-top: 1.35rem;
}

.kts-category-card__cta a {
	color: #f57c00 !important;
	text-decoration: none;
	transition: color 0.15s ease, opacity 0.15s ease;
}

.kts-category-card__cta a:hover {
	color: #e65100 !important;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.kts-section-steps {
	background: var(--wp--preset--color--base, #f6f7f9);
}

.kts-how-works {
	background: #fff !important;
	color: #0a1128;
}

.kts-how-works__header {
	text-align: center;
	max-width: 40rem;
	margin-left: auto;
	margin-right: auto;
}

.kts-how-works__eyebrow {
	margin-top: 0 !important;
	text-transform: uppercase;
	color: #f57c00 !important;
}

.kts-how-works__title {
	color: #0a1128 !important;
	letter-spacing: -0.02em;
}

.kts-how-works__cols {
	align-items: stretch;
}

.kts-how-works__cols .wp-block-column {
	display: flex;
}

.kts-how-works .kts-step-card {
	flex: 1;
	width: 100%;
	text-align: left;
	background: #f8f9fb !important;
	border: none !important;
	box-shadow: none;
	border-radius: 1.25rem !important;
}

.kts-how-works .kts-step-card__num {
	width: 2.5rem;
	height: 2.5rem;
	margin: 0 0 1.1rem !important;
	border-radius: 0.65rem;
	font-size: 1rem !important;
	font-weight: 800 !important;
}

.kts-how-works .kts-step-card__heading {
	color: #0a1128 !important;
}

.kts-how-works .kts-step-card__text {
	color: #5a647a !important;
	margin-bottom: 0 !important;
}

.kts-section-sell {
	background: var(--wp--preset--color--base, #f6f7f9);
}

.kts-section-sell.kts-sell-landing {
	background: #eef1f5 !important;
}

.kts-sell-landing__eyebrow {
	margin-top: 0 !important;
	text-transform: uppercase;
	color: #f57c00 !important;
}

.kts-sell-landing__title {
	color: #0a1128 !important;
	letter-spacing: -0.02em;
}

.kts-sell-landing__intro {
	color: #5a647a !important;
	max-width: 32rem;
}

.kts-sell-landing__cols > .wp-block-column {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-width: 0;
}

.kts-sell-benefits {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	max-width: none;
	align-self: stretch;
}

.kts-sell-benefit {
	display: flex !important;
	flex-direction: row !important;
	align-items: flex-start;
	width: 100%;
	max-width: none;
	box-sizing: border-box;
	align-self: stretch;
	gap: 1rem;
	border: none !important;
	border-radius: 1.625rem !important;
	box-shadow:
		0 4px 22px rgba(18, 20, 29, 0.06),
		0 1px 0 rgba(18, 20, 29, 0.04);
	padding: clamp(1.2rem, 2.8vw, 1.65rem) clamp(1.15rem, 2.8vw, 1.85rem) !important;
}

.kts-sell-benefit.has-surface-background-color {
	background-color: #fff !important;
}

.kts-sell-benefit__icon {
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 14px;
	background: #fff5ed;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.25rem;
	line-height: 1;
	box-shadow: inset 0 0 0 1px rgba(255, 107, 10, 0.06);
}

.kts-sell-benefit__icon::before {
	content: '⚡';
}

.kts-sell-benefit__icon--cash::before {
	content: '💸';
}

.kts-sell-benefit__icon--truck::before {
	content: '🚚';
}

.kts-sell-benefit__icon--shield::before {
	content: '🛡️';
}

.kts-sell-benefit__text {
	flex: 1;
	min-width: 0;
	align-self: flex-start;
	padding-top: 0.1rem;
}

.kts-sell-benefit__text > p:first-of-type {
	color: #0a1128 !important;
	font-weight: 700 !important;
	font-size: 0.9375rem !important;
	line-height: 1.3 !important;
	margin-top: 0 !important;
	margin-bottom: 0.35rem !important;
}

.kts-sell-benefit__text > p.has-muted-color {
	color: #5a647a !important;
	font-size: 0.875rem !important;
	font-weight: 400 !important;
	line-height: 1.55 !important;
	margin-bottom: 0 !important;
}

.kts-section-faq.kts-faq-landing {
	background: #f8f9fb !important;
}

.kts-faq-landing__header {
	max-width: 48rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.kts-faq-landing__eyebrow {
	margin-top: 0 !important;
	text-transform: uppercase;
	color: #f57c00 !important;
}

.kts-faq-landing__title {
	color: #0a1128 !important;
	letter-spacing: -0.02em;
}

.ktehnika-faq-root {
	max-width: var(--wp--style--global--wide-size, 1200px);
	margin-left: auto;
	margin-right: auto;
}

.kts-faq-accordion {
	display: flex;
	flex-direction: column;
	gap: clamp(0.85rem, 2vw, 1.15rem);
}

.kts-faq-item {
	box-sizing: border-box;
	margin: 0;
	border: 1px solid #e8eaef;
	border-radius: 2rem;
	background: #fff;
	box-shadow:
		0 4px 22px rgba(18, 20, 29, 0.06),
		0 1px 0 rgba(18, 20, 29, 0.04);
	overflow: hidden;
}

.kts-faq-item__summary {
	list-style: none;
	cursor: pointer;
	padding: clamp(1.15rem, 2.8vw, 1.65rem) clamp(1.35rem, 3vw, 2.5rem);
	font-size: clamp(0.9375rem, 1.2vw, 1.0625rem);
	font-weight: 500;
	line-height: 1.45;
	color: #0a1128;
	text-align: left;
}

.kts-faq-item__summary::-webkit-details-marker {
	display: none;
}

.kts-faq-item__body {
	padding: 0.15rem clamp(1.35rem, 3vw, 2.5rem) clamp(1.15rem, 2.8vw, 1.65rem);
	font-size: 1rem;
	line-height: 1.65;
	color: #5a647a;
}

.kts-faq-item__summary:focus-visible {
	outline: 2px solid var(--wp--preset--color--accent, #0284c7);
	outline-offset: 2px;
}

.kts-faq-item__body > p {
	margin: 0 0 0.65rem;
}

.kts-faq-item__body > p:last-child {
	margin-bottom: 0;
}

.kts-step-card {
	box-shadow: 0 1px 3px rgba(18, 20, 29, 0.06);
}

.kts-step-card__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 3rem;
	height: 3rem;
	margin: 0 0 1.25rem !important;
	border-radius: 1rem;
	background: var(--wp--preset--color--ink, #12141d);
	color: #fff !important;
	font-size: 1.125rem !important;
	font-weight: 800 !important;
	line-height: 1 !important;
}

.kts-rent-card {
	box-shadow: 0 1px 3px rgba(18, 20, 29, 0.06);
	overflow: hidden;
}

.kts-rent-card .ktehnika-trigger-rent .wp-block-button__link {
	background-color: var(--wp--preset--color--ink, #12141d) !important;
	color: #fff !important;
	border: none !important;
	border-radius: 1rem !important;
	font-weight: 600 !important;
}

.kts-section-sell .wp-block-column .kts-sell-mini + .kts-sell-mini {
	margin-top: var(--wp--preset--spacing--30, 1rem);
}

.kts-sell-mini {
	box-shadow: 0 1px 3px rgba(18, 20, 29, 0.06);
}

.kts-sell-mini p:first-child {
	margin-bottom: 0.35rem !important;
}

.kts-sell-panel {
	box-shadow: 0 1px 3px rgba(18, 20, 29, 0.06);
}


.kts-reviews-landing.has-surface-background-color {
	background-color: #fff !important;
}

.kts-reviews-landing__header {
	max-width: 52rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.kts-reviews-landing__eyebrow {
	margin-top: 0 !important;
	text-transform: uppercase;
	color: #d97706 !important;
}

.kts-reviews-landing__title {
	color: #0a1128 !important;
	letter-spacing: -0.02em;
}

.kts-reviews-landing__cols {
	align-items: stretch;
}

.kts-reviews-cards-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 1.75rem);
	margin-top: clamp(2rem, 4vw, 3rem);
	width: 100%;
	box-sizing: border-box;
}

@media (max-width: 781px) {
	.kts-reviews-cards-grid {
		grid-template-columns: 1fr;
	}
}

.kts-review-card--landing {
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start;
	height: 100%;
	border: none !important;
	border-radius: 1.5rem !important;
	background: #f8f9fa !important;
	box-shadow:
		0 4px 22px rgba(18, 20, 29, 0.06),
		0 1px 0 rgba(18, 20, 29, 0.04) !important;
	padding: clamp(1.5rem, 3vw, 2.125rem) clamp(1.35rem, 2.8vw, 1.85rem) !important;
}

.kts-review-card__stars {
	margin-bottom: 0.35rem !important;
	font-size: 1.125rem !important;
	line-height: 1 !important;
	color: #eab308 !important;
	letter-spacing: 0.12em;
}

.kts-review-card__quote {
	color: #4b5563 !important;
}

.kts-review-card__author {
	color: #0a1128 !important;
}

.kts-popular-rent {
	background: #f4f5f8 !important;
	color: #0a1128;
}

.kts-popular-rent__eyebrow {
	margin-top: 0 !important;
	text-transform: uppercase;
	color: #f57c00 !important;
}

.kts-popular-rent__title {
	color: #0a1128 !important;
	letter-spacing: -0.02em;
}

.kts-popular-rent__intro {
	color: #5a647a !important;
	max-width: 36rem;
}

@media (min-width: 782px) {
	.kts-popular-rent__intro-col {
		display: flex;
		justify-content: flex-end;
		align-items: flex-start;
		text-align: right;
	}

	.kts-popular-rent__intro-col .kts-popular-rent__intro {
		text-align: right;
	}
}

.kts-popular-rent-tabs-wrap {
	margin-top: 0;
}

.kts-popular-rent-tabs__bar {
	margin-bottom: clamp(1.25rem, 3vw, 1.75rem);
}

.kts-popular-rent-tabs__scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin: 0 -0.25rem;
	padding: 0 0.25rem 0.35rem;
}

.kts-popular-rent-tabs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	align-items: center;
	min-width: min-content;
}

.kts-popular-rent-tabs__tab {
	appearance: none;
	font: inherit;
	font-size: 0.875rem;
	font-weight: 600;
	line-height: 1.25;
	padding: 0.45rem 1rem;
	border-radius: 9999px;
	border: 1px solid rgba(10, 17, 40, 0.14);
	background: #fff;
	color: #0a1128;
	cursor: pointer;
	transition:
		background 0.15s ease,
		border-color 0.15s ease,
		color 0.15s ease;
}

.kts-popular-rent-tabs__tab:hover {
	border-color: rgba(245, 124, 0, 0.45);
	color: #f57c00;
}

.kts-popular-rent-tabs__tab.is-active {
	background: #0a1128;
	border-color: #0a1128;
	color: #fff;
}

.kts-popular-rent-tabs__tab.is-active:hover {
	color: #fff;
	border-color: #0a1128;
}

.kts-popular-rent-tabs__empty {
	margin: 0.75rem 0 0;
}

.kts-popular-query .wp-block-post-template.is-layout-grid {
	gap: clamp(1.25rem, 3vw, 1.75rem) !important;
	width: 100%;
	align-items: stretch !important;
	justify-items: stretch;
}

.kts-popular-rent-tabs-wrap .kts-popular-grid {
	display: grid;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: clamp(1.25rem, 3vw, 1.75rem) !important;
	width: 100%;
	align-items: stretch !important;
	justify-items: stretch;
}

@media (max-width: 781px) {
	.kts-popular-query .wp-block-post-template.is-layout-grid {
		grid-template-columns: 1fr !important;
	}

	.kts-popular-rent-tabs-wrap .kts-popular-grid {
		grid-template-columns: 1fr !important;
	}
}

@media (min-width: 782px) and (max-width: 1099px) {
	.kts-popular-query .wp-block-post-template.is-layout-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.kts-popular-rent-tabs-wrap .kts-popular-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}
}

@media (min-width: 1100px) {
	.kts-popular-query .wp-block-post-template.is-layout-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}

	.kts-popular-rent-tabs-wrap .kts-popular-grid {
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	}
}

.kts-popular-query .wp-block-post-template.is-layout-grid > li {
	align-self: stretch;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.kts-popular-rent-tabs-wrap .kts-popular-grid > li {
	align-self: stretch;
	min-height: 0;
	display: flex;
	flex-direction: column;
}

.kts-popular-query .wp-block-post-template.is-layout-grid > li > .kts-popular-card {
	flex: 1 1 auto;
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.kts-popular-rent-tabs-wrap .kts-popular-grid > li > .kts-popular-card {
	flex: 1 1 auto;
	display: grid;
	grid-template-rows: auto 1fr;
	min-height: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.kts-popular-query .kts-popular-card__body,
.kts-popular-rent-tabs-wrap .kts-popular-card__body {
	min-height: 0;
	display: flex;
	flex-direction: column;
  gap: 8px;
}

.kts-popular-query .kts-popular-card__body .kts-popular-card__actions,
.kts-popular-rent-tabs-wrap .kts-popular-card__body .kts-popular-card__actions {
	margin-top: auto !important;
}

.kts-popular-query .kts-popular-card__media,
.kts-popular-rent-tabs-wrap .kts-popular-card__media {
	flex-shrink: 0;
}

.kts-popular-card {
	box-shadow: 0 8px 30px rgba(10, 17, 40, 0.06);
	border-color: rgba(10, 17, 40, 0.06) !important;
	overflow: hidden;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.kts-popular-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 14px 40px rgba(10, 17, 40, 0.1);
}

.kts-popular-card__media {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	background: #e8eaee;
}

.kts-popular-card__media .ktehnika-item-badge {
	position: absolute;
	top: clamp(0.65rem, 2vw, 0.85rem);
	left: clamp(0.65rem, 2vw, 0.85rem);
	z-index: 2;
	display: inline-block;
	max-width: calc(100% - 1.75rem);
	padding: 0.35rem 0.65rem;
	border-radius: 9999px;
	background: #fff;
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.02em;
	border: 1px solid rgba(10, 17, 40, 0.08);
	box-shadow: 0 2px 10px rgba(10, 17, 40, 0.06);
}

.ktehnika-item-badge--default {
	color: #f57c00;
}

.kts-popular-card__media .wp-block-post-featured-image {
	margin: 0 !important;
	width: 100%;
}

/* Catalog card: square frame, image letterboxed */
.kts-popular-card__media .wp-block-post-featured-image.kts-popular-card__figure {
	aspect-ratio: 1 / 1;
	width: 100%;
	max-height: none;
	overflow: hidden;
	position: relative;
	background: #e8eaee;
}

.kts-popular-card__media .wp-block-post-featured-image.kts-popular-card__figure a {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	line-height: 0;
}

.kts-popular-card__media .wp-block-post-featured-image.kts-popular-card__figure img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
  background: #fff;
}

.kts-popular-card__media .wp-block-post-featured-image:not(:has(img)) {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 11rem;
	aspect-ratio: 4 / 3;
	background: #e8eaee;
	border-radius: 1.25rem 1.25rem 0 0;
}

.kts-popular-card__media .wp-block-post-featured-image.kts-popular-card__figure:not(:has(img)) {
	aspect-ratio: 1 / 1;
	min-height: 0;
}

.kts-popular-card__media .wp-block-post-featured-image:not(:has(img))::after {
	content: "Фото";
	font-size: 0.9375rem;
	font-weight: 500;
	color: #b0b8c4;
}

.kts-popular-card__title {
	margin-top: 0 !important;
	overflow: hidden;
}

.kts-popular-card__title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	overflow: hidden;
	overflow-wrap: anywhere;
	word-break: break-word;
	color: #0a1128 !important;
	text-decoration: none;
}

.kts-popular-card__title a:hover {
	color: #f57c00 !important;
}

.kts-popular-card__body .ktehnika-item-price {
	margin-top: 0.35rem !important;
	margin-bottom: 0 !important;
	font-size: 0.875rem !important;
	color: #5a647a !important;
}

.kts-popular-card .ktehnika-trigger-rent .wp-block-button__link,
.kts-popular-card .ktehnika-trigger-details .wp-block-button__link {
	background-color: var(--wp--preset--color--ink, #12141d) !important;
	color: #fff !important;
	border: none !important;
	font-weight: 600 !important;
	padding-top: 0.65rem !important;
	padding-bottom: 0.65rem !important;
}

.kts-popular-card .ktehnika-trigger-details .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--brand, #ff5c00) !important;
}

.kts-popular-card__media .wp-block-post-featured-image:not(.kts-popular-card__figure) a {
	display: block;
	width: 100%;
	line-height: 0;
}

.kts-product-single__cols {
	row-gap: clamp(1.5rem, 3vw, 2rem);
}

.kts-product-single__media {
	position: relative;
	overflow: visible !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

.kts-product-single__media .ktehnika-item-badge {
	position: absolute;
	top: clamp(0.75rem, 2vw, 1rem);
	left: clamp(0.75rem, 2vw, 1rem);
	z-index: 2;
	display: inline-block;
	padding: 0.4rem 0.75rem;
	border-radius: 9999px;
	background: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	letter-spacing: 0.02em;
	border: 1px solid rgba(10, 17, 40, 0.08);
	box-shadow: 0 2px 10px rgba(10, 17, 40, 0.06);
}

.kts-product-single__media .wp-block-post-featured-image {
	margin: 0 !important;
	width: 100%;
	border-radius: 1.25rem;
	overflow: hidden;
}

.kts-product-single__media .wp-block-post-featured-image img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: contain;
	aspect-ratio: 4 / 3;
}

.kts-product-single__media .wp-block-post-featured-image:not(:has(img)) {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	background: #e8eaee;
	color: #b0b8c4;
	font-size: 1rem;
	font-weight: 500;
}

.kts-product-single__media .wp-block-post-featured-image:not(:has(img))::after {
	content: "Фото";
}

.kts-product-single__title {
	color: var(--wp--preset--color--ink, #12141d);
}

.kts-product-single__info-col .ktehnika-item-price {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	font-size: 1.125rem !important;
	font-weight: 700 !important;
	color: var(--wp--preset--color--brand, #ff5c00) !important;
}

.kts-product-single__content {
	color: var(--wp--preset--color--contrast, #171717);
}

.kts-product-single__info-col .ktehnika-trigger-rent {
	margin-top: clamp(1.25rem, 2.5vw, 1.75rem);
}

.kts-product-single__info-col .ktehnika-trigger-rent .wp-block-button__link {
	background-color: var(--wp--preset--color--brand, #ff5c00) !important;
	color: #fff !important;
	border: none !important;
	font-weight: 700 !important;
	padding: 0.9rem 1.5rem !important;
	font-size: 1rem !important;
}

.kts-product-single__info-col .ktehnika-trigger-rent .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--ink, #12141d) !important;
}

.kts-product-single__back a {
	color: var(--wp--preset--color--muted, #737373);
	text-decoration: none;
}

.kts-product-single__back a:hover {
	color: var(--wp--preset--color--brand, #ff5c00);
}

.kts-product-single__contacts-section {
	background: transparent !important;
}

.kts-gallery {
	position: relative;
	width: 100%;
	outline: none;
}

.kts-gallery--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 4 / 3;
	background: #fff;
	border-radius: 1.25rem;
	color: #b0b8c4;
	font-size: 1rem;
	font-weight: 500;
	box-shadow: 0 8px 30px rgba(10, 17, 40, 0.06);
	border: 1px solid rgba(10, 17, 40, 0.06);
}

.kts-gallery__stage {
	position: relative;
	background: #fff;
	border-radius: 1.25rem;
	overflow: hidden;
	border: 1px solid rgba(10, 17, 40, 0.06);
	box-shadow: 0 8px 30px rgba(10, 17, 40, 0.06);
}

.kts-gallery__slides {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	aspect-ratio: 4 / 3;
}

.kts-gallery__slide {
	position: absolute;
	inset: 0;
	margin: 0;
	opacity: 0;
	transition: opacity 0.25s ease;
	pointer-events: none;
}

.kts-gallery__slide.is-active {
	opacity: 1;
	pointer-events: auto;
	z-index: 1;
}

.kts-gallery__slide img,
.kts-gallery__slide .kts-gallery__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	background: #fff;
}

.kts-gallery__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 9999px;
	border: 0;
	background: rgba(255, 255, 255, 0.92);
	color: #12141d;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 6px 20px rgba(10, 17, 40, 0.12);
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.15s ease, transform 0.15s ease;
}

.kts-gallery__nav:hover {
	background: #fff;
	transform: translateY(-50%) scale(1.05);
}

.kts-gallery__nav--prev {
	left: 0.75rem;
}

.kts-gallery__nav--next {
	right: 0.75rem;
}

.kts-gallery__counter {
	position: absolute;
	bottom: 0.75rem;
	right: 0.75rem;
	padding: 0.3rem 0.65rem;
	background: rgba(10, 17, 40, 0.65);
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	border-radius: 9999px;
	z-index: 2;
	letter-spacing: 0.04em;
}

.kts-gallery__thumbs {
	list-style: none;
	margin: clamp(0.85rem, 1.8vw, 1.15rem) 0 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
}

.kts-gallery__thumbs li {
	margin: 0;
}

.kts-gallery__thumb {
	padding: 0.3rem;
	border: 1px solid rgba(10, 17, 40, 0.08);
	border-radius: 0;
	overflow: hidden;
	background: #fff;
	cursor: pointer;
	width: 4.75rem;
	height: 4.75rem;
	display: block;
	box-shadow: 0 2px 8px rgba(10, 17, 40, 0.04);
	transition: border-color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

.kts-gallery__thumb:hover {
	transform: translateY(-1px);
	box-shadow: 0 6px 16px rgba(10, 17, 40, 0.08);
}

.kts-gallery__thumb.is-active {
	border-color: var(--wp--preset--color--brand, #ff5c00);
	box-shadow: 0 0 0 1px var(--wp--preset--color--brand, #ff5c00);
}

.kts-gallery__thumb img,
.kts-gallery__thumb-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
	background: #fff;
}
