.popup-wrap {
        display:none;
        position: fixed;
        z-index: 99;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;    
        background-color: rgba(0,0,0,.5);    
}
.popup-wrap > div {
        position: relative; 
        width: 100%;
        height: 100%;  
            
           
}
.popup-wrap .obsah-wrap {         
        display: flex;
        align-items: center;
        justify-content: center;      
    
}
.popup-wrap .obsah-wrap .obsah{
        width: 300px;
        background: white;
        position: relative;
 }
.popup-wrap .obsah-wrap .obsah .blok-close {

        position: absolute;
        bottom: .25em;
        right: .25em;
}
.popup-wrap .obsah-wrap .obsah .blok-obsah {

        margin: 1em 1em 1.5em 1em;
}

.popup-wrap .obsah-wrap .obsah.newsletter {
        width: 450px;
}


.popup-newsletter > .obsah {

}

.popup-newsletter > .formular {
       
} 
.popup-newsletter > .formular > *{
        float: left;
} 
.popup-newsletter > .formular > input{
       width:  75%;
}

.popup-newsletter .row div form  button.btn{
        margin-bottom: 0 !important;
        padding: 10px 20px ;
       
}
.popup-newsletter  button.popup-btn  {
        background-color: red !important;
        border: none ;

}
.popup-newsletter p{
        line-height: 1.6em !important;
}