.call_widgets {
    position: fixed!important;
    left: 10px!important;
    z-index: 9999999;
    top: 50%!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .call_widgets {
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        top: auto !important;

        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;

        text-align: center;
    }

    .call_widgets i {
        display: inline-flex!important;
    }

    .call_widgets a {
        position: relative
    }

    .call_widgets a:first-child:before {
        content: "";
        display: block;
        width: 80%;
        left: -60px;
        right: auto;
        top: auto;
        bottom: 20px;
        height: 2px;
        background: #000;
        position: absolute;
        margin: 0 auto;
    }

    .call_widgets a:last-child:after {
        content: "";
        display: block;
        width: 80%;
        left: 70px;
        right: auto;
        top: auto;
        bottom: 20px;
        height: 2px;
        background: #000;
        position: absolute;
        margin: 0 auto;
    }

    .call_widgets:before {
        display: none!important
    }

    .call_widgets:after {
        display: none!important
    }
}



.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: 30px;
    height: 30px;
    line-height: 30px;
    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 {
    text-decoration: none;
}

.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;
}