.modal-open {overflow: hidden;}
.popup{
	background:#fff;
	box-shadow:4px 4px 30px #130507;
	z-index:1000;
	max-width: 800px;
	margin: 100px auto;
	position: relative;
}
.popup_body{
	display:none;
	background:rgba(0,0,0,0.7);
	left:0;
	top:0;
	position:fixed;
	width:100%;
	height:100%;
	opacity:1;
	z-index: 1000;
	overflow-y: auto;	
}
/*.popup_close{	
	background:url(../images/popup-close.png);
	position: absolute;
	right: 5px;
	top: 5px;
	width: 15px;
    height: 15px;
	text-indent: -9999px;
}*/
.popup_close {position: absolute; right: 5px; top: -5px; color: var(--color-black); cursor:pointer; font-weight:600;transform: rotate(45deg);font-size: 2em;font-family: 'Helvetica', 'Arial', sans-serif;width:35px;height:35px;text-align: center;}
.popup_close:hover {text-decoration:none;color: var(--color-black);opacity:0.9;}
.popup_close::before{content: "+";position:absolute;}