.telegram_icon{
    top: 39%;
    position: fixed;
    right: 2%;
    color: white;
    background: #007bff;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    cursor: pointer;
}
.facebook_icon{
        top: 47%;
    position: fixed;
    right: 2%;
    color: white;
    background: #007bff;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    cursor: pointer;
}
    .top_menu{
            margin-bottom: 40px;
    }
    .bot_icon{
        top: 15%;
    position: fixed;
    right: 2%;
    color: white;
    background: black;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    cursor: pointer; 
    }
    .profile_icon{
        top: 23%;
    position: fixed;
    right: 2%;
    color: white;
    background: black;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    }
    .support_icon{
        display: none;
        top: 31%;
    position: fixed;
    right: 2%;
    color: white;
    background: #397f14;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    }
    .users_icon{
        top: 65%;
    position: fixed;
    right: 2%;
    color: white;
    background: red;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    }
    