.popupBg, .popupWr {
    position: fixed;
    top: 0;
    left: 0
}

.popupBg, .popupTable, .popupWr {
    width: 100%;
    height: 100%
}

.popupWr {
    display: none;
    z-index: 1000000;
    max-height: 100vh;
}

.popupArea, .popupCaption, .popupClose, .popupCloseWr, .popupModalBtn {
    display: inline-block
}

.popupText {
    font-size: 14px !important
}

.popupBg {
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60)
}

.popupTable {
    position: relative;
    text-align: center
}

.popupArea {
    position: relative;
    text-align: left;
    border-radius: 4px
}

.popupInner {
    padding: 6px
}

.popupWait {
    margin: 5px 0 0
}

.popupLoadingWr {
    padding: 14px;
    font-size: 20px;
    background: #fff
}

.popupCaption {
    margin: 7px 0 0 12px;
    color: #fff;
    font-size: 14px
}

.popupHeader {
    height: 31px;
    background: #555
}

.popupContent {
    padding: 9px 0 5px;
    font-size: 13px;
    background: 0 0
}

.popupContent.popupContentSimple {
    padding: 0
}

.popupModalContent {
    width: 448px;
    background: #f7f7f7
}

.popupCloseWr {
    float: right;
    width: 24px;
    height: 23px
}

.popupClose {
    margin: 6px 0 0 3px;
    color: #fff;
    cursor: pointer;
    opacity: .8
}

.popupClose:hover {
    opacity: 1
}

.popupModalMsg {
    padding: 10px 15px 15px;
    font-size: 15px;
    color: #576a78;
    word-wrap: break-word;
    text-align: center
}

.popupModalCancelBtn, .popupModalOkBtn {
    color: #444;
    line-height: 22px;
    border-radius: 3px
}

.popupControl {
    padding: 3px;
    outline: 0
}

.popupModalBrand, .popupModalTf {
    margin: 0 25px;
    padding: 3px 5px;
    width: 384px;
    outline: 0
}

.popupModalRememberWr {
    position: absolute;
    margin: 7px 0 0
}

.popupModalRememberWr label {
    position: relative;
    top: -2px
}

.popupModalBtnWr {
    padding: 15px 0;
    text-align: center
}

.popupModalBtn {
    margin: 0 20px;
    padding: 4px 0 3px;
    width: 88px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer
}

.popupModalBtn:hover {
    opacity: .7
}

.popupModalOkBtn {
    background: #bbb
}

.popupModalCancelBtn {
    background: #ddd
}

.popupInformedBtn {
    width: 180px;
    background: #3498db !important
}

.popupSupportLink {
    color: #50afef
}

.popup_wr {
    -webkit-animation: openp .6s;
    animation: openp .6s
}

@keyframes openp {
    0% {
        transform: scale(.3)
    }
    100% {
        transform: scale(1)
    }
}

@-moz-keyframes openp {
    0% {
        transform: scale(.3)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes openp {
    0% {
        transform: scale(.3)
    }
    100% {
        transform: scale(1)
    }
}

@-ms-keyframes openp {
    0% {
        transform: scale(.3)
    }
    100% {
        transform: scale(1)
    }
}

@-o-keyframes openp {
    0% {
        transform: scale(.3)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes closep {
    0% {
        transform: scale(.3)
    }
    100% {
        transform: scale(1)
    }
}

@-moz-keyframes closep {
    0% {
        transform: scale(.3)
    }
    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes closep {
    0% {
        transform: scale(.3)
    }
    100% {
        transform: scale(1)
    }
}

@-ms-keyframes closep {
    0% {
        transform: scale(.3)
    }
    100% {
        transform: scale(1)
    }
}

@-o-keyframes closep {
    0% {
        transform: scale(.3)
    }
    100% {
        transform: scale(1)
    }
}