.page--course-medbiz {
	background: #f6f2ee;
}

.page--course-medbiz .hero__nav {
	z-index: 4;
}

.page--course-medbiz .hero__logo-image--dark {
	display: none;
}

.page--course-medbiz .hero__menu--left,
.page--course-medbiz .hero__menu--right {
	color: #fff;
}

.page--course-medbiz .menu-link,
.page--course-medbiz .menu-trigger,
.page--course-medbiz .menu-link.has-caret::after {
	color: #fff;
}

.page--course-medbiz .hero__burger {
	--burger-color: #fff;
}

.course-medbiz-page {
	display: flex;
	flex-direction: column;
	gap: 140px;
	padding-top: 0;
	padding-bottom: 64px;
}

.course-medbiz-hero {
	position: relative;
	min-height: 800px;
	overflow: hidden;
	background: #000;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.course-medbiz-hero__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.course-medbiz-hero::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
}

.course-medbiz-hero__inner {
	position: relative;
	z-index: 3;
	padding-top: 168px;
	color: #fff;
}

.course-medbiz-hero__eyebrow {
	font-family: 'Unbounded', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	color: #f3f2ee;
}

.course-medbiz-hero__title {
	margin-top: 16px;
	width: min(100%, 1194px);
	font-family: 'Unbounded', sans-serif;
	font-size: 70px;
	font-weight: 500;
	line-height: 1.1;
	text-transform: uppercase;
	color: #f3f2ee;
}

.course-medbiz-hero__lead {
	margin-top: 24px;
	width: min(100%, 553px);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
}

.course-medbiz-hero__lead p + p {
	margin-top: 8px;
	font-weight: 400;
}

.course-medbiz-hero__actions {
	display: flex;
	gap: 16px;
	margin-top: 64px;
}

.course-medbiz-hero__actions .btn {
	min-width: 0;
	padding: 0 24px;
}

.course-medbiz-hero__more {
	border-color: #fff;
	color: #fff;
}

.course-medbiz-hero__more:hover {
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
}

.course-medbiz-hero__buy {
	border-color: #22181b;
	background: #22181b;
	color: #fff;
}

.course-medbiz-hero__buy:hover {
	background: #130d0f;
	color: #fff;
}

.course-medbiz-results {
	width: 1240px;
	margin: 0 auto;
	padding-top: 0;
}

.course-medbiz-results__title {
	margin-bottom: 32px;
	font-family: 'Unbounded', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
	color: #22181b;
}

.course-medbiz-results__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 20px;
	padding: 16px 0;
	border-bottom: 1px solid #ddd6cf;
}

.course-medbiz-results__item {
	position: relative;
	min-height: 96px;
	padding: 0 0 0 20px;
	color: #22181b;
}

.course-medbiz-results__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 96px;
	background: #ddd6cf;
}

.course-medbiz-results__item-title {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.course-medbiz-results__item-text {
	margin-top: 4px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

.course-medbiz-benefits {
	position: relative;
	overflow: hidden;
	padding: 60px 100px;
	background: #000;
}

.course-medbiz-benefits__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: grayscale(1);
}

.course-medbiz-benefits::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
}

.course-medbiz-benefits__inner {
	position: relative;
	z-index: 1;
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.course-medbiz-benefits__intro {
	width: 400px;
	color: #fff;
	font-family: 'Unbounded', sans-serif;
	text-transform: uppercase;
}

.course-medbiz-benefits__kicker {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
}

.course-medbiz-benefits__title {
	margin-top: 20px;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.1;
}

.course-medbiz-benefits__grid {
	width: 820px;
}

.course-medbiz-benefits__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-items: stretch;
	padding: 24px 0;
	border-bottom: 1px solid #a3a3a3;
}

.course-medbiz-benefits__cell {
	min-height: 90px;
	padding: 0 20px;
	border-left: 1px solid #a3a3a3;
	border-right: 1px solid #a3a3a3;
	color: #fff;
}

.course-medbiz-benefits__cell-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.1;
}

.course-medbiz-benefits__cell-text {
	margin-top: 16px;
	font-size: 16px;
	line-height: 1.3;
}

.course-medbiz-program {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	padding-top: 68px;
}

.course-medbiz-program__title {
	margin-bottom: 32px;
	font-family: 'Unbounded', sans-serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	color: #22181b;
}

