/*   Y O U R   C S S   S T Y L E S
**
** Style all markdown content elements properly
** Markdown and Tachyons helpers for the Технокрендель documentation theme.
**
*/

/************************************
*  		STANDARD-ELEMENTS  			*
************************************/
html {}

body {}

header {}

footer {}

nav {}

main {}

aside {}

article {}

article a,
article a:link,
article a:visited {
	text-decoration: underline;
}

/* article a:before{ content: '\203A'; margin-right: 5px; } */
abbr {}

blockquote {
	margin: 1.5em 1.5em;
	padding: 0.5em 0;
	quotes: "\201C" "\201D" "\2018" "\2019";
	font-style: italic;
}

blockquote:before {
	color: #ccc;
	content: open-quote;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0.25em;
	vertical-align: -0.4em;
}

blockquote p {
	display: inline;
}

article pre,
article code {
	font-family: monospace;
}

article pre {
	white-space: pre;
	padding: 0em;
	display: block;
	max-width: 100%;
	overflow-x: auto;
}

article code {
	font-size: 0.8em;
	line-height: 1.4em;
	padding: 0 0.5em;
	word-break: break-word;
}

pre>code {
	font-size: 0.8em;
	padding: 1em;
	display: inline-block;
}

pre>code.language-pagebreak {
	display: none;
}

dl {}

dt {}

dd {}

img {}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
	line-height: 1.15em;
	font-weight: 700;
	line-height: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	word-wrap: break-word;
	hyphens: auto;
}

article h1 {
	font-size: 2.2em;
	margin: 1.4em 0 0.6em;
	z-index: 1;
}

article h2 {
	font-size: 1.6em;
	margin: 1.8em 0 0.6em;
}

article h3 {
	font-size: 1.3em;
	margin: 1.6em 0 0.6em;
}

article h4 {
	font-size: 1.1em;
	margin: 1.4em 0 0.6em;
}

article h5 {
	font-size: 1em;
	margin: 1.2em 0 0.6em;
}

article h6 {
	font-size: 1em;
	font-style: italic;
	font-weight: 300;
	margin: 1em 0 0.6em;
}

article .h1,
article .h2,
article .h3,
article .h4,
article .h5,
article .h6 {
	height: auto;
	/* fix for tachyons */
}

hr {
	border: none;
	border-top: 1px solid;
}

ol {}

footer ul {
	padding-left: 1em;
}

li {}

sup {}

/* Make table look good */
.tm-table {
	overflow-x: auto;
}

table {
	width: 100%;
	border-collapse: collapse;
	font-size: .8em;
}

thead {
	text-align: left;
}

tr {
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-bottom: -1px;
}

th,
td {
	padding: .5em 1em;
}

main b,
main strong {
	font-weight: 600;
}

/************************************
*  		STANDARD SUGGESTIONS 		*
************************************/

/* Make links and buttons smooth */
.link,
.link:active,
.link:focus,
.link:hover,
.link:link,
.link:visited {
	transition: none;
}

a,
a:link,
a:visited,
a:focus,
a:hover,
a:active,
button {
	transition: all .15s ease !important;
	transition-property: color, background-color, text-shadow, border;
}

article a:hover,
article a:focus,
article a:active,
footer a:hover,
footer a:focus,
footer a:active {
	text-decoration: none;
}

/* For definition list */
dt::after {
	content: ":";
}

/* Make images and image captions look good */
img,
figure,
figure img {
	max-width: 100%;
	height: auto;
	aspect-ratio: attr(width) / attr(height);
}

figure,
video,
audio {
	display: table;
	margin: 2em auto;
	padding: 0;
}

figure.right,
figure.left {
	width: auto;
	float: none;
	margin: auto auto;
}

figure img {
	display: block;
	margin: auto;
}

figcaption {
	display: table-caption;
	caption-side: bottom;
	font-size: 0.8em;
	margin-top: .5em;
	line-height: 1.2em;
}

.footnotes ol {
	font-size: .8em;
	line-height: 1em;
	margin: 0 0 0 0;
}

/************************************
* 			CONTENT ELEMENTS 		*
************************************/

ul.TOC,
.TOC ul {
	list-style: none;
}

.TOC {
	padding: 1em;
	border: 1px solid;
}

.TOC {
	border-color: lightgray;
}

.TOC li {
	position: relative;
}

.TOC li a {
	text-decoration: none;
	display: inline-block;
	width: 100%;
	border-bottom: 1px dashed;
	line-height: 1em;
	margin: .3em 0;
}

.TOC li a:hover,
.TOC li a:focus,
.TOC li a:active {
	border-bottom: 1px solid;
}

.TOC li a:after {
	content: '\203A';
	position: absolute;
	right: 5px;
	transition: all .2s;
}

.TOC li a:hover:after {
	right: 0px;
}

.notice1 {
	margin: 1em 0;
	padding: 10px 1em;
}

.notice2 {
	margin: 1em 0;
	padding: 10px 1em;
}

.notice3 {
	margin: 1em 0;
	padding: 10px 1em;
	background-color: #d4e0ff;
	border-left: 4px solid #3c7bf6;
}

/* used for pro content box */
.notice4 {
	position: relative;
	text-align: center;
	padding: 1em;
	border: 1px solid;
}

/* Style the optional anchor-links for headlines */
a.tm-heading-anchor {
	display: inline-block;
	margin-left: -0.8em;
	width: 0.8em;
	font-weight: 300;
	opacity: 0;
	text-decoration: none;
	float: right;
}

a.tm-heading-anchor:hover,
a.tm-heading-anchor:focus {
	opacity: 1;
	text-decoration: none;
}

h2:focus>.tm-heading-anchor,
h2:hover>.tm-heading-anchor,
h3:focus>.tm-heading-anchor,
h3:hover>.tm-heading-anchor,
h4:focus>.tm-heading-anchor,
h4:hover>.tm-heading-anchor,
h5:focus>.tm-heading-anchor,
h5:hover>.tm-heading-anchor,
h6:focus>.tm-heading-anchor,
h6:hover>.tm-heading-anchor {
	opacity: .5;
	text-decoration: none;
}

