

/* Start:/local/templates/texsite/components/bitrix/breadcrumb/.default/style.css?177917773574*/
/* внешний вид — texsite-breadcrumbs.css в шаблоне */

/* End */


/* Start:/local/templates/texsite/css/texsite-about-org.css?178042086513412*/
/* сведения об организации — из about-main--cBp89sz.css, привязка к токенам шаблона */
/* .shell — общие отступы/ширина в texsite-base.css */

/* список сведений: вертикаль после вынесения корня в texsite-about-org-nav (раньше частично давал main) */
.texsite-about-org-nav.texsite-about-org-nav--list {
	padding-top: 28px;
	padding-bottom: 48px;
	box-sizing: border-box;
}

.texsite-about-org-nav.texsite-about-org-nav--list .texsite-about-org--list > .section {
	padding: 0;
}

/* программа обучения: та же вертикаль, что у списка сведений */
.texsite-program-ob.texsite-program-ob--list {
	padding-top: 28px;
	padding-bottom: 48px;
	box-sizing: border-box;
}

.texsite-program-ob.texsite-program-ob--list .texsite-about-org--list > .section {
	padding: 0;
}

.texsite-program-ob.texsite-program-ob--detail {
	padding-top: 0;
	padding-bottom: 52px;
	box-sizing: border-box;
}

.texsite-program-ob.texsite-program-ob--detail .texsite-about-org > .section {
	padding: 0;
}

.texsite-program-ob--detail .texsite-program-ob__courses {
	margin: 0;
	padding: 0;
}

.texsite-program-ob--detail .texsite-program-ob__course {
	margin: 0;
	padding: 36px 0;
	box-sizing: border-box;
}

.texsite-program-ob--detail .texsite-program-ob__course:first-child {
	padding-top: 36px;
}

.texsite-program-ob--detail .texsite-program-ob__course:nth-child(odd) {
	background: var(--page-surface);
}

.texsite-program-ob--detail .texsite-program-ob__course:nth-child(even) {
	background: var(--page-elevated);
}

.texsite-program-ob--detail .texsite-program-ob__course + .texsite-program-ob__course {
	margin-top: 0;
}

.texsite-program-ob--detail .texsite-program-ob__course-head {
	margin: 0 0 20px;
	padding: 0 0 16px;
	border-bottom: 2px solid color-mix(in srgb, var(--brand-orange) 28%, transparent);
}

.texsite-program-ob--detail .texsite-program-ob__course-title {
	margin: 0 0 6px;
	font-size: clamp(1.5rem, 2.6vw, 1.95rem);
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0.01em;
	color: var(--page-heading);
}

.texsite-program-ob--detail .texsite-program-ob__course-subtitle {
	margin: 0;
	padding-left: 12px;
	border-left: 3px solid var(--brand-orange);
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.4;
	color: color-mix(in srgb, var(--page-heading) 82%, var(--page-text));
}

.texsite-program-ob--detail .texsite-program-ob__course-description {
	margin-top: 0;
}

.texsite-program-ob--detail .texsite-program-ob__course-description ul.content-list {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.texsite-program-ob--detail .texsite-program-ob__course-description .content-list li {
	padding: 4px 0;
	background: transparent;
	border: none;
	border-radius: 0;
	font-size: 0.9375rem;
	line-height: 1.35;
	list-style: none;
	list-style-type: none;
}

.texsite-program-ob--detail .texsite-program-ob__course-description .content-list li::marker {
	content: none;
}

.texsite-program-ob--detail .texsite-program-ob__course-description .content-list li:not(:has(strong)) {
	position: relative;
	padding: 3px 0 3px 28px;
}

.texsite-program-ob--detail .texsite-program-ob__course-description .content-list li:not(:has(strong))::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.2em;
	width: 18px;
	height: 18px;
	background-color: var(--brand-orange);
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 4a2 2 0 0 1 2-2h10a1 1 0 0 1 1 1v15.382a1 1 0 0 1-1.447.894L12 17.118l-4.553 2.158A1 1 0 0 1 6 18.382V4zm2 0v13.236l3.553 1.684a1 1 0 0 0 .894 0L15 17.236V3H7z'/%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M5 4a2 2 0 0 1 2-2h10a1 1 0 0 1 1 1v15.382a1 1 0 0 1-1.447.894L12 17.118l-4.553 2.158A1 1 0 0 1 6 18.382V4zm2 0v13.236l3.553 1.684a1 1 0 0 0 .894 0L15 17.236V3H7z'/%3E%3C/svg%3E");
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-position: center;
	mask-position: center;
}

.texsite-program-ob--detail .texsite-program-ob__course-description .content-list li:has(strong) {
	margin-top: 8px;
	padding: 10px 0 2px 0;
	background: transparent;
	border: none;
	border-radius: 0;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.3;
	color: var(--page-heading);
}

.texsite-program-ob--detail .texsite-program-ob__course-description .content-list li:has(strong)::before {
	content: none;
}

.texsite-program-ob--detail .texsite-program-ob__course-description .content-list li:has(strong):first-child {
	margin-top: 0;
}

.texsite-program-ob--detail .texsite-program-ob__course-description .content-list li strong {
	font-weight: inherit;
	color: inherit;
}

/* ссылки после курсов — карточки как payment-methods на главной */
.texsite-program-ob__more.payment-methods {
	padding: 40px 0 48px;
	background: var(--page-bg);
}

