.phone img {
	height: 18px;
    width: auto;
    vertical-align: middle;
    margin-left: 7px;
}

.phone {
	position: fixed;
	bottom:5px;
	right:10px;
	background-color: var(--link-color);
	border-radius: 30px;
	z-index: 3;
}

.phone .block {
	padding:10px 20px;
	white-space: nowrap;
	width: unset;
	
}

.phone a {
	color:white;
	border-bottom: unset;
	font-weight: bold;
}