/* style the download-button for files */
a.tm-download {}

a.tm-download::before {
	content: "\2193";
	-webkit-mask: url("data:image/svg+xml; utf8, <svg width='24' fill='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M23 12c0-3.037-1.232-5.789-3.222-7.778s-4.741-3.222-7.778-3.222-5.789 1.232-7.778 3.222-3.222 4.741-3.222 7.778 1.232 5.789 3.222 7.778 4.741 3.222 7.778 3.222 5.789-1.232 7.778-3.222 3.222-4.741 3.222-7.778zM21 12c0 2.486-1.006 4.734-2.636 6.364s-3.878 2.636-6.364 2.636-4.734-1.006-6.364-2.636-2.636-3.878-2.636-6.364 1.006-4.734 2.636-6.364 3.878-2.636 6.364-2.636 4.734 1.006 6.364 2.636 2.636 3.878 2.636 6.364zM11 8v5.586l-2.293-2.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l4 4c0.092 0.092 0.202 0.166 0.324 0.217 0.245 0.101 0.521 0.101 0.766 0 0.118-0.049 0.228-0.121 0.324-0.217l4-4c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-2.293 2.293v-5.586c0-0.552-0.448-1-1-1s-1 0.448-1 1z'></path></svg>") no-repeat 50% 50%;
	mask: url("data:image/svg+xml; utf8, <svg width='24' fill='currentColor' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path d='M23 12c0-3.037-1.232-5.789-3.222-7.778s-4.741-3.222-7.778-3.222-5.789 1.232-7.778 3.222-3.222 4.741-3.222 7.778 1.232 5.789 3.222 7.778 4.741 3.222 7.778 3.222 5.789-1.232 7.778-3.222 3.222-4.741 3.222-7.778zM21 12c0 2.486-1.006 4.734-2.636 6.364s-3.878 2.636-6.364 2.636-4.734-1.006-6.364-2.636-2.636-3.878-2.636-6.364 1.006-4.734 2.636-6.364 3.878-2.636 6.364-2.636 4.734 1.006 6.364 2.636 2.636 3.878 2.636 6.364zM11 8v5.586l-2.293-2.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414l4 4c0.092 0.092 0.202 0.166 0.324 0.217 0.245 0.101 0.521 0.101 0.766 0 0.118-0.049 0.228-0.121 0.324-0.217l4-4c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-2.293 2.293v-5.586c0-0.552-0.448-1-1-1s-1 0.448-1 1z'></path></svg>") no-repeat 50% 50%;
	-webkit-mask-size: cover;
	mask-size: cover;
	background-color: currentColor;
	display: inline-block;
	margin-right: 5px;
	width: 24px;
	height: 24px;
	text-decoration: none;
	vertical-align: middle;
}

a.tm-download:hover::before {
	text-decoration: none;
}

/* Fake youtube button. */
.video-container {
	position: relative;
	text-align: center;
}

img.youtube {
	position: relative;
	max-width: 560px;
}

button.play-video {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	height: 100px;
	width: 100px;
	background: #e0474c;
	color: #FFFFFF;
	border-radius: 50%;
	border: 0px;
	padding: 0;
	text-align: center;
}

button.play-video:hover {
	background: #cc4146;
	cursor: pointer;
}

button.play-video::after {
	position: absolute;
	top: 50%;
	margin: -20px 0 0 -15px;
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 20px 0 20px 40px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
	content: ' ';
}

.landingpageinfo h2 {
	font-size: 2.25rem;
}

.landingpageinfo h3 {
	font-size: 1.5rem;
}

.landingpageinfo h4 {
	font-size: 1.25rem;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

/************************************
* 		TACHYONS ADDITIONS 			*
************************************/

/* Keeps Footer at the bottom */
.body-footer-bottom {
	/* add this class to the body-tag */
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.footer-bottom {
	/* add this class to the footer-tag */
	margin-top: auto;
}

/* Nice set of system fonts, add this to the body-tag */
.sans-serif-tm {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.sans-serif-title {
	font-family: arial, "Segoe UI", Roboto, -apple-system, BlinkMacSystemFont, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* optimize text, add this to the body-tag */
.optimize-text {
	/* Adjust font size */
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	/* Font varient */
	font-variant-ligatures: none;
	-webkit-font-variant-ligatures: none;
	/* Smoothing */
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
}

.grid-container {
	display: block;
}

.grid-header,
.grid-main,
.grid-sidebar {
	display: block;
	width: 100%;
}

.grid-footer {
	grid-column: 1 / -1;
	text-align: center;
}

.f-large {
	font-size: 4rem;
}

.h4-5 {
	height: 12rem;
}

.shadow-2-hover {
	transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.shadow-2-hover:hover,
.shadow-2-hover:focus {
	box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}

.margin-bottom-1 {
	margin-bottom: -1px;
}

.arrow-after:after {
	content: '\203A';
	position: absolute;
	right: 5px;
}

.arrow-after-transition:after {
	content: '\203A';
	position: absolute;
	right: 5px;
	transition: all .2s;
}

.arrow-after-transition:hover:after {
	right: 0px;
}

.indent-l-1 {
	padding-left: 1rem;
}

.indent-l-2 {
	padding-left: 2rem;
}

.indent-l-3 {
	padding-left: 3rem;
}

.indent-l-4 {
	padding-left: 4rem;
}

.indent-l-5 {
	padding-left: 4.5rem;
}

.indent-l-6 {
	padding-left: 5rem;
}

.b--solid-hover:hover,
.b--solid-hover:focus,
.b--solid-hover:active {
	border-style: solid;
}

.flex-grow {
	flex-grow: 1;
}

/*************************
*  RESPONSIVE NAVIGATION *
*************************/

.contentnav {
	width: 70%;
	position: absolute;
	right: 0;
	top: 0;
}

.contentnav.collapse .folder>ul {
	display: none;
}

.contentnav .folder.active>ul,
.contentnav .folder.activeParent>ul {
	display: block;
}

.burgerbutton {
	display: inline-block;
	font-size: 2em;
	width: 100%;
	text-align: right;
	padding: 2rem;
	box-sizing: border-box;
}

.burgerbutton,
.menu {
	transition: all .2s ease;
}

.menu {
	max-height: 0;
	/* hide menu completely when burger unchecked */
	margin: 0px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	font-size: 1.3rem;
}

#burger:checked~.menu {
	max-height: 200%;
}

#burger:checked~.menu {
	background: #333;
}

.menu a {
	color: #fff;
}

#burger:checked~.burgerbutton {
	color: #fff;
	background: #333;
}

.logo-image {
	max-width: 200px;
}

@media screen and (min-width:30em) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		hyphens: manual;
	}
}

