.g-contacts {
    background-image: url('assets/images/telegram.svg');
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    margin-left: 15px;
}

.vk-contacts {
    background-image: url('assets/images/vk.svg');
    display: inline-block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0;
    margin-left: 15px;
}


.call {
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 10000;
}
