.phone {
	position: fixed;
	bottom:35px;
	right:20px;
	
	z-index: 1000;
}

.phone .block {
	padding:0 !important;
}

.phone span.relative {
	display: none;
}

.phone a {
	border-bottom: unset;
	padding:15px;
	background-color: rgba(255, 211, 92,1);
	backdrop-filter:blur(5px);
	
	color:black;
	font-weight: 700;
	
	border-radius: 20px 0;
	
}