.telegram-subscribe {
    margin: 30px 0;
    clear: both;
    display: block;
    text-decoration: none;
    position: relative;
}

img.telegram-subscribe-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.telegram-subscribe-img-right {
    position: absolute;
    bottom: 0;
    right: 0;
    object-fit: contain;
    z-index: 1;
    width: 100%;
    height: 170px;
    left: -25px;
}

.telegram-subscribe__inside {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 20px 15px;
    z-index: 2;
}

.telegram-subscribe__info {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.telegram-subscribe__title {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    word-break: break-word;
    color: #fff;
}

.telegram-subscribe__subtitle {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    word-break: break-word;
    color: #fff;
}

.telegram-subscribe__description {
    margin: 6px 0 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.telegram-subscribe__buttons {
    margin: 0 auto 150px;
}

.telegram-subscribe__button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px 0 5px;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    background: linear-gradient(0deg, #1D93D2 0%, #38B0E3 100%), #FFF;
    border-radius: 5px;
}

.telegram-subscribe__button:before {
    content: "";
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 36 36'%3E%3Cpath fill='%23fff' fill-opacity='.5' d='M18 36c9.941 0 18-8.059 18-18S27.941 0 18 0 0 8.059 0 18s8.059 18 18 18Z'/%3E%3Cpath fill='%23C8DAEA' d='m12.184 19.315 2.136 5.912s.267.552.552.552c.285 0 4.539-4.424 4.539-4.424l4.728-9.134L12.26 17.79l-.077 1.526Z'/%3E%3Cpath fill='%23A9C6D8' d='m15.016 20.832-.41 4.357s-.171 1.336 1.162 0c1.336-1.336 2.613-2.365 2.613-2.365l-3.365-1.992Z'/%3E%3Cpath fill='%23fff' d='m12.224 19.525-4.392-1.432s-.525-.213-.355-.696c.035-.098.104-.184.315-.33.973-.678 18.016-6.806 18.016-6.806s.48-.162.765-.053c.131.048.214.104.283.31.027.074.04.231.037.386-.002.112-.016.219-.026.381-.104 1.675-3.211 14.174-3.211 14.174s-.187.73-.85.757c-.243.008-.54-.04-.891-.344-1.307-1.125-5.824-4.16-6.822-4.827-.056-.037-.072-.085-.082-.133-.014-.07.061-.157.061-.157s7.864-6.99 8.072-7.723c.016-.056-.045-.085-.128-.061-.523.192-9.576 5.909-10.576 6.541-.053.037-.216.013-.216.013Z'/%3E%3C/svg%3E") no-repeat center;
    border-radius: 50%;
    overflow: hidden;
}

.telegram-subscribe__button:hover {
    opacity: .9;
}

@media (min-width: 768px) {
    .telegram-subscribe {
        background-size: cover;
    }

    .telegram-subscribe-img-right {
        height: 100%;
        left: auto;
        width: auto;
    }

    .telegram-subscribe__inside {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 40px 260px 20px 20px;
        background-position: right -20px center;
    }

    .telegram-subscribe__info {
        text-align: left;
    }

    .telegram-subscribe__description {
        margin-bottom: 0;
        text-align: left;
    }

    .telegram-subscribe__buttons {
        margin: 0 0 0 20px;
    }
}

@media (min-width: 1024px) {
    .telegram-subscribe__title {
        font-size: 34px;
        line-height: 34px;
    }

    .telegram-subscribe__description {
        font-size: 18px;
        line-height: 20px;
    }

    .telegram-subscribe__buttons {
        margin: 0 0 0 40px;
    }
}
