/* Biosfera performance / cleanup overrides */
.bx-yandex-map,
.biosfera-map iframe {
	max-width: 100%;
	border: 0;
}

img[loading="lazy"] {
	content-visibility: auto;
}

#panel,
.bx-panel,
.bx-core-waitwindow {
	display: none !important;
}

/* Aspro banner text is opacity:0 until .shown — ensure visible after flexslider init */
.banners-big .slides > li.flex-active-slide .text .inner,
.banners-big .slides > li.shown .text .inner,
.banners-big .flexslider-init .slides > li.flex-active-slide .text .inner {
	opacity: 1 !important;
}

/* Homepage hero slider: flush images + breathing room above CTA */
body.bf-shell .banners-big.front {
	margin: 0 !important;
	overflow: hidden;
}

body.bf-shell .banners-big.front .flexslider {
	margin: 0 !important;
	height: 500px !important;
}

body.bf-shell .banners-big.front .slides > li,
body.bf-shell .banners-big.front .slides .text,
body.bf-shell .banners-big.front .slides .img,
body.bf-shell .banners-big.front .slides .img .inner {
	height: 500px !important;
}

body.bf-shell .banners-big.front .slides > li {
	background-size: cover !important;
	background-position: center center !important;
	overflow: hidden;
}

body.bf-shell .banners-big.front .slides .img {
	padding: 0 !important;
	overflow: hidden !important;
}

body.bf-shell .banners-big.front .slides .img .inner {
	position: relative;
	width: 100%;
}

body.bf-shell .banners-big.front .slides .img img,
body.bf-shell .banners-big.front .slides .img a.image,
body.bf-shell .banners-big.front .slides .img a.image img {
	position: absolute !important;
	inset: 0 !important;
	left: 0 !important;
	right: 0 !important;
	top: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-height: none !important;
	max-width: none !important;
	object-fit: cover;
	object-position: center;
	display: block;
}

body.bf-shell .banners-big.front .slides .img a.image {
	display: block;
}

body.bf-shell .banners-big.front .buttons {
	margin: 18px 0 0 !important;
}

body.bf-shell .banners-big.front .flexslider .flex-control-nav {
	bottom: 18px !important;
	z-index: 5;
}

@media screen and (max-width: 1600px) {
	body.bf-shell .banners-big.front .flexslider,
	body.bf-shell .banners-big.front .slides > li,
	body.bf-shell .banners-big.front .slides .text,
	body.bf-shell .banners-big.front .slides .img,
	body.bf-shell .banners-big.front .slides .img .inner {
		height: 450px !important;
	}
}

@media screen and (max-width: 1400px) {
	body.bf-shell .banners-big.front .flexslider,
	body.bf-shell .banners-big.front .slides > li,
	body.bf-shell .banners-big.front .slides .text,
	body.bf-shell .banners-big.front .slides .img,
	body.bf-shell .banners-big.front .slides .img .inner {
		height: 350px !important;
	}
}

@media screen and (max-width: 1024px) {
	body.bf-shell .banners-big.front .flexslider,
	body.bf-shell .banners-big.front .slides > li,
	body.bf-shell .banners-big.front .slides .text,
	body.bf-shell .banners-big.front .slides .img,
	body.bf-shell .banners-big.front .slides .img .inner {
		height: 300px !important;
	}
}

@media screen and (max-width: 800px) {
	body.bf-shell .banners-big.front .flexslider,
	body.bf-shell .banners-big.front .slides > li,
	body.bf-shell .banners-big.front .slides .text,
	body.bf-shell .banners-big.front .slides .img,
	body.bf-shell .banners-big.front .slides .img .inner {
		height: 420px !important;
	}

	body.bf-shell .banners-big.front .slides > li {
		background-size: cover !important;
		background-position: center top !important;
	}

	body.bf-shell .banners-big.front .buttons {
		margin-top: 14px !important;
	}
}

@media screen and (max-width: 480px) {
	body.bf-shell .banners-big.front .flexslider,
	body.bf-shell .banners-big.front .slides > li,
	body.bf-shell .banners-big.front .slides .text,
	body.bf-shell .banners-big.front .slides .img,
	body.bf-shell .banners-big.front .slides .img .inner {
		height: 360px !important;
	}
}

@media (max-width: 767px) {
	.banners-big .slides .text .title {
		font-size: 22px;
		line-height: 1.25;
	}
}

/* ===== New site header (replaces Bitrix chrome on all viewports) ===== */
.bf-site-header {
	position: sticky;
	top: 0;
	z-index: 5000;
	background: #fff;
	border-bottom: 1px solid rgba(42, 37, 32, 0.1);
	font-family: "PT Sans Caption", Arial, sans-serif;
}

.bf-site-header__bar {
	max-width: 1344px;
	margin: 0 auto;
	padding: 0 20px;
	min-height: 72px;
	display: flex;
	align-items: center;
	gap: 18px;
}

.bf-site-header__brand {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	text-decoration: none;
}

.bf-site-header__brand img {
	display: block;
	height: 40px;
	width: auto;
}

.bf-site-nav {
	flex: 1 1 auto;
	min-width: 0;
}

.bf-site-nav__list {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 2px 4px;
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.bf-site-nav__list > li:before,
.bf-site-nav__list > li:after {
	display: none !important;
	content: none !important;
}

.bf-site-nav__item {
	position: relative;
	display: block !important;
	padding: 0 !important;
	margin: 0 !important;
}

.bf-site-nav__link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 10px 12px;
	border: 0;
	background: transparent;
	color: #333;
	font: bold 14px/1.2 "PT Sans Caption", Arial, sans-serif;
	text-decoration: none;
	cursor: pointer;
	border-radius: 8px;
	transition: color 0.2s ease, background 0.2s ease;
}

.bf-site-nav__link:hover,
.bf-site-nav__link:focus,
.bf-site-nav__link[aria-expanded="true"] {
	color: #958058;
	background: #faf7f2;
	outline: 0;
}

.bf-site-nav__link svg {
	transition: transform 0.2s ease;
}

.bf-site-nav__item:hover > .bf-site-nav__link svg,
.bf-site-nav__link[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.bf-site-nav__dropdown {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	min-width: 240px;
	padding: 10px;
	border: 1px solid rgba(42, 37, 32, 0.1);
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 16px 40px rgba(42, 37, 32, 0.12);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
	z-index: 20;
}

.bf-site-nav__item:hover > .bf-site-nav__dropdown,
.bf-site-nav__item:focus-within > .bf-site-nav__dropdown,
.bf-site-nav__dropdown.is-open {
	opacity: 1;
	visibility: visible;
	transform: none;
}

.bf-site-nav__dropdown[hidden] {
	display: block;
}

.bf-site-nav__dropdown a {
	display: block;
	padding: 10px 12px;
	border-radius: 8px;
	color: #333;
	font: 400 13px/1.35 "PT Sans Caption", Arial, sans-serif;
	text-decoration: none;
	transition: background 0.2s ease, color 0.2s ease;
}

.bf-site-nav__dropdown a:hover,
.bf-site-nav__dropdown a:focus {
	background: #faf7f2;
	color: #958058;
}

.bf-site-nav__drop-head {
	font-weight: bold !important;
	border-bottom: 1px solid rgba(42, 37, 32, 0.08);
	margin-bottom: 4px;
	border-radius: 8px 8px 0 0 !important;
}

.bf-site-header__actions {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: 16px;
}

.bf-icon {
	flex: 0 0 auto;
	display: block;
}

.bf-phone-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	line-height: 1.15;
}

