

/* Start:/local/templates/main/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17836729989703*/
.article {

}

.article .section__body {
    display: flex;
    gap: 15px;
	flex-wrap: wrap;
}

.article__left {
    width: calc(67% - 7.5px);
    background: var(--gray-silver);
    border-radius: 40px;
    padding: 40px 116px;
}

.article__right {
    width: calc(33% - 7.5px);
	display: flex;
	gap: 15px;
	flex-direction: column;
	position: relative;
}

.article h1.section__title {
    text-align: left;
    padding-top: 0;
    margin-bottom: 20px;
    font-weight: 200;
    font-size: 32px;
    line-height: 36px;
}

.article__info {
    margin-bottom: 15px;
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
    align-items: flex-start;
}

.article__info-item {
    padding: 8px 12px;
    border-radius: 16px;
    display: flex;
    gap: 3.5px;
    align-items: center;
    white-space: nowrap;
    background: var(--color-white);
    font-size: 16px;
    line-height: 20px;
}

.article__info-item.article__info-date:not(:first-child)
{
	margin-top: 10px;
}

.article__info-later .btn {
    padding: 7px 16px;
    font-size: 16px;
    line-height: 20px;
}

.article__img {
    padding: 20px 40px;
    border-radius: 20px;
    display: flex;
    gap: 10px;
    flex-direction: column;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 50px;
}

.article__img img {
    max-width: 100%;
    height: auto;
}

.article__left {
	position: relative;
}

.article__body p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    padding-bottom: 20px;
}

.article__body a {
	color: var(--accent-red);
	text-decoration: underline;
}

.article__body a:hover {
	text-decoration: none;
}

.article__body h2 {
    padding: 30px 0;
}

.article__body ul,
.article ol {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.02em;
    gap: 10px;
    margin-top: -10px;
    padding-bottom: 30px;
}

.article ol {
    counter-reset: section;
}

.article__body ul li,
.article ol li {
    position: relative;
	padding-left: 27px;
}

.article ol>li {
    counter-increment: section;
}

.article ol>li ul {
	padding-top: 10px;
	margin-left: 10px;
	display: flex;
	gap: 5px;
	flex-direction: column;
}

.article ol>li ul li {
	list-style-type: lower-alpha;
	padding-left: 0;
}

.article ol>li ul li:before {
	display: none;
}

.article__body ul li:before {
    width: 6px;
    height: 6px;
    background: var(--color-black);
    border-radius: 50%;
    content: '';
    position: absolute;
	top: 10px;
    left: 10px;
}


.article ol li:before {
    content: counters(section, ".") ". ";
    position: absolute;
    position: absolute;
    top: 0;
	left: 6px;
}

.article__body .article__img p {
    margin: 0;
    padding: 0;
}

.article__block {
	padding: 20px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	background: var(--gray-silver);
	gap: 15px;
}

.article__block.absolute-block {
	display: block;
	gap: 0;
}

.article__block a {
	color: var(--accent-red);
	text-decoration: underline;
}

.article__block a:hover {
	text-decoration: none;
}

.sidebar-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
}

.sidebar-text {
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
}

.sidebar-text.big-text {
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: -0.02em;
	margin-bottom: 50px;
}

.share {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	margin-top: auto;
}

.article__bottom {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: auto;
}

.article__link-big {
	font-weight: 200;
	font-size: 32px;
	line-height: 36px;
}

.articles__headtitle ol {
	font-size: 16px;
	line-height: 20px;
	margin-top: 0;
    margin-left: -5px;
	padding-bottom: 0;
}	

.articles__headtitle a {
	color: var(--color-black);
	text-decoration: none;
}

.articles__headtitle a:hover {
	color: var(--accent-red);
	text-decoration: underline;
}

@media(max-width: 991px) {
	.article__left {
		width: 100%;
		padding: 20px;
	}
	
	.article__right {
		width: 100%;
	}
	
	.article__right .article__top {
		display: none;
	}
	
	.article__bottom {
		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.article__block {
		width: calc(1/2*100% - (1 - 1/2)*15px);
	}
	
	.article__block.absolute-block {
		display: none;
	}
}

@media(max-width: 576px) {
	.article h1.section__title {
		font-size: 28px;
		line-height: 32px;
	}
	
	.article__body p {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	.article__body ul,
	.article__body ol {
		font-size: 16px;
		line-height: 24px;
	}
	
	.article__body h2 {
		padding: 20px 0;
	}
	
	.article__block {
		width: 100%;
	}
}

.absolute-block {
	position: absolute;
}

.style-msg, .style-msg2 {
	background: #FFCCCC;
	color: #740D0A;
    display: block;
    border-left: 4px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
	color: #740D0A;
}

.style-msg .sb-msg, .style-msg2 .msgtitle, .style-msg2 .sb-msg {
    display: block;
    padding: 15px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 18px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.6);
}

.style-msg p:last-child {
	padding-bottom: 0;
}

.article table {
	border-collapse: collapse;
	width: 100%;
	border: 0;
	border: 0;
	margin-bottom: 20px;
}

.article table td {
	padding: 10px;
	border: 1px solid var(--color-white);
}

.article table tbody tr:nth-child(odd) td {
	background: var(--color-white);
}

.article table tbody tr:nth-child(even) td {
	background: var(--gray-silver);
}

.article table thead td {
	background: var(--gray-hover);
	padding: 15px 10px;
}

.article .table {
	width: 100%;
	overflow-x: auto;
}

@media (min-width: 1024px) and (pointer: fine) {
	.article .table.is-drag-scroll {
		cursor: grab;
		user-select: none;
	}

	.article .table.is-drag-scroll.is-dragging {
		cursor: grabbing;
	}
}

.article .article-nav li {
	margin-bottom: 0;
}

.article h3 {
	scroll-margin-top: 125px;
}

.mb-10 {
	margin-bottom: 10px;
}

ul.ls-disc li {
	list-style: disc;
	margin-left: 18px;
}

.article__body a {
	overflow-wrap: break-word;
}

.articles__dates {
    display: flex;
    gap: 60px;
    margin-bottom: 50px;
    background: var(--color-white);
    padding: 8px 12px;
    width: fit-content;
    border-radius: 16px;
}

.articles__dates-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
}

