.dpdpa--popup p{
    font-weight: 300;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
}
.dpdpa--popup {
    z-index: 999999999999;
    position: fixed;
    background: #000000e3;
    max-width: 655px;
    left: 1em;
    right: 1em;
    bottom: 30px;
    border-radius: 4px;
    padding: 40px 30px 20px;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: all .5s ease-out;
}
.wrap:lang(en) .dpdpa--popup {
    max-width: 666px;
}
.dpdpa--popup.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
    transition-delay: 1000ms;
    transition: all .3s ease-out;
}
.dpdpa--popup .text-light{
    color:#fff;
}
.dpdpa--popup .dpdpa--popup-text a{
    color: var(--msColor);

}
.dpdpa--popup .dpdpa--popup-button {
    background: var(--msColor);
    padding: 6px 15px;
    border-radius: 5px;
    text-align: right;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.01em;
}
.dpdpa--popup .dpdpa--popup-button:hover{
    color: var(--msColor)!important;
    background: #fff;
}
.dpdpa--popup .pdpa-close {
    position: absolute;
    top: -11px;
    left: -11px;
}
.dpdpa--popup .pdpa-close .close-btn {
    font-family: Prompt,Roboto,'Open Sans',Tahoma,sans-serif;
    display: block;
    color: #000;
    font-size: 58px;
    font-weight: 100;
    line-height: 18px;
    text-align: center;
    width: 22px;
    height: 21px;
    padding-left: 1px;
    background: #fff;
    border-radius: 50%;
}
.wrap:lang(en) .dpdpa--popup .pdpa-close .close-btn {
    font-size: 31px;
    font-weight: 400;
    line-height: 21px;
    height: 22px;
}
.dpdpa--popup .pdpa-close .close-btn:hover{
    cursor: pointer;
    background: #535353;
    color: #fff
}
.dpdpa--popup {
    
}
@media only screen and (max-width: 767px){
    .dpdpa--popup {
        bottom: 20px;
        padding: 30px 20px 20px;
    }
}
@media only screen and (max-width: 380px){
    .dpdpa--popup p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 380px){
    .wrap:lang(en) .dpdpa--popup p {
        font-size: 14px;
    }
}