* {
	font-family: "Urbanist", sans-serif;
}

:root {
	--primary-color: #323653;
	--primary-background: #ffffff;
	--secondary-background: #323653;
	--light-background: #ecefff;
	--header-background: #ECF1FA;
	--button-background: #72baf2;
	--button-secondary-background: #72baf2;
	--button-disabled-background: #c4e9ff;
	--button-border: #ffffff;
	--button-disabled-border: rgba(50, 54, 83, .6);
	--active-element: #5b71e1;
	--text-primary: #0d1128;
	--text-secondary: #95a5f5;
	--text-dark: #323653;
	--text-light: #ffffff;
	--border-color: #72baf2;
	--border-color-faded: #72baf2;
	--shadow-color: #3E185F1a;
	--shadow-color-strong: #00000040;
	--highlight-bg: #72baf2;
	--progress: #ddf0ff;
	--progress-track: #72baf2;
	--empathy-orange-40: #5b71e1;
	--sui-button-border-radius: 12px;
	--mindful-brown-white: #b6b6b6;
	--mindful-brown-80: #323653;
	--background-before-after: #c4e9ff;
}

.welcome .quiz__body.full-img {
	align-items: center;
}

.quiz__btn-prev-icon path {
	stroke: var(--progress-track);
}

.quiz__screen.welcome .radios-quiz__options-images-c {
	border-top: none;
	border-right: none;
	border-left: none;
	height: 109px;
}

.quiz__screen.welcome .radios-quiz__options-images img {
	height: auto;
	border-radius: 12px 12px 0 0;
}

.quiz__screen.welcome .radios-quiz__options-images-name {
	background: #ffffff;
	padding: 8px 12px;
	color: #000000;
	justify-content: center;
	box-shadow: 0 0 2px #dedede;
}

.quiz__progress {
	height: 4px;
}

.quiz__screen.welcome .radios-quiz__options-images-name svg {
	display: none;
}

.what-sex .radios-quiz__descr {
	display: block;
	text-align: center;
	align-items: center;
}

.radios-quiz__descr {
	font-weight: 500;
}

.what-sex .radios-quiz__descr span {
	font-size: 64px;
	margin: 0 0 20px 0;
	display: block;
}

.button {
	text-transform: capitalize;
}

.quiz__screen.load {
	display: flex;
	height: calc(100vh - 100px);
	justify-content: center;
}

.button[disabled] {
	background: var(--button-disabled-background);
}


.body-screen-welcome .quiz {
	background: url(/projects/templates/psychology-blue/bg1.svg) no-repeat #f7f8ff;
	display: block;
	width: 100%;
	height: 100vh;
}

.body-screen-question-17 .quiz,
.body-screen-question-5 .quiz {
	background: url(/projects/templates/psychology-blue/q5-bg.png) 50% 40% no-repeat;
	display: block;
	width: 100%;
	height: 100vh;
	background-size: cover;
}

.body-screen-email .quiz {
	height: 100vh;
}

.body-screen-question-17 .quiz__form,
.body-screen-question-17 .quiz__screen,
.body-screen-question-5 .quiz__form,
.body-screen-question-5 .quiz__screen {
	background-color: transparent;
}

.body-screen-welcome .quiz__form,
.body-screen-welcome .quiz__screen {
	background-color: transparent;
}

.body-screen-welcome .quiz__form {
	justify-content: center;
	height: 100%;
}

.sub-title {
	font-size: 20px;
}

.button {
	font-size: 18px;
	font-weight: 600;
}

.button svg {
	display: none;
}

.gender-quiz__line:not(:last-child) {
	margin-bottom: 12px;
}

.quiz__gender {
	width: 100%;
}

.gender-quiz__descr {
	font-size: 18px;
	font-weight: 500;
}

.gender-quiz__body {
	display: flex;
	justify-content: flex-end;
	flex-direction: row-reverse;
	align-items: center;
	box-shadow: none;
	background-color: #ecefff;
	border-radius: 12px;
	padding: 4px;
	min-height: 48px;
}

.gender-quiz__image img {
	max-width: 40px;
	margin-right: 12px;
}

.gender-quiz__inner {
	padding: 0;
}

.radios-quiz__descr svg {
	display: none;
}

.radios-quiz__descr {
	box-shadow: none;
	border-radius: 12px;
	justify-content: center;
	font-weight: 700;
	color: var(--text-primary);
	padding: 10px;
	text-align: center;
	min-height: 48px;
	margin-bottom: 7px;
	font-size: 18px;
	font-weight: 500;
}

.question-17 .quiz__body img,
.question-5 .quiz__body img {
	max-width: 76px !important;
}

.body-screen-question-17 .quiz__form,
.body-screen-email .quiz__form,
.body-screen-question-5 .quiz__form {
	justify-content: center;
	height: 100%;
}

.title span {
	font-weight: 700;
}

.question-11 .quiz__gender,
.question-16 .quiz__gender,
.question-3m .quiz__gender {
	display: flex;
	flex-wrap: wrap;
}

.question-11 .gender-quiz__line,
.question-16 .gender-quiz__line,
.question-3m .gender-quiz__line {
	width: calc(50% - 10px);
	margin: 0 5px 10px;
}

.question-11 .gender-quiz__body,
.question-16 .gender-quiz__body,
.question-3m .gender-quiz__body {
	display: flex;
	justify-content: flex-end;
	flex-direction: column-reverse;
	align-items: center;
	box-shadow: none;
	min-height: 48px;
	align-items: center;
	border-radius: 24px;
	padding: 20px 16px;
	text-align: center;
}

.question-11 .gender-quiz__image img,
.question-16 .gender-quiz__image img,
.question-3m .gender-quiz__image img {
	max-width: 68px;
	margin-right: 0;
	margin-bottom: 12px;
}

.question-19 .eyes-quiz,
.question-20 .eyes-quiz,
.question-8 .eyes-quiz {
	grid-template-columns: repeat(1, 1fr);
	gap: 12px;
}

.question-19 .eyes-quiz__inner,
.question-20 .eyes-quiz__inner,
.question-8 .eyes-quiz__inner {
	flex-direction: row;
	align-items: center;
	padding: 16px 44px 16px 4px;
	border-radius: 12px;
	max-height: 48px;
}

.question-19 .eyes-quiz__top,
.question-20 .eyes-quiz__top,
.question-8 .eyes-quiz__top {
	justify-content: flex-start;
}

.question-19 .eyes-quiz__descr,
.question-20 .eyes-quiz__descr,
.question-8 .eyes-quiz__descr {
	margin-top: 0;
	line-height: 1.3;
}

.question-19 .eyes-quiz__image img,
.question-20 .eyes-quiz__image img,
.question-8 .eyes-quiz__image img {
	margin-right: 12px;
	width: 40px;
}

.question-19 .eyes-quiz__round,
.question-20 .eyes-quiz__round,
.question-8 .eyes-quiz__round {
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -10px;
	border: 2px solid #ced4f2;
}

.eyes-quiz__input:checked + .eyes-quiz__inner .eyes-quiz__round {
	background: #5b71e1;
	border: 2px solid #ffffff;
}

.main__pay {
	background: #f8f9ff;
}

.card-plan__input:checked + .card-plan__inner .card-plan__data-cost {
	color: var(--text-secondary);
}

.card-plan__data-cost {
	color: var(--button-disabled-background);
}

.card-results {
	border-radius: 24px;
}