@media (min-width: 40em) {
	figure.right {
		width: auto;
		float: right;
		margin: 0 0 2em 2em;
	}

	figure.left {
		width: auto;
		float: left;
		margin: 0 2em 2em 0;
	}
}

/**************
* 	Forms 	  *
**************/

form {
	width: 100%;
	max-width: 800px;
	border: none;
	margin: 20px 0 20px 0;
	padding: 0 0 0 0;
}

form fieldset {
	width: 100%;
	border: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

form label {
	width: 100%;
	display: block;
	color: #333;
	margin-top: 1.5em;
}

form input,
form textarea {
	width: 100%;
	display: block;
	border: 1px solid #ddd;
	padding: 15px;
	margin: 0 0 20px 0;
	background: #f5f5f5;
}

form input:focus,
form select:focus,
form textarea:focus {
	outline: none;
	border: 1px solid rgba(229, 226, 211, 1);
	box-shadow: 0 0 2px #D73B00;
	;
}

form input[type="submit"],
form button,
form .button {
	cursor: pointer;
	font-size: 1em;
	border: 0;
	margin-top: 1.5em;
	width: 100%;
	padding: 15px;
}

form input[type="submit"]:hover,
form button:hover,
.button:hover {
	opacity: .8;
}


@media screen and (min-width:50em) {
	.grid-container {
		display: grid;
		grid-template-columns: 30% 70%;
		grid-column-gap: 1em;
		grid-template-rows: auto auto;
		grid-template-areas:
			"gridHeader gridMain"
			"gridSidebar gridMain"
			". gridMain"
	}

	.grid-header {
		grid-area: gridHeader;
	}

	.grid-main {
		grid-area: gridMain;
	}

	.grid-sidebar {
		grid-area: gridSidebar;
	}

	.logo-image {
		max-width: 100%;
	}

	#burger:checked~.burgerbutton {
		color: inherit;
		background: inherit;
	}

	#burger:checked~.menu {
		background: inherit;
	}

	.menu a {
		color: inherit;
	}

	.contentnav {
		position: relative;
		width: auto;
	}

	.burgerbutton {
		display: none;
	}

	.menu {
		font-size: inherit;
		max-height: inherit;
	}

	a.tm-heading-anchor {
		float: left;
	}
}

/*************************
*  SBER DOCS THEME       *
*************************/

:root {
	--sberdocs-accent: #b22d2d;
	--sberdocs-accent-soft: #f7e9e9;
	--sberdocs-bg: #f6f7f9;
	--sberdocs-surface: #ffffff;
	--sberdocs-surface-muted: #f1f3f5;
	--sberdocs-text: #1f2328;
	--sberdocs-muted: #68707a;
	--sberdocs-border: #e3e7eb;
	--sberdocs-border-strong: #d2d8df;
}

html {
	scroll-behavior: smooth;
}

body.sberdocs-theme {
	background: var(--sberdocs-bg);
	color: var(--sberdocs-text);
	font-size: 16px;
	line-height: 1.55;
}

body.sberdocs-theme a,
body.sberdocs-theme a:link,
body.sberdocs-theme a:visited {
	color: var(--sberdocs-accent);
}

body.sberdocs-theme .docs-page {
	background: transparent;
	border: 0;
	color: var(--sberdocs-text);
	min-height: 100vh;
	padding: 0;
}

body.sberdocs-theme .docs-layout {
	box-sizing: border-box;
	max-width: 92rem;
	padding: 0 1rem;
}

body.sberdocs-theme .docs-brand {
	color: var(--sberdocs-text);
	padding-top: 1rem;
}

body.sberdocs-theme .logo a {
	align-items: center;
	color: var(--sberdocs-text);
	display: inline-flex;
	font-size: 1.25rem;
	font-weight: 700;
	gap: 0.65rem;
	letter-spacing: 0;
	line-height: 1.2;
	text-decoration: none;
}

body.sberdocs-theme .logo a:before {
	background: var(--sberdocs-accent);
	border-radius: 0.75rem;
	content: "";
	display: inline-block;
	height: 2rem;
	margin-right: 0.65rem;
	width: 2rem;
}

body.sberdocs-theme .logo-image {
	background: transparent;
	display: block;
	flex: 0 0 auto;
	max-height: 2.5rem;
	max-width: 12rem;
	object-fit: contain;
}

body.sberdocs-theme .logo-image--mark {
	border-radius: 0.75rem;
	height: 2.5rem;
	width: 2.5rem;
}

body.sberdocs-theme .logo-image--custom {
	border-radius: 0;
	height: auto;
	width: auto;
}

body.sberdocs-theme .logo a.has-logo:before {
	display: none;
}

body.sberdocs-theme .logo-text {
	display: inline-block;
	max-width: 12rem;
	overflow-wrap: anywhere;
}