.course-medbiz-program__list {
	border-top: 0;
}

.course-medbiz-program__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 20px 0;
	border-bottom: 1px solid #ddd6cf;
	color: #22181b;
}

.course-medbiz-program__row-main {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	min-width: 0;
}

.course-medbiz-program__row-number {
	margin-right: 16px;
	font-family: 'Unbounded', sans-serif;
	font-size: 18px;
	line-height: 1.3;
}

.course-medbiz-program__row-title {
	font-family: 'Unbounded', sans-serif;
	font-size: 18px;
	line-height: 1.3;
}

.course-medbiz-program__row-speaker {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #22181b;
	min-width: 300px;
	text-align: right;
	margin-left: auto;
	justify-content: flex-end;
}

.course-medbiz-program__row-speaker-name {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}

.course-medbiz-program__avatar {
	width: 46.998px;
	height: 46.998px;
	border-radius: 50%;
	object-fit: cover;
}

.course-medbiz-program__row--muted {
	color: #9e9691;
}

.course-medbiz-program__row--muted .course-medbiz-program__row-speaker-name {
	color: #9e9691;
}

.course-medbiz-program__row--muted .course-medbiz-program__avatar {
	opacity: 0.75;
}

.course-medbiz-program__fade {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 509.836px;
	z-index: 1;
	background: linear-gradient(180deg, rgba(246, 242, 238, 0) 0%, #f6f2ee 100%);
	pointer-events: none;
}

.course-medbiz-program__link {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1030px;
	transform: translateX(-50%);
	z-index: 2;
	padding: 18px 0 12px;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	text-decoration: underline;
	color: #22181b;
}

.course-medbiz-program.is-expanded .course-medbiz-program__fade,
.course-medbiz-program.is-expanded .course-medbiz-program__link,
.course-medbiz-program.is-expanded::before,
.course-medbiz-program.is-expanded::after {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.course-medbiz-program.is-expanded .course-medbiz-program__row--muted,
.course-medbiz-program.is-expanded .course-medbiz-program__row--muted .course-medbiz-program__row-speaker-name {
	color: #22181b;
}

.course-medbiz-program.is-expanded .course-medbiz-program__row--muted .course-medbiz-program__avatar {
	opacity: 1;
}

.course-medbiz-recommended {
	display: flex;
	flex-direction: column;
	gap: 46px;
	align-items: center;
}

.course-medbiz-recommended__title {
	font-family: 'Unbounded', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	color: #22181b;
}

.course-medbiz-recommended__viewport {
	width: 100%;
	overflow: hidden;
}

.course-medbiz-recommended__track {
	display: flex;
	width: max-content;
	animation: course-medbiz-recommended-scroll 24s linear infinite;
}

.course-medbiz-recommended__strip {
	flex: 0 0 1490px;
	width: 1490px;
	height: 60px;
	background: url('assets/images/course-medbiz/recommended-strip.webp') center / contain no-repeat;
}

.course-medbiz-recommended__controls {
	display: none;
}

@keyframes course-medbiz-recommended-scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-1490px);
	}
}

.course-medbiz-pricing {
	width: 1240px;
	margin: 0 auto;
}

.course-medbiz-pricing__title {
	margin-bottom: 24px;
	font-family: 'Unbounded', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	color: #22181b;
}

.course-medbiz-pricing__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.course-medbiz-pricing__card {
	position: relative;
	min-height: 473px;
	border: 1px solid #a3a3a3;
	background: #f6f2ee;
}

.course-medbiz-pricing__card--light {
	background: #f6f2ee;
}

.course-medbiz-pricing__card--dark {
	background: #f6f2ee;
}

.course-medbiz-pricing__card-inner {
	padding: 32px 31px 106px;
}

.course-medbiz-pricing__card-title {
	font-family: 'Unbounded', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	color: #22181b;
}

.course-medbiz-pricing__card--dark .course-medbiz-pricing__footer .course-medbiz-pricing__price {
	color: #f6f2ee;
}

.course-medbiz-pricing__text {
	margin-top: 24px;
	width: 100%;
	font-size: 16px;
	line-height: 1.3;
	color: #22181b;
}

.course-medbiz-pricing__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 24px 0 0;
	padding: 0;
	list-style: none;
	color: #22181b;
}

.course-medbiz-pricing__item {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	font-size: 16px;
	line-height: 1.3;
}

