

/* Start:/bitrix/templates/uralradio/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?178455553816123*/
/*
 * Article detail design system.
 *
 * The selectors are intentionally scoped to .poster--article: the site uses
 * .poster in several unrelated components and their layout must stay intact.
 */
.poster--article .poster__image {
	height: clamp(340px, 36vw, 560px);
	margin-bottom: 32px;
	border: 1px solid rgba(212, 214, 227, 0.12);
	background: var(--color-darkpurple-blue);
}

.theme-light .poster--article .poster__image {
	border-color: rgba(12, 16, 20, 0.1);
}

.poster--article .poster__image::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
	pointer-events: none;
}

.poster--article .poster__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.poster--article .article-content {
	--article-text: var(--color-periwinkle-crayola);
	--article-muted: var(--color-silver-grey);
	--article-surface: rgba(212, 214, 227, 0.06);
	--article-surface-strong: var(--color-darkpurple-blue);
	--article-line: rgba(212, 214, 227, 0.16);
	--article-accent: var(--color-orange);

	counter-reset: article-figure;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.56;
	color: var(--article-text);
}

.theme-light .poster--article .article-content {
	--article-text: var(--color-blackish-blue);
	--article-muted: var(--color-pigeon-blue);
	--article-surface: rgba(249, 252, 255, 0.56);
	--article-surface-strong: var(--color-blue-alice);
	--article-line: rgba(12, 16, 20, 0.13);
}

.poster--article .article-content > * {
	max-width: 100%;
}

.poster--article .article-content > *:not(:last-child) {
	margin-bottom: 24px;
}

.poster--article .article-content > p:first-child {
	margin-bottom: 48px;
	font-size: 22px;
	line-height: 1.45;
	letter-spacing: -0.01em;
	color: var(--article-text);
}

.poster--article .article-content p {
	margin-top: 0;
	line-height: inherit;
}

.poster--article .article-content p:empty {
	display: none;
}

.poster--article .article-content h2,
.poster--article .article-content h3,
.poster--article .article-content h4 {
	color: var(--article-text);
	text-wrap: balance;
}

.poster--article .article-content h2 {
	margin-top: 72px;
	margin-bottom: 24px;
	font-size: 40px;
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.03em;
}

.poster--article .article-content h3 {
	margin-top: 48px;
	margin-bottom: 20px;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.14;
	letter-spacing: -0.02em;
}

.poster--article .article-content h4 {
	margin-top: 40px;
	margin-bottom: 16px;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
}

.poster--article .article-content a[name] {
	display: block;
	height: 0;
	margin: 0 !important;
	scroll-margin-top: 180px;
}

.poster--article .article-content a:not([name]) {
	color: inherit;
	text-decoration-color: var(--article-accent);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}

.poster--article .article-content a:not([name]):hover {
	color: var(--article-accent);
}

.poster--article .article-content a:focus-visible {
	outline: 2px solid var(--article-accent);
	outline-offset: 4px;
	border-radius: 4px;
}

.poster--article .article-content strong,
.poster--article .article-content b {
	font-weight: 500;
	color: var(--article-text);
}

/* Contents */
.poster--article .article-content .sp-contents {
	position: relative;
	margin: 0 0 72px !important;
	padding: 30px 32px 24px;
	overflow: hidden;
	border: 1px solid var(--article-line);
	border-radius: 20px;
	background:
		radial-gradient(circle at 100% 0, rgba(255, 119, 77, 0.2), transparent 230px),
		var(--article-surface);
}

.poster--article .article-content .sp-contents::after {
	content: "";
	position: absolute;
	top: -72px;
	right: -72px;
	width: 144px;
	height: 144px;
	border: 1px solid rgba(255, 119, 77, 0.35);
	border-radius: 50%;
	pointer-events: none;
}

.poster--article .article-content .sp-contents_title {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 14px;
	padding: 0 0 22px;
	border-bottom: 1px solid var(--article-line);
	font-size: 28px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: var(--article-text);
}

