

/* Start:/local/templates/nle/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?177367191316133*/
@media (min-width: 992px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newsdetail .bx-newsdetail-container:nth-child(2n+1) {
		clear: both;
	}
}
.news_detail_flat img {
	border: 0;
	max-width: 100%;
}
.news_detail_flat h2 {
	font-size: 28px;
	font-weight: 600;
}
.news_detail_flat h3 {
	font-size: 20px;
	font-weight: 600;
}
/* POST FORMATS */
.bx-newsdetail-img,
.bx-newsdetail-audio,
.bx-newsdetail-youtube,
.bx-newsdetail-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newsdetail-slider img,
.bx-newsdetail-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-newsdetail-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/local/templates/nle/components/bitrix/news/blog/bitrix/news.detail/.default/images/bx-video.png") no-repeat center;
}
.bx-newsdetail-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newsdetail-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newsdetail-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newsdetail-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newsdetail-slider-arrow-container-left,
.bx-newsdetail-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newsdetail-slider-arrow-container-left {
	left: 0;
}
.bx-newsdetail-slider-arrow-container-right {
	right: 0;
}
.bx-newsdetail-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newsdetail-slider-arrow-container-left:hover .bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-arrow-container-right:hover .bx-newsdetail-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newsdetail-slider-arrow-container-left .bx-newsdetail-slider-arrow {
	left: 20px;
}
.bx-newsdetail-slider-arrow-container-right .bx-newsdetail-slider-arrow {
	right: 20px;
}
.bx-newsdetail-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newsdetail-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newsdetail-slider-control li:hover,
.bx-newsdetail-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
.bx-newsdetail-slider-arrow,
.bx-newsdetail-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
/* /// */
.bx-newsdetail-title,
.bx-newsdetail-title a {
	color: #000;
	margin: 0;
	font-weight: 600;
	padding: 2px 0 15px;
	font-size: 18px;
	border-bottom: none;
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.bx-newsdetail-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newsdetail-title {
	font-size: 24pt;
}
.bx-md .bx-newsdetail-title {
	font-size: 20pt;
}
.bx-xs .bx-newsdetail-title {
	font-size: 18pt;
}
.bx-newsdetail-separator,
.bx-newsdetail-view,
.bx-newsdetail-date,
.bx-newsdetail-comments,
.bx-newsdetail-author,
.bx-newsdetail-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newsdetail-rating,
.bx-newsdetail-separator,
.bx-newsdetail-date{
	display: inline-block;
}
.bx-newsdetail-separator {
	margin: 0 10px;
}
.bx-newsdetail-view i.fa,
.bx-newsdetail-date i.fa,
.bx-newsdetail-comments i.fa,
.bx-newsdetail-author i.fa,
.bx-newsdetail-tags i.fa,
.bx-newsdetail-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newsdetail-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newsdetail-content {
	font-size: 14px;
	margin-bottom: 5px;
}
.news_detail_flat .text{
	overflow: hidden;
}
.news_detail_flat .text a{
	color: var(--color-red-dark);
	text-decoration: underline;
}
.news_detail_flat .text a:hover{
	color: var(--color-red);
}

.news_detail_flat .text .DETAIL_PICTURE{
	float: right;
	margin: 0 0 20px 20px;
}
.blogline_info{
	display: flex;
	gap: 20px;
	margin: 0;
	align-items: center;
	justify-content: space-between;
	color: var(--color-gray-dark);
	font-size: 14px;
	font-weight: 500;
	line-height: 1;
}
.blogline_info_right{
	display: flex;
	gap: 20px;
	margin: 10px 0;
	align-items: center;
	justify-content: flex-end;
	color: var(--color-gray-dark);
	font-size: 14px;
	line-height: 1;
}
.blogline_views{
	display: flex;
	align-items: center;
}
.blogline_reading_time{
	display: flex;
	align-items: center;
}

.blogline_views:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: center/20px no-repeat;
	background-image: url('data:image/svg+xml,<svg width="15" height="12" viewBox="0 0 15 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 0C9.59025 0 11.4472 0.94275 12.7695 2.10975C13.4332 2.6955 13.98 3.35325 14.3655 4.008C14.7442 4.65075 15 5.3475 15 6C15 6.6525 14.745 7.34925 14.3655 7.992C13.98 8.64675 13.4332 9.3045 12.7695 9.89025C11.4472 11.0573 9.5895 12 7.5 12C5.40975 12 3.55275 11.0573 2.2305 9.89025C1.56675 9.3045 1.02 8.64675 0.6345 7.992C0.255 7.34925 0 6.6525 0 6C0 5.3475 0.255 4.65075 0.6345 4.008C1.02 3.35325 1.56675 2.6955 2.2305 2.10975C3.55275 0.94275 5.4105 0 7.5 0ZM7.5 1.5C5.862 1.5 4.344 2.24475 3.2235 3.234C2.6655 3.726 2.2245 4.26375 1.92675 4.76925C1.62225 5.28675 1.5 5.715 1.5 6C1.5 6.285 1.62225 6.71325 1.92675 7.23075C2.2245 7.73625 2.6655 8.27325 3.2235 8.766C4.344 9.75525 5.862 10.5 7.5 10.5C9.138 10.5 10.656 9.75525 11.7765 8.766C12.3345 8.27325 12.7755 7.73625 13.0732 7.23075C13.3777 6.71325 13.5 6.285 13.5 6C13.5 5.715 13.3777 5.28675 13.0732 4.76925C12.7755 4.26375 12.3345 3.72675 11.7765 3.234C10.656 2.24475 9.138 1.5 7.5 1.5ZM7.5 3.75C7.566 3.75 7.63125 3.75275 7.69575 3.75825C7.53291 4.04389 7.46844 4.37512 7.51225 4.70098C7.55606 5.02685 7.70572 5.32929 7.93822 5.56178C8.17071 5.79428 8.47315 5.94394 8.79902 5.98775C9.12488 6.03156 9.45611 5.96709 9.74175 5.80425C9.78119 6.25588 9.68328 6.70888 9.46086 7.10392C9.23844 7.49895 8.90187 7.81757 8.49526 8.01805C8.08865 8.21852 7.63096 8.29149 7.18217 8.2274C6.73338 8.1633 6.31441 7.96513 5.98018 7.65885C5.64594 7.35257 5.41202 6.95247 5.30907 6.51096C5.20611 6.06946 5.23893 5.60716 5.40322 5.18463C5.56751 4.7621 5.8556 4.39905 6.22975 4.14305C6.6039 3.88706 7.04665 3.75006 7.5 3.75Z" fill="%23777777"/></svg>');
	margin: 0px 5px 0px 0;
}
.blogline_reading_time:before{
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	background: center/18px no-repeat;
	background-image: url('data:image/svg+xml,<svg width="15" height="15" viewBox="0 0 15 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.5 0C11.6423 0 15 3.35775 15 7.5C15 11.6423 11.6423 15 7.5 15C3.35775 15 0 11.6423 0 7.5C0 3.35775 3.35775 0 7.5 0ZM7.5 1.5C5.9087 1.5 4.38258 2.13214 3.25736 3.25736C2.13214 4.38258 1.5 5.9087 1.5 7.5C1.5 9.0913 2.13214 10.6174 3.25736 11.7426C4.38258 12.8679 5.9087 13.5 7.5 13.5C9.0913 13.5 10.6174 12.8679 11.7426 11.7426C12.8679 10.6174 13.5 9.0913 13.5 7.5C13.5 5.9087 12.8679 4.38258 11.7426 3.25736C10.6174 2.13214 9.0913 1.5 7.5 1.5ZM7.5 3C7.6837 3.00002 7.861 3.06747 7.99828 3.18954C8.13556 3.31161 8.22326 3.47981 8.24475 3.66225L8.25 3.75V7.1895L10.2802 9.21975C10.4148 9.35472 10.4929 9.53583 10.4987 9.72629C10.5045 9.91675 10.4376 10.1023 10.3116 10.2452C10.1855 10.3881 10.0098 10.4777 9.82014 10.4958C9.63045 10.5139 9.44099 10.4591 9.29025 10.3425L9.21975 10.2802L6.96975 8.03025C6.85318 7.91358 6.77832 7.76175 6.75675 7.59825L6.75 7.5V3.75C6.75 3.55109 6.82902 3.36032 6.96967 3.21967C7.11032 3.07902 7.30109 3 7.5 3Z" fill="%23777777"/></svg>');
	margin: 0px 5px 0px 0;
}

