.b2b-page {
	--b2b-brand: #005ec4;
	--b2b-ink: #101828;
	--b2b-muted: #667085;
	--b2b-line: #e4e7ec;
	--b2b-bg: #f7f8fa;
	--b2b-soft: #eaf1fd;
	color: #344054;
	background: #fff;
}

.b2b-page h2,
.b2b-page h3,
.b2b-page p {
	margin: 0;
}

.b2b-page .onviz-ui__h2 {
	margin: 0 0 12px;
	color: var(--b2b-ink);
}

.b2b-section {
	padding: 48px 0;
	background: #fff;
}

.b2b-section--alt {
	background: var(--b2b-bg);
}

.b2b-eyebrow {
	margin: 0 0 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--b2b-brand);
}

.b2b-lede,
.b2b-note {
	max-width: 70ch;
	font-size: 16px;
	line-height: 1.55;
	color: var(--b2b-muted);
}

.b2b-note {
	margin-top: 14px;
	font-size: 14px;
}

.b2b-sechead {
	max-width: 760px;
	margin-bottom: 28px;
}

.b2b-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0 0 14px;
	padding: 6px 14px 6px 8px;
	background: var(--b2b-soft);
	color: var(--b2b-brand);
	border-radius: 999px;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
}

.b2b-badge img {
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.b2b-hero {
	position: relative;
	overflow: hidden;
	isolation: isolate;
	background-color: #fff;
	min-height: 420px;
}

.b2b-hero__media {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.b2b-hero__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 42%;
}

.b2b-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: linear-gradient(
		90deg,
		rgb(255 255 255) 0%,
		rgb(255 255 255 / 92%) 38%,
		rgb(255 255 255 / 55%) 58%,
		rgb(255 255 255 / 0%) 78%
	);
	pointer-events: none;
}

.b2b-hero__inner {
	position: relative;
	z-index: 2;
	padding: 36px 24px 32px;
}

#raschet-top.b2b-section {
	padding-top: 0;
}

.b2b-hero__title,
.b2b-hero .onviz-ui__h1 {
	max-width: 18ch;
	color: var(--b2b-ink);
}

.b2b-hero__lead {
	margin: 14px 0 0;
	max-width: 54ch;
	font-size: 16px;
	line-height: 1.55;
	color: #475467;
}

.b2b-hero__copy {
	max-width: 640px;
}

.b2b-facts {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.b2b-facts li {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 10px;
	align-items: center;
	min-width: 0;
	padding: 12px;
	background: #fff;
	border: 1px solid var(--b2b-line);
	border-radius: 16px;
	box-shadow: 0 8px 22px 6px rgba(0, 0, 0, 0.04);
}

.b2b-facts img {
	width: 40px;
	height: 40px;
	object-fit: contain;
	flex-shrink: 0;
}

.b2b-facts b {
	display: block;
	margin-bottom: 2px;
	font-size: 18px;
	color: var(--b2b-ink);
}

.b2b-facts span {
	font-size: 12px;
	line-height: 1.35;
	color: var(--b2b-muted);
}

.b2b-kp {
	padding: 28px 24px;
	background: #fff;
	border: 1px solid var(--b2b-line);
	box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06);
}

.b2b-kp__head {
	display: flex;
	gap: 14px;
	align-items: flex-start;
	margin-bottom: 22px;
}

.b2b-kp__head img {
	flex: none;
	width: 48px;
	height: 48px;
	object-fit: contain;
}

.b2b-formcard {
	background: #fff;
	padding: 24px;
	border: 1px solid var(--b2b-line);
	box-shadow: 0 12px 32px rgba(16, 24, 40, 0.08);
}

.b2b-formcard .onviz-ui__h3,
.b2b-kp .onviz-ui__h3 {
	margin: 0 0 6px;
	color: var(--b2b-ink);
}

.b2b-formcard__note {
	margin: 0;
	font-size: 14px;
	color: var(--b2b-muted);
}

