.wish-banner {
    --green: #00A651;
    --dark-green: #066F3A;
    --yellow: #FEF236;
    --red: #ED1C24;
    width: 1280px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    margin-top: 45px;
}
#banner-coupons {
    padding-left: 50px;
}
#banner-coupons .b-main {
    width: 448px;
    margin-right: 67px;
}
#banner-coupons .form {
    margin-top: 12px;
}
#banner-coupons .form-field input {
    font-size: 0.8125em;
    height: 35px;
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
    background-color: #fff;
    width: 232px;
    text-indent: 14px;
    letter-spacing: 0.013em;
}
#banner-coupons .form-field input,
#banner-coupons .form-field ::placeholder {
    opacity: 1;
    color: var(--black);
}
#banner-coupons .form-field ::placeholder {
    font-size: 1em;
}
#banner-coupons .form-action {
    margin-left: -28px;
}
#banner-coupons .form-action [type="submit"] {
    font-size: 0.9375em;
    width: 130px;
    height: 35px;
    border-radius: 18px;
    padding: 0;
}
#banner-coupons .b-coupon {
    margin-top: -43px;
}
#banner-coupons .lights-left {
    left: -80px;
    bottom: -20px;
}
#banner-coupons .lights-right {
    right: -65px;
    bottom: -46px;
}
#popup-coupons{
    --green: #00A651;
    font-size: 16px;
    z-index: 999999;
    margin: 0;
}
#popup-coupons .popup-overlay{
    background-color: rgba(0,0,0,0.86);
}
#popup-coupons .popup-content{
    width: 570px;
    height: 570px;
    max-height: 100%;
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 61px 15px 0;
    background-image: url(../../images/banners/coupons/thanks-back.png);
    background-image: -webkit-image-set(url("../../images/banners/coupons/thanks-back.png") 1x, url("../../images/banners/coupons/thanks-back@2x.png") 2x);
    border-radius: 5px;
}
#popup-coupons .popup-close {
    padding: 20px;
} 
#popup-coupons .button {
    margin-top: 4px;
    width: 225px;
    height: 45px;
    border-radius: 23px;
    font-size: 1.125em;
}
#popup-coupons .lights-top {
    right: -63px;
    top: -51px;
}
#popup-coupons .lights-bottom {
    left: -122px;
    bottom: -75px;
}
@media screen and (max-width: 1279px) {
    .wish-banner {
        border-radius: 0;
    }
    #banner-coupons {
        padding-right: 0;
    }
}
@media screen and (max-width: 991px) {
    #banner-coupons .b-main {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .wish-banner {
        border-radius: 5px;
    }
    #banner-coupons {
        flex-direction: column;
        background-image: none;
        max-width: calc(100% - 40px);
        padding-top: 35px;
        padding-left: 0;
    }
    #banner-coupons .b-main {
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top: 0;
        padding-bottom: 0;
    }
    #banner-coupons .b-coupon {
        margin-top: 20px;
        margin-bottom: -16px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media screen and (max-width: 567px) {
    #banner-coupons .b-image {
        right: -29px;
    }
    #banner-coupons .form-field input {
        width: 224px;
    }
    #banner-coupons .form-action [type="submit"] {
        width: 104px;
    }
    #popup-coupons .popup-content{
        padding-top: 84px;
        width: 100%;
        height: 689px;
        max-height: 100%;
        background-position: bottom center;
        background-image: url(../../images/banners/coupons/thanks-back-m.jpg);
        background-image: -webkit-image-set(url("../../images/banners/coupons/thanks-back-m.jpg") 1x, url("../../images/banners/coupons/thanks-back-m@2x.jpg") 2x);
    }
    #popup-coupons .button {
        margin-top: 4px;
    }
}