

/* Start:/local/templates/.default/components/bitrix/news/articles/style.css?17877486823744*/
#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;
}

.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?178783510113069*/
#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;
}

/***********/


.article-check{
	padding-left:66px;
	position:relative;
	min-height:50px;
}

.article-check::before{
	content:'';
	position:absolute;
	width:50px;
	height:50px;
	background:url(/local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/images/galka-white.svg) center center no-repeat var(--marengo);
	transform: none;
  	top: 0px;
	left:0px;
}


article.kontrafakt{
	font-size:20px;
}

article.kontrafakt h1{
	font-size:28px;
}

article.kontrafakt .article-prev-photo img{
	border-radius:10px;
}

.title-marengo-line{
	background:var(--marengo);
	color:#fff;
	display:flex;
	align-items:center;
	padding:10px 10px;
	justify-content: center;
	text-align:center;
	min-height:48px;
	box-sizing:border-box;
	font-size:24px;
	font-weight:500;
	margin:30px auto 15px auto;
}

.title-marengo-line.small{
	max-width:495px;
	box-sizing:border-box;
	padding:16px 70px;
	font-size:20px;
	font-weight:600;
	line-height:1.1;
	border-radius:6px;
	text-align:center;
}



#article .body .primary-h3{
	font-size:24px;
	font-weight:500;
	margin:15px 0px;
	background:none;
}

.kontrafakt-btns{
	display:flex;
	justify-content: center;
	flex-wrap: wrap;
	gap:15px;
}

.kontrafakt-btns .btn{
	min-height: 78px;
	padding:0px 48px;
	font-size:20px;
	font-weight:600;
}

.article-checklist{
	padding:49px 106px 49px 311px;
	font-size:20px;
	font-weight:600;
	line-height:1.1;
	position:relative;
	background: url(/local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/images/checklist-plashka.png) 0px 0px no-repeat;
	background-size: cover;
	color:#4B5564;
	border-radius:6px;
}

.article-checklist::before{
	content: '';
	position: absolute;
	background: url(/local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/images/checklist-icon.png) 0px 0px no-repeat;
	width:232px;
	height:162px;
	left:105px;
	top:50%;
	transform:translateY(-50%);
}

.article-important{
	padding:30px 65px 30px 100px;
	font-weight:600;
	line-height:1.1;
	font-size:20px;
	margin:15px 0px;
	background:#F5F5F5;
	position:relative;
	color:var(--marengo);
	border-radius:6px;
}

.article-important::before{
	content:'';
	position:absolute;
	width:41px;
	height:41px;
	background: url(/local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/images/icon-exclamation.svg) 0px 0px no-repeat;
	left:30px;
	top:50%;
	transform:translateY(-50%);
}

.article-split-media{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:15px;
	margin:15px 0px;
	align-items: flex-start;
}

.article-split-media figure{
	padding:0px;
	margin:0px;
}

.article-split-media figure img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.article-split-media figure.ramka{
	border:1px solid #E8E8E8;
	padding:10px;
}

.article-split-media figure.ramka img{
	object-position: center;
	object-fit: none;
	width:auto;
	height:auto;
}

.article-split-media-body{
	background:#F7F7F7;
	padding:15px;
}

#article .body .article-split-media-body ul{
	margin:0px;
}

#article .body .article-split-media-body ul li{
	padding-left:21px;
}

#article .body .article-split-media-body ul li::before{
	width:13px;
	height:20px;
	background:url(/local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/images/li.svg) 0px 0px no-repeat;
	transform: none;
  	top: 3px;
}


#article .body .article-split-media-caption{
	padding-left:31px;
	position:relative;
}

#article .body .article-split-media-caption::before{
	content:'';
	position:absolute;
	width:13px;
	height:20px;
	background:url(/local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/images/li.svg) 0px 0px no-repeat;
	transform: none;
	left:0px;
  	top: 3px;
}

#article .body .article-split-media-text{
	padding-top:15px;
}

.article-docs-row{
	margin:15px 0px;
}

.article-docs-row.columns-2{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:15px;
}

.article-doc{
	display:flex;
	gap:60px;
	background:#F7F7F7;
	padding:15px;
}

.article-doc.column,
.article-docs-row.columns-2 .article-doc{
	flex-direction:column;
	gap:15px;
}

.article-doc figure{
	flex-shrink:0;
	padding:0px;
	margin:0px;
	width:295px;
	margin-top:auto;
}