body.sberdocs-theme .docs-content {
	background: var(--sberdocs-surface);
	border: 1px solid var(--sberdocs-border);
	border-radius: 1.25rem;
	box-sizing: border-box;
	color: var(--sberdocs-text);
	font-size: 1rem;
	font-weight: 400;
	margin: 0 0 2rem;
	max-width: none;
	padding: 1.25rem;
}

body.sberdocs-theme #breadcrumb {
	color: var(--sberdocs-muted);
	font-size: 0.875rem;
	margin-bottom: 1.5rem;
}

body.sberdocs-theme #breadcrumb a {
	color: var(--sberdocs-muted);
	text-decoration: none;
}

body.sberdocs-theme #breadcrumb a:hover,
body.sberdocs-theme #breadcrumb a:focus {
	color: var(--sberdocs-accent);
}

body.sberdocs-theme .docs-article {
	color: var(--sberdocs-text);
	line-height: 1.72;
}

body.sberdocs-theme .docs-article header h1,
body.sberdocs-theme article h1 {
	color: var(--sberdocs-text);
	font-size: 2.25rem;
	font-weight: 750;
	line-height: 1.12;
	margin: 0 0 1.5rem;
}

body.sberdocs-theme article h2,
body.sberdocs-theme article h3,
body.sberdocs-theme article h4,
body.sberdocs-theme article h5,
body.sberdocs-theme article h6 {
	color: var(--sberdocs-text);
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.22;
	scroll-margin-top: 2rem;
}

body.sberdocs-theme article h2 {
	border-top: 1px solid var(--sberdocs-border);
	font-size: 1.6rem;
	margin: 2.4rem 0 0.85rem;
	padding-top: 2rem;
}

body.sberdocs-theme article h3 {
	font-size: 1.3rem;
	margin: 2rem 0 0.75rem;
}

body.sberdocs-theme article h4 {
	font-size: 1.12rem;
	margin: 1.6rem 0 0.6rem;
}

body.sberdocs-theme article p,
body.sberdocs-theme article ul,
body.sberdocs-theme article ol {
	margin-bottom: 1rem;
}

body.sberdocs-theme article a,
body.sberdocs-theme article a:link,
body.sberdocs-theme article a:visited {
	color: var(--sberdocs-accent);
	text-decoration-thickness: 0.08em;
	text-underline-offset: 0.18em;
}

body.sberdocs-theme article code {
	background: var(--sberdocs-surface-muted);
	border: 1px solid var(--sberdocs-border);
	border-radius: 0.45rem;
	color: var(--sberdocs-text);
	font-size: 0.88em;
	padding: 0.08rem 0.38rem;
}

body.sberdocs-theme article pre {
	background: #20242a;
	border: 0;
	border-radius: 1rem;
	color: #f8fafc;
	padding: 0;
}

body.sberdocs-theme article pre code {
	background: transparent;
	border: 0;
	color: inherit;
	padding: 1.1rem;
}

body.sberdocs-theme blockquote {
	background: var(--sberdocs-surface-muted);
	border-left: 0.25rem solid var(--sberdocs-accent);
	border-radius: 0.9rem;
	font-style: normal;
	margin: 1.5rem 0;
	padding: 1rem 1.25rem;
}

body.sberdocs-theme blockquote:before {
	display: none;
}

body.sberdocs-theme table {
	background: var(--sberdocs-surface);
	border: 1px solid var(--sberdocs-border);
	border-radius: 0.9rem;
	overflow: hidden;
}

body.sberdocs-theme thead {
	background: var(--sberdocs-surface-muted);
	color: var(--sberdocs-text);
}

body.sberdocs-theme tr {
	border-color: var(--sberdocs-border);
}

body.sberdocs-theme .notice1,
body.sberdocs-theme .notice2,
body.sberdocs-theme .notice3,
body.sberdocs-theme .notice4 {
	background: var(--sberdocs-surface-muted);
	border: 1px solid var(--sberdocs-border);
	border-left: 0.25rem solid var(--sberdocs-accent);
	border-radius: 0.9rem;
	color: var(--sberdocs-text);
	margin: 1.25rem 0;
	padding: 1rem 1.25rem;
}

body.sberdocs-theme .byline {
	color: var(--sberdocs-muted);
	font-size: 0.9rem;
}

body.sberdocs-theme .navigation,
body.sberdocs-theme .button,
body.sberdocs-theme form input[type="submit"],
body.sberdocs-theme form button {
	background: var(--sberdocs-accent);
	border: 0;
	border-radius: 0.85rem;
	color: #ffffff;
	text-decoration: none;
}

body.sberdocs-theme #bottompager .navigation {
	background: var(--sberdocs-surface);
	border: 1px solid var(--sberdocs-border);
	color: var(--sberdocs-text);
}

body.sberdocs-theme #bottompager .navigation:hover,
body.sberdocs-theme #bottompager .navigation:focus {
	background: var(--sberdocs-accent-soft);
	color: var(--sberdocs-accent);
}

body.sberdocs-theme .docs-sidebar {
	color: var(--sberdocs-text);
}

body.sberdocs-theme .contentnav {
	position: relative;
	right: auto;
	top: auto;
	width: 100%;
}

body.sberdocs-theme .burgerbutton {
	background: var(--sberdocs-surface);
	border: 1px solid var(--sberdocs-border);
	border-radius: 1rem;
	box-sizing: border-box;
	color: var(--sberdocs-text);
	cursor: pointer;
	font-size: 1.35rem;
	margin-bottom: 0.75rem;
	padding: 0.75rem 1rem;
	text-align: left;
}

body.sberdocs-theme #burger:checked~.burgerbutton {
	background: var(--sberdocs-surface);
	color: var(--sberdocs-accent);
}

body.sberdocs-theme .menu {
	background: var(--sberdocs-surface);
	border: 1px solid var(--sberdocs-border);
	border-radius: 1rem;
	color: var(--sberdocs-text);
	max-height: 0;
	overflow: hidden;
	padding: 0;
}

