

/* Start:/local/templates/unlimtech/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17885055263252*/
.rs-article-detail {
	min-width: 0;
	padding: 30px 34px;
	border: 1px solid #dce3e8;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(35, 52, 67, .06);
}

.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;
	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: #eef2f5;
}

.rs-article-detail__hero img {
	display: block;
	width: 100%;
	height: auto;
	max-height: 620px;
	object-fit: cover;
}

.rs-article-detail__content {
	max-width: 860px;
	color: #2c3943;
	font-size: 17px;
	line-height: 1.75;
}

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

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

.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;
	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;
}

.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: 639px) {
	.rs-article-detail {
		padding: 20px 16px;
	}

	.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__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?17885055263252 */
/* /local/templates/unlimtech/components/bitrix/news/articles/bitrix/news.list/blog_detail_right/style.css?17885053241289 */
