#button-contact-vr { position: fixed; bottom: 20px; left: 20px; z-index: 999; }
#gom-all-in-one .button-contact { position: relative; margin-bottom: 10px; }
.phone-vr { position: relative; width: 50px; height: 50px; cursor: pointer; display: flex; justify-content: center; align-items: center; }
.phone-vr-circle-fill { width: 50px; height: 50px; position: absolute; background-color: #ff3e3e; border-radius: 50%; animation: phone-vr-circle-fill 2.3s infinite ease-in-out; opacity: 0.7; }
.phone-vr-img-circle { width: 50px; height: 50px; position: absolute; background-color: #ff3e3e; border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.phone-vr-img-circle img { width: 28px; height: 28px; filter: brightness(0) invert(1); }
#fanpage-vr .phone-vr-circle-fill, #fanpage-vr .phone-vr-img-circle { background-color: #0084ff; }
@keyframes phone-vr-circle-fill { 0% { transform: scale(.7); opacity: .6; } 50% { transform: scale(1); opacity: .6; } 100% { transform: scale(.7); opacity: .6; } }