.quiz-policy-popup {
	background: rgba(255, 255, 255, 0.95);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}

.quiz-policy-popup.is-active {
	display: block;
}

.quiz-policy-popup-open {
	overflow: hidden;
}

.quiz-policy-popup__wrap {
	height: 100%;
	overflow: auto;
	padding: 4rem 1rem;
	width: 100%;
}

.quiz-policy-popup__wrap::-webkit-scrollbar {
	width: 0;
}

.quiz-policy-popup__content {
	background: #fff;
	border-radius: 7px;
	box-shadow: 0 0 125px 0 rgba(25, 25, 25, 0.15);
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 95%;
	padding: 3rem 3rem 2rem;
	position: relative;
	width: 80rem;
}

.quiz-policy-popup__close {
	background-color: #222;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L14 14M14 2L2 14' stroke='%23fff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
	border: 3px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 24px;
	padding: 0;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 24px;
	z-index: 5;
}

.quiz-policy-popup__title {
	color: #111;
	font-family: inherit;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.25;
}

.quiz-policy-popup__text {
	color: #222;
	font-family: inherit;
	font-size: 1rem;
	line-height: 1.6;
	margin-top: 2rem;
}

.quiz-policy-popup__text p {
	margin: 0 0 1rem;
}

.quiz-policy-popup__text a {
	color: inherit;
	text-decoration: underline;
}

@media (max-width: 699px) {
	.quiz-policy-popup__wrap {
		padding: 2rem 0.75rem;
	}

	.quiz-policy-popup__content {
		padding: 2.5rem 1rem 1.5rem;
	}
}
