body {
	background-color: #0c0a0f;
	color: #ddcffd;
	font-family: "Montserrat";
	overflow: hidden;
}
.wrapper {
	padding: 40px 20px;
	height: 100vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}
.sphere {
	position: absolute;
	left: 50%;
	translate: -50% 0;
	top: -950px;
}
.quiz-messege.hide {
	display: none;
}
.screen-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: auto;
}
.screen-wrap img, .screen-wrap button {
	width: 100%;
}
.screen {
	position: fixed;
	top: 0;
	left: 50%;
	translate: -50% 0;
	max-width: 400px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: 199ms;
	padding: 20px;
}
h2 {
	font-size: 22px;
	text-align: center;
	line-height: 1.2;
}
h3 {
	font-size: 14px;
	letter-spacing: -0.5px;
	line-height: 1.2;
}
.text {
	margin: 1em 0 0 0;
	text-align: center;
	opacity: 0.35;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.35;
}

.loader {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
	position: fixed;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	transition: 199ms;
}

.hide {
	opacity: 0;
	visibility: hidden;
}

.visible {
	opacity: 1;
	visibility: visible;
}

.loader__text {
	opacity: 0.75;
}

.loader__bundle {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, 0.75);
	border-right-color: transparent;
	animation: loader 1s linear infinite;
}

@keyframes loader {
	to {
		rotate: 360deg;
	}
}

.payment {
	margin: 4px 0 0 0;
	background-color: rgba(37, 35, 41, 0.3);
	border-radius: 40px;
	padding: 20px;
	color: #ddcffd;
	overflow: hidden;
	position: relative;
}

.payment-bg1 {
	position: absolute;
	right: -300px;
	bottom: -30px;
	scale: 3;
	z-index: 0;
	opacity: 0.45;
}
.payment-bg2 {
	position: absolute;
	left: -300px;
	top: -30px;
	scale: 6;
	z-index: 0;
	opacity: 0.5;
}

.payment-tc {
	background-color: rgba(21, 21, 22, 0.7);
	border-radius: 20px;
	padding: 20px;
	border: 1px solid rgba(21, 21, 22, 0.8);
}

.payment-wrappper {
	position: relative;
	z-index: 1;
}

.button-wrapper {
	position: relative;
	z-index: 1;
}

.payment .text {
	text-align: left;
	margin: 0.5em 0 0 0;
	font-weight: 400;
	font-size: 12px;
}

.payment__logo {
	margin: 24px 0 0 0;
	padding: 12px;
	background-color: rgba(37, 35, 41, 0.3);
	border-radius: 24px;
}

.payment__logo svg {
	width: 60px;
	height: 60px;
}

.payment-wrap {
	display: flex;
	justify-content: center;
}

.payment__cost {
	margin: 20px 0 12px 0;
	opacity: 1;
	text-align: center;
}

.payment__cost span {
	font-weight: 700;
}

.payment button {
	margin: 12px 0 0 0;
	width: 100%;
}

button {
	border-radius: 20px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.15);
	font-weight: 500;
	color: #ddcffd;
	transition: 199ms;
	user-select: none;
	padding: 10px 0;
}

button:active {
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.25);
}

button.alt {
	background-color: #ae81dd;
	border: 1px solid #a287be;
	color: #0c1d46;
}

button.alt:active {
	background-color: #c19beb;
	border: 1px solid #a086bd;
}

.button-wrapper {
	border-radius: 4px;
	overflow: hidden;
}

#s2 button {
	margin: 20px 0 0 0;
}

.quiz {
	background-color: rgba(37, 35, 41, 0.3);
	border-radius: 40px;
	padding: 32px;
	color: #ddcffd;
	overflow: auto;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.quiz__title {
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.quiz__q {
	margin: 8px 0 0 0;
	text-align: center;
	font-weight: 900;
	background-color: rgba(37, 35, 41, 0.8);
	border-radius: 40px;
	padding: 8px 16px;
	color:#ae81dd;
}

.quiz-container {
	margin: 20px 0 0 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.quiz-answer {
	background-color: rgba(255, 255, 255, 0.025);
	padding: 20px;
	border-radius: 40px;
	display: flex;
	align-items: center;
	gap: 12px;
	color: rgba(255, 255, 255, 0.5);
	line-height: 1.25;
	font-size: 12px;
	transition: 500ms;
	border: 1px solid transparent;
}

.quiz-answer-dot {
	flex: 0 0 8px;
	height: 8px;
	border-radius: 4px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	transition: 500ms;
}

.quiz-answer-dot::before {
	content: '';
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 50%;
	translate: -50% -50%;
	border-radius: 2px;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	transition: 500ms;
}

.quiz-answer.active {
	background-color: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}
.quiz-answer.active .quiz-answer-dot {
	border: 1px solid rgba(255, 255, 255, 1);
}
.quiz-answer.active .quiz-answer-dot::before {
	opacity: 1;
	visibility: visible;
}

.quiz-bar {
	height: 2px;
	border-radius: 1px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.025);
	margin: 8px 0 0 0;
	overflow: hidden;
}

.quiz-bar-line {
	background-color: rgba(255, 255, 255, 0.5);
	height: 2px;
	border-radius: 1px;
	transition: 1500ms;
}

.quiz-answer img {
	width: 90px;
	aspect-ratio: 1 / 1;
	border-radius: 20px;
}

.quiz-answer.disabled {
	pointer-events: none;
}
.quiz-answer.disabled:not(.active) {
	opacity: 0.4;
}

.quiz-messege {
	font-size: 11px;
	background-color: rgba(85, 216, 73, 0.05);
	width: 100%;
	padding: 20px;
	margin: 8px 0 0 0;
	line-height: 1.25;
	border-radius: 100px;
	color: rgba(85, 216, 73, 1);
	text-align: center;
	transition: 199ms;
}

.quiz button {
	margin: 20px 0 0 0;
	width: 100%;
}

button[disabled] {
	scale: 0.95;
	opacity: 0.25;
}