.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;
}

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

.channels-lower .channels-lower__block:hover .bth__btn.channels-telegram-btn,
.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;
}

.channels-lower .channels-lower__block::before {
    content: '';
    left: 30px;
    position: absolute;
    width: 120px;
    height: 100%;
    top: 0;
    background: url(https://tophotels.ru/csstx/images/th/info-block/telega-bn.png) center/contain no-repeat;
}

.channels-lower {
    position: relative;
}

.channels-lower .channels-lower__block:hover {
    background-color: rgba(52, 136, 178, 0.24);
}

.channels-lower .channels-lower__block {
    position: relative;
    border-radius: 10px;
    display: block;
    background-color: #d4e4f2;
    padding: 15px 60px 15px 200px;
}

.channels-lower .channels-lower__cross:hover {
    color: #ab2a2a;
}

.channels-lower .channels-lower__cross {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    font-size: 17px;
    width: 60px;
    display: block;
    line-height: 60px;
    cursor: pointer;
    height: 60px;
    text-align: center;
    z-index: 2;
}

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

@media screen and (max-width: 1023px) {
    .channels-lower .channels-lower__block {
        padding-left: 80px;
    }

    .channels-lower .channels-lower__cross {
        width: 50px;
        line-height: 50px;
        height: 50px;
    }

    .channels-lower .channels-lower__block::before {
        left: 10px;
        width: 50px;
    }
}

@media screen and (max-width: 767px) {
    .channels-lower .channels-lower__block {
        padding: 15px;
        text-align: center;
    }

    .channels-lower .channels-lower__block::before {
        position: static;
        display: block;
        width: 100%;
        height: 70px;
        margin-bottom: 10px;
    }
}

@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;
    }
}