

/* Start:/local/css/edu/path_stepper.css?17845808476290*/
/* Stepper пользовательского пути e-learning */
.edu-path-stepper {
	max-width: 920px;
	margin: 0 auto 18px;
	padding: 0 0 2px;
}

.edu-path-stepper__mobile {
	display: none;
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 700;
	color: #1d4ed8;
}

.edu-path-stepper__list {
	display: flex;
	flex-wrap: nowrap;
	gap: 8px 12px;
	list-style: none;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid rgba(15, 23, 42, 0.10);
	border-radius: 12px;
	background: #f8fafc;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.edu-path-stepper__item {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
}

.edu-path-stepper__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 600;
	color: #94a3b8;
	text-decoration: none;
	white-space: nowrap;
}

.edu-path-stepper__link:hover {
	text-decoration: none;
}

.edu-path-stepper__link.is-disabled {
	cursor: default;
	pointer-events: none;
}

.edu-path-stepper__num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #e2e8f0;
	color: #64748b;
	font-size: 12px;
	flex-shrink: 0;
}

.edu-path-stepper__title {
	margin: 0;
}

.edu-path-stepper__item.is-active .edu-path-stepper__link {
	color: #1d4ed8;
}

.edu-path-stepper__item.is-active .edu-path-stepper__num {
	background: #1d4ed8;
	color: #fff;
}

.edu-path-stepper__item.is-done .edu-path-stepper__link {
	color: #0f766e;
}

.edu-path-stepper__item.is-done .edu-path-stepper__num {
	background: #0d9488;
	color: #fff;
}

.edu-path-stepper__item.is-done .edu-path-stepper__link:hover,
.edu-path-stepper__item.is-active .edu-path-stepper__link:hover {
	color: #1e40af;
}

.edu-enroll-banner {
	max-width: 920px;
	margin: 0 auto 18px;
	padding: 14px 16px;
	border: 1px solid rgba(13, 148, 136, 0.35);
	border-radius: 12px;
	background: #f0fdfa;
	color: #115e59;
}
.edu-enroll-banner__title {
	font-weight: 700;
	margin: 0 0 6px;
	font-size: 16px;
}
.edu-enroll-banner__text {
	margin: 0 0 12px;
	font-size: 14px;
}
.edu-enroll-banner__btn {
	display: inline-block;
}

.sidebar-nav li.edu-stage-current > a {
	color: #1d4ed8;
	font-weight: 700;
}
.sidebar-nav li.edu-stage-current > a::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 8px;
	border-radius: 50%;
	background: #1d4ed8;
	vertical-align: middle;
}

.el-profile-note-card {
	padding: 14px 16px;
	border: 1px solid rgba(15, 23, 42, 0.12);
	border-radius: 12px;
	background: #f8fafc;
	color: #334155;
}
.el-profile-note-card--ready {
	border-color: rgba(13, 148, 136, 0.35);
	background: #f0fdfa;
	color: #115e59;
}
.el-profile-note-card__title {
	font-weight: 700;
	margin: 0 0 6px;
	font-size: 16px;
}
.el-profile-note-card__text {
	margin: 0 0 10px;
	font-size: 14px;
}
.el-profile-note-card__list {
	margin: 0;
	padding-left: 18px;
	font-size: 14px;
}

/* Карточка входа */
.el-auth-page {
	max-width: 480px;
	margin: 0 auto 32px;
	padding: 0 12px;
}
.el-auth-card {
	padding: 22px 20px 20px;
	border: 1px solid rgba(15, 23, 42, 0.10);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}
.el-auth-card__head {
	margin-bottom: 18px;
}
.el-auth-card__title {
	margin: 0 0 8px;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	color: #0f172a;
}
.el-auth-card__text {
	margin: 0;
	font-size: 14px;
	line-height: 1.45;
	color: #64748b;
}
.el-auth-card__form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.el-auth-card__label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	color: #334155;
}
.el-auth-card__remember {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #475569;
}
.el-auth-card__submit {
	margin-top: 4px;
}
.el-auth-card__links {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 8px;
	font-size: 13px;
}
.el-auth-card__register {
	font-weight: 700;
}
.el-auth-card__hint {
	color: #94a3b8;
}

