.bio-kazan-hero {
	position: relative;
	margin: clamp(12px, 1.6vw, 20px) clamp(12px, 1.6vw, 20px) 24px;
	border-radius: clamp(20px, 2.2vw, 28px);
	overflow: hidden;
	color: #fff;
	background: #1a1a1a;
	min-height: clamp(420px, 52vw, 640px);
}

.bio-kazan-hero__photo,
.bio-kazan-hero__gradient {
	position: absolute;
	inset: 0;
	pointer-events: none;
}

.bio-kazan-hero__photo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
	border-radius: inherit;
}

.bio-kazan-hero__gradient {
	background:
		linear-gradient(90deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.55) 42%, rgba(0, 0, 0, 0.08) 72%, rgba(0, 0, 0, 0) 100%),
		linear-gradient(180deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.25) 100%);
	border-radius: inherit;
}

.bio-kazan-hero__inner {
	position: relative;
	z-index: 1;
	padding-top: 18px;
}

.bio-kazan-hero__content {
	max-width: 760px;
	padding: 8px 0 132px;
}

.bio-kazan-hero .yoast-breadcrumbs a,
.bio-kazan-hero .yoast-breadcrumbs .breadcrumb_last,
.bio-kazan-hero .yoast-breadcrumbs span {
	color: rgba(255, 255, 255, 0.88);
}

.bio-kazan-hero p.yoast-breadcrumbs > span > span:first-of-type > a::before {
	content: none !important;
	display: none !important;
	width: 0 !important;
	height: 0 !important;
	background: none !important;
}

.bio-kazan-hero p.yoast-breadcrumbs > span > span:first-of-type > a {
	gap: 0 !important;
}

.bio-kazan-hero h1 {
	margin: 28px 0 16px;
	font-family: var(--ff, "Manrope", sans-serif);
	font-size: clamp(26px, 4vw, 56px);
	line-height: 1.08;
	font-weight: 500;
	letter-spacing: -0.03em;
	color: #fff;
	text-transform: none;
}

.bio-kazan-hero__intro {
	margin: 0 0 24px;
	max-width: 720px;
	font-size: clamp(14px, 1.6vw, 17px);
	line-height: 1.55;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.92);
}

.bio-kazan-hero__lead {
	margin: 0 0 24px;
	max-width: 620px;
	font-size: clamp(16px, 2.2vw, 28px);
	line-height: 1.25;
	font-weight: 500;
	color: #35b89f;
}

.bio-kazan-hero__list {
	margin: 0 0 28px;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 14px;
}

.bio-kazan-hero__list li {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	font-size: 16px;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.94);
}

.bio-kazan-hero__list li span {
	min-width: 0;
}

.bio-kazan-hero__list svg {
	flex-shrink: 0;
}

@media (min-width: 768px) {
	.bio-kazan-hero__title-br {
		display: inline;
	}
}

@media (max-width: 767px) {
	.bio-kazan-hero__title-br {
		display: none;
	}
}

.bio-kazan-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	width: 100%;
}

.bio-kazan-hero__actions .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	min-height: 52px;
	padding: 14px 28px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	border-radius: 999px;
}

.bio-kazan-hero__actions .btn--lg {
	width: auto;
	max-width: none;
}

.bio-kazan-hero__actions .btn--outline {
	color: #fff;
	border: 1.5px solid rgba(255, 255, 255, 0.9);
	background: transparent;
}

.bio-kazan-hero__actions .btn--outline:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	border-color: #fff;
}

.bio-kazan-hero__stats {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	margin-top: -88px;
	padding-bottom: 28px;
	width: 100%;
	align-items: start;
}

.bio-kazan-stat {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	min-width: 0;
	width: 100%;
	height: auto;
	background: #fff;
	border-radius: 18px;
	padding: 18px 16px;
	color: #111827;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.1);
	text-align: left;
}

.bio-kazan-stat--accent {
	background: #208d79;
	color: #fff;
}

.bio-kazan-stat--accent .bio-kazan-stat__label {
	margin-bottom: 6px;
	font-weight: 400;
}

.bio-kazan-stat--accent .bio-kazan-stat__value {
	margin-bottom: 0;
}