body.sberdocs-theme #burger:checked~.menu {
	background: var(--sberdocs-surface);
	max-height: 75vh;
	overflow: auto;
	padding: 0.5rem;
}

body.sberdocs-theme .sberdocs-nav,
body.sberdocs-theme .sberdocs-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.sberdocs-theme .sberdocs-nav .nav-item {
	border: 0;
	margin: 0.1rem 0;
}

body.sberdocs-theme .sberdocs-nav .nav-row {
	align-items: center;
	border-radius: 0.75rem;
	display: flex;
	gap: 0.25rem;
	min-height: 2.25rem;
}

body.sberdocs-theme .sberdocs-nav .nav-row:hover,
body.sberdocs-theme .sberdocs-nav .nav-row:focus-within {
	background: var(--sberdocs-surface-muted);
}

body.sberdocs-theme .sberdocs-nav .nav-link {
	border-radius: 0.75rem;
	color: var(--sberdocs-muted);
	flex: 1 1 auto;
	font-size: 0.92rem;
	line-height: 1.25;
	margin: 0;
	min-width: 0;
	padding-bottom: 0.55rem;
	padding-left: 0.75rem;
	padding-top: 0.55rem;
	text-decoration: none;
}

body.sberdocs-theme .sberdocs-nav .nav-link:hover,
body.sberdocs-theme .sberdocs-nav .nav-link:focus {
	background: transparent;
	color: var(--sberdocs-accent);
	outline: none;
}

body.sberdocs-theme .sberdocs-nav .active>.nav-row,
body.sberdocs-theme .sberdocs-nav .activeParent>.nav-row {
	background: var(--sberdocs-accent-soft);
}

body.sberdocs-theme .sberdocs-nav .active>.nav-row .nav-link,
body.sberdocs-theme .sberdocs-nav .activeParent>.nav-row .nav-link {
	color: var(--sberdocs-accent);
	font-weight: 650;
}

body.sberdocs-theme .sberdocs-nav .nav-row.indent-l-1 {
	margin-left: 0;
	padding-left: 0;
}

body.sberdocs-theme .sberdocs-nav .nav-row.indent-l-2 {
	margin-left: 0.85rem;
	padding-left: 0;
}

body.sberdocs-theme .sberdocs-nav .nav-row.indent-l-3 {
	margin-left: 1.7rem;
	padding-left: 0;
}

body.sberdocs-theme .sberdocs-nav .nav-row.indent-l-4 {
	margin-left: 2.55rem;
	padding-left: 0;
}

body.sberdocs-theme .sberdocs-nav .nav-row.indent-l-5 {
	margin-left: 3.4rem;
	padding-left: 0;
}

body.sberdocs-theme .sberdocs-nav .nav-row.indent-l-6 {
	margin-left: 4.25rem;
	padding-left: 0;
}

body.sberdocs-theme .nav-toggle {
	align-items: center;
	align-self: center;
	background: transparent;
	border: 0;
	border-radius: 0.65rem;
	color: var(--sberdocs-muted);
	cursor: pointer;
	display: inline-flex;
	flex: 0 0 2rem;
	justify-content: center;
	margin: 0.12rem;
	padding: 0;
	width: 2rem;
}

body.sberdocs-theme .nav-toggle:hover,
body.sberdocs-theme .nav-toggle:focus {
	background: var(--sberdocs-surface);
	color: var(--sberdocs-accent);
	outline: none;
}

body.sberdocs-theme .nav-toggle__icon:before {
	border: solid currentColor;
	border-width: 0 1.5px 1.5px 0;
	content: "";
	display: inline-block;
	height: 0.42rem;
	transform: rotate(-45deg);
	transition: transform 0.15s ease;
	width: 0.42rem;
}

body.sberdocs-theme .is-expanded>.nav-row .nav-toggle__icon:before {
	transform: rotate(45deg);
}

body.sberdocs-theme .contentnav .is-collapsed>.nav-sublist,
body.sberdocs-theme .contentnav.collapse .folder>ul.nav-sublist {
	display: none;
}

body.sberdocs-theme .contentnav .is-expanded>.nav-sublist,
body.sberdocs-theme .contentnav .folder.active>ul.nav-sublist,
body.sberdocs-theme .contentnav .folder.activeParent>ul.nav-sublist {
	display: block;
}

body.sberdocs-theme .grid-toc {
	display: none;
}

body.sberdocs-theme .page-toc {
	color: var(--sberdocs-muted);
	font-size: 0.86rem;
	line-height: 1.35;
}

body.sberdocs-theme .page-toc[hidden] {
	display: none;
}

