.fixed{
	display: block;
	position: fixed;
	cursor: pointer;
	top: 140px;
	right: 0;
	z-index: 1000;
}
.fixed .links > .links-btn{
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.widgets{
	position: relative;
}
.links-name{
	display: none;
	height: 40px;
	padding: 0 5px;
	line-height: 2.8em;
	color: #636B6F;
	background-color: #FFFFFF;
	border: 1px solid #636B6F;
	border-left: 0;
}
.links:hover .links-name{
	display: block;
}
.w_icon{
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	float: right;
	font-size: 24px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
	background-color: #898C8D;
	z-index: 2;
}
.links:hover .vk .w_icon{
	background-color: #4D76A5;
}
.links:hover .fb .w_icon{
	background-color: #0A3B6A;
}
.links:hover .youtube .w_icon{
	background-color: #EC1010;
}
.links:hover .instagram .w_icon{
	background-color: #FF307F;
}
.links:hover .tiktok .w_icon{
	background-color: #010201;
}
.feedback .w_icon{
	background-color: #DD5A4C;
}
.subscribe .w_icon{
	background-color: #00B175;
}
.callback_opener .w_icon{
	background-color: #00B3CE;
}
.links .compare .w_icon{
	background-color: #FFC521;
}
.links .compare .links-name{
	border-color: #FFC521;
}
.links .favorite .w_icon{
	background-color: #FFF;
	border: 1px solid #DD5A4C;
	color: #DD5A4C;
}
.links .favorite .links-name{
	border-color: #DD5A4C;
}
.links{
	margin-bottom: 1px;
}
.links .links-name a{
	color: #636B6F;
}
.links .subscribe .w_icon{
	position: relative;
}
.links .links-subscribe-animation .w_icon::after{
	display: inline-block;
	position: absolute;
	top: 1px;
	left: -4px;
	content: '1';
	padding: 0 2px;
	font-size: .6em;
	line-height: 1.05em;
	color: #FFF;
	background-color: #FF0000;
	z-index: 2;
}
/*Анимация иконки подписки*/
.links .links-subscribe-animation i,
.links .links-callback-animation i{
	display: block;
	-webkit-animation: 4s ease-in-out infinite icon-animation;
	-moz-animation: 4s ease-in-out infinite icon-animation;
	-o-animation: 4s ease-in-out infinite icon-animation;
	animation: 4s ease-in-out infinite icon-animation;
}
@-webkit-keyframes icon-animation{
	0%, 36%, 100%{
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	4%, 12%, 20%, 28%{
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	8%, 16%, 24%, 32%{
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}
@-moz-keyframes icon-animation{
	0%, 36%, 100%{
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	4%, 12%, 20%, 28%{
		-moz-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	8%, 16%, 24%, 32%{
		-moz-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}
@-o-keyframes icon-animation{
	0%, 36%, 100%{
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	4%, 12%, 20%, 28%{
		-o-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	8%, 16%, 24%, 32%{
		-o-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}
@keyframes icon-animation{
	0%, 36%, 100%{
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	4%, 12%, 20%, 28%{
		-webkit-transform: rotate(-10deg);
		-moz-transform: rotate(-10deg);
		-o-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	8%, 16%, 24%, 32%{
		-webkit-transform: rotate(10deg);
		-moz-transform: rotate(10deg);
		-o-transform: rotate(10deg);
		transform: rotate(10deg);
	}
}
@media (max-width: 1300px){
	.w_icon{
		width: 30px;
		height: 30px;
		font-size: 18px;
		line-height: 30px;
	}
	.links,
	.links:hover .w_holder,
	.links .w_holder a{
		min-height: auto;
		line-height: 30px;
	}
	.links-name{
		height: 30px;
		line-height: 2.2em;
	}
}
@media (max-width: 960px){
	.widgets,
	.single.links{
		display: none;
	}
}