.bio-kazan-stat__value {
	display: block;
	width: 100%;
	margin: 0 0 6px;
	font-size: clamp(17px, 1.75vw, 22px);
	line-height: 1.15;
	font-weight: 700;
	text-align: left;
}

.bio-kazan-stat__label {
	display: block;
	width: 100%;
	margin: 0;
	font-size: 13px;
	line-height: 1.35;
	color: inherit;
	opacity: 0.88;
	text-align: left;
}

.bio-useful-section {
	padding: 0 !important;
	margin: 0 !important;
	margin-top: 8px !important;
}

section.menu_franch-section {
	position: relative;
	z-index: 30;
	padding-top: 16px;
	padding-bottom: 28px;
}

.menu_franch-section .menu_franch {
	position: relative;
	z-index: 31;
}

@media (max-width: 768px) {
	.menu_franch-section .menu-toggle {
		position: relative;
		z-index: 32;
		background: #fff;
	}

	.menu_franch-section .menu-list {
		z-index: 33;
		background: #fff;
	}

	.menu_franch-section .menu-list.active {
		z-index: 33;
		background: #fff;
		box-shadow: 0 12px 32px rgba(15, 23, 42, 0.14);
	}

	.menu_franch-section .menu-list li {
		background: #fff;
	}
}

@media (min-width: 769px) {
	.menu_franch-section .menu_franch {
		max-width: none;
		width: 100%;
	}

	.menu_franch-section .menu-list {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		gap: 10px;
		overflow-x: auto;
		justify-content: flex-start;
		scrollbar-width: none;
		-ms-overflow-style: none;
		padding-right: 12px;
		scroll-padding-inline-end: 12px;
	}

	.menu_franch-section .menu-list::-webkit-scrollbar {
		display: none;
	}

	.menu_franch-section .menu-list li {
		flex: 0 0 auto;
		margin-bottom: 0;
	}

	.menu_franch-section .menu-list li a {
		white-space: nowrap;
	}
}

.bio-useful h2,
.bio-kazan-section h2,
.ferinject-info.bio-kazan-section > .container > h2 {
	margin: 0 0 16px;
	font-family: var(--ff, "Manrope", sans-serif);
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #373737;
	text-transform: none;
}

.bio-kazan-section {
	padding-top: 0;
	padding-bottom: 48px;
}

.bio-useful__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

.bio-useful-card {
	background: #f2f5f4;
	border-radius: 20px;
	padding: 24px;
	min-height: 100%;
}

.bio-useful-card__head {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	margin-bottom: 16px;
}

.bio-useful-card__num {
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #208d79;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 1;
}

.bio-useful-card h3 {
	margin: 0;
	font-family: var(--ff, "Manrope", sans-serif);
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #373737;
	text-transform: none;
}

.bio-useful-card__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.bio-useful-card__list li {
	position: relative;
	padding-left: 18px;
	font-size: 15px;
	line-height: 1.45;
	color: #4f5266;
}

.bio-useful-card__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.55em;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #208d79;
	transform: translateY(-50%);
}

.bio-kazan-seo {
	margin-top: 0;
	padding: 32px 0 40px;
	background: transparent;
}

.bio-kazan-seo__inner {
	max-width: 960px;
}

.bio-kazan-seo__inner p {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: #595f6b;
}

.bio-kazan-text {
	font-size: 17px;
	line-height: 1.6;
	color: #4f5266;
}

.ferinject-info.bio-kazan-section .ferinject-info__html ul {
	margin: 16px 0 0;
	padding-left: 20px;
}

.ferinject-info.bio-kazan-section .ferinject-info__html li {
	margin-bottom: 8px;
}

.bio-kazan-price-box__action {
	margin-top: 20px;
	margin-bottom: 0;
}

.bio-kazan-price-box {
	padding: 28px;
	border-radius: 18px;
	background: #f3f7f6;
}

.bio-kazan-price-box .price {
	margin: 0 0 8px;
	font-size: clamp(28px, 3vw, 36px);
	font-weight: 700;
	color: #208d79;
}

.bio-get {
	margin: 24px clamp(12px, 1.6vw, 20px) 24px;
	padding: clamp(24px, 3vw, 36px) 0;
	border-radius: clamp(20px, 2.2vw, 28px);
	background: #eef5f3;
	overflow: hidden;
}