.bf-phone-block__num {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: #2a2520;
	font: bold 14px/1.2 "PT Sans Caption", Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	transition: color 0.2s ease;
}

.bf-phone-block__num:hover {
	color: #958058;
}

.bf-phone-block__callback {
	margin: 0;
	padding: 0 0 0 21px;
	border: 0;
	background: transparent;
	color: #958058;
	font: 400 12px/1.2 "PT Sans Caption", Arial, sans-serif;
	cursor: pointer;
	text-align: left;
	transition: color 0.2s ease, opacity 0.2s ease;
}

.bf-phone-block__callback:hover {
	color: #7a6844;
}

.bf-personal {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #2a2520;
	text-decoration: none;
	min-width: 0;
	transition: color 0.2s ease;
}

.bf-personal:hover {
	color: #958058;
}

.bf-personal__text {
	display: flex;
	flex-direction: column;
	gap: 1px;
	min-width: 0;
}

.bf-personal__name {
	font: bold 14px/1.15 "PT Sans Caption", Arial, sans-serif;
}

.bf-personal__title {
	font: 400 12px/1.15 "PT Sans Caption", Arial, sans-serif;
	color: #888;
}

.bf-personal:hover .bf-personal__title {
	color: #958058;
}

.bf-site-header__phone-mobile {
	display: none;
	color: #2a2520;
	font: bold 13px/1.2 "PT Sans Caption", Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}

.bf-site-header__phone-mobile:hover {
	color: #958058;
}

.bf-site-header__cta {
	border-radius: 24px !important;
	padding: 10px 18px !important;
	white-space: nowrap;
}

.bf-burger {
	display: none;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #f5f2ed;
	cursor: pointer;
	transition: background 0.2s ease;
}

.bf-burger:hover {
	background: #efe8dc;
}

.bf-burger__lines,
.bf-burger__lines::before,
.bf-burger__lines::after {
	display: block;
	width: 18px;
	height: 1.5px;
	background: #2a2520;
	border-radius: 2px;
	transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.2s ease, top 0.28s ease, background 0.2s ease;
}

.bf-burger__lines {
	position: relative;
}

.bf-burger__lines::before,
.bf-burger__lines::after {
	content: "";
	position: absolute;
	left: 0;
}

.bf-burger__lines::before {
	top: -6px;
}

.bf-burger__lines::after {
	top: 6px;
}

.bf-burger[aria-expanded="true"] .bf-burger__lines {
	background: transparent;
}

.bf-burger[aria-expanded="true"] .bf-burger__lines::before {
	top: 0;
	transform: rotate(45deg);
	background: #958058;
}

.bf-burger[aria-expanded="true"] .bf-burger__lines::after {
	top: 0;
	transform: rotate(-45deg);
	background: #958058;
}

.bf-mobile-overlay {
	position: fixed;
	inset: 0;
	z-index: 9997;
	background: rgba(42, 37, 32, 0.48);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.28s ease, visibility 0.28s ease;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.bf-mobile-overlay.is-open {
	opacity: 1;
	visibility: visible;
}

.bf-mobile-menu {
	position: fixed;
	inset: 0 0 0 auto;
	z-index: 9998;
	display: flex;
	flex-direction: column;
	width: min(400px, 92vw);
	padding: 14px 18px 28px;
	overflow-y: auto;
	background: #fff;
	color: #2a2520;
	box-shadow: -18px 0 50px rgba(42, 37, 32, 0.16);
	transform: translateX(105%);
	transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
	font-family: "PT Sans Caption", Arial, sans-serif;
	-webkit-overflow-scrolling: touch;
}

.bf-mobile-menu.is-open {
	transform: none;
}

.bf-mobile-menu__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	min-height: 56px;
	margin-bottom: 4px;
	padding-bottom: 14px;
	border-bottom: 1px solid rgba(42, 37, 32, 0.1);
}

.bf-phone-block--menu .bf-phone-block__num {
	font-size: 16px;
}

.bf-phone-block--menu .bf-phone-block__callback {
	padding-left: 21px;
	font-size: 13px;
}

.bf-personal--menu {
	display: flex;
	width: 100%;
	margin: 4px 0 10px;
	padding: 12px 0;
	border-bottom: 1px solid rgba(42, 37, 32, 0.08);
}

.bf-personal--menu .bf-personal__name {
	font-size: 15px;
}

.bf-personal--menu .bf-personal__title {
	font-size: 12px;
}

.bf-mobile-menu__close {
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	margin-top: 2px;
	border: 0;
	border-radius: 50%;
	background: #f5f2ed;
	color: #2a2520;
	cursor: pointer;
	display: grid;
	place-items: center;
	transition: background 0.2s ease, color 0.2s ease;
}

.bf-mobile-menu__close:hover {
	background: #efe8dc;
	color: #958058;
}

.bf-mobile-group {
	border-bottom: 1px solid rgba(42, 37, 32, 0.08);
}

.bf-mobile-group__row {
	display: flex;
	align-items: center;
	min-height: 48px;
}

.bf-mobile-group__row > a {
	flex: 1 1 auto;
	padding: 14px 0;
	color: #2a2520;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.25;
}

.bf-mobile-group__row > button {
	display: grid;
	flex: 0 0 auto;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #2a2520;
	cursor: pointer;
	place-items: center;
}

.bf-mobile-group__row > button svg {
	transition: transform 0.2s ease;
}

.bf-mobile-group__row > button[aria-expanded="true"] svg {
	transform: rotate(180deg);
}

.bf-mobile-submenu {
	display: grid;
	padding: 0 0 12px 4px;
}

.bf-mobile-submenu[hidden] {
	display: none;
}

.bf-mobile-submenu a {
	padding: 9px 12px;
	border-left: 1px solid rgba(149, 128, 88, 0.35);
	color: #555;
	font-size: 14px;
	font-weight: 400;
	text-decoration: none;
	line-height: 1.35;
}

.bf-mobile-submenu a:hover {
	border-left-color: #958058;
	color: #958058;
}

