* {
	padding: 0;
	margin: 0
}
.label-container {
	position: fixed;
	bottom: 48px;
	right: 105px;
	display: table;
	visibility: hidden
}
.label-text {
	color: #FFF;
	background: rgba(51, 51, 51, 0.5);
	display: table-cell;
	vertical-align: middle;
	padding: 10px;
	border-radius: 3px
}
.label-arrow {
	display: table-cell;
	vertical-align: middle;
	color: #333;
	opacity: 0.5
}
.float {
	position: fixed;
	width: 50px;
	height: 50px;
	bottom: 18px;
	left: 10px;
	background-color: #17a2b8;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	z-index: 900;
	animation: bot-to-top 2s ease-out
}
ul.test {
	position: fixed;
	left: 10px;
	padding-bottom: 20px;
	bottom: 40px;
	z-index: 900
}
ul.test li.test {
	list-style: none;
	margin-bottom: 10px
}
ul.test li.test a.test {
	background-color: #F33;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	width: 50px;
	height: 50px;
	display: block
}
ul.test:hover {
	visibility: visible!important;
	opacity: 1!important
}
.my-float {
	font-size: 24px;
	margin-top: 14px
}
a#menu-share+ul {
	visibility: hidden
}
a#menu-share:hover+ul {
	visibility: visible;
	animation: scale-in 0.5s
}
a#menu-share i {
	animation: rotate-in 0.5s
}
a#menu-share:hover>i {
	animation: rotate-out 0.5s
}
@keyframes bot-to-top {
	0% {
		bottom: -40px
	}
	50% {
		bottom: 40px
	}
}
@keyframes scale-in {
	from {
		transform: scale(0);
		opacity: 0
	}
	to {
		transform: scale(1);
		opacity: 1
	}
}
@keyframes rotate-in {
	from {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}
@keyframes rotate-out {
	from {
		transform: rotate(360deg)
	}
	to {
		transform: rotate(0deg)
	}
}
.white {
	color: #fff!important
}
.whitebold {
	color: #fff;
	font-weight: 700
}
.messenger2 {
	background-color: #0084ff!important
}
.whatsapp {
	background-color: #4dc247!important
}
.instagram {
	background-color: #f77737!important
}
.viber {
	background-color: #7b519d!important
}
.telephone {
	background-color: #ec5923!important
}
.telegram {
	background-color: #08c!important
}
.block2 {
	display: none
}
@media screen and (max-width: 992px) {
	.block2 {
		display: block
	}