:root {
  --zeltix-font: "Wix Madefor Display", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --zeltix-bg: #f5f7fb;
  --zeltix-white: #ffffff;
  --zeltix-text: #090e1f;
  --zeltix-muted: #5f6778;
  --zeltix-blue: #2f78ef;
  --zeltix-blue-dark: #1768df;
  --zeltix-container: 1280px;
}

html {
  width: 100%;
  min-width: 320px;
  scroll-behavior: smooth;
}

html.zeltix-lock,
html.zeltix-lock body {
  overflow: hidden;
}

body,
body.zeltix-body {
  width: 100%;
  min-width: 320px;
  margin: 0 !important;
  background: var(--zeltix-bg) !important;
  color: var(--zeltix-text);
  font-family: var(--zeltix-font);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.zeltix-site,
.zeltix-site *,
.zeltix-site *::before,
.zeltix-site *::after {
  box-sizing: border-box;
}

.zeltix-site {
  width: 100%;
  min-height: 100vh;
  background: var(--zeltix-bg);
  color: var(--zeltix-text);
  font-family: var(--zeltix-font);
}

.zeltix-site a {
  color: inherit;
  text-decoration: none;
}

.zeltix-site img,
.zeltix-site svg {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.zeltix-site button,
.zeltix-site input,
.zeltix-site textarea,
.zeltix-site select {
  font: inherit;
}

.zeltix-site button,
.zeltix-site .button,
.zeltix-site input[type="button"],
.zeltix-site input[type="submit"],
.zeltix-site input[type="reset"],
.zeltix-site .ast-button,
.zeltix-site .wp-block-button__link {
  min-height: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  text-transform: none;
  letter-spacing: 0;
}

.zeltix-main {
  width: min(calc(100% - 20px), var(--zeltix-container));
  margin: 0 auto;
}


/* =========================================================
   ZELTIX — Astra override for progress bars
   Fixes progress height/position in Advantages + Suitable
========================================================= */

.zeltix-site .zeltix-adv__summary,
.zeltix-site .zeltix-fit__result-bottom {
	display: grid !important;
	grid-template-columns: minmax(180px, 0.42fr) minmax(220px, 0.58fr) !important;
	align-items: center !important;
	gap: 18px !important;
	width: 100% !important;
	min-height: 72px !important;
	margin: 18px 0 0 !important;
	padding: 14px 16px !important;
	border: 1px solid rgba(226, 232, 240, 0.95) !important;
	border-radius: 16px !important;
	background: #f8fbff !important;
	box-shadow: none !important;
	overflow: hidden !important;
}

.zeltix-site .zeltix-adv__summary > div:first-child,
.zeltix-site .zeltix-fit__result-bottom > div:first-child {
	display: block !important;
	min-width: 0 !important;
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

.zeltix-site .zeltix-adv__summary > div:first-child > span,
.zeltix-site .zeltix-fit__result-bottom > div:first-child > span {
	position: static !important;
	display: block !important;
	width: auto !important;
	height: auto !important;
	min-height: 0 !important;
	max-height: none !important;
	margin: 0 0 7px !important;
	padding: 0 !important;
	color: #7b8495 !important;
	font-family: inherit !important;
	font-size: 11px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
	text-transform: uppercase !important;
	letter-spacing: 0.08em !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	transform: none !important;
}

.zeltix-site .zeltix-adv__summary > div:first-child > strong,
.zeltix-site .zeltix-fit__result-bottom > div:first-child > strong {
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--zeltix-text, #090e1f) !important;
	font-family: inherit !important;
	font-size: 16px !important;
	font-weight: 650 !important;
	line-height: 1.2 !important;
	letter-spacing: -0.01em !important;
	white-space: nowrap !important;
	overflow: hidden !important;
	text-overflow: ellipsis !important;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
}

/* сам progress track */
.zeltix-site .zeltix-adv__progress,
.zeltix-site .zeltix-fit__progress {
	position: relative !important;
	display: block !important;
	width: 100% !important;
	height: 8px !important;
	min-height: 8px !important;
	max-height: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: #dfe7f3 !important;
	box-shadow: none !important;
	overflow: hidden !important;
	appearance: none !important;
	-webkit-appearance: none !important;
}

/* активная синяя линия */
.zeltix-site .zeltix-adv__progress > span,
.zeltix-site .zeltix-fit__progress > span {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: auto !important;
	bottom: auto !important;
	display: block !important;
	height: 8px !important;
	min-height: 8px !important;
	max-height: 8px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(90deg, #2f78ef 0%, #74a8ff 100%) !important;
	box-shadow: none !important;
	transform: none !important;
	transition: width 0.34s ease !important;
}

/* если JS ставит width inline — не ломаем ширину, фиксируем только геометрию */
.zeltix-site .zeltix-adv__progress > span[style],
.zeltix-site .zeltix-fit__progress > span[style] {
	height: 8px !important;
	min-height: 8px !important;
	max-height: 8px !important;
}

/* убираем псевдоэлементы темы/старых стилей */
.zeltix-site .zeltix-adv__progress::before,
.zeltix-site .zeltix-adv__progress::after,
.zeltix-site .zeltix-adv__progress > span::before,
.zeltix-site .zeltix-adv__progress > span::after,
.zeltix-site .zeltix-fit__progress::before,
.zeltix-site .zeltix-fit__progress::after,
.zeltix-site .zeltix-fit__progress > span::before,
.zeltix-site .zeltix-fit__progress > span::after {
	content: none !important;
	display: none !important;
}

/* mobile */
@media (max-width: 680px) {
	.zeltix-site .zeltix-adv__summary,
	.zeltix-site .zeltix-fit__result-bottom {
		grid-template-columns: 1fr !important;
		gap: 12px !important;
		min-height: auto !important;
		padding: 13px !important;
		border-radius: 14px !important;
	}

	.zeltix-site .zeltix-adv__summary > div:first-child > strong,
	.zeltix-site .zeltix-fit__result-bottom > div:first-child > strong {
		white-space: normal !important;
	}

	.zeltix-site .zeltix-adv__progress,
	.zeltix-site .zeltix-fit__progress {
		width: 100% !important;
	}
}


/* ===== Breadcrumbs (Yoast) — дописать в КОНЕЦ base.css ===== */
.zeltix-site .zx-breadcrumbs{
  width:min(calc(100% - 40px),1180px);
  margin:0 auto;
  padding:18px 0 0;
  font-family:inherit;
  font-size:13.5px;
  line-height:1.5;
  color:var(--zeltix-muted,#5f6778);
}
.zeltix-site .zx-breadcrumbs a{
  color:var(--zeltix-muted,#5f6778);
  text-decoration:none;
  transition:color .18s ease;
}
.zeltix-site .zx-breadcrumbs a:hover{
  color:var(--zeltix-blue,#2f78ef);
}
.zeltix-site .zx-breadcrumbs .breadcrumb_last,
.zeltix-site .zx-breadcrumbs strong{
  color:var(--zeltix-text,#090e1f);
  font-weight:600;
}
@media(max-width:560px){
  .zeltix-site .zx-breadcrumbs{font-size:12.5px;padding-top:14px;}
}