

/* Start:/local/templates/unlimtech/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17902462555631*/
.rs-article-detail {
	display: block;
	box-sizing: border-box;
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	white-space: normal;
	overflow-wrap: anywhere;
	letter-spacing: 0;
}

/* The detail template shares a legacy UIkit row with its breadcrumbs. */
.rs-articles-page .rs-articles-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 300px;
	gap: 28px 48px;
	max-width: 1240px;
	margin-right: auto;
	margin-left: auto;
}

.rs-articles-page .rs-articles-layout > * {
	width: auto;
	min-width: 0;
	margin-top: 0;
	padding-left: 0;
}

.rs-articles-page .rs-articles-layout > .uk-width-1-1 {
	grid-column: 1 / -1;
}

.rs-article-main {
	max-width: 860px;
	justify-self: center;
}

.rs-article-aside {
	align-self: start;
}

.rs-article-detail__header {
	margin-bottom: 24px;
}

.rs-article-detail__eyebrow {
	margin-bottom: 8px;
	color: #456f98;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.rs-article-detail h1.uk-heading-bullet {
	margin-bottom: 16px !important;
	overflow-wrap: anywhere;
	white-space: normal;
}

.rs-article-detail__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	color: #71808c;
	font-size: 13px;
}

.rs-article-share {
	display: inline-flex;
	min-height: 36px;
	align-items: center;
	gap: 7px;
	box-sizing: border-box;
	padding: 7px 12px;
	border: 1px solid #cfd9e1;
	border-radius: 4px;
	background: #fff;
	color: #315a7c;
	cursor: pointer;
	font: inherit;
	font-weight: 600;
}

.rs-article-share:hover,
.rs-article-share:focus {
	border-color: #456f98;
	outline: none;
}

.rs-article-share.is-copied {
	border-color: #7da08b;
	color: #37664a;
}

.rs-article-detail__hero {
	margin: 0 0 28px;
	overflow: hidden;
	border-radius: 6px;
	background: transparent;
}

.rs-article-detail__hero img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 520px;
	margin: 0 auto;
	object-fit: contain;
}

.rs-article-detail__content {
	width: 100%;
	min-width: 0;
	max-width: 860px;
	color: #2c3943;
	font-size: 17px;
	line-height: 1.75;
	white-space: normal;
	overflow-wrap: anywhere;
}

.rs-article-detail__content > :first-child {
	margin-top: 0;
}

.rs-article-detail__content p {
	margin: 0 0 1.25em;
	text-align: left !important;
}

.rs-article-detail__content :is(p, li, div)[align="justify"] {
	text-align: left;
}

.rs-article-detail__content a:not(.uk-button) {
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rs-article-detail__content .uk-button {
	box-sizing: border-box;
	max-width: 100%;
	height: auto;
	min-height: 44px;
	padding: 12px 18px;
	line-height: 1.4;
	white-space: normal;
	overflow-wrap: anywhere;
}

.rs-article-detail__content :is(iframe, video) {
	max-width: 100%;
}

.rs-article-detail__content iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 16 / 9;
}

.rs-article-detail__content h2,
.rs-article-detail__content h3 {
	margin-top: 1.7em;
	margin-bottom: .65em;
	font-weight: 600;
	line-height: 1.3;
}

.rs-article-detail__content h2 {
	font-size: 26px;
}

.rs-article-detail__content h3 {
	font-size: 21px;
}

.rs-article-detail__content img {
	max-width: 100%;
	height: auto !important;
	box-sizing: border-box;
	vertical-align: middle;
	border-radius: 4px;
}

.rs-article-detail__content ul,
.rs-article-detail__content ol {
	margin: 0 0 1.4em;
	padding-left: 24px;
}

.rs-article-detail__content li + li {
	margin-top: 7px;
}

.rs-article-detail__content blockquote {
	margin: 24px 0;
	padding: 18px 22px;
	border-left: 3px solid #ff9a6c;
	background: #f5f8fa;
	color: #42515d;
}

.rs-article-detail__content table {
	display: block;
	width: 100%;
	margin: 24px 0;
	overflow-x: auto;
	border-collapse: collapse;
	max-width: 100%;
}

/* Old editorial galleries use tables; keep captions under their own images. */
.rs-article-detail__content table:has(img) {
	display: table;
	table-layout: fixed;
	width: 100% !important;
	border: 0;
}

.rs-article-detail__content table:has(img) :is(col, td, th) {
	width: auto !important;
	min-width: 0;
	max-width: 100%;
}

.rs-article-detail__content table:has(img) :is(td, th) {
	border: 0;
	padding: 8px;
	vertical-align: top;
	line-height: 1.5;
}

.rs-article-detail__content table:has(img) img {
	display: block;
	margin: 0 auto;
}

.rs-article-detail__content th,
.rs-article-detail__content td {
	padding: 11px 13px;
	border: 1px solid #dce3e8;
	text-align: left;
}

.rs-article-detail__content th {
	background: #f3f6f8;
}

.rs-article-detail__footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid #dce3e8;
}

.rs-article-detail__back {
	color: #315a7c;
	font-weight: 600;
}

@media (max-width: 1199px) {
	.rs-articles-page .rs-articles-layout {
		grid-template-columns: minmax(0, 1fr) 270px;
		column-gap: 28px;
	}
}

@media (max-width: 959px) {
	.rs-articles-page .rs-articles-layout {
		grid-template-columns: minmax(0, 1fr);
	}
	.rs-article-main {
		justify-self: stretch;
		max-width: none;
	}
}

@media (max-width: 639px) {
	.rs-article-detail {
		padding: 0;
	}

	.rs-article-detail__header,
	.rs-article-detail__hero {
		margin-bottom: 20px;
	}

	.rs-article-detail__content {
		font-size: 16px;
		line-height: 1.65;
	}

	.rs-article-detail__content h2 {
		font-size: 22px;
	}

	.rs-article-detail__content table:has(img) :is(td, th) {
		padding: 5px;
		font-size: 14px;
	}

	.rs-article-detail__footer {
		align-items: stretch;
		flex-direction: column;
	}

	.rs-article-detail__footer .uk-button {
		width: 100%;
	}
}

/* End */


/* Start:/local/templates/unlimtech/components/bitrix/news/articles/bitrix/news.list/blog_detail_right/style.css?17885053241289*/
.rs-article-aside__inner {
    position: sticky;
    top: 18px;
}

.rs-article-aside__title {
    margin-bottom: 14px;
    color: #1d2730;
    font-size: 20px;
    font-weight: 600;
}

.rs-related-articles {
    display: grid;
    gap: 10px;
}

.rs-related-article {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 72px;
    box-sizing: border-box;
    padding: 8px;
    border: 1px solid #dce3e8;
    border-radius: 6px;
    background: #fff;
    color: #293844 !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.35;
    text-decoration: none !important;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.rs-related-article:hover {
    border-color: #bdcbd6;
    box-shadow: 0 8px 20px rgba(35, 52, 67, .08);
}

.rs-related-article img {
    width: 92px;
    height: 62px;
    border-radius: 4px;
    object-fit: cover;
}

@media (max-width: 959px) {
    .rs-article-aside {
        margin-top: 22px;
    }

    .rs-article-aside__inner {
        position: static;
    }

    .rs-related-articles {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 639px) {
    .rs-related-articles {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* End */
/* /local/templates/unlimtech/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17902462555631 */
/* /local/templates/unlimtech/components/bitrix/news/articles/bitrix/news.list/blog_detail_right/style.css?17885053241289 */
