.like-amo-btns {
    position: fixed;
    bottom: 85px;
    right: 17px;
    display: flex;
    flex-direction: column;
    row-gap: 7px;
    z-index: 9999;
}

.amo-btn {
    display: block;
    width: 55px;
    height: 55px;
    position: relative;
    z-index: 99;
    cursor: pointer;
    border-radius: 30px;
    visibility: visible;
    opacity: 1;
    box-shadow: 0 10px 6px -6px #777;
    text-align: center;
}
.amo-btn a {
    width: 55px;
    height: 55px;
    display: block;
}

.amo-btn:hover {
    opacity: .8;
}

.amo-wp {
    background: #57d163 url("/wp-content/uploads/social-contacts/whatsapp.svg") 50% no-repeat
}

.amo-telegram {
    background: #2ca8dd url("/wp-content/uploads/social-contacts/telegram.svg") 50% no-repeat;
}

.amo-viber {
    background: #665cac url("/wp-content/uploads/social-contacts/viber.svg") 50% no-repeat;
    background-size: 72%;
}

.amo-messenger {
    background: #0281ff url("/wp-content/uploads/social-contacts/messenger.svg") 50% no-repeat;
    background-size: 63%;
}
.amo-phone{
    background: #0281ff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.amo-phone a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.amo-phone img{
    width: 35px;
    filter: brightness(0) invert(1);
}