.articles__dates-item:first-child {
    position: relative;
}

.articles__dates-item:first-child:before {
    position: absolute;
    right: -30px;
    top: 8px;
    bottom: 8px;
    width: 1px;
    background: var(--gray-silver);
    content: '';
}

.articles__dates-item .title {
    font-size: 12px;
    color: #918b8b;
}

.date-update,
.date-create {
	position: relative;
	padding-left: 40px;
}

.date-update:after,
.date-create:after {
	width: 25px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	content: '';
}

.date-update:after {
	background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_142_171)'%3e%3cpath d='M6.36707 6.95992C8.65427 4.96291 11.564 3.82032 14.5989 3.72745C17.6339 3.63473 20.6074 4.59801 23.0123 6.45155C24.9596 7.95249 26.4369 9.96277 27.2912 12.2439L29.8626 10.662C30.0587 10.5413 30.3002 10.7271 30.2331 10.9473L27.8117 18.8659C27.7555 19.0499 27.5215 19.1039 27.3902 18.9632L21.7426 12.9075C21.5858 12.739 21.7214 12.4662 21.9506 12.4887L25.9252 12.878C25.1751 10.813 23.8521 8.99207 22.0968 7.6391C19.9668 5.99745 17.3326 5.14519 14.6445 5.22732C11.9566 5.30963 9.37937 6.32149 7.35364 8.0902C5.3281 9.85902 3.97811 12.2761 3.53424 14.9284C3.0905 17.5807 3.58073 20.3055 4.92013 22.6374C6.25966 24.969 8.36627 26.7649 10.8808 27.7178C13.3957 28.6706 16.1643 28.7218 18.7128 27.863C21.2614 27.004 23.4327 25.2873 24.8579 23.0066C25.0773 22.6555 25.541 22.5487 25.8922 22.7678C26.2435 22.9873 26.3505 23.4509 26.131 23.8021C24.5219 26.3772 22.0687 28.3142 19.1912 29.284C16.3139 30.2535 13.189 30.196 10.3496 29.1203C7.51036 28.0444 5.13154 26.0166 3.61913 23.3838C2.10695 20.751 1.55378 17.6751 2.05484 14.6806C2.556 11.686 4.08002 8.95699 6.36707 6.95992Z' fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_142_171'%3e%3crect width='33' height='33' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
}

.date-create:after {
	background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M22.25 3.10059C22.6642 3.10059 23 3.43637 23 3.85059V5.89941H25.75C27.5449 5.89941 28.9999 7.35454 29 9.14941V26.6494L28.9961 26.8164C28.9092 28.5337 27.4889 29.8994 25.75 29.8994H7.25L7.08301 29.8955C5.42099 29.8114 4.08802 28.4784 4.00391 26.8164L4 26.6494V9.14941C4.00006 7.41055 5.36572 5.99023 7.08301 5.90332L7.25 5.89941H10V3.85059C10 3.43637 10.3358 3.10059 10.75 3.10059C11.1642 3.10059 11.5 3.43637 11.5 3.85059V5.89941H21.5V3.85059C21.5 3.43637 21.8358 3.10059 22.25 3.10059ZM5.5 26.6494C5.5 27.6159 6.2835 28.3994 7.25 28.3994H25.75C26.7165 28.3994 27.5 27.6159 27.5 26.6494V13.8369H5.5V26.6494ZM7.25 7.39941C6.28354 7.39941 5.50007 8.18297 5.5 9.14941V12.3369H27.5V9.14941C27.4999 8.18297 26.7165 7.39941 25.75 7.39941H23V8.88477C22.9998 9.29883 22.6641 9.63477 22.25 9.63477C21.8359 9.63477 21.5002 9.29883 21.5 8.88477V7.39941H11.5V8.88477C11.4998 9.29883 11.1641 9.63477 10.75 9.63477C10.3359 9.63477 10.0002 9.29883 10 8.88477V7.39941H7.25Z' fill='black'/%3e%3c/svg%3e ");
}
/* End */
/* /local/templates/main/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17836729989703 */
