.test-sec {
	position: relative;
}

.test-sec__main-block {
	padding: 60px 0;
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr max-content;
	align-items: center;
	grid-gap: 0 24px;
}

.test-sec__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	border-radius: 24px;
	position: relative;
	z-index: 1;
}
.test-sec__left-column {
	display: flex;
	gap: 45px 0;
	flex-direction: column;
}
.test-sec__thumb-column {
	max-width: 560px;
	position: relative;
}


.test-sec__thumb-column:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: -130px;
	top: -60px;
	background: rgba(99, 102, 241, 0.75);
	opacity: 0.5;
	filter: blur(100px);
}

.test-sec__title-group {
	display: flex;
	flex-direction: column;
	gap: 45px 0;
}
.test-sec__title-group > * span {
	color: #4F46E5;
}
.test-sec__sub-title {
	font-family: 'Poppins';
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	color: #090813;
	display: block;
}

.test-sec__list {
	flex-direction: row;
	gap: 24px;
	flex-wrap: wrap;
	align-items: center;
}

.test-sec .list__item {
	min-width: 210px;
	flex: 1 1 calc(33.3% - 24px);
	padding: 10px;
	min-height: 90px;
	display: grid;
	align-items: center;
	justify-content: center;
	grid-gap: 0 10px;
	grid-template-columns: max-content auto;
	background: #F2F3FB;
	border-radius: 24px;
	overflow: hidden;
}

.test-sec .list .item__text {
	font-family: 'Inter',sans-serif;
	font-style: normal;
	font-size: 1.1em;
	line-height: 1.1;
	color: #090813;

}

.test-sec .list .item__icon {
	width: 44px;
	height: 44px;
	display: block;
}


.test-sec__mob-btn,
.test-sec__btn {
	gap: 0 30px;
	margin-left: auto;
	margin-right: auto;
}

.test-sec__btn {
	margin-top: 20px;
}

.test-sec__mob-btn {
	display: none;
}

.test-sec__page-title br {
	display: none;
}

@media (max-width: 1200px) {
	.test-sec__thumb-column {
		max-width: 450px;
	}
}

@media (max-width: 1080px) {
	.test-sec__main-block {
		display: flex;
		flex-direction: column;
		gap: 30px 0;
	}

	.test-sec__btn {
		display: none;
	}

	.test-sec__mob-btn {
		display: flex;
	}
	.test-sec__page-title {
		line-height: 1.2;
		letter-spacing: 0.004em;
		font-weight: 400;
		text-transform: uppercase;
	}

	.test-sec__page-title br {
		display: inline;
	}
}


@media (max-width: 767px) {
	.test-sec__page-title {
		font-size: 32px;
	}
}



.quiz-sec {
	position: relative;
}

.quiz-sec:before {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: '';
	position: absolute;
	width: 188px;
	height: 200px;
	background: #9987C7;
	opacity: 0.5;
	filter: blur(100px);
	transform: rotate(-67.39deg);
}

.quiz-sec:after {
	content: '';
	bottom: 100px;
	right: 0;
	position: absolute;
	width: 400px;
	height: 408px;
	background: rgba(99, 102, 241, 0.75);
	opacity: 0.5;
	filter: blur(100px);
}

.quiz-sec.hidden {
	visibility: hidden;
	height: 0;
	overflow: hidden;
	z-index: -111;
}

.quiz-sec__main-block {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 50vh;

}

.quiz-sec__nav-quiz {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	gap: 0 20px;
}

.quiz-sec .nav-quiz__prev-btn,
.quiz-sec .nav-quiz__close-btn,
.quiz-sec .nav-quiz__next-btn {
	gap: 0 12px;
	background: #DCDAFA;
}

.quiz-sec .nav-quiz__prev-btn span,
.quiz-sec .nav-quiz__next-btn span {
	color: #090813;
}
.quiz-sec__step-title {
	display: block;
	text-align: center;
	font-family: 'Poppins',sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.1;
	font-size: .9em;
	color: #9A95DB;
}
.quiz-sec__section-title {
	text-align: center;
	font-weight: 500;
}

.quiz-sec.result .quiz-group,
.quiz-sec.card_type .quiz-group {
	max-width: 880px;
}

.quiz-sec.thanks .quiz-group,
.quiz-sec.radio_type .quiz-group {
	max-width: 680px;
}

.quiz-sec__quiz-group {
	display: flex;
	flex-direction: column;
	gap: 50px 0;
	margin-left: auto;
	margin-right: auto;
}

