.pop-stop {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000000c9;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

.pop-stop-frame {
    background-color: #00b0e5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 45px 35px;
    max-width: 480px;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
    box-shadow: 1px 11px 20px 0px #00000045;
    color: white;
    font-family: 'Montserrat',sans-serif;
}
