/* узкий гротеск в заголовках, серифный в тексте */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: #f7f8f7;
	color: #22392b;
	font: 16px/1.65 Georgia, "Times New Roman", serif;
}
img { max-width: 100%; height: auto; display: block; }
a { color: #971166; }
a:hover, a:focus { text-decoration: none; }
:focus-visible { outline: 2px solid #971166; outline-offset: 2px; }

h1, h2, h3 { font-family: Tahoma, Geneva, Verdana, sans-serif; line-height: 1.2;  }
h1 { font-size: clamp(28px, 4vw, 42px); margin: 0 0 20px; }
h2 { font-size: clamp(22px, 3vw, 30px); margin: 40px 0 20px; }
h3 { font-size: 19px; margin: 0 0 8px; }
p { margin: 0 0 14px; max-width: 70ch; }

.bal-wra { max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.bal-mai { padding: 40px 0 60px; }

.bal-hea { background: #ffffff; border-bottom: 1px solid #d7dfda; }
.bal-hea-log { font-family: Tahoma, Geneva, Verdana, sans-serif; font-weight: 700;
	font-size: 20px; color: #22392b; text-decoration: none; }
.bal-hea-nav a { color: #22392b; text-decoration: none; }
.bal-hea-nav a:hover { color: #971166; }
.bal-hea-in { padding: 20px 0; }
.bal-hea-nav { display: flex; gap: 20px; flex-wrap: wrap;
	margin-top: 12px; padding-top: 12px; border-top: 1px solid #d7dfda; }

.bal-car { display: flex; flex-wrap: wrap; gap: 20px; }
.bal-car > * { flex: 1 1 260px; }
.bal-car > li { border: 1px solid #d7dfda; border-radius: 16px;
  padding: 20px; background: #ffffff; }

.bal-car { list-style: none; margin: 0; padding: 0; }
.bal-car h3 { font-family: Tahoma, Geneva, Verdana, sans-serif; }
.bal-car p { color: #60856e; margin: 0; }

.bal-lea { font-size: 18px; color: #60856e; max-width: 70ch; }
.bal-cta {
	display: inline-block; padding: 12px 22px; border-radius: 16px;
	background: #971166; color: #ffffff;
	text-decoration: none; font-weight: 600;
}
.bal-cta:hover { opacity: .9; }

.bal-pri { width: 100%; border-collapse: collapse; margin: 20px 0; }
.bal-pri th, .bal-pri td {
	text-align: left; padding: 11px 20px 11px 0;
	border-bottom: 1px solid #d7dfda;
}
.bal-pri th { font-family: Tahoma, Geneva, Verdana, sans-serif; }

.bal-ste { counter-reset: s; list-style: none; padding: 0; margin: 0; }
.bal-ste li { position: relative; padding-left: 48px; margin: 0 0 20px; }
.bal-ste li::before {
	counter-increment: s; content: counter(s);
	position: absolute; left: 0; top: 0;
	width: 32px; height: 32px; border-radius: 16px;
	background: #971166; color: #ffffff;
	display: flex; align-items: center; justify-content: center;
	font-weight: 700;
}

.bal-faq summary { cursor: pointer; font-family: Tahoma, Geneva, Verdana, sans-serif; padding: 10px 0; }
.bal-faq details { border-bottom: 1px solid #d7dfda; }
.bal-faq p { color: #60856e; }

.bal-not { color: #60856e; font-size: 15px; }
.bal-pag { display: flex; gap: 8px; flex-wrap: wrap; margin: 40px 0; }
.bal-pag a, .bal-pag span {
	padding: 8px 14px; border: 1px solid #d7dfda;
	border-radius: 16px; text-decoration: none;
}
.bal-pag span { background: #971166; color: #ffffff; border-color: #971166; }


.bal-def { margin: 0; }
.bal-def dt { font-family: Tahoma, Geneva, Verdana, sans-serif; font-size: 18px;
	margin: 20px 0 4px; }
.bal-def dd { margin: 0; color: #60856e; max-width: 70ch; }

.bal-fac { display: flex; flex-wrap: wrap; gap: 40px;
	margin: 20px 0; }
.bal-sta-n { display: block; font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 30px; color: #971166; }

.bal-flo { display: flex; flex-direction: column; gap: 20px; }
.bal-ste { display: flex; gap: 14px; align-items: flex-start; }
.bal-ste p { margin: 0; }
.bal-ste-n { flex: 0 0 auto; width: 30px; height: 30px;
	border: 2px solid #971166; color: #971166;
	border-radius: 16px; display: flex;
	align-items: center; justify-content: center; font-weight: 700; }

.bal-ban { background: #ffffff; border-left: 4px solid #971166;
	padding: 20px 30px; margin: 40px 0; }
.bal-ban h2 { margin-top: 0; }

.bal-quo { margin: 40px 0; padding: 0 0 0 20px;
	border-left: 3px solid #d7dfda; font-size: 18px; }
.bal-quo footer { color: #60856e; font-size: 15px; }

.bal-col p { max-width: none; }
@media (min-width: 860px) {
	.bal-col { column-count: 2; column-gap: 40px; }
}

.bal-pla { list-style: none; padding: 0; margin: 0; }
.bal-pla li { margin: 0 0 8px; }
.bal-che { list-style: none; padding: 0; margin: 0; }
.bal-che li, .bal-che { position: relative; padding-left: 26px;
	margin: 0 0 10px; }
.bal-che li::before, .bal-che::before { content: "—";
	position: absolute; left: 0; color: #971166; font-weight: 700; }
.bal-fig { margin: 20px 0; }
.bal-fig img { border-radius: 16px; width: 100%; }
.bal-fig figcaption { margin-top: 6px; }
.bal-her-pic { border-radius: 16px; margin-bottom: 20px; }
@media (min-width: 860px) {
	.bal-her-wid { display: grid; gap: 40px;
		grid-template-columns: 1fr 1fr; align-items: center; }
	.bal-her-pic { margin: 0; }
}
.bal-pri { font-family: Tahoma, Geneva, Verdana, sans-serif; font-size: 20px;
	color: #971166; margin: 0; }

.bal-foo { background: #ffffff; border-top: 1px solid #d7dfda;
	padding: 40px 0; color: #60856e; font-size: 15px; }
.bal-foo a { color: #60856e; }
.bal-foo-in { display: flex; flex-wrap: wrap;
	gap: 20px; align-items: baseline; }
.bal-foo ul { list-style: none; margin: 0; padding: 0;
	display: flex; gap: 20px; flex-wrap: wrap; }


@media (max-width: 720px) {
	.bal-hea-nav { flex-wrap: wrap; }
	.bal-mai { padding: 20px 0 40px; }
}
@media (prefers-reduced-motion: reduce) {
	* { animation: none !important; transition: none !important; }
}