body.sberdocs-theme .page-toc__title {
	color: var(--sberdocs-text);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

body.sberdocs-theme .page-toc__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

body.sberdocs-theme .page-toc__list--nested {
	border-left: 1px solid var(--sberdocs-border);
	margin-left: 0.55rem;
	padding-left: 0.65rem;
}

body.sberdocs-theme .page-toc__list:empty {
	display: none;
}

body.sberdocs-theme .page-toc__item {
	margin: 0.15rem 0;
}

body.sberdocs-theme .page-toc__link {
	border-left: 0.15rem solid transparent;
	border-radius: 0.45rem;
	color: var(--sberdocs-muted);
	display: block;
	padding: 0.34rem 0.45rem;
	text-decoration: none;
}

body.sberdocs-theme .page-toc__link:hover,
body.sberdocs-theme .page-toc__link:focus,
body.sberdocs-theme .page-toc__link.is-active {
	background: var(--sberdocs-accent-soft);
	border-left-color: var(--sberdocs-accent);
	color: var(--sberdocs-accent);
	outline: none;
}

body.sberdocs-theme .sberdocs-nav .nav-row--folder {
	background: #f4f4f5;
	border-radius: 0.5rem;
	margin-bottom: 0.25rem;
	min-height: 2.25rem;
}

body.sberdocs-theme .sberdocs-nav .nav-row--folder:hover,
body.sberdocs-theme .sberdocs-nav .nav-row--folder:focus-within {
	background: #eeeeef;
}

body.sberdocs-theme .sberdocs-nav .nav-row--file {
	background: transparent;
	border-radius: 0.35rem;
	gap: 0.5rem;
	min-height: 2.4rem;
	padding-right: 0.35rem;
}

body.sberdocs-theme .sberdocs-nav .nav-row--file:hover,
body.sberdocs-theme .sberdocs-nav .nav-row--file:focus-within {
	background: transparent;
}

body.sberdocs-theme .sberdocs-nav .nav-link {
	color: #2f3844;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.22;
	padding-bottom: 0.55rem;
	padding-top: 0.55rem;
}

body.sberdocs-theme .sberdocs-nav .nav-row--folder .nav-link {
	color: #1f2328;
	padding-right: 0.5rem;
}

body.sberdocs-theme .sberdocs-nav .active>.nav-row,
body.sberdocs-theme .sberdocs-nav .activeParent>.nav-row {
	background: #f4f4f5;
}

body.sberdocs-theme .sberdocs-nav .active>.nav-row .nav-link,
body.sberdocs-theme .sberdocs-nav .activeParent>.nav-row .nav-link {
	color: var(--sberdocs-accent);
	font-weight: 500;
}

body.sberdocs-theme .nav-toggle {
	background: #e9e9ea;
	border-radius: 0.35rem;
	color: #535a63;
	flex-basis: 1.8rem;
	height: 1.8rem;
	margin: 0 0.3rem 0 0.2rem;
	width: 1.8rem;
}

body.sberdocs-theme .nav-toggle:hover,
body.sberdocs-theme .nav-toggle:focus {
	background: #dedee0;
	color: #1f2328;
}

body.sberdocs-theme .nav-toggle__icon {
	display: block;
	fill: none;
	height: 1rem;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	transform: rotate(0deg);
	transition: transform 0.15s ease;
	width: 1rem;
}

body.sberdocs-theme .nav-toggle__icon:before {
	display: none;
}

body.sberdocs-theme .is-expanded>.nav-row .nav-toggle__icon {
	transform: rotate(90deg);
}

body.sberdocs-theme .nav-method {
	align-items: center;
	align-self: flex-start;
	border: 1px solid currentColor;
	border-radius: 0.25rem;
	box-sizing: border-box;
	display: inline-flex;
	flex: 0 0 auto;
	font-size: 0.625rem;
	font-weight: 700;
	height: 1.1rem;
	justify-content: center;
	line-height: 1;
	margin-left: 0.5rem;
	margin-top: 0.58rem;
	min-width: 2.5rem;
	padding: 0 0.3rem;
	text-transform: uppercase;
}

body.sberdocs-theme .nav-method--get {
	background: #eef8ff;
	color: #008fe8;
}

body.sberdocs-theme .nav-method--head,
body.sberdocs-theme .nav-method--options {
	background: #f1f5f9;
	color: #526071;
}

body.sberdocs-theme .nav-method--post {
	background: #effbea;
	color: #00a100;
}

body.sberdocs-theme .nav-method--put,
body.sberdocs-theme .nav-method--patch {
	background: #fff7e6;
	color: #d28200;
}

body.sberdocs-theme .nav-method--delete {
	background: #fff0f0;
	color: #df2a2a;
}

body.sberdocs-theme .nav-link.has-method {
	padding-left: 0.25rem;
}

body.sberdocs-theme .contentnav .nav-sublist {
	display: none;
}

body.sberdocs-theme .contentnav .nav-item.is-expanded>ul.nav-sublist {
	display: block;
}

body.sberdocs-theme .contentnav .nav-item.is-collapsed>ul.nav-sublist {
	display: none;
}

body.sberdocs-theme .page-toc {
	color: #8a8f98;
	font-size: 0.875rem;
	line-height: 1.28;
	max-height: calc(100vh - 3rem);
	overflow-y: auto;
	padding: 0 0.35rem 0 0;
	scrollbar-color: #d3d3d3 transparent;
	scrollbar-width: thin;
}

body.sberdocs-theme .page-toc__title {
	display: none;
}

body.sberdocs-theme .page-toc__list {
	border-left: 1px solid #d9d9d9;
}

body.sberdocs-theme .page-toc__list--nested {
	border-left: 0;
	margin-left: 0;
	padding-left: 0;
}

body.sberdocs-theme .page-toc__item {
	margin: 0;
}

body.sberdocs-theme .page-toc__link {
	background: transparent;
	border-left: 1px solid transparent;
	border-radius: 0;
	color: #8a8f98;
	margin-left: -1px;
	padding: 0.7rem 0.75rem 0.7rem 1rem;
	text-decoration: none;
}

body.sberdocs-theme .page-toc__item--level-3>.page-toc__link {
	padding-left: 1.75rem;
}

body.sberdocs-theme .page-toc__item--level-4>.page-toc__link {
	padding-left: 2.5rem;
}

body.sberdocs-theme .page-toc__item--level-5>.page-toc__link {
	padding-left: 3.25rem;
}

body.sberdocs-theme .page-toc__item--level-6>.page-toc__link {
	padding-left: 4rem;
}

body.sberdocs-theme .page-toc__link:hover,
body.sberdocs-theme .page-toc__link:focus {
	background: #f5f5f5;
	border-left-color: #1f2328;
	color: #1f2328;
	outline: none;
}

body.sberdocs-theme .page-toc__link.is-active {
	background: #f5f5f5;
	border-left-color: #1f2328;
	color: #1f2328;
	font-weight: 600;
}

body.sberdocs-theme footer {
	background: transparent;
	border: 0;
	color: var(--sberdocs-muted);
	margin-top: 2rem;
}

body.sberdocs-theme {
	overflow-x: hidden;
}

body.sberdocs-theme footer,
body.sberdocs-theme>.w-100.center.f6 {
	box-sizing: border-box;
	max-width: 100%;
	overflow-x: hidden;
}

body.sberdocs-theme footer .grid-container,
body.sberdocs-theme>.w-100.center.f6 .grid-container {
	box-sizing: border-box;
	display: block;
	max-width: 92rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

body.sberdocs-theme .grid-footer {
	box-sizing: border-box;
	min-width: 0;
	text-align: center;
	width: 100%;
}

body.sberdocs-theme footer .grid-footer {
	border-top: 1px solid var(--sberdocs-border);
	padding-top: 1.25rem;
}

body.sberdocs-theme footer .grid-footer>.center {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: none;
	width: 100%;
}

body.sberdocs-theme footer .grid-footer>.center>div {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	min-width: 0;
	padding: 0.25rem 1rem 1rem 0;
}

body.sberdocs-theme footer h1,
body.sberdocs-theme footer h2,
body.sberdocs-theme footer h3,
body.sberdocs-theme footer h4 {
	color: var(--sberdocs-text);
	font-size: 0.95rem;
	line-height: 1.35;
	margin: 0 0 0.6rem;
}

body.sberdocs-theme footer p,
body.sberdocs-theme footer li,
body.sberdocs-theme>.w-100.center.f6 p {
	font-size: 0.9rem;
	line-height: 1.55;
	margin-top: 0;
}

body.sberdocs-theme footer ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

body.sberdocs-theme footer li+li {
	margin-top: 0.35rem;
}

body.sberdocs-theme>.w-100.center.f6 {
	color: var(--sberdocs-muted);
	padding-bottom: 1.5rem;
}

body.sberdocs-theme>.w-100.center.f6 .ph3 {
	padding-left: 0;
	padding-right: 0;
}

body.sberdocs-theme>.w-100.center.f6 p {
	border-top: 1px solid var(--sberdocs-border);
	margin: 0;
	padding-top: 1rem;
}

@media screen and (max-width: 49.99em) {
	body.sberdocs-theme footer .grid-footer>.center {
		grid-template-columns: 1fr;
	}
}

body.sberdocs-theme .docs-content nav>ul.navigation {
	background: transparent;
	display: grid;
	gap: 0.75rem;
	grid-template-columns: repeat(auto-fit, minmax(13rem, 1fr));
	margin: 1.5rem 0;
	padding: 0;
}

body.sberdocs-theme .docs-content nav>ul.navigation>li {
	background: #ffffff;
	border: 1px solid var(--sberdocs-border);
	border-radius: 0.75rem;
	box-sizing: border-box;
	padding: 0;
	width: auto;
}

body.sberdocs-theme .docs-content nav>ul.navigation a {
	background: transparent;
	border: 0;
	box-sizing: border-box;
	color: var(--sberdocs-text);
	display: block;
	margin: 0;
	padding: 0.85rem 1rem;
	text-decoration: none;
	width: 100%;
}

body.sberdocs-theme .docs-content nav>ul.navigation a:hover,
body.sberdocs-theme .docs-content nav>ul.navigation a:focus {
	background: var(--sberdocs-accent-soft);
	border-radius: 0.75rem;
	color: var(--sberdocs-accent);
	outline: none;
}

body.sberdocs-theme .docs-content nav>ul.navigation .arrow-after-transition:after {
	right: 0.85rem;
	top: 50%;
	transform: translateY(-50%);
}

body.sberdocs-theme .account {
	background: transparent !important;
	color: var(--sberdocs-text);
}

body.sberdocs-theme>.account.fixed {
	height: 2.5rem;
	left: auto;
	padding: 0;
	pointer-events: none;
	right: 1rem;
	top: 1rem;
	width: 2.5rem;
	z-index: 20;
}

body.sberdocs-theme>.account.fixed>.account.fixed {
	background: transparent !important;
	height: 2.5rem;
	left: auto;
	pointer-events: auto;
	position: static;
	width: 2.5rem;
}

body.sberdocs-theme>.account.fixed a {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--sberdocs-border);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
	color: var(--sberdocs-text);
	display: inline-flex;
	height: 2.5rem;
	justify-content: center;
	text-decoration: none;
	width: 2.5rem;
}

body.sberdocs-theme>.account.fixed a>.account.fixed {
	background: transparent !important;
	height: auto;
	left: auto;
	position: static;
	top: auto;
	width: auto;
}

body.sberdocs-theme>.account.fixed .icon {
	margin: 0;
}

body.sberdocs-theme .auth-floating {
	align-items: center;
	background: #ffffff;
	border: 1px solid var(--sberdocs-border);
	border-radius: 999px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
	color: var(--sberdocs-text);
	display: inline-flex;
	font-size: 0.875rem;
	font-weight: 650;
	height: 44px;
	justify-content: center;
	width: 44px;
	padding: 0 0.85rem;
	position: fixed;
	right: 1rem;
	text-decoration: none;
	top: 1rem;
	z-index: 20;
}

body.sberdocs-theme .auth-floating:hover,
body.sberdocs-theme .auth-floating:focus {
	background: var(--sberdocs-accent-soft);
	color: var(--sberdocs-accent);
	outline: none;
}

body.sberdocs-theme .auth-floating .icon {
	margin: 0;
}

@media screen and (min-width: 64em) {
	body.sberdocs-theme .docs-layout {
		display: grid;
		grid-column-gap: 2rem;
		grid-template-areas:
			"gridHeader gridMain"
			"gridSidebar gridMain"
			". gridMain";
		grid-template-columns: minmax(15rem, 18rem) minmax(0, 52rem);
		grid-template-rows: auto auto 1fr;
		padding: 1.25rem 1.5rem 3rem;
	}

	body.sberdocs-theme .grid-header {
		grid-area: gridHeader;
	}

	body.sberdocs-theme .grid-main {
		grid-area: gridMain;
	}

	body.sberdocs-theme .grid-sidebar {
		grid-area: gridSidebar;
	}

	body.sberdocs-theme .grid-toc {
		grid-area: gridToc;
	}

	body.sberdocs-theme .docs-brand {
		align-self: start;
		background: var(--sberdocs-bg);
		position: sticky;
		top: 0;
		z-index: 2;
	}

	body.sberdocs-theme .docs-sidebar {
		align-self: start;
		max-height: calc(100vh - 6.5rem);
		overflow: auto;
		position: sticky;
		top: 5.5rem;
	}

	body.sberdocs-theme .docs-content {
		margin-top: 0;
		padding: 2.4rem 3rem;
	}

	body.sberdocs-theme .burgerbutton {
		display: none;
	}

	body.sberdocs-theme .menu,
	body.sberdocs-theme #burger:checked~.menu {
		background: transparent;
		border: 0;
		border-radius: 0;
		max-height: none;
		overflow: visible;
		padding: 0;
	}
}