.article-doc-caption{
	padding-left:35px;
	margin-bottom:15px;
	position:relative;
	font-weight:500;
}

.article-doc-caption::before{
	content:'';
	position:absolute;
	width:20px;
	height:15px;
	background:url(/local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/images/galka.svg) 0px 0px no-repeat;
	transform: none;
	left:0px;
  	top: 50%;	
	transform:translateY(-50%);
}

.article-doc-caption a{
	text-decoration:none;
	color:var(--text);
}

.article-doc-caption a:hover{
	text-decoration:underline;
	color:var(--blue);
}

.block-contacts{
	background:#F4F4F4;
	padding:25px;
	margin:20px 0px 30px 0px;
}

.block-contacts p{
	color:var(--marengo);
	margin:0px 0px 15px 0px;
}

.block-contacts-header{
	display:flex;
	align-items: center;
	gap:15px;
	margin-bottom:30px;
	justify-content: space-between;
}

.block-contacts-header-socials{
	margin-bottom:15px;
	display:flex;
	justify-content: flex-end;
	gap:15px;
}

.block-contacts-header-site{
	color:var(--red);
	font-size:24px;
	font-weight:bold;
	text-align:right;
}

.block-contacts-row{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:15px;
	margin:20px 0px;
}

.block-contact{
	padding:20px;
	background:#fff;
}

.block-contact-header{
	margin-bottom:15px;
}

.block-contact p{
	margin-bottom:15px;
	color:#272727;
}

.block-contact p:last-of-type{
	margin-bottom:0px;
}

.block-contacts-regions{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:30px;
}

.block-contacts-region-caption{
	text-transform: uppercase;
	font-size: 28px;
	font-weight: bold;
	margin-bottom:20px;
}

.block-contacts-region-list{
	display:grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;	
}

.block-contacts-shop-pic{
	margin-bottom:15px;
	height:215px;
}

.block-contacts-shop-pic img{
	object-fit: cover;
	width:100%;
	height:100%;
}

.block-contacts-shop-caption{
	font-weight:600;
	font-size:24px;
	color:var(--marengo);
}





.article-dl{
	counter-reset: counter;
}

.article-dl dt{
	display:flex;
	align-items:center;
	counter-increment: counter;
	gap:15px;
	margin-bottom:15px;
}

.article-dl dt::before{
	content:'0' counter(counter);
	display:flex;
	align-items: center;
	justify-content: center;
	background-color: #ED1C24;
	color:#fff;
	font-size:20px;
	font-weight:500;
	width:40px;
	height:40px;
}

.article-dl dd{
	margin:0px 0px 20px 0px;
}

article#article{
	counter-reset: h3-counter;
}

.h3-ol-counter{
	counter-increment: h3-counter;
}

.h3-ol-counter::before{
	content: counter(h3-counter) '. ';
}

@media (max-width: 850px){

	.article-checklist{
		padding:20px;
	}

	.article-checklist::before{
		content:none;
	}

	.article-split-media{
		grid-template-columns: 1fr;
	}

	.article-docs-row.columns-2{
		grid-template-columns: 1fr;
	}

	.article-doc{
		flex-direction: column;
		gap:15px;
	}

	article#article .fs-48{
		font-size:24px;
	}

	.block-contacts-row{
		grid-template-columns: 1fr;
	}

	.block-contacts-regions{
		grid-template-columns: 1fr;
	}

	.kontrafakt-btns .btn{
		font-size:16px;
	}
}


@media (max-width: 750px){
	.razn-pics{
		flex-direction:column;
		align-items:center;
	}
}

@media (max-width: 650px){
	
	.article-important{
		padding:20px;
	}

	.article-important::before{
		content:none;
	}

	.block-contacts-header{
		flex-direction: column;
		align-items: center;
	}

	.block-contacts-header-socials{
		justify-content: center;
	}

	.block-contacts-header-site{
		text-align:center;
	}

	.block-contacts-region-list{
		grid-template-columns: 1fr;
	}

	.kontrafakt-btns .btn{
		padding:0px 15px;
	}

	.title-marengo-line,
	.title-marengo-line.small{
		padding:15px 10px;
	}
}




/* End */
/* /local/templates/.default/components/bitrix/news/articles/style.css?17877486823744 */
/* /local/templates/.default/components/bitrix/news/articles/bitrix/news.detail/.default/style.css?178783510113069 */
