#popup_main
{
	display: none;
	position: fixed;
	width: 100%;
	height:100%;
	background:rgba(0,0,0,.6);
	z-index: 999999999999999;
	top:0;
	left:0;
}
#popup
{
	background-color: #fff;
	background-size: cover;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	/*box-shadow: 3px 3px 10px 2px white;*/
	border-radius: 5px;
	text-align: center;
	display:flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}