a.share-switch
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	width: fit-content;
	height: auto;
}
#share-dialog {
	margin-left: auto;
	margin-right: 0;
}
.share-dialog {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	height: auto;
	flex-wrap: nowrap;
	z-index: 10;
}
.share-switch {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 14px;
	cursor: pointer;
	color: #353431;
	transition: all ease-in-out .2s;
}
.share-switch:hover {
	color: #626161;
}
.share-switch svg {
	margin-right: 7px;
	width: 34px;
	height: 29px;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
	margin-right: 7px !important;
}
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-of-type {
	margin-right: 0;
}
.share-dialog a,
.share-window-parent a[href^="https://vk.com/share.php"]  {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	font-size: 16px;
	font-family: "Montserrat";
}
.share-dialog a.share-link {
	margin-right: 7px;
}

.share-window-parent
{
	position: relative;
}

.share-dialog-inner-left
{
	background: scroll transparent url('images/background.gif') right center no-repeat;		
	padding: 0 1px 1px 4px;	
}

.share-dialog-inner-right
{
	background: scroll transparent url('images/background-right.gif') left center no-repeat;		
	padding: 0 4px 1px 1px;
}

.bookmarks a
{
	background:none no-repeat scroll center center transparent;
	display:block;
	overflow:hidden;
}
.share-dialog a.share-link {
	border-radius: 25%;
}
.share-dialog a.share-link.vk { 
	background-color: #4065D6;
}
.share-dialog a.share-link.whatsapp {
	background-color: #409615;
}
.share-dialog a.share-link.telegram {
	background-color: #1596EC;
}
.share-dialog a.share-link.viber {
	background-color: #6B6BC1;
}
.share-dialog .ya-share2 {
	width: fit-content;
}
.bookmarks a.facebook { background-image:url('images/facebook.gif'); }
.bookmarks a.twitter { background-image:url('images/twitter.gif'); }
.bookmarks a.delicious { background-image:url('images/delicious.gif'); }
.bookmarks a.lj { background-image:url('images/lj.gif'); }
.bookmarks a.mailru { background-image:url('images/mailru.gif'); }

.ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon,
.ya-share2__container_mobile.ya-share2__container_size_l .ya-share2__icon {
	width: 39px !important;
	height: 39px !important;
}
.ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
	background-size: 37px 37px !important;
}

@media (max-width: 768px) {
	.share-switch {
		font-size: 14px;
	}
	.share-switch svg {
		width: 30px;
		margin-right: 5px;
	}
	.news-detail-share {
		margin: 20px auto;
	}
	#share-dialog {
		margin-right: auto;
		margin-left: auto;
		text-align: center;
		justify-content: center;
	}
}
@media (max-width: 425px) {
	.ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
		background-size: 30px 30px !important;
	}
	.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
		margin-right: 5px !important;
	}
}