.spb_overlay{
background-color: rgba(233, 242, 239, 0.95);
padding: 30px 0px;

align-items: center;
justify-content: center;
flex-wrap: wrap;
display: flex;
}

.spb-popup-main-wrapper{
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  padding: 0;
  border: none;
  background: white;
max-width: 840px;
width: 90% !important;

-webkit-box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.08);
-moz-box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.08);
box-shadow: 0px 0px 49px 0px rgba(0,0,0,0.08);

}

#drualas-popup-content .media--type-image {
  margin: 0px 0px;
  line-height: 1px;
}

.spb-controls {
  right: 0px;
}

 

 .spb_close{
width: 36px;
background: url(../images/default/close.svg) no-repeat center center white;
background-size:15px auto;
height: 36px;
cursor:pointer;
float: none;line-height:100em;overflow:hidden;display:block;
position: absolute;
top: 0px;
right:0px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
border: none;
margin: 0px;
padding: 0px;
 
}




/*=======================================
	custom
=======================================*/
/*
#block-webform {
  display: none;
}*/

/*
.webform-submission-kontaktni-formular-form,
#block-jestenemamcenovounabidkusrovnani {
  display: none;
}
*/
.spb-controls{
z-index:unset;
}


.spb_close:after{
  z-index: 1000001;

content:"";display:block;
height:36px;width:36px;top:0px;left:0px;position:absolute;
} 

.spb_close:before{
content:"";display:block;
height:100vh;width:100vw;top:0px;left:0px;position:fixed;
} 

.spb-controls + *{
 padding:40px;

  z-index: 1000000;
  position: relative;
}


.spb-popup-main-wrapper{
}

@media all and (max-width: 550px) {

.spb-controls + *{
 padding:20px;
}

.spb-popup-main-wrapper{
padding:0px;
}

.spb_close{  top: -20px;}

}

#block-views-block-popup-block-1{display:none;}


