.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%;
    width: 470px;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}

.coupon-prompt__content_telegram {
    width: 450px;
}

.coupon-prompt-certificate__bottom {
    display: flex;
    padding-top: 15px;
    align-items: flex-end;
}

.coupon-prompt-certificate__bottom-item {
    flex: 1 1 50%;
}

.coupon-prompt-certificate__bottom-item_left {
    text-align: left;
    flex: 1 1 60%;
}

.coupon-prompt-certificate__bottom-item_right {
    flex: 1 1 40%;
    display: flex;
    justify-content: flex-end;
}

.coupon-prompt-certificate__button {
    max-width: 80%;
    background-color: none;
    border: 1px solid #231F20;
    padding: 15px 20px;
    color: #231F20;
    text-transform: none;
    transition: all .2;
}

.coupon-prompt-certificate__button:hover {
    color: #4e494a !important;
    border: 1px solid #4e494a;
    cursor: pointer;
    text-decoration: none;
}

.coupon-prompt__close-button {
    width: 25px;
    height: 25px;
    background: url('img/close-button.png') no-repeat center/cover;
    position: absolute;
    top: 3%;
    right: 5%;
}
.coupon-prompt__close-button:hover {
    cursor: pointer;
}

.coupon-prompt__close {
    cursor: pointer;
    display: block;
    height: 42px;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 42px;
    z-index: 1011;
}

.coupon-prompt-certificate__image {
    background: url('img/bg.jpg') no-repeat center/cover;
    aspect-ratio: 1 / 1.5;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-transform: uppercase;
}

.coupon-prompt-certificate__text {
    color: #231F20;
    font-size: 20px;
    line-height: 100%;
}

.coupon-prompt-certificate__text_big {
    font-size: 35px;
}
.coupon-prompt-certificate__description {
    margin-top: 15px;
}
.coupon-prompt-certificate__top {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.coupon-prompt-certificate__image-banner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #231F20;
    text-align: center;
}

.coupon-prompt-certificate__info {
    padding: 16px 16px 24px;
}

@media screen and (max-width: 550px) {
    .coupon-prompt__content {
        width: 100%;
    }
	.coupon-prompt-certificate__image {
        padding: 40px 20px 40px 30px;
    }
}

@media screen and (max-width: 480px) {
    .coupon-prompt-certificate__image {
        font-size: 14px;
    }

    .coupon-prompt-certificate__text_big {
        font-size: 25px;
    }
}