.quiz-sec__client-info-list {
	display: flex;
	flex-direction: column;
	gap: 12px 0;
}

.quiz-sec .client-info-list__item {
	display: flex;
	align-items: center;
	gap: 0 8px;
	padding: 4px;
	border-bottom: 1px solid #E6E4FF;
}

.quiz-sec .client-info-list__item * {
	display: inline-block;
	cursor: default;
	font-size: 18px;
	line-height: 1.1;
	color: #090813;
}

.quiz-sec .client-info-list .item__copy-token-btn {
	cursor: pointer;
	display: block;
}

.quiz-sec .client-info-list .item__copy-token-btn svg {
	width: 24px;
	height: 24px;
	display: block;
	cursor: pointer;
}

.quiz-sec .client-info-list .item__copy-token-btn.copied path {
	fill: #1216CC;
}

.quiz-sec .client-info-list .item__name {
	font-weight: 600;
}

.quiz-sec .client-info-list .item__token-text {
	color: #1216CC;
}

.quiz-sec .quiz-group__btn {
	margin-left: auto;
	margin-right: auto;
}
.quiz-sec__cards-group,
.quiz-sec__options-group {
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 16px 0;
}

.quiz-sec__options-group {
	padding: 24px;
	background: #F2F3FB;
	border-radius: 24px;
}

.quiz-sec .cards-group__title,
.quiz-sec .options-group__title {
	display: block;
	font-family: 'Poppins',sans-serif;
	font-weight: 300;
	font-size: .9em;
	color: #A4A5B0;
}



.quiz-sec .options-group__checkboxes {
	display: flex;
	flex-direction: column;
	gap: 15px 0;
}

.quiz-sec .options-group .checkboxes__item {
	display: block;
	position: relative;
}


.quiz-sec .options-group .checkboxes .item__input {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.quiz-sec .options-group .checkboxes .item__name {
	font-family: 'Inter';
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.1;
	color: #090813;
	display: grid;
	grid-template-columns: max-content 1fr;
	align-items: center;
	grid-gap: 0 12px;
}

.quiz-sec .options-group .checkboxes .item__name:before {
	content: '';
	width: 30px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #D2D5DA;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: cover;
}


.quiz-sec .options-group .checkboxes .item.checked .name:before {
	border: unset;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='4' fill='%234F46E5'/%3E%3Cpath d='M18 7.5L9.75 15.75L6 12' stroke='white' stroke-width='1.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}



.quiz-sec .cards-group__cards {
	display: grid;
	grid-gap: 24px;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
.quiz-sec .cards__card {
	overflow: hidden;
	display: block;
	padding: 32px;
	background: #F2F3FB;
	border-radius: 24px;
	position: relative;
}

.quiz-sec .cards__card.checked,
.quiz-sec .cards__card:hover {
	background: #B2ADF4;
	box-shadow: 0px 20px 20px -20px rgba(16, 12, 91, 0.35);
}

.quiz-sec .card__input {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}

.quiz-sec .card__text {
	display: block;
	font-family: 'Inter',sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 1.1em;
	color: #090813;
}

.quiz-sec__result-group {
	display: flex;
	align-items: center;
	gap: 40px 0;
	flex-direction: column;
}
.quiz-sec__result-title {
	display: block;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.004em;
	color: #4F46E5;
}
.quiz-sec__result-descr {
	font-family: 'Inter',sans-serif;
	font-size: 1.1em;
	line-height: 1.4;
	text-align: center;
	color: #090813;
	max-width: 645px;
	margin-left: auto;
	margin-right: auto;
}
.quiz-sec__buttons-group {
	display: flex;
	gap: 0 24px;
	justify-content: center;
}

@media (max-width: 767px) {
	.quiz-sec:after {
		width: 230px;
		height: 230px;
		background: rgba(99, 102, 241, 0.75);
		opacity: 0.5;
		filter: blur(75px);
	}

	.quiz-sec:before {
		background: #9987C7;
		opacity: 0.5;
		filter: blur(100px);
		transform: rotate(-67.39deg);
		width: 170px;
		height: 200px;
	}

	.quiz-sec__quiz-group {
		gap: 30px 0;
	}

	.quiz-sec:not(.result) .quiz-group {
		margin-top: 30px;
	}

	section.quiz-sec {
		padding-top: 40px;
	}
}

@media (max-width: 620px) {
	section.quiz-sec {
		padding-top: 30px;
	}
}