

/* Start:/bitrix/templates/.default/components/bitrix/news/tags/bitrix/news.detail/.default/style.css?17897337351884*/
.tag-page{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	max-width: 1100px;
	margin: 0 auto;
}
.tag-page .text-dim{
	color: #999999;
}
.tag-page hr{
	border-top: 1px solid #dcdfe0;
}
.tag-page__left{
	width: 27%;
	min-width: 27%;
	margin-right: 20px;
	padding: 30px 17px 17px;
	background: #fff;
	border: 0;
	box-shadow: 0px 3px 5px 0 rgba(174,174,174,0.5);
}
.tag-page__right{
	width: 100%;
}
.tag-page-left__block{

}
.tag-page-right__block{
	width: 100%;
	padding: 17px;
	margin-bottom: 20px;
	background: #fff;
	border: 0;
	box-shadow: 0px 3px 5px 0 rgba(174,174,174,0.5);
}

.people-info{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
}
.people-info__photo{
	display: block;
	width: 150px;
	height: 150px;
	border: 0;
	overflow: hidden;
	border-radius: 50%;
	margin-bottom: 25px;
}
.people-info__name{
	font-size: 17px;
}
.people-info__profession{
	color: #999999;
	font-size: 15px;
}

.tag-page__block-title{
	font-size: 17px;
}

.tag-page-left__block-head{
	margin-bottom: 12px;
}

.tag-page-left__block-head .tag-page__block-title{
	font-size: 15px;
}
.tag-page-left__block-content p{

}
.tag-page-left__block-content p + p{
	margin-top: 12px;
}

.tag-page-right__block-head h1,
.tag-page-right__block-head h2{
	padding: 0;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.tag-page-right__block-head h1{
	font-size: 22px;
}

.tag-page-right__block-head h2{
	font-size: 20px;
}

.tag-page-right__block-head + hr{
	margin-top: 10px;
}
.tag-page-right__block-content p{
	font-size: 17px;
}
.tag-page-right__block-content p + p{
	margin-top: 18px;
}

@media screen and (max-width: 991px){
	.tag-page{
		flex-direction: column;
		align-items: center;
	}
	.tag-page__left{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news/tags/bitrix/news.detail/.default/style.css?17897337351884 */
