/***************************************************              GENERAL RESET STYLES             ***************************************************/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
}

*:focus {
	outline: none;
}

body {
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

nav ul {
	list-style: none;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

strong,
b {
	font-weight: 600;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border-style: none;
	width: 100%;
	height: auto;
}

form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input,
textarea,
select {
	vertical-align: middle;
	padding: 0;
	box-sizing: border-box;
	resize: none;

	border: 1px solid transparent;
	color: #000c49;
	background-color: #fff;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #000c49;
	font-size: 16px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
	color: #b9b9b9;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #000;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px transparent;
}

.quiz-container {
	display: block;
	position: relative;
	/* overflow: hidden; */
	width: 100%;
	padding: 0 20px;
	margin: 0 auto 0 auto;
	height: 100%;
	max-width: 1440px;
}

header,
main,
footer,
section {
	display: block;
	position: relative;
	width: 100%;
}

/* common styles */
.quiz-def-btn {
	border-radius: 20px;
	background: #0b0e15;
	transition: all 0.5s;
	color: #fff;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: block;
	width: fit-content;
	overflow: hidden;
	outline: none;
	border: none;
	padding: 18px 30px;
	cursor: pointer;
}
.quiz-def-btn--gray {
	color: #252525;
	font-weight: 700;
	background: #c0c6d4;
}
.quiz-def-btn:hover {
	opacity: 0.7;
}
.quiz-def-btn--bordered {
	display: flex;
	align-items: center;
	gap: 10px;
	border: 1px solid #687085;
	background-color: transparent;
}
.quiz-def-btn--bordered span {
	color: #687085;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 19.8px */
}
/* common styles */

/* ... styles */
/* ... styles */

/* header styles */
.header__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 15px 0px;
}
.quiz-header__nav {
	display: flex;
	align-items: center;
	padding: 8px;
	border-radius: 20px;
	border: 1px solid #c0c6d4;
}
.quiz-header__link {
	cursor: pointer;
	border-radius: 20px;
	background-color: transparent;
	display: flex;
	padding: 15px 25px;
	justify-content: center;
	align-items: center;
	color: #030303;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	transition: all 0.4s;
}
.quiz-header__link:hover {
	background-color: #fff;
}
/* header styles */

.d-none {
	/* display: none; */
	opacity: 0;
	z-index: -10;
}
.quiz-block {
	transition: all 0.4s;
	position: absolute;
	inset: 0;
}
.quiz {
	position: relative;
	height: 100%;
}
.quiz__half-l {
	overflow: hidden;
	position: relative;
	border-radius: 20px;
}
.quiz__half-l-bg {
	position: absolute;
	inset: 0;
}
.quiz__half-l-bg img {
	height: 100%;
	object-fit: cover;
}

.quiz__half-l__content {
}
.quiz-main {
	height: 100%;
	width: 100%;
	position: relative;
}
.quiz__half-r {
	display: flex;
	flex-direction: column;
}
.quiz__wrap {
	/* flex: 1; */
}
.quiz__nav,
.quiz__top {
	flex-shrink: 0;
}

.quiz-block__answer-spec input {
	border: 1px solid #000;
}

.page-quiz {
	position: relative;
	margin-top: 70px;
	margin-bottom: 70px;
}
.out {
	position: absolute;
	inset: 0;
	opacity: 0;
	z-index: -1;
}

.quiz-start {
	position: absolute;
	inset: 0;
	z-index: 9;
	background-color: transparent;
	transition: all 0.4s;
}
.quiz-start.hidden {
	opacity: 0;
	z-index: -10;
}

.quiz__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	transition: all 0.4s;
	height: 100%;
	gap: 20px;
}
.quiz__inner.hidden {
	opacity: 0;
}
body:has(main.page-quiz) {
	background-color: #f0f1f5;
}

body:has(main.page-quiz) main.page-quiz {
	height: 700px;
}
.mobile-header {
	display: none;
}