/* Анкета секциями */
.el-profile {
	max-width: 920px;
	margin: 0 auto 96px;
}
.el-profile-section {
	margin: 0 0 18px;
	padding: 16px 16px 8px;
	border: 1px solid rgba(15, 23, 42, 0.10);
	border-radius: 12px;
	background: #fff;
}
.el-profile-section__title {
	margin: 0 0 14px;
	font-size: 17px;
	font-weight: 700;
	color: #0f172a;
}
.el-profile-section__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px 16px;
}
.el-profile-field {
	display: flex;
	flex-direction: column;
	gap: 6px;
	min-width: 0;
}
.el-profile-field__label {
	font-size: 13px;
	font-weight: 600;
	color: #334155;
}
.el-profile-field__hint {
	margin-top: 4px;
	font-size: 12px;
	color: #94a3b8;
}
.el-profile-field__control .input,
.el-profile-field__control input[type="text"],
.el-profile-field__control input[type="password"],
.el-profile-field__control input[type="email"],
.el-profile-field__control input[type="tel"],
.el-profile-field__control select,
.el-profile-field__control textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.el-profile-sticky {
	position: sticky;
	bottom: 0;
	z-index: 20;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 8px;
	padding: 12px 14px;
	border: 1px solid rgba(15, 23, 42, 0.10);
	border-radius: 12px 12px 0 0;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(6px);
	box-shadow: 0 -6px 20px rgba(15, 23, 42, 0.08);
}
.el-profile-sticky__primary,
.el-profile-sticky__secondary {
	margin: 0;
}
.el-profile-sticky__secondary {
	background: #e2e8f0;
	color: #0f172a;
}

.el-auth-card__or {
	text-align: center;
	font-size: 12px;
	color: #94a3b8;
	text-transform: lowercase;
}
.el-auth-card__captcha {
	margin-top: -4px;
}
.el-reg-page {
	max-width: 480px;
	margin: 0 auto 32px;
	padding: 0 12px;
}
.el-reg-card .reg-form,
.el-reg-card .reg-row {
	width: 100%;
}
.el-reg-card .bx-auth-reg__links {
	margin-top: 12px;
}

@media (max-width: 720px) {
	.edu-path-stepper__mobile {
		display: block;
	}
	.edu-path-stepper__list {
		padding: 10px 12px;
	}
	.edu-path-stepper__title {
		font-size: 12px;
	}
	.el-profile-section__grid {
		grid-template-columns: 1fr;
	}
	.el-profile-sticky {
		flex-direction: column;
	}
	.el-profile-sticky .btn {
		width: 100%;
	}
}

/* End */


/* Start:/bitrix/templates/modern_blue_ed/components/bitrix/main.register/regfor/style.css?17845808461576*/
div.bx-auth-reg input.bx-auth-input {vertical-align:middle;}
div.bx-auth-reg span.bx-auth-secure {background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;}
div.bx-auth-reg div.bx-auth-secure-icon {background-image:url(/bitrix/templates/modern_blue_ed/components/bitrix/main.register/regfor/images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.bx-auth-reg div.bx-auth-secure-unlock {background-image:url(/bitrix/templates/modern_blue_ed/components/bitrix/main.register/regfor/images/sec-unlocked.png);}

.el-reg-page {
	max-width: 480px;
	margin: 0 auto 40px;
	padding: 0 12px;
}

.el-reg-card .el-auth-card__form {
	gap: 14px;
}

.el-reg-card .el-auth-card__label .input-block,
.el-reg-card .el-auth-card__label .input {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.el-reg-card .paralymp-field-status {
	margin-top: 6px;
	font-size: 12px;
	line-height: 1.3;
}
.el-reg-card .paralymp-field-status[data-state="ok"] { color: #0f766e; }
.el-reg-card .paralymp-field-status[data-state="bad"] { color: #b91c1c; }
.el-reg-card .paralymp-field-status[data-state="neutral"] { color: #94a3b8; }

.el-reg-card .input.paralymp-ok {
	border-color: #0d9488 !important;
}
.el-reg-card .input.paralymp-bad {
	border-color: #ef4444 !important;
}

.el-reg-card__consent {
	align-items: flex-start;
	line-height: 1.4;
}
.el-reg-card__consent input {
	margin-top: 3px;
}

.el-reg-card__captcha {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.el-reg-card .btn[disabled],
.el-reg-card button[disabled] {
	opacity: .55;
	cursor: not-allowed;
}

.el-reg-card .errortext,
.el-reg-card .alert {
	margin: 0 0 12px;
}

/* End */
/* /local/css/edu/path_stepper.css?17845808476290 */
/* /bitrix/templates/modern_blue_ed/components/bitrix/main.register/regfor/style.css?17845808461576 */
