﻿
.Telegram {
    position: fixed;
    bottom: 150px;
    right: 5px;
    z-index: 999999;
    cursor: pointer !important
}
    .Telegram img {
        width: 50px;
    }
    .Telegram i {
        color: #C5060F;
        font-size: 50px
    }


   



@media (max-width:767px) {
    .Telegram {
        position: fixed;
        bottom: 120px;
        right: 15px;
        z-index: 999999;
    }
        .Telegram i {
            font-size: 40px
        }
}
@media (min-width:767px) and (max-width:1023px) {
    .Telegram {
        position: fixed;
        bottom: 120px;
        right: 15px;
        z-index: 999999;
    }
        .Telegram i {
            font-size: 45px
        }
}
