.d_blogItemShared_blockFooter {
	display: flex;
	margin-top: 20px;
}

.d_blogItemShared_footerEl {
	color: #818181;
	font-size: 12px;
	display: flex;
	align-items: center;
	margin-left: 10px;
}

.d_blogItemShared_footerEl span {
	margin-left: 10px;
}

.d_blogItemShared_footerEl svg {
	fill: #818181;
	width: 18px;
	height: 18px;
}

.d_blogItemShared_footerEl:not(:last-child) {
	margin-right: 10px;
}

.d_blogItemShared_authorBox {
	margin-left: 0;
}

.d_blogItemShared_blockFooter object {
	align-self: center;
	margin-right: 10px;
}

.d_blogItemShared_footerEl.d_blogItemShared_commentBox span {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: calc(80%);
}

.d_blogItemShared_footerEl.d_blogItemShared_commentBox svg, .d_blogItemShared_footerEl.d_blogItemShared_commentBox span {
	transition: 0.3s;
	flex-shrink: 0;
}

.d_blogItemShared_footerEl.d_blogItemShared_commentBox:hover svg {
	fill: #111111;
}

.d_blogItemShared_footerEl.d_blogItemShared_commentBox:hover span {
	color: #111111;
}

.d_blogItemShared_authorBox img {
	border-radius: 50%;
	width: 20px;
	height: 20px;
}

.d_blogItemShared_link {
	display: block;
	font-size: 22px;
	color: #0e0e0e;
	font-weight: 800;
	line-height: 1.2;
	transition: 0.3s;
}

.d_blogItemShared_link:hover {
	color: #ee7105;
}
.d_blogItemShared_extraLink {
	color: #FFFFFF;
}

.d_blogItemShared_shortDescription {
	margin-bottom: 0;
	max-height: 125px;
	height: 100%;
	overflow: hidden;
}