/*
.quiz {
	line-height: 1;
}

.quiz.loading {
	position: relative;
}

.quiz.loading::after {
	content: '';
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: rgba(255, 255, 255, .5);
}
.b-quiz {
	background-color: #f2f8ea !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
	min-height: 100vh;
    width: 100%;
}
.b-quiz .carousel__button.is-close {
    top: 0 !important;
    padding: 17px !important;
    width: 60px;
    height: 60px;
}

.b-quiz .carousel__button.is-close svg {
	color: #000;
}

.b-quiz .container {
	max-width: 860px;
}

.quiz__buttons button[tabindex="0"] {
	opacity: 0;
	pointer-events: none;
}

.quiz__buttons button[data-orig-tabindex="null"]:not(.quiz__button) {
	opacity: 0;
	pointer-events: none;
}

.quiz__buttons button:not([class]) {
	opacity: 0;
	pointer-events: none;
}
*/
/*верхушка*/
/*
.b-quiz__title {
	margin-bottom: 15px;
	text-align: center;
}

.quiz__question {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.quiz__btn-step {
	width: 150px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	background: var(--color-primary);
	border-radius: 20px;
	font-size: 15px;
	cursor: default;
	color: #fff;
}

.quiz__progressBar {
	margin-bottom: 30px;
	background-color: #787878;
	border-radius: 50px;
	overflow: hidden;
	position: relative;
	padding: 3px 4px;
	color: #fff;
}

.quiz__progressBarFill {
	height: 44px;
	background: var(--color-primary);
	transition: width .4s ease-out;
	border-radius: 50px;
}

.quiz__progressPages {
	margin-bottom: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	line-height: 1.2;
}

.quiz__var--image {
	margin-bottom: 70px;
}

.quiz__var--image span {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 100%);
}

.quiz__var--image .checkbox__img {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 50%);
	box-shadow: inset 0 0 0 1px #ccc;
}

.quiz__var--image .radio__img {
	bottom: 0;
	z-index: 5;
	transform: translate(-50%, 50%);
	box-shadow: inset 0 0 0 1px #ccc;
}

.quiz__var--image .quiz__varInner span {
	bottom: -40px;
	width: 100%;
}

.quiz__var--image .quiz__varInner {
	padding: 0;
}

.quiz__var--image .quiz__varImage {
	margin: 0;
	background-color: #fff;
}

.quiz__var--image .quiz__varLabel {
	gap: 0;
	padding: 0;
	max-height: 150px;
}

.quiz__varImage img {
	
	height: 100%;
	object-fit: cover;
}
.quiz__var--image-3 .quiz__varImage img {
	width: 100%;
}
*/
/*варианты*/
/*
.quiz__vars {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.quiz__var {
	width: 50%;
	padding: 10px;
}

.quiz__var.quiz__var--image-2 {
	width: 50%;
}

.quiz__var.quiz__var--image-3 {
	width: 33%;
}

.quiz__var.quiz__var--image-4 {
	width: 25%;	
}

.quiz__var input:checked~.quiz__varInner::before {
	box-shadow: inset 0 0 0 1px var(--color-primary);
}
.quiz__var input:checked~.radio__img {
	box-shadow: none;
}
.quiz__var input:checked~.checkbox__img {
	background-color: var(--color-primary);
	box-shadow: none;
}
.quiz__var input:checked~.checkbox__img svg {
	fill: #fff;
}


.quiz__varLabel:hover .quiz__varInner::before {
	box-shadow: none;
}
.quiz__varLabel:hover .checkbox__img {
	box-shadow: none;
}
.quiz__varLabel:hover .radio__img {
	box-shadow: none;
}

.quiz__var input:checked~.radio__img {
	background-color: var(--color-primary);
}

.quiz__var input:checked~.radio__img path {
	fill: #fff;
}

.radio__img {
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.radio__img svg {
	width: 21px;
	height: 17px;

}

.radio__img path {
	fill: #797D76;
}

.quiz__varLabel {
	position: relative;
	padding: 12px 22px;
	margin-bottom: 0 !important;
	min-height: 40px;
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	line-height: 1.3;
	height: 100%;
}

.quiz__varInner::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	box-shadow: inset 0 0 0 1px #ccc;
	border-radius: 8px;
	transition: all 0.2s;
}

.quiz__varCustom {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	box-shadow: inset 0 0 0 1px #ccc;
}

.quiz__varCustom .quiz__varLabel {
	padding-right: 0;
	// width: 50px;
}

.quiz__varCustom .quiz__varInner::before {
	box-shadow: none !important;
}

.quiz__varCustomInput {
	width: 100%;
	color: inherit;
	background-color: transparent;
	border: none;
	padding: 10px;
	text-align: center;
}


.quiz__var--image .quiz__varLabel {
	flex-direction: column;
	height: 100%;
	text-align: center;
}

.quiz__varImage {
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	width: 100%;
}

.quiz__var--image .checkbox__img {
	width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    z-index: 99;
}

.quiz__var--image .checkbox__img svg {
	width: 21px;
    height: 17px;
    fill: currentColor;
}

.quiz__var--image .quiz__varInner {
	padding: 0 10px;
}



// текстовые поля
.quiz__var--text {
	width: 100%;
}

.quiz__inputvar {
	position: relative;
}

.quiz__input {
	display: block;
	width: 100%;
	height: 75px;
    padding: 9px 24px;
	transition: all .2s;
	color: inherit;
	border: 1px solid rgba(53, 47, 33, 0.15);
	border-radius: 20px;
}

.quiz__inputbar {
	position: absolute;
	top: 39px;
	right: 0;
	left: 0;
	margin: 0 auto;
	height: 2px;
	width: 0;
	background-color: #337ab7;
	transition: width .2s;
}

.quiz__input:focus~.quiz__inputbar {
	width: 100%;
}

.quiz__final-bottom {
	display: flex;
	align-items: center;
	gap: 27px;
}

.quiz__final-bottom button {
	width: 230px;
	height: 60px;
	flex-shrink: 0;
	font-size: 19px;
	background: var(--color-primary);
	padding: 0;
}

.quiz__varError {
	margin-top: 5px;
	margin-left: 5px;
	font-size: .875em;
	color: red;
}

.quiz__inputvar.error .quiz__input {
	border-color: red;
}


.quiz__main.finalQuiz .quiz__buttons {
	padding-top: 30px;

}

.finalQuiz .quiz__btn-step {
	display: none;
}

.quiz__main.finalQuiz {
	background-size: 400px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.quiz__soc {
	margin-bottom: 30px;
	--gap-y: 20px;
	--gap-x: 20px;
	--columns: 3;
}

.quiz__soc .button {
	min-width: unset;
}

.quiz__soc .button svg {
	width: 30px;
	margin-right: 10px;
}

.download-catalog__icon img {
	width: 25px;
	margin-right: 10px;
}

.quiz__privacy {
	line-height: 1.5;
	font-size: 14px;
	color: #797D76;
	display: flex;
	flex-direction: column;
}

.quiz__privacy .link {
	color: unset;
	text-decoration: underline;
	text-underline-offset: 4px;
    text-decoration-thickness: 1px;
}

.quiz__privacy .link:hover {
	border-color: transparent;
}



.quiz__success {
	font-size: 1.25em;
	text-align: center;
	line-height: 1.35;
}


.quiz__main.finalQuiz .quiz__question {
	justify-content: center;
	flex-wrap: wrap;
}

.quiz__main.finalQuiz .quiz__question>span {
	flex-grow: 1;
	flex-basis: 100%;
	text-align: center;
}

// -кнопки
.quiz__buttons {
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
}

.quiz__button span {
	margin: 21px;
}
.quiz__button {
	border-radius: 20px;
}

.quiz__start {
	font-size: 1.5em;
	text-align: center;
	line-height: 1.35;
}

.quiz__startText {
	margin-bottom: 30px;
}


.next-enter-active,
.prev-enter-active {
	transition: all .4s;
}

.next-enter {
	transform: translateX(100%);
}

.next-leave-active {
	transform: translateX(-100%);
	transition: all .2s;
}

.prev-enter {
	transform: translateX(-100%);
}

.prev-leave-active {
	transform: translateX(100%);
	transition: all .2s;
}


.quiz .button[disabled] {
	cursor: not-allowed;
	filter: grayscale(1);
	pointer-events: none;
}

.quiz .button-enter-active {
	transition: all .5s;
}

.quiz .button-leave-active {
	transition: none;
}

.quiz .button-enter:not([disabled]) {
	// box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.05);
	transform: scale(1.2);
}

.quiz .mode-enter-active {
	transition: opacity .5s;
}

.quiz .mode-enter {
	opacity: 0;
}


.quiz__final-txt {
	display: none;
}

.finalQuiz .quiz__final-txt {
	display: inline-block;
	font-size: 20px;
}

.quiz__var.quiz__var--text:not(:first-child) {
	width: 25% !important;
}
.quiz__var.quiz__var--text:not(:first-child) .download-catalog__soc-title {
	color: var(--color-text);
}
.quiz__var.quiz__var--text:not(:first-child) .download-catalog__btn {
	height: 3.5rem;
	min-width: 25%;
	display: flex;
	justify-content: center;
}
.download-catalog__btn-wrap input:checked ~ .download-catalog__btn {
	background-color: var(--color-primary) !important;
}
.download-catalog__btn-wrap input:checked ~ .download-catalog__btn .download-catalog__soc-title {
	color: #fff;
}
.download-catalog__btn-wrap input:checked ~ .download-catalog__btn .download-catalog__icon img {
	display: none;
}
.download-catalog__btn-wrap input:checked ~ .download-catalog__btn .download-catalog__icon:before {
	content: '';
	display: block;
	width: 25px;
	max-width: 100%;
    height: 25px;
    margin-right: 10px;
	background-image: url('/app/img/check-mark-white.svg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
	.quiz__var {
		width: 100%;
	}

	.quiz__btn-step {
		width: 230px;
	}


	.quiz__var--image .quiz__varInner span {
		bottom: -35px;
	}

	.quiz__question span {
		font-size: 0.85em;
	}

	.quiz__varLabel.checkbox {
		max-height: 15vw;
	}
}


@media screen and (max-width: 767px) {
	
	.quiz__var {
		width: 100%;
	}
	
	.quiz__buttons .quiz__button {
		min-width: 110px;
	}
	.quiz__buttons {
		padding-top: 20px;
	}
	.quiz__var.quiz__var--text:not(:first-child) {
		width: 50% !important;
	}
}

@media screen and (max-width: 539px) {
	.quiz {
		font-size: .875em;
	}

	.quiz__var.quiz__var--image-4 {
		width: 33%;	
	}

	.quiz__var.quiz__var--image-3 {
		width: 50%;	
	}

	.quiz__privacy {
		font-size: 12px;
	}

	.quiz__soc {
		--gap-y: 15px;
		--gap-x: 15px;
		--columns: 1;
	}

	.radio__img {
		width: 35px;
		height: 35px;
	}

	.quiz__final {
		width: 100%;
	}

	.quiz__final-bottom {
		flex-direction: column;
		text-align: center;
	}

	.quiz__varLabel.checkbox {
		max-height: 20vw;
	}
	
}

@media screen and (max-width: 424px) {
	.quiz__var {
		
		padding: 5px;
	}
	.quiz__varLabel.checkbox {
		max-height: 25vw;
	}
	.quiz__var.quiz__var--image-4 {
		width: 50%;	
	}
}

*/