.btn-call-phone-number {
	position: fixed;
	bottom: 50px;
	right: -30px;
	z-index: 2000;
}

.btn-call-phone-number a {
	display: inline-block;
	width: 100px;
}

.btn-call-phone-number:hover {
	transform: rotateZ(-20deg) translateX(-20px);
	transition: all 0.3s ease;
}
