
  /*.sp-coupon-layer  { position:fixed; top:0; left:0; width:100%; height:100%; z-index:10050; opacity: 0;}
  .sp-coupon-layer.active  { opacity: 1; visibility: visible;}
  .sp-coupon-layer:before { position:absolute; display:block; content:""; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.9;}
  .sp-coupon-layer .popup_main {position:absolute;max-width:100%;top:50%;left:50%;transform:translate(-50%, -50%);}
  .sp-coupon-layer .popup_main.app { position:absolute; max-width:100%; top:100px; transform:translateX(-50%);  }
  .sp-coupon-layer .cl-close    { position:absolute; right:0px; top:0px; width:60px; cursor: pointer;}*/

.popup_div {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display:none;
}

.popup_div:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.75;
}

.popup_content {
    position: absolute;
    width: 650px;
    max-height: 500px;
    overflow-y: auto;
    background-color: #FFF;
    max-width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);   
}

.popup_main > .events-blk {
    margin-left: 23px;
    margin-right: 23px;    
}

.cl-close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    cursor: pointer;
}

.popup_main > span.title {
    text-align: center;
    display: block;
    font-size: 18px;
    margin-top: 23px;
    margin-left: 23px;
    font-weight: 800;
}

.popup_main > p {
    display: block;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
}