.b2b-formcard__note b {
	color: var(--b2b-ink);
}

.b2b-form {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.b2b-fields-2,
.b2b-fields-3 {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.b2b-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}

.b2b-field[hidden],
.b2b-faq__a[hidden] {
	display: none !important;
}

.b2b-field label,
.b2b-field__legend {
	font-size: 13px;
	font-weight: 600;
	color: var(--b2b-ink);
}

.b2b-req {
	color: var(--b2b-brand);
}

.b2b-field input,
.b2b-field select,
.b2b-field textarea {
	width: 100%;
	font: inherit;
	font-size: 15px;
	color: var(--b2b-ink);
	padding: 11px 13px;
	border: 1px solid var(--b2b-line);
	border-radius: 10px;
	background: #fff;
}

.b2b-field input:focus,
.b2b-field select:focus,
.b2b-field textarea:focus {
	outline: none;
	border-color: var(--b2b-brand);
	box-shadow: 0 0 0 3px rgba(0, 94, 196, 0.12);
}

.b2b-field.is-invalid input,
.b2b-field.is-invalid select,
.b2b-file.is-invalid,
.b2b-field.is-invalid .b2b-types {
	border-color: #a33520;
}

.b2b-err {
	display: none;
	font-size: 12px;
	color: #a33520;
}

.b2b-field.is-invalid .b2b-err,
.b2b-file.is-invalid .b2b-err {
	display: block;
}

.b2b-types {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.b2b-type {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	padding: 14px 10px;
	border: 1px solid var(--b2b-line);
	border-radius: 14px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--b2b-ink);
}

.b2b-type img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.b2b-type input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.b2b-type:has(input:checked),
.b2b-type:has(input:focus-visible),
.b2b-type.is-checked {
	border-color: var(--b2b-brand);
	box-shadow: 0 0 0 3px rgba(0, 94, 196, 0.12);
	background: #f5f9ff;
}

.b2b-file {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 6px;
	padding: 12px 14px;
	border: 1px dashed var(--b2b-line);
	border-radius: 10px;
	cursor: pointer;
	font-size: 14px;
	color: var(--b2b-muted);
	min-height: 74px;
}

.b2b-file:hover {
	border-color: var(--b2b-brand);
	color: var(--b2b-brand);
}

.b2b-file input {
	position: absolute;
	width: 1px;
	height: 1px;
	opacity: 0;
	pointer-events: none;
}

.b2b-field--agree .agree-info {
	margin: 0;
	font-size: 13px;
	line-height: 1.4;
}

.b2b-form__foot {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.b2b-form__submit {
	text-transform: none;
}

.b2b-form--wide .b2b-form__submit {
	width: auto;
	align-self: flex-start;
}

.b2b-formcard .b2b-form__submit {
	width: 100%;
}

.b2b-form-out {
	padding: 14px 16px;
	border-radius: 10px;
	font-size: 14px;
	line-height: 1.5;
}

.b2b-form-out.is-ok {
	background: #e4f3ec;
	color: #0b5a3c;
}

.b2b-form-out.is-err {
	background: #fbede9;
	color: #8a2c18;
}

.b2b-objgrid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.b2b-objcard {
	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 24px 22px 22px;
	background: #fff;
	border: 1px solid var(--b2b-line);
	text-decoration: none;
	color: inherit;
	box-shadow: 0 8px 22px 6px rgba(0, 0, 0, 0.04);
	transition: border-color 0.16s, transform 0.16s;
}

.b2b-objcard:hover {
	border-color: #c4d9f7;
	transform: translateY(-2px);
	color: inherit;
}

.b2b-objcard__ico,
.b2b-objcard__ico img {
	display: block;
	width: 88px;
	height: 88px;
	object-fit: contain;
}

.b2b-objcard h3 {
	font-size: 17px;
	font-weight: 700;
	color: var(--b2b-ink);
}

.b2b-objcard p {
	flex: 1;
	font-size: 14px;
	line-height: 1.45;
	color: var(--b2b-muted);
}

.b2b-objcard__go {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 4px;
	font-size: 14px;
	font-weight: 700;
	color: var(--b2b-brand);
}

.b2b-objcard__go::after {
	content: "\2192";
	font-weight: 400;
}

.b2b-morelink {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 18px;
	font-size: 15px;
	font-weight: 600;
	color: var(--b2b-brand);
	text-decoration: none;
}

.b2b-morelink span {
	color: var(--b2b-muted);
	font-weight: 400;
}

.b2b-split {
	display: grid;
	grid-template-columns: 1fr;
	gap: 28px;
	align-items: start;
}

.b2b-split__aside {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.b2b-split > :first-child .b2b-badge {
	margin-bottom: 18px;
}

.b2b-split > :first-child .onviz-ui__h2 {
	margin-bottom: 18px;
}

.b2b-split > :first-child .b2b-lede {
	margin-bottom: 32px;
}

.b2b-split > :first-child .b2b-claim,
.b2b-split > :first-child .b2b-callout {
	gap: 16px;
	margin: 0 0 20px;
	padding: 22px 24px;
}

.b2b-split > :first-child .b2b-btn-row {
	margin-top: 12px;
}

.b2b-photo,
.b2b-fade,
.b2b-scheme {
	margin: 0;
	overflow: hidden;
	background: #eef1f6;
}

.b2b-photo img,
.b2b-fade img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.b2b-photo img {
	aspect-ratio: 16 / 10;
}

.b2b-fade {
	position: relative;
}

.b2b-claim,
.b2b-callout {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin: 16px 0;
	padding: 16px 18px;
	border-radius: 16px;
	background: var(--b2b-soft);
}

.b2b-callout {
	background: #fff;
	border: 1px solid var(--b2b-line);
}

.b2b-callout--brand {
	background: var(--b2b-soft);
	border-color: #c4d9f7;
}

.b2b-claim img,
.b2b-callout img,
.b2b-banner img,
.b2b-feat img,
.b2b-contacts img {
	flex: none;
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.b2b-claim h3,
.b2b-callout h3,
.b2b-card h3,
.b2b-feat h3,
.b2b-banner h3 {
	margin: 0 0 6px;
	font-size: 16px;
	font-weight: 700;
	color: var(--b2b-ink);
}

.b2b-claim p,
.b2b-callout p,
.b2b-card p,
.b2b-feat p {
	font-size: 14px;
	line-height: 1.5;
	color: var(--b2b-muted);
}

.b2b-callout a,
.b2b-banner a {
	color: var(--b2b-brand);
	font-weight: 700;
}

.b2b-btn-row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 16px;
}

.b2b-btn-row .onviz-ui__button {
	text-transform: none;
}

.b2b-btn-row .onviz-ui__button[aria-disabled="true"] {
	pointer-events: none;
	cursor: default;
}

.b2b-speclist {
	border: 1px solid var(--b2b-line);
	overflow: hidden;
	background: #fff;
}

.b2b-speclist--cards {
	margin-top: 28px;
	padding: 8px 8px 16px;
}

.b2b-speclist__h,
.b2b-subhead {
	padding: 14px 17px 8px;
	font-size: 16px;
	font-weight: 700;
	color: var(--b2b-ink);
}

.b2b-subhead {
	margin: 28px 0 14px;
	padding: 0;
}

.b2b-speclist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.b2b-speclist li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 17px;
	border-bottom: 1px solid #eef1f6;
	font-size: 15px;
}

.b2b-speclist li:last-child {
	border-bottom: 0;
}

.b2b-specico {
	flex: none;
	width: 44px;
	height: 44px;
	object-fit: contain;
}

.b2b-speclist li b {
	display: block;
	margin-bottom: 2px;
	color: var(--b2b-ink);
}

.b2b-speclist li span {
	color: var(--b2b-muted);
	font-size: 14px;
}

.b2b-featgrid,
.b2b-docgrid,
.b2b-cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 14px;
}

.b2b-feat {
	display: block;
	padding: 18px 18px 20px;
	background: #fff;
	border: 1px solid var(--b2b-line);
	text-decoration: none;
	color: inherit;
}

.b2b-feat:hover {
	color: inherit;
	border-color: #c4d9f7;
}

.b2b-featpair .b2b-claim,
.b2b-featpair .b2b-callout {
	margin: 12px 0;
}

.b2b-nestcols {
	display: grid;
	gap: 14px;
	margin: 16px 0;
}

.b2b-nestcols .b2b-claim,
.b2b-nestcols .b2b-callout {
	margin: 0;
	height: 100%;
}

.b2b-checks,
.b2b-steps-mini,
.b2b-plainlist {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
	color: var(--b2b-muted);
	font-size: 14px;
	line-height: 1.5;
}

.b2b-checks li,
.b2b-steps-mini li,
.b2b-plainlist li {
	position: relative;
	padding-left: 22px;
	margin-top: 8px;
}

.b2b-checks li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--b2b-brand);
}