.bf-mobile-menu__actions {
	display: grid;
	gap: 10px;
	margin: 18px 0 12px;
}

.bf-mobile-menu__actions .btn {
	border-radius: 24px !important;
	min-height: 48px;
	font-weight: bold !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
}

.bf-mobile-menu__actions .btn.white {
	background: #fff !important;
	border: 1px solid rgba(42, 37, 32, 0.14) !important;
	color: #2a2520 !important;
}

.bf-mobile-menu__contacts {
	margin-top: auto;
	padding-top: 14px;
	border-top: 1px solid rgba(42, 37, 32, 0.1);
	font-size: 12px;
	color: #888;
	line-height: 1.5;
}

.bf-mobile-menu__contacts a[href^="mailto"] {
	font-size: 13px;
	font-weight: 400;
	color: #958058;
}

body.bf-menu-open {
	overflow: hidden;
	touch-action: none;
}

/* Kill legacy Bitrix header leftovers if cached HTML remains */
header.header-v2,
#headerfixed,
#mobileheader,
#mobilemenu,
.mega_fixed_menu,
.line-row.visible-xs {
	display: none !important;
}

body.mheader-v1,
body.bf-shell {
	padding-top: 0 !important;
}

@media (max-width: 1180px) {
	.bf-site-nav__link {
		padding: 10px 8px;
		font-size: 13px;
	}
	.bf-site-header__actions {
		gap: 12px;
	}
	.bf-phone-block__num {
		font-size: 13px;
	}
	.bf-personal__name {
		font-size: 13px;
	}
}

@media (max-width: 991px) {
	.bf-site-header__bar {
		min-height: 56px;
		padding: 0 12px;
		gap: 10px;
	}
	.bf-site-header__brand {
		margin-right: auto;
	}
	.bf-site-header__brand img {
		height: 32px;
	}
	.bf-site-nav {
		display: none;
	}
	.bf-phone-block--desktop,
	.bf-personal--desktop,
	.bf-site-header__cta {
		display: none !important;
	}
	.bf-site-header__phone-mobile {
		display: inline-block;
		font-size: 12px;
	}
	.bf-burger {
		display: inline-flex;
	}
	.bf-site-header__actions {
		gap: 8px;
	}
}

@media (max-width: 360px) {
	.bf-site-header__phone-mobile {
		font-size: 11px;
		letter-spacing: -0.02em;
	}
}

/* ===== Desktop: hide Aspro «Ещё / …» if old chrome appears ===== */
@media (min-width: 992px) {
	.mega-menu table td.js-dropdown.nosave,
	.mega-menu table td .wrap > a.more-items,
	.mega-menu table td .wrap > .more-items,
	.mega-menu .dropdown-toggle.more-items,
	.menu-row .mega-menu table td.js-dropdown.nosave {
		display: none !important;
		visibility: hidden !important;
		width: 0 !important;
		min-width: 0 !important;
		padding: 0 !important;
		margin: 0 !important;
		border: 0 !important;
		overflow: hidden !important;
		pointer-events: none !important;
	}

	/* Keep real items visible (custom.css forced all unvisible on) */
	.mega-menu table td.menu-item.unvisible {
		visibility: visible !important;
		opacity: 1 !important;
	}
}

/* Lead / callback modal */
.biosfera-modal-open {
	overflow: hidden;
}

.biosfera-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.biosfera-modal[hidden] {
	display: none !important;
}

.biosfera-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(20, 18, 14, 0.55);
}

.biosfera-modal__dialog {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 460px;
	background: #fff;
	border-radius: 8px;
	padding: 28px 28px 24px;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
}

.biosfera-modal__close {
	position: absolute;
	top: 8px;
	right: 12px;
	border: 0;
	background: transparent;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	color: #666;
}

.biosfera-modal__title {
	margin: 0 0 8px;
	font-size: 22px;
	color: #2f2a24;
}

.biosfera-modal__desc {
	margin: 0 0 18px;
	color: #666;
	font-size: 14px;
	line-height: 1.45;
}

.biosfera-modal__field {
	margin-bottom: 12px;
}

.biosfera-modal__field label {
	display: block;
	margin-bottom: 4px;
	font-size: 13px;
	color: #444;
}

.biosfera-modal__field input,
.biosfera-modal__field textarea {
	width: 100%;
	border: 1px solid #d8d2c8;
	border-radius: 4px;
	padding: 10px 12px;
	font-size: 15px;
}

.biosfera-modal__consent {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	margin: 10px 0 16px;
	font-size: 12px;
	color: #555;
	line-height: 1.35;
}

/* Consent checkbox — gold check like source Bitrix */
.bf-consent,
.biosfera-modal__consent,
.biosfera-capture__consent {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	cursor: pointer;
	font-weight: 400;
}

.bf-consent input[type="checkbox"],
.biosfera-modal__consent input[type="checkbox"],
.biosfera-capture__consent input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	margin: 1px 0 0;
	flex: 0 0 18px;
	border: 1px solid #c8b99a;
	border-radius: 3px;
	background: #fff;
	cursor: pointer;
	position: relative;
}

.bf-consent input[type="checkbox"]:checked,
.biosfera-modal__consent input[type="checkbox"]:checked,
.biosfera-capture__consent input[type="checkbox"]:checked {
	background: #958058;
	border-color: #958058;
}

.bf-consent input[type="checkbox"]:checked::after,
.biosfera-modal__consent input[type="checkbox"]:checked::after,
.biosfera-capture__consent input[type="checkbox"]:checked::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 2px;
	width: 5px;
	height: 9px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.bf-consent__text,
.bf-consent a,
.biosfera-modal__consent a,
.biosfera-capture__consent a {
	color: #6b6b6b;
}

.bf-consent a:hover,
.biosfera-modal__consent a:hover,
.biosfera-capture__consent a:hover {
	color: #958058;
}

