.fade-wrapper{
	display:none;
	width:100%; 
	min-height:100%; 
	background-color: rgba(0,0,0,0.5);
	overflow:hidden;
	position:fixed;
	top:0px;
	z-index:10;
}

.popup-wnd{
	display: none;
	position: fixed;
	z-index: 100;
	top: 0;
	/* left: 0; */
	right: 0;
	padding-top: 50px;
	
	left: calc(50% - 560px);
	width: 1120px;
}
.popup-wnd-in{
	/* width: 1120px; */
	background: #fff;
	box-shadow: 0 0 8px rgba(200,200,200,0.4);
	box-sizing: border-box;
	padding: 16px 20px;
}

.wnd-pop-h{
	clear: both;
	padding: 4px 0 12px 0;
}
.wnd-pop-h>span{
	font-size: 20px;
	line-height: 22px;
	color: #383838;
	font-weight: bold;
}

.wnd-pop-close{
	float: right;
}
.wnd-pop-close>a{
	display: block;
	width: 20px;
	height: 20px;
	content: "";
	background: url(../../../img/a-close-gr.png) no-repeat 50% 50%;
}

.wnd-pop-content{
	clear: both;
	border-top: 1px solid #efefef;
}

/* 
.popup-container{
	display:none;
	position: fixed;
	background: #fff;
	width: 720px;
	min-height: 300px;
	top: 15%;
	left: calc(50% - 360px);
	z-index: 20;
}
.popup-header{
	height: 40px;
	background: #6ea5de;
	text-align: center;	
	padding-top: 10px;
}
.popup-header span{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}
.popup-close{
	cursor: pointer;
	float: right;
	padding: 16px;
	border-left: 1px solid #fff;
	margin-top: -10px;
}

.popup-content{
	padding: 25px 20px;
} 
*/