.b2b-steps-mini {
	counter-reset: nest;
}

.b2b-steps-mini li {
	padding-left: 28px;
}

.b2b-steps-mini li::before {
	counter-increment: nest;
	content: counter(nest);
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--b2b-brand);
	color: #fff;
	font-size: 11px;
	font-weight: 700;
	display: grid;
	place-items: center;
}

.b2b-plainlist {
	padding-left: 18px;
	list-style: disc;
}

.b2b-plainlist li {
	padding-left: 0;
}

.b2b-banner {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	margin: 18px 0 0;
	padding: 16px 18px;
	background: var(--b2b-soft);
	border-radius: 16px;
}

.b2b-banner p {
	font-size: 14px;
	line-height: 1.5;
	color: #344054;
}

.b2b-banner--info {
	margin-top: 24px;
	border: 1px solid #c4d9f7;
}

.b2b-card {
	padding: 18px 20px;
	background: #fff;
	border: 1px solid var(--b2b-line);
}

.b2b-mgmt {
	padding: 28px 22px;
	background: #fff;
	border: 1px solid var(--b2b-line);
	box-shadow: 0 8px 22px 6px rgba(0, 0, 0, 0.04);
}

.b2b-mgmt__head {
	display: grid;
	gap: 20px;
	margin-bottom: 22px;
}