.texsite-program-ob__more .payment-methods__panel {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.texsite-program-ob__more .payment-methods__grid {
	display: grid;
	gap: 16px;
}

.texsite-program-ob__more .payment-methods__grid--pair {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.texsite-program-ob__more .payment-methods__item {
	position: relative;
	overflow: hidden;
	min-height: 140px;
	border-radius: 20px;
	padding: 24px 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: flex-start;
	text-align: left;
	color: #fff;
	background: linear-gradient(145deg, #055659, #0a6c6f);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 14px 26px #05565929, 0 1px 4px #00000014;
	transition:
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.3s ease;
}

.texsite-program-ob__more .payment-methods__item::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 85% 100%, #ffffff38, #fff0 58%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.texsite-program-ob__more .payment-methods__item:hover {
	transform: translateY(-8px) scale(1.01);
	box-shadow: 0 24px 36px #0556593d, 0 10px 18px #0000001f;
	filter: saturate(1.05);
}

.texsite-program-ob__more .payment-methods__item:hover::after {
	opacity: 1;
}

.texsite-program-ob__more .payment-methods__icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #feac0ae0;
	background: #ffffff24;
	border: 1px solid rgba(255, 255, 255, 0.48);
	transition:
		transform 0.28s ease,
		background-color 0.28s ease;
}

.texsite-program-ob__more .payment-methods__icon svg {
	width: 38px;
	height: 38px;
}

.texsite-program-ob__more a.payment-methods__item {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}

.texsite-program-ob__more .payment-methods__item-title {
	margin: 0;
	font-size: 1.06rem;
	line-height: 1.35;
	font-weight: 700;
	color: #fff;
}

.texsite-program-ob__more .payment-methods__item-text {
	margin: 0;
	font-size: 0.94rem;
	line-height: 1.45;
	font-weight: 500;
	color: #fffffff0;
}

.texsite-program-ob__more .payment-methods__item:hover .payment-methods__icon {
	transform: translateY(-2px) scale(1.07);
	background: #ffffff38;
	color: #feac0a;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 979.98px) {
	.texsite-program-ob__more .payment-methods__grid--pair {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 560px) {
	.texsite-program-ob__more .payment-methods__item {
		min-height: 130px;
		padding: 16px 14px 14px;
	}

	.texsite-program-ob__more .payment-methods__icon {
		width: 66px;
		height: 66px;
	}

	.texsite-program-ob__more .payment-methods__icon svg {
		width: 34px;
		height: 34px;
	}
}

.texsite-about-org .section {
	padding: 52px 0;
}

/* список разделов сведений: только карточки, без второго заголовка (как на макете) */
.texsite-about-org--list .section {
	padding: 0 0 48px;
}

.texsite-about-org .section__title {
	margin: 0 0 12px;
	font-size: clamp(1.6rem, 2.8vw, 2.05rem);
	color: var(--page-heading);
}

.texsite-about-org .section__subtitle {
	margin: 0 0 12px;
	font-size: clamp(1.35rem, 2.5vw, 1.7rem);
	color: var(--page-heading);
}

.texsite-program-ob__page-content .section__lead {
	margin: 0 0 24px;
	font-size: 1.05rem;
	line-height: 1.6;
	color: var(--page-text);
}

.texsite-program-ob--list .texsite-program-ob__course + .texsite-program-ob__course,
.texsite-program-ob--list .texsite-program-ob__page-content + .section {
	margin-top: 8px;
}

.texsite-program-ob--list .texsite-program-ob__course-description {
	margin-top: 8px;
}

.texsite-about-org .nav-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.texsite-about-org .nav-list a {
	display: block;
	padding: 12px 14px;
	border: 1px solid var(--page-border);
	border-radius: 12px;
	background: var(--page-elevated);
	color: var(--page-heading);
	text-decoration: none;
	line-height: 1.45;
}

.texsite-about-org .nav-list a:hover {
	border-color: color-mix(in srgb, var(--brand-orange) 40%, transparent);
	color: var(--brand-orange);
}

/* карточки программ обучения в списке */
.texsite-program-ob__nav-list {
	gap: 12px;
}

.texsite-program-ob__nav-list > li > a.texsite-program-ob__nav-card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	padding: 16px 18px;
	border: 1px solid var(--page-border);
	border-radius: 14px;
	background: var(--page-elevated);
	color: inherit;
	text-decoration: none;
	line-height: 1.45;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.texsite-program-ob__nav-list > li > a.texsite-program-ob__nav-card:hover {
	border-color: color-mix(in srgb, var(--brand-orange) 45%, transparent);
	box-shadow: 0 6px 18px color-mix(in srgb, var(--brand-orange) 12%, transparent);
}

.texsite-program-ob__nav-card-title {
	display: block;
	width: 100%;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.4;
	color: var(--page-heading);
}

.texsite-program-ob__nav-list > li > a.texsite-program-ob__nav-card:hover .texsite-program-ob__nav-card-title {
	color: var(--brand-orange);
}

.texsite-program-ob__nav-card-subtitle {
	display: block;
	width: 100%;
	font-size: 0.95rem;
	line-height: 1.45;
	color: var(--text-muted, color-mix(in srgb, var(--page-text) 72%, transparent));
}

.texsite-program-ob__nav-list > li > a.texsite-program-ob__nav-card:hover .texsite-program-ob__nav-card-subtitle {
	color: color-mix(in srgb, var(--brand-orange) 78%, var(--page-text));
}

.texsite-program-ob__nav-list > li > a.texsite-program-ob__nav-card {
	width: 100%;
	box-sizing: border-box;
}

.texsite-about-org .back-link {
	margin: 0 0 12px;
}

.texsite-about-org .back-link a {
	color: var(--brand-orange);
	text-decoration: none;
}

.texsite-about-org .back-link a:hover {
	text-decoration: underline;
}

.texsite-about-org .content-list,
.texsite-about-org .links-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

.texsite-about-org .content-list + .links-list {
	margin-top: 10px;
}

.texsite-about-org .content-list li,
.texsite-about-org .links-list li {
	background: var(--page-elevated);
	border: 1px solid var(--page-border);
	border-radius: 12px;
	padding: 12px 14px;
	line-height: 1.5;
	color: var(--page-heading);
}

.texsite-about-org .links-list a {
	color: var(--page-heading);
	text-decoration: none;
}

.texsite-about-org .links-list a:hover {
	text-decoration: underline;
}

/* типографика HTML из DETAIL_TEXT */
.texsite-about-org .about-org-detail {
	font-size: 1rem;
	line-height: 1.65;
	color: var(--page-text);
}

.texsite-about-org .about-org-detail > *:first-child {
	margin-top: 0;
}

.texsite-about-org .about-org-detail > *:last-child {
	margin-bottom: 0;
}

.texsite-about-org .about-org-detail h2,
.texsite-about-org .about-org-detail h3,
.texsite-about-org .about-org-detail h4 {
	color: var(--page-heading);
	margin: 1.25em 0 0.5em;
}

.texsite-about-org .about-org-detail p {
	margin: 0 0 1em;
}

.texsite-about-org .about-org-detail ul,
.texsite-about-org .about-org-detail ol {
	margin: 0 0 1em;
	padding-left: 1.25rem;
}

.texsite-about-org .about-org-detail a {
	color: var(--brand-orange);
	text-decoration: none;
}

.texsite-about-org .about-org-detail a:hover {
	text-decoration: underline;
}


.texsite-about-org .about-org-detail table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 1em;
	font-size: 0.95rem;
}

.texsite-about-org .about-org-detail th,
.texsite-about-org .about-org-detail td {
	border: 1px solid var(--page-border);
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
}

.texsite-about-org .about-org-detail th {
	background: var(--page-surface);
	color: var(--page-heading);
}

.texsite-about-org .about-org-detail-picture {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 0 16px;
	border-radius: 12px;
}

/* End */


/* Start:/local/templates/texsite/css/texsite-add-education.css?177926353924673*/
/* блок «Что делает» + текст (как direction-main: иконка справа, без обрезания) */
.texsite-add-ed__careers.logist-careers-section.section--surface {
	background-color: var(--page-surface);
	/* как .section в direction-main: вертикаль секции */
	padding: 48px 0;
	box-sizing: border-box;
}

.texsite-add-ed .logist-careers {
	position: relative;
	overflow: visible;
	width: 100%;
	min-height: min(280px, 42vw);
	padding-bottom: 8px;
}

.texsite-add-ed .logist-careers > :not(.logist-careers__bg-icon) {
	position: relative;
	z-index: 1;
}

.texsite-add-ed .logist-careers__bg-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: min(100%, 220px);
	max-height: 240px;
	transform: translateX(-8%);
	color: rgba(5, 86, 89, 0.14);
	z-index: 0;
	pointer-events: none;
}

