#popup,
#popup2,
.bMulti {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 0 25px 5px #999;
    color: #111;
    display: none;
    min-width: 450px;
    padding: 25px;
}

#popup {
    left: 424.5px;
    position: absolute;
    top: 1200px;
    z-index: 9999;
    opacity: 1;
    display: block;
    width: 20%;
    font-family: Arial;
    font-size: 14px;
}

.button.b-close,
.button.bClose {
    border-radius: 50%;
    box-shadow: none;
    font: bold 127% sans-serif;
    position: absolute;
    right: -10px;
    padding: 8px;
    top: -12px;
    border: 2px solid #fff;
    width: 30px !important;
    height: 30px;
    text-align: center;
    line-height: 11px;
}

.popup_content ul li {
    line-height: 20px;
}

#popup .logo {
    color: #2b91af;
    font: bold 325% 'Petrona', sans;
}

.button>span {
    font-size: 82%;
    /*margin-left: -4px;*/
}

.button {
    background-color: #3c509a;
    border-radius: 10px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.b-modal __b-popup1__ {
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.7;
    z-index: 9998;
    cursor: pointer;
    background-color: rgb(0, 0, 0);
}

#popup {
    display: none;
}

.popup_header {
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #000;
    padding-bottom: 4px;
}