.course-medbiz-pricing__item strong {
	font-weight: 700;
}

.course-medbiz-pricing__check {
	width: 16px;
	height: 16px;
	flex: 0 0 auto;
	margin-top: 2px;
}

.course-medbiz-pricing__footer {
	position: absolute;
	inset: auto -1px -1px -1px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 77px;
	padding: 16px 32px;
	background: #fffbf8;
}

.course-medbiz-pricing__card--dark .course-medbiz-pricing__footer {
	background: #22181b;
}

.course-medbiz-pricing__price {
	font-family: 'Unbounded', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	color: #22181b;
}

.course-medbiz-pricing__button {
	min-width: 124px;
	padding: 0 24px;
}

.course-medbiz-pricing__card--light .course-medbiz-pricing__button {
	border-color: #22181b;
	color: #22181b;
}

.course-medbiz-pricing__card--dark .course-medbiz-pricing__button {
	border-color: #f6f2ee;
	color: #f6f2ee;
}

.course-medbiz-pricing__card--dark .course-medbiz-pricing__button:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #f6f2ee;
}

.course-medbiz-page__section-title {
	width: 100%;
	font-family: 'Unbounded', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	text-align: center;
	text-transform: uppercase;
	color: #22181b;
}

.course-medbiz-faq {
	width: 1240px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.course-medbiz-faq__list {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.course-medbiz-faq__item {
	border-bottom: 1px solid #ddd6cf;
}

.course-medbiz-faq__trigger {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	padding: 0 0 16px;
	border: 0;
	background: transparent;
	text-align: left;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
	color: #22181b;
	cursor: pointer;
	list-style: none;
}

.course-medbiz-faq__trigger::-webkit-details-marker {
	display: none;
}

.course-medbiz-faq__trigger span:first-child {
	flex: 1 1 auto;
}

.course-medbiz-faq__icon {
	position: relative;
	flex: 0 0 auto;
	width: 32px;
	height: 32px;
}

.course-medbiz-faq__icon::before,
.course-medbiz-faq__icon::after {
	content: '';
	position: absolute;
	inset: 0;
	margin: auto;
	background: #22181b;
	transition: opacity 0.24s ease, transform 0.24s ease;
}

.course-medbiz-faq__icon::before {
	width: 32px;
	height: 2px;
}

.course-medbiz-faq__icon::after {
	width: 2px;
	height: 32px;
}

.course-medbiz-faq__item[open] .course-medbiz-faq__icon::after {
	opacity: 0;
	transform: scaleY(0);
}

.course-medbiz-faq__panel {
	padding: 0 11px 16px;
	background: #fffbf8;
}

.course-medbiz-faq__panel p {
	font-size: 16px;
	line-height: 1.3;
	color: #22181b;
}

.course-medbiz-author {
	width: 1240px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 610px 505px;
	gap: 125px;
	align-items: start;
}

.course-medbiz-author__kicker {
	font-family: 'Unbounded', sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	color: #22181b;
}

.course-medbiz-author__name {
	margin-top: 8px;
	font-family: 'Unbounded', sans-serif;
	font-size: 38px;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
	color: #22181b;
}

.course-medbiz-author__subtitle {
	margin-top: 8px;
	font-size: 16px;
	line-height: 1.3;
	color: #22181b;
}

.course-medbiz-author__list {
	margin: 32px 0 0;
	padding: 0;
	color: #22181b;
}

.course-medbiz-author__list li {
	margin-left: 20px;
	font-size: 16px;
	line-height: 1.3;
}

.course-medbiz-author__list li + li {
	margin-top: 24px;
}

.course-medbiz-author__photo {
	width: 505px;
	height: 730px;
}

.course-medbiz-author__photo--mobile {
	display: none;
}

.course-medbiz-author__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.course-medbiz-footer {
	margin-top: 0;
}

@media (max-width: 767px) {
	.page--course-medbiz .hero__nav {
		top: 28px;
		left: 50%;
		width: calc(100% - 32px);
		height: 48px;
		transform: translateX(-50%);
		align-items: flex-start;
		justify-content: space-between;
		gap: 0;
	}

	.page--course-medbiz .hero__logo {
		width: 154px;
		height: 48px;
	}

	.page--course-medbiz .hero__logo img {
		width: 154px;
		height: 48px;
	}

	.page--course-medbiz .hero__menu--left,
	.page--course-medbiz .hero__menu--right {
		display: none;
	}

	.page--course-medbiz .hero__burger {
		position: relative;
		display: inline-flex;
		width: 35px;
		min-width: 35px;
		height: 48px;
		align-items: flex-start;
		justify-content: center;
	}

	.page--course-medbiz .hero__burger-icon {
		width: 35px;
		height: 26px;
	}

	.page--course-medbiz .hero__burger-icon span {
		border-radius: 0;
	}

	.page--course-medbiz .hero__burger-label {
		position: absolute;
		left: 50%;
		bottom: 0;
		margin: 0;
		transform: translateX(-50%);
		display: block;
		color: #fff;
	}

	.page--course-medbiz.is-mobile-menu-open .hero__nav {
		position: fixed;
		inset: 0;
		left: 0;
		width: 100%;
		height: 100dvh;
		transform: none;
		padding: 28px 16px 72px;
		background: #f6f2ee;
		z-index: 50;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: space-between;
		overflow-y: auto;
		overscroll-behavior: contain;
	}

	.page--course-medbiz.is-mobile-menu-open .hero__nav::after {
		content: '';
		position: absolute;
		left: 16px;
		bottom: 28px;
		width: calc(100% - 32px);
		aspect-ratio: 610 / 408;
		background: url('assets/images/b2b/watermark-ed.svg') center bottom / contain no-repeat;
		opacity: 0.95;
		pointer-events: none;
		z-index: 0;
	}

	.page--course-medbiz.is-mobile-menu-open .hero__nav > * {
		position: relative;
		z-index: 1;
	}

	.page--course-medbiz.is-mobile-menu-open .hero__logo {
		order: 1;
	}

	.page--course-medbiz.is-mobile-menu-open .hero__burger {
		order: 2;
		--burger-color: #22181b;
	}

	.page--course-medbiz.is-mobile-menu-open .hero__menu--left,
	.page--course-medbiz.is-mobile-menu-open .hero__menu--right {
		display: flex;
		width: 100%;
		margin-top: 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		backdrop-filter: none;
		flex-direction: column;
		align-items: flex-start;
		gap: 24px;
	}

	.page--course-medbiz.is-mobile-menu-open .hero__menu--left {
		order: 3;
		margin-top: 48px;
		gap: 16px;
	}

	.page--course-medbiz.is-mobile-menu-open .hero__menu--right {
		order: 4;
		margin-top: 24px;
	}

	.page--course-medbiz.is-mobile-menu-open .hero__burger-label {
		display: none;
	}

	.page--course-medbiz.is-mobile-menu-open .menu-dropdown {
		width: 100%;
	}

	.page--course-medbiz.is-mobile-menu-open .menu-link,
	.page--course-medbiz.is-mobile-menu-open .menu-trigger {
		color: #22181b;
		font-size: 16px;
	}

	.page--course-medbiz.is-mobile-menu-open .menu-dropdown__panel {
		position: static;
		width: 100%;
		margin-top: 12px;
		opacity: 1;
		visibility: visible;
		transform: none;
		display: none;
		border-radius: 18px;
		background: #fff;
	}

	.page--course-medbiz.is-mobile-menu-open .menu-dropdown.is-open .menu-dropdown__panel {
		display: block;
	}

	.course-medbiz-page {
		gap: 80px;
	}

	.course-medbiz-hero {
		min-height: 760px;
	}

	.course-medbiz-hero__inner {
		padding-top: 124px;
	}

	.course-medbiz-hero__title {
		font-size: 30px;
	}

	.course-medbiz-hero__lead {
		width: 100%;
	}

	.course-medbiz-hero__actions {
		flex-direction: column;
		align-items: stretch;
		margin-top: 48px;
	}

	.course-medbiz-results,
	.course-medbiz-program,
	.course-medbiz-pricing,
	.course-medbiz-author {
		width: calc(100% - 32px);
	}

	.course-medbiz-results__grid,
	.course-medbiz-pricing__grid {
		grid-template-columns: 1fr;
	}

	.course-medbiz-results__item,
	.course-medbiz-benefits__cell {
		min-height: 0;
	}

	.course-medbiz-benefits {
		padding: 48px 16px;
	}

	.course-medbiz-benefits__inner,
	.course-medbiz-author {
		grid-template-columns: 1fr;
		display: grid;
	}

	.course-medbiz-benefits__grid,
	.course-medbiz-benefits__intro {
		width: 100%;
	}

	.course-medbiz-benefits__row {
		grid-template-columns: 1fr;
	}

	.course-medbiz-program__row {
		flex-direction: column;
		align-items: flex-start;
	}

	.course-medbiz-program__link {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 8px;
		z-index: 3;
		width: 100%;
		transform: none;
		display: block;
		padding: 18px 0 12px;
		background: linear-gradient(180deg, rgba(246, 242, 238, 0), #f6f2ee 42%);
	}

	.course-medbiz-pricing__card {
		min-height: 0;
	}

	.course-medbiz-pricing__card-inner {
		padding-bottom: 110px;
	}

	.course-medbiz-pricing__footer {
		position: static;
		margin: 16px -1px -1px;
	}

	.course-medbiz-page__section-title {
		font-size: 20px;
		line-height: 1.2;
	}

	.course-medbiz-faq {
		width: calc(100% - 32px);
		gap: 24px;
	}

	.course-medbiz-faq__list {
		gap: 16px;
	}

	.course-medbiz-faq__trigger {
		gap: 16px;
		padding-bottom: 12px;
		font-size: 20px;
	}

	.course-medbiz-faq__icon {
		width: 24px;
		height: 24px;
	}

	.course-medbiz-faq__icon::before {
		width: 24px;
	}

	.course-medbiz-faq__icon::after {
		height: 24px;
	}

	.course-medbiz-faq__panel {
		padding: 0 8px 12px;
	}

	.course-medbiz-hero {
		display: flex;
		min-height: 822px;
		align-items: flex-end;
	}

	.course-medbiz-hero__bg {
		object-position: 50% 50%;
	}

	.course-medbiz-hero__inner {
		padding-top: 0;
		padding-bottom: 74px;
	}

	.course-medbiz-hero__eyebrow {
		font-size: 16px;
	}

	.course-medbiz-hero__title {
		margin-top: 16px;
		font-size: 27px;
	}

	.course-medbiz-hero__lead {
		margin-top: 16px;
		font-size: 16px;
	}

	.course-medbiz-hero__actions {
		gap: 11px;
		margin-top: 48px;
	}

	.course-medbiz-hero__actions .btn {
		width: 100%;
	}

	.course-medbiz-hero__buy {
		border-color: #fff;
		background: #fff;
		color: #22181b;
	}

	.course-medbiz-results__title {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 1.1;
		text-align: left;
	}

	.course-medbiz-results__grid {
		column-gap: 0;
		padding: 0;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
	}

	.course-medbiz-results__item {
		padding: 24px 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid #ddd6cf;
	}

	.course-medbiz-results__item::before {
		display: none;
	}

	.course-medbiz-results__item:last-child {
		border-right: 0;
	}

	.course-medbiz-results__item-title {
		font-size: 20px;
		font-weight: 600;
		line-height: 1.1;
	}

	.course-medbiz-results__item-text {
		margin-top: 16px;
	}

	.course-medbiz-benefits {
		padding: 46px 16px;
	}

	.course-medbiz-benefits__inner {
		display: flex;
		flex-direction: column;
		gap: 49px;
	}

	.course-medbiz-benefits__kicker {
		font-size: 20px;
	}

	.course-medbiz-benefits__title {
		margin-top: 16px;
		font-size: 27px;
	}

	.course-medbiz-benefits__row {
		padding: 0;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
	}

	.course-medbiz-benefits__cell,
	.course-medbiz-benefits__cell + .course-medbiz-benefits__cell {
		padding: 24px 0;
		border-left: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	}

	.course-medbiz-benefits__cell-title {
		font-size: 20px;
	}

	.course-medbiz-benefits__cell-text {
		margin-top: 8px;
	}

	.course-medbiz-program {
		padding-top: 0;
	}

	.course-medbiz-program__title {
		margin-bottom: 29px;
		font-size: 20px;
	}

	.course-medbiz-program__row {
		gap: 16px;
		padding: 20px 0 10px;
		align-items: flex-start;
	}

	.course-medbiz-program__row-main {
		width: 100%;
		gap: 16px;
	}

	.course-medbiz-program__row-number,
	.course-medbiz-program__row-title {
		font-size: 18px;
	}

	.course-medbiz-program__row-title {
		flex: 1 1 auto;
		text-transform: uppercase;
	}

	.course-medbiz-program__row-speaker {
		flex-direction: row-reverse;
		gap: 16px;
		margin-left: 42px;
	}

	.course-medbiz-program__row-speaker-name {
		font-size: 18px;
		opacity: 0.7;
	}

	.course-medbiz-program__avatar {
		width: 37.524px;
		height: 37.524px;
	}

	.course-medbiz-program__fade {
		z-index: 1;
		height: 220px;
	}

	.course-medbiz-recommended {
		gap: 40px;
		overflow: hidden;
	}

	.course-medbiz-recommended__viewport {
		width: 343px;
	}

	.course-medbiz-recommended__track {
		animation: none;
		transform: translateX(0);
	}

	.course-medbiz-recommended__strip:nth-child(n + 2) {
		display: none;
	}

	.course-medbiz-recommended__controls {
		display: flex;
		align-items: center;
		gap: 22px;
		width: 343px;
	}

	.course-medbiz-recommended__progress {
		position: relative;
		flex: 1 1 auto;
		height: 2px;
		background: #ddd6cf;
	}

	.course-medbiz-recommended__progress-fill {
		display: block;
		width: 57px;
		height: 100%;
		background: #22181b;
	}

	.course-medbiz-recommended__arrows {
		display: inline-flex;
		align-items: center;
		gap: 22px;
		color: #22181b;
		font-size: 22px;
		line-height: 1;
	}

	.course-medbiz-recommended__arrow {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 22px;
		height: 22px;
	}

	.course-medbiz-recommended__title,
	.course-medbiz-pricing__title,
	.course-medbiz-author__kicker {
		font-size: 20px;
		line-height: 1.1;
	}

	.course-medbiz-pricing__title {
		text-align: left;
	}

	.course-medbiz-pricing__grid {
		gap: 0;
	}

	.course-medbiz-pricing__card-inner {
		padding: 32px;
	}

	.course-medbiz-pricing__card-title {
		font-size: 20px;
	}

	.course-medbiz-pricing__footer {
		min-height: 81px;
		justify-content: center;
		gap: 24px;
		margin: 0;
		padding: 16px 32px;
	}

	.course-medbiz-pricing__price {
		font-size: 21px;
	}

	.course-medbiz-pricing__button {
		min-width: 141px;
		padding: 0 18px;
	}

	.course-medbiz-author {
		display: flex;
		flex-direction: column;
		gap: 40px;
	}

	.course-medbiz-author__content {
		display: flex;
		flex-direction: column;
		gap: 16px;
		width: 100%;
	}

	.course-medbiz-author__kicker {
		order: 1;
	}

	.course-medbiz-author__photo--desktop {
		display: none;
	}

	.course-medbiz-author__photo--mobile {
		display: block;
		width: 100%;
		height: auto;
		aspect-ratio: 343 / 511.901;
		order: 2;
	}

	.course-medbiz-author__name {
		margin-top: 0;
		font-size: 27px;
		order: 3;
	}

	.course-medbiz-author__subtitle {
		margin-top: 0;
		order: 4;
	}

	.course-medbiz-author__list {
		order: 5;
		margin-top: 24px;
	}

	.course-medbiz-author__photo--desktop {
		width: 100%;
		height: auto;
		aspect-ratio: 505 / 730;
	}

	.page--course-medbiz .footer {
		margin-top: 48px;
		padding-bottom: 49px;
		border-top: 0;
	}

	.page--course-medbiz .footer__grid {
		width: 100%;
		padding-top: 0;
		gap: 48px;
	}

	.page--course-medbiz .footer__brand {
		align-items: flex-start;
	}

	.page--course-medbiz .footer h3 {
		font-family: 'Inter', sans-serif;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.1;
		text-transform: none;
	}

	.page--course-medbiz .footer__links {
		margin-top: 32px;
		grid-template-columns: 190px 120px;
		gap: 20px;
	}

	.page--course-medbiz .footer__links ul {
		gap: 24px;
	}

	.page--course-medbiz .footer__links a {
		font-family: 'Inter', sans-serif;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 0;
	}

	.page--course-medbiz .footer__contacts {
		text-align: left;
	}

	.page--course-medbiz .footer__contacts h3 {
		margin-left: 0;
	}

	.page--course-medbiz .footer__social {
		width: auto;
		justify-content: flex-start;
		margin-top: 0;
		gap: 12px;
		font-family: 'Inter', sans-serif;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.1;
		text-transform: none;
	}

	.page--course-medbiz .footer__contacts .footer__social:first-of-type {
		margin-top: 32px;
	}

	.page--course-medbiz .footer__social + .footer__social {
		margin-top: 24px;
	}

	.page--course-medbiz .footer__contacts > a:nth-of-type(3),
	.page--course-medbiz .footer__contacts > a:nth-of-type(4) {
		font-family: 'Inter', sans-serif;
		letter-spacing: 0;
	}

	.page--course-medbiz .footer__contacts > a:nth-of-type(3) {
		margin-top: 32px;
	}

	.page--course-medbiz .footer__contacts > a:nth-of-type(4) {
		margin-top: 16px;
	}

	.page--course-medbiz .footer__brand > a:nth-child(2),
	.page--course-medbiz .footer__brand > a:nth-child(3) {
		font-family: 'Inter', sans-serif;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.3;
		letter-spacing: 0;
		text-align: left;
	}

	.page--course-medbiz .footer__brand > a:nth-child(2) {
		margin-top: 0;
	}

	.page--course-medbiz .footer__brand > a:nth-child(3) {
		margin-top: -32px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.page--course-medbiz {
		overflow-x: clip;
	}

	.course-medbiz-page {
		gap: 110px;
	}

	.course-medbiz-results,
	.course-medbiz-program,
	.course-medbiz-pricing,
	.course-medbiz-author {
		width: calc(100% - 48px);
	}

	.course-medbiz-results__grid {
		column-gap: 12px;
	}

	.course-medbiz-results__item {
		padding-left: 12px;
	}

	.course-medbiz-benefits {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		padding: 56px 24px;
	}

	.course-medbiz-benefits__inner {
		display: flex;
		gap: 20px;
		align-items: flex-start;
	}

	.course-medbiz-benefits__intro {
		width: 320px;
	}

	.course-medbiz-benefits__grid {
		width: calc(100% - 340px);
		min-width: 0;
	}

	.course-medbiz-recommended {
		width: 100%;
		overflow: hidden;
	}

	.course-medbiz-recommended__viewport {
		width: 100%;
		overflow: hidden;
	}
}

/* MEDBIZ spacing hotfix: visible gap between hero and first results section. */
.page--course-medbiz .course-medbiz-page {
	padding-top: 140px !important;
}

.page--course-medbiz .course-medbiz-results {
	padding-top: 0 !important;
}

/* Desktop pixel-fit pass for MEDBIZ 2025 */
@media (min-width: 1200px) {
	.course-medbiz-benefits {
		width: min(100%, 1440px);
		margin-left: auto;
		margin-right: auto;
	}

	.course-medbiz-recommended {
		width: min(100%, 1490px);
		margin-left: auto;
		margin-right: auto;
	}

	.course-medbiz-pricing__card-inner {
		padding: 33px 31px 106px;
	}

	.page--course-medbiz .footer h3 {
		font-size: 20px;
		font-weight: 400;
		line-height: 1.1;
	}

	.page--course-medbiz .footer__links a {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.3;
		letter-spacing: 0.48px;
		text-transform: lowercase;
	}

	.page--course-medbiz .footer__social {
		font-size: 20px;
		font-weight: 400;
		line-height: 1.1;
		text-transform: uppercase;
		letter-spacing: 0;
	}

	.page--course-medbiz .footer__contacts > a:nth-of-type(3),
	.page--course-medbiz .footer__contacts > a:nth-of-type(4),
	.page--course-medbiz .footer__brand > a:nth-child(2),
	.page--course-medbiz .footer__brand > a:nth-child(3) {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.3;
		letter-spacing: 0.48px;
		text-transform: lowercase;
	}
}

@media (max-width: 767px) {
	.page--course-medbiz .course-medbiz-page {
		padding-top: 69px !important;
	}

	.course-medbiz-pricing__card--light {
		min-height: 473px;
	}

	.course-medbiz-pricing__card--dark {
		min-height: 560px;
	}

	.course-medbiz-program__fade {
		height: 210px;
	}

	.course-medbiz-author__list {
		margin-top: 0;
	}
}