.texsite-add-ed .logist-careers__body {
	max-width: min(100%, 820px);
	padding-right: clamp(72px, 16vw, 200px);
	box-sizing: content-box;
}

@media (max-width: 640px) {
	.texsite-add-ed .logist-careers__body {
		padding-right: 0;
		max-width: 100%;
	}

	.texsite-add-ed .logist-careers__bg-icon {
		height: min(160px, 38vw);
		opacity: 0.45;
	}
}

.texsite-add-ed .logist-careers__heading {
	margin: 0 0 18px;
	font-size: clamp(1.35rem, 2.6vw, 1.75rem);
	font-weight: 800;
	color: var(--page-heading);
	line-height: 1.25;
}

.texsite-add-ed .logist-careers__intro {
	margin: 0 0 20px;
	max-width: 800px;
	line-height: 1.65;
	color: var(--page-text);
}

.texsite-add-ed .logist-careers__h3 {
	margin: 0 0 14px;
	font-size: 1.1rem;
	font-weight: 700;
	color: var(--page-heading);
}

.texsite-add-ed .logist-careers__list {
	margin: 0;
	padding-left: 1.25rem;
	max-width: 800px;
	line-height: 1.6;
	color: var(--page-text);
}

.texsite-add-ed .logist-careers__list li {
	margin-bottom: 12px;
}

.texsite-add-ed .logist-careers__list li:last-child {
	margin-bottom: 0;
}

.texsite-add-ed__detail.about-org-detail > *:first-child {
	margin-top: 0;
}

.texsite-add-ed__detail.about-org-detail > *:last-child {
	margin-bottom: 0;
}

/* hero полной высоты: как Vue — блок сроков сразу под h1, не внутри */
.hero-section:not(.hero-section--compact) .hero__title {
	margin-bottom: 0;
}

/* hero «Программы доп. образования»: как Vue (без водяного знака в DOM) */
[data-texsite-dop-hero] {
	position: relative;
	min-height: min(52vh, 440px);
}

[data-texsite-dop-hero="list"] {
	min-height: min(44vh, 360px);
}

@media (max-width: 991.98px) {
	[data-texsite-dop-hero],
	[data-texsite-dop-hero="list"] {
		min-height: 0;
		height: auto;
	}
}

[data-texsite-dop-hero] .shell.hero-section__inner {
	position: relative;
	z-index: 2;
}

[data-texsite-dop-hero] .hero__title {
	margin-bottom: 0;
}

[data-texsite-dop-hero] .hero__title-accent {
	display: block;
	max-width: min(100%, 720px);
	font-size: clamp(1.85rem, 4.6vw, 3rem);
	font-weight: 800;
	line-height: 1.06;
	letter-spacing: 0.02em;
	white-space: normal;
}

[data-texsite-dop-hero="list"] .hero__title-accent {
	font-size: clamp(1.75rem, 4.2vw, 2.65rem);
}

[data-texsite-dop-hero] .hero__title-rest--logist-block {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 14px;
	white-space: normal;
	margin-bottom: 16px;
}

[data-texsite-dop-hero] .hero__title-rest--logist-block .hero__title-rest-label {
	font-size: clamp(0.88rem, 1.8vw, 1rem);
	font-weight: 500;
	line-height: 1.5;
	opacity: 0.95;
}

[data-texsite-dop-hero] .hero__title-rest--logist-block .hero__title-rest-line {
	font-size: clamp(1.2rem, 2.4vw, 1.65rem);
	font-weight: 800;
	line-height: 1.3;
}

/* Код специальности — как .hero__lead во Vue (direction-main) */
[data-texsite-dop-hero] .hero__lead.hero__lead--preline {
	margin: 0 0 28px;
	font-size: 1.05rem;
	line-height: 100%;
	max-width: 600px;
	white-space: pre-line;
	color: inherit;
}

[data-texsite-dop-hero] .hero-col--text {
	padding-right: clamp(0px, 4vw, 24px);
}

/*
 * Список /programmy-dopolnitelnogo-obrazovaniya/ — 1:1 с SiteDirectionsSection-CQ54WmHk.css
 * (https://tk.exp-edu-24.ru/programmy-dopolnitelnogo-obrazovaniya/)
 */
:is(.texsite-add-ed--list, .texsite-add-ed--detail) .add-ed-directions-section .shell {
	padding-left: 20px;
	padding-right: 20px;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) .directions__sprite {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) .directions.directions--stacked-under-hero {
	padding: 48px 0 68px;
	box-sizing: border-box;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) .directions__head {
	margin-bottom: 20px;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) .directions__title {
	margin: 0;
	font-size: clamp(1.6rem, 2.8vw, 2.05rem);
	font-weight: 800;
	color: var(--page-heading);
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) .directions__lead {
	margin: 10px 0 0;
	color: var(--text-muted);
	font-size: 1rem;
	line-height: 1.5;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) .directions__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) a.direction-card.add-ed-direction-card {
	position: relative;
	overflow: hidden;
	min-height: 180px;
	border-radius: 20px;
	padding: 24px 24px 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	color: #fff;
	text-decoration: none;
	background: var(--direction-bg, #055659);
	box-shadow: 0 14px 26px #05565929, 0 1px 4px #00000014;
	transition:
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.3s ease;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) a.direction-card.add-ed-direction-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 85% 100%, #ffffff2e, #fff0 58%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) a.direction-card.add-ed-direction-card:hover {
	transform: translateY(-8px) scale(1.01);
	box-shadow: 0 24px 36px #0556593d, 0 10px 18px #0000001f;
	filter: saturate(1.05);
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) a.direction-card.add-ed-direction-card:hover::after {
	opacity: 1;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) a.direction-card.add-ed-direction-card:hover .direction-card__bg-icon {
	transform: translate(50%) scale(1.05) rotate(-3deg);
	color: #ffffff73;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) .direction-card__bg-icon {
	position: absolute;
	right: 0;
	bottom: 0;
	width: auto;
	height: 100%;
	transform: translate(50%);
	color: #ffffff59;
	z-index: 0;
	pointer-events: none;
	transition:
		transform 0.45s cubic-bezier(0.22, 1, 0.36, 1),
		color 0.3s ease;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) .direction-card__title,
