.telegram_block{
    display: flex;
    text-decoration: none;
    margin: 10px;
    max-width: 100%;
    min-width: 280px;
}
.telegram_block:hover{
    text-decoration: none;
}
.telegram_icon{
    background: url(../images/tm.png) no-repeat center;
    background-size: contain;
    max-width: 150px;
    min-width: 80px;
}
.telegram_text{
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #1896D5;
    font-weight: 700;
    text-align: right;
}
.telegram_telegram{
    font-size: 1.5em;
}
.telegram_telegram span, .telegram_link span{
    color: #000;
}
@media(min-width: 480px){
    .telegram_block{
        max-width: 980px;
        margin: 20px auto;
    }
    .telegram_icon{
        min-width: 110px;
    }
    .telegram_text{
        font-size: 1.6rem;
        line-height: 2.1rem;
    }
}