.b2b-scheme img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: contain;
	background: #fff;
}

.b2b-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 22px;
}

.b2b-table {
	width: 100%;
	min-width: 780px;
	border-collapse: collapse;
	font-size: 14px;
}

.b2b-table th,
.b2b-table td {
	padding: 14px 12px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #eef1f6;
	color: #1a1a1a;
}

.b2b-table thead th {
	font-size: 12px;
	font-weight: 700;
	color: var(--b2b-muted);
}

.b2b-table tbody th {
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
}

.b2b-table tbody th img {
	width: 28px;
	height: 28px;
	object-fit: contain;
}

.b2b-steps {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid var(--b2b-line);
	background: #fff;
	overflow: hidden;
}

.b2b-steps li {
	display: grid;
	grid-template-columns: 38px 1fr;
	gap: 0 14px;
	padding: 15px 18px;
	border-bottom: 1px solid #eef1f6;
}

.b2b-steps li:last-child {
	border-bottom: 0;
}

.b2b-steps__n {
	font-size: 13px;
	font-weight: 700;
	color: var(--b2b-brand);
}

.b2b-steps__b {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.b2b-steps__b b {
	font-size: 15px;
	color: var(--b2b-ink);
}

.b2b-steps__b span {
	font-size: 14px;
	color: var(--b2b-muted);
}

.b2b-steps__t {
	grid-column: 2;
	font-size: 13px;
	color: var(--b2b-ink);
	padding-top: 4px;
}

.b2b-steps__t--soft {
	color: var(--b2b-muted);
}

.b2b-faq {
	margin: 0;
	padding: 8px 8px 12px;
	list-style: none;
	background: #fff;
	border: 1px solid var(--b2b-line);
}

.b2b-faq__item + .b2b-faq__item {
	border-top: 1px solid #eef1f6;
}

.b2b-faq__q {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	padding: 16px 14px;
	background: none;
	border: 0;
	font: inherit;
	font-size: 16px;
	font-weight: 600;
	color: var(--b2b-ink);
	text-align: left;
	cursor: pointer;
}

.b2b-faq__q:hover span:first-child {
	color: var(--b2b-brand);
}

.b2b-faq__chev {
	flex: none;
	width: 10px;
	height: 10px;
	border-right: 2px solid #98a2b3;
	border-bottom: 2px solid #98a2b3;
	transform: rotate(45deg);
	margin-top: -4px;
}

.b2b-faq__item.is-open .b2b-faq__chev {
	transform: rotate(-135deg);
	margin-top: 4px;
}

.b2b-faq__a {
	padding: 0 14px 16px;
	font-size: 15px;
	line-height: 1.55;
	color: #344054;
	max-width: 80ch;
}

.b2b-faq__a p + p {
	margin-top: 8px;
}

.b2b-final {
	display: grid;
	gap: 32px;
	align-items: start;
}

.b2b-contacts {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin-top: 22px;
	padding: 18px;
	background: var(--b2b-soft);
}

.b2b-contacts > div {
	display: flex;
	gap: 12px;
	align-items: center;
}

.b2b-contacts span {
	display: block;
	font-size: 13px;
	color: var(--b2b-muted);
}

.b2b-contacts a,
.b2b-contacts strong {
	color: var(--b2b-ink);
	font-weight: 700;
	text-decoration: none;
}

.b2b-contacts a:hover {
	color: var(--b2b-brand);
}

.b2b-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 22px;
}

