

/* Start:/local/templates/.default/components/bitrix/news.list/about/style.css?17636761211397*/
.b-about {
	padding: 45px;
	box-sizing: border-box;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.b-about .about__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ccc;
}
.b-about .about__item:last-child {
	border-bottom: none;
}
.b-about .about__left {
	padding: 40px 40px 0 40px;
	width: 50%;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
}
.b-about .about__right {
	padding: 40px 0 40px 40px;
	width: 50%;
	box-sizing: border-box;
}
.b-about .about__name {
	margin-bottom: 10px;
	font-size: 24px;
}
.b-about .about__year-line {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
}
.b-about .about__year {
	margin-left: 20px;
	font-size: 40px;
	color: #168EE5;
}
@media only screen and (max-width: 767px) {
	.b-about {
		padding: 10px;
	}
	.b-about .about__name {
		font-size: 20px;
	}
	.b-about .about__item {
		-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	}
	.b-about .about__left {
		padding: 20px 10px 10px;
		width: 100%;
		border-right: none;
	}
	.b-about .about__right {
		padding: 10px 10px 20px;
		width: 100%;
	}
	.b-about .about__year {
		margin-left: 10px;
		font-size: 20px;
	}
	.b-about .about__year-line {
		margin-bottom: 10px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/about/style.css?17636761211397 */
