.wrapper {
	max-width: 1306px;
}

@media (min-width: 1920px) {
	.wrapper {
		max-width: 1644px;
	}
}

.content-section {
	padding-left: 0;
}

.project-article > p, 
.post-article > p {
	line-height: 1.6;
}

.post-article>h1, 
.post-article>h2, 
.post-article>h3, 
.post-article>h4, 
.post-article>h5, 
.post-article>h6 {
	font-family: "KelsonSans-Bold";
	color: rgb(192, 157, 80);
}

.post-article a {
	color: #0176b6;
}

.about-page .post-article {
	width: 100%;
	padding: 0;
}

.about-page .post-article>h2 {
	margin-top: 50px;
}

.board-members,
.team-slider {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}

.member {
	width: 33%;
	padding: 0 30px;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
	outline: none;
}

.member + .member {
		margin-bottom: 50px;
	}

.member__image {
	display: block;
	margin: 0 auto 25px;
	width: 226px;
	border-radius: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.member__image:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.member__name {
	margin-bottom: 20px;
	font-family: 'GothamPro-Bold';
	font-size: inherit;
}

.member__job {
	margin-bottom: 20px;
}

.team-slider a {
	outline: none;
}

.team-slider__arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	padding: 10px;
	z-index: 1;
}

.team-slider__arrow_prev {
	left: 0;
}

.team-slider__arrow_next {
	right: 0;
}

.reports {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}

.report {
	width: 33%;
	padding: 0 30px;
	text-align: center;
	font-size: 16px;
	line-height: 1.6;
}

.report__name {
	font-weight: 400;
	letter-spacing: 0.01em;
}

.report__link {
	display: block;
}

.board-members, 
.team-slider {
	margin: 30px 0;
}

.explanation {
	margin-bottom: 15px;
	padding-left: 20px;
	line-height: 2;
	font-size: 12px;
}

.activity {
	margin: 30px 0;
	padding: 0 200px;
}

.activity__items {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 30px 0 0;
	border: 1px solid rgb(229, 229, 229);
	border-right: 0;
	border-left: 0;
}

.activity__item {
	width: 220px;
	margin-bottom: 30px;
}

.activity__image {
	width: 100%;
	height: 70px;
	-webkit-background-size: contain;
	background-size: contain;
	background-position: center center;
	margin-bottom: 15px;
	background-repeat: no-repeat;
}

.activity__text {
	line-height: 1.6;
	font-size: 16px;
}

.expert-page {
	padding: 68px 30px;
}

.expert-page__container {
	max-width: 1306px;
	margin: 0 auto;
}

.expert-page__main {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
}

.expert-page__image {
	width: 226px;
	border-radius: 50%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	margin-right: 60px;
}

.expert-page__image:before {
	content: '';
	display: block;
	width: 100%;
	padding-top: 100%;
}

.expert-page__desc {
	flex: 1 0 0;
	font-size: 16px;
	line-height: 1.2;
}

.expert-page__name {
	margin-bottom: 15px;
	font-size: 24px;	
	font-family: "KelsonSans-Bold";
	color: rgb(192, 157, 80);
}

.expert-page__position {
	margin-bottom: 15px;
	font-family: 'GothamPro-Bold';
}	

.expert-page__details {

}

.expert-page__details p+p {
	margin-top: 15px;
}

.expert-page__slider {
	padding: 0 30px;
}

.expert-page-section {
	margin-top: 50px;
}

.expert-page-section__title {
	position: relative;
	margin-bottom: 30px;
	font-size: 18px;
	font-family: "KelsonSans-Regular";
	color: rgb(192, 157, 80);
}



.expert-page-section__title:after {
	content: "";
	background-color: rgb(229, 229, 229);
	position: absolute;
	bottom: 6px;
	left: 0;
	width: 100%;
	height: 1px;
	z-index: -1;
}

.expert-page-section__title span {
	display: inline-block;
	padding-right: 10px;
	background-color: #fff;
}

.expert-page-post {
	padding: 0 36px;
	outline: none;
	position: relative;
}

.expert-page-post__thumb {
	margin-bottom: 20px;
	height: 208px;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-color: rgb(229, 229, 229);
}

.expert-page-post__title {
	font-size: 16px;
	line-height: 1.2;
}

.expert-page-post__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	outline: none;
}

.project__main-title, 
.post-section__title {
	font-family: "KelsonSans-Bold";
}

.post-heading {
	position: relative;
	padding: 58px 0;
	background-image: url(./img/title-bg.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}

.post-heading:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(61, 75, 102, 0.6);
}

.post-heading__wrapper {
	width: 70%;
	margin: 0 auto;
}

.post-heading__title {
	position: relative;
	margin: 0;
	font-size: 42px;
	font-family: "KelsonSans-Bold";
	line-height: 1.2;
	color: #fff;
}