.bio-get__box {
	background: transparent;
	border-radius: 0;
	padding: 0;
}

.bio-get__row {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
	gap: 40px;
	align-items: start;
}

@media (min-width: 769px) {
	.bio-get__row:not(.bio-get__row--reverse) .bio-get__content {
		padding-top: calc(26px * 1.2 + 20px);
	}
}

.bio-get__row + .bio-get__row {
	margin-top: 48px;
}

@media (min-width: 769px) {
	.bio-get__row + .bio-get__row {
		margin-top: 32px;
		padding-top: 32px;
		border-top: 1px solid rgba(32, 141, 121, 0.12);
	}
}

.bio-get__title {
	margin: 0 0 20px;
	font-family: var(--ff, "Manrope", sans-serif);
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #373737;
	text-transform: none;
}

.bio-get__figure {
	position: relative;
	border-radius: 24px;
	overflow: hidden;
	background: #eef2f1;
}

.bio-get__img {
	display: block;
	width: 100%;
	height: auto;
}

.bio-get__tags {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.bio-get__tag {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.94);
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
	font-size: 12px;
	line-height: 1.25;
	font-weight: 500;
	color: #373737;
}

.bio-get__content h3 {
	margin: 0 0 16px;
	font-family: var(--ff, "Manrope", sans-serif);
	font-weight: 600;
	font-size: 22px;
	line-height: 1.25;
	letter-spacing: -0.01em;
	color: #373737;
	text-transform: none;
}

.bio-get__content p {
	margin: 0 0 16px;
	font-size: 16px;
	line-height: 1.55;
	color: #4f5266;
}

.bio-get__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 12px;
}

.bio-get__list li {
	position: relative;
	padding-left: 34px;
	font-size: 16px;
	line-height: 1.45;
	color: #4f5266;
}

.bio-get__list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.1em;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #208d79 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M9.5 3.5L5 8L2.5 5.5' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
}

.bio-get__action {
	margin: 0;
}

.bio-get__content .bio-get__action {
	margin-top: 24px;
	margin-bottom: 0;
}


.bio-get.bio-get--simple .bio-get__title--section {
	margin-bottom: 20px;
}

.bio-get.bio-get--simple .bio-get__content--stack {
	max-width: 820px;
	padding-top: 0;
}

.bio-get.bio-get--simple .bio-get__lead {
	margin-bottom: 16px;
}

.bio-get.bio-get--simple .bio-get__action {
	margin-top: 20px;
}

@media (min-width: 769px) {
	.bio-get.bio-get--simple .bio-get__content--stack {
		padding-top: 0;
	}
}

.bio-gyn-host {
	margin: 0 clamp(12px, 1.6vw, 20px);
	padding: clamp(24px, 3vw, 36px) 0;
}

.bio-gyn-host__box {
	background: #eef5f3;
	border-radius: clamp(20px, 2.2vw, 28px);
	padding: clamp(24px, 3vw, 36px);
}

.bio-gyn-host__title {
	margin: 0 0 clamp(20px, 2.5vw, 28px);
	font-family: var(--ff, "Manrope", sans-serif);
	font-weight: 600;
	font-size: clamp(22px, 2.6vw, 32px);
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #373737;
	text-transform: none;
}

.bio-gyn-host__row {
	display: grid;
	grid-template-columns: minmax(0, 240px) minmax(0, 1fr);
	gap: clamp(20px, 3vw, 32px);
	align-items: center;
}

.bio-gyn-host__media {
	min-width: 0;
}

.bio-gyn-host__photo {
	display: block;
	width: 100%;
	height: auto;
	max-height: 320px;
	object-fit: cover;
	object-position: center 15%;
	border-radius: 20px;
	background: #eef2f1;
}

.bio-gyn-host__name {
	margin: 0 0 8px;
	font-family: var(--ff, "Manrope", sans-serif);
	font-weight: 700;
	font-size: clamp(20px, 2.2vw, 26px);
	line-height: 1.2;
	letter-spacing: -0.01em;
	color: #373737;
}

.bio-gyn-host__meta {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 500;
	color: rgba(55, 55, 55, 0.65);
}

.bio-gyn-host__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bio-gyn-host__link.btn--outline {
	border: 1.5px solid #208d79;
	color: #208d79;
	background: #fff;
}

