.modal {
  display: none; 
  position: fixed;
  z-index: 1;
  padding-top: 10%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #0e385a;
  background-color: #0e385ac2;
}

.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 0px;
  border: 5px solid #0e385a;
  width: 60%;
  direction: rtl;
}
/* iframe: */
.modal-content2 {
  background-color: #fff;
  margin: auto;
  padding: 20px;
  border: 1px solid #0e385a;
  width: 60%;
}

.close {
    color: #fff;
    font-size: 42px;
    font-weight: bold;
    background: #0e385a;
    display: block;
    width: 40px;
    height: 40px;
	line-height: 40px;
    text-align: center;
	margin: -5px -5px 0 0;
	z-index: 10;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.modal_frame{
	position:relative;
	margin: 30px;
}
.logo_popup{
	background: #0e385a;
	top: auto;
	left: auto;
	bottom: 0;
	right: 0;
}
.h_400{min-height: 400px;}
.logo_popup img{
	width: 240px;
	height: 51px;
	padding: 5px 10px;
}
.banner_bg{
	background: #fff url(../img/banner_bg.jpg) right bottom;
	background-size: cover;
	align-items: center;
	background-repeat: no-repeat;
}
.banner_content{padding: 0 0px 15px 15px;}
.banner_content.en_ver{
	direction: ltr;
	padding: 0 0px 15px 30px;
}
.banner_content h2{
	margin: 60px 0 20px 0;
}
.banner_content.en_ver h2{
	font-size: 40px;
}	
.banner_content p{
	width: 85%;
	font-size: 32px;
	font-weight: 600;
}
.banner_content.en_ver p{
	font-size: 28px;
}
.banner_content p.share{font-size: 18px; margin: 20px 0 0 0;}
.share svg{
    color: #0e385a;
    fill: currentColor;
}
.share a, .share a:hover, .share a:focus, .share a:visited{
	text-decoration: none;
	color: #0e385a;
}


@media (max-width: 1200px){
	.modal-content {width: 90%;}
}

@media (max-width: 992px){
	.banner_content p {
		width: 100%;
		font-size: 22px;
	}
	.banner_content{padding: 0 30px 15px 15px;}
	.banner_content h2 {
		margin: 25px  0 20px 0;
		font-size: 34px;
	}
	.h_400{min-height: 280px;}
	.banner_content p.share {
		font-size: 17px;
		margin: 10px 0 0 0;
	}
}
	