#abz_popup_info {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 999999999;
}
.abz_popup_info_content {
    width: 90%;
    margin: auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 2px 11px 1px #747474;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px;
    -ms-transform: translate(-50%,-50%);
}
p.cta_close_abz_popup_info{
     cursor: pointer;
    text-align: right;
}
#abz_popup {
    cursor: pointer;
}
.cta_close_abz_popup_info i {
    cursor: pointer;
    font-size: 18px;
    color: #000;
}
.abz_border {
     
}
.title_popuo_info {
    font-size: 20px;
    margin-bottom: 40px;
}
 