.restriction__popup-visible .restriction__popup-wrapper {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    background-color: rgba(0,0,0,.8);
    z-index: 99999999;
}

.restriction__popup-content {
    width: 100%;
    max-width: 450px;
    padding: 40px 30px;
    background-color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
}

.restriction__popup-wrapper .divider {
    width: 100%;
    height: 1px;
    margin: 15px 0;
    background-color: #5b5d5a;
}
