

/* Start:/local/templates/.default/components/bitrix/news/authors/bitrix/news.list/.default/style.css?17715768442428*/
.authors {
	padding-bottom: 40px;
}

.authors__caption{
	font: 400 20px/28px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E;
	margin-bottom: 16px;
}

.authors__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(auto, 1fr));
	gap: 16px;
}

.authors__card {
	display: flex;
	height: 100%;
	row-gap: 20px;
	flex-direction: column;
	padding: 20px;
	border-radius: 20px;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
	transition: box-shadow .3s ease, border-color .3s ease;
}

@media (hover: hover) {
	.authors__card:hover {
		border-color: #FF0000;
		box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.06);
	}
}

.authors__card-bio {
	display: flex;
	column-gap: 20px;
	align-items: center;
}

.authors__card-avatar-wrapper {
	width: 132px;
	height: 132px;
	border-radius: 50%;
	flex-shrink: 0;
	overflow: hidden;
	border: 1px solid #DEDEDE;
	box-sizing: border-box;
}

.authors__card-avatar {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.authors__card-name {
	font: 700 26px/33px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E80;
}

.authors__card-special-list {
	display: flex;
	flex-direction: column;
}

.authors__card-special {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px solid #DEDEDE;
}

.authors__card-special:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.authors__card-special-title {
	font: 700 16px/20px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E;
	text-align: left;
}

.authors__card-special-text {
	font: 400 16px/20px 'Oceanic Grotesk Compact', sans-serif;
	color: #1E1E1E;
	text-align: right;
}

.authors__card-special-text--active {
	color: #FF0000;
}

.authors__card-documents-wrapper {
	display: none;
}

@media screen and (max-width: 1100px) {
	.authors__caption {
		font-size: 16px;
		line-height: 20px;
	}

	.authors__list {
		grid-template-columns: repeat(2, minmax(auto, 1fr))
	}

	.authors__card-avatar-wrapper {
		width: 90px;
		height: 90px;
	}
}

@media screen and (max-width: 767px) {
	.authors {
		padding-bottom: 20px;
	}

	.authors__caption {
		margin-bottom: 12px;
	}

	.authors__list {
		grid-template-columns: 100%;
		gap: 8px;
	}

	.authors__card {
		gap: 13px;
	}

	.authors__card-bio {
		gap: 12px;
	}

	.authors__card-avatar-wrapper {
		width: 80px;
		height: 80px;
	}

	.authors__card-name {
		font-size: 24px;
		line-height: 31px;
	}
}
/* End */
/* /local/templates/.default/components/bitrix/news/authors/bitrix/news.list/.default/style.css?17715768442428 */
