.blogItemsPreviewList{
	position: relative;
}
.blogItemsPreviewListSeparator
{
	margin-top: 36px;
	margin-bottom: 36px;
	border-bottom: 1px #F4F1E7 solid;
}
.blogItemPreviewTitle{
	font-weight: 600;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	margin: 0;
	padding: 0;
	padding-top: 15px;
}
.blogItemPreviewImage{
	border-radius: 8px;
}
.blogItemShare{
	padding-bottom: 80px;
	padding-top: 30px;
	display: grid;
	grid-template-columns: 170px auto;
	height: 32px;
	align-items: center;
}
.blogItemShareButtons{
	display: grid;
	grid-template-columns: repeat(4, 32px);
	gap: 24px;
}
.blogItemShareButtons .vk, .blogItemShareButtons .tg,.blogItemShareButtons .wa,.blogItemShareButtons .link{
	width: 32px;
	height: 32px;
	align-content: center;
	cursor: pointer;
}
.blogItemShareButtonsTitle{
	align-content: center;
}
.blogItemShareButtons .vk{
	background: url('/local/templates/main/components/bitrix/news/blog/images/vk.svg') no-repeat center;
	background-size: cover;
}
.blogItemShareButtons .tg{
	background: url('/local/templates/main/components/bitrix/news/blog/images/tg.svg') no-repeat center;
	background-size: cover;
}
.blogItemShareButtons .wa{
	background: url('/local/templates/main/components/bitrix/news/blog/images/whatsapp.svg') no-repeat center;
	background-size: cover;
}
.blogItemShareButtons .link{
	background: url('/local/templates/main/components/bitrix/news/blog/images/link.svg') no-repeat center;
	background-size: cover;
}