

/* Start:/bitrix/templates/digimatix_blog/components/bitrix/news/template1/bitrix/news.detail/.default/style.css?17555937865016*/
.hljs{display:block;overflow-x:auto;padding:.5em;background:#F0F0F0}.hljs,.hljs-subst{color:#444}.hljs-comment{color:#888888}.hljs-keyword,.hljs-attribute,.hljs-selector-tag,.hljs-meta-keyword,.hljs-doctag,.hljs-name{font-weight:bold}.hljs-type,.hljs-string,.hljs-number,.hljs-selector-id,.hljs-selector-class,.hljs-quote,.hljs-template-tag,.hljs-deletion{color:#880000}.hljs-title,.hljs-section{color:#880000;font-weight:bold}.hljs-regexp,.hljs-symbol,.hljs-variable,.hljs-template-variable,.hljs-link,.hljs-selector-attr,.hljs-selector-pseudo{color:#BC6060}.hljs-literal{color:#78A960}.hljs-built_in,.hljs-bullet,.hljs-code,.hljs-addition{color:#397300}.hljs-meta{color:#1f7199}.hljs-meta-string{color:#4d99bf}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:bold}

div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
#content-wrapper{
	background: #F7F9FD !important;
}
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 20px 0;
	list-style: none;
	padding: 0;
}
.breadcrumb li{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.breadcrumb li:last-child span::before {
	content: "";
	display: block;
	width: 1px;
	height: 14px;
	background: #4a4a4a;
	margin: 0 7px;
	-webkit-transform: rotate(20deg);
	transform: rotate(20deg);
}
.breadcrumb li a, .breadcrumb li span{
	color: #4a4a4a;
	font-size: 14px;
	display: flex;
	align-items: center;
}


/* content */

.content {
    background-color: #ffffff;
}
#content{
	max-width: 1110px;
	margin: 0 auto;
}
.content__text {
    max-width: 730px;
    padding: 26px 0 60px 95px;
}
.content__date {
    color: #5101a6;
    font-size: 15px;
    line-height: 48px;
}
.content h1 {
    font-size: 34px;
    line-height: 48px;
    font-weight: 400;
    margin-bottom: 20px;
    max-width: 570px;
}
.content p {
    color: #000;
    line-height: 21px;
    font-weight: 300;
    margin-bottom: 20px;
}
.content p strong {
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    color: #000000;
}
.content h2 {
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 400;
}


@media screen and (max-width: 768px){
	.content__text {
		padding: 20px;
	}
	.content h1 {
		font-size: 25px;
		line-height: normal;
	}
	.content p {
		font-size: 14px;
	}
	.content p strong {
		font-size: 14px;
	}
	.content h2 {
		font-size: 18px;
		line-height: normal;
	}
}


.content__text { line-height: 24px; }
.content__text > img { margin-top: 20px; }
.content__text > p + img,
.content__text > h2 + img { margin-top: 0; }
#content-wrapper {
	position: relative;
}
.back-link {
	display: block;
	opacity: 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	text-transform: uppercase;
	color: #5101a6;
	padding: 8px 8px 8px 40px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' transform='matrix(-1 0 0 -1 24 24)' fill='white' fill-opacity='0.01' /%3E%3Cpath d='M20.4961 20.4998L4.66256 4.66623M3.82921 20.4998V3.83288H20.4961' stroke='%235101A6' stroke-width='2' stroke-linecap='square' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 8px center;
	position: sticky;
	top: 32px;
	left: calc(50% - 695px);
	z-index: 10;
	background-color: #F7F9FD;
	width: fit-content;
	transition: all .3s ease;
}
.back-link.is-load {
	opacity: 1;
}
.back-link ~ .container {
	margin-top: -40px;
}

.back-link:hover {
	background: #5101a6;
	color: #edddfd;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' transform='matrix(-1 0 0 -1 24 24)' fill='white' fill-opacity='0.01' /%3E%3Cpath d='M20.4961 20.4998L4.66256 4.66623M3.82921 20.4998V3.83288H20.4961' stroke='%23EDDDFD' stroke-width='2' stroke-linecap='square' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: left 8px center;
}

@media (max-width: 920px) {
	.back-link ~ .container {
		margin-top: 8px;
	}

	.back-link {
		left: 15px;
		margin-top: -40px;
		background: #5101a6;
		color: #edddfd;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' transform='matrix(-1 0 0 -1 24 24)' fill='white' fill-opacity='0.01' /%3E%3Cpath d='M20.4961 20.4998L4.66256 4.66623M3.82921 20.4998V3.83288H20.4961' stroke='%23EDDDFD' stroke-width='2' stroke-linecap='square' /%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-position: left 8px center;
	}

	.back-link.is-scroll {
		font-size: 0;
		color: transparent;
		padding-right: 0;
	}
}
/* End */
/* /bitrix/templates/digimatix_blog/components/bitrix/news/template1/bitrix/news.detail/.default/style.css?17555937865016 */
