

/* Start:/local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17537150813513*/
body.body_inner{
  background: var(--White);
}

.inner .page_title{
	display: none;
}

.news-detail{
	margin-bottom: 120px;
}

.news_data{
	color: var(--Grey, #7A7E8E);
	/* Text/20_Regular */
	font-family: Inter;
	
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 130% */
	margin-bottom: 58px;
	margin-top: 20px;
}
.content_news_detail h2{
	color: var(--Background, #343743);
	/* H2 */
	font-family: Magistral;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 48px; /* 120% */
}
.news_data{
	color: var(--Grey, #7A7E8E);
	/* Text/20_Regular */
	font-family: Inter;
	
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 130% */
}
.news_img{
	margin-bottom: 40px;
}
.news_detail_text{
	color: var(--Background_2, #424653);
	/* Text/20_Regular */
	font-family: Inter;
	
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 130% */
}
.blocks_margin{
	margin-bottom: 60px;
}
.content_news_detail h3{
	color: var(--Background, #343743);
	/* H3.1 */
	font-family: Magistral;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 125% */
	margin-bottom: 40px;
}
.content_news_detail ol{
	padding:0;
	    list-style-type: none;
			counter-reset: num;
			margin:0 0 0 0;
}
.content_news_detail ol li:not(:last-child){
	margin-bottom: 40px;
}
.news_quote {
	padding:10px 40px;
	border-radius: 24px;
	border-left: 4px solid var(--Yellow, #FDC300);
	color: var(--Background, #343743);
	/* H3.1 */
	font-family: Magistral;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px; /* 125% */
}
.content_news_detail ol li p{
	padding-left: 56px;
	color: var(--Color-Blue, #132030);
	font-family: Magistral;
	
	font-style: normal;
	font-weight: 400;
	line-height: 29px; /* 145% */
	height: 32px;
	/*height:100%;*/
	display: flex;
	align-items: center;
}
.content_news_detail ol > li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-flex;
    align-items: center;
    margin-right: 28px;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--Color-Blue, #132030);
    border: solid 1px #FDC300;
    background: #FFF;
    border-radius: 50%;
    float: left;
    position: absolute;
    left: 15px;
    font-size: 14px;
	}
.content_news_detail ul li:not(:last-child){
	margin-bottom: 24px;
}
.detail_gallery{
	display: flex;
	flex-wrap: wrap;
	gap:30px;
	margin-bottom: 40px;
}
.detail_gallery img{
	max-width: 48%;
}
.news_arrow a{
	color: var(--Background, #343743);
	/* Text/20_Regular */
	font-family: Inter;
	
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 130% */
}
.news_arrow a:hover{
		color: var(--Background, #343743);
	/* Text/20_Regular */
	font-family: Inter;
	
	font-style: normal;
	font-weight: 400;
	line-height: 26px; /* 130% */
	text-decoration: none;
}
.news_arrow_img{
	border-radius: 24px;
	border: 1px solid var(--Background, #343743);
	padding: 0px 12px;
}
.arrow_img_text{
	display: flex;
	gap: 16px;
	align-items: center;
}
@media (max-width:992px) {

	.news-detail{
		margin-bottom: 80px;
	}

	.news_arrow{
		margin-bottom: 20px;
	}
	.detail_gallery img {
		max-width: 72%;
	}
}


@media (max-width:576px) {
	.content_news_detail h2 {
    font-size: 31px;
    line-height: 32px;
	}
	.news_quote {
    padding: 10px 14px;
    font-size: 20px;
    line-height: 25px;
}
	.content_news_detail ol li p {
    padding-left: 40px;
	}
	.blocks_margin {
    margin-bottom: 30px;
}
	.news_detail_text {
		    font-size: 18px;
	}

}

/* End */
/* /local/templates/.default/components/bitrix/news/news/bitrix/news.detail/.default/style.css?17537150813513 */