.bio-kazan-why__left-bottom--gyn {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 768px) {
	.bio-gyn-host__row {
		grid-template-columns: 1fr;
	}

	.bio-gyn-host__photo {
		max-height: 360px;
	}

	.bio-gyn-host__actions {
		flex-direction: column;
	}

	.bio-gyn-host__actions .btn {
		width: 100%;
	}
}

.bio-get__subtitle {
	margin: 0 0 16px;
	font-family: var(--ff, "Manrope", sans-serif);
	font-weight: 600;
	font-size: 18px;
	line-height: 1.25;
	color: #373737;
	text-transform: none;
}

.bio-get__lead {
	margin: 0 0 20px;
	font-size: 16px;
	line-height: 1.55;
	color: #4f5266;
}

.bio-kazan-procedure.procedure-results {
	padding-top: 0;
	padding-bottom: 24px;
	margin-top: 0;
}

.bio-kazan-procedure .procedure-block {
	margin-top: 0;
	padding-top: 0;
}

.bio-kazan-procedure .procedure-grid {
	margin-bottom: 0;
}

.bio-kazan-procedure .procedure-block h2 {
	text-transform: none;
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#contraindications.contraindications {
	padding-bottom: 0;
	margin-bottom: 0;
}

#price.price-list {
	padding-top: 0;
	margin-top: 0;
}

#price .ceni__heading h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

#preparation.ferinject-info {
	padding-top: 0;
	padding-bottom: 40px;
	margin-top: 0;
}

#preparation .ferinject-list > h2 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.bio-kazan-why {
	margin: 0 clamp(12px, 1.6vw, 20px) 0;
	padding: clamp(24px, 3vw, 36px) 0;
	border-radius: clamp(20px, 2.2vw, 28px);
	background: #eef5f3;
	overflow: hidden;
}

section.bio-kazan-why,
section.bio-kazan-faq.br-faq {
	margin: 0;
}

.bio-kazan-faq.br-faq {
	margin: 0;
	padding: 0;
}

.bio-kazan-faq .br-faq__title {
	margin: 20px 0;
	font-family: var(--ff, "Manrope", sans-serif);
	font-weight: 600;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.01em;
	text-transform: none;
	color: #373737;
}

.bio-kazan-faq__cta {
	margin-top: 20px;
	margin-bottom: 0;
}

.bio-kazan-faq ~ .contact-form.section-wrap-mx {
	margin-top: clamp(12px, 1.6vw, 20px);
}

.bio-kazan-why__box {
	background: transparent;
	border-radius: 0;
	padding: 0;
}

.bio-kazan-why__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: clamp(20px, 2.5vw, 28px);
}

.bio-kazan-why__head h2 {
	margin: 0;
	max-width: 720px;
	font-family: var(--ff, "Manrope", sans-serif);
	font-weight: 600;
	font-size: clamp(22px, 2.6vw, 32px);
	line-height: 1.15;
	letter-spacing: -0.02em;
	color: #373737;
	text-transform: none;
}

.bio-kazan-why__cta {
	flex-shrink: 0;
	min-height: 52px;
	padding: 14px 24px;
	border-radius: 999px;
	border: 1.5px solid #208d79;
	color: #208d79;
	background: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	white-space: nowrap;
}

.bio-kazan-why__cta:hover {
	background: #208d79;
	color: #fff;
	border-color: #208d79;
}

.bio-kazan-why__cta--foot {
	display: none;
}

.bio-kazan-why__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 16px;
	align-items: stretch;
}

.bio-kazan-why__left {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
}

