*,
*:before,
*:after{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.popup{
    background-color: #323232 !important;
    width: 360px;
    padding: 2em;
    position: absolute;
    z-index:1975;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 80%;
    border-radius: 4px;
    display: none;
    text-align: center;
}
.popup button{
    display: block;
    margin:  0 0 6px auto;
    background-color: transparent;
    font-size: 30px;
    color: #c5c5c5;
    border: none;
    outline: none;
    cursor: pointer;
}
.popup p{
    font-size: 14px;
    text-align: justify;
    margin: 8px 0;
    line-height: 16px;
    color:white;
}

