.popup-overlay{
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    width:100%;
    height:100vh;
    background-color:rgba(0,0,0,0.75);
    display: none;
    z-index: 999999;
}
.popup-wrap{
    position: relative;
    max-width:1000px;
    /*max-width: 467px;*/
    margin:0 auto;
}
.modal-popup{
    width: 100%;
    margin: 0 auto;
    height: 600px;
    padding: 0;
    top: 0;
    margin-top: 10px;
    max-width: 1000px;
    /*max-width: 445px;*/
    position: relative;
    
}
.modal-popup img{
    max-width:100%;
}
.popup-close{
    position: absolute;
    top: -9px;
    right: -10px;
    z-index: 99999;
    width: 31px;
    height: 33px;
    display: block;
}
.popup-close:hover{
    color:#fff;
}