.popup-content {
    display:none;	
}
.rs-popup {
    cursor:pointer;
    color:#fff;
    margin-left:0px;
    display: block;
    width: fit-content;
    background:#0d0a7a !important;
    padding:10px 20px;
}
.p-wrap {
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background:#2e2d51;
    max-width:800px;
    width:calc(100% - 80px);	
    z-index:1000000;
    border:2px solid #fff;
}
.p-cont {
    color: #fff;
    padding: 30px;
    text-align:center;
    font-size:2.5em;
    font-family: inherit;
}
.p-cont h2 {
    margin:0 0 0px 0;	
}
.closer {
    position:absolute;
    border-radius:50%;
    width:40px;
    height:40px;	
    background:#fff;
    border:4px solid #333;
    right: -20px;
    top: -20px;
    font-size: 44px !important;
    text-align: center;
    cursor:pointer;
    font-family: Arial !important;
    line-height: 0.75 !important;
}
.p-inner::-webkit-scrollbar {
    width: 9px;
}
.p-inner::-webkit-scrollbar-track {
    background: #333;
}
.p-inner::-webkit-scrollbar-thumb {
    background: #666;
}
.p-inner {
    height: 100%;
    scrollbar-width: thin;
    scrollbar-color: #666 #333;
}
.p-cont img {
    max-width:190px;
    width:100%;	
}
.p-num a{
    font-size:35px;
    font-weight:600;	
    color:#004994;	
}
.p-overlay {
    z-index:10000;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.7);	
    _backdrop-filter: blur(15px);	
}
.stop-scrolling {
    width: 100%;
    height: 100%;
    position: fixed;    
}
.rs-default {
   font-family: inherit;
}