.social {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: max-content;
	margin: 0 auto 70px;
}
.social__icons {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.social__icons .ya-share2 {
	margin: 0 auto;
}
.social__icons .ya-share2__badge {
	background-color: #dadada !important;
}
.social__icons .ya-share2__badge:hover {
	background-color: #c94d53 !important;
}
.social__icons .ya-share2__item:not(:last-child) {
	margin-right: 10px !important;
}
.social__repost {
	margin: 0 auto;
	font-size: 14px;
	line-height: 22px;
	text-decoration: none;
	color: #c94d53;
}