/* quiz start */
.quiz-start__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	height: 100%;
}
.quiz-start__l {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.quiz-start__h1,
.quiz-start__h1 span {
	color: #0b0e15;
	font-family: Manrope;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 64px */
}
.quiz-start__h1 span {
	font-weight: 600;
}
.quiz-start__sub {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 25px;
}
.quiz-start__sub span {
	color: #383f4f;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.quiz-start__buttons {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 30px;
}
.quiz-start__contact-img {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 9999px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.quiz-start__contact-text {
	max-width: 350px;
	color: #000;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 22px */
}
.quiz-start__contact-text span {
	font-weight: 600;
}
.quiz-start__img-wrap {
	width: 82px;
	height: 82px;
	position: relative;
}
.quiz-start__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.quiz-start__img-anim {
	position: absolute;
	inset: 0;
	border-radius: 50%;
}
.quiz-start__img-anim div {
	position: relative;
	width: 100%;
	height: 100%;
}
.quiz-start__img-anim div span {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	border-radius: 9999px;
	border: 1px solid #c0c6d4;
	background-color: transparent;
	animation: pulse 3s infinite linear;
}
@keyframes pulse {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	25% {
		opacity: 1;
		transform: scale(1.125);
	}

	75% {
		opacity: 0.5;
		transform: scale(1.375);
	}
	100% {
		opacity: 0;
		transform: scale(1.5);
	}
}
.quiz-start__img-anim div > :nth-child(2) {
	animation-delay: 1s;
}
.quiz-start__img-anim div > :nth-child(3) {
	animation-delay: 2s;
}

.quiz-start__contact {
	display: flex;
	align-items: center;
	gap: 20px;
}
.quiz-start__r {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	padding: 60px 50px;
}
.quiz-start__r-content {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 250px;
	position: relative;
	z-index: 2;
}
.quiz-start__r-title {
	color: #fff;
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 35.2px */
}
.quiz-start__r-blocks {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.quiz-start__r-block {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 15px 25px;
	width: fit-content;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.2);
	overflow: hidden;
}
.quiz-start__r-block span {
	color: #fff;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 19.8px */
}
.quiz-start__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}
.quiz-start__bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.quiz-start__r-img {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
}
.quiz-start__r-img img {
	height: 100%;
	width: auto;
	aspect-ratio: 49/87;
	max-width: 392px;
	object-fit: cover;
}
/* quiz start */

/* quiz nav */
.quiz__nav-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	border: 1px solid #687085;
	padding: 15px;
	width: fit-content;
	cursor: pointer;
	position: relative;
	transition: all 0.4s;
}
.quiz__nav-btn:hover {
	background-color: #fff;
}
.quiz__nav {
	margin-top: auto;
}
/* quiz nav */

/* quiz answers */
.quiz-block__answers {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.quiz-block__answer {
	display: flex;
	padding: 18px 25px;
	padding-left: 60px;
	color: #252525;
	font-family: Manrope;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	border-radius: 20px;
	background: #fff;
	position: relative;
	cursor: pointer;
}
.quiz-block__answer::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	border: 0.5px solid #383f4f;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	left: 15px;
	box-sizing: border-box;
}
.quiz-block__answer::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 5px solid #383f4f;
	left: 15px;
	opacity: 0;
	transition: opacity 0.4s;
	box-sizing: border-box;
}
.quiz-block__answer.answered::after {
	opacity: 1;
}
/* quiz answers */

/* quiz bar */
.quiz__bar {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
	margin-bottom: 40px;
	align-items: center;
}
.bar {
	display: block;
	border-radius: 13px;
	height: 10px;
	background-color: #d2d6e1;
}
.bar__inner {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 13px;
	background: #383f4f;
	transition: all 0.4s;
	transform-origin: left;
	transform: scaleX(0);
}
.quiz__bar-item {
	position: relative;
}
.quiz__bar-item p {
	position: absolute;
	left: 0;
	top: -20px;
	color: #383f4f;
	font-family: Manrope;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: all 0.4s;
	opacity: 0;
}
.quiz__bar-item.active .bar__inner {
	transform: scaleX(1);
}
.quiz__bar-item.active p {
	opacity: 1;
}
/* quiz bar */

/* quiz left questions */
.quiz-quetsion {
	position: absolute;
	inset: 0;
	z-index: -10;
	opacity: 0;
	transition: all 0.4s;
}
.quiz-quetsion.active {
	z-index: 9;
	opacity: 1;
}
.quiz-quetsion__num {
	color: rgba(255, 255, 255, 0.5);
	font-family: Manrope;
	font-size: 128px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%; /* 140.8px */
}
.quiz-quetsion__inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	padding: 50px 20px 20px;
	align-items: flex-end;
	position: relative;
	z-index: 2;
}
.quiz-quetsion__self {
	color: #fff;
	font-family: Manrope;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 39.6px */
	max-width: 338px;
	width: 100%;
	padding-right: 25px;
}
.quiz-quetsion__img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
}
/* quiz left questions */