.news_detail_flat__banner{
	margin-bottom: 15px;
	background: #f0f0f0;
}


@media (max-width: 1200px) {
	.news_detail_flat .text .DETAIL_PICTURE{
		float: none;
		margin: 0 auto 20px;
		display: block;
		max-width: 100%;
		height: auto;
	}	
}


.news_slider_block_title{
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px;
	color: var(--color-gray-darker2);
}

.news_slider{

}
.news_slider_block{
	overflow: auto;
	padding: 0 20px;
}
.news_slider_block a{
	color: #000000;
	text-decoration: none;
	display: block;
}
.news_slider_block a:hover{
	color: #f20f2a;
	text-decoration: none;
}
.news_slider_item{
	margin-bottom: 30px;
}
.news_slider_item .picture img{
	display: block;
	width: 100%;
	height: auto;
}
.news_slider_item .date{
	color: #ffffff;
	padding-left: 5px;
	background: #949393;
	line-height: 1.6;
	font-size: 12px;
}
.news_slider_item .title{
	color: #000;
	margin: 8px auto 4px;
	line-height: 1.2;
}
.news_slider_item .anons{
	color: #777;
	line-height: 1.2;
	font-size: 13px;
}

.news_slider_block a:hover .date,
.news_slider_block a:hover .title,
.news_slider_block a:hover .anons
{
	color: #333333;
}
.news_slider_block a:hover .title
{
	text-decoration: underline;
}
.news_slider_block a:hover .date{
	color: #ffffff;
}




