/* фоновый цвет */
body,
.section1 {
	background: #f3f3f3;
}

.section1 .expression,
.section2 .expression {
	background: #48A796;
}

.expression {
	text-align: left; 
}

.expression_inner {
	padding: 60px 30px 90px;
}

.expression_inner h3:first-child {
	color: white;
}

.expression .item {
	font-size: 1rem;
}

.expression .item:before {
	margin: 15px 20px 15px auto;
}

.expression .item:after {
	right: 0;
}

/* заголовок */
h1 {
	color: #48A796;
	font-size: 36px;
	margin-bottom: 30px;
}

h1 mark {
	font-size: 46px;
	margin-bottom: 10px;
	display: inline-block;
}

h1:after {
	border-top: 3px solid #48A796;
	display: none;
}

.header_inner {
	background: rgba(0,0,0,0.8);
}

.header_top .logo {
	background-color: #48A796;
}

.sp_menu ul a:hover,
.sp_menu #Login,
.sp_menu #Login a {
	color: #48A796;
}

.header_inner .txt p a {
	color: #48A796;
}

/* цвет слайдера в лиде*/
.main_menu a:hover,
.main_menu .active,
.slider a {
	color: #fff;
}

.slider .bx-pager-link {
	border: 1px solid #fff;
	background-color: #fff;
}

/* ссылка в контенте */
a {
	color: #48A796;
}

h2 {
	font-size: 24px;
	margin-bottom: 10px;
}

/* цветовое оформление контента */
.post:before {
	border-top: 4px solid #48A796;
}

.interviewee {
	background-color: #48A796;
}

.quote:before,
.quote p:last-child:after {
	color: #48A796;
}

.quote:before,
.quote p:first-of-type:before {
	color: #48A796;
}


/* второе цветовое оформление контента (если оно есть) */
.interviewee.v2 {
	background-color: #48A796;
}

.quote.v2:before {
	color: #48A796;
}

.quote.v2 p:last-child:after {
	color: #48A796;
}

.quote.v2:before,
.quote.v2 p:first-of-type:before {
	color: #48A796;
}

.v2 .post:before {
	border-top: 4px solid #48A796;
}

/* картинка-фон в шапке */
header {
	background-color: #281865;
	background: url(https://filearchive.cnews.ru/img/cnews/2020/03/30/smalldepositphotos6860867xl2015.jpg) 50% 50%;
	padding-top: 24px;
	background-size: cover;
	background-position: top;
}

.section1 .expression p,
.section2 .expression p,
h3 {
	text-align: left;
	color: #000;
}

/* Квадратик внизу спецпроектов <span class="square"></span>  */


.line {
	height: 80px;
	position: relative;
	padding: 0;
}

.line:before {
	display: block;
	content: ' ';
	height: 100%;
	background-color: rgba(171, 171, 171, 0.8);
}

.section2 .expression p,
h3 {
	text-align: left;
	color: #000;
}

.section1 .expression p,
.section1 .expression h3 {
	color: #fff;
}

.interviewer_block+.txt {
	padding-top: 0;
}

.expert {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}

.expert .img {
	min-width: 250px;
	max-width: 300px;
	margin-right: 40px;
}

.expert .img img {
	border-radius: 50%;
}

.expert-name {
	font-size: 1.5em;
}

.lead {
	font-size: 1rem;
}

.section1 .txt {
	padding: 50px 100px;
}

.header_inner p:last-of-type {
	margin-top: 20px;
}

.logo_intext {
	position: absolute;
	right: unset;
	left: 30px;
	bottom: 30px;
	max-width: 300px;
}

ul {
	padding-left: 20px;
}

ul li {
	margin: 2px 0;
}

.infographics-circles .item {
	display: flex;
	flex-wrap: wrap;
}

.infographics-circles .item:before {
	margin-top: 0;
}

.single-circle {
	text-align: center;
	background: #E44E4F;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 20px;
	font-style: normal;
}

.single-circle h2 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: 400;
}

.single-circle h2 b {
	font-weight: 700;
	font-size: 3.6rem;
}

.expression .single-circle p {
	display: inline-block;
	text-align: center;
	color: white;
}

@media (max-width: 992px) {
	h1 mark {
		font-size: 36px;
	}

	.expert {
		flex-direction: column;
	}

	.expert .img {
		max-width: 240px;
		min-width: auto;
		margin: 10px auto;
	}

	.lead {
		font-size: .9rem;
	}

	.section1 .txt {
		padding: 50px 20px;
	}

	.photo_txt .info,
	.photo-gray .info {
		position: relative;
		/*margin: 30px 0;*/
	}

	.slider ul li {
		margin: 20px 0;
	}

	.interviewer_block {
		font-size: 1rem;
	}

	.interviewee {
		font-size: 1rem;
	}
}


@media (max-width: 768px) {

	.section1 .photo_txt.right,
	.section2 .photo_txt.right {
		width: 100%;
		float: none;
	}

	.photo_txt .info,
	.photo-gray .info {
		margin: 0 0 30px;
	}
}