

/* Start:/local/templates/.default/components/bitrix/news/articles/style.css?17838157723110*/
#articles_nav{
	list-style:none;
	padding:0px;
	margin-bottom:30px;
	display:flex;
	gap:12px;
}

#articles_nav li{}

#articles_nav li span,
#articles_nav li a{
	display:flex;
	height:53px;
	padding:0px 30px;
	background:#F5F5F5;
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: -3%;
	color:var(--marengo);
	text-decoration:none;
	align-items:center;
	justify-content:center;
	border-radius:6px;
}

#articles_nav li a:hover{
	background:var(--marengo);
	color:#fff;
}


#articles_nav li.active span,
#articles_nav li.active a{
	background:var(--marengo);
	color:#fff;
}

#ar_section286,
#ar_section299{
	display:none;
}

.article-header{
	display:flex;
	justify-content:space-between;
	gap:10px;
	align-items:center;
	margin-bottom:30px;
}

.article-header .name{
	color:#4B5564;
	font-size:24px;
	font-weight:500;
}

.article-header .more{}

.article-header .more .btn{
	width:171px;
	font-weight:500;
	
}

.article-list{
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:30px 24px;
	margin:30px 0px;
}

.article-list .article-item{
	
}

.article-list .article-item .pic{
	height:350px;
	position:relative;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	margin-bottom:18px;
}

.article-list .article-item .pic img{
	display:none;
}


.article-list .article-item .date{
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	background:#fff;
	border-radius:6px;
	margin-bottom:10px;
}

.article-list .article-item .pic .date{
	padding:13px 18px;
	position:absolute;
	top:16px;
	left:16px;
	
}

.article-list .article-item .body.text-icon{
	justify-content:space-between;
	font-size:24px;
	font-weight:500;
	line-height:1;
	color:var(--marengo);
	display:flex;
	gap:40px;
	align-items:flex-start;
}

.article-list .article-item .body a{
	color:var(--marengo);
	text-decoration:none;
}

.article-list .article-item .body a:hover{
	color:var(--red);
	text-decoration:none;
}

.article-list .article-item.article-item-big{
	grid-column:1/3;
}

.ajax_article_more{
	margin:30px 0px;
}

.ajax_article_more .btn{
	width:100%;
	height:62px;
	gap:20px;
	font-size:20px;
	background:#F4F4F4;
	color:var(--text);
}

.ajax_article_more .btn .btn-icon svg path{
	fill:#606060;
}

.ajax_article_more .btn:hover{
	background:var(--text);
	color:#fff;
}

.ajax_article_more .btn:hover .btn-icon svg path{
	fill:#fff;
}

@media (max-width: 800px){
	
	#articles_nav{
		display:grid;
		grid-template-columns: 1fr 1fr;
	}
	
	
}

@media (max-width: 650px){
	
	#articles_nav{
		grid-template-columns: 1fr;
	}
	
	
	
	.article-list{
		  grid-template-columns: 1fr;
	}
	
	.article-list .article-item.article-item-big{
		grid-column: 1;
	}
	
	.article-header{
		/*flex-direction:column;*/
	}
	
	.article-header .more{
		display:none;
	}
	
	.article-list .article-item .body.text-icon{
		font-size:20px;
	}
	
	.article-list .article-item .pic{
		height:200px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17838171785516*/
#catalog #articles_menu ul{
	flex-direction:column;
}

.double_pic{
	margin:30px 0px;
	display:flex;
	align-items:center;
	gap:30px;
}

.double_pic img{
	width:100%;
}

.double_pic figure{
	width:auto;
	height:auto;
	border-radius: none;
	border:none;
	margin:0px;
	display:block;
}

.double_pic figure img{
	max-height:none;
}

.double_pic figure figcaption{
	font-size:14px;
	text-align:center;
}

article figure{
	text-align:center;
	margin-bottom:24px;
}

article figure figcaption{
	text-align:center;
	font-style:italic;
	font-size:14px;
}



#oglav_title{
	margin-bottom:10px;
}

#oglav_title span{
	color:#fff;
	background:var(--marengo);
	padding:10px;
	display:inline-block;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
}

ul#oglav{
	list-style:none;
	margin:0px 0px 30px 0px;
	counter-reset: oglav-counter;
	padding: 0px;
}

ul#oglav li{
	padding:0px;
	background-image:none !important;
}

ul#oglav > li:not(:last-of-type){
	margin-bottom:12px;
}

ul#oglav > li > .hlink{
	background-image:none;
	padding:11px 40px;
	position:relative;
	counter-increment: oglav-counter;
	background: radial-gradient(88.64% 162.39% at -17.08% 11.36%, rgba(45, 150, 202, 0.16) 0%, rgba(255, 255, 255, 0) 100%), #EDF9FF;
	border-radius: 5px;
	font-size:18px;
	font-weight:bold;
	line-height:1;
}