.sf-lead-toast {
	position: fixed;
	z-index: 100050;
	right: 20px;
	bottom: 20px;
	max-width: min(360px, calc(100vw - 32px));
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease;
	pointer-events: none;
}
.sf-lead-toast.is-visible {
	opacity: 1;
	transform: none;
	pointer-events: auto;
}
.sf-lead-toast__card {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	padding: 14px 16px;
	background: #fff;
	border: 1px solid #e6e0d6;
	border-radius: 8px;
	box-shadow: 0 10px 30px rgba(0,0,0,.12);
}
.sf-lead-toast__icon {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #fff;
	font-weight: 700;
}
.sf-lead-toast--ok .sf-lead-toast__icon { background: #958058; }
.sf-lead-toast--error .sf-lead-toast__icon { background: #a94442; }
.sf-lead-toast__title { margin: 0 0 4px; font-weight: 700; font-size: 14px; }
.sf-lead-toast__text { margin: 0; font-size: 13px; color: #555; }
.sf-lead-toast__close {
	margin-left: auto;
	border: 0;
	background: transparent;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	color: #999;
}

.biosfera-modal__submit {
	width: 100%;
}

.biosfera-modal__status {
	min-height: 1.2em;
	margin-top: 10px;
	font-size: 13px;
	color: #958058;
}

.biosfera-hp {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	pointer-events: none !important;
}

.callback-block,
.wrap_icon.record .btn,
.right-icons .btn.animate-load {
	cursor: pointer;
}

/* Equal-height service cards on homepage */
.item-views.front.sections .items.row,
.sections.item-views.front .items.row {
	display: flex;
	flex-wrap: wrap;
}

.item-views.front.sections .items.row > [class*="col-"],
.sections.item-views.front .items.row > [class*="col-"] {
	display: flex;
	margin-bottom: 24px;
}

.item-views.front.sections .items.row .item,
.sections.item-views.front .items.row .item {
	width: 100%;
	display: flex;
	flex-direction: column;
}

.item-views.front.sections .items.row .item .info,
.sections.item-views.front .items.row .item .info {
	flex: 1 1 auto;
}

/* Staff / reviews carousel: keep cards readable */
.biosfera-carousel .slides > li {
	margin-right: 20px;
}

.staff-items .item,
.reviews.front .item {
	background: #fff;
	min-height: 100%;
}

/* Service detail: floated images shouldn't collapse tabs */
.detail .detailimage,
.detail img[align="right"],
.content-md img[align="right"] {
	float: right;
	max-width: 46%;
	height: auto;
	margin: 0 0 16px 20px;
}

.detail .tabs_content,
.content-md .tab-pane {
	overflow: hidden;
}

@media (max-width: 767px) {
	.detail img[align="right"],
	.content-md img[align="right"] {
		float: none;
		max-width: 100%;
		margin: 0 0 16px;
		display: block;
	}
}

/* ===== Service page — fine editorial design ===== */
.biosfera-service-page {
	--bf-ink: #333333;
	--bf-muted: #555555;
	--bf-soft: #888888;
	--bf-line: rgba(42, 37, 32, 0.12);
	--bf-line-soft: rgba(42, 37, 32, 0.07);
	--bf-accent: #958058;
	--bf-accent-deep: #7d6a48;
	--bf-paper: #fff;
	--bf-wash: #faf8f5;
	--bf-radius: 10px;
	--bf-radius-sm: 8px;
	--bf-radius-btn: 24px;
	--bf-ease: 0.28s cubic-bezier(0.22, 1, 0.36, 1);
	color: var(--bf-ink);
	font-family: "PT Sans Caption", Arial, sans-serif;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}

.biosfera-service-page h1,
.biosfera-service-page h2,
.biosfera-service-page h3,
.biosfera-service-page h4,
.biosfera-service-page #pagetitle,
.biosfera-service-page .biosfera-feat h3,
.biosfera-service-page .biosfera-step h3,
.biosfera-service-page .biosfera-faq__q,
.biosfera-service-page .biosfera-faq__item > summary {
	font-family: "PT Sans Caption", Arial, sans-serif;
	font-weight: bold;
}

.biosfera-service-page .page-top {
	padding-top: 22px;
	padding-bottom: 0;
}

.biosfera-service-page .breadcrumb {
	font-size: 12px;
	letter-spacing: 0.02em;
	color: var(--bf-soft);
	margin-bottom: 10px !important;
}

.biosfera-service-page .breadcrumb a {
	color: var(--bf-soft);
	text-decoration: none;
	border-bottom: 1px solid transparent;
	transition: color var(--bf-ease), border-color var(--bf-ease);
}

.biosfera-service-page .breadcrumb a:hover {
	color: var(--bf-accent);
	border-bottom-color: rgba(149, 128, 88, 0.45);
}

.biosfera-service-page .breadcrumb .active,
.biosfera-service-page .breadcrumb .active span {
	color: var(--bf-ink);
}

.biosfera-service-page #pagetitle {
	margin: 6px 0 0;
	padding-bottom: 18px;
	font-size: 2.1333em;
	line-height: 1.25;
	font-weight: bold;
	letter-spacing: normal;
	color: #333;
	border-bottom: 1px solid var(--bf-line);
}

.biosfera-service-layout {
	margin-top: 28px;
	margin-bottom: 64px;
}

.biosfera-service-aside {
	margin-bottom: 28px;
}

/* Buttons — thin, precise */
.biosfera-btn,
.biosfera-service-page .btn,
.biosfera-related__card,
.biosfera-side-nav li a,
.biosfera-back-link,
.biosfera-faq__item > summary,
.biosfera-feat,
.biosfera-step {
	transition: background-color var(--bf-ease), color var(--bf-ease), border-color var(--bf-ease),
		box-shadow var(--bf-ease), transform var(--bf-ease), opacity var(--bf-ease);
}

.biosfera-btn,
.biosfera-service-page .btn.btn-default {
	background: var(--bf-accent) !important;
	border: 1px solid var(--bf-accent) !important;
	color: #fff !important;
	border-radius: var(--bf-radius-btn) !important;
	padding: 12px 22px !important;
	font-weight: bold !important;
	font-size: 13px !important;
	letter-spacing: 0.04em;
	text-transform: none;
	box-shadow: none !important;
	line-height: 1.3;
}

.biosfera-service-cta .btn.btn-lg {
	padding: 14px 26px !important;
	font-size: 14px !important;
}

.biosfera-btn i,
.biosfera-service-page .btn i {
	margin-right: 7px;
	font-size: 12px;
	opacity: 0.92;
}

.biosfera-btn:hover,
.biosfera-btn:focus,
.biosfera-service-page .btn.btn-default:hover,
.biosfera-service-page .btn.btn-default:focus {
	background: var(--bf-accent-deep) !important;
	border-color: var(--bf-accent-deep) !important;
	color: #fff !important;
	transform: none;
	box-shadow: none !important;
}

.biosfera-btn:active,
.biosfera-service-page .btn.btn-default:active {
	transform: none;
	opacity: 0.92;
}

.biosfera-btn.white,
.biosfera-service-page .btn.btn-default.white {
	background: transparent !important;
	color: var(--bf-ink) !important;
	border: 1px solid var(--bf-line) !important;
}

.biosfera-btn.white:hover,
.biosfera-btn.white:focus,
.biosfera-service-page .btn.btn-default.white:hover,
.biosfera-service-page .btn.btn-default.white:focus {
	background: var(--bf-wash) !important;
	color: var(--bf-accent-deep) !important;
	border-color: var(--bf-accent) !important;
}

.biosfera-btn--block {
	width: 100%;
}

/* Aside panels — Aspro side-menu / ask-block rhythm */
.biosfera-side-card,
.biosfera-capture--aside,
.biosfera-side-nav {
	background: #fff;
	border: 1px solid #ecf2f4;
	border-radius: 3px;
	box-shadow: none;
}

.biosfera-side-card {
	padding: 22px 20px 20px;
	margin-bottom: 18px;
	position: relative;
}

.biosfera-side-card__icon {
	width: 40px;
	height: 40px;
	border-radius: 0;
	background: transparent;
	color: var(--bf-accent);
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 28px;
	margin: 0 0 12px;
	padding: 0;
}

.biosfera-side-card p {
	margin: 0 0 14px;
	color: #333;
	font-size: 14px;
	line-height: 1.45;
}

.biosfera-side-card .btn {
	width: 100%;
	padding: 11px 16px !important;
	font-size: 13px !important;
}

.biosfera-side-nav {
	padding: 0;
	margin-bottom: 18px;
	overflow: hidden;
}

.biosfera-side-nav__title {
	display: none; /* old site had no “Разделы” label above side-menu */
}

.biosfera-side-nav ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.biosfera-side-nav li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #f2f6f7;
}

.biosfera-side-nav li:first-child {
	border-top: 0;
}

.biosfera-side-nav li a {
	display: block;
	padding: 16px 20px;
	color: #333;
	text-decoration: none;
	border-left: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.35;
	letter-spacing: 0;
	background: transparent;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.biosfera-side-nav li a:hover,
.biosfera-side-nav li a:focus {
	background: #f9fbfb;
	color: #333;
	border-left-color: transparent;
}

.biosfera-side-nav li.is-active > a,
.biosfera-side-nav li.is-active > a:hover {
	background: #f9fbfb;
	color: #333;
	font-weight: bold;
	box-shadow: inset 3px 0 0 var(--bf-accent);
}

.biosfera-back-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #888;
	font-size: 13px;
	letter-spacing: 0;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	padding-bottom: 1px;
	margin-top: 4px;
}

.biosfera-back-link:hover {
	color: var(--bf-accent);
	border-bottom-color: rgba(149, 128, 88, 0.4);
}

/* Hero — wide detail image like source /services/check-up/ */
.biosfera-service-hero {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: var(--bf-radius-sm);
	overflow: hidden;
	background: #fff;
	box-shadow: none;
}

.biosfera-service-hero__link {
	display: block;
	line-height: 0;
}

.biosfera-service-hero img {
	display: block;
	width: 100%;
	height: auto;
	max-height: none;
	object-fit: contain;
	object-position: center top;
	border-radius: var(--bf-radius-sm);
	transition: opacity 0.25s ease;
}

.biosfera-service-hero__link:hover img {
	opacity: 0.96;
}

/* CTA bar — Aspro order-block rhythm */
.biosfera-service-cta {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	background: #f9fbfb;
	border: 1px solid #ecf2f4;
	border-radius: 0 0 var(--bf-radius-sm) var(--bf-radius-sm);
	padding: 28px 24px;
	margin: 0 0 40px;
	clear: both;
}

.biosfera-service-cta__text {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 220px;
	flex: 1 1 280px;
	padding-left: 56px;
	position: relative;
	color: #333;
	text-align: left;
}

.biosfera-service-cta__text::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 42px;
	height: 40px;
	background: url("bitrix/templates/aspro-medc2/images/svg/Service_icon.svg") 0 0 no-repeat;
	background-size: contain;
}

