.pop_up_ablak {
	background-color: transparent;
	width: 100%;
	height: 0px;
	position: absolute;
	top: 46vw;
	left: 0px;
	z-index: 9999999;
	overflow: hidden;
}

.popup {
	background-color: #ffffff;
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 2vw 3vw 3vw 3vw;
}

.popup_h1 {
	font-family: 'Lora', serif;
	font-size: 6.2vw;
	line-height: 8vw;
	color: #873c25;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	margin-bottom: 0px;
}

.popup_p {
	font-family: 'Lora', serif;
	font-size: 2.4vw;
	line-height: 3.8vw;
	color: #000000;
	font-weight: 500;
	text-align: center;
}
.popup_p a:link {
	font-family: 'Lora', serif;
	font-size: 2.4vw;
	line-height: 3.8vw;
	color: #873c25;
	font-weight: 700;
	text-decoration: none;
}
.popup_p a:visited {
	font-family: 'Lora', serif;
	font-size: 2.4vw;
	line-height: 3.8vw;
	color: #873c25;
	font-weight: 700;
	text-decoration: none;
}
.popup_p a:hover {
	font-family: 'Lora', serif;
	font-size: 2.4vw;
	line-height: 3.8vw;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}
.popup_p a:active {
	font-family: 'Lora', serif;
	font-size: 2.4vw;
	line-height: 3.8vw;
	color: #000000;
	font-weight: 700;
	text-decoration: none;
}