    .callback_float {
        position: fixed;
        left: 24px;
        bottom: 80px;
        z-index: 98;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 45px;
        height: 45px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        /*border: 3px solid rgba(255, 255, 255, 0.3);*/
        border-radius: 50px;
        background: rgb(1, 199, 22) none repeat scroll 0% 0%;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }
