.phones {
	position: fixed;
	bottom:20px;
    right: 10px;
	
	z-index:1000000;
}

.phones .block {
    flex-direction: column;
    display:flex;
    gap:10px;
    
    align-items: flex-start;
	
	padding:0;
}

.phones a {
    color:black;
    text-decoration: none;
    background-color: rgba(255,255,255,0.45);
    backdrop-filter:blur(5px);
    padding:10px;
    border-radius: 50%;
    height:30px;
    
/*    -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);
    }

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

.phones span.relative {
	display: none;
}

.phones .block {
    width: unset;
    max-width: unset;
    padding: unset;
    margin: 0 auto;