.coupon-prompt__wrapper {
    background: rgba(17, 17, 18, 0.75);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1010;
}

.coupon-prompt__wrapper * {
    box-sizing: border-box;
}

.coupon-prompt__content {
    background-color: #fff;
    padding: 0 !important;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);

}
.coupon-prompt__content_telegram {
    width: 350px;
}

.coupon-prompt__close {
    cursor: pointer;
    display: block;
    height: 42px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 42px;
    z-index: 1011;
}
.coupon-prompt-telegram__image {
    background: url('img/bg.png') no-repeat center/cover;
    aspect-ratio: 1 / 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px 16px 24px;
}
.coupon-prompt-telegram__image-banner {
    color: #ffffff;
    text-align: center;
    line-height: 18px;
}
.coupon-prompt-telegram__info {
    padding: 16px 16px 24px;
}
.coupon-prompt-telegram__text {
    margin-bottom: 16px;
    color: #000000;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}
.coupon-prompt__content a {
    display: inline-block;
    background: #1C1D1E;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 0;
    text-transform: uppercase;
    width: 100%;
    text-decoration: none;
}

.coupon-prompt__content a:hover {
    background: #1C1D1E;
}

