.telegram .subscribe__telegram {
    position: fixed;
    z-index: 15;
    left: 3em;
    bottom: 3em;
    border: 1px solid #d4fbfb;
    text-align: center;
    padding: 20px 20px 15px;
    background-color: azure;
}

@media only screen and (max-width: 760px) {
    .telegram .subscribe__telegram {
        left: 1em;
        bottom: 1em;
    }
}

.telegram .subscribe__hide {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.telegram .subscribe__hide:hover {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.telegram .subscribe__telegram div {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.telegram .subscribe__telegram div h4 {
    margin-left: 10px;
    color: #191e3d;
    font-size: 14px;
}

.telegram .subscribe__telegram a {
    display: block;
    background-color: #2ea5d8;
    color: #fff;
    text-decoration: none;
    padding: 8px 35px;
    font-size: 14px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
}

.telegram .subscribe__telegram a:hover {
    background-color: #2783ab;
}
