#popup{
    list-style: none; display: -ms-flexbox; display: -moz-flex; display: -webkit-flex; display: flex;
    justify-content: center;
}

#popup{
    position : fixed; top : 0px; left : 0px; width : 100%; height : 100%;
    background : rgba(0,0,0,0.83); z-index : 91; display: none;
}

#popup>.mCustomScrollbar{
    height : 80%; overflow : hidden;
    background: #fff;
    -moz-border-radius: 6px;  -webkit-border-radius: 6px;  border-radius: 6px; padding : 0.5em 0.5em 0.9em;
}
#popup>.mCustomScrollbar>.mCustomScrollBox{border : dashed 2px rgb(2 49 121); -moz-border-radius: 6px;  -webkit-border-radius: 6px;  border-radius: 6px;}
#popup .mCSB_container{
    padding : 2em 8em 3em 5em;
}
#popup>div{
   position: relative;
}
#popup .close{
    width: 32px;
    height: 32px;
    background: url(../img/closebtn.png) no-repeat 0% 0%;
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 99;
    cursor: pointer;
    background-size: cover;
}

#popup .content-area{margin: auto; float: none;}
#popup .alpha{text-align: center;}

#popup>.modal-form{
    max-width: 50em;
    margin: auto;
    padding: 2vw;
    background: #fff;
    text-align: center;
    border-radius: 1.4em;
    position: relative;
}
#popup>.modal-form .rob-b{
    font-size: 2.1em;
    padding: 0.5em 20% 0.68em;
    margin-left: auto;
    margin-right: auto;
}

#popup>.modal-form form h2, #popup>.modal-form  form .beta{
    padding: 1em 0.5em 0;
}

#popup .classic-b{
    font-size: 2em;
}

@media(min-width: 950px) {
    #popup>.mCustomScrollbar{
        width : 50%;
    }
}
@media(max-width: 949px) {
    #popup>.mCustomScrollbar{
        width : 90%;
    }
}
@media(min-width: 783px) {
    #popup>.mCustomScrollbar{
        margin : 11em auto 7%;
    }
}
@media(max-width: 782px){
    #popup>.mCustomScrollbar{
        margin : 12em auto 7%;
    }
}
@media (min-width:555px) {
    #popup .product-popup {
        padding-top: calc((500px) * 0.62) !important;
    }
}
@media (max-width:555px) {
    #popup .product-popup {
        padding-top: calc((100vw - 10%) * 0.62) !important;
    }
}
@media (max-width:449px) {
    #popup .modal-form.review {
        font-size: calc(0.6vh + 1vw);
        max-width: 100vw;
        position: absolute;
        bottom: 1em;
    }
}
#popup{
    display: none;
}