.catalog-sb-area{
	position: absolute;
	opacity: 0;
	height: 0;
	top: 45px;
	right: -10px;
	width: 352px;
	z-index: -10;
	border-radius: 4px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.17);
	background-color: #fff;
	padding: 24px 16px;
}
.catalog-sb-area.active{
	opacity: 1;
	height:auto;
	z-index: 5;
}
.buttons_share{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.catalog-sb-item{
	display: flex;
	min-width: 79px;
}
.catalog-sb-item:not(:last-child){
	margin-right: 5px;
}
.button_vk_share{
	display: flex;
	height: 20px;
	font-size: 11px;
	align-items: center;
	justify-content: center;
	padding: 3px 10px;
	background-color: #4c75a3;
	color: #fff;
	border-radius: 3px;
	font-weight: 500;
	cursor: pointer;
	width: 100%;
}
.button_vk_share i{
	font-size: 14px;
	margin-right: 5px;
	color: #fff;
}
.button_vk_share a{
	color: #fff;
	position: relative;
	top: 0px;
}
.button_vk_share a:hover{
	color: #fff;
}
.button_vk_share:hover{
	background-color: #406289;
}

.catalog-sb-item+.vk a
{
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.sharing__corner{
	position: absolute;
	top: 5px;
	right: 20px;
	width: 20px;
	height: 20px;
}
.sharing__corner:before {
	content: "";
	width: 40px;
	height: 25px;
	position: absolute;
	top: -5px;
	left: -5px;
	background-color: #fff;
	z-index: 10;
}
.sharing__corner:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.17);
	background-color: #fff;
	z-index: 5;
}
.sharing__link{
	width: 320px;
	height: 52px;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	margin-top: 14px;
	padding: 0 16px;
}
.sharing__link-placeholder{
	font-size: 11px;
	line-height: 1;
	letter-spacing: normal;
	color: #83878d;
	margin-top: 10px;
	margin-bottom: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.sharing__link input{
	width: 100%;
	line-height: 1;
	color: #28282a;
	border: 0;
	margin: 0 0 5px;
	outline: none;
	font-size: 15px;
	padding: 0px;
}
.catalog-sb-item .fb-like{
	height: 21px;
}
.fb_iframe_widget span{
	width: 100px!important;
}
.fb_iframe_widget iframe{
	width: 100px!important;
}