.biosfera-service-cta__text strong {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.01em;
	line-height: 1.3;
}

.biosfera-service-cta__text span {
	color: #333;
	font-size: 15px;
	line-height: 1.5;
}

.biosfera-service-cta__actions {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	margin-left: auto;
}

.biosfera-service-cta__actions .btn {
	margin: 0 !important;
	min-width: 160px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

@media (max-width: 767px) {
	.biosfera-service-cta {
		padding: 22px 18px;
		margin-bottom: 28px;
	}

	.biosfera-service-cta__text {
		padding-left: 52px;
		flex: 1 1 100%;
	}

	.biosfera-service-cta__actions {
		width: 100%;
		margin-left: 0;
		justify-content: stretch;
	}

	.biosfera-service-cta__actions .btn {
		flex: 1 1 auto;
		min-width: 0;
	}
}

/* Content typography */
.biosfera-service-content {
	font-size: 15.5px;
	line-height: 1.72;
	color: var(--bf-ink);
}

.biosfera-service-content p {
	margin: 0 0 16px;
	color: var(--bf-muted);
}

.biosfera-service-content h2 {
	margin: 36px 0 14px;
	padding-bottom: 10px;
	font-size: 1.333em;
	font-weight: bold;
	letter-spacing: normal;
	color: #333;
	line-height: 1.3125em;
	border-bottom: 1px solid var(--bf-line-soft);
}

.biosfera-lead {
	font-size: 15px !important;
	line-height: 25px !important;
	color: #333 !important;
	margin: 0 0 28px !important;
	padding: 0 0 22px;
	border-bottom: 1px solid var(--bf-line-soft);
	font-weight: 400;
}

.biosfera-service-content > p:first-child,
.biosfera-service-content .introtext,
.biosfera-service-content .biosfera-lead {
	font-size: 15px;
	line-height: 25px;
	color: #333;
}

.biosfera-service-content ul {
	margin: 0 0 18px 1.05em;
	padding: 0;
	color: var(--bf-muted);
}

.biosfera-service-content li {
	margin-bottom: 7px;
}

/* Feature grid — hairline cards */
.biosfera-features {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	margin: 4px 0 32px;
	border: 1px solid var(--bf-line);
	border-radius: var(--bf-radius);
	overflow: hidden;
	background: var(--bf-paper);
}

.biosfera-feat {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 22px 20px;
	box-shadow: none;
	border-right: 1px solid var(--bf-line-soft);
	border-bottom: 1px solid var(--bf-line-soft);
}

.biosfera-feat:nth-child(2n) {
	border-right: 0;
}

.biosfera-feat:nth-last-child(-n+2) {
	border-bottom: 0;
}

.biosfera-feat:hover {
	background: var(--bf-wash);
	border-color: inherit;
	box-shadow: none;
	transform: none;
}

.biosfera-feat__icon {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: transparent;
	color: var(--bf-accent);
	border: 1px solid var(--bf-line);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	margin-bottom: 14px;
}

.biosfera-feat h3 {
	margin: 0 0 6px;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: normal;
	color: #333;
}

.biosfera-feat p {
	margin: 0 !important;
	font-size: 13px;
	color: var(--bf-muted);
	line-height: 1.5;
}

/* Include / audience */
.biosfera-include,
.biosfera-audience {
	background: var(--bf-paper);
	border: 1px solid var(--bf-line);
	border-radius: var(--bf-radius);
	padding: 22px 24px;
	margin: 24px 0;
}

.biosfera-include h2,
.biosfera-audience__head h2 {
	margin-top: 0 !important;
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
	color: #333 !important;
}

.biosfera-include__list,
.biosfera-audience__list {
	list-style: none !important;
	list-style-type: none !important;
	margin: 14px 0 0 !important;
	padding: 0 !important;
	border-top: 1px solid var(--bf-line-soft);
}

.biosfera-include__list li,
.biosfera-audience__list li,
.biosfera-service-page .biosfera-include__list li,
.biosfera-service-page .biosfera-audience__list li,
.biosfera-service-page ul.biosfera-include__list > li,
.biosfera-service-page ul.biosfera-audience__list > li {
	position: relative !important;
	display: flex !important;
	align-items: flex-start;
	gap: 12px;
	padding: 12px 0 12px 0 !important;
	padding-left: 0 !important;
	border-bottom: 1px solid var(--bf-line-soft);
	margin: 0 !important;
	margin-bottom: 0 !important;
	font-size: 15px !important;
	line-height: 25px !important;
	color: #333 !important;
	font-weight: 400;
	list-style: none !important;
}

.biosfera-include__list li:last-child,
.biosfera-audience__list li:last-child {
	border-bottom: 0;
	padding-bottom: 0 !important;
}

/* Kill Aspro em-dash / custom bullets that collide with FA icons */
.biosfera-service-page ul li:before,
.biosfera-service-page ul li:after,
.biosfera-include__list li:before,
.biosfera-include__list li:after,
.biosfera-audience__list li:before,
.biosfera-audience__list li:after,
.biosfera-side-nav ul li:before,
.biosfera-side-nav ul li:after,
.biosfera-features li:before,
.biosfera-related li:before {
	display: none !important;
	content: none !important;
	width: 0 !important;
	height: 0 !important;
	background: none !important;
}

.biosfera-li-ico {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	margin-top: 1px;
	border: 1px solid var(--bf-line);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--bf-accent);
	font-size: 12px;
	line-height: 1;
	background: #fff;
}

