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