.block-popup, .block-popup2{
  position: fixed;
  z-index:8000;
  background: #fff;
  width: 500px;  
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border: 2px solid #001b5e;
  padding: 30px;
  box-shadow: 0 12px 20px -10px;
  text-align: center;
  display: none;
}

.sipopup{
width:300px !important;
margin-left:auto;
margin-right:auto;
}
@media (max-width: 768px) {
	.block-popup, .block-popup2 {width:80% !important;}
	.sipopup{width:80% !important;}
}
.block-popup span{
  position: fixed;
  color:#ff5e13;
  font-size:200%;
  font-weight:bold;  
  top: 5px;
  right: 15px;
  cursor: pointer;
}
.block-popup2 span{
  position: fixed;
  color:#ff5e13;
  font-size:200%;
  font-weight:bold;  
  top: 5px;
  right: 15px;
  cursor: pointer;
}
.overlay {
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.78);
  z-index: 7999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
/*
.open-modal {
	color:#ff5e13;
	cursor: pointer;
	text-decoration:underline;
	font-size: 16px;
}*/
.omlink {
	color:#ff5e13;
	cursor: pointer;
	text-decoration:underline;
	font-size: 16px;
}