.channels-info-block {
    width: 40px;
    height: 40px;
    left: calc(130px - 20px);
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    bottom: 15px;
    font-size: 20px;
    background: #229ed9;
    cursor: pointer;
    line-height: 40px;
    position: fixed;
    border-radius: 100%;
    display: block;
    border: none;
    color: #ffffff;
    z-index: 10;
}

.channels-info-block:hover {
    background: #0078c4;
}

.channels-telegram .channels-telegram__tx {
    height: 60px;
    width: 60px;
    border-radius: 20px;
    background: #ffffff url(https://tophotels.ru/csstx/i/crown-yellow.svg) center / 34px no-repeat;
}

.channels-telegram::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: url(https://tophotels.ru/csstx/images/th/info-block/telega.png) right top/86% no-repeat;
}

.teleg {
    width: 500px;
    height: 500px;
    border-radius: 100%;
    border: 50px solid #dfa918;
    background: #ffffff url(https://tophotels.ru/csstx/i/crown-yellow.svg) center/230px no-repeat;
}

.bth__btn.channels-telegram-btn {
    border: none;
    color: #ffffff !important;
    background-color: #318cc6;
}

.bth__btn.channels-telegram-btn:hover {
    background-color: #215f86;
}

.channels-telegram .channels-telegram__txt {
    padding-left: 10px;
}

.channels-telegram-wrap:hover, .channels-telegram:hover {
    background: #1e3d65;
}

.channels-telegram-wrap .channels-telegram {
    background: inherit !important;
}

.channels-telegram-wrap {
    border-radius: 10px;
    display: block;
    background: #234777;
}

.channels-telegram {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    max-width: 633px;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    color: #ffffff !important;
    font-size: 20px;
    border-radius: 10px;
    background: #234777;
    padding: 50px 60px 40px 60px;
}

@media screen and (max-width: 1800px) {
    html .channels-info-block {
        left: 15px;
    }
}

@media screen and (max-width: 550px) {
    .channels-telegram {
        padding: 25px 25px 20px 25px;
        height: 220px;
        font-size: 17px;
    }

    .channels-telegram .channels-telegram__tx {
        width: 43px;
        border-radius: 10px;
        height: 43px;
        background-size: 21px;
    }

    .channels-telegram::before {
        top: -15px;
        background-position: right center;
    }
}