.b2b-filter button {
	padding: 8px 14px;
	border: 1px solid var(--b2b-line);
	border-radius: 999px;
	background: #fff;
	font: inherit;
	font-size: 14px;
	font-weight: 600;
	color: var(--b2b-ink);
	cursor: pointer;
}

.b2b-filter button[aria-pressed="true"] {
	background: var(--b2b-brand);
	border-color: var(--b2b-brand);
	color: #fff;
}

.b2b-vgrid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
}

.b2b-vcard {
	background: #fff;
	border: 1px solid var(--b2b-line);
	overflow: hidden;
}

.b2b-vframe {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	border: 0;
	aspect-ratio: 16 / 9;
	background: #1f2a36;
	cursor: pointer;
	overflow: hidden;
}

.b2b-vframe img,
.b2b-vframe iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.b2b-vframe iframe {
	position: absolute;
	inset: 0;
	border: 0;
}

.b2b-vframe__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #fff;
}

.b2b-vframe__play::after {
	content: "";
	position: absolute;
	left: 22px;
	top: 18px;
	border-left: 15px solid var(--b2b-brand);
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
}

.b2b-vcard__body {
	padding: 16px 18px 18px;
}

.b2b-vcard__title {
	font-size: 16px;
	font-weight: 700;
	color: var(--b2b-ink);
	margin-bottom: 10px;
}

.b2b-spec {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 4px 12px;
	margin: 0;
	font-size: 13px;
}

.b2b-spec dt {
	color: var(--b2b-muted);
}

.b2b-spec dd {
	margin: 0;
	color: var(--b2b-ink);
}

#raschet-top,
#raschet,
#ofisy,
#oteli,
#restorany,
#zaly,
#nestandart,
#upravlenie,
#proekt,
#dokumenty,
#faq,
#obekty {
	scroll-margin-top: 90px;
}