.poster--article .article-content .sp-contents_title::before {
	content: "";
	flex: 0 0 20px;
	width: 20px;
	height: 4px;
	border-radius: 999px;
	background: var(--article-accent);
	box-shadow: 0 0 20px rgba(255, 119, 77, 0.55);
}

.poster--article .article-content .sp-contents_elements {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	counter-reset: toc-level-one;
}

.poster--article .article-content .sp-contents_elements li {
	position: relative;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	border-top: 1px solid transparent;
}

.poster--article .article-content .sp-contents_elements li + li {
	border-top-color: var(--article-line);
}

.poster--article .article-content .sp-contents_elements .level1 {
	counter-increment: toc-level-one;
}

.poster--article .article-content .sp-contents_elements li::before {
	position: absolute;
	top: 13px;
	left: 12px;
	z-index: 1;
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 1px solid var(--article-line);
	border-radius: 8px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
	color: var(--article-muted);
	background: var(--article-surface-strong);
}

.poster--article .article-content .sp-contents_elements .level1::before {
	content: counter(toc-level-one, decimal-leading-zero);
}

.poster--article .article-content .sp-contents_elements .level2 {
	margin-left: 52px !important;
}

.poster--article .article-content .sp-contents_elements .level2::before {
	content: "";
	top: 22px;
	left: 16px;
	width: 6px;
	height: 6px;
	border: 0;
	border-radius: 50%;
	background: var(--article-accent);
	box-shadow: none;
}

.poster--article .article-content .sp-contents_elements a {
	display: block;
	padding: 14px 12px 14px 54px;
	border-radius: 10px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.3;
	color: var(--article-text);
	text-decoration: none !important;
	transition: color 0.2s, background-color 0.2s, transform 0.2s;
}

.poster--article .article-content .sp-contents_elements .level2 a {
	padding-left: 38px;
	font-size: 15px;
	color: var(--article-muted);
}

.poster--article .article-content .sp-contents_elements a:hover {
	color: var(--article-accent);
	background: rgba(255, 119, 77, 0.08);
	transform: translateX(3px);
}

/* Lists and quotes */
.poster--article .article-content ul:not(.sp-contents_elements),
.poster--article .article-content ol {
	margin: 24px 0 32px;
	padding: 0;
}

.poster--article .article-content ul:not(.sp-contents_elements) > li {
	position: relative;
	margin: 0 !important;
	padding: 0 0 0 32px !important;
	list-style: none !important;
}

.poster--article .article-content ul:not(.sp-contents_elements) > li::before {
	content: "";
	position: absolute;
	top: 0.68em;
	left: 4px;
	width: 8px;
	height: 8px;
	border: 2px solid var(--article-accent);
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(255, 119, 77, 0.1);
}

.poster--article .article-content li + li {
	margin-top: 14px !important;
}

.poster--article .article-content ol {
	counter-reset: article-list;
}

.poster--article .article-content ol > li {
	position: relative;
	margin-left: 0;
	padding-left: 42px;
	list-style: none;
	counter-increment: article-list;
}

.poster--article .article-content ol > li::before {
	content: counter(article-list, decimal-leading-zero);
	position: absolute;
	left: 0;
	top: 0;
	font-size: 13px;
	font-weight: 500;
	color: var(--article-accent);
}

.poster--article .article-content blockquote {
	margin: 40px 0 48px;
	padding: 24px 28px;
	border-left: 4px solid var(--article-accent);
	border-radius: 0 16px 16px 0;
	font-size: 20px;
	line-height: 1.45;
	color: var(--article-text);
	background: var(--article-surface);
}

/* Figures are added by script.js for images emitted by Sprint Editor. */
.poster--article .article-content .article-figure {
	margin: 48px 0 64px !important;
	overflow: hidden;
	border: 1px solid var(--article-line);
	border-radius: 18px;
	background: var(--article-surface-strong);
	counter-increment: article-figure;
}