@media screen and (min-width: 78em) {
	body.sberdocs-theme .docs-layout {
		grid-template-areas:
			"gridHeader gridMain gridToc"
			"gridSidebar gridMain gridToc"
			". gridMain gridToc";
		grid-template-columns: minmax(15rem, 18rem) minmax(0, 52rem) minmax(12rem, 16rem);
		max-width: 92rem;
	}

	body.sberdocs-theme .grid-toc {
		display: block;
	}

	body.sberdocs-theme .page-toc {
		position: sticky;
		top: 1.5rem;
	}
}

@media screen and (max-width: 40em) {
	body.sberdocs-theme .docs-layout {
		padding: 0 0.75rem;
	}

	body.sberdocs-theme .docs-content {
		border-radius: 1rem;
		padding: 1rem;
	}

	body.sberdocs-theme .docs-article header h1,
	body.sberdocs-theme article h1 {
		font-size: 1.85rem;
	}

	body.sberdocs-theme article h2 {
		font-size: 1.35rem;
	}
}

@media screen and (min-width: 50em) {
	body.sberdocs-theme .docs-sidebar .burgerbutton {
		display: none;
	}

	body.sberdocs-theme .docs-sidebar .menu,
	body.sberdocs-theme .docs-sidebar #burger:checked~.menu {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
		color: var(--sberdocs-text);
		max-height: none;
		overflow: visible;
		padding: 0;
		position: static;
		transform: none;
		width: auto;
	}

	body.sberdocs-theme .docs-sidebar .contentnav {
		position: relative;
		right: auto;
		top: auto;
		width: 100%;
	}
}

