

/* Start:/bitrix/templates/av1/template_styles.css?178484300020851*/
body.auth-page {
	min-height: 100vh;
	margin: 0;
	background:
		radial-gradient(circle at 12% 16%, rgba(23, 107, 104, 0.22) 0, rgba(23, 107, 104, 0.22) 18%, transparent 19%),
		radial-gradient(circle at 88% 10%, rgba(201, 151, 61, 0.16) 0, rgba(201, 151, 61, 0.16) 20%, transparent 21%),
		linear-gradient(180deg, #f7f2e7 0%, #efe8dc 48%, #e7dfd0 100%);
	color: #172129;
	font-family: "Trebuchet MS", "Segoe UI", sans-serif;
}

.auth-page .auth-shell {
	min-height: 100vh;
	width: min(1280px, calc(100% - 32px));
	margin: 0 auto;
	padding: 18px 0 24px;
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
	gap: 18px;
	align-items: stretch;
}

.auth-page .auth-hero {
	position: relative;
	overflow: hidden;
	border-radius: 26px;
	padding: 30px;
	color: #f8f3e6;
	background: linear-gradient(140deg, rgba(16, 48, 54, 0.98), rgba(28, 85, 82, 0.92));
	box-shadow: 0 18px 40px rgba(39, 34, 26, .09);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.auth-page .auth-hero::after {
	content: "";
	position: absolute;
	inset: auto -70px -80px auto;
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(242, 197, 108, 0.24) 0, rgba(242, 197, 108, 0.14) 38%, transparent 70%);
	pointer-events: none;
}

.auth-page .auth-brand {
	position: relative;
	z-index: 1;
	max-width: 560px;
}

.auth-page .eyebrow {
	color: #f2c56c;
}

.auth-page .auth-brand h1 {
	margin: 10px 0 10px;
	font-family: Georgia, serif;
	font-size: clamp(36px, 4.4vw, 62px);
	line-height: 0.96;
	font-weight: 500;
	color: #fff8e7;
}

.auth-page .auth-brand p {
	margin: 0;
	max-width: 560px;
	color: #c7dcd4;
	font-size: 15px;
	line-height: 1.65;
}

.auth-page .auth-points {
	position: relative;
	z-index: 1;
	list-style: none;
	margin: 24px 0 0;
	padding: 0;
	display: grid;
	gap: 10px;
}

.auth-page .auth-point {
	display: flex;
	gap: 10px;
	align-items: flex-start;
	color: #edf3ee;
	font-size: 13px;
	line-height: 1.5;
}

.auth-page .auth-point span {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	display: grid;
	place-items: center;
	flex: 0 0 22px;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	color: #f2c56c;
	background: rgba(242, 197, 108, 0.12);
}

.auth-page .auth-metrics {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-top: 26px;
}

.auth-page .auth-metric {
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	background: rgba(255, 255, 255, 0.06);
	padding: 12px;
}

.auth-page .auth-metric strong {
	display: block;
	color: #fff8e7;
	font-size: 18px;
	margin-bottom: 3px;
}

.auth-page .auth-metric span {
	color: #c7dcd4;
	font-size: 11px;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.auth-page .auth-card {
	background: rgba(255, 253, 248, 0.96);
	border: 1px solid #d8d0c1;
	border-radius: 26px;
	box-shadow: 0 18px 40px rgba(39, 34, 26, .09);
	padding: 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.auth-page .auth-card h2 {
	margin: 8px 0 8px;
	font-family: Georgia, serif;
	font-weight: 500;
}

.auth-page .auth-card p {
	margin: 0 0 18px;
	color: #6b7478;
	line-height: 1.55;
}

.auth-page .auth-form {
	display: grid;
	gap: 14px;
}

.auth-page .auth-field {
	display: grid;
	gap: 6px;
}

.auth-page .auth-field label {
	color: #0e4b4b;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.auth-page .auth-field input[type="text"],
.auth-page .auth-field input[type="email"],
.auth-page .auth-field input[type="password"] {
	width: 100%;
	padding: 13px 14px;
	border-radius: 10px;
	border: 1px solid #d8d0c1;
	background: #fff;
	color: #172129;
}

.auth-page .auth-field input:focus {
	outline: 2px solid rgba(23, 107, 104, 0.16);
	border-color: #176b68;
}

.auth-page .auth-inline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.auth-page .auth-check {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #6b7478;
	font-size: 12px;
}

.auth-page .auth-note {
	border-radius: 14px;
	border: 1px solid #e6d0a0;
	background: #f7f1df;
	color: #71562b;
	padding: 12px 14px;
	font-size: 12px;
	line-height: 1.55;
}

.auth-page .auth-note.error {
	border-color: #e4a28f;
	background: #fce8e2;
	color: #8f402f;
}

.auth-page .auth-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.auth-page .auth-actions form {
	margin: 0;
}

.auth-page .auth-footer {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: space-between;
	margin-top: 16px;
	color: #6b7478;
	font-size: 11px;
}

.auth-page .auth-success {
	display: grid;
	gap: 12px;
	margin-top: 14px;
}

.auth-page .auth-success strong {
	display: block;
	color: #0e4b4b;
}

.auth-page .auth-muted {
	color: #6b7478;
}

.auth-page .auth-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 6px 10px;
	border-radius: 999px;
	background: #e8eff7;
	color: #42617d;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: .08em;
}

@media (max-width: 980px) {
	.auth-page .auth-shell {
		grid-template-columns: 1fr;
		width: min(860px, calc(100% - 24px));
	}

	.auth-page .auth-hero {
		min-height: 280px;
	}
}

@media (max-width: 640px) {
	.auth-page .auth-shell {
		width: min(100%, calc(100% - 16px));
		padding: 8px 0 16px;
	}

	.auth-page .auth-hero,
	.auth-page .auth-card {
		padding: 20px;
		border-radius: 20px;
	}

	.auth-page .auth-metrics {
		grid-template-columns: 1fr;
	}

	.auth-page .auth-inline {
		flex-direction: column;
		align-items: stretch;
	}
}

body {
	padding-top: 0;
	background: #efe8dc;
	color: #172129;
}

html[data-av1-theme="dark"] body {
	background: #0d1518;
	color: #eef2ef;
}

html[data-av1-theme="dark"] .site-header,
html[data-av1-theme="dark"] .site-sidebar {
	background: rgba(15, 24, 27, 0.96);
	border-color: rgba(74, 94, 100, 0.75);
	box-shadow: 0 16px 32px rgba(0, 0, 0, 0.26);
}

html[data-av1-theme="dark"] .site-brand,
html[data-av1-theme="dark"] .site-menu-toggle,
html[data-av1-theme="dark"] .site-theme-toggle,
html[data-av1-theme="dark"] .site-notifications-toggle,
html[data-av1-theme="dark"] .site-launcher-announcement,
html[data-av1-theme="dark"] .menu-item > details > summary,
html[data-av1-theme="dark"] .menu-item > a,
html[data-av1-theme="dark"] .site-launcher {
	background: #132025;
	color: #eef2ef;
	border-color: #2b3e42;
}

html[data-av1-theme="dark"] .site-brand-kicker,
html[data-av1-theme="dark"] .site-launcher-label {
	color: #f2c56c;
}

html[data-av1-theme="dark"] .site-launcher-announcement {
	border-color: #5e4a18;
	background: #201908;
	color: #f2c56c;

html[data-av1-theme="dark"] .site-launcher-sync {
	border-color: rgba(233, 213, 167, 0.28);
	background: rgba(109, 79, 27, 0.24);
	color: #f4d28a;
}
}

html[data-av1-theme="dark"] .site-notifications-panel {
	background: rgba(15, 24, 27, 0.98);
	border-color: rgba(74, 94, 100, 0.75);
	color: #eef2ef;
}

html[data-av1-theme="dark"] .site-notifications-card,
html[data-av1-theme="dark"] .site-notification-card,
html[data-av1-theme="dark"] .site-notification-callout {
	background: #132025;
	border-color: #2b3e42;
}

html[data-av1-theme="dark"] .site-notifications-entry,
html[data-av1-theme="dark"] .site-notification-entry {
	background: #132025;
	border-color: #2b3e42;
}

html[data-av1-theme="dark"] .site-notifications-entry p,
html[data-av1-theme="dark"] .site-notifications-entry small,
html[data-av1-theme="dark"] .site-notification-entry p,
html[data-av1-theme="dark"] .site-notification-entry small {
	color: #b7c4c1;
}

html[data-av1-theme="dark"] .menu-level-1,
html[data-av1-theme="dark"] .menu-level-2 {
	background: #132025;
	border-color: #2b3e42;
}

html[data-av1-theme="dark"] .menu-level-1 .menu-item > details > summary,
html[data-av1-theme="dark"] .menu-level-1 .menu-item > a,
html[data-av1-theme="dark"] .menu-level-2 .menu-item > details > summary,
html[data-av1-theme="dark"] .menu-level-2 .menu-item > a {
	background: #102125;
}

.site-shell {
	display: grid;
	grid-template-columns: minmax(280px, 320px) minmax(0, 1fr);
	align-items: start;
	width: min(1600px, calc(100% - 24px));
	margin: 0 auto;
	gap: 16px;
	padding: 16px 0 24px;
}

.site-main {
	min-width: 0;
	min-height: calc(100vh - 120px);
}

.site-sidebar {
	position: sticky;
	top: 76px;
	align-self: start;
	max-height: calc(100vh - 92px);
	overflow: auto;
	border: 1px solid #d8d0c1;
	border-radius: 24px;
	background: rgba(255, 253, 248, 0.96);
	box-shadow: 0 16px 32px rgba(39, 34, 26, 0.08);
	padding: 14px;
}

.site-sidebar .site-menu {
	display: block;
	width: 100%;
}

.site-header {
	position: sticky;
	top: 0;
	z-index: 1200;
	background: rgba(247, 242, 231, 0.96);
	backdrop-filter: blur(14px);
	border-bottom: 1px solid rgba(216, 208, 193, 0.9);
	box-shadow: 0 12px 28px rgba(39, 34, 26, 0.08);
}

.site-header-inner {
	width: min(1600px, calc(100% - 24px));
	margin: 0 auto;
	padding: 10px 0;
	display: flex;
	align-items: center;
	gap: 14px;
	flex-wrap: wrap;
}

.site-brand {
	display: grid;
	gap: 2px;
	text-decoration: none;
	color: #172129;
	min-width: 220px;
}

.site-brand-kicker {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: #176b68;
}

.site-brand strong {
	font-family: Georgia, serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.05;
}

.site-menu-toggle {
	display: none;
	border: 1px solid #d8d0c1;
	border-radius: 999px;
	background: #fffdf8;
	color: #172129;
	padding: 10px 14px;
	font-weight: 800;
	cursor: pointer;
}

.site-theme-toggle {
	border: 1px solid #d8d0c1;
	border-radius: 999px;
	background: #fffdf8;
	color: #172129;
	padding: 10px 14px;
	font-weight: 800;
	cursor: pointer;
}

.site-notifications-toggle {
	border: 1px solid #d8d0c1;
	border-radius: 999px;
	background: #fffdf8;
	color: #172129;
	padding: 10px 14px;
	font-weight: 800;
	cursor: pointer;
}

.site-header-launcher {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}

.site-launcher {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	padding: 10px 14px;
	border-radius: 999px;
	border: 1px solid #d8d0c1;
	background: #fffdf8;
	text-decoration: none;
	color: #172129;
	max-width: 100%;
}

.site-launcher strong {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 28px;
	height: 28px;
	padding: 0 8px;
	border-radius: 999px;
	background: #176b68;
	color: #fff8e7;
	font-size: 12px;
	font-weight: 800;
}

.site-launcher-announcement {
	display: inline-flex;
	align-items: center;
	max-width: 260px;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid #e1c67f;
	background: #fff4d8;
	color: #8a6120;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .03em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.site-launcher-sync {
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	border: 1px solid #e9d5a7;
	background: #fff7e6;
	color: #9a6a1f;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .03em;
	white-space: nowrap;
}

.site-launcher-context {
	display: inline-flex;
	align-items: center;
	padding: 4px 8px;
	border-radius: 999px;
	background: #eaf2ed;
	color: #3d815e;
	font-size: 11px;
	font-weight: 700;
	white-space: normal;
	max-width: 100%;
}

.site-launcher-quicklinks {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}

.site-launcher-chip {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	border: 1px solid #e0d6c2;
	background: #fffdf8;
	color: #172129;
	font-size: 11px;
	font-weight: 800;
	text-decoration: none;
	white-space: nowrap;
}

@media (max-width: 640px) {
	.site-header-launcher {
		width: 100%;
	}

	.site-launcher {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		flex-wrap: wrap !important;
	}

	.site-launcher-context {
		white-space: normal !important;
		min-width: 0;
	}
}

.site-notifications-panel {
	width: min(1600px, calc(100% - 24px));
	margin: 0 auto 10px;
	padding: 16px;
	border: 1px solid #d8d0c1;
	border-radius: 24px;
	background: rgba(255, 253, 248, 0.98);
	box-shadow: 0 18px 40px rgba(39, 34, 26, 0.12);
	display: grid;
	gap: 12px;
	position: relative;
	z-index: 1180;
}

.site-notifications-panel[hidden] {
	display: none !important;
}

.site-notifications-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
}

.site-notifications-head strong {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: 500;
}

.site-notifications-pill {
	display: inline-flex;
	align-items: center;
	padding: 6px 10px;
	border-radius: 999px;
	background: #eef7f6;
	color: #0e4b4b;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.site-notifications-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.site-notifications-card,
.site-notification-card,
.site-notification-callout {
	border: 1px solid #d8d0c1;
	border-radius: 18px;
	background: #fffdf8;
	padding: 12px 14px;
	display: grid;
	gap: 4px;
}

.site-notifications-list {
	display: grid;
	gap: 10px;
}

.site-notifications-entry,
.site-notification-entry {
	display: grid;
	gap: 4px;
	padding: 12px 14px;
	border-radius: 18px;
	border: 1px solid #d8d0c1;
	background: #fffdf8;
	text-decoration: none;
	color: inherit;
	transition: transform 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.site-notifications-entry:hover,
.site-notifications-entry:focus-visible,
.site-notification-entry:hover,
.site-notification-entry:focus-visible {
	transform: translateY(-1px);
	border-color: #b7c8c4;
	box-shadow: 0 10px 20px rgba(39, 34, 26, 0.08);
	outline: none;
}

.site-notifications-entry-meta,
.site-notification-entry-meta {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #176b68;
}

.site-notifications-entry strong,
.site-notification-entry strong {
	font-size: 14px;
	line-height: 1.35;
}

.site-notifications-entry p,
.site-notification-entry p {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #5b656d;
	word-break: break-word;
}

.site-notifications-entry small,
.site-notification-entry small {
	font-size: 11px;
	font-weight: 700;
	color: #7a837f;
}

.site-notifications-entry--announcement .site-notifications-entry-meta,
.site-notification-entry--announcement .site-notification-entry-meta {
	color: #b77810;
}

.site-notifications-entry--critical_announcement .site-notifications-entry-meta,
.site-notification-entry--critical_announcement .site-notification-entry-meta {
	color: #9f1d1d;
}

.site-critical-banner {
	width: min(1600px, calc(100% - 24px));
	margin: 0 auto 10px;
	padding: 0;
	position: relative;
	z-index: 1181;
}

.site-critical-banner-inner {
	display: grid;
	gap: 6px;
	padding: 14px 16px;
	border-radius: 22px;
	border: 1px solid #e39a9a;
	background: linear-gradient(135deg, #fff0f0, #fff7f7);
	box-shadow: 0 14px 30px rgba(128, 24, 24, 0.12);
}

.site-critical-banner-kicker {
	font-size: 10px;
	font-weight: 900;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #9f1d1d;
}

.site-critical-banner-inner strong {
	font-family: Georgia, serif;
	font-size: 18px;
	font-weight: 500;
	color: #341111;
}

.site-critical-banner-inner p {
	margin: 0;
	color: #5f3030;
	font-size: 13px;
	line-height: 1.5;
}

.site-critical-banner-link {
	justify-self: start;
	display: inline-flex;
	align-items: center;
	padding: 8px 12px;
	border-radius: 999px;
	background: #9f1d1d;
	color: #fff8f8;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	text-decoration: none;
}

@media (max-width: 640px) {
	.site-header-launcher {
		width: 100%;
	}

	.site-launcher {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
		flex-wrap: wrap !important;
	}

	.site-launcher-context {
		white-space: normal !important;
		min-width: 0;
	}
}

.site-notification-card span,
.site-notification-callout span {
	font-size: 10px;
	font-weight: 800;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #6b7478;
}

.site-notification-card strong,
.site-notification-callout strong {
	font-size: 13px;
	line-height: 1.4;
}

.site-notification-callout.muted {
	background: #f6f8f7;
	color: #63717a;
}

.site-menu {
	flex: 1 1 0;
	min-width: 0;
}

.menu-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 8px;
}

.menu-level-0 > .menu-item {
	position: relative;
	width: 100%;
}

.menu-item > details,
.menu-item > a {
	display: block;
	text-decoration: none;
	color: #172129;
}

.menu-item > details > summary,
.menu-item > a {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #d8d0c1;
	border-radius: 16px;
	background: #fffdf8;
	padding: 10px 14px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .05em;
	text-transform: uppercase;
	cursor: pointer;
	white-space: nowrap;
}

.menu-item > details > summary::-webkit-details-marker {
	display: none;
}

.menu-item.is-active > details > summary,
.menu-item.is-active > a {
	border-color: #176b68;
	background: #eef7f6;
	color: #0e4b4b;
}

.menu-level-1,
.menu-level-2 {
	display: none;
	position: static;
	width: 100%;
	min-width: 0;
	padding: 10px 0 0 10px;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	z-index: 1400;
	flex-direction: column;
	gap: 6px;
}

.menu-item > details[open] > .menu-level-1,
.menu-item:hover > .menu-level-1,
.menu-item:focus-within > .menu-level-1 {
	display: flex;
}

.menu-level-1 .menu-item,
.menu-level-2 .menu-item {
	position: relative;
	width: 100%;
}

.menu-level-1 .menu-item > details > summary,
.menu-level-1 .menu-item > a,
.menu-level-2 .menu-item > details > summary,
.menu-level-2 .menu-item > a {
	width: 100%;
	box-sizing: border-box;
	border-radius: 14px;
	text-transform: none;
	letter-spacing: .02em;
	font-size: 12px;
	padding: 10px 12px;
	background: #f7faff;
}

.menu-level-2 {
	padding-left: 14px;
}

.menu-level-1 .menu-item.has-children > details[open] > .menu-level-2,
.menu-level-1 .menu-item.has-children:hover > .menu-level-2,
.menu-level-1 .menu-item.has-children:focus-within > .menu-level-2 {
	display: flex;
}

@media (max-width: 1100px) {
	.site-shell {
		grid-template-columns: 1fr;
		width: min(100%, calc(100% - 16px));
	}

	.site-main {
		min-height: auto;
	}

	.site-sidebar {
		position: fixed;
		inset: 72px 8px 12px 8px;
		transform: translateX(-110%);
		transition: transform 0.22s ease;
		z-index: 1150;
	}

	.site-header.is-open + .site-shell .site-sidebar {
		transform: translateX(0);
	}

	.site-header-inner {
		width: min(100%, calc(100% - 16px));
	}

	.site-theme-toggle,
	.site-notifications-toggle,
	.site-menu-toggle {
		display: inline-flex;
	}

	.site-notifications-panel {
		width: min(100%, calc(100% - 16px));
		border-radius: 20px;
	}

	.site-notifications-grid {
		grid-template-columns: 1fr;
	}

	.site-menu {
		display: none;
		width: 100%;
	}

	.site-header.is-open .site-menu {
		display: block;
	}

	.menu-list {
		display: grid;
		grid-template-columns: 1fr;
	}

	.menu-level-1,
	.menu-level-2 {
		position: static;
		min-width: 0;
		box-shadow: none;
		margin-top: 0;
	}

	.menu-item > details[open] > .menu-level-1,
	.menu-item:hover > .menu-level-1,
	.menu-item:focus-within > .menu-level-1,
	.menu-level-1 .menu-item.has-children > details[open] > .menu-level-2,
	.menu-level-1 .menu-item.has-children:hover > .menu-level-2,
	.menu-level-1 .menu-item.has-children:focus-within > .menu-level-2 {
		display: flex;
	}

	.menu-item > details > summary,
	.menu-item > a {
		width: 100%;
		box-sizing: border-box;
	}
}

/* End */
/* /bitrix/templates/av1/template_styles.css?178484300020851 */
