

/* Start:/bitrix/templates/renda/components/bitrix/news/push/bitrix/news.detail/.default/style.css?16148445222072*/
h1{
	text-align: left;
}
.news_detail p{
	font-size: 16px;
	color: rgb(33, 33, 33);
	line-height: 1.2;
}
.news_detail h2{
	font-size: 28px;
	color: rgb(33, 33, 33);
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
}
.news_detail .img{
	display: block;
	position: relative;
	width: 100%;
	height: 500px;
	background-position: center;
	background-size: cover;
}
.news_detail .info_block{
	display: block;
	position: relative;
	width: 100%;
	min-height: 500px;
	background-color: #fafafa;
	font-size: 20px;
	color: rgb(33, 33, 33);
	font-weight: bold;
	line-height: 1.2;
}
.news_detail .info_block b{
	color: #e3231f;
}
.news_detail .info_block .center_block{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 500px;
}
.news_detail .info_block .center_block .content_body{
	padding: 70px 50px;
}
.news_detail .info_block:before,.news_detail .info_block:after{
	content: '';
	display: block;
	position: absolute;
	width: 85px;
	height: 3px;
	background-color: #e3231f;
	left: 50%;
	transform: translateX(-50%);
}
.news_detail .info_block:before{
	top: 60px;
}
.news_detail .info_block:after{
	bottom: 60px;
}
.news_detail li {
	list-style-type: none; /* Убираем маркеры */
}
.news_detail li:before {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	border: 1px solid #e3231f;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 10px 2px 15px;
}
.news_detail ul {
	margin-left: 0; /* Отступ слева в браузере IE и Opera */
	padding-left: 0; /* Отступ слева в браузере Firefox, Safari, Chrome */
}
.go_back{
	display: inline-block;
	position: relative;
	background-color: rgb(250, 250, 250);
	box-shadow: 0 5px 4.75px 0.25px rgba(63, 63, 63, 0.08);
	padding: 13px 28px;
	font-size: 14px;
	color: rgb(0, 0, 0);
	text-decoration: underline;
	line-height: 1.2;
	margin-top: 25px;
	margin-bottom: 25px;
	cursor: pointer;
	transition: 0.3s;
}
.go_back:hover{
	background-color: rgb(241, 241, 241);
}
@media (max-width: 530px) {
	.news_detail .img{
		height: 300px;
	}
}
/* End */
/* /bitrix/templates/renda/components/bitrix/news/push/bitrix/news.detail/.default/style.css?16148445222072 */
