

/* Start:/obrazovanie/admission/style.css?17774741921626*/
.admission-page {
	max-width: 920px;
	margin: 0 auto;
	padding: 18px 12px 34px;
	color: #1f2937;
}

.admission-page__download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	white-space: nowrap;
	margin: 4px 0 14px;
}

/* Подстроиться под стиль темы (modern_blue_ed: .btn) */
.admission-page__download {
	color: #157fc4;
	font: normal 16px/40px "PT Sans", PTsans, Arial, sans-serif;
	background: #dcecf6;
	border-radius: 20px;
	padding: 0 20px;
	transition: all ease 0.3s;
}

.admission-page__download:hover,
.admission-page__download:focus {
	color: #ffffff;
	background: #157fc4;
}

.admission-page p {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.7;
}

.admission-page b {
	color: #111827;
}

.admission-page a {
	color: #157fc4;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.admission-page a:hover,
.admission-page a:focus {
	text-decoration-thickness: 2px;
}

/* Убрать “мусорные” центрирующие параграфы */
.admission-page p[align="center"] {
	margin: 0;
}

/* Визуальный блок для ключевых секций (по жирным заголовкам) */
.admission-page p > b:only-child {
	display: inline-block;
	margin-top: 6px;
	padding: 8px 12px;
	border-left: 4px solid #157fc4;
	background: #f5f9fd;
	border-radius: 8px;
}

/* Читабельность длинных строк */
@media (max-width: 640px) {
	.admission-page {
		padding-left: 10px;
		padding-right: 10px;
	}
	.admission-page__download {
		width: 100%;
	}
}

/* End */


/* Start:/obrazovanie/funnel/cta.css?17894804421108*/
.edu-funnel {
	margin: 8px 0 22px;
	padding: 18px 20px 16px;
	background: #f5f9fd;
	border: 1px solid #dcecf6;
	border-radius: 12px;
}

.edu-funnel__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 0 22px;
	border-radius: 20px;
	background: #157fc4;
	color: #fff !important;
	font: normal 16px/40px "PT Sans", PTsans, Arial, sans-serif;
	text-decoration: none !important;
	transition: background ease 0.3s;
}

.edu-funnel__cta:hover,
.edu-funnel__cta:focus {
	background: #0f5f93;
	color: #fff !important;
}

.edu-funnel__cta--alt {
	margin-top: 10px;
	background: #fff;
	color: #157fc4 !important;
	border: 1px solid #157fc4;
}

.edu-funnel__cta--alt:hover,
.edu-funnel__cta--alt:focus {
	background: #eef6fb;
	color: #0f5f93 !important;
}

.edu-funnel__alt {
	margin: 12px 0 0;
	font-size: 15px;
	line-height: 1.5;
}

.edu-funnel__steps {
	margin: 16px 0 0;
	padding-left: 22px;
	color: #1f2937;
	font-size: 16px;
	line-height: 1.6;
}

.edu-funnel__steps li {
	margin: 0 0 6px;
}

@media (max-width: 640px) {
	.edu-funnel__cta {
		width: 100%;
	}
}

/* End */
/* /obrazovanie/admission/style.css?17774741921626 */
/* /obrazovanie/funnel/cta.css?17894804421108 */