.poster--article .article-content .article-figure img,
.poster--article .article-content > img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 !important;
	border-radius: 0;
	object-fit: contain;
}

.poster--article .article-content > img {
	margin: 48px 0 64px !important;
	border: 1px solid var(--article-line);
	border-radius: 18px;
}

.poster--article .article-content .article-figure figcaption {
	position: relative;
	padding: 16px 20px 16px 138px;
	border-top: 1px solid var(--article-line);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.35;
	color: var(--article-muted);
}

.poster--article .article-content .article-figure figcaption::before {
	content: "Иллюстрация " counter(article-figure, decimal-leading-zero);
	position: absolute;
	top: 14px;
	left: 20px;
	padding: 4px 8px;
	border-radius: 5px;
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--article-accent);
	background: rgba(255, 119, 77, 0.1);
}

/* Tables are wrapped by script.js to keep wide data usable on mobile. */
.poster--article .article-content .article-table {
	margin: 48px 0 64px !important;
	overflow: hidden;
	border: 1px solid var(--article-line);
	border-radius: 18px;
	background: var(--article-surface);
}

.poster--article .article-content .article-table__scroll {
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scrollbar-width: thin;
	scrollbar-color: var(--article-accent) transparent;
}

.poster--article .article-content .article-table__scroll:focus-visible {
	outline: 2px solid var(--article-accent);
	outline-offset: -2px;
}

.poster--article .article-content table {
	width: 100%;
	margin: 48px 0 64px !important;
	border-spacing: 0;
	border-collapse: separate;
	table-layout: fixed;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: var(--article-text);
}

.poster--article .article-content .article-table table {
	min-width: 720px;
	margin: 0 !important;
}

.poster--article .article-content table caption {
	padding: 18px 22px;
	border-bottom: 1px solid var(--article-line);
	font-size: 12px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-align: left;
	text-transform: uppercase;
	color: var(--article-muted);
	background: var(--article-surface-strong);
}

.poster--article .article-content table th,
.poster--article .article-content table td {
	padding: 17px 18px;
	vertical-align: top;
	text-align: left;
	border-right: 1px solid var(--article-line);
	border-bottom: 1px solid var(--article-line);
}

.poster--article .article-content table th:last-child,
.poster--article .article-content table td:last-child {
	border-right: 0;
}

.poster--article .article-content table tbody tr:last-child td {
	border-bottom: 0;
}

.poster--article .article-content table th {
	font-weight: 500;
	color: var(--article-text);
	background: rgba(255, 119, 77, 0.12);
}

.poster--article .article-content table th:first-child,
.poster--article .article-content table td:first-child {
	width: 28%;
	font-weight: 500;
}

.poster--article .article-content table tbody tr:nth-child(even) {
	background: rgba(212, 214, 227, 0.035);
}

.theme-light .poster--article .article-content table tbody tr:nth-child(even) {
	background: rgba(12, 16, 20, 0.025);
}

.poster--article .article-content table tbody tr {
	transition: background-color 0.2s;
}

.poster--article .article-content table tbody tr:hover {
	background: rgba(255, 119, 77, 0.08);
}

/* Sprint Editor accordion, brought into the same visual language. */
.poster--article .article-content .sp-accordion {
	margin: 32px 0 48px;
	overflow: hidden;
	border: 1px solid var(--article-line);
	border-radius: 18px;
	background: var(--article-surface);
}

.poster--article .article-content .sp-accordion-title {
	position: relative;
	padding: 20px 68px 20px 22px;
	border: 0;
	border-top: 1px solid var(--article-line);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.35;
	color: var(--article-text);
	transition: color 0.2s, background-color 0.2s;
}

.poster--article .article-content .sp-accordion-title:first-child {
	border-top: 0;
}

.poster--article .article-content .sp-accordion-title:hover,
.poster--article .article-content .sp-accordion-title__active {
	color: var(--article-accent);
	background: rgba(255, 119, 77, 0.06);
}