@media (max-width: 959px) {
	.b2b-hero::after {
		background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.78) 70%, rgba(255, 255, 255, 0.35) 100%);
	}

	.b2b-hero__title,
	.b2b-hero .onviz-ui__h1 {
		max-width: none;
	}
}

@media (min-width: 600px) {
	.b2b-types {
		grid-template-columns: repeat(5, 1fr);
	}

	.b2b-fields-2,
	.b2b-fields-3,
	.b2b-objgrid,
	.b2b-featgrid--3,
	.b2b-featgrid--4,
	.b2b-docgrid,
	.b2b-cards {
		grid-template-columns: 1fr 1fr;
	}

	.b2b-form--wide .b2b-form__foot {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

@media (min-width: 720px) {
	.b2b-fields-3,
	.b2b-featgrid--4 {
		grid-template-columns: repeat(3, 1fr);
	}

	.b2b-nestcols,
	.b2b-featgrid--5 {
		grid-template-columns: 1fr 1fr;
	}

	.b2b-vgrid {
		grid-template-columns: 1fr 1fr;
	}

	.b2b-steps li {
		grid-template-columns: 38px 1fr 216px;
	}

	.b2b-steps__t {
		grid-column: 3;
		text-align: right;
		padding-top: 2px;
	}
}

@media (min-width: 960px) {
	.b2b-section {
		padding: 64px 0;
	}

	.b2b-hero {
		min-height: 520px;
	}

	.b2b-hero__media {
		inset: 0 0 0 50%;
	}

	.b2b-hero::after {
		inset: 0 auto 0 50%;
		width: 24%;
		background: linear-gradient(90deg, #fff, transparent);
	}

	.b2b-hero__inner {
		padding: 48px 40px 48px 36px;
		max-width: 50%;
	}

	.b2b-objcard__ico,
	.b2b-objcard__ico img {
		width: 96px;
		height: 96px;
	}

	.b2b-hero__copy {
		max-width: none;
	}

	.b2b-facts {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 10px;
	}

	.b2b-facts li {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		padding: 12px 10px;
	}

	.b2b-kp {
		padding: 32px 36px;
	}

	.b2b-split,
	.b2b-final,
	.b2b-mgmt__head {
		grid-template-columns: 1.05fr 0.95fr;
		gap: 42px;
	}

	.b2b-split > :first-child .b2b-lede {
		margin-bottom: 36px;
	}

	.b2b-split > :first-child .b2b-claim,
	.b2b-split > :first-child .b2b-callout {
		margin-bottom: 24px;
		padding: 24px 26px;
	}

	.b2b-split > :first-child .b2b-btn-row {
		margin-top: 16px;
		gap: 12px;
	}

	.b2b-split--fade .b2b-fade::before {
		content: "";
		position: absolute;
		inset: 0 auto 0 0;
		width: 22%;
		z-index: 1;
		background: linear-gradient(90deg, #fff, transparent);
		pointer-events: none;
	}

	.b2b-section--alt .b2b-split--fade .b2b-fade::before {
		background: linear-gradient(90deg, var(--b2b-bg), transparent);
	}

	.b2b-objgrid,
	.b2b-cards--3,
	.b2b-featgrid--3 {
		grid-template-columns: repeat(4, 1fr);
	}

	.b2b-cards--3,
	.b2b-featgrid--3 {
		grid-template-columns: repeat(3, 1fr);
	}

	.b2b-featgrid--4,
	.b2b-featgrid--5,
	.b2b-docgrid {
		grid-template-columns: repeat(4, 1fr);
	}

	.b2b-featgrid--5 {
		grid-template-columns: repeat(5, 1fr);
	}

	.b2b-docgrid {
		grid-template-columns: 1fr 1fr;
	}

	.b2b-fade img {
		min-height: 360px;
		height: 100%;
	}
}

@media (min-width: 1040px) {
	.b2b-vgrid {
		grid-template-columns: repeat(3, 1fr);
	}
}

html {
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
