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

.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:25px;
    
/*    -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:25px;
    height:25px;
}

.booksy {
	background-color: rgba(234, 248, 191, 0.45) !important;
}

.phones a.anchor {
	display:none;
}