.biosfera-li-txt {
	flex: 1 1 auto;
}

.biosfera-include__list .fa-check {
	color: var(--bf-accent);
	margin-right: 0;
	font-size: 12px;
}

.biosfera-audience__head {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--bf-line-soft);
}

.biosfera-audience__head i {
	color: var(--bf-accent);
	font-size: 15px;
	width: 28px;
	height: 28px;
	border: 1px solid var(--bf-line);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* Steps */
.biosfera-steps {
	margin: 32px 0;
}

.biosfera-steps > h2 {
	margin-bottom: 16px !important;
}

.biosfera-steps__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 0;
	border: 1px solid var(--bf-line);
	border-radius: var(--bf-radius);
	overflow: hidden;
}

.biosfera-step {
	background: var(--bf-paper);
	border: 0;
	border-radius: 0;
	border-right: 1px solid var(--bf-line-soft);
	padding: 22px 18px;
	box-shadow: none;
}

.biosfera-step:last-child {
	border-right: 0;
}

.biosfera-step:hover {
	background: var(--bf-wash);
	border-color: inherit;
	box-shadow: none;
}

.biosfera-step__n {
	display: block;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.16em;
	color: var(--bf-accent);
	margin-bottom: 12px;
}

.biosfera-step h3 {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: bold;
	color: var(--bf-ink);
}

.biosfera-step p {
	margin: 0 !important;
	font-size: 13px;
	color: var(--bf-muted);
	line-height: 1.5;
}

/* Related */
.biosfera-related {
	margin: 36px 0 12px;
}

.biosfera-related > h2 {
	margin-bottom: 14px !important;
}

.biosfera-related__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0;
	border: 1px solid var(--bf-line);
	border-radius: var(--bf-radius);
	overflow: hidden;
}

.biosfera-related__card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 15px 18px;
	border: 0;
	border-radius: 0;
	border-right: 1px solid var(--bf-line-soft);
	border-bottom: 1px solid var(--bf-line-soft);
	text-decoration: none !important;
	color: var(--bf-ink) !important;
	background: var(--bf-paper);
}

.biosfera-related__card:nth-child(2n) {
	border-right: 0;
}

.biosfera-related__card:nth-last-child(-n+2) {
	border-bottom: 0;
}

.biosfera-related__card > .fa:first-child {
	color: var(--bf-accent);
	width: 18px;
	text-align: center;
	font-size: 13px;
}

.biosfera-related__card span {
	flex: 1;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.01em;
}

.biosfera-related__card .fa-angle-right {
	color: var(--bf-line);
	font-size: 12px;
}

.biosfera-related__card:hover {
	background: var(--bf-wash);
	border-color: inherit;
	color: var(--bf-accent-deep) !important;
	transform: none;
}

.biosfera-related__card:hover .fa-angle-right {
	color: var(--bf-accent);
}

/* Capture forms */
.biosfera-hp {
	position: absolute !important;
	left: -9999px !important;
	opacity: 0 !important;
	height: 0 !important;
	width: 0 !important;
	pointer-events: none !important;
}

.biosfera-capture--aside {
	padding: 18px 18px 16px;
	margin-bottom: 18px;
	background: #f9fbfb;
}

.biosfera-capture__title {
	font-weight: bold;
	color: #333;
	margin-bottom: 12px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ecf2f4;
	font-size: 13px;
	letter-spacing: 0.02em;
	text-transform: none;
}

.biosfera-capture__title i {
	color: var(--bf-accent);
	margin-right: 7px;
	font-size: 14px;
	text-transform: none;
}

.biosfera-capture__field {
	display: block;
	margin-bottom: 10px;
}

.biosfera-capture__field span {
	display: block;
	font-size: 11px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 4px;
}

.biosfera-capture__field span em {
	font-style: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #b0a89e;
}

.biosfera-capture__field input,
.biosfera-capture__field textarea {
	width: 100%;
	border: 1px solid #ecf2f4;
	border-radius: 3px;
	padding: 9px 11px;
	font-size: 14px;
	color: #333;
	background: #fff;
	box-shadow: none;
	transition: border-color var(--bf-ease);
}

.biosfera-capture__field input:focus,
.biosfera-capture__field textarea:focus {
	outline: none;
	border-color: var(--bf-accent);
	box-shadow: none;
}

.biosfera-capture__consent {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-size: 11px;
	color: #888;
	margin: 8px 0 12px;
	line-height: 1.4;
}

.biosfera-capture__status {
	margin-top: 10px;
	font-size: 12px;
	color: var(--bf-accent);
	min-height: 1.2em;
	letter-spacing: 0.02em;
}

.biosfera-capture--main {
	display: grid;
	grid-template-columns: 0.95fr 1.15fr;
	gap: 0;
	align-items: stretch;
	margin: 40px 0 32px;
	padding: 0;
	border-radius: var(--bf-radius);
	background: var(--bf-paper);
	color: var(--bf-ink);
	border: 1px solid var(--bf-line);
	box-shadow: none;
	overflow: hidden;
}

