/**
 * Styles for single course page.
 *
 * @package Bloomcare
 */
body {
	background-color: #fff;
}

/* Якорная навигация (герой → блок покупки), без JS для курса. */
@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

.site-main {
	padding-top: 0;
}

.bc-course {
	width: 100%;
}

/* Hero одиночного курса (Figma 1217:20717, десктоп 1280+). */
.bc-course__hero {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	background-color: #fef5ed;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bc-course__hero-inner {
	padding: 48px 0 0;
	box-sizing: border-box;
}

.bc-course__hero-breadcrumbs.bc-breadcrumbs {
	margin: 0;
	width: 100%;
}

.bc-course__hero-layout {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	box-sizing: border-box;
}

.bc-course__hero-main {
	flex: 1 1 650px;
	max-width: 650px;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.bc-course__hero-copy {
	display: flex;
	flex-direction: column;
	gap: 48px;
	width: 100%;
	min-width: 0;
}

.bc-course__hero-intro {
	display: flex;
	flex-direction: column;
	gap: 32px;
	width: 100%;
	min-width: 0;
}

.bc-course__hero-chips {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.bc-course__hero-chip {
	box-sizing: border-box;
	margin: 0;
	padding: 8px 16px;
	border-radius: 68px;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.5);
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.35;
	color: #a63d52;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course__hero-title {
	margin: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	color: #3f2b22;
	font-variation-settings: "CTGR" 0, "wdth" 100;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course__hero-title-main {
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-size: 72px;
	line-height: 1;
	color: inherit;
	font-variation-settings: inherit;
}

.bc-course__hero-title-sub {
	margin: 0;
	width: 100%;
	font-family: inherit;
	font-weight: inherit;
	font-size: 32px;
	line-height: 1.1;
	opacity: 0.9;
	color: inherit;
	font-variation-settings: inherit;
}

.bc-course__hero-lead {
	margin: 0;
	width: 100%;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course__hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 12px;
}

.bc-course__hero-actions-narrow {
	display: none;
	width: 100%;
	justify-content: center;
	box-sizing: border-box;
}

.bc-course__hero-cta {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 54px;
	padding: 16px 40px;
	border-radius: 22px;
	border: 0;
	text-decoration: none;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	font-feature-settings: "lnum" 1, "pnum" 1;
	transition: filter 0.2s ease;
}

.bc-course__hero-cta:hover,
.bc-course__hero-cta:focus-visible {
	filter: brightness(0.97);
	text-decoration: none;
}

.bc-course__hero-cta--primary {
	background: #a63d52;
	color: #fff;
}

.bc-course__hero-cta--primary:hover,
.bc-course__hero-cta--primary:focus-visible {
	color: #fff;
}

.bc-course__hero-cta--secondary {
	background: #fff;
	color: #454545;
	padding-top: 18px;
	padding-bottom: 18px;
}

.bc-course__hero-cta--secondary:hover,
.bc-course__hero-cta--secondary:focus-visible {
	color: #454545;
}

.bc-course__hero-cta-icon {
	display: inline-flex;
	flex: 0 0 26px;
	width: 26px;
	height: 26px;
	align-items: center;
	justify-content: center;
}

.bc-course__hero-cta-icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.bc-course__hero-aside {
	flex: 0 0 520px;
	width: 520px;
	max-width: 100%;
	min-width: 0;
}

.bc-course__hero-media {
	width: 100%;
	height: 699px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	pointer-events: none;
}

.bc-course__hero-img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
	object-position: center bottom;
}

@media (max-width: 559px) {
	.bc-course__hero-actions {
		flex-direction: column;
		align-items: stretch;
		width: 100%;
	}

	.bc-course__hero-cta {
		width: 100%;
		justify-content: center;
	}

	.bc-course__hero-actions-narrow {
		padding-left: 0;
		padding-right: 0;
	}

	.bc-course__hero-cta--narrow {
		max-width: none;
		width: 100%;
	}

	.bc-course__hero-media {
		min-height: 0;
		max-height: min(336px, 85vw);
	}

	.bc-course__hero-img {
		max-height: min(336px, 85vw);
	}
}

/* Мобильная CTA снизу экрана (Figma 1217:25573). Планшет и мобильные — до 1023px (как блоки курса). */
.bc-course-mobile-cta {
	display: none;
}

@media (max-width: 1023px) {
	.bc-course-mobile-cta {
		display: block;
		position: fixed;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 90;
		padding-bottom: env(safe-area-inset-bottom, 0px);
	}

	/* Покупка и футер — над фиксированной CTA (пересечение при скролле вниз). */
	.bc-course__purchase-surface {
		z-index: 100;
	}

	body.single-course .site-footer {
		position: relative;
		z-index: 100;
	}

	.bc-course-mobile-cta__inner {
		background: #fff;
		padding: 12px 10px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		box-shadow: 0 -8px 24px rgba(63, 43, 34, 0.08);
	}

	.bc-course-mobile-cta__btn {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 6px;
		width: 100%;
		box-sizing: border-box;
		padding: 14px 28px;
		border-radius: 22px;
		border: 0;
		background: #a63d52;
		color: #fff;
		text-align: center;
		text-decoration: none;
		font-family: "Manrope", system-ui, sans-serif;
		font-weight: 600;
		font-size: 16px;
		line-height: 1.35;
		font-feature-settings: "lnum" 1, "pnum" 1;
		transition: filter 0.2s ease;
	}

	.bc-course-mobile-cta__btn:hover,
	.bc-course-mobile-cta__btn:focus-visible {
		color: #fff;
		filter: brightness(0.95);
	}

	.bc-course-mobile-cta__label {
		flex: 0 1 auto;
		min-width: 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.bc-course-mobile-cta__icon {
		display: inline-flex;
		flex: 0 0 26px;
		width: 26px;
		height: 26px;
	}

	.bc-course-mobile-cta__icon img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
}

.site-footer {
	margin-top: 0;
}

.bc-course__content-surface {
	background: #fef5ed;
	border-radius: 100px 100px 80px 80px;
	padding: 130px 0;
	display: flex;
	flex-direction: column;
	gap: 130px;
}

.bc-course__content-surface--second {
	padding-bottom: 0;
}

.bc-course__static-surface {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 64px;
	padding: 100px 0;
}

.bc-course__purchase-surface {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	width: 100%;
	border-radius: 100px 100px 0 0;
	background-color: #fef5ed;
	--bc-course-purchase-bg-color: #c5472e;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 64px;
	padding: 140px 0;
	scroll-margin-top: 24px;
}

.bc-course__purchase-surface--has-bcg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Центрирование колонкой без margin у .bc-container */
.bc-course__purchase-surface .bc-container {
	margin-left: 0;
	margin-right: 0;
}

.bc-course__purchase-surface > .bc-course-purchase-full,
.bc-course__purchase-surface > .bc-course-purchase-installment {
	width: 100%;
	max-width: var(--bc-container);
}

.bc-course__purchase-head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
}

.bc-course__purchase-head .bc-course_h2,
.bc-course__purchase-head .bc-course__purchase-title {
	margin: 0;
	width: 100%;
	max-width: none;
	white-space: pre-wrap;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.15;
	letter-spacing: -0.88px;
	color: #3f2b22;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course__purchase-description {
	margin: 0;
	width: 100%;
	max-width: none;
	white-space: pre-wrap;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

/* Advantages block (Figma node 1107:112776, 1280+). */
.bc-course-advantages {
	width: 100%;
	background: #fff;
	padding: 48px 20px;
}

.bc-course-advantages__inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
}

.bc-course-advantages__item {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	text-align: center;
	min-width: 0;
}

.bc-course-advantages__title {
	margin: 0;
	white-space: nowrap;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.25;
	letter-spacing: -0.3px;
	color: #cc7c61;
	font-variation-settings: "CTGR" 0, "wdth" 100;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-advantages__text {
	margin: 0;
	white-space: nowrap;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

/* Block: first pregnancy anxiety (Figma node 1107:112777, 1280+). */
.bc-course-icons-block {
	width: 100%;
}

.bc-course-icons-block__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.bc-course-icons-block__head {
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
}

.bc-course_h2 {
	margin: 0;
	width: 100%;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 44px;
	line-height: 1.15;
	letter-spacing: -0.88px;
	color: #3f2b22;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course-icons-block__lead {
	margin: 0;
	width: 100%;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-icons-block__grid {
	width: 100%;
	max-width: 1200px;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 12px;
}

.bc-course-icons-block__card {
	width: 392px;
	min-height: 194px;
	padding: 28px 36px;
	border-radius: 36px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	text-align: center;
}

.bc-course-icons-block__icon-wrap {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	padding: 14.545px;
	border-radius: 8080px;
	background: #cc7c61;
	flex-shrink: 0;
}

.bc-course-icons-block__icon {
	display: block;
	width: 34.667px;
	height: 34.667px;
	object-fit: contain;
}

.bc-course-icons-block__card-text {
	margin: 0;
	width: 100%;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.35;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

/* Block: description + video (Figma node 1107:112786, 1280+). */
.bc-course-video {
	width: 100%;
}

.bc-course-video__frame {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.bc-course-video__frame.has-footer {
	background: #a63d52;
	border-radius: 40px;
	padding: 0 0 28px;
	display: flex;
	flex-direction: column;
	gap: 28px;
	overflow: hidden;
}

.bc-course-video__inner {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 40px;
	background: #fff;
	border-radius: 40px;
	display: flex;
	align-items: stretch;
	gap: 48px;
	position: relative;
	isolation: isolate;
}

.bc-course-video__content {
	flex: 0 0 580px;
	width: 580px;
	min-width: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 28px;
	position: relative;
	z-index: 1;
}

.bc-course_h3 {
	margin: 0;
	width: 100%;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2;
	letter-spacing: -0.72px;
	color: #3f2b22;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course-video__note {
	margin: 0;
	width: 100%;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-video__list {
	margin-top: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.bc-course-video__item {
	display: flex;
	align-items: center;
	gap: 12px;
	min-width: 0;
	padding: 20px;
	border-radius: 24px;
	background: #fef5ed;
}

.bc-course-video__item-icon-wrap {
	box-sizing: border-box;
	width: 26px;
	height: 26px;
	flex: 0 0 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border-radius: 50%;
	background: #cc7c61;
}

.bc-course-video__item-icon {
	display: block;
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	object-fit: contain;
}

.bc-course-video__item-text {
	margin: 0;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: -0.4px;
	color: #2c2220;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course-video__player-wrap {
	flex: 1 1 auto;
	min-width: 0;
	position: relative;
	z-index: 2;
	display: flex;
	align-self: stretch;
}

.bc-course-video__player {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 36px;
	overflow: hidden;
	background: #fff;
	pointer-events: auto;
}

.bc-course-video__player iframe {
	display: block;
	position: relative;
	z-index: 3;
	width: 100%;
	height: 100%;
	border: 0;
	pointer-events: auto;
}

.bc-course-video__footer {
	width: 100%;
	padding: 0 44px;
	display: flex;
	justify-content: center;
}

.bc-course-video__footer-text {
	margin: 0;
	width: 100%;
	max-width: 802px;
	text-align: center;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.52px;
	color: #fff;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

/* Block: program tabs + accordion (Figma node 1107:112789, 1280+). */
.bc-course-program {
	width: 100%;
	scroll-margin-top: 24px;
}

.bc-course-program__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
}

.bc-course-program__head {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	width: 100%;
	text-align: center;
}

.bc-course-program__description {
	margin: 0;
	width: 100%;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-program__tabs {
	display: inline-flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0;
	padding: 8px;
	border-radius: 500px;
	background: #ffe4d6;
}

.bc-course-program__tab {
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-radius: 68px;
	background: transparent;
	cursor: pointer;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bc-course-program__tab.is-active {
	background: #fff;
	color: #841e36;
	border: 1px solid transparent;
}

.bc-course-program__panes,
.bc-course-program__pane,
.bc-course-program__accordion {
	width: 100%;
}

.bc-course-program__accordion {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.bc-course-program__item {
	padding: 28px 32px;
	border-radius: 36px;
	background: #fef5ed;
}

.bc-course-program__item-trigger {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	text-align: left;
}

.bc-course-program__item-title {
	display: block;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #3f2b22;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course-program__item-icon-wrap {
	position: relative;
	width: 44px;
	height: 44px;
	flex: 0 0 44px;
}

.bc-course-program__item-icon {
	position: absolute;
	inset: 0;
	width: 44px;
	height: 44px;
	display: block;
	transition: transform 0.2s ease;
}

.bc-course-program__item.is-open .bc-course-program__item-icon {
	transform: rotate(180deg);
}

.bc-course-program__item-panel {
	margin-top: 0;
	height: 0;
	opacity: 0;
	overflow: hidden;
}

.bc-course-program__item-text {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

/* Block: banner (Figma node 1107:112800, 1280+). */
.bc-course-banner {
	width: 100%;
}

.bc-course-banner__inner {
	max-width: 1220px;
	margin: 0 auto;
}

.bc-course-banner__body {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 40px 44px;
	border-radius: 44px;
	background-image: linear-gradient(127.654deg, #a63d52 1.678%, #c32d51 98.927%), linear-gradient(107.27deg, #841e36 1.301%, #bb2a4c 99.48%);
}

.bc-course-banner__content {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 407px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 32px;
	color: #fff;
}

.bc-course-banner__h2 {
	color: #fff;
}

.bc-course-banner__description {
	margin: 0;
	width: 100%;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: rgba(255, 255, 255, 0.9);
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-banner__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 18px 40px;
	border: 0;
	border-radius: 22px;
	background: #fff;
	cursor: pointer;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-banner__visual {
	position: relative;
	z-index: 1;
	width: 542px;
	height: 328px;
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.bc-course-banner__image-wrap {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 0;
	overflow: visible;
	background: transparent;
}

.bc-course-banner__image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

/* Block: experts (Figma 1217:20779 карточка 1280+; слайдер — тот же приём, что 1217:21030 на планшете). */
.bc-course-experts {
	width: 100%;
	background: #fef5ed;
}

.bc-course-experts__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 36px;
}

.bc-course-experts__head {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	text-align: center;
}

.bc-course-experts__description {
	margin: 0;
	width: 100%;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-experts__grid {
	width: 100%;
	display: flex;
	align-items: stretch;
	gap: 12px;
}

/* Сетка экспертов 1280+: горизонтальный слайдер (scroll-snap, без JS), ширина карточки по макету. */
.bc-course-experts--grid .bc-course-experts__grid {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-x: contain;
	-webkit-overflow-scrolling: touch;
	scroll-snap-type: x mandatory;
	scrollbar-width: thin;
}

.bc-course-experts--grid .bc-course-experts__card {
	flex: 0 0 388px;
	max-width: 388px;
	width: 388px;
	scroll-snap-align: start;
	box-sizing: border-box;
	align-items: flex-start;
}

.bc-course-experts__card {
	flex: 1 1 0;
	background: #fff;
	border-radius: 40px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 2px 2px 36px;
}

.bc-course-experts__card-photo-wrap {
	width: 100%;
	height: 290px;
	border-radius: 40px;
	overflow: hidden;
	background: #edeff0;
}

.bc-course-experts__card-photo {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bc-course-experts__card-content {
	width: 100%;
	padding: 0 28px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bc-course-experts__card-name {
	margin: 0;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -0.56px;
	color: #3f2b22;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course-experts__card-text {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #636363;
	opacity: 0.9;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-experts__card-text p {
	margin: 0;
}

.bc-course-experts__single-title {
	text-align: center;
}

.bc-course-experts__single-card {
	width: 100%;
	border-radius: 40px;
	background: #fff;
	padding: 12px;
	display: flex;
	align-items: stretch;
	gap: 0;
	overflow: hidden;
}

.bc-course-experts__single-photo-wrap {
	position: relative;
	flex: 0 0 363px;
	width: 363px;
	border-radius: 40px;
	overflow: hidden;
	background: #edeff0;
}

.bc-course-experts__single-photo {
	position: absolute;
	left: 0;
	top: -4.98%;
	display: block;
	width: 100%;
	height: 167.65%;
	max-width: none;
	object-fit: cover;
	object-position: center top;
}

.bc-course-experts__single-content {
	flex: 1 1 auto;
	min-width: 0;
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.bc-course-experts__single-name {
	margin: 0;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: -0.56px;
	color: #3f2b22;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course-experts__single-text {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #636363;
	opacity: 0.9;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-experts__single-text p {
	margin: 0;
}

.bc-course-experts__single-list {
	margin: 8px 0 0;
	padding: 0 0 0 27px;
	list-style: disc;
}

.bc-course-experts__single-list-item {
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #636363;
	opacity: 0.9;
	font-feature-settings: "lnum" 1, "pnum" 1;
	margin-bottom: 8px;
}

.bc-course-experts__single-list-item:last-child {
	margin-bottom: 0;
}

/* Block: reviews slider (Figma node 1175:120985, 1280+). */
.bc-course-reviews {
	width: 100%;
}

.bc-course-reviews__inner {
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.bc-course-reviews__head {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
}

.bc-course-reviews__heading {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: flex-start;
}

.bc-course-reviews__h2 {
	max-width: 742px;
}

.bc-course-reviews__description {
	margin: 0;
	max-width: 620px;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-reviews__tabs {
	display: inline-flex;
	align-items: center;
	gap: 0;
	padding: 8px;
	border-radius: 50px;
	background: #fff;
	flex: 0 0 auto;
}

.bc-course-reviews__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border: 0;
	border-radius: 500px;
	background: transparent;
	cursor: pointer;
	white-space: nowrap;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.35;
	color: #454545;
	opacity: 0.5;
	font-feature-settings: "lnum" 1, "pnum" 1;
	transition: background-color 0.2s ease, color 0.2s ease, opacity 0.2s ease;
}

.bc-course-reviews__tab.is-active {
	background: #a63d52;
	color: #fff;
	opacity: 1;
}

.bc-course-reviews__panes,
.bc-course-reviews__pane {
	width: 100%;
}

.bc-course-reviews__slider {
	width: 100%;
	display: flex;
	align-items: stretch;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
	cursor: grab;
	user-select: none;
}

.bc-course-reviews__slider::-webkit-scrollbar {
	display: none;
}

.bc-course-reviews__slider.is-dragging {
	cursor: grabbing;
}

.bc-course-reviews__card {
	flex: 0 0 400px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px;
	padding: 32px;
	border-radius: 36px;
	background: #fff;
}

.bc-course-reviews__card-text {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-reviews__author {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
}

.bc-course-reviews__author-avatar-wrap {
	width: 80px;
	height: 80px;
	border-radius: 88px;
	background: #edeff0;
	flex: 0 0 80px;
	overflow: hidden;
}

.bc-course-reviews__author-avatar {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bc-course-reviews__author-content {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.bc-course-reviews__author-name {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-reviews__author-meta {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.35;
	color: #636363;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

/* Block: purchase full course (Figma 1217:20798 — 1280+; см. также 1175:121001). */
.bc-course-purchase-full {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bc-course-purchase-full__inner {
	width: 100%;
}

.bc-course-purchase-full__card-wrap {
	background: #a63d52;
	border-radius: 36px;
	padding-bottom: 20px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	overflow: hidden;
}

.bc-course-purchase-full__card {
	position: relative;
	width: 100%;
	min-height: 531px;
	padding: 36px;
	border-radius: 36px;
	border: 1px solid #fff0d3;
	background: #fff;
	overflow: hidden;
}

/* Верхняя зона: заголовок + линия + список — gap 12px по макету; линия на всю ширину карточки. */
.bc-course-purchase-full__masthead {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 12px;
}

/* Строка заголовков + бейдж: Figma 1217:20798 — gap 12px слева; бейдж в потоке (не absolute). */
.bc-course-purchase-full__masthead-top {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
}

.bc-course-purchase-full__intro {
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1 1 0;
	min-width: 0;
	max-width: 650px;
	width: 100%;
}

.bc-course-purchase-full__title {
	margin: 0;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 32px;
	line-height: 1.1;
	letter-spacing: -0.64px;
	color: #4c4039;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course-purchase-full__subtitle {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 1.35;
	color: #a63d52;
	opacity: 0.9;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-purchase-full__divider {
	display: block;
	width: 100%;
	line-height: 0;
}

.bc-course-purchase-full__divider-rule {
	display: block;
	width: 100%;
	height: 1px;
	background: rgba(235, 235, 235, 0.64);
}

.bc-course-purchase-full__features {
	margin: 0;
	padding: 0 0 0 27px;
	max-width: 650px;
	list-style: disc;
}

/* Список → цена: 24px; цена → кнопка: 32px (Figma 1217:20798). */
.bc-course-purchase-full__cta-group {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	gap: 32px;
	margin-top: 0;
	max-width: 650px;
	width: 100%;
}

.bc-course-purchase-full__masthead + .bc-course-purchase-full__cta-group {
	margin-top: 24px;
}

.bc-course-purchase-full__feature-item {
	margin-bottom: 8px;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #636363;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-purchase-full__feature-item:last-child {
	margin-bottom: 0;
}

.bc-course-purchase-full__price {
	display: inline-flex;
	align-items: flex-end;
	gap: 10px;
}

.bc-course-purchase-full__price-current {
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.1;
	letter-spacing: -0.8px;
	color: #a63d52;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course-purchase-full__price-old {
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.4;
	color: #868686;
	text-decoration: line-through;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-purchase-full__cta {
	display: inline-flex;
	align-self: flex-start;
	width: max-content;
	align-items: center;
	justify-content: center;
	padding: 18px 40px;
	border-radius: 22px;
	background: #a63d52;
	text-decoration: none;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.2;
	color: #fff;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-purchase-full__badge {
	position: static;
	z-index: 3;
	flex-shrink: 0;
	align-self: flex-start;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 16px;
	border-radius: 68px;
	background: #f9805e;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.35;
	color: #fff;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

/* Декор: только viewport ≥1024 (на ≤1023 скрыт в медиазапросе). */
.bc-course-purchase-full__decor {
	position: absolute;
	right: -26px;
	bottom: -170px;
	z-index: 1;
	width: 507px;
	height: 531px;
	overflow: hidden;
	pointer-events: none;
}

.bc-course-purchase-full__decor-image {
	position: absolute;
	left: -69.26%;
	top: -34.2%;
	display: block;
	width: 251.63%;
	height: 134.2%;
	max-width: none;
	object-fit: cover;
}

.bc-course-purchase-full__footer {
	margin: 0;
	padding: 0 20px;
	text-align: center;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4;
	color: #fff;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

/* Block: purchase installment (Figma 1217:21140, 1280+). */
.bc-course-purchase-installment {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.bc-course-purchase-installment__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 32px;
}

.bc-course-purchase-installment__title {
	margin: 0;
	width: 100%;
	max-width: 720px;
	text-align: center;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 1.25;
	color: #3f2b22;
	font-variation-settings: "CTGR" 0, "wdth" 100;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-purchase-installment__grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.bc-course-purchase-installment__card {
	position: relative;
	background: #fff;
	border-radius: 32px;
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 26px;
	min-height: 0;
}

.bc-course-purchase-installment__card-main {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.bc-course-purchase-installment__card-head {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bc-course-purchase-installment__card-top {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	width: 100%;
}

.bc-course-purchase-installment__card-lead {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.bc-course-purchase-installment__card-title {
	margin: 0;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 25px;
	line-height: 1.1;
	letter-spacing: -0.5px;
	color: #4c4039;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course-purchase-installment__card-subtitle {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 700;
	font-size: 15px;
	line-height: 1.35;
	color: #a63d52;
	opacity: 0.9;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-purchase-installment__card-divider {
	width: 100%;
	height: 1px;
	background: #ebebeb;
}

.bc-course-purchase-installment__features {
	margin: 0;
	padding: 0 0 0 24px;
	list-style: disc;
}

.bc-course-purchase-installment__feature-item {
	margin-bottom: 8px;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.4;
	color: #636363;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-purchase-installment__feature-item:last-child {
	margin-bottom: 0;
}

.bc-course-purchase-installment__badge {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 6px 12px;
	border-radius: 68px;
	background: #f9805e;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 15px;
	line-height: 1.35;
	color: #fff;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-purchase-installment__price {
	margin-top: auto;
	display: inline-flex;
	align-items: flex-end;
	gap: 10px;
}

.bc-course-purchase-installment__price-current {
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.1;
	letter-spacing: -0.72px;
	color: #a63d52;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course-purchase-installment__price-old {
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 17px;
	line-height: 1.35;
	color: #868686;
	text-decoration: line-through;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-purchase-installment__cta {
	display: inline-flex;
	align-self: flex-start;
	width: max-content;
	align-items: center;
	justify-content: center;
	padding: 16px 32px;
	border-radius: 18px;
	background: #a63d52;
	text-decoration: none;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 17px;
	line-height: 1.2;
	color: #fff;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

/* Block: recommendations (Figma 1194:15830 desktop, 1194:15862 tablet, 1194:15875 / 1194:15885 mobile). */
.bc-course-recommendations {
	width: 100%;
}

.bc-course-recommendations__inner {
	width: 100%;
}

.bc-course-recommendations__frame {
	background: #a63d52;
	border-radius: 40px;
	padding: 0 0 28px;
	display: flex;
	flex-direction: column;
	gap: 28px;
	overflow: hidden;
}

.bc-course-recommendations__card {
	background: #fff;
	border-radius: 40px;
	padding: 48px;
	display: flex;
	align-items: stretch;
	gap: 48px;
	overflow: hidden;
}

.bc-course-recommendations__left {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	align-self: stretch;
	/* Figma 1194:15832: между заголовком и лидом только внутри __left-text; декор снизу через space-between. */
}

.bc-course-recommendations__left-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}

.bc-course-recommendations__description {
	margin: 0;
	width: 100%;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.4;
	color: #454545;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-recommendations__decor {
	width: 195px;
	height: 153px;
}

.bc-course-recommendations__decor-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: left bottom;
}

.bc-course-recommendations__list {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 12px;
}

.bc-course-recommendations__item {
	display: flex;
	align-items: center;
	gap: 18px;
	padding: 20px;
	border-radius: 36px;
	background: #feebe7;
	overflow: hidden;
}

.bc-course-recommendations__item-icon-wrap {
	width: 64px;
	height: 64px;
	flex: 0 0 64px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 8080px;
	background: #fff;
	padding: 14.545px;
}

.bc-course-recommendations__item-icon {
	display: block;
	width: 34.667px;
	height: 34.667px;
	object-fit: contain;
	flex: 0 0 34.667px;
}

.bc-course-recommendations__item-text {
	margin: 0;
	flex: 1 1 auto;
	min-width: 0;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: -0.44px;
	color: #3f2b22;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course-recommendations__footer {
	margin: 0;
	width: 100%;
	max-width: 802px;
	align-self: center;
	text-align: center;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.52px;
	color: #fff;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

/* Block: stages (Figma node 1217:20759, 1280+). */
.bc-course-stages {
	width: 100%;
}

.bc-course-stages__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 36px;
}

.bc-course-stages__title {
	margin: 0;
	text-align: center;
}

.bc-course-stages__progress {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
}

@keyframes bc-stages-btn-pulse {

	0%,
	100% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.035);
	}
}

@keyframes bc-stages-btn-shine {
	0%,
	65% {
		background-position: 180% 0;
	}

	78% {
		background-position: -80% 0;
	}

	100% {
		background-position: 180% 0;
	}
}

.bc-course-stages__progress-item {
	position: relative;
	width: 68px;
	height: 68px;
	border-radius: 999px;
	border: none;
	background: transparent;
	color: #a63d52;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 68px;
	cursor: pointer;
	overflow: hidden;
}

.bc-course-stages__progress-item:focus-visible {
	outline: 2px solid #a63d52;
	outline-offset: 3px;
}

.bc-course-stages__progress-item::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	border-radius: 999px;
	background: #fef5ed;
}

.bc-course-stages__progress-item::after {
	content: none;
}

.bc-course-stages__progress-ring {
	position: absolute;
	inset: 0;
	z-index: 1;
	pointer-events: none;
}

.bc-course-stages__progress-svg {
	display: block;
	width: 100%;
	height: 100%;
}

.bc-course-stages__progress-track,
.bc-course-stages__progress-fill {
	fill: none;
	stroke-width: 2;
	shape-rendering: geometricPrecision;
}

.bc-course-stages__progress-track {
	stroke: #f0cfc5;
	stroke-dasharray: 1.5 3;
}

.bc-course-stages__progress-fill {
	stroke: #a63d52;
	stroke-linecap: butt;
	stroke-dasharray: 100;
	stroke-dashoffset: calc(100 - var(--bc-stage-progress, 0));
	transform-origin: 50% 50%;
	transform: rotate(-90deg);
}

@media (max-width: 1023px) {

	.bc-course-stages__progress-item {
		transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
		animation: bc-stages-btn-pulse 2.75s ease-in-out infinite;
	}

	.bc-course-stages__progress-item.is-active {
		transform: scale(1.14);
		z-index: 1;
		animation: none;
	}

	.bc-course-stages__progress-item::after {
		content: "";
		position: absolute;
		inset: -1px;
		z-index: 2;
		border-radius: inherit;
		pointer-events: none;
		background: linear-gradient(
			118deg,
			transparent 0%,
			transparent 40%,
			rgba(255, 255, 255, 0.2) 48%,
			rgba(255, 255, 255, 0.92) 50%,
			rgba(255, 255, 255, 0.22) 52%,
			transparent 62%,
			transparent 100%
		);
		background-size: 280% 100%;
		background-repeat: no-repeat;
		background-position: 180% 0;
		animation: bc-stages-btn-shine 4.2s ease-in-out infinite;
	}
}

@media (max-width: 1023px) and (prefers-reduced-motion: reduce) {

	.bc-course-stages__progress-item {
		transition: none;
		animation: none;
	}

	.bc-course-stages__progress-item.is-active {
		transform: none;
	}

	.bc-course-stages__progress-item::after {
		animation: none;
	}
}

.bc-course-stages__progress-line {
	width: auto;
	height: 1px;
	background: #efd5cc;
	flex: 1 1 auto;
	max-width: 287px;
}

.bc-course-stages__progress-num {
	position: relative;
	z-index: 3;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.25;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-stages__slider {
	width: 100%;
	display: flex;
	align-items: stretch;
	gap: 12px;
	overflow-x: auto;
	overflow-y: hidden;
	scroll-snap-type: x mandatory;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	cursor: grab;
}

.bc-course-stages__slider::-webkit-scrollbar {
	display: none;
}

.bc-course-stages__slider.is-dragging {
	cursor: grabbing;
	scroll-behavior: auto;
}

.bc-course-stages__card {
	flex: 0 0 392px;
	border-radius: 36px;
	background: #fff;
	padding: 2px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	scroll-snap-align: start;
}

.bc-course-stages__card-image-wrap {
	width: 100%;
	height: 260px;
	border-radius: 36px;
	overflow: hidden;
	background: #f3efe8;
}

.bc-course-stages__card-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bc-course-stages__card-title {
	margin: 0;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	letter-spacing: -0.48px;
	color: #3f2b22;
	font-variation-settings: "CTGR" 0, "wdth" 100;
}

.bc-course-stages__card-content {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 0 26px 28px;
}

.bc-course-stages__card-points {
	margin: 0;
	padding: 0;
	padding-left: 27px;
	list-style: disc;
	display: block;
	color: #636363;
}

.bc-course-stages__card-point {
	margin: 0;
	font-family: "Manrope", system-ui, sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.35;
	color: #636363;
	font-feature-settings: "lnum" 1, "pnum" 1;
}

.bc-course-stages__card-point + .bc-course-stages__card-point {
	margin-top: 8px;
}

.bc-course-stages__card-point::marker {
	color: #636363;
}

.bc-course-stages__footer {
	position: relative;
	border-radius: 36px;
	background: #a63d52;
	padding: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	overflow: hidden;
}

.bc-course-stages__footer-text {
	margin: 0;
	width: 100%;
	text-align: center;
	font-family: "Noto Serif", Georgia, "Times New Roman", serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.2;
	letter-spacing: -0.52px;
	color: #fff;
	font-variation-settings: "CTGR" 0, "wdth" 100;
	position: relative;
	z-index: 1;
}

.bc-course-stages__footer-decor {
	position: absolute;
	display: block;
	width: 148px;
	height: auto;
	object-fit: contain;
	opacity: 1;
	pointer-events: none;
}

.bc-course-stages__footer-decor--left {
	left: -44px;
	top: -13px;
}

.bc-course-stages__footer-decor--right {
	right: -49px;
	top: 0;
}

@media (max-width: 1279px) {
	/* Hero курса: Figma 40000052:4049 (desktop-small, ≤1279px). */
	.bc-course__hero {
		border-bottom-left-radius: 80px;
		border-bottom-right-radius: 80px;
	}

	.bc-course__hero-inner {
		padding: 36px 20px 0;
		box-sizing: border-box;
	}

	.bc-course__hero-layout {
		gap: 30px;
		align-items: flex-start;
		justify-content: space-between;
	}

	.bc-course__hero-main {
		flex: 1 1 530px;
		max-width: 530px;
		min-width: 0;
		gap: 36px;
	}

	.bc-course__hero-copy {
		gap: 24px;
	}

	.bc-course__hero-intro {
		gap: 18px;
	}

	.bc-course__hero-breadcrumbs.bc-breadcrumbs {
		font-size: 15px;
		line-height: 1.45;
		font-feature-settings: "lnum" 1, "pnum" 1;
	}

	.bc-course__hero-breadcrumbs.bc-breadcrumbs .bc-breadcrumbs__link,
	.bc-course__hero-breadcrumbs.bc-breadcrumbs .bc-breadcrumbs__current {
		color: #3f2b22;
	}

	.bc-course__hero-chip {
		padding: 6px 12px;
		border-radius: 68px;
		font-size: 14px;
		line-height: 1.35;
	}

	.bc-course__hero-title-main {
		font-size: 52px;
		line-height: 1;
	}

	.bc-course__hero-title-sub {
		font-size: 26px;
		line-height: 1.1;
		opacity: 0.9;
	}

	.bc-course__hero-lead {
		font-size: 17px;
		line-height: 1.35;
		font-weight: 500;
	}

	.bc-course__hero-actions {
		gap: 12px;
	}

	.bc-course__hero-cta {
		min-height: 0;
		padding: 14px 28px;
		border-radius: 22px;
		font-size: 16px;
		line-height: 1.35;
		font-weight: 600;
	}

	.bc-course__hero-cta--secondary {
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.bc-course__hero-aside {
		flex: 0 1 422px;
		width: 422px;
		max-width: min(422px, 100%);
		min-width: 0;
	}

	.bc-course__hero-media {
		height: 500px;
		max-height: min(636px, 70vw);
	}

	.bc-course__hero-img {
		object-fit: contain;
		object-position: center bottom;
	}

	.bc-course__content-surface {
		padding: 100px 20px;
		gap: 100px;
		border-radius: 48px;
	}

	.bc-course__content-surface--second {
		padding: 100px 20px 0;
		gap: 100px;
	}

	/* Розовый блок покупки на всю ширину секции (компенсация padding 20px у .bc-course__content-surface). */
	.bc-course__purchase-surface {
		width: auto;
		max-width: none;
		margin-left: -20px;
		margin-right: -20px;
		padding: 100px 20px;
		gap: 48px;
		border-radius: 48px 48px 0 0;
	}

	/* Шапка блока покупки: Figma 1217:21048 (как 21122, плоскость ≤1024). */
	.bc-course__purchase-head {
		gap: 20px;
		align-items: flex-start;
		text-align: center;
	}

	.bc-course__purchase-head .bc-course_h2,
	.bc-course__purchase-head .bc-course__purchase-title {
		font-size: 36px;
		line-height: 1.15;
		letter-spacing: -0.72px;
		color: #3f2b22;
		font-variation-settings: "CTGR" 0, "wdth" 100;
	}

	.bc-course__purchase-description {
		font-size: 18px;
		line-height: 1.4;
		color: #454545;
		font-feature-settings: "lnum" 1, "pnum" 1;
	}

	/* Purchase installment: Figma 1217:21140 (desktop-small). */
	.bc-course-purchase-installment__inner.bc-container {
		max-width: 984px;
	}

	/* Advantages: Figma 1217:21075 (desktop-small, 1024). */
	.bc-course-advantages {
		padding: 36px 20px;
	}

	.bc-course-advantages__inner.bc-container {
		max-width: 984px;
		justify-content: space-between;
		row-gap: 48px;
		column-gap: 24px;
	}

	.bc-course-advantages__title {
		font-size: 24px;
		line-height: 1.25;
		letter-spacing: -0.24px;
	}

	.bc-course-advantages__text {
		font-size: 16px;
		line-height: 1.35;
	}

	/* Icons block: Figma 1217:21077 (desktop-small). */
	.bc-course-icons-block__inner.bc-container {
		max-width: 984px;
	}

	.bc-course-icons-block__inner {
		gap: 36px;
	}

	.bc-course-icons-block__head {
		max-width: 984px;
	}

	.bc-course-icons-block .bc-course_h2 {
		font-size: 36px;
		line-height: 1.15;
		letter-spacing: -0.72px;
	}

	.bc-course-icons-block__lead {
		font-size: 18px;
		line-height: 1.4;
	}

	.bc-course-icons-block__grid {
		max-width: 984px;
	}

	.bc-course-icons-block__card {
		width: 320px;
		max-width: 100%;
		min-height: 0;
		padding: 28px 36px;
		gap: 16px;
	}

	.bc-course-icons-block__icon-wrap {
		width: 56px;
		height: 56px;
		padding: 12.727px;
	}

	.bc-course-icons-block__icon {
		width: 30.333px;
		height: 30.333px;
	}

	.bc-course-icons-block__card-text {
		font-size: 18px;
	}

	/* Video block: Figma 1217:21086 (desktop-small). */
	.bc-course-video__frame.bc-container {
		max-width: 984px;
	}

	.bc-course-video__inner {
		padding: 32px;
		gap: 32px;
		border-radius: 32px;
		align-items: flex-start;
	}

	.bc-course-video__player-wrap {
		align-self: stretch;
	}

	.bc-course-video__content {
		flex: 0 0 540px;
		width: 540px;
		max-width: min(540px, 100%);
		gap: 16px;
	}

	.bc-course-video__list {
		margin-top: 8px;
	}

	.bc-course-video .bc-course_h3 {
		font-size: 32px;
		line-height: 1.2;
		letter-spacing: -0.64px;
	}

	.bc-course-video__note {
		font-size: 17px;
		line-height: 1.35;
	}

	.bc-course-video__item {
		border-radius: 28px;
	}

	.bc-course-video__item-icon-wrap {
		width: 24px;
		height: 24px;
		flex: 0 0 24px;
		padding: 0;
	}

	.bc-course-video__item-icon {
		width: 13.778px;
		height: 13.778px;
	}

	.bc-course-video__item-text {
		font-size: 18px;
		letter-spacing: -0.36px;
		color: #3f2b22;
	}

	/* Stages: Figma 1217:21087 (desktop-small). Индикатор — текущий SVG; линия и карточки по макету. */
	.bc-course-stages__inner.bc-container {
		max-width: 984px;
	}

	.bc-course-stages__inner {
		gap: 32px;
	}

	.bc-course-stages .bc-course_h2 {
		font-size: 36px;
		line-height: 1.15;
		letter-spacing: -0.72px;
	}

	.bc-course-stages__slider {
		margin-top: 4px;
	}

	.bc-course-stages__progress-line {
		max-width: 216px;
	}

	.bc-course-stages__card {
		flex: 0 0 320px;
		border-radius: 32px;
	}

	.bc-course-stages__card-image-wrap {
		height: 210px;
		border-radius: 32px;
	}

	.bc-course-stages__card-content {
		gap: 14px;
		padding: 0 22px 24px;
	}

	.bc-course-stages__card-title {
		font-size: 22px;
		line-height: 1.2;
		letter-spacing: -0.44px;
	}

	.bc-course-stages__card-points {
		padding-left: 27px;
	}

	.bc-course-stages__card-point {
		font-size: 17px;
	}

	.bc-course-stages__footer-text {
		font-size: 22px;
		line-height: 1.2;
		letter-spacing: -0.44px;
	}

	/* Reviews slider: Figma 1217:21109 (desktop-small). */
	.bc-course-reviews__inner.bc-container {
		max-width: 984px;
	}

	.bc-course-reviews__inner {
		gap: 36px;
	}

	.bc-course-reviews__head {
		align-items: flex-start;
		justify-content: space-between;
		gap: 24px;
	}

	.bc-course-reviews__tabs {
		align-self: flex-start;
		flex-shrink: 0;
	}

	.bc-course-reviews__h2 {
		max-width: none;
	}

	.bc-course-reviews .bc-course_h2 {
		font-size: 36px;
		line-height: 1.15;
		letter-spacing: -0.72px;
	}

	.bc-course-reviews__description {
		font-size: 18px;
		line-height: 1.4;
		max-width: none;
	}

	.bc-course-reviews__tab {
		padding: 8px 16px;
		font-size: 16px;
	}

	.bc-course-reviews__card {
		flex: 0 0 360px;
		border-radius: 32px;
	}

	.bc-course-reviews__card-text {
		font-size: 17px;
		line-height: 1.35;
	}

	.bc-course-reviews__author-avatar-wrap {
		width: 72px;
		height: 72px;
		flex: 0 0 72px;
	}

	.bc-course-reviews__author-name {
		font-size: 17px;
	}

	.bc-course-reviews__author-meta {
		font-size: 15px;
		line-height: 1.4;
	}

	/* Program block: Figma 1217:21089 (desktop-small). */
	.bc-course__static-surface {
		padding: 100px 20px;
		gap: 64px;
	}

	.bc-course-program__inner.bc-container {
		max-width: 984px;
	}

	.bc-course-program .bc-course_h2 {
		font-size: 36px;
		line-height: 1.15;
		letter-spacing: -0.72px;
	}

	.bc-course-program__description {
		font-size: 18px;
		line-height: 1.4;
	}

	.bc-course-program__tab {
		font-size: 16px;
		line-height: 1.35;
	}

	.bc-course-program__item {
		padding: 24px;
		border-radius: 36px;
	}

	.bc-course-program__item.is-open {
		border-radius: 32px;
	}

	.bc-course-program__item-title {
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: -0.4px;
	}

	.bc-course-program__item-text {
		font-size: 17px;
		line-height: 1.35;
	}

	/* Banner block: Figma 1217:21100 (desktop-small). */
	.bc-course-banner__inner {
		max-width: 984px;
	}

	.bc-course-banner__body {
		padding: 32px;
		gap: 32px;
		border-radius: 32px;
		background-image: linear-gradient(126.631deg, #a63d52 1.678%, #c32d51 98.927%), linear-gradient(106.676deg, #841e36 1.301%, #bb2a4c 99.48%);
	}

	.bc-course-banner__content {
		gap: 0;
	}

	.bc-course-banner .bc-course_h2 {
		margin-bottom: 16px;
		font-size: 36px;
		line-height: 1.15;
		letter-spacing: -0.72px;
	}

	.bc-course-banner__description {
		margin-bottom: 32px;
		font-size: 18px;
	}

	.bc-course-banner__cta {
		padding: 16px 32px;
		border-radius: 18px;
		font-size: 17px;
		line-height: 1.2;
	}

	.bc-course-banner__visual {
		width: min(460px, 100%);
		max-width: 100%;
		aspect-ratio: 460 / 279;
		height: auto;
		flex: 0 0 auto;
	}

	/* Recommendations block: Figma 1194:15846 (desktop-small). */
	.bc-course-recommendations__inner.bc-container {
		max-width: 984px;
	}

	.bc-course-recommendations__card {
		padding: 32px;
		border-radius: 32px;
		gap: 48px;
	}

	.bc-course-recommendations .bc-course_h2 {
		font-size: 36px;
		line-height: 1.2;
		letter-spacing: -0.72px;
	}

	.bc-course-recommendations__description {
		font-size: 18px;
		line-height: 1.4;
	}

	.bc-course-recommendations__item {
		border-radius: 32px;
	}

	.bc-course-recommendations__item-icon-wrap {
		width: 56px;
		height: 56px;
		flex: 0 0 56px;
		padding: 0;
	}

	.bc-course-recommendations__item-icon {
		width: 28px;
		height: 28px;
		flex: 0 0 28px;
	}

	.bc-course-recommendations__item-text {
		font-size: 20px;
		letter-spacing: -0.4px;
	}

	.bc-course-recommendations__footer {
		padding: 0 44px;
		font-size: 22px;
		letter-spacing: -0.44px;
	}

	/* Experts grid: Figma 1217:21103 (desktop-small). */
	.bc-course-experts--grid .bc-course-experts__inner.bc-container {
		max-width: 984px;
	}

	.bc-course-experts--grid .bc-course_h2 {
		font-size: 36px;
		line-height: 1.15;
		letter-spacing: -0.72px;
	}

	.bc-course-experts--grid .bc-course-experts__description {
		font-size: 18px;
		line-height: 1.4;
	}

	.bc-course-experts--grid .bc-course-experts__card {
		flex: 0 0 320px;
		max-width: 320px;
		width: 320px;
		border-radius: 32px;
		padding: 2px 2px 24px;
		box-sizing: border-box;
	}

	.bc-course-experts--grid .bc-course-experts__card-photo-wrap {
		height: auto;
		aspect-ratio: 388 / 290;
		min-height: 0;
		border-radius: 32px;
	}

	.bc-course-experts--grid .bc-course-experts__card-content {
		padding: 0 24px;
	}

	.bc-course-experts--grid .bc-course-experts__card-name {
		font-size: 24px;
		line-height: 1.2;
		letter-spacing: -0.48px;
	}

	.bc-course-experts--grid .bc-course-experts__card-text {
		font-size: 17px;
		line-height: 1.35;
	}

	/* Experts single: нет отдельного макета — масштаб как у сетки (1217:21103). */
	.bc-course-experts--single .bc-course-experts__inner.bc-container {
		max-width: 984px;
	}

	.bc-course-experts--single .bc-course_h2 {
		font-size: 36px;
		line-height: 1.15;
		letter-spacing: -0.72px;
	}

	.bc-course-experts--single .bc-course-experts__single-card {
		border-radius: 32px;
		padding: 8px;
	}

	.bc-course-experts--single .bc-course-experts__single-photo-wrap {
		flex: 0 0 300px;
		width: 300px;
		border-radius: 32px;
	}

	.bc-course-experts--single .bc-course-experts__single-content {
		padding: 20px 24px;
		gap: 14px;
	}

	.bc-course-experts--single .bc-course-experts__single-name {
		font-size: 24px;
		line-height: 1.2;
		letter-spacing: -0.48px;
	}

	.bc-course-experts--single .bc-course-experts__single-text,
	.bc-course-experts--single .bc-course-experts__single-list-item {
		font-size: 17px;
		line-height: 1.35;
	}

	/* Purchase full course: Figma 1217:21123 (маленький десктоп ≤1279; новая верстка masthead + cta-group). */
	.bc-course-purchase-full__inner.bc-container {
		max-width: 984px;
	}

	.bc-course-purchase-full__card-wrap {
		border-radius: 32px;
	}

	.bc-course-purchase-full__card {
		min-height: 0;
		padding: 32px;
		border-radius: 32px;
	}

	/* 21126: между строкой заголовков, линией и списком — 10px. */
	.bc-course-purchase-full__masthead {
		gap: 10px;
	}

	.bc-course-purchase-full__intro {
		gap: 10px;
	}

	/* 21125: список → цена — 24px; 21124: цена → кнопка — 26px. */
	.bc-course-purchase-full__cta-group {
		margin-top: 0;
		gap: 26px;
	}

	.bc-course-purchase-full__masthead + .bc-course-purchase-full__cta-group {
		margin-top: 24px;
	}

	.bc-course-purchase-full__title {
		font-size: 25px;
		line-height: 1.1;
		letter-spacing: -0.5px;
	}

	.bc-course-purchase-full__subtitle {
		font-weight: 700;
		font-size: 15px;
		line-height: 1.35;
		color: #a63d52;
		opacity: 0.9;
	}

	.bc-course-purchase-full__features {
		padding-left: 24px;
	}

	.bc-course-purchase-full__feature-item {
		font-size: 16px;
	}

	.bc-course-purchase-full__price-current {
		font-size: 36px;
		line-height: 1.1;
		letter-spacing: -0.72px;
	}

	.bc-course-purchase-full__price-old {
		font-size: 17px;
		line-height: 1.35;
	}

	.bc-course-purchase-full__cta {
		padding: 16px 32px;
		border-radius: 18px;
		font-size: 17px;
		line-height: 1.2;
	}

	.bc-course-purchase-full__badge {
		padding: 6px 12px;
		font-size: 15px;
		line-height: 1.35;
	}

	.bc-course-purchase-full__footer {
		padding: 0 32px;
		font-size: 17px;
		font-weight: 600;
		line-height: 1.2;
	}

	.bc-course-purchase-full__decor {
		width: 382px;
		height: 401px;
		right: -23px;
		bottom: -140px;
	}
}

@media (max-width: 1023px) {
	.bc-course {
		padding-top: 63px;
	}
	/* Hero курса: Figma 1217:21001 — базово до ≤1023px; узкие брейкпоинты уточняются ниже по файлу. */
	.bc-course__hero {
		border-bottom-left-radius: 48px;
		border-bottom-right-radius: 48px;
	}

	.bc-course__hero-inner {
		padding: 36px 40px 40px;
		box-sizing: border-box;
	}

	.bc-course__hero-actions {
		display: none !important;
	}

	.bc-course__hero-actions-narrow {
		display: flex;
		order: 3;
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}

	.bc-course__hero-layout {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}

	.bc-course__hero-main {
		flex-basis: auto;
		max-width: none;
		width: 100%;
		gap: 36px;
		order: 1;
		margin-bottom: 36px;
	}

	.bc-course__hero-copy {
		gap: 24px;
	}

	.bc-course__hero-intro {
		gap: 18px;
		align-items: center;
	}

	.bc-course__hero-breadcrumbs.bc-breadcrumbs {
		align-self: flex-start;
		width: 100%;
		text-align: left;
		font-size: 15px;
		line-height: 1.45;
	}

	.bc-course__hero-chips {
		justify-content: center;
	}

	.bc-course__hero-chip {
		padding: 6px 12px;
		font-size: 14px;
		line-height: 1.35;
	}

	.bc-course__hero-title {
		align-items: center;
		text-align: center;
	}

	.bc-course__hero-title-main,
	.bc-course__hero-title-sub {
		text-align: center;
	}

	.bc-course__hero-title-main {
		font-size: 56px;
		line-height: 1;
	}

	.bc-course__hero-title-sub {
		font-size: 26px;
		line-height: 1.1;
		opacity: 0.9;
	}

	.bc-course__hero-lead {
		text-align: center;
		max-width: 560px;
		margin-left: auto;
		margin-right: auto;
		font-size: 17px;
		line-height: 1.35;
		font-weight: 500;
	}

	.bc-course__hero-aside {
		flex-basis: auto;
		width: 100%;
		max-width: 422px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 0;
		order: 2;
	}

	.bc-course__hero-media {
		height: 530px;
		max-height: min(530px, 85vw);
		width: 100%;
		max-width: 422px;
		margin-left: auto;
		margin-right: auto;
	}

	.bc-course__hero-img {
		height: auto;
		max-height: min(530px, 85vw);
		width: 100%;
		object-fit: contain;
		object-position: center bottom;
	}

	.bc-course__hero-cta--narrow {
		box-sizing: border-box;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		max-width: 560px;
		min-height: 0;
		padding: 16px 28px;
		border-radius: 22px;
		border: 0;
		background: #fff;
		color: #454545;
		text-decoration: none;
		font-family: "Manrope", system-ui, sans-serif;
		font-weight: 600;
		font-size: 16px;
		line-height: 1.35;
		font-feature-settings: "lnum" 1, "pnum" 1;
		transition: filter 0.2s ease;
	}

	.bc-course__hero-cta--narrow:hover,
	.bc-course__hero-cta--narrow:focus-visible {
		color: #454545;
		filter: brightness(0.97);
		text-decoration: none;
	}

	.bc-course__content-surface {
        padding: 80px 40px;
        gap: 80px;
		border-radius: 48px;
    }
	.bc-course__content-surface--second {
        padding: 80px 40px 0;
        gap: 80px;
    }

	.bc-course__static-surface {
		padding: 80px 40px;
		gap: 64px;
	}

	/* Шапка блока покупки: Figma 1217:21048. */
	.bc-course__purchase-head {
		gap: 20px;
		align-items: flex-start;
		text-align: center;
	}

	.bc-course__purchase-head .bc-course_h2,
	.bc-course__purchase-head .bc-course__purchase-title {
		font-size: 36px;
		line-height: 1.15;
		letter-spacing: -0.72px;
		color: #3f2b22;
		font-variation-settings: "CTGR" 0, "wdth" 100;
	}

	.bc-course__purchase-description {
		font-size: 18px;
		line-height: 1.4;
		color: #454545;
		font-feature-settings: "lnum" 1, "pnum" 1;
	}

	/* Advantages: Figma 1217:21002 (tablet, 768) — перенос 3+1, отступы между ячейками 28px. */
	.bc-course-advantages__inner.bc-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
		gap: 28px;
		max-width: 100%;
	}

	.bc-course-advantages__title,
	.bc-course-advantages__text {
		white-space: normal;
	}

	/* Icons block: Figma 1217:21004 (tablet) — карточки 338px. */
	.bc-course-icons-block__inner.bc-container {
		max-width: 100%;
	}

	.bc-course-icons-block__head {
		max-width: 100%;
	}

	.bc-course-icons-block__grid {
		max-width: 100%;
	}

	.bc-course-icons-block__card {
		width: 338px;
		max-width: 100%;
		min-height: 0;
		padding: 28px 36px;
		gap: 16px;
	}

	.bc-course-icons-block__icon-wrap {
		width: 56px;
		height: 56px;
		padding: 12.727px;
	}

	.bc-course-icons-block__icon {
		width: 30.333px;
		height: 30.333px;
	}

	.bc-course-icons-block__card-text {
		font-size: 18px;
	}

	/* Video block: Figma 1217:21013 (tablet) — колонка, видео 500px. */
	.bc-course-video__inner {
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
	}

	.bc-course-video__content {
		flex: 1 1 auto;
		width: 100%;
		max-width: 100%;
	}

	.bc-course-video__player-wrap {
		flex: 0 0 auto;
		width: 100%;
		align-self: stretch;
	}

	.bc-course-video__player {
		min-height: 500px;
		height: 500px;
	}

	/* Stages: Figma 1217:21014 (tablet). */
	.bc-course-stages__inner.bc-container {
		max-width: 100%;
	}

	/* Reviews slider: Figma 1217:21036 (tablet). */
	.bc-course-reviews__inner.bc-container {
		max-width: 100%;
	}

	.bc-course-reviews__head {
		flex-direction: column;
		align-items: stretch;
		flex-wrap: nowrap;
		gap: 24px;
	}

	.bc-course-reviews__heading {
		flex: none;
		width: 100%;
		min-width: 0;
	}

	.bc-course-reviews__tabs {
		align-self: flex-start;
	}

	.bc-course-reviews__card {
		flex: 0 0 340px;
	}

	.bc-course-reviews__card-text {
		font-size: 16px;
		line-height: 1.35;
	}

	.bc-course-reviews__author-name {
		font-size: 16px;
	}

	/* Program block: Figma 1217:21016 (tablet) — контент на ширину колонки. */
	.bc-course-program__inner.bc-container {
		max-width: 100%;
	}

	/* Banner block: Figma 1217:21027 (tablet). Визуал сверху — column-reverse без смены HTML. */
	.bc-course-banner__inner {
		max-width: 100%;
	}

	.bc-course-banner__body {
		flex-direction: column-reverse;
		align-items: center;
		gap: 32px;
		padding: 32px;
		border-radius: 32px;
		background-image: linear-gradient(108.297deg, #a63d52 1.678%, #c32d51 98.927%), linear-gradient(97.589deg, #841e36 1.301%, #bb2a4c 99.48%);
	}

	.bc-course-banner__body::after {
		left: -93px;
		top: -518px;
		transform: rotate(42.47deg);
	}

	.bc-course-banner__content {
		max-width: 100%;
		gap: 0;
	}

	.bc-course-banner .bc-course_h2 {
		margin-bottom: 16px;
		font-size: 36px;
		line-height: 1.15;
		letter-spacing: -0.72px;
	}

	.bc-course-banner__description {
		margin-bottom: 28px;
		font-size: 18px;
	}

	.bc-course-banner__cta {
		padding: 16px 32px;
		border-radius: 18px;
		font-size: 17px;
		line-height: 1.2;
	}

	.bc-course-banner__visual {
		width: min(460px, 100%);
		max-width: 100%;
		aspect-ratio: 460 / 279;
		height: auto;
		flex: 0 0 auto;
	}

	/* Recommendations block: Figma 1194:15862 (tablet). */
	.bc-course-recommendations__inner.bc-container {
		max-width: 100%;
	}

	.bc-course-recommendations__frame {
		padding-bottom: 32px;
	}

	.bc-course-recommendations__card {
		flex-direction: column;
		align-items: stretch;
		gap: 32px;
		padding: 32px;
		border-radius: 32px;
	}

	.bc-course-recommendations__left {
		justify-content: flex-start;
	}

	.bc-course-recommendations__decor {
		display: none;
	}

	.bc-course-recommendations__list {
		width: 100%;
	}

	.bc-course-recommendations__footer {
		padding: 0 32px;
		max-width: none;
	}

	/* Experts grid: контейнер на всю ширину; ширина карточки 320px — из max-width:1279, 280px — из max-width:559. */
	.bc-course-experts--grid .bc-course-experts__inner.bc-container {
		max-width: 100%;
	}

	/* Experts single: колонка + фото как у карточки сетки (1217:21030). */
	.bc-course-experts--single .bc-course-experts__inner.bc-container {
		max-width: 100%;
	}

	.bc-course-experts--single .bc-course-experts__single-card {
		flex-direction: column;
		border-radius: 32px;
		align-items: stretch;
		padding: 2px 2px 24px;
		gap: 0;
	}

	.bc-course-experts--single .bc-course-experts__single-photo-wrap {
		position: relative;
		flex: none;
		width: 100%;
		height: auto;
		aspect-ratio: 388 / 290;
		min-height: 0;
		border-radius: 32px;
	}

	.bc-course-experts--single .bc-course-experts__single-photo {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		max-width: none;
		object-fit: cover;
		object-position: center top;
	}

	.bc-course-experts--single .bc-course-experts__single-content {
		padding: 20px 24px 0;
		gap: 16px;
	}

	/* Purchase installment: Figma 1217:21066 — слайдер без JS (как experts 1217:21030). */
	.bc-course-purchase-installment__inner.bc-container {
		max-width: 100%;
	}

	.bc-course-purchase-installment__inner {
		align-items: stretch;
		max-width: 100%;
	}

	.bc-course-purchase-installment__title {
		max-width: none;
		text-align: center;
	}

	.bc-course-purchase-installment__grid {
		display: flex;
		flex-wrap: nowrap;
		grid-template-columns: unset;
		gap: 12px;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-x: contain;
		-webkit-overflow-scrolling: touch;
		scroll-snap-type: x mandatory;
		scrollbar-width: thin;
	}

	.bc-course-purchase-installment__card {
		flex: 0 0 320px;
		max-width: 320px;
		width: 320px;
		scroll-snap-align: start;
	}

	/* Purchase full course: Figma 1217:21047 — декор только на десктопах (≥1024), см. базовые стили. */
	.bc-course-purchase-full__decor {
		display: none;
	}

	/* Purchase full course: Figma 1217:21049 — планшет (768–1023): строка заголовков — justify-between. */
	@media (min-width: 768px) {
		.bc-course-purchase-full__masthead-top {
			justify-content: space-between;
		}
	}

	.bc-course__purchase-surface {
		padding: 80px 40px;
		gap: 48px;
		margin-left: -40px;
        margin-right: -40px;
		border-radius: 48px 48px 0 0;
	}
}

@media (max-width: 767px) {
	.bc-course__content-surface {
		padding: 64px 40px;
		gap: 64px;
		border-radius: 48px;
	}
	.bc-course__content-surface--second {
		padding: 64px 40px 0;
		gap: 64px;
	}	

	.bc-course__static-surface {
		padding: 64px 40px;
		gap: 64px;
	}

	/* Hero: Figma 1217:20929 (mobile-big). */
	.bc-course__hero {
		border-bottom-left-radius: 28px;
		border-bottom-right-radius: 28px;
	}

	.bc-course__hero-inner {
		padding: 32px 40px;
		box-sizing: border-box;
	}

	.bc-course__hero-layout {
		gap: 0;
	}

	.bc-course__hero-main {
		gap: 32px;
		margin-bottom: 20px;
	}

	.bc-course__hero-copy {
		gap: 0;
	}

	.bc-course__hero-intro {
		gap: 16px;
		align-items: center;
	}

	.bc-course__hero-breadcrumbs.bc-breadcrumbs {
		font-size: 14px;
		line-height: 1.35;
	}

	.bc-course__hero-title {
		gap: 8px;
		line-height: 1.1;
	}

	.bc-course__hero-title-main {
		font-size: 40px;
		line-height: 1.1;
	}

	.bc-course__hero-title-sub {
		font-size: 20px;
		line-height: 1.1;
		opacity: 0.9;
	}

	.bc-course__hero-lead {
		max-width: none;
		font-size: 15px;
		line-height: 1.4;
		font-weight: 500;
	}

	.bc-course__hero-chip {
		font-size: 13px;
		line-height: 1.35;
		padding: 6px 12px;
		border-radius: 68px;
	}

	.bc-course__hero-aside {
		max-width: 250px;
		margin-bottom: 0;
	}

	.bc-course__hero-media {
		height: auto;
		min-height: 0;
		max-height: 336px;
		width: 100%;
		max-width: 250px;
	}

	.bc-course__hero-img {
		height: auto;
		max-height: 336px;
		width: 100%;
		object-fit: contain;
		object-position: center bottom;
	}

	.bc-course__hero-cta--narrow {
		max-width: none;
		width: 100%;
		min-height: 0;
		padding: 16px 28px;
		border-radius: 22px;
		font-size: 16px;
		line-height: 1.35;
		font-weight: 600;
	}

	/* Advantages: Figma 1217:20930 (mobile-big, 560) — сетка 2×228px, gap 24px. */
	.bc-course-advantages {
		padding: 36px 40px;
	}

	.bc-course-advantages__inner.bc-container {
		display: grid;
		/* 228×2 + 24 по макету 560px; на узкой ширине колонки делятся поровну. */
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100%;
		max-width: 480px;
		margin-left: auto;
		margin-right: auto;
		column-gap: 24px;
		row-gap: 24px;
		justify-items: center;
	}

	/* Icons block: Figma 1217:20932 (mobile-big) — строки, иконка слева. */
	.bc-course-icons-block__inner {
		align-items: stretch;
		gap: 24px;
	}

	.bc-course-icons-block__inner.bc-container {
		max-width: 100%;
	}

	.bc-course-icons-block__head {
		max-width: 100%;
		align-items: flex-start;
		text-align: left;
	}

	.bc-course-icons-block .bc-course_h2 {
		font-size: 32px;
		line-height: 1.15;
		letter-spacing: -0.64px;
	}

	.bc-course-icons-block__lead {
		font-size: 16px;
		line-height: 1.35;
	}

	.bc-course-icons-block__grid {
		flex-direction: column;
		align-items: stretch;
		max-width: 100%;
		gap: 8px;
	}

	.bc-course-icons-block__card {
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		text-align: left;
		padding: 20px;
		gap: 14px;
		border-radius: 32px;
		min-height: 0;
	}

	.bc-course-icons-block__icon-wrap {
		width: 48px;
		height: 48px;
		padding: 10.909px;
	}

	.bc-course-icons-block__icon {
		width: 26px;
		height: 26px;
	}

	.bc-course-icons-block__card-text {
		flex: 1 1 0;
		min-width: 0;
		font-size: 16px;
		text-align: left;
	}

	/* Video block: Figma 1217:20941 (mobile-big). */
	.bc-course-video__inner {
		gap: 28px;
		padding: 32px;
	}

	.bc-course-video .bc-course_h3 {
		font-size: 28px;
		line-height: 1.2;
		letter-spacing: -0.56px;
	}

	.bc-course-video__note {
		font-size: 16px;
		line-height: 1.35;
	}

	.bc-course-video__item {
		padding: 18px 20px;
	}

	.bc-course-video__item-icon-wrap {
		width: 22px;
		height: 22px;
		flex: 0 0 22px;
		padding: 0;
	}

	.bc-course-video__item-icon {
		width: 12px;
		height: 12px;
	}

	.bc-course-video__item-text {
		font-size: 16px;
		letter-spacing: -0.32px;
		color: #3f2b22;
	}

	.bc-course-video__player {
		min-height: 416px;
		height: 416px;
	}

	/* Stages: Figma 1217:20942 (mobile-big). Индикатор — только масштаб шагов, логика SVG без изменений. */
	.bc-course-stages__inner {
		gap: 28px;
	}

	.bc-course-stages .bc-course_h2 {
		font-size: 32px;
		line-height: 1.15;
		letter-spacing: -0.64px;
	}

	.bc-course-stages__title {
		text-align: left;
	}

	.bc-course-stages__progress {
		gap: 20px;
	}

	.bc-course-stages__progress-item {
		width: 56px;
		height: 56px;
		flex: 0 0 56px;
	}

	.bc-course-stages__progress-num {
		font-size: 18px;
	}

	.bc-course-stages__progress-line {
		max-width: 232px;
	}

	.bc-course-stages__slider {
		gap: 8px;
		margin-top: 0;
	}

	.bc-course-stages__card {
		flex: 0 0 320px;
		border-radius: 32px;
	}

	.bc-course-stages__card-image-wrap {
		height: 210px;
		border-radius: 32px;
	}

	.bc-course-stages__card-content {
		gap: 12px;
		padding: 0 18px 24px;
	}

	.bc-course-stages__card-title {
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: -0.4px;
	}

	.bc-course-stages__card-points {
		padding-left: 24px;
	}

	.bc-course-stages__card-point {
		font-size: 16px;
	}

	.bc-course-stages__footer {
		padding: 24px 20px;
		border-radius: 32px;
	}

	.bc-course-stages__footer-text {
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: -0.36px;
	}

	.bc-course-stages__footer-decor {
		display: none;
	}

	/* Reviews slider: Figma 1217:20964 (mobile-big). */
	.bc-course-reviews__inner {
		gap: 32px;
	}

	.bc-course-reviews__head {
		flex-direction: column;
		align-items: stretch;
		flex-wrap: nowrap;
		gap: 24px;
	}

	.bc-course-reviews__heading {
		flex: none;
		width: 100%;
		min-width: 0;
	}

	.bc-course-reviews__h2 {
		max-width: none;
	}

	.bc-course-reviews .bc-course_h2 {
		font-size: 32px;
		line-height: 1.15;
		letter-spacing: -0.64px;
	}

	.bc-course-reviews__description {
		font-size: 16px;
		line-height: 1.35;
		max-width: none;
	}

	.bc-course-reviews__tabs {
		padding: 6px;
		align-self: flex-start;
	}

	.bc-course-reviews__tab {
		padding: 7px 14px;
		font-size: 14px;
	}

	.bc-course-reviews__slider {
		gap: 12px;
	}

	.bc-course-reviews__card {
		flex: 0 0 320px;
		padding: 24px 20px;
		border-radius: 28px;
	}

	.bc-course-reviews__card-text {
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-reviews__author {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.bc-course-reviews__author-avatar-wrap {
		width: 64px;
		height: 64px;
		flex: 0 0 64px;
	}

	.bc-course-reviews__author-name {
		font-size: 15px;
	}

	.bc-course-reviews__author-meta {
		font-size: 14px;
		line-height: 1.35;
	}

	/* Program block: Figma 1217:20944 (mobile-big) — табы-пилюли, шапка слева. */
	.bc-course-program__inner {
		align-items: flex-start;
		gap: 28px;
	}

	.bc-course-program__inner.bc-container {
		max-width: 100%;
	}

	.bc-course-program__head {
		align-items: flex-start;
		text-align: left;
	}

	.bc-course-program .bc-course_h2 {
		font-size: 32px;
		line-height: 1.15;
		letter-spacing: -0.64px;
	}

	.bc-course-program__description {
		font-size: 16px;
		line-height: 1.35;
	}

	.bc-course-program__tabs {
		padding: 0;
		gap: 6px;
		background: transparent;
		border-radius: 0;
		width: 100%;
		justify-content: flex-start;
	}

	.bc-course-program__tab {
		padding: 7px 14px;
		font-size: 14px;
		line-height: 1.35;
		background: #fff;
		border: 1px solid #ebebeb;
		color: #454545;
	}

	.bc-course-program__tab.is-active {
		background: #a63d52;
		border-color: #a63d52;
		color: #fff;
	}

	.bc-course-program__accordion {
		gap: 8px;
	}

	.bc-course-program__item {
		padding: 24px;
		border-radius: 36px;
	}

	.bc-course-program__item.is-open {
		border-radius: 32px;
	}

	/* Banner block: Figma 1217:20955 (mobile-big) — наследует раскладку планшета, уточнён фон. */
	.bc-course-banner__body {
		background-image: linear-gradient(102.137deg, #a63d52 1.678%, #c32d51 98.927%), linear-gradient(94.952deg, #841e36 1.301%, #bb2a4c 99.48%);
	}

	/* Recommendations block: Figma 1194:15875 (mobile-big). */
	.bc-course-recommendations__card {
		gap: 28px;
	}

	.bc-course-recommendations__left-text {
		gap: 20px;
	}

	.bc-course-recommendations .bc-course_h2 {
		font-size: 32px;
		line-height: 1.15;
		letter-spacing: -0.64px;
	}

	.bc-course-recommendations__description {
		font-size: 16px;
		line-height: 1.35;
	}

	.bc-course-recommendations__list {
		gap: 6px;
	}

	.bc-course-recommendations__item {
		padding: 16px;
		gap: 12px;
		border-radius: 28px;
	}

	.bc-course-recommendations__item-icon-wrap {
		width: 40px;
		height: 40px;
		flex: 0 0 40px;
		padding: 0;
	}

	.bc-course-recommendations__item-icon {
		width: 22px;
		height: 22px;
		flex: 0 0 22px;
	}

	.bc-course-recommendations__item-text {
		font-size: 16px;
		letter-spacing: -0.32px;
	}

	.bc-course-recommendations__footer {
		font-size: 20px;
		letter-spacing: -0.4px;
	}

	/* Experts grid: Figma 1217:20958 (mobile-big). */
	.bc-course-experts--grid .bc-course-experts__inner {
		gap: 32px;
		align-items: stretch;
	}

	.bc-course-experts--grid .bc-course-experts__head {
		align-items: flex-start;
		text-align: left;
	}

	.bc-course-experts--grid .bc-course_h2 {
		font-size: 32px;
		line-height: 1.15;
		letter-spacing: -0.64px;
	}

	.bc-course-experts--grid .bc-course-experts__description {
		font-size: 16px;
		line-height: 1.35;
	}

	.bc-course-experts--grid .bc-course-experts__grid {
		gap: 8px;
	}

	.bc-course-experts--grid .bc-course-experts__card-name {
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: -0.4px;
	}

	.bc-course-experts--grid .bc-course-experts__card-text {
		font-size: 16px;
		line-height: 1.35;
	}

	/* Experts single: как сетка 1217:20958. */
	.bc-course-experts--single .bc-course-experts__inner {
		gap: 32px;
		align-items: stretch;
	}

	.bc-course-experts--single .bc-course-experts__single-title {
		text-align: left;
	}

	.bc-course-experts--single .bc-course_h2 {
		font-size: 32px;
		line-height: 1.15;
		letter-spacing: -0.64px;
	}

	.bc-course-experts--single .bc-course-experts__single-card {
		border-radius: 28px;
		padding: 2px 2px 20px;
	}

	.bc-course-experts--single .bc-course-experts__single-photo-wrap {
		border-radius: 28px;
	}

	.bc-course-experts--single .bc-course-experts__single-content {
		padding: 16px 24px 0;
		gap: 12px;
	}

	.bc-course-experts--single .bc-course-experts__single-name {
		font-size: 20px;
		line-height: 1.2;
		letter-spacing: -0.4px;
	}

	.bc-course-experts--single .bc-course-experts__single-text,
	.bc-course-experts--single .bc-course-experts__single-list-item {
		font-size: 16px;
		line-height: 1.35;
	}

	.bc-course-experts--single .bc-course-experts__single-list-item {
		margin-bottom: 6px;
	}

	/* Purchase installment: Figma 1217:20993 (mobile-big, слайдер). */
	.bc-course-purchase-installment__inner {
		gap: 28px;
		align-items: stretch;
	}

	.bc-course-purchase-installment__title {
		font-size: 22px;
		text-align: left;
		max-width: none;
	}

	.bc-course-purchase-installment__grid {
		gap: 12px;
	}

	.bc-course-purchase-installment__card {
		flex: 0 0 320px;
		max-width: 320px;
		width: 320px;
		padding: 24px 20px;
		gap: 24px;
	}

	.bc-course-purchase-installment__card-main {
		gap: 20px;
	}

	.bc-course-purchase-installment__card-head {
		gap: 10px;
	}

	.bc-course-purchase-installment__card-title {
		font-size: 22px;
		letter-spacing: -0.44px;
	}

	.bc-course-purchase-installment__features {
		padding-left: 22.5px;
	}

	.bc-course-purchase-installment__feature-item {
		font-size: 15px;
	}

	.bc-course-purchase-installment__badge {
		font-size: 13px;
		padding: 6px 12px;
	}

	.bc-course-purchase-installment__price {
		gap: 8px;
	}

	.bc-course-purchase-installment__price-current {
		font-size: 30px;
		letter-spacing: -0.6px;
	}

	.bc-course-purchase-installment__price-old {
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-purchase-installment__cta {
		align-self: stretch;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 16px 28px;
		border-radius: 22px;
		font-size: 16px;
		line-height: 1.35;
		justify-content: center;
	}

	/* Шапка блока покупки: Figma 1217:20974. */
	.bc-course__purchase-head {
		gap: 20px;
		align-items: flex-start;
		text-align: left;
	}

	.bc-course__purchase-head .bc-course_h2,
	.bc-course__purchase-head .bc-course__purchase-title {
		font-size: 32px;
		line-height: 1.15;
		letter-spacing: -0.64px;
		color: #3f2b22;
		font-variation-settings: "CTGR" 0, "wdth" 100;
	}

	.bc-course__purchase-description {
		font-size: 16px;
		line-height: 1.35;
		color: #454545;
		font-feature-settings: "lnum" 1, "pnum" 1;
	}

	/* Purchase full course: Figma 1217:20975 — только viewport ≤767 (весь диапазон, без отдельного ≤559). */
	.bc-course-purchase-full__divider-rule {
		background: rgba(235, 235, 235, 0.64);
	}

	.bc-course-purchase-full__card-wrap {
		gap: 20px;
		border-radius: 32px;
	}

	.bc-course-purchase-full__card {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		min-height: 0;
		padding: 32px;
		border-radius: 32px;
	}

	/*
	 * 20978: между блоком «бейдж + заголовки», линией и списком — 10px.
	 * 20979: бейдж над заголовками — gap 12px (margin у бейджа не нужен).
	 */
	.bc-course-purchase-full__masthead-top {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}

	.bc-course-purchase-full__badge {
		order: -1;
		margin: 0;
		padding: 6px 12px;
		font-size: 13px;
		line-height: 1.35;
		font-weight: 600;
	}

	/* 20978: между верхней колонкой, разделителем и маркированным списком — 10px. */
	.bc-course-purchase-full__masthead {
		gap: 10px;
	}

	.bc-course-purchase-full__intro {
		gap: 10px;
		max-width: none;
	}

	.bc-course-purchase-full__features {
		max-width: none;
		padding-left: 22.5px;
	}

	/* 20976: цена → кнопка — 26px; 20977: список → цена — 24px. */
	.bc-course-purchase-full__cta-group {
		margin-top: 0;
		gap: 26px;
	}

	.bc-course-purchase-full__masthead + .bc-course-purchase-full__cta-group {
		margin-top: 24px;
	}

	.bc-course-purchase-full__title {
		font-size: 22px;
		line-height: 1.1;
		letter-spacing: -0.44px;
	}

	.bc-course-purchase-full__subtitle {
		font-weight: 700;
		font-size: 15px;
		line-height: 1.35;
		color: #a63d52;
		opacity: 0.9;
	}

	.bc-course-purchase-full__feature-item {
		font-size: 15px;
	}

	.bc-course-purchase-full__footer {
		padding: 0 32px;
		font-size: 17px;
		line-height: 1.2;
		font-weight: 600;
	}

	.bc-course__purchase-surface {
		padding: 64px 40px;
		gap: 40px;
		margin-left: -40px;
        margin-right: -40px;
		border-radius: 48px 48px 0 0;
	}
}

@media (max-width: 559px) {
	/* Purchase full course: Figma 1217:20903 — карточка 1217:20904 · 20905 (узкая мобилка). */
	.bc-course-purchase-full__card-wrap {
		gap: 16px;
		border-radius: 32px;
	}

	.bc-course-purchase-full__card {
		min-height: 0;
		padding: 24px 20px;
		border-radius: 32px;
		border-width: 0;
		box-sizing: border-box;
	}

	.bc-course-purchase-full__divider-rule {
		background: #ebebeb;
	}

	.bc-course-purchase-full__masthead + .bc-course-purchase-full__cta-group {
		margin-top: 20px;
	}

	.bc-course-purchase-full__cta-group {
		gap: 24px;
	}

	.bc-course-purchase-full__price {
		gap: 8px;
		align-items: flex-end;
	}

	.bc-course-purchase-full__price-current {
		font-size: 30px;
		line-height: 1.1;
		letter-spacing: -0.6px;
	}

	.bc-course-purchase-full__price-old {
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-purchase-full__cta {
		align-self: stretch;
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		padding: 16px 28px;
		border-radius: 22px;
		font-size: 16px;
		line-height: 1.35;
		font-weight: 600;
		justify-content: center;
	}

	.bc-course-purchase-full__footer {
		max-width: 280px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
		font-weight: 500;
		font-size: 16px;
		line-height: 1.35;
		text-align: center;
	}

	.bc-course__content-surface {
		padding: 64px 20px;
		gap: 64px;
		border-radius: 36px;
	}
	.bc-course__content-surface--second {
		padding: 64px 20px 0;
		gap: 64px;
	}	

	.bc-course__static-surface {
		padding: 64px 20px;
		gap: 64px;
	}

	/* Hero: Figma 1217:20828 (mobile narrow, ≤559). */
	.bc-course__hero-inner {
		padding: 32px 20px;
		box-sizing: border-box;
	}

	.bc-course__hero-main {
		margin-bottom: 16px;
	}

	.bc-course__hero-title-main {
		font-size: 34px;
		line-height: 1.1;
	}

	.bc-course__hero-title-sub {
		font-size: 18px;
		line-height: 1.1;
		opacity: 0.9;
	}

	/* Advantages: Figma 1217:20855 (mobile, 360). */
	.bc-course-advantages {
		padding: 36px 20px;
	}

	.bc-course-advantages__inner.bc-container {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 24px;
		max-width: 100%;
	}

	.bc-course-advantages__item {
		gap: 4px;
		max-width: 100%;
	}

	.bc-course-advantages__title {
		font-size: 22px;
		line-height: 1.25;
		letter-spacing: -0.22px;
	}

	.bc-course-advantages__text {
		font-size: 14px;
		line-height: 1.35;
	}

	/* Icons block: Figma 1217:20858 (mobile). */
	.bc-course-icons-block__head {
		gap: 16px;
	}

	.bc-course-icons-block .bc-course_h2 {
		font-size: 26px;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.bc-course-icons-block__lead {
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-icons-block__card {
		align-items: flex-start;
	}

	.bc-course-icons-block__icon-wrap {
		width: 40px;
		height: 40px;
		padding: 9.091px;
	}

	.bc-course-icons-block__icon {
		width: 21.667px;
		height: 21.667px;
	}

	.bc-course-icons-block__card-text {
		font-size: 14px;
	}

	/* Video block: Figma 1217:20867 (mobile). */
	.bc-course-video__inner {
		padding: 24px 20px;
		gap: 28px;
		border-radius: 32px;
	}

	.bc-course-video__content {
		gap: 16px;
	}

	.bc-course-video .bc-course_h3 {
		font-size: 24px;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.bc-course-video__note {
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-video__player {
		min-height: 280px;
		height: 280px;
		border-radius: 32px;
	}

	.bc-course-video__frame.has-footer {
		border-radius: 32px;
	}

	/* Stages: Figma 1217:20868 (mobile). */
	.bc-course-stages .bc-course_h2 {
		font-size: 26px;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.bc-course-stages__progress {
		gap: 20px;
		padding: 0 16px;
		box-sizing: border-box;
	}

	.bc-course-stages__progress-line {
		max-width: 192px;
	}

	.bc-course-stages__card {
		flex: 0 0 280px;
	}

	.bc-course-stages__card-title {
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: -0.36px;
	}

	.bc-course-stages__card-points {
		padding-left: 23px;
	}

	.bc-course-stages__card-point {
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-stages__title {
		text-align: left;
	}

	/* Reviews slider: Figma 1217:20890 (mobile). */
	.bc-course-reviews__inner {
		gap: 24px;
	}

	.bc-course-reviews__heading {
		gap: 16px;
	}

	.bc-course-reviews .bc-course_h2 {
		font-size: 26px;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.bc-course-reviews__description {
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-reviews__slider {
		gap: 8px;
	}

	.bc-course-reviews__card {
		flex: 0 0 280px;
	}

	.bc-course-reviews__card-text {
		font-size: 14px;
		line-height: 1.35;
	}

	/* Program block: Figma 1217:20870 (mobile). */
	.bc-course-program__inner {
		gap: 24px;
	}

	.bc-course-program__head {
		gap: 16px;
	}

	.bc-course-program .bc-course_h2 {
		font-size: 26px;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.bc-course-program__description {
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-program__item {
		padding: 24px 20px;
		border-radius: 32px;
	}

	.bc-course-program__item.is-open {
		border-radius: 32px;
	}

	.bc-course-program__item-title {
		font-size: 18px;
		line-height: 1.2;
		letter-spacing: 0;
	}

	.bc-course-program__item-text {
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-program__item-trigger {
		align-items: flex-start;
		gap: 16px;
	}

	.bc-course-program__item-icon-wrap {
		width: 32px;
		height: 32px;
		flex: 0 0 32px;
	}

	.bc-course-program__item-icon {
		width: 32px;
		height: 32px;
	}

	/* Banner block: Figma 1217:20881 (mobile). */
	.bc-course-banner__body {
		align-items: flex-start;
		gap: 32px;
		padding: 28px 20px;
		border-radius: 32px;
		background-image: linear-gradient(100.362deg, #a63d52 1.678%, #c32d51 98.927%), linear-gradient(94.213deg, #841e36 1.301%, #bb2a4c 99.48%);
	}

	.bc-course-banner__content {
		align-items: stretch;
		gap: 0;
	}

	.bc-course-banner .bc-course_h2 {
		margin-bottom: 16px;
		font-size: 26px;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.bc-course-banner__description {
		margin-bottom: 24px;
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-banner__cta {
		box-sizing: border-box;
		width: 100%;
		padding: 16px 24px;
		border-radius: 22px;
		font-size: 16px;
		line-height: 1.35;
	}

	.bc-course-banner__visual {
		width: min(280px, 100%);
		max-width: 100%;
		aspect-ratio: 280 / 170;
		height: auto;
		flex: 0 0 auto;
	}

	/* Recommendations block: Figma 1194:15885 (mobile). */
	.bc-course-recommendations__frame {
		gap: 24px;
		padding-bottom: 28px;
		border-radius: 32px;
	}

	.bc-course-recommendations__card {
		padding: 24px 20px 28px;
		gap: 28px;
		border-radius: 32px;
	}

	.bc-course-recommendations__left-text {
		gap: 16px;
	}

	.bc-course-recommendations .bc-course_h2 {
		font-size: 26px;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.bc-course-recommendations__description {
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-recommendations__footer {
		padding: 0 20px;
		font-size: 18px;
		letter-spacing: -0.36px;
	}

	/* Experts grid: Figma 1217:20884 (mobile). */
	.bc-course-experts--grid .bc-course-experts__inner {
		gap: 24px;
	}

	.bc-course-experts--grid .bc-course-experts__head {
		gap: 16px;
	}

	.bc-course-experts--grid .bc-course_h2 {
		font-size: 26px;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.bc-course-experts--grid .bc-course-experts__description {
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-experts--grid .bc-course-experts__grid {
		gap: 8px;
	}

	.bc-course-experts--grid .bc-course-experts__card {
		flex: 0 0 280px;
		max-width: 280px;
		width: 280px;
	}

	.bc-course-experts--grid .bc-course-experts__card-content {
		gap: 12px;
		padding: 0 20px;
	}

	.bc-course-experts--grid .bc-course-experts__card-text {
		font-size: 15px;
		line-height: 1.4;
	}

	/* Experts single: как сетка 1217:20884. */
	.bc-course-experts--single .bc-course-experts__inner {
		gap: 24px;
	}

	.bc-course-experts--single .bc-course_h2 {
		font-size: 26px;
		line-height: 1.1;
		letter-spacing: 0;
	}

	.bc-course-experts--single .bc-course-experts__single-card {
		border-radius: 24px;
		padding: 2px 2px 16px;
	}

	.bc-course-experts--single .bc-course-experts__single-photo-wrap {
		border-radius: 24px;
	}

	.bc-course-experts--single .bc-course-experts__single-content {
		padding: 12px 20px 0;
		gap: 12px;
	}

	.bc-course-experts--single .bc-course-experts__single-text,
	.bc-course-experts--single .bc-course-experts__single-list-item {
		font-size: 15px;
		line-height: 1.4;
	}

	.bc-course-experts--single .bc-course-experts__single-list {
		margin-top: 4px;
		padding-left: 22px;
	}

	/* Purchase installment: Figma 1217:20921 (mobile, слайдер gap 8, карточка 280px). */
	.bc-course-purchase-installment {
		align-items: center;
	}

	.bc-course-purchase-installment__inner {
		gap: 24px;
		align-items: center;
	}

	.bc-course-purchase-installment__title {
		font-size: 20px;
		text-align: left;
		width: 100%;
		max-width: none;
	}

	.bc-course-purchase-installment__grid {
		gap: 8px;
	}

	.bc-course-purchase-installment__card {
		flex: 0 0 280px;
		max-width: 280px;
		width: 280px;
	}

	/* Шапка блока покупки: Figma 1217:20900. */
	.bc-course__purchase-head {
		gap: 16px;
		align-items: center;
		text-align: left;
	}

	.bc-course__purchase-head .bc-course_h2,
	.bc-course__purchase-head .bc-course__purchase-title {
		font-size: 26px;
		line-height: 1.1;
		letter-spacing: 0;
		color: #3f2b22;
		font-variation-settings: "CTGR" 0, "wdth" 100;
		font-feature-settings: "lnum" 1, "pnum" 1;
	}

	.bc-course__purchase-description {
		font-size: 15px;
		line-height: 1.4;
		color: #454545;
		font-feature-settings: "lnum" 1, "pnum" 1;
	}

	.bc-course__purchase-surface {
		padding: 48px 20px;
		gap: 40px;
		margin-left: -20px;
        margin-right: -20px;
		border-radius: 36px 36px 0 0;
	}
}

