#ac-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1032;
}
#popup {
    z-index: 20000;
    max-width: 1000px;
    /*height: 375px;*/
    background: rgba(255, 255, 255, .9);
    border: 1px solid lightgrey;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    /*box-shadow: 0px 0px 5px grey;*/
    /*-moz-box-shadow: #64686e 0px 0px 3px 3px;*/
    /*-webkit-box-shadow: #64686e 0px 0px 3px 3px;*/
    position: relative;
    margin: 10% auto;
    padding-bottom: 40px;
}
.block_popup{
    height: 200px;
}
/*---------------------------------------------------------------------RESPONSIVE-------------*/
@media screen and (max-width: 756px) {
.hide-pop{
    display: none;
}
}