:is(.texsite-add-ed--list, .texsite-add-ed--detail) .direction-card__text,
:is(.texsite-add-ed--list, .texsite-add-ed--detail) .direction-card__link {
	position: relative;
	z-index: 1;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) .direction-card__title {
	margin: 0;
	font-size: 1.2rem;
	line-height: 1.28;
	font-weight: 800;
	max-width: 80%;
	color: #fff;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) .direction-card__text {
	margin: 0;
	line-height: 1.45;
	font-size: 0.97rem;
	color: #ffffffed;
	max-width: 86%;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) .direction-card__link {
	margin-top: auto;
	width: 42px;
	height: 42px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #fff3;
	border: 1px solid rgba(255, 255, 255, 0.48);
	transition:
		transform 0.25s cubic-bezier(0.22, 1, 0.36, 1),
		background-color 0.25s ease,
		border-color 0.25s ease,
		box-shadow 0.25s ease;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) .direction-card__link svg {
	width: 20px;
	height: 20px;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) a.direction-card.add-ed-direction-card:hover .direction-card__link {
	transform: translateY(-3px) scale(1.08);
	background: #ffffff4d;
	border-color: #ffffffb3;
	box-shadow: 0 10px 22px #0003, 0 0 0 5px #ffffff29;
	animation: texsite-direction-link-pulse 1.1s ease-in-out infinite;
}

:is(.texsite-add-ed--list, .texsite-add-ed--detail) a.direction-card.add-ed-direction-card:hover .direction-card__link svg {
	animation: texsite-direction-link-arrow 0.8s ease-in-out infinite;
}

@keyframes texsite-direction-link-pulse {
	0%,
	100% {
		box-shadow: 0 10px 22px #0003, 0 0 0 5px #ffffff29;
	}

	50% {
		box-shadow: 0 12px 24px #0000003d, 0 0 0 9px #ffffff14;
	}
}

@keyframes texsite-direction-link-arrow {
	0%,
	100% {
		transform: translate(0, 0);
	}

	50% {
		transform: translate(2px, -2px);
	}
}

@media (max-width: 900px) {
	:is(.texsite-add-ed--list, .texsite-add-ed--detail) .directions__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	:is(.texsite-add-ed--list, .texsite-add-ed--detail) .directions.directions--stacked-under-hero {
		padding-bottom: 48px;
	}
}

@media (max-width: 560px) {
	:is(.texsite-add-ed--list, .texsite-add-ed--detail) .directions__grid {
		grid-template-columns: 1fr;
	}

	:is(.texsite-add-ed--list, .texsite-add-ed--detail) a.direction-card.add-ed-direction-card {
		min-height: 168px;
		padding: 20px 18px 18px;
	}

	:is(.texsite-add-ed--list, .texsite-add-ed--detail) .direction-card__title,
	:is(.texsite-add-ed--list, .texsite-add-ed--detail) .direction-card__text {
		max-width: 100%;
	}
}

/* Детальная программа доп. образования: зарплата и сроки — 1:1 с direction-main-rxr8lWva.css (Vue) + hover */
.texsite-add-ed--detail .logist-salary-section.section {
	padding: 48px 0 56px;
	box-sizing: border-box;
	background: var(--page-bg);
}

/* как у logist-study-section: горизонталь 20px у .shell во Vue */
.texsite-add-ed--detail .logist-salary-section > .shell {
	padding-left: 20px;
	padding-right: 20px;
}

.texsite-add-ed--detail .logist-salary__panel {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
	max-width: 100%;
}

.texsite-add-ed--detail .logist-salary__heading {
	margin: 0 0 18px;
	color: var(--page-heading);
	font-size: clamp(1.6rem, 2.8vw, 2.05rem);
	font-weight: 800;
	letter-spacing: 0.01em;
}

.texsite-add-ed--detail .logist-salary__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 28px;
}

.texsite-add-ed--detail .logist-salary__item {
	position: relative;
	overflow: hidden;
	min-height: 170px;
	border-radius: 20px;
	padding: 24px 18px 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: #fff;
	background: linear-gradient(145deg, #055659, #0a6c6f);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 14px 26px #05565929, 0 1px 4px #00000014;
	transition:
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.3s ease;
}

.texsite-add-ed--detail .logist-salary__item::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: radial-gradient(circle at 85% 100%, #ffffff2e, #fff0 58%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.texsite-add-ed--detail .logist-salary__item:hover {
	transform: translateY(-8px) scale(1.01);
	box-shadow: 0 24px 36px #0556593d, 0 10px 18px #0000001f;
	filter: saturate(1.05);
}

.texsite-add-ed--detail .logist-salary__item:hover::after {
	opacity: 1;
}

.texsite-add-ed--detail .logist-salary__icon {
	width: 74px;
	height: 74px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #feac0ae0;
	background: #ffffff24;
	border: 1px solid rgba(255, 255, 255, 0.48);
	box-shadow: none;
	transition:
		transform 0.28s ease,
		box-shadow 0.28s ease,
		background-color 0.28s ease,
		color 0.28s ease;
	flex-shrink: 0;
}

.texsite-add-ed--detail .logist-salary__icon svg {
	width: 38px;
	height: 38px;
}

.texsite-add-ed--detail .logist-salary__item:hover .logist-salary__icon {
	transform: translateY(-2px) scale(1.07);
	background: #ffffff38;
	color: #feac0a;
}

.texsite-add-ed--detail .logist-salary__item-copy {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
	max-width: 100%;
}

.texsite-add-ed--detail .logist-salary__item-title {
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.25;
	color: #fff;
}

.texsite-add-ed--detail .logist-salary__item-amount {
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.3;
	color: #feac0a;
}

.texsite-add-ed--detail .logist-salary__item-note {
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.3;
	color: #ffffffe6;
}

.texsite-add-ed--detail .logist-salary__body {
	position: relative;
	z-index: 1;
	margin: 24px 0 0;
	width: 100%;
	max-width: none;
	text-align: center;
	color: var(--text-muted);
	font-size: 1.03rem;
	font-weight: 600;
	letter-spacing: 0.01em;
	line-height: 1.62;
}

.texsite-add-ed--detail .logist-salary__intro {
	margin: 0 0 16px;
	text-align: left;
}

.texsite-add-ed--detail .logist-salary__bullets-title {
	margin: 0 0 10px;
	text-align: left;
	font-weight: 800;
	color: var(--page-heading);
}

.texsite-add-ed--detail .logist-salary__list {
	margin: 0 0 16px;
	padding-left: 1.25rem;
	text-align: left;
	font-weight: 500;
	color: inherit;
	line-height: 1.55;
}

.texsite-add-ed--detail .logist-salary__list li {
	margin-bottom: 10px;
}

.texsite-add-ed--detail .logist-salary__list li:last-child {
	margin-bottom: 0;
}

.texsite-add-ed--detail .logist-salary__list strong {
	font-weight: 800;
	color: var(--page-heading);
}

.texsite-add-ed--detail .logist-salary__closing {
	margin: 0;
	text-align: left;
	font-weight: 600;
	color: inherit;
}

@media (max-width: 960px) {
	.texsite-add-ed--detail .logist-salary__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.texsite-add-ed--detail .logist-salary-section.section {
		padding: 36px 0 48px;
	}

	.texsite-add-ed--detail .logist-salary__grid {
		grid-template-columns: 1fr;
	}

	.texsite-add-ed--detail .logist-salary__item {
		min-height: 130px;
		padding: 16px 14px 14px;
	}

	.texsite-add-ed--detail .logist-salary__icon {
		width: 66px;
		height: 66px;
	}

	.texsite-add-ed--detail .logist-salary__icon svg {
		width: 34px;
		height: 34px;
	}
}

/* Сроки обучения: фон секции как во Vue */
.texsite-add-ed--detail .logist-study-section.section {
	padding: 48px 0 56px;
	box-sizing: border-box;
}

.texsite-add-ed--detail .logist-study-section.section--surface {
	background-color: var(--page-surface);
}

.texsite-add-ed--detail #tuition.section--surface {
	background-color: var(--page-surface);
}

