

/* Start:/local/templates/pplus/components/bitrix/news.detail/autor/style.css?17416823914099*/
.show-c {
	display: block;
}

.is-none {
	display: none;
}

.blog-card--box {
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
}

.blog-card__picture img {
	width: 100%;
}

.blog-card__params {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
    margin-bottom: 10px;
}

.blog-card__params .blog-card__date {
	margin: 0;
}

.blog-card__author {
    line-height: 1.83;
    font-size: 12px;
}

/* .blog__grid-autor {
	display: grid;
	grid-template-columns: 50% 50%;
} */

.blog__grid {
	align-items: baseline;
}

.blog-card__picture {
	height: 300px;
} 

.blog-card__picture img {
	max-width: 800px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.article__layout {
	display: flex;
	gap: 20px;
	margin-top: 40px;
}

.article__content {
	flex: 1;
}

.article__content > .b-wrap {
	margin-top: 0;
}

.article__sidebar {
	flex: 0 0 297px;
	max-width: 297px;
}

.article__author {
	display: flex;
	flex-direction: column;
	gap: 9px;
	margin-bottom: 3px;
}

.article__author-title {
	font-size: 12px;
	line-height: 183%;
	color: #a5a5a5;
}

.article__author-link {
	display: flex;
	align-items: center;
	gap: 20px;
	font-weight: 600;
	font-size: 18px;
	line-height: 133%;
	text-decoration: underline;
	text-decoration-skip-ink: none;
	text-underline-offset: 3px;
	color: #2eb2a0;
}

.article__author-link:hover {
	text-decoration: none;
}

.article__author-photo {
	width: 85px;
	height: 85px;
	border-radius: 50%;
	object-fit: cover;
}

.article__author-name {
	max-width: 150px;
	color: #2eb2a0;
}

.article__author-about {
	font-size: 16px;
	line-height: 150%;
	color: #404040;
}

.expert {
	padding-top: 12px;
	padding-bottom: 20px;
}

.expert__header {
	display: flex;
	align-items: center;
	gap: 20px;
}

.expert__photo {
	width: 192px;
	height: 192px;
	border-radius: 50%;
	object-fit: cover;
}

.expert__info {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 18px;
}

.expert__name {
	font-weight: 300;
	font-size: 48px;
	line-height: 112%;
}

.expert__socs {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}

.expert__soc {
	display: flex;
	align-items: center;
	justify-content: center;
}

.expert__soc-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	object-fit: cover;
}

.expert__body {
	margin-top: 40px;
}

.expert__menu {
	display: flex;
	gap: 20px;
	border-bottom: 2px solid #f2f2f2;
	font-size: 16px;
	line-height: 150%;
}

.expert__menu-item:before {
	display: none;
}

.expert__menu-link {
	display: block;
	padding-bottom: 9px;
	border-bottom: 2px solid transparent;
	color: #2eb2a0;
	transform: translateY(2px);
	text-align: center;
	cursor: pointer;
}

.expert__menu-link.active {
	border-color: #404040;
	color: #404040;
}

.expert__content {
	padding-top: 40px;
}

.expert__about {
	max-width: 935px;
	font-size: 16px;
	line-height: 150%;
}


.expert__about.expert__about-two {
 	width: 100%;
	 max-width: inherit;
}

.expert__about h2 {
	margin: 40px 0 10px;
	font-size: 24px;
	line-height: 125%;
	font-weight: 400;
}

.expert__about h2:first-of-type {
	margin-top: 0;
}

.expert__about p {
	margin: 0 0 16px;
}

.expert__about p:last-child {
	margin-bottom: 0;
}

.expert__about ul {
	padding-left: 1.5em;
}

.expert__about ul li::marker {
	font-size: 0.8em;
}

.expert__articles .blog-card__title {
	font-size: 24px;
	line-height: 1.25;
}


/* RESPONSIVE */

@media (max-width: 1249px) {
	.article__layout {
		flex-direction: column;
		margin-top: 20px;
	}

	.article__sidebar {
		max-width: none;
		flex: auto;
		order: -1;
		margin-bottom: 6px;
	}

	.expert {
		padding-top: 25px;
		padding-bottom: 0;
	}

	.expert__header {
		flex-direction: column;
		gap: 12px;
		align-items: flex-start;
	}

	.expert__photo {
		width: 140px;
		height: 140px;
	}

	.expert__name {
		font-size: 28px;
	}

	.expert__info {
		gap: 10px;
	}

	.expert__soc-icon {
		width: 40px;
		height: 40px;
	}

	.expert__menu-item {
		flex: 1;
	}

	.expert__body {
		margin-top: 28px;
	}

	.expert__content {
		padding-top: 30px;
	}

	.expert__about h2 {
		margin: 30px 0 9px;
		font-size: 20px;
	}
}

/* End */
/* /local/templates/pplus/components/bitrix/news.detail/autor/style.css?17416823914099 */