.comment__img {
	vertical-align: middle;
	margin-right: 15px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
}

.comment__text {
	margin-top: 0;
}

.comment__auth {
	margin-top: 0;
}

.comment__auth a {
	color: inherit;
	text-decoration: none;
}

.single-expert {
	margin-top: 40px;
	padding-left: 20px;
}

.single-views {
	margin-top: 10px;
	margin-bottom: 120px;
}

.single-views__item {
	display: inline-block;
	text-decoration: none;
}

.single-views__item + .single-views__item {
	margin-left: 23px;
}

.single-views__icon {
	margin-right: 3px;
	display: inline-block;
	vertical-align: bottom;
	width: 23px;
	height: 23px;
} 

.single-views__icon_eye {

}

.single-views__icon_facebook {
	transform: translateY(-2px);
}

.single-views__value {
	display: inline-block;
	vertical-align: bottom;
	color: #999999;
	font-size: 16px;
}

.publication-views {
	text-align: center;
	margin-top: 10px;
}

.publication-views__icon {
	display: inline-block;
	vertical-align: bottom;
	width: 23px;
	height: 23px;
	margin-right: 3px;
}

.publication-views__value {
	display: inline-block;
	vertical-align: bottom;
	color: #999999;
}

.comment-views {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1;
}

.comment-views__icon {
	display: inline-block;
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	margin-right: 3px;
}

.comment-views__value {
	display: inline-block;
	vertical-align: bottom;
	color: #999999;
	position: relative;
	top: -2px;
}

.news-views {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	transform: translate3d(0, 0, 0);
}

.news-views__icon {
	display: inline-block;
	vertical-align: bottom;
	width: 20px;
	height: 20px;
	margin-right: 3px;
}

.news-views__value {
	display: inline-block;
	vertical-align: bottom;
	color: #fff;
	position: relative;
	top: -2px;
}

.slide-views {
	margin-top: 10px;
}

.slide-views__icon {
	display: inline-block;
	vertical-align: bottom;
	width: 23px;
	height: 23px;
	margin-right: 3px;
}

.slide-views__value {
	display: inline-block;
	vertical-align: bottom;
	color: #999999;
}

.header__languages a {
	color: #000;
	text-decoration: none;
}

.header__search-popup {
	z-index: 20;
}

footer {
	border-top: 1px solid rgb(229, 229, 229);
}

@media screen and (max-width: 1919px) {
	.activity {
		padding: 0 90px;
	}
	.expert-page__container {
		max-width: 794px;
	}
}
@media screen and (max-width: 1305px) {
	.about-page .wrapper {
		width: 100%;
		padding-right: 30px;
		padding-left: 30px;
	}
}
@media screen and (max-width: 1024px) {
	.post-heading__wrapper {
		width: 90%;
	}
}
@media screen and (max-width: 1023px) {
	.member, 
	.report {
		padding: 0 10px;
	}
	.member__image {
		width: 180px;
		margin-bottom: 20px;
	}
	.member__name, .member__job {
		margin-bottom: 15px;
	}
	.activity {
		padding: 0;
	}
	.post-article .project__main-title, 
	.project__main-title,
	.post-heading__title,
	.project-article > h1, 
	.post-article > h1, 
	.content-article > h1 {
		font-size: 30px;
	}
}

@media screen and (max-width: 768px) {
	.post-heading__wrapper {
		width: 95%;
	}
	.comment {
		border-bottom: 0;
	}
	.comment__img {
		display: block;
		margin: 0 auto 10px;
	}
	.comment__text {
		width: 100%;
		text-align: center;
	}
	.single-expert {
		margin-top: 20px;
		padding-left: 0;
	}
	.single-views {
		text-align: center;
	}
	.comments-page__item .comment__text {
		width: 100%;
	}
	.comments-page__item .comment__img {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 10px;
	}
	.comment__img {
		width: 100px;
	}
}

@media screen and (max-width: 767px) {
	.member, 
	.report {
		padding: 0;
		width: 100%;
	}
	.member + .member {
		margin-bottom: 0;
		margin-top: 50px;
	}
	.team .member + .member {
		margin-top: 0;
	}
	.member__image, 
	.member__name, 
	.member__job {
		margin-bottom: 10px;
	}
	.report + .report {
		margin-top: 30px;
	}
	.activity__items {
		display: block;
	}
	.activity__item {
		margin-right: auto;
		margin-left: auto;
	}
	.project-article > p, 
	.post-article > p,
	.explanation {
		padding-left: 0;
	}
	.expert-page {
		padding: 30px 15px;
	}
	.expert-page__main {
		display: block;
	}
	.expert-page__image {
		margin-bottom: 15px;
	}
}


/* Demch.co Alex 14.05.2019 Card experts-autors*/
.single-expert 
{
    margin-top: 0px !important; 
}