/* как .shell[data-v-9d80469e] во Vue: горизонталь 20px внутри секции сроков */
.texsite-add-ed--detail .logist-study-section > .shell {
	padding-left: 20px;
	padding-right: 20px;
}

.texsite-add-ed--detail .logist-study-section h2 {
	margin: 0 0 10px;
	font-size: clamp(1.6rem, 2.8vw, 2.05rem);
	font-weight: 800;
	color: var(--page-heading);
	line-height: 1.2;
	letter-spacing: 0.01em;
}

.texsite-add-ed--detail .logist-study-section .study-info__subtitle {
	margin: 8px 0 20px;
	max-width: 800px;
	line-height: 1.6;
	color: var(--text-muted);
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents {
	margin: 22px 0 40px;
	padding: 28px 22px 26px;
	border-radius: 16px;
	/* background: #fff; */
	/* border: 1px solid rgba(5, 86, 89, 0.14); */
	/* box-shadow: 0 10px 20px #05565914, 0 2px 8px #0556590f; */
	color: var(--page-heading);
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__lead {
	margin: 0 0 14px;
	color: var(--page-heading);
	line-height: 1.55;
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__table-wrap {
	overflow-x: auto;
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__table {
	width: 100%;
	min-width: 640px;
	border-collapse: collapse;
	color: var(--page-heading);
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__table th,
.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__table td {
	padding: 12px 0;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid rgba(5, 86, 89, 0.2);
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__table th:first-child,
.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__table td:first-child {
	width: 35%;
	padding-right: 20px;
	font-weight: 800;
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__table th:last-child,
.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__table td:last-child {
	width: 65%;
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__title {
	margin: 14px 0 10px;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--page-heading);
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__list {
	margin: 0;
	padding-left: 1.25rem;
	color: var(--page-heading);
	line-height: 1.6;
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__list li {
	margin-bottom: 8px;
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents__list li:last-child {
	margin-bottom: 0;
}

/* контент без класса у списков (обёртка dual-documents из шаблона) */
.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents > ul {
	margin: 0 0 16px;
	padding-left: 1.25rem;
	color: var(--page-heading);
	line-height: 1.6;
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents > ul > li {
	margin-bottom: 8px;
}

.texsite-add-ed--detail :is(.logist-study-section, .logist-diploma-section) .dual-documents > p:not(.dual-documents__lead) {
	margin: 14px 0 10px;
	font-size: 1.05rem;
	font-weight: 800;
	color: var(--page-heading);
}

/* Карточки сроков (если появятся в HTML) — hover как во Vue */
.texsite-add-ed--detail .logist-study__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin: 22px 0 24px;
}

@media (max-width: 767.98px) {
	.texsite-add-ed--detail .logist-study__row {
		grid-template-columns: 1fr;
	}
}

.texsite-add-ed--detail .logist-study__card {
	position: relative;
	overflow: hidden;
	height: 100%;
	min-height: 180px;
	border-radius: 20px;
	padding: 24px 24px 22px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: flex-start;
	text-align: left;
	color: #fff;
	background: var(--study-card-bg, #f06103);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 14px 26px rgba(5, 86, 89, 0.16), 0 1px 4px rgba(0, 0, 0, 0.08);
	transition:
		transform 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1),
		filter 0.3s ease;
}

.texsite-add-ed--detail .logist-study__card::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: radial-gradient(circle at 85% 100%, rgba(255, 255, 255, 0.2), transparent 58%);
	opacity: 0;
	transition: opacity 0.35s ease;
	pointer-events: none;
}

.texsite-add-ed--detail .logist-study__card:hover {
	transform: translateY(-8px) scale(1.01);
	box-shadow: 0 24px 36px rgba(5, 86, 89, 0.24), 0 10px 18px rgba(0, 0, 0, 0.12);
	filter: saturate(1.05);
}

.texsite-add-ed--detail .logist-study__card:hover::after {
	opacity: 1;
}

.texsite-add-ed--detail .logist-study__card-title {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 1.12rem;
	font-weight: 800;
	line-height: 1.25;
	color: #fff;
}

.texsite-add-ed--detail .logist-study__card-duration,
.texsite-add-ed--detail .logist-study__duration {
	position: relative;
	z-index: 1;
	margin: 0;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.35;
	white-space: pre-line;
	color: rgba(255, 255, 255, 0.98);
}

.texsite-add-ed--detail .logist-study__details-list {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
	font-size: 0.95rem;
	line-height: 1.58;
	color: var(--page-text);
}

.texsite-add-ed--detail .logist-study__details-list:last-of-type {
	margin-bottom: 0;
}

.texsite-add-ed--detail .logist-study__details {
	margin-top: 22px;
	color: var(--page-text);
}

.texsite-add-ed--detail .logist-study__details ul {
	margin: 0 0 16px;
	padding-left: 1.25rem;
	line-height: 1.6;
}

.texsite-add-ed--detail .logist-study__details li {
	margin-bottom: 8px;
}

.texsite-add-ed--detail .logist-study__details .logist-study__details-list {
	margin: 0 0 1rem;
	padding-left: 1.25rem;
	font-size: 0.95rem;
	line-height: 1.58;
	color: var(--page-text);
}

.texsite-add-ed--detail .logist-study__details .logist-study__details-list li {
	margin-bottom: 0.65rem;
}

.texsite-add-ed--detail .logist-study__details-list li {
	margin-bottom: 0.65rem;
}

.texsite-add-ed--detail .logist-study__details-subtitle {
	margin: 1.25rem 0 0.65rem;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.35;
	color: #055659;
}

.texsite-add-ed--detail .logist-study__details-subtitle--first {
	margin-top: 0;
}

/* блок диплома: слева — dual-documents как в study; справа — DIPLOM_PHOTO */
.texsite-add-ed--detail .logist-diploma-section {
	padding: 48px 0;
	box-sizing: border-box;
}

.texsite-add-ed--detail .logist-diploma-section .shell > .logist-diploma-section__heading,
.texsite-add-ed--detail .second-diploma-directions-section .shell > .logist-diploma-section__heading {
	margin: 0 0 12px;
	font-size: clamp(1.35rem, 2.6vw, 1.75rem);
	font-weight: 800;
	line-height: 1.25;
	color: var(--page-heading);
}

.texsite-add-ed--detail .logist-diploma__intro {
	margin: 0 0 20px;
	max-width: 800px;
	line-height: 1.6;
	color: var(--text-muted, #5a6b6c);
}

.texsite-add-ed--detail .logist-diploma__grid {
	margin-top: clamp(1rem, 3vw, 1.5rem);
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(0.75rem, 2vw, 1.25rem);
	align-items: start;
}

.texsite-add-ed--detail .logist-diploma__grid--single {
	grid-template-columns: 1fr;
}

.texsite-add-ed--detail .logist-diploma__item {
	margin: 0;
}

.texsite-add-ed--detail .logist-diploma__item--docs {
	background: transparent;
	border-radius: 0;
	overflow: visible;
}

.texsite-add-ed--detail .logist-diploma__plate--docs {
	min-height: 0;
	max-height: none;
	padding: 0;
	display: block;
}

.texsite-add-ed--detail .logist-diploma-section .dual-documents .logist-diploma-section__description {
	margin: 0 0 16px;
	padding: 0;
	max-width: none;
	overflow: visible;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--page-text);
}

.texsite-add-ed--detail .logist-diploma-section .dual-documents .logist-diploma-section__description p {
	margin: 0 0 10px;
	color: inherit;
}

.texsite-add-ed--detail .logist-diploma-section .dual-documents .logist-diploma-section__description ul {
	margin: 0;
	padding-left: 1.25rem;
	color: inherit;
}

.texsite-add-ed--detail .logist-diploma-section .dual-documents .logist-diploma-section__description li {
	margin-bottom: 8px;
}

.texsite-add-ed--detail .logist-diploma-section .dual-documents .logist-diploma-section__description li:last-child {
	margin-bottom: 0;
}

.texsite-add-ed--detail .logist-diploma-section .dual-documents > p.logist-diploma__specialty-line {
	margin: 0;
	font-size: 1rem;
	line-height: 1.6;
	color: var(--page-text);
	font-weight: 400;
}

.texsite-add-ed--detail .logist-diploma__item--appendix {
	position: relative;
	overflow: hidden;
	border-radius: 16px;
	background: transparent;
}

.texsite-add-ed--detail .logist-diploma__plate--appendix {
	min-height: 0;
	padding: 0;
	display: block;
}

.texsite-add-ed--detail .logist-diploma__item--appendix .logist-diploma__image {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 16px;
	object-fit: contain;
}

@media (max-width: 768px) {
	.texsite-add-ed--detail .logist-diploma__grid--two {
		grid-template-columns: 1fr;
	}
}

/* End */


/* Start:/local/templates/texsite/css/texsite-admission-howto.css?17791777365563*/
/* Блок «Как поступить» + документы (как direction-main: logist-admission-section, admission-quality, admission-docs-card) */

/* как .section[data-v-9d80469e] + .section--surface во Vue */
.logist-admission-section.section {
	padding: 48px 0;
	box-sizing: border-box;
}

.logist-admission-section.section--surface {
	background: var(--page-surface);
	background-color: var(--page-surface);
}

/* как .shell[data-v-9d80469e]: padding 0 20px (не --texsite-page-gutter) */
.logist-admission-section > .shell {
	padding-left: 20px;
	padding-right: 20px;
}

/* как .logist-salary__heading[data-v-9d80469e] — у Vue у «Как поступить» тот же визуальный уровень */
.logist-admission-section .logist-salary__heading {
	margin: 0 0 18px;
	color: var(--page-heading);
	font-size: clamp(1.6rem, 2.8vw, 2.05rem);
	font-weight: 800;
	letter-spacing: 0.01em;
}

/* как el-row gutter 24 + два el-col xs:24 md:24 — колонки на всю ширину, блоки друг под другом */
.logist-admission-section__grid {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 0;
}

.logist-admission-section__col {
	display: flex;
	min-width: 0;
}

.logist-admission-section__col > * {
	flex: 1;
	width: 100%;
}

.admission-quality__panel {
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-bottom: 16px;
	border-radius: 24px;
	padding: clamp(20px, 3.2vw, 32px);
	background: #fff;
	border: 1px solid rgba(5, 86, 89, 0.12);
	box-shadow: 0 16px 32px #0556591a, 0 6px 14px #05565914;
}

.admission-quality__grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
	gap: 12px;
}

.admission-quality__item {
	border-radius: 16px;
	padding: 16px 14px 16px 86px;
	position: relative;
	display: flex;
	align-items: flex-start;
	background: #0556590a;
}

.admission-quality__badge {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 0.95rem;
	font-weight: 800;
	color: #fff;
	background: #f06101;
}

.admission-quality__copy {
	display: grid;
	gap: 6px;
}

.admission-quality__item-title {
	margin: 0;
	color: var(--page-heading);
	font-size: 1.02rem;
	font-weight: 800;
	line-height: 1.35;
}

.admission-quality__item-text {
	margin: 0;
	color: var(--page-heading);
	font-weight: 600;
	line-height: 1.45;
	font-size: 0.98rem;
}

.admission-docs-card {
	flex: 1;
	width: 100%;
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	padding: clamp(16px, 2.4vw, 24px);
	background: #fff;
	border: 1px solid rgba(5, 86, 89, 0.12);
	box-shadow: 0 10px 20px #05565914, 0 2px 8px #0556590f;
}

.admission-docs-card__title {
	margin: 0 0 10px;
	color: var(--page-heading);
	font-size: clamp(1.06rem, 1.6vw, 1.24rem);
	font-weight: 800;
	line-height: 1.25;
}

.admission-docs-card__section-title {
	margin: 14px 0 12px;
	color: var(--page-heading);
	font-size: 0.95rem;
	font-weight: 800;
	line-height: 1.3;
}

.admission-docs-card__list {
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.admission-docs-card__group {
	position: relative;
	margin: 0;
	border-radius: 12px;
	padding: 10px 10px 10px 56px;
	background: #05565906;
	color: var(--page-heading);
	font-weight: 500;
	line-height: 1.42;
	font-size: 0.92rem;
}

.admission-docs-card__group::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 12px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f061011f;
	border: 1px solid rgba(240, 97, 1, 0.28);
}

.admission-docs-card__group::after {
	content: "";
	position: absolute;
	top: 19px;
	left: 20px;
	width: 12px;
	height: 14px;
	border: 1.8px solid var(--brand-orange);
	border-radius: 2px;
	background:
		linear-gradient(var(--brand-orange), var(--brand-orange)) 2px 4px / 8px 1.5px no-repeat,
		linear-gradient(var(--brand-orange), var(--brand-orange)) 2px 7px / 8px 1.5px no-repeat,
		linear-gradient(var(--brand-orange), var(--brand-orange)) 2px 10px / 6px 1.5px no-repeat;
	box-sizing: border-box;
}

.admission-docs-card__item-title {
	margin: 0;
	font-weight: 700;
	color: var(--page-heading);
}

.admission-docs-card__details,
.admission-docs-card__sublist {
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 5px;
}

.admission-docs-card__details li,
.admission-docs-card__sublist li {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	color: var(--text-muted);
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 1.45;
}

.admission-docs-card__details li::before {
	content: none;
}

.admission-docs-card__note {
	margin: 6px 0 0;
	color: var(--text-muted);
	font-weight: 500;
	font-size: 0.88rem;
	line-height: 1.42;
}

.admission-docs-card__sublist li {
	position: relative;
	padding-left: 14px;
}

.admission-docs-card__sublist li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.52em;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--brand-teal);
}

/* Bootstrap .card: оставляем класс как во Vue, внешний вид — admission-docs-card */
article.admission-docs-card.card {
	--bs-card-border-width: 0;
	--bs-card-bg: #fff;
	--bs-card-border-radius: 20px;
	--bs-card-spacer-y: 0;
	--bs-card-spacer-x: 0;
	--bs-card-cap-padding-y: 0;
	--bs-card-cap-padding-x: 0;
	background-color: #fff;
	border: 1px solid rgba(5, 86, 89, 0.12);
	border-radius: 20px;
	box-shadow: 0 10px 20px #05565914, 0 2px 8px #0556590f;
}

/* End */


/* Start:/local/templates/texsite/css/texsite-tuition-section.css?17792631094008*/
/* #tuition — 1:1 с direction-main (section + shell + el-row gutter 20 + md 15/9) */

#tuition.section {
	padding: 48px 0;
	box-sizing: border-box;
}

#tuition > .shell {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

/* как .logist-salary__heading во Vue: у h2 в tuition отдельного класса нет */
#tuition > .shell > h2 {
	margin: 0 0 18px;
	color: var(--page-heading);
	font-size: clamp(1.6rem, 2.8vw, 2.05rem);
	font-weight: 800;
	letter-spacing: 0.01em;
}

/* как el-row gutter="20": margin -10px, padding колонок 10px */
#tuition .tuition-row {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -10px;
	margin-right: -10px;
	box-sizing: border-box;
}

#tuition .tuition-col {
	box-sizing: border-box;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#tuition .tuition-col--main {
	display: flex;
	min-width: 0;
}

#tuition .tuition-col--main > * {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
}

#tuition .tuition-col--aside {
	display: flex;
	min-width: 0;
}

