.abz_popup {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 9999999999999;
}
.popup_img {
    width: 100%;
    text-align: center;
    max-width: 600px;
    margin: auto;
    margin-top: 30px;
    padding: 20px;
}
.popup_img img {
    margin: auto;
}
.barre {
    /* padding: 20px; */
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
}
.bar_1 {
    transform: rotate(45deg);
    vertical-align: 17px;
}
.bar_2 {
    transform: rotate(-45deg);
    margin-top: -1px;
    vertical-align: 17px;
}
.close_popup {
    float: right;
    padding: 10px 0px;
    cursor: pointer;
}