.call_widgets {
    position: fixed;
    left: 10px;
    top: 50%;
    z-index: 9999999;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.call_widgets:before {
    content: "";
    display: block;
    width: 2px;
    left: 0;
    right: 0;
    top: -100px;
    height: 100px;
    background: #000;
    position: absolute;
    margin: 0 auto;
}
.call_widgets:after {
    content: "";
    display: block;
    width: 2px;
    left: 0;
    right: 0;
    height: 100px;
    background: #000;
    position: absolute;
    margin: 0 auto;
}

.call_widgets i {
    border-radius: 1000px;
    padding: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    margin: 10px 0;
    box-sizing: content-box;
}

.call_widgets i:hover {
    opacity: 0.8;
}

.call_widgets a:hover {
    text-decoration: none;
}

.call_widgets .fa-phone {
    background: #071E22;
}
.call_widgets .fa-whatsapp {
    background: #25D366;
}
.call_widgets .fa-telegram {
    background: #2AABEE;
}
.call_widgets .fa-viber {
    background: #7360F2;
}