#tuition .tuition-col--aside > * {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
}

@media (max-width: 991.98px) {
	#tuition .tuition-col--main {
		margin-bottom: 24px;
	}
}

@media (min-width: 992px) {
	#tuition.tuition--with-price .tuition-col--main {
		flex: 0 0 62.5%;
		max-width: 62.5%;
	}

	#tuition.tuition--with-price .tuition-col--aside {
		flex: 0 0 37.5%;
		max-width: 37.5%;
	}
}

/* .checklist[data-v-9d80469e] */
#tuition .checklist {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 10px;
}

#tuition .checklist li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
	padding: 12px 14px;
	border-radius: 12px;
	background: #0556590d;
	border: 1px solid rgba(5, 86, 89, .1);
	color: var(--page-heading);
	line-height: 1.5;
	font-weight: 600;
}

/* .checklist li .el-icon[data-v-9d80469e] */
#tuition .checklist li .el-icon {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--brand-teal);
}

#tuition .checklist li .el-icon svg {
	display: block;
	width: 24px;
	height: 24px;
}

/* .tuition-price-card[data-v-9d80469e] */
#tuition .tuition-price-card {
	border-radius: 20px;
	padding: 28px 24px;
	background: linear-gradient(145deg, #055659, #0a6c6f);
	border: 1px solid rgba(255, 255, 255, 0.22);
	box-shadow: 0 14px 26px #05565929, 0 1px 4px #00000014;
	color: #fff;
	display: grid;
	gap: 10px;
}