/* footer styles */
.footer {
	border-radius: 40px 40px 0px 0px;
	background: #fff;
}
.logo-footer {
	width: 132px;
	height: 24px;
}
.footer__inner {
	padding: 48px 0 40px;
}
.footer_center {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 20px;
}
.footer-contacts {
	display: flex;
	gap: 100px;
}
.footer-contacts_item p {
	color: #687085;
	font-size: 14px;
	font-weight: 400;
}
.footer-contacts_item a {
	color: #0b0e15;
	font-size: 14px;
	font-weight: 500;
}
.footer-social {
	display: flex;
	gap: 15px;
	align-items: center;
}
.footer_bottom {
	display: flex;
	gap: 20px;
	justify-content: end;
}
.footer_bottom p,
.footer_bottom a {
	display: flex;
	gap: 4px;
	align-items: center;
	color: #687085;
	font-size: 12px;
	font-weight: 400;
	transition: all 0.5s;
}
.footer_bottom a:hover {
	opacity: 0.7;
}
.footer_bottom a img {
	width: 38px;
	height: 15px;
}
.footer-btns {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 20px;
}
.footer-social_item {
	cursor: pointer;
	transition: all 0.4s;
	width: 55px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	border: 1px solid #f0f1f5;
	overflow: hidden;
}
.footer-social_item svg {
	width: 25px;
	height: 25px;
	aspect-ratio: 1/1;
}
.footer-social_item:hover {
	opacity: 0.7;
}
/* footer styles */

/* quiz last */
.quiz-last__title {
	color: #000;
	font-family: Manrope;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 39.6px */
}
.quiz-last__title span {
	font-weight: 600;
}
.quiz-last__from-wrap {
	margin-top: 60px;
}
.quiz-last__inner {
	padding-top: 20px;
}
.quiz-last__input {
	padding: 19px 25px;
	width: 100%;
	border-radius: 20px;
	background: #e1e4eb;
}
.quiz-last__input,
.quiz-last__input::placeholder {
	color: #687085;
	font-family: Manrope;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.quiz-last .quiz-quetsion__img {
	height: 75%;
	bottom: 0;
	top: auto;
}
.quiz-last .quiz-quetsion__img img {
	height: 100%;
	object-fit: cover;
}
/* quiz last */

/* cf7 */
.quiz-last__from-wrap form p {
	display: flex;
	flex-direction: column;
}
.quiz-last__from-wrap form p button {
	margin-top: 40px;
}
.quiz-last__from-wrap form p br {
	display: none;
}
.wpcf7 form .wpcf7-response-output {
	border: none !important;
	margin: 0 !important;
	margin-top: 15px !important;
}

/* cf7 */

.quiz-block__m-title {
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
	background: url("../images/gradient-bg.png");
	background-position: center;
	overflow: hidden;
	border-radius: 20px;
	margin-bottom: 20px;
	background-size: cover;
	gap: 50px;
}
.quiz-block__m-title p {
	color: #fff;
	font-family: Manrope;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 110%; /* 39.6px */
}
.quiz-block__m-title span {
	color: rgba(255, 255, 255, 0.5);
	font-family: Manrope;
	font-size: 75px;
	font-style: normal;
	font-weight: 800;
	line-height: 110%; /* 140.8px */
}
.quiz-start__contact-img {
	flex-shrink: 0;
}
.mobile-header {
	z-index: 10;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background-color: #f0f1f5;
	transform: translateX(-100vw);
	padding: 100px 20px 30px;
}

.header__burger {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	display: none;
	cursor: pointer;
}
.header__burger-lines {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	width: 23px;
}
.header-cross {
	width: 26px;
	height: 26px;
	position: relative;
	display: none;
	opacity: 0;
}
.header-cross span {
	width: 100%;
	height: 2px;
	border-radius: 3px;
	display: block;
	background-color: #000;
	position: absolute;
	top: 50%;
}
.header-cross .line1 {
	transform: translateY(-50%) rotate(45deg) scaleX(0);
}
.header-cross .line2 {
	transform: translateY(-50%) rotate(-45deg) scaleX(0);
}
.header__burger-lines span {
	height: 2px;
	width: 100%;
	border-radius: 3px;
	display: block;
	background-color: #000;
	transform-origin: left;
}
.header__burger-lines .line2 {
	width: 70%;
}
.mobile-header .quiz-header__nav {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 600px;
	margin: 0px auto;
}
.quiz-quetsion__img {
	display: flex;
}

/* quiz out */

.manager-contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 675px;
	width: 100%;
	margin: 0px auto;
	height: 100%;
}
.manager-contact_title {
	color: #0b0e15;
	text-align: center;
	font-size: 64px;
	font-weight: 600;
	margin-bottom: 70px;
}
.manager-contact_descr {
	color: #0b0e15;
	text-align: center;
	font-family: Manrope;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 35.2px */
	margin: 15px 0 30px;
}
.manager-contact_btns {
	display: flex;
	gap: 20px;
	margin-bottom: 70px;
	align-items: center;
}
.manager-contact_text {
	max-width: 437px;
	width: 100%;
	color: #0b0e15;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 20px;
	text-align: center;
}
.quiz-out {
	position: absolute;
	inset: 0;
	/* z-index: 9; */
	background-color: transparent;
}

/* quiz out */
