.catalog-sb-area{
	height: 0;
	padding: 0;
	overflow: hidden;
	position: absolute;
	top: 130%;
	right: calc(100% - 33px);
	width: 352px;
	box-shadow: 0 4px 10px 0 rgba(0,0,0,.17);
	background-color: #fff;
	z-index: 10;
}
.catalog-sb-area.active{
	height: auto;
	overflow: visible;
	padding: 20px 16px;
}
.buttons_share{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.catalog-sb-item{
	display: flex;
	min-width: 80px;
}
.catalog-sb-item.fb {
	margin-left: -15px;
}
.catalog-sb-item.fb + .catalog-sb-item.tw {
	margin-left: -13px;
}
.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-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: 20px;
}

.share-wrapper {
	position: relative;
}
.share:hover svg {
	fill: #8D8D8D;
}
.share:hover span {
	color: #8D8D8D;
}