.biosfera-capture__intro {
	padding: 28px 26px;
	border-right: 1px solid var(--bf-line-soft);
	background: var(--bf-wash);
}

.biosfera-capture__badge {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: transparent;
	border: 1px solid var(--bf-line);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
	color: var(--bf-accent);
	font-size: 12px;
}

.biosfera-capture__intro h2 {
	margin: 0 0 10px;
	font-size: 1.333em;
	font-weight: bold;
	letter-spacing: -0.015em;
	color: var(--bf-ink);
	line-height: 1.3;
	border: 0;
	padding: 0;
}

.biosfera-capture__intro p {
	margin: 0;
	color: var(--bf-muted);
	font-size: 13px;
	line-height: 1.55;
}

.biosfera-capture__form {
	background: transparent;
	border-radius: 0;
	padding: 26px 24px;
	color: var(--bf-ink);
}

.biosfera-capture__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.biosfera-capture__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 4px;
}

.biosfera-seo-geo {
	margin-top: 16px !important;
	margin-bottom: 8px !important;
	padding: 14px 16px !important;
	background: var(--bf-wash) !important;
	border-radius: var(--bf-radius-sm) !important;
	border: 1px solid var(--bf-line-soft) !important;
	font-size: 13px !important;
	color: var(--bf-muted) !important;
	line-height: 1.55 !important;
}

.biosfera-seo-geo strong {
	color: var(--bf-ink);
	font-weight: 500;
}

/* FAQ — compact, elegant accordion */
.biosfera-faq {
	margin: 28px 0 16px;
	clear: both;
}

.biosfera-faq > h2 {
	margin: 0 0 8px;
	padding-bottom: 8px;
	font-size: 1.25em;
	font-weight: bold;
	letter-spacing: 0;
	color: #333;
	border-bottom: 1px solid #ecf2f4;
	text-transform: none;
}

.biosfera-faq__item {
	border: 0;
	border-bottom: 1px solid #f0f3f4;
	border-radius: 0;
	background: transparent;
	margin-bottom: 0;
	padding: 0;
	overflow: visible;
}

.biosfera-faq__item:first-of-type {
	border-top: 0;
}

.biosfera-faq__q,
.biosfera-faq__item > summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0;
	padding: 11px 0;
	font-size: 15px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	list-style: none;
	letter-spacing: 0;
	line-height: 1.35;
	transition: color 0.2s ease;
}

.biosfera-faq__item > summary:hover {
	background: transparent;
	color: var(--bf-accent);
}

.biosfera-faq__item > summary::-webkit-details-marker {
	display: none;
}

.biosfera-faq__item > summary::after {
	content: "";
	flex: 0 0 auto;
	width: 10px;
	height: 10px;
	margin-top: -2px;
	border-right: 1.5px solid var(--bf-accent);
	border-bottom: 1.5px solid var(--bf-accent);
	transform: rotate(45deg);
	transition: transform 0.22s ease;
	float: none;
	font-size: 0;
	line-height: 0;
	color: transparent;
}

.biosfera-faq__item[open] > summary {
	color: var(--bf-accent-deep);
}

.biosfera-faq__item[open] > summary::after {
	content: "";
	transform: rotate(-135deg);
	margin-top: 4px;
}

.biosfera-faq__a {
	padding: 0 28px 12px 0;
}

.biosfera-faq__a p {
	margin: 0;
	color: #555;
	line-height: 1.55;
	font-size: 14px;
}

@media (max-width: 991px) {
	.biosfera-service-page #pagetitle {
		font-size: 28px;
	}
	.biosfera-service-hero img {
		max-height: 300px;
	}
	.biosfera-steps__grid {
		grid-template-columns: 1fr;
	}
	.biosfera-step {
		border-right: 0;
		border-bottom: 1px solid var(--bf-line-soft);
	}
	.biosfera-step:last-child {
		border-bottom: 0;
	}
	.biosfera-capture--main {
		grid-template-columns: 1fr;
	}
	.biosfera-capture__intro {
		border-right: 0;
		border-bottom: 1px solid var(--bf-line-soft);
	}
}

@media (max-width: 767px) {
	.biosfera-service-cta {
		padding: 16px;
	}
	.biosfera-service-cta__actions .btn,
	.biosfera-capture__actions .btn {
		width: 100%;
	}
	.biosfera-features,
	.biosfera-related__grid,
	.biosfera-capture__row {
		grid-template-columns: 1fr;
	}
	.biosfera-feat,
	.biosfera-related__card {
		border-right: 0 !important;
		border-bottom: 1px solid var(--bf-line-soft);
	}
	.biosfera-feat:last-child,
	.biosfera-related__card:last-child {
		border-bottom: 0;
	}
	.biosfera-feat:nth-last-child(-n+2),
	.biosfera-related__card:nth-last-child(-n+2) {
		border-bottom: 1px solid var(--bf-line-soft);
	}
	.biosfera-feat:last-child,
	.biosfera-related__card:last-child {
		border-bottom: 0 !important;
	}
}

/* ===== Source-adapted service blocks (from /services/check-up/) ===== */
.bf-src {
	max-width: 100%;
	color: #111;
	font-family: "PT Sans Caption", Arial, sans-serif;
}

.bf-src-intro {
	margin: 0 0 36px !important;
	font-size: 15px !important;
	line-height: 1.65 !important;
	color: #111 !important;
	text-align: left;
}

.bf-src-benefits {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px 40px;
	margin: 8px 0 48px;
	text-align: center;
}

.bf-src-benefits__item {
	flex: 0 1 180px;
	max-width: 200px;
}

.bf-src-benefits__item img {
	display: block;
	width: 120px;
	height: auto;
	margin: 0 auto;
}

.bf-src-benefits__item p {
	margin: 14px 0 0 !important;
	font-size: 14px !important;
	line-height: 1.4 !important;
	color: #111 !important;
	text-align: center;
}

.bf-src-panel {
	padding: 36px 48px;
	margin: 0 0 40px;
	background: #958058;
	color: #fff;
	border-radius: 0;
}

.bf-src-panel__title,
.bf-src-results__title,
.bf-src-staff__title {
	margin: 0 0 28px !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 1.55em !important;
	font-weight: bold !important;
	line-height: 1.25 !important;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #fff !important;
}

.bf-src-panel p {
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.6 !important;
	color: #fff !important;
}

.bf-src-panel--reasons ul {
	list-style: none !important;
	margin: 8px 0 0 !important;
	padding: 0 0 0 28px !important;
}

.bf-src-panel--reasons li {
	position: relative;
	margin: 0 0 16px !important;
	padding: 0 0 0 22px !important;
	color: #fff !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
}