@media screen and (max-width: 49.99em) {
	body.sberdocs-theme .logo a {
		margin-top: 6px;
		margin-left: 40px;
	}

	body.sberdocs-theme .docs-sidebar {
		padding: 0;
	}

	body.sberdocs-theme .docs-sidebar .contentnav {
		position: static;
		width: auto;
	}

	body.sberdocs-theme .docs-sidebar .burgerbutton {
		align-items: center;
		background: var(--sberdocs-surface);
		border: 1px solid var(--sberdocs-border);
		border-radius: 999px;
		box-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.16);
		color: var(--sberdocs-text);
		display: inline-flex;
		font-size: 1.35rem;
		height: 2.75rem;
		justify-content: center;
		margin: 0;
		padding: 0;
		position: fixed;
		left: 1rem;
		right: auto;
		text-align: center;
		top: 1rem;
		width: 2.75rem;
		z-index: 45;
	}

	body.sberdocs-theme .docs-sidebar #burger:checked~.burgerbutton {
		background: var(--sberdocs-accent);
		color: #ffffff;
	}

	body.sberdocs-theme .docs-sidebar .menu {
		background: var(--sberdocs-surface);
		border: 0;
		border-radius: 0 1.15rem 1.15rem 0;
		box-shadow: 1rem 0 2.5rem rgba(15, 23, 42, 0.18);
		box-sizing: border-box;
		color: var(--sberdocs-text);
		height: 100vh;
		left: 0;
		margin: 0;
		max-height: none;
		overflow: auto;
		padding: 1rem 0.75rem 2rem;
		position: fixed;
		top: 0;
		transform: translateX(-105%);
		transition: visibility 0s;
		visibility: hidden;
		width: min(22rem, 86vw);
		z-index: 44;
	}

	body.sberdocs-theme .docs-sidebar .contentnav.is-mobile-nav-animated .menu {
		transition: transform 0.2s ease, visibility 0s linear 0.2s;
	}

	body.sberdocs-theme .docs-sidebar #burger:checked~.menu {
		background: var(--sberdocs-surface);
		max-height: none;
		overflow: auto;
		padding: 1rem 0.75rem 2rem;
		transform: translateX(0);
		visibility: visible;
	}

	body.sberdocs-theme .docs-sidebar .contentnav.is-mobile-nav-animated #burger:checked~.menu {
		transition: transform 0.2s ease, visibility 0s;
	}
}

@media print {

	#contentnav,
	nav,
	#bottompager,
	.widgetcontainer,
	.funcicons,
	.account,
	footer {
		display: none;
	}

	.grid-main {
		margin-top: -10px !important;
		padding-top: 0px !important;
	}

	.logo-image {
		max-width: 150px;
	}

	main {
		padding-bottom: 0 !important;
	}

	aside {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	main,
	footer {
		border: 0px !important;
	}

	footer .ph3 {
		padding-top: 0;
		padding-bottom: 0;
	}

	body,
	.landingpagecontrast,
	.account,
	main,
	footer,
	.landingpageintro,
	.landingpageinfo,
	.landingpageteaser,
	.landingpagenavi,
	.landingpagenews,
	button.expander,
	.notice4 {
		background: #fff !important;
		color: black !important;
	}

	article {
		font-size: .8em;
	}

	article a[href] {
		color: black;
		text-decoration: underline;
	}

	article a[href]:after {
		content: " (" attr(href) ")";
	}

	nav .mw6 {
		width: 100%;
	}

	a.tm-heading-anchor {
		display: none;
	}
}
