.header__consult {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	white-space: nowrap;
	text-decoration: none;
	background: transparent;
}
.header__consult::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	border: 2px solid transparent;
	background: linear-gradient(90deg, #f000fa 0%, #0019ff 100%) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: destination-out;
	mask-composite: exclude;
	pointer-events: none;
}
.header__consult:hover::before {
	background: linear-gradient(90deg, #0019ff 0%, #f000fa 100%) border-box;
}

.header {
	position: relative;
	z-index: 1000;
}

.consult-cta {
	border-radius: 10px;
	padding: 16px 40px;
	width: auto;
	max-width: 367px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	backdrop-filter: blur(64px);
	box-shadow: 0 0 32px rgba(240, 0, 250, 0.5), 0 0 16px rgba(0, 25, 240, 0.5);
	background: linear-gradient(90deg, #c800c8 0%, #9600ff 100%, #9600ff 100%);
	font-family: Play, sans-serif;
	font-weight: 400;
	font-size: 22px;
	line-height: 127%;
	text-align: center;
	color: #dcdcf0;
	cursor: pointer;
	text-decoration: none;
}
.consult-cta:hover,
.consult-cta:focus,
.consult-cta:active {
	background: linear-gradient(90deg, #9600ff 0%, #c800c8 100%, #c800c8 100%);
	color: #dcdcf0;
	text-decoration: none;
}
.consult-cta::after {
	content: "";
	min-width: 24px;
	height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 20L16 12L8 4' stroke='%23DCDCF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}
@media (max-width: 768px) {
	.consult-cta {
		padding-left: 20px;
		padding-right: 20px;
		white-space: nowrap;
	}
}

.about__row--4 .about__item {
	width: calc(50% - 15px);
}
@media (max-width: 850px) {
	.about__row--4 .about__item {
		width: 100%;
	}
}
.about__text--center {
	text-align: center;
}

.advantage-course__text b {
	display: block;
	margin-bottom: 10px;
}

.program .program__info ol li {
	list-style: none;
}

.program .slick-dots li.slick-active button:before {
	content: "Модуль ";
}

.program .slick-prev:hover {
	background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 10L15 20L25 10' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E") no-repeat 0 0;
}
.program .slick-next:hover {
	background: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25 20L15 10L5 20' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E") no-repeat 0 0;
}

.program .program__item.big-height {
	height: auto;
	min-height: 450px;
}
.program .program__item.big-height .program__row {
	height: auto;
	min-height: 450px;
	padding-bottom: 40px;
}

.program__section {
	font-family: Play, sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 15px;
}
.program__info ol + .program__section {
	margin-top: 30px;
}
.program .program__info {
	display: block;
}

.advantages-course__row .advantages-course__item {
	flex: 0 1 calc(50% - 15px);
}
.what-learn__row .what-learn__item {
	flex: 0 1 calc(50% - 10px);
}
@media (max-width: 850px) {
	.advantages-course__row .advantages-course__item {
		flex: 0 1 100%;
	}
	.what-learn__row .what-learn__item {
		flex: 0 1 100%;
	}
}

.consult-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 9999999;
	padding: 20px;
	background: rgba(5, 2, 20, 0.7);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	overflow-y: auto;
}
.consult-modal.is-open { display: flex; align-items: center; justify-content: center; }
.consult-modal__box {
	position: relative;
	width: 100%;
	max-width: 720px;
	margin: auto;
	padding: 48px;
	border-radius: 24px;
	background: #280046;
	box-sizing: border-box;
}
.consult-modal__close {
	position: absolute;
	top: 20px;
	right: 24px;
	width: 32px;
	height: 32px;
	padding: 0;
	border: none;
	background: transparent;
	color: #fff;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
}
.consult-modal__title {
	margin: 0 0 16px;
	font-family: Furore, sans-serif;
	font-size: 30px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #fff;
}
.consult-modal__subtitle {
	margin: 0 0 28px;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	line-height: 1.4;
	color: #cfc6e6;
}
.consult-modal__form { display: flex; flex-direction: column; gap: 16px; }
.consult-modal__field { position: relative; display: block; width: 100%; }
.consult-modal__input {
	width: 100%;
	padding: 34px 24px 12px;
	border: none;
	border-radius: 12px;
	background: rgba(150, 0, 255, 0.4);
	color: #DCDCF0;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	box-sizing: border-box;
}
.consult-modal__input::placeholder { color: transparent; }
.consult-modal__label {
	position: absolute;
	left: 24px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(220, 220, 240, 0.6);
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	pointer-events: none;
	transition: top 0.15s ease, font-size 0.15s ease, transform 0.15s ease;
}
.consult-modal__input:focus + .consult-modal__label,
.consult-modal__input:not(:placeholder-shown) + .consult-modal__label {
	top: 10px;
	transform: none;
	font-size: 12px;
}
.consult-modal__agree {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 4px 0 8px;
	font-family: Montserrat, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #cfc6e6;
	cursor: pointer;
}
.consult-modal__agree input { width: 22px; height: 22px; flex: 0 0 22px; margin: 0; accent-color: #c724b8; }
.consult-modal__submit {
	align-self: center;
	margin-top: 8px;
	padding: 18px 60px;
	border: none;
	border-radius: 12px;
	background: linear-gradient(90deg, #c724b8 0%, #8a2be2 100%);
	box-shadow: 0 0 24px rgba(199, 36, 184, 0.55);
	color: #fff;
	font-family: Play, sans-serif;
	font-size: 22px;
	font-weight: 400;
	cursor: pointer;
}
.consult-modal__submit:hover { background: linear-gradient(90deg, #8a2be2 0%, #c724b8 100%); }
.consult-modal__thanks {
	padding: 20px 0;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
	text-align: center;
}
.consult-modal__thanks-title {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.25;
	margin-bottom: 12px;
}
.consult-modal__thanks-text {
	font-size: 18px;
	line-height: 1.4;
	color: #cfc6e6;
}
.consult-modal__box:has(.consult-modal__form[hidden]) .consult-modal__title,
.consult-modal__box:has(.consult-modal__form[hidden]) .consult-modal__subtitle {
	display: none;
}
.consult-modal__error {
	display: none;
	margin: -8px 0 0 8px;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	line-height: 1.3;
	color: #f000fa;
}
.consult-toast {
	position: fixed;
	top: 24px;
	right: 24px;
	z-index: 10000000;
	max-width: 360px;
	padding: 16px 26px;
	border-radius: 16px;
	background: #ff3b2f;
	color: #fff;
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	line-height: 1.3;
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
	opacity: 0;
	transform: translateY(-12px);
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}
.consult-toast.is-visible { opacity: 1; transform: translateY(0); }
@media (max-width: 600px) {
	.consult-modal__box { padding: 32px 20px; }
	.consult-modal__title { font-size: 22px; }
	.consult-modal__subtitle { font-size: 16px; }
}

.banner-mcpk__link { display: block; margin-bottom: 20px; }
.banner-mcpk__link img { display: block; width: 100%; height: auto; }
