.faq {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: rgba(255,255,255,.9);
	z-index: 10;
}
.faq__question {
	font: bold 14px/17px Figgins Sans, Arial, sans-serif;

}
.faq__answer {
	font: 14px/17px Figgins Sans, Arial, sans-serif;
	margin-bottom: 20px;
}
.popup_header {
	position: relative;
	height: 50px;
	margin-bottom: 39px;
}
@media only screen and (min-width: 1024px) {
	.popup_header {
		margin-bottom: 62px;
	}
}
	.popup_header .inliberty_logo {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 144px;
	}
	.popup_header .purchase__close {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
@media only screen and (min-width: 620px) {
	.popup_header .purchase__close {
		left: auto;
		right: 0;
	}

	.faq__question,
	.faq__answer {
		font-size: 16px;
		line-height: 22px;
	}
}
