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

.section1 .expression,
.section2 .expression {
	background: #0095da;
}

.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: #26418B;
	font-size: 36px;
	margin-bottom: 30px;
}

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

h1:after {
	border-top: 3px solid #0095da;
	display: none;
}

.header_top .logo {
	background-color: #0095da;
}

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

.sp_menu #Login {
	margin-top: 0;
}

.header_inner .txt p a {
	color: #a9aebd;
}

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

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

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

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

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

.interviewee {
	background-color: #0095da;
}

.quote:before,
.quote p:last-child:after {
	color: #0095da;
}

.quote:before,
.quote p:first-of-type:before {
	color: #0095da;
}


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

.quote.v2:before {
	color: #0095da;
}

.quote.v2 p:last-child:after {
	color: #0095da;
}

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

.v2 .post:before {
	border-top: 4px solid #0095da;
}

/* картинка-фон в шапке */
header {
	background-color: #0095da;
	background: url(https://filearchive.cnews.ru/img/cnews/2020/11/12/cropdsc0183.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;
}

.experts-container {
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
}

.expert {
	display: flex;
	flex-basis: 50%;
}

.expert .img {
	min-width: 200px;
	max-width: 200px;
	margin-right: 30px;
}

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

.expert-name {
	font-size: 1.5em;
	margin-top: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

.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: #0095da;
	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;
}


.copy { 
	margin-top:0;
}

@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;
	}

	.experts-container {
		flex-direction: column;
	}

	.header_inner .inner .txt > div:first-of-type {
		order: 1;
	}

	.expert {
		margin: 15px 0;
	}

	.expert-name {
		margin-top: 0px;
	}

	.logo_intext {
		position: static;
		max-width: 280px;
		margin-top: 40px;
	}
 
	.expression_inner {
		padding: 60px 30px;
	}

	.photo_txt {
		width: unset;
	}
}


@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;
	}
}