#tuition .tuition-price-card__price {
	margin: 0;
	font-size: clamp(2rem, 4vw, 2.6rem);
	line-height: 1.05;
	font-weight: 900;
	color: #fff;
}

#tuition .tuition-price-card__period {
	margin: 0;
	font-size: 1.02rem;
	line-height: 1.4;
	color: #ffffffeb;
}

/* .el-tag (Element Plus) + scoped Vue: тег на тёмной tuition-price-card */
#tuition .tuition-price-card .el-tag.tuition-price-card__tag {
	--el-tag-font-size: 12px;
	--el-tag-border-radius: 4px;
	--el-tag-border-radius-rounded: 9999px;
	--el-icon-size: 14px;
	--el-tag-bg-color: #ffffff24;
	--el-tag-border-color: rgba(255, 255, 255, .45);
	--el-tag-text-color: #fff;
	--el-tag-hover-color: #fff;
	background-color: var(--el-tag-bg-color);
	border-color: var(--el-tag-border-color);
	color: var(--el-tag-text-color);
	vertical-align: middle;
	height: 24px;
	font-size: var(--el-tag-font-size);
	border-radius: var(--el-tag-border-radius);
	box-sizing: border-box;
	white-space: nowrap;
	border-style: solid;
	border-width: 1px;
	justify-content: center;
	align-items: center;
	padding: 0 9px;
	line-height: 1;
	display: inline-flex;
	font-weight: 700;
	width: fit-content;
}

article.tuition-price-card.card {
	--bs-card-border-width: 0;
	--bs-card-bg: transparent;
	background: linear-gradient(145deg, #055659, #0a6c6f);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 20px;
	box-shadow: 0 14px 26px #05565929, 0 1px 4px #00000014;
}

/* End */


/* Start:/local/templates/texsite/css/texsite-write-us-section.css?17798041696457*/
/* #write-us — как main-xt6jitk5.css (главная: feedback-section + feedback-card) */

#write-us.feedback-section {
	padding: 48px 0;
	box-sizing: border-box;
	scroll-margin-top: 110px;
}

#write-us > .shell {
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#write-us .feedback-card {
	border-radius: 20px;
	padding: 24px 24px 30px;
	background: #edf1f8;
	border: 1px solid rgba(5, 86, 89, 0.08);
	box-shadow: 0 6px 16px #0556590d, 0 1px 3px #00000008;
	color: var(--page-heading);
}

