.telegram-subscribe--center {
    position: relative;
    margin: 30px 0;
    background: linear-gradient(92.12deg, #46C8E4 0%, #65A1FB 40.32%, #5074FC 100%);
    overflow: hidden;
}

.telegram-subscribe--center .telegram-subscribe__inside {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 150px;
    padding: 30px 15px;
    background-repeat: no-repeat;
    background-position: center center;
}

.telegram-subscribe--center .telegram-subscribe__inside--after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    opacity: 0.2;
}

.telegram-subscribe--center .telegram-subscribe__title {
    position: relative;
    font-size: 34px;
    line-height: 34px;
    font-weight: bold;
    word-break: break-word;
    color: #ffffff;
    z-index: 1;
}

.telegram-subscribe--center .telegram-subscribe__subtitle {
    position: relative;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    word-break: break-word;
    color: #ffffff;
    z-index: 1;
}

.telegram-subscribe--center .telegram-subscribe__description {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
    z-index: 1;
}

.telegram-subscribe--center .telegram-subscribe__button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 50px;
    margin: 40px 0;
    padding: 0 20px 0 5px;
    font-size: 18px;
    line-height: 21px;
    font-weight: bold;
    color: #3FA0E1;
    white-space: nowrap;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 1;
}

.telegram-subscribe--center .telegram-subscribe__button-icon {
    content: "";
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.telegram-subscribe--center .telegram-subscribe__button:hover {
    background-color: #ededed;
}

.telegram-subscribe--right {
    display: flex;
    flex-direction: column;
    margin: 15px 0;
    padding: 15px 8px 15px;
    background-color: #2182C3;
    background-repeat: no-repeat;
    background-position: center bottom -80px;
    clear: both;
    overflow: hidden;
}

.telegram-subscribe--right .telegram-subscribe__info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.telegram-subscribe--right .telegram-subscribe__poster {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100px;
    margin: 0 0 -10px -10px;
}

.telegram-subscribe--right .telegram-subscribe__poster-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

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

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

.telegram-subscribe--right .telegram-subscribe__description {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
}

.telegram-subscribe--right .telegram-subscribe__description--desktop {
    display: none;
}

.telegram-subscribe--right .telegram-subscribe__buttons {
    margin: 0 auto;
}

.telegram-subscribe--right .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;
    color: #076FB5;
    white-space: nowrap;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 5px;
}

.telegram-subscribe--right .telegram-subscribe__button-icon {
    content: "";
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.telegram-subscribe--right .telegram-subscribe__button:hover {
    background-color: #ededed;
}

@media (min-width: 360px) {

    .telegram-subscribe--right {
        padding: 15px;
    }
}

@media (min-width: 576px) {

    .telegram-subscribe--right .telegram-subscribe__poster {
        width: 180px;
    }
}

@media (min-width: 768px) {

    .telegram-subscribe__bg {
        content: "";
        position: absolute;
        top: 0;
        width: 380px;
        height: 100%;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        opacity: 0.2;
    }

    .telegram-subscribe__bg--before {
        left: -150px;
    }

    .telegram-subscribe__bg--after {
        right: -150px;
    }

    .telegram-subscribe--center .telegram-subscribe__inside {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 20px;
    }

    .telegram-subscribe--center .telegram-subscribe__inside--after {
        background-size: 380px auto;
    }

    .telegram-subscribe--center .telegram-subscribe__info {
        width: 220px;
    }

    .telegram-subscribe--center .telegram-subscribe__title {
        font-size: 32px;
        line-height: 32px;
    }

    .telegram-subscribe--center .telegram-subscribe__description {
        width: 220px;
        font-size: 18px;
        text-align: left;
    }

    .telegram-subscribe--center .telegram-subscribe__button {
        margin: 0;
    }

    .telegram-subscribe--right {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        position: relative;
        margin: 30px 0;
        padding: 10px 32px 10px 24px;
        background-position: right -15px center;
    }

    .telegram-subscribe--right .telegram-subscribe__info {
        margin-bottom: 10px;
    }

    .telegram-subscribe--right .telegram-subscribe__title,
    .telegram-subscribe--right .telegram-subscribe__subtitle,
    .telegram-subscribe--right .telegram-subscribe__description {
        max-width: 300px;
    }

    .telegram-subscribe--right .telegram-subscribe__title {
        font-size: 34px;
        line-height: 34px;
    }

    .telegram-subscribe--right .telegram-subscribe__description {
        margin: 10px 0 0;
        text-align: left;
    }

    .telegram-subscribe--right .telegram-subscribe__description--desktop {
        display: block;
    }

    .telegram-subscribe--right .telegram-subscribe__description--mobile {
        display: none;
    }

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