.sticky-content{
	padding: 5px;
}
.sticky-content  section {
	padding: 15px;
	margin: 0 !important;
}
.sticky-content.fixed {
	position: fixed;
	z-index: 500;
}
.sticky-content.fixed section {
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	transition: box-shadow 0.5s;
	background: #f8f8fa;
}
.links_neighbours{
	font-size: 14px;
	margin: 60px 0 30px;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.links_neighbours a{
	color: #777777;
}
.links_neighbours a:hover{
	color: #f20f2a;
	text-decoration: underline;
}
.links_neighbours a{
	text-decoration: none !important;
	display: flex;
	align-items: center;
	line-height: 1.1;
}


.links_neighbours a.link_next_news{
	justify-content: flex-end;
	text-align: right;
}



.links_neighbours a .prev_news,
.links_neighbours a .next_news
{
	display: inline-block;
	width: 14px;
	height: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ffffff !important;
	text-decoration: none !important;
	user-select: none;
	border-radius: 50px;
	margin-right: 5px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: -1px;
	font-size: 16px;
	font-weight: bold;
	background: center/contain no-repeat;
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%20%3Cpath%20d%3D%22M7.0625%200.53125L1.0625%206.53125L7.0625%2012.5313%22%20stroke%3D%22%23777777%22%20stroke-width%3D%221.5%22%2F%3E%20%3C%2Fsvg%3E');
	}
.links_neighbours a .next_news
{
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%278%27%20height%3D%2714%27%20viewBox%3D%270%200%208%2014%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M0.53125%200.53125L6.53125%206.53125L0.53125%2012.5313%27%20stroke%3D%27%23777777%27%20stroke-width%3D%271.5%27%2F%3E%3C%2Fsvg%3E');
}

.links_neighbours a .next_news {
	margin-right: 0;
	margin-left: 5px;
}
.links_neighbours a:hover .prev_news{
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M7.0625%200.53125L1.0625%206.53125L7.0625%2012.5313%22%20stroke%3D%22%23FF4246%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E');
}
.links_neighbours a:hover .next_news {
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%228%22%20height%3D%2214%22%20viewBox%3D%220%200%208%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.53125%200.53125L6.53125%206.53125L0.53125%2012.5313%22%20stroke%3D%22%23FF4246%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E');
}

.btn_back_to_list_wrapper{
	margin: 15px 0;
}
.btn_back_to_list{
	color: var(--color-gray-darker2);
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	transition: 0.2s;
	text-decoration: none;
}
.btn_back_to_list:before {
	content: "";
	display: inline-block;
	width: 17px;
	height: 17px;
	margin: 1px 3px -1px 0;
	background: center/contain no-repeat;
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.53457%204L7.91186%205.37877L4.71997%208.54371L18%208.55635L17.998%2010.501L4.75413%2010.4884L7.89234%2013.629L6.50919%2015L1%209.48687L6.53457%204Z%22%20fill%3D%22%23383838%22%2F%3E%3C%2Fsvg%3E');
}
.btn_back_to_list:hover{
	color: var(--color-red);
	text-decoration: none;
}
.btn_back_to_list:hover:before {
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M6.53457%204L7.91186%205.37877L4.71997%208.54371L18%208.55635L17.998%2010.501L4.75413%2010.4884L7.89234%2013.629L6.50919%2015L1%209.48687L6.53457%204Z%22%20fill%3D%22%23FF4246%22%2F%3E%3C%2Fsvg%3E');
}


/* Контейнер меню навигации */
.nd_h2_menu {
	margin: 0;
	padding: 0;
}

.nd_h2_menu__title {
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px;
	color: var(--color-gray-darker2);
}

.nd_h2_menu__list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.nd_h2_menu__item {
	margin: 0 0 8px;
}

.nd_h2_menu__link {
	display: block;
	font-size: 14px;
	line-height: 1.1;
	color: var(--color-blue2);
	text-decoration: none;
	padding: 4px 0;
	transition: color 0.2s ease;
}

.nd_h2_menu__link:hover {
	color: var(--color-blue2);
	text-decoration: underline;
}

/* Активный пункт меню (текущий раздел) */
.nd_h2_menu__link--active {
	color: var(--color-blue2);
	text-decoration: underline;
}

/* Заголовки в контенте — добавляем отступ для якорей */
.nd_h2_anchor {
	scroll-margin-top: 20px; /* Отступ при прокрутке */
}

.news_detail_flat__banner img{
	display: block;
	border-radius: 12px;
}
.news_detail_flat .text img{
	border-radius: 12px;
}

.pc_hide,
.news_detail_flat__banner img.pc_hide
{
	display: none;
}



@media(max-width: 1022px){
	.news_detail_flat .text .DETAIL_PICTURE{
		max-width: 350px;
		height: auto;
	}
	.news_detail_flat .text img{
		max-width: 100%;
		height: auto;
	}
	.news_detail_flat h2 {
		font-size: calc(16px + 1vw);
	}
	.news_detail_flat h3 {
		font-size:  calc(12px + 1vw);
	}

}
@media(max-width: 600px){
	.news_detail_flat__banner img{
		border-radius: 7px;
	}
	.news_detail_flat .text img{
		border-radius: 7px;
	}

	.pc_hide,
	.news_detail_flat__banner img.pc_hide
	{
		display: block;
	}
	.news_detail_flat__banner img.mob_hide
	{
		display: none;
	}


	.mob_hide{
		display: none;
	}
	.news_detail_flat .text .DETAIL_PICTURE{
		max-width: 100%;
		float: none;
		margin: 0 auto 20px;
		display: block;
	}
	.news_detail_flat h2 {
		font-size: 18px;
	}
	.news_detail_flat h3 {
		font-size: 16px;
	}

}
/* End */
/* /local/templates/nle/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?177367191316133 */