#write-us .feedback-card__title {
	margin: 0;
	color: var(--page-heading);
	font-size: clamp(1.35rem, 2.2vw, 1.8rem);
	font-weight: 800;
}

#write-us .write-us-form-status {
	margin: 0 0 16px;
	padding: 12px 16px;
	border-radius: 12px;
	font-size: 15px;
	line-height: 1.45;
}

#write-us .write-us-form-status--success {
	background: rgba(5, 86, 89, 0.1);
	color: #055659;
}

#write-us .write-us-form-status--error {
	background: rgba(180, 40, 40, 0.08);
	color: #8f1f1f;
}

#write-us .feedback-card__lead {
	margin: 10px 0 0;
	color: var(--text-muted);
	line-height: 1.5;
}

#write-us .feedback-card__form {
	margin-top: 18px;
	display: flex;
	flex-direction: column;
	gap: 0;
}

#write-us .feedback-card__row {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
}

#write-us .feedback-card__form .el-form-item {
	margin-bottom: 12px;
}

#write-us .feedback-card__form .el-form-item:last-child {
	margin-bottom: 0;
}

#write-us .feedback-card__form .el-input__wrapper {
	min-height: 46px;
	border-radius: 12px;
	box-shadow: 0 0 0 1px rgba(5, 86, 89, 0.22) inset;
	background: #fff;
	padding: 1px 14px;
	box-sizing: border-box;
	transition: box-shadow 0.15s ease;
}

#write-us .feedback-card__form .el-input__wrapper:hover {
	box-shadow: 0 0 0 1px rgba(5, 86, 89, 0.35) inset;
}

#write-us .feedback-card__form .el-input__wrapper:focus-within {
	box-shadow: 0 0 0 1px var(--brand-orange) inset;
}

#write-us .write-us-input {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	padding: 10px 0;
	font: inherit;
	font-size: 1rem;
	color: var(--page-heading);
	background: transparent;
	box-sizing: border-box;
}

#write-us .write-us-input::placeholder {
	color: var(--text-muted);
}

#write-us .feedback-card__consent {
	margin-top: 2px;
}

#write-us .feedback-card__consent .el-checkbox__label {
	white-space: normal;
	line-height: 1.45;
	color: var(--text-muted);
}

#write-us .write-us-consent {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	cursor: pointer;
	margin: 0;
}

#write-us .write-us-consent__input {
	margin: 0.2em 0 0;
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	accent-color: var(--brand-orange);
}

#write-us .write-us-consent-link {
	display: inline;
	padding: 0;
	border: 0;
	background: none;
	font: inherit;
	color: var(--page-heading);
	text-align: left;
	text-decoration: underline;
	text-decoration-color: rgba(5, 86, 89, 0.35);
	text-underline-offset: 0.15em;
	cursor: pointer;
}

#write-us .write-us-consent-link:hover,
#write-us .write-us-consent-link:focus-visible {
	color: var(--brand-orange);
	text-decoration-color: currentColor;
}

.write-us-consent-modal {
	position: fixed;
	inset: 0;
	z-index: 1200;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
}

.write-us-consent-modal[hidden] {
	display: none !important;
}

.write-us-consent-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(4, 40, 42, 0.55);
}

.write-us-consent-modal__dialog {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	width: min(100%, 640px);
	max-height: min(85vh, 720px);
	padding: 28px 24px 20px;
	border-radius: 20px;
	background: #fff;
	color: var(--page-text);
	box-shadow: 0 24px 48px #05565940;
	box-sizing: border-box;
}

.write-us-consent-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--page-surface);
	color: var(--page-heading);
	cursor: pointer;
}

.write-us-consent-modal__close svg {
	width: 20px;
	height: 20px;
}

.write-us-consent-modal__title {
	margin: 0 36px 14px 0;
	font-size: 1.25rem;
	font-weight: 800;
	color: var(--page-heading);
	line-height: 1.25;
}

.write-us-consent-modal__body {
	flex: 1 1 auto;
	overflow: auto;
	font-size: 0.95rem;
	line-height: 1.6;
	color: var(--page-text);
}

.write-us-consent-modal__body p {
	margin: 0 0 12px;
}

.write-us-consent-modal__body p:last-child {
	margin-bottom: 0;
}

.write-us-consent-modal__body ul {
	margin: 0 0 12px;
	padding: 0;
	list-style: none;
}

.write-us-consent-modal__body ul > li {
	position: relative;
	margin: 0 0 0.65em;
	padding-left: 1.5rem;
}

.write-us-consent-modal__body ul > li:last-child {
	margin-bottom: 0;
}

.write-us-consent-modal__body ul > li::before {
	content: '';
	position: absolute;
	left: 0.35rem;
	top: 0.62em;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--brand-orange);
}

.write-us-consent-modal__actions {
	flex-shrink: 0;
	margin-top: 18px;
	padding-top: 16px;
	border-top: 1px solid rgba(5, 86, 89, 0.12);
}

.write-us-consent-modal__agree.el-button {
	width: 100%;
	border-radius: 12px;
	font-weight: 700;
	padding: 12px 20px;
	font: inherit;
	font-size: 1rem;
	cursor: pointer;
	border: 1px solid transparent;
	background: var(--brand-orange);
	border-color: var(--brand-orange);
	color: #fff;
}

.write-us-consent-modal__agree.el-button:hover {
	filter: brightness(0.96);
}

body.write-us-consent-modal-open {
	overflow: hidden;
}

#write-us .feedback-card__form .el-button {
	width: 100%;
	border-radius: 12px;
	font-weight: 700;
}

#write-us .write-us-submit.el-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 20px;
	font: inherit;
	font-size: 1rem;
	cursor: pointer;
	border: 1px solid transparent;
	box-sizing: border-box;
}

#write-us .write-us-submit.el-button--primary {
	background: var(--brand-orange);
	border-color: var(--brand-orange);
	color: #fff;
}

#write-us .write-us-submit.el-button--primary:hover {
	filter: brightness(0.96);
}

@media (max-width: 560px) {
	#write-us.feedback-section {
		padding: 32px 0;
	}

	#write-us .feedback-card__row {
		grid-template-columns: 1fr;
		gap: 0;
	}

	#write-us .feedback-card {
		padding: 20px 18px 18px;
	}
}

/* End */
/* /local/templates/texsite/components/bitrix/breadcrumb/.default/style.css?177917773574 */
/* /local/templates/texsite/css/texsite-about-org.css?178042086513412 */
/* /local/templates/texsite/css/texsite-add-education.css?177926353924673 */
/* /local/templates/texsite/css/texsite-admission-howto.css?17791777365563 */
/* /local/templates/texsite/css/texsite-tuition-section.css?17792631094008 */
/* /local/templates/texsite/css/texsite-write-us-section.css?17798041696457 */