.bio-kazan-why__left-bottom {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.bio-kazan-why-card {
	background: #fff;
	border-radius: 20px;
	padding: 24px;
	min-width: 0;
}

.bio-kazan-why-card p {
	margin: 0;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 500;
	color: #373737;
}

.bio-kazan-why-card__icon {
	margin-bottom: 16px;
	line-height: 0;
}

.bio-kazan-why-card__icon img {
	display: block;
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.bio-kazan-why-card__icons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 16px;
}

.bio-kazan-why-card__icons img {
	display: block;
	width: auto;
	height: 32px;
	max-width: 72px;
	object-fit: contain;
}

.bio-kazan-why-card--photo {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	padding: 0;
	min-height: 100%;
}

.bio-kazan-why-card__photo {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bio-kazan-why-card__overlay {
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 15%, rgba(0, 0, 0, 0.45) 50%, rgba(0, 0, 0, 0.85) 100%);
	pointer-events: none;
}

.bio-kazan-why-card--photo .bio-kazan-why-card__caption {
	position: relative;
	z-index: 2;
	margin: 0;
	padding: 24px;
	color: #fff;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 500;
}

@media (max-width: 1100px) {
	.bio-kazan-hero__photo {
		object-position: 74% 24%;
	}

	.bio-kazan-hero__stats {
		display: flex;
		flex-wrap: wrap;
		grid-template-columns: none;
		margin-top: -56px;
		gap: 12px;
	}

	.bio-kazan-stat {
		flex: 1 1 calc(50% - 6px);
		max-width: calc(50% - 6px);
	}
}

@media (max-width: 767px) {
	.bio-kazan-hero__photo,
	.bio-kazan-hero__gradient {
		inset: 0;
		height: 100%;
	}

	.bio-kazan-hero {
		margin: 12px 12px 16px;
		border-radius: 20px;
		min-height: 440px;
	}

	.bio-kazan-hero__photo {
		inset: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		opacity: 1;
		object-fit: cover;
		object-position: 65% 22%;
	}

	.bio-kazan-hero__inner {
		padding-top: 12px;
	}

	.bio-kazan-hero .yoast-breadcrumbs {
		font-size: 12px;
		line-height: 1.35;
		margin-bottom: 0;
	}

	.bio-kazan-hero h1 {
		margin: 16px 0 12px;
		font-size: 22px;
		line-height: 1.15;
	}

	.bio-kazan-hero__title-br {
		display: none;
	}

	.bio-kazan-hero__intro {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 1.5;
	}

	.bio-kazan-hero__lead {
		margin-bottom: 16px;
		font-size: 18px;
		line-height: 1.25;
	}

	.bio-kazan-hero__list {
		gap: 12px;
		margin-bottom: 20px;
	}

	.bio-kazan-hero__list li {
		font-size: 14px;
		line-height: 1.4;
		gap: 10px;
	}

	.bio-kazan-hero__list svg {
		width: 20px;
		height: 20px;
	}

	.bio-kazan-hero__content {
		max-width: 100%;
		padding-bottom: 20px;
	}

	.bio-kazan-hero__content h1,
	.bio-kazan-hero__intro,
	.bio-kazan-hero__lead,
	.bio-kazan-hero__list {
		max-width: 82%;
	}

	.bio-kazan-hero__actions {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 4px;
		max-width: 100%;
	}

	.bio-kazan-hero__actions .btn,
	.bio-kazan-hero__actions .btn--lg {
		width: 100%;
		max-width: 100%;
		min-width: 0;
		min-height: 50px;
		padding: 13px 20px;
		font-size: 15px;
	}

	.bio-kazan-hero__inner.container {
		padding-left: 14px;
		padding-right: 14px;
	}

	.bio-kazan-hero__stats {
		position: relative;
		z-index: 2;
		margin-top: 16px;
		padding-bottom: 14px;
	}

	.bio-kazan-stat {
		flex: 1 1 calc(50% - 6px);
		max-width: calc(50% - 6px);
		padding: 14px 12px;
		border-radius: 16px;
		box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
		min-height: 88px;
	}

	.bio-kazan-stat--accent {
		box-shadow: none;
	}

	.bio-kazan-stat__value {
		font-size: 16px;
		margin-bottom: 4px;
	}

	.bio-kazan-stat__label {
		font-size: 12px;
		line-height: 1.3;
	}

	.bio-useful__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.bio-useful-card {
		padding: 18px 16px;
		border-radius: 16px;
	}

	.bio-useful-card h3 {
		font-size: 16px;
	}

	.bio-useful-card__list li {
		font-size: 14px;
	}

	.bio-useful h2,
	.bio-kazan-section h2,
	.ferinject-info.bio-kazan-section > .container > h2 {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.bio-kazan-section {
		padding-bottom: 32px;
	}

	.bio-kazan-text {
		font-size: 15px;
		line-height: 1.55;
	}

	.bio-kazan-price-box {
		padding: 20px 16px;
	}

	.bio-kazan-price-box .price {
		font-size: 26px;
	}

	.ferinject-benefits__grid {
		gap: 12px;
	}

	section.menu_franch-section {
		padding-top: 12px;
		padding-bottom: 24px;
	}

	.bio-get {
		margin: 20px 12px 16px;
		padding: 20px 0;
		border-radius: 20px;
	}

	.bio-get__row + .bio-get__row {
		margin-top: 24px;
	}

	.bio-kazan-procedure .procedure-block h2,
	#price .ceni__heading h2,
	#preparation .ferinject-list > h2 {
		margin-top: 20px;
		margin-bottom: 16px;
		font-size: 22px;
	}

	.bio-kazan-procedure.procedure-results {
		padding-bottom: 20px;
	}

	.bio-kazan-procedure .procedure-grid {
		margin-bottom: 0;
	}

	#preparation.ferinject-info {
		padding-bottom: 32px;
	}

	.bio-get__row,
	.bio-get__row--reverse {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.bio-get__title {
		font-size: 22px;
		margin-bottom: 16px;
	}

	.bio-get__content h3 {
		font-size: 18px;
	}

	.bio-get__content p,
	.bio-get__list li {
		font-size: 15px;
	}

	.bio-get__tags {
		position: static;
		margin-top: 12px;
		padding: 0 0 4px;
	}

	.bio-get__figure {
		overflow: visible;
		background: transparent;
	}

	.bio-get__figure .bio-get__img {
		border-radius: 20px;
	}

	.bio-get__action .btn {
		width: 100%;
	}

	.bio-kazan-why {
		margin: 0 12px 0;
		padding: 20px 0;
		border-radius: 20px;
	}

	.bio-kazan-why__head {
		margin-bottom: 14px;
	}

	.bio-kazan-why__head h2 {
		font-size: 22px;
		line-height: 1.2;
	}

	.bio-kazan-why__cta--head {
		display: none;
	}

	.bio-kazan-why__cta--foot {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin-top: 14px;
		min-height: 50px;
		padding: 13px 20px;
		font-size: 15px;
		white-space: normal;
		text-align: center;
	}

	.bio-kazan-why__grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.bio-kazan-why__left {
		gap: 12px;
	}

	.bio-kazan-why__left-bottom {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.bio-kazan-why-card {
		padding: 16px 14px;
		border-radius: 16px;
	}

	.bio-kazan-why-card p {
		font-size: 14px;
		line-height: 1.4;
	}

	.bio-kazan-why-card--photo .bio-kazan-why-card__caption {
		font-size: 14px;
		line-height: 1.4;
		color: #fff;
		padding: 16px 14px;
	}

	.bio-kazan-why-card__icon {
		margin-bottom: 12px;
	}

	.bio-kazan-why-card__icon img {
		width: 40px;
		height: 40px;
	}

	.bio-kazan-why-card__icons {
		gap: 8px;
		margin-bottom: 12px;
	}

	.bio-kazan-why-card__icons img {
		height: 24px;
		max-width: 56px;
	}

	.bio-kazan-why-card--photo {
		min-height: 240px;
		border-radius: 16px;
	}

	.bio-kazan-faq.br-faq {
		margin: 0;
		padding: 0;
	}

	.bio-kazan-faq .br-faq__title {
		margin: 20px 0 16px;
		font-size: 22px;
		line-height: 1.2;
	}

	.bio-kazan-faq__cta {
		margin-top: 16px;
		margin-bottom: 0;
		width: 100%;
	}

	.bio-kazan-faq ~ .contact-form.section-wrap-mx {
		margin-top: 12px;
	}
}

/* Landing Казань — не даём swiper галереи раздвигать страницу по горизонтали */
.page-template-page-gynecologist-kazan .screen-page,
.page-template-page-gynecologist-kazan main,
.page-template-page-doctor-kazan .screen-page,
.page-template-page-doctor-kazan main {
	overflow-x: clip;
	max-width: 100%;
}

#clinic-gallery.gallery {
	overflow: hidden;
	max-width: 100%;
}

#clinic-gallery .gallery__top,
#clinic-gallery .gallery-slider {
	overflow: hidden;
	max-width: 100%;
}

#clinic-gallery .gallery-slider .swiper-container {
	overflow: hidden;
}
