.author-block-wrapper {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 24px;
}

.author-block-wrapper--rating {
	max-width: 704px;
	margin: 60px auto 16px;
	border-top: 1px solid #EFEFEF;
}

.author-block-wrapper--rating .author-block__headline {
	margin-top: 16px;
	font-size: 18px;
	line-height: 20px;
}

.author-block-wrapper--room {
	margin-bottom: 16px;
}

.author-block__headline {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

.author-block {
	display: flex;
	flex-direction: column;
	padding: 16px 0;
}

.author-block:not(:last-child) {
	border-bottom: 1px solid #EFEFEF;
}

.author-block__inside {
	display: flex;
	align-items: center;
}

.author-block__poster {
	flex-shrink: 0;
	margin-right: 12px;
}

.author-block__poster-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
}

.author-block__poster-link > img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.author-block__title {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
}

.author-block__title:hover {
	text-decoration: underline;
}

.author-block__position {
	font-size: 14px;
	line-height: 16px;
	color: #999999;
}

.author-block__social {
	display: flex;
	align-items: center;
	margin: 6px -2px 0;
}

.author-block__social-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	margin: 0 2px;
	font-size: 12px;
	line-height: 28px;
	color: #fff;
	border-radius: 4px;
}

.author-block__social-link--facebook  { background-color: #3B5998; }
.author-block__social-link--instagram { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%); }
.author-block__social-link--twitter   { background-color: #1DA1F2; }
.author-block__social-link--vkontakte { background-color: #2787F5; }
.author-block__social-link--telegram  { background-color: #0088cc; }

.author-block__social-link:hover {
	opacity: 0.8;
}

.author-block__social-link-icon {
	display: block;
	max-width: 100%;
	max-height: 100%;
	fill: #ffffff;
}

.author-block__social-link-icon--facebook  { width: 8px;  height: 14px; }
.author-block__social-link-icon--instagram { width: 14px; height: 14px; }
.author-block__social-link-icon--twitter   { width: 16px; height: 16px; }
.author-block__social-link-icon--vkontakte { width: 14px; height: 10px; }
.author-block__social-link-icon--telegram  { width: 12px; height: 12px; }

.author-block__description {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #777777;
}

/*** Responsive ***/

@media (min-width: 768px) {

	.author-block {
		flex-direction: row;
		align-items: center;
	}

	.author-block__inside {
		flex-shrink: 0;
		width: 250px;
		margin-right: 24px;
	}

	.author-block__description {
		margin: 0;
	}
}
