.phone .block {
    flex-direction: row;
	flex-direction: column;
    display:flex;
    gap:20px;
    position: fixed;
    bottom:20px;
    align-items: flex-start;
    right: 20px;
}

.phone a {
    color:black;
    text-decoration: none;
    background-color: rgba(49, 76, 182,0.75);
    backdrop-filter:blur(5px);
    padding:10px;
    border-radius: 50%;
    height:30px;
	display: inline-block;
	
	border-bottom: unset;
    
/*    -webkit-box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);*/
    box-shadow: 0px 0px 10px 0px rgba(168,168,168,1);
    }

.phone img {
    width:30px;
    height:30px;
}

.phone a.anchor {
	display: none;
}