.sharing {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.sharing .ya-share2__container_size_m .ya-share2__badge {
	width: 33px;
	height: 33px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	overflow: hidden;
}

.sharing .ya-share2__list_direction_horizontal > .ya-share2__item:not(:last-child) {
	margin: 0 10px 0 0;
}

@media (min-width: 576px) {
	.sharing {
		width: 50px;
		flex-direction: column;
		padding: 12px 8px;
		background-color: #fff;
		border-radius: 50px;
		position: fixed;
		top: 50%;
		left: 20px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.sharing .ya-share2__list_direction_horizontal > .ya-share2__item {

		border-radius: 50%;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.sharing .ya-share2__list_direction_horizontal > .ya-share2__item:not(:last-child) {
		margin: 0 0 8px 0;
	}


}