.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%);
    width: 539px;
}

.coupon-prompt__img, .coupon-prompt__img img {
    width: 100%;
    height: 100%;
}

.coupon-prompt__text {
    margin-top: 20px;
    font-size: 18px;
}

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

.coupon-prompt__content .title {
    font-size: 2em;
    text-align: center;
    margin: 1em auto .3em;
    text-transform: uppercase;
    font-weight: 500;
}

.coupon-prompt__content .subtitle {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 30px;
}

.coupon-prompt__content .text {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 12px;
}

.coupon-prompt__content .form .group {
    margin-bottom: 18px;
    padding: 0 40px;
}

.coupon-prompt__content .form input[type=text],
.coupon-prompt__content .form input[type=tel] {
    border: 1px solid;
    border-radius: 5px;
    color: #1C1D1E;
    font-size: 18px;
    padding: 20px;
    text-align: center;
    width: 100%;
}

.coupon-prompt__content .form button {
    background: #1C1D1E;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    padding: 20px 0;
    text-transform: uppercase;
    width: 100%;
}

.coupon-prompt__content .form button:hover {
    background: #1C1D1E;
}

.coupon-prompt__content .form .note {
    font-size: 12px;
    line-height: 16px;
    margin-top: 10px;
}

.coupon-prompt__content .form .note a {
    text-decoration: underline;
}

.coupon-prompt__content .text, .coupon-prompt__content .form{
    padding-left: 25px;
    padding-right: 25px;
}

.coupon-prompt__content .form{
    padding-bottom: 25px;
}

@media only screen and (max-width: 771px) {

    .coupon-prompt__content {
        top: 25%;
        margin: 0 auto;
        transform: none;
        left: auto;
        width: 100%;
    }

    .coupon-prompt__close {
        right: 0;
    }

    .coupon-prompt__content .subtitle {
        font-size: 24px;
    }

}

.coupon-prompt__content .group {
    position: relative;
}

.coupon-prompt__content .group .name, .coupon-prompt__content .group .email {
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px!important;
    width: 1px!important;
    z-index: -1;
    font-size: 1px;
    margin: 0!important;
    padding: 0!important;
    border: 0;
}