.bf-src-panel--reasons li:last-child {
	margin-bottom: 0 !important;
}

.bf-src-panel--reasons li:before,
.bf-src .bf-src-panel--reasons li:before,
.biosfera-service-page .bf-src-panel--reasons li:before {
	content: "" !important;
	position: absolute !important;
	left: 0 !important;
	top: 0.55em !important;
	width: 9px !important;
	height: 9px !important;
	margin: 0 !important;
	border-radius: 50% !important;
	background: #1a1a1a !important;
	border: 0 !important;
	display: block !important;
}

.bf-src-iconlist {
	list-style: none !important;
	margin: 4px 0 36px !important;
	padding: 0 !important;
}

.bf-src-iconlist li,
.biosfera-service-page .bf-src-iconlist li {
	display: flex !important;
	align-items: center;
	gap: 18px;
	min-height: 0;
	margin: 0 0 12px !important;
	padding: 0 !important;
	list-style: none !important;
}

.bf-src-iconlist li:before,
.bf-src-iconlist li:after,
.biosfera-service-page .bf-src-iconlist li:before,
.biosfera-service-page .bf-src-iconlist li:after {
	content: none !important;
	display: none !important;
}

.bf-src-iconlist img {
	flex: 0 0 auto;
	width: 64px;
	height: auto;
	display: block;
}

.bf-src-iconlist span:not(.bf-src-ico) {
	flex: 1 1 auto;
	font-size: 15px;
	line-height: 1.4;
	color: #111;
	text-transform: lowercase;
}

.bf-src-results {
	margin: 4px 0 36px;
}

.bf-src-results__title {
	color: #111 !important;
	margin-bottom: 22px !important;
}

.bf-src-results__item {
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
	padding-left: 48px;
	margin: 0 0 18px;
	min-height: 0;
}

.bf-src-results__n {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 32px;
	height: 32px;
	border: 1px solid #958058;
	border-radius: 50%;
	color: #958058;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
}

.bf-src-results__item img {
	flex: 0 0 auto;
	width: 140px;
	height: auto;
	display: block;
	border-radius: 2px;
}

.bf-src-results__item p {
	flex: 1 1 auto;
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
	color: #111 !important;
}

.bf-src-video {
	margin: 0 0 28px;
}

.bf-src-video__frame {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	background: #111;
	overflow: hidden;
}

.bf-src-video__frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.bf-src-quote {
	margin: 0 0 56px;
	padding: 42px 36px 42px 36px;
	background: #f5f8f9;
	border: 0;
}

.bf-src-quote p {
	margin: 0 !important;
	padding-left: 56px;
	background: url("img/kav.png") no-repeat left 0.15em;
	background-size: 31px 23px;
	font-size: 20px !important;
	line-height: 1.45 !important;
	color: #222 !important;
}

.bf-src-staff {
	margin: 0 0 24px;
}

.bf-src-staff__title {
	color: #111 !important;
	margin-bottom: 28px !important;
}

.bf-src-staff__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bf-src-staff__card {
	width: 260px;
	max-width: 100%;
	padding: 28px 22px 24px;
	background: #fff;
	border: 1px solid #eef1f2;
	border-radius: 4px;
	box-shadow: 0 8px 24px rgba(42, 37, 32, 0.08);
	text-align: center;
}

.bf-src-staff__photo {
	display: block;
	width: 128px;
	height: 128px;
	margin: 0 auto 16px;
	border-radius: 50%;
	overflow: hidden;
}

.bf-src-staff__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.bf-src-staff__card h3 {
	margin: 0 0 4px !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	color: #222 !important;
	text-transform: none !important;
}

.bf-src-staff__card > p {
	margin: 0 0 18px !important;
	font-size: 13px !important;
	color: #888 !important;
}

.bf-src-staff__card .btn {
	min-width: 140px;
}

@media (max-width: 767px) {
	.bf-src-panel {
		padding: 28px 22px;
	}

	.bf-src-benefits {
		gap: 28px 16px;
		margin-bottom: 36px;
	}

	.bf-src-iconlist li {
		gap: 16px;
		min-height: 0;
		align-items: flex-start;
	}

	.bf-src-iconlist img {
		width: 72px;
	}

	.bf-src-results__item {
		flex-wrap: wrap;
		padding-left: 44px;
		gap: 14px 18px;
	}

	.bf-src-results__item img {
		width: 110px;
	}

	.bf-src-results__item p {
		flex: 1 1 100%;
	}

	.bf-src-quote {
		padding: 28px 18px;
	}

	.bf-src-quote p {
		font-size: 17px !important;
		padding-left: 44px;
		background-size: 26px 19px;
	}

	.bf-src-staff__card {
		width: 100%;
	}
}

/* FA icon tiles for bf-src (all services) */
.bf-src-ico {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border: 0;
	background: transparent;
	color: #2a2520;
	font-size: 26px;
	flex: 0 0 auto;
}

.bf-src-benefits__item .bf-src-ico {
	width: 88px;
	height: 88px;
	margin: 0 auto;
	font-size: 40px;
	border: 0;
	color: #958058;
}

.bf-src-iconlist .bf-src-ico {
	width: 56px;
	height: 56px;
	font-size: 24px;
	color: #958058;
}

.bf-src-results__body {
	flex: 1 1 auto;
	min-width: 0;
}

.bf-src-results__body h3 {
	margin: 0 0 6px !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 16px !important;
	font-weight: bold !important;
	color: #111 !important;
	text-transform: none !important;
	letter-spacing: 0 !important;
}

.bf-src-results__body p {
	margin: 0 !important;
	font-size: 15px !important;
	line-height: 1.55 !important;
	color: #111 !important;
}

.bf-src-related {
	margin: 0 0 24px;
}

.bf-src-related__title {
	margin: 0 0 14px !important;
	padding: 0 !important;
	border: 0 !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
	text-transform: uppercase;
	color: #111 !important;
	letter-spacing: 0.02em;
}

.bf-src-related__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 6px 20px;
}

.bf-src-related__card {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 0;
	border: 0;
	background: transparent;
	text-decoration: none;
	color: #222;
	transition: color 0.2s ease;
}

.bf-src-related__card:hover {
	border-color: transparent;
	background: transparent;
	color: #958058;
}

.bf-src-related__card .bf-src-ico {
	width: 36px;
	height: 36px;
	font-size: 18px;
	color: #958058;
}

.bf-src-related__card span {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}

@media (max-width: 767px) {
	.bf-src-benefits__item .bf-src-ico {
		width: 72px;
		height: 72px;
		font-size: 30px;
	}
	.bf-src-iconlist .bf-src-ico {
		width: 48px;
		height: 48px;
		font-size: 20px;
	}
	.bf-src-related__grid {
		grid-template-columns: 1fr;
	}
}