.poster--article .article-content .sp-accordion-title::after {
	content: "+";
	position: absolute;
	top: 50%;
	right: 20px;
	display: grid;
	place-items: center;
	width: 32px;
	height: 32px;
	margin: 0;
	float: none;
	border-radius: 8px;
	font-size: 21px;
	font-weight: 300;
	line-height: 1;
	color: var(--color-white);
	background: var(--article-accent);
	transform: translateY(-50%);
}

.poster--article .article-content .sp-accordion-title__active::after {
	content: "−";
}

.poster--article .article-content .sp-accordion-container {
	padding: 0 22px 22px;
	color: var(--article-muted);
}

.poster--article .article-content .sp-accordion-container > :last-child {
	margin-bottom: 0;
}

@media (max-width: 767.98px) {
	.poster--article .poster__image {
		height: clamp(240px, 72vw, 340px);
		margin-bottom: 24px;
	}

	.poster--article .article-content {
		font-size: 16px;
		line-height: 1.5;
	}

	.poster--article .article-content > p:first-child {
		margin-bottom: 36px;
		font-size: 18px;
		line-height: 1.45;
	}

	.poster--article .article-content h2 {
		margin-top: 52px;
		font-size: 29px;
		line-height: 1.12;
	}

	.poster--article .article-content h3 {
		margin-top: 40px;
		font-size: 23px;
	}

	.poster--article .article-content h4 {
		font-size: 19px;
	}

	.poster--article .article-content .sp-contents {
		margin-bottom: 52px !important;
		padding: 22px 18px 16px;
		border-radius: 14px;
	}

	.poster--article .article-content .sp-contents_title {
		padding-bottom: 18px;
		font-size: 23px;
	}

	.poster--article .article-content .sp-contents_elements a {
		padding: 13px 8px 13px 46px;
		font-size: 15px;
	}

	.poster--article .article-content .sp-contents_elements li::before {
		left: 6px;
		width: 26px;
		height: 26px;
	}

	.poster--article .article-content .sp-contents_elements .level2 {
		margin-left: 20px !important;
	}

	.poster--article .article-content .sp-contents_elements .level2 a {
		padding-left: 30px;
		font-size: 14px;
	}

	.poster--article .article-content .sp-contents_elements .level2::before {
		left: 10px;
	}

	.poster--article .article-content blockquote {
		padding: 20px;
		font-size: 18px;
	}

	.poster--article .article-content .article-figure,
	.poster--article .article-content > img,
	.poster--article .article-content .article-table {
		margin: 36px 0 48px !important;
		border-radius: 13px;
	}

	.poster--article .article-content .article-figure figcaption {
		padding: 14px 16px;
	}

	.poster--article .article-content .article-figure figcaption::before {
		position: static;
		display: block;
		width: max-content;
		margin-bottom: 8px;
	}

	.poster--article .article-content .article-table {
		position: relative;
	}

	.poster--article .article-content .article-table::after {
		content: "Листайте таблицу →";
		display: block;
		padding: 10px 16px;
		border-top: 1px solid var(--article-line);
		font-size: 11px;
		font-weight: 500;
		letter-spacing: 0.06em;
		text-transform: uppercase;
		color: var(--article-muted);
		background: var(--article-surface-strong);
	}

	.poster--article .article-content .sp-accordion-title {
		padding: 18px 60px 18px 18px;
		font-size: 16px;
	}

	.poster--article .article-content .sp-accordion-title::after {
		right: 16px;
	}

	.poster--article .article-content .sp-accordion-container {
		padding: 0 18px 18px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.poster--article .article-content a,
	.poster--article .article-content table tbody tr,
	.poster--article .article-content .sp-accordion-title {
		transition: none;
	}
}

/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17580191083514*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */


/* Start:/bitrix/templates/uralradio/components/bitrix/news.list/similar_items/style.css?1782210118150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /bitrix/templates/uralradio/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?178455553816123 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17580191083514 */
/* /bitrix/templates/uralradio/components/bitrix/news.list/similar_items/style.css?1782210118150 */
