.popup,
.popup:before,
.popup:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.popup {
    display: none;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 700px;
    margin-left: -350px;
    padding: 50px 30px;
    background: #fff;
    color: #333;
    font-size: 19px;
    line-height: 30px;
    border: 10px solid #150e2d;
    z-index: 9999
}

.popup-mobile {
    position: relative;
    top: 0;
    left: 0;
    margin: 30px 0 0;
    width: 100%
}

.popup-btn-close {
    position: absolute;
    top: 8px;
    right: 14px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer
}

.popup-btn-ok {
    border: 1px solid gray;
    border-radius: 7%;
    font-size: .875;
    word-wrap: break-word;
    max-width: 100%;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    float: right;
    cursor: pointer
}