ul#oglav > li > .hlink::before{
	content:counter(oglav-counter);
	position:absolute;
	height:100%;
	width:30px;
	background: linear-gradient(273.06deg, #2A313A -5.5%, #4B5564 100.93%), #4B5564;
	border-radius: 5px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
	display:flex;
	align-items:center;
	justify-content:center;
	left:0px;
	top:0px;
}

ul#oglav > li > .hlink > a{
	color:var(--marengo);
	text-decoration:none;
}

ul#oglav > li > .hlink > a:hover{
	color:var(--blue);
}

ul#oglav > li > ul{
	padding-top:16px;
	padding-left:26px;
}

ul#oglav > li > ul > li{
	margin-bottom:12px;
	display:flex;
	align-items:center;
	font-size:16px;
	line-height:1.125;
}

ul#oglav > li > ul > li::before{
	content:'';
	display:block;
	width:12px;
	height:12px;
	border-radius:50%;
	margin-right:16px;
	background:var(--marengo);
}

ul#oglav > li > ul > li > a{
	color:var(--marengo);
	text-decoration:none;
}

ul#oglav > li > ul > li > a:hover{
	color:var(--blue);
	text-decoration:none;
}

.article-prev-photo{}

.article-prev-photo img{
	width:100%;
}

#article{}

#article .body{
	/*font-size:24px;*/
}

#article .body ul{
	list-style:none;
	padding:0px;
}

#article .body ul li{
	position:relative;
	color:var(--marengo);
	padding-left:40px;
	line-height: 1.5;
}

#article .body ul li:not(:last-of-type){
	margin-bottom:15px;
}

#article .body ul li::before{
	content:'';
	width:25px;
	height:25px;
	background:url(/local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/images/shield-check.svg) center center no-repeat;
	background-size:contain;
	position:absolute;
	left:0px;
	top:50%;
	transform:translateY(-50%);
}

#article .body ol{
	list-style:none;
	padding:0px;
	counter-reset: counter;
}

#article .body ol li{
	/*display:flex;
	align-items:center;
	gap:15px;
	*/
	counter-increment: counter;
	line-height: 1.5;
	padding-left:40px;
	position:relative;
}

#article .body ol li:not(:last-of-type){
	margin-bottom:20px;
}

#article .body ol li::before{
	content:counter(counter);
	width:25px;
	height:25px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:18px;
	font-weight:500;
	background:var(--marengo);
	color:#fff;
	position:absolute;
	left:0px;
	top:50%;
	transform:translateY(-50%);
}

#article .body iframe{
	width:100%;
	aspect-ratio: 16 / 9;
}

#article .body blockquote{
	margin:1rem 0px;
	background:url(/local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/images/blockquote.svg) left 26px top 26px no-repeat var(--marengo);
	color:#fff;
	line-height:100%;
	padding:26px 40px 26px 96px;
	border-radius:6px;
}

#article .body q{
	display:block;
	padding:17px 17px 17px 25px;
	margin:1rem 0px;	
	position:relative;
}

#article .body q::before{
	content:'';
	width:10px;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
	background:var(--marengo);
	border-radius:1px;
}

#article .body h3{
	margin:15px 0px;
	background:url(/local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/images/h3.svg) right 0px center no-repeat;
}

#article .body hr{
	margin:15px 0px;
	display:block;
	height:1px;
	background:#D9D9D9;
	border:none;
}

.serbig_block{
	background: radial-gradient(88.64% 162.39% at -17.08% 11.36%, rgba(45, 150, 202, 0.16) 0%, rgba(255, 255, 255, 0) 100%), #EDF9FF;
	border-radius: 10px;
	padding:40px 40px 25px 40px;
	position:relative;
	margin-top:40px;
	margin-bottom:40px;
}

.serbig_block .sbody,
.serbig_block .stitle{
	max-width:490px;
}

.serbig_block .stitle{
	font-size:18px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:bold;
}

.serbig_block .sbody{
	min-height:80px;
	margin-bottom:20px;
}

.serbig_block .spic{
	position:absolute;
	right:0px;
	bottom:0px;
}


.razn-pics{
    display: flex;
    width: 100%;
    overflow: hidden;
	justify-content:center;
	gap: 10px;
}

.razn-pics img{
    height: 300px !important;   /* общая высота */
    width: auto;     /* сохраняем пропорции */
    min-width: 0;
}


@media (max-width: 750px){
	.razn-pics{
		flex-direction:column;
		align-items:center;
	}
}

@media (max-width: 650px){
	
	
}




/* End */
/* /local/templates/.default/components/bitrix/news/articles/style.css?17838157723110 */
/* /local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?17838171785516 */
