.quizv2 *, .quizv2::after, .quizv2::before {
	box-sizing: border-box;
}

.quizv2 * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.quizv2 h1, .quizv2 h2, .quizv2 h3, .quizv2 h4, .quizv2 h5, .quizv2 h6, .quizv2 ol, .quizv2 p, .quizv2 ul {
	margin: 0;
	padding: 0;
	font-weight: 400;
}

.quizv2 ol, .quizv2 ul {
	list-style: none;
}

.quizv2 .button {
	min-width: 226px;
	padding: 8px;
	font-family: inherit;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	outline: none;
	cursor: pointer;
}

.quizv2 .button--primary {
	color: #fff;
	background: var(--color-quiz,#1677ff);
	border: 1px solid var(--color-quiz,#1677ff);
	border-radius: 2px;
}

.quizv2 .button--back {
	min-width: 148px;
	font-size: 12px;
	color: #D9D9D9;
	border: none;
	background: none;
}

.quizv2 .button--inverted {
	color: var(--color-quiz,#1677ff);
	background-color: inherit;
	border: 1px solid var(--color-quiz,#1677ff);
	border-radius: 2px;
}

.quizv2 .button.disabled {
	opacity: .6;
	pointer-events: none;
}

.quizv2 .quizv2__placement {
	min-height: 265px;
	margin-bottom: 24px;
	text-align: center;
}

.quizv2 .quizv2__placement * {
	margin-bottom: 0 !important;
}

.quizv2 .quizv2__placement .zpr_m_bottom_1:after {
	display: none;
}

.quizv2 .quizv2__content {
	margin-bottom: 24px;
}

.quizv2 .quizv2__teaser {
	margin-left: 4px;
	font-size: 20px;
	line-height: 28px;
	color: var(--color-quiz,#1677ff);
}

.quizv2 .quizv2__title {
	margin-bottom: 16px;
	font-size: 26px;
	line-height: 32px;
	font-weight: 700;
	text-transform: uppercase;
}

.quizv2 .quizv2__title--teaser {
	padding: 4px;
}

.quizv2 .quizContent {
	margin-bottom: 24px;
}

.quizv2--splash .quizv2__title, .quizv2--summary .quizv2__title {
	display: none;
}

.quizv2--splash .quizv2__content .button-box {
	flex-direction: column;
	padding: 0;
}

.quizv2--splash .quizv2__content .button-box .button {
	margin-bottom: 16px;
}

.quizv2--splash .quizv2__content .button-box .button:last-of-type {
	margin-bottom: 0;
}

.quizv2--summary .button-box {
	margin-bottom: 24px;
}

.quizv2--quality .ending-splash {
	margin-bottom: 16px;
}

.quizv2--quality .ending-splash__title {
	margin-bottom: 24px;
}

.quizv2--quality .ending-splash__result {
	font-size: 20px;
	line-height: 32px;
}

.quizv2 .button-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 24px;
}

.quizv2 .button-box .button {
	margin-bottom: 8px;
}

.quizv2 .button-box .button:last-of-type {
	margin-bottom: 0;
	text-align: center;
}

.quizContent--spinner.spinner {
	-webkit-animation: slide-top 3s cubic-bezier(.25,.46,.45,.94) 4s both;
	animation: slide-top 3s cubic-bezier(.25,.46,.45,.94) 4s both;
	overflow: hidden;
	max-height: 100px !important;
}

.quizContent--spinner.spinner:before {
	content: "";
	width: 100px;
	height: 100px;
	margin: 0 auto;
	background: url(https://cdn.files.smcloud.net/t/loading.gif) no-repeat top;
	display: block;
}

.quizContent--spinner:not(.spinner) {
	-webkit-animation: showUp .5s linear;
	animation: showUp .5s linear;
	max-height: 10000px !important;
	transition: max-height 1s ease-in;
	overflow: hidden;
}

.quizv2 .answer {
	margin-bottom: 16px;
	width: 100%;
}

.quizv2 .answer.with-image {
	width: calc(50% - 8px);
	padding: 0;
    overflow: hidden;
}

.quizv2 .answer.with-image:nth-child(2n) {
	margin-left: 8px;
}

.quizv2 .answer.with-image:nth-child(odd) {
	margin-right: 8px;
}

.quizv2 .answer.with-image .answer__label {
	display: flex;
	flex-direction: column;
	padding: 0;
	height: 100%;
	border-color: #D9D9D9;
    border-radius: 0 0 9px 9px;
}

.quizv2 .answer.with-image .answer__label:after, 
.quizv2 .answer.with-image .answer__label:before {
	display: none;
}

.quizv2 .answer.with-image .answer__input:checked+.answer__label:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: auto;
	border-radius: 4px;
	background-color: var(--color-quiz,#1677ff);
	z-index: -1;
}

.quizv2 .answer.with-image .answer__title {
	padding: 2px 8px;
}

.quizv2 .answer__input {
	display: none;
}

.quizv2 .answer__input:checked+.answer__label {
	color: #fff;
	border-color: var(--color-quiz,#1677ff);
	background-color: var(--color-quiz,#1677ff);
}

.quizv2 .answer__input:checked+.answer__label:before {
	border-color: #fff;
}

.quizv2 .answer__input:checked+.answer__label:after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 14px;
	width: 4px;
	height: 4px;
	background-color: #fff;
	border-radius: 50%;
}

.quizv2 .answer__label {
	display: block;
	position: relative;
	padding: 8px 8px 8px 32px;
	border: 1px solid #D9D9D9;
	border-radius: 2px;
	cursor: pointer;
}

.quizv2 .answer__label:before {
	content: "";
	display: block;
	position: absolute;
	top: 16px;
	left: 10px;
	width: 12px;
	height: 12px;
	border: 2px solid var(--color-quiz,#1677ff);
	border-radius: 50%;
}

.quizv2 .answer__title {
	display: block;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
}

.quizv2 .answer__img {
	display: block;
	max-width: 100%;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.quizv2--summary .answer__label {
	padding: 8px 16px;
	border-color: #f2f2f2;
	background-color: #f2f2f2;
	cursor: default;
}

.quizv2--summary .answer__label:hover {
	background: inherit;
	border-color: #fff;
}

.quizv2--summary .answer__label:after, .quizv2--summary .answer__label:before {
	display: none;
}

.quizv2--summary .answer.selected .answer__label {
	color: #fff;
	border-color: #b1181b;
	background-color: #b1181b;
}

.quizv2--summary .answer.correct .answer__label {
	color: #fff;
	border-color: #68942f;
	background-color: #68942f;
}

.quizv2--poll .answer__title {
	display: inline-block;
}

.quizv2--poll .answer__img {
	display: block;
	max-width: 100%;
}

.quizv2--poll .answer__percent {
	display: inline-block;
	text-align: right;
	width: 25%;
	font-size: 18px;
	line-height: 27px;
	font-weight: 600;
}

.quizv2--poll .answer.with-image {
	width: calc(50% - 8px);
}

.quizv2--poll .answer.with-image:nth-child(2n) {
	margin-left: 8px;
}

.quizv2--poll .answer.with-image:nth-child(odd) {
	margin-right: 8px;
}

.quizv2--poll .answer progress {
	height: 10px;
	width: 100%;
	background: #e5e5e5;
}

.quizv2--poll .answer progress::-webkit-progress-bar {
	background: #e5e5e5;
}

.quizv2--poll .answer progress::-webkit-progress-value {
	background: var(--color-quiz,#1677ff);
}

.quizv2--poll .answer progress::-moz-progress-bar {
	background: var(--color-quiz,#1677ff);
}

.quizv2--poll .answer progress[value] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
}

.quizv2--poll.quizv2--summary .answer__label {
	padding: 0;
	background-color: inherit;
	border: none;
}

.quizv2--poll.quizv2--summary .answer__title {
	width: 75%;
}

.quizv2--poll.quizv2--summary .answer.with-image {
	width: 100%;
	margin-right: 0;
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__title {
	padding-left: 8px;
	margin-top: 8px;
	padding: 0;
	order: 3;
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__percent {
	width: 44px;
	margin-top: 8px;
	margin-right: 8px;
	order: 2;
	text-align: left;
	border-right: 1px solid #000;
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__img {
	width: 86px;
	height: 58px;
	-o-object-fit: cover;
	object-fit: cover;
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__label {
	display: flex;
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__box {
	display: flex;
	flex-wrap: wrap;
	flex: 1;
	align-self: flex-start;
	padding-left: 8px;
}

.quizv2--poll.quizv2--summary .answer.with-image:nth-child(2n) {
	margin-left: 0;
}

.quizv2--poll.quizv2--summary .answer.with-image:nth-child(odd) {
	margin-right: 0;
}

.quizv2--poll.quizv2--summary .answer.selected .answer__label {
	color: initial;
	border: none;
	background-color: inherit;
}

.quizv2--poll.quizv2--summary .answer.selected .answer__percent, .quizv2--poll.quizv2--summary .answer.selected .answer__title {
	color: var(--color-quiz,#1677ff);
}

.quizv2 .question__counter {
	font-size: 12px;
	line-height: 16px;
	color: var(--color-quiz,#1677ff);
}

.quizv2 .question__title {
	margin-bottom: 16px;
	font-size: 20px;
	line-height: 28px;
}

.quizv2 .question__photo {
	width: 273px;
	height: 182px;
	margin: 0 auto 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	background-color: #f2f2f2;
}

.quizv2 .question__img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.quizv2 .question__answers {
	display: flex;
	flex-wrap: wrap;
	padding: 0 !important;
}

.quizv2--summary .question {
	margin-bottom: 16px;
}

.quizv2--summary .question:last-of-type {
	margin-bottom: 0;
}

.quizv2 .ending-splash[data-v-004d71a6] {
	margin-bottom: 24px;
}

.quizv2 .ending-splash__title[data-v-004d71a6] {
	margin-bottom: 16px;
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
}

.quizv2 .ending-splash__result[data-v-004d71a6] {
	font-size: 20px;
	line-height: 28px;
}

.quizv2 .button-box[data-v-004d71a6] {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 8px;
	background-color: #f2f2f2;
}

.quizv2 .button-box .button[data-v-004d71a6] {
	margin-bottom: 8px;
}

.quizv2 .button-box .button[data-v-004d71a6]:last-of-type {
	margin-bottom: 0;
}

.quizv2--splash .quizv2__title[data-v-004d71a6], .quizv2--summary .quizv2__title[data-v-004d71a6] {
	display: none;
}

.quizv2--splash .quizv2__content .button-box[data-v-004d71a6] {
	flex-direction: column;
	padding: 0;
}

.quizv2--splash .quizv2__content .button-box .button[data-v-004d71a6] {
	margin-bottom: 16px;
}

.quizv2--splash .quizv2__content .button-box .button[data-v-004d71a6]:last-of-type {
	margin-bottom: 0;
}

.quizv2--splash .button-box .button--inverted.restart[data-v-004d71a6] {
	text-align: center;
}

.quizv2--splash .button-box .button--primart.check[data-v-004d71a6] {
	margin-bottom: 16px;
}

.quizv2--summary .button-box[data-v-004d71a6] {
	margin-bottom: 24px;
}

.quizv2--quality .ending-splash[data-v-004d71a6] {
	margin-bottom: 24px;
}

.quizv2--quality .ending-splash__title[data-v-004d71a6] {
	margin-bottom: 24px;
}

.quizv2--quality .ending-splash__result[data-v-004d71a6] {
	font-size: 20px;
	line-height: 32px;
}

.quizv2--splash .test-splash__result p a {
	text-decoration: underline;
}

.static-teaser .quizv2--poll .answer__img img, .quizv2 .answer.with-image img, .quizv2 .question__img img {
	max-width: 100%;
	height: 100%;
}

.quizv2 .ending-splash__result, .quizv2 .ending-splash__title {
	text-align: center !important;
}

.quizv2 .button--primary.next, .quizv2 .button--primary.restart {
	min-width: 148px;
}

.quizv2 .button--back {
	font-size: 14px;
}

.quizv2 .button-box .button.exit {
	text-align: center;
}

.quizv2 .quizv2__placement {
	margin-bottom: 40px;
}

.quizv2 .quizv2__teaser {
	margin-left: 8px;
	font-size: 24px;
	line-height: 32px;
}

.quizv2 .quizv2__title {
	margin-bottom: 40px;
	font-size: 42px;
	line-height: 56px;
}

.quizv2 .quizv2__title--teaser {
	margin-bottom: 24px;
	padding: 8px;
	font-size: 26px;
	line-height: 32px;
}

.quizv2--splash .quizv2__content {
	padding: 40px 24px;
	text-align: center;
	background-color: #f2f2f2;
}

.quizv2--summary .button-box .exit {
	order: 1;
	font-size: 14px;
	background: none;
	border: none;
	border-radius: none;
	color: #D9D9D9;
}

.quizv2--summary.quizv2--poll .button-box {
	padding: 0;
	background-color: inherit;
}

.quizv2--summary.quizv2--poll .button-box .button {
	margin: 0 auto;
}

.quizv2--quality .ending-splash {
	margin-bottom: 24px;
}

.quizv2 .button-box .button {
	margin: 0;
	order: 2;
}

.quizv2 .button-box .button.exit {
	order: 1;
}

.quizv2 .button-box .button.next {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quizv2 .button-box .button.next span {
	font-size: 16px;
}

.quizv2 .button-box .button.next svg {
	margin-left: 8px;
}

.quizv2 .button-box {
	flex-direction: row;
	justify-content: space-between;
	padding: 8px;
	background-color: #f2f2f2;
}

body.screening.quiz-standalone .gl_wrapper, body.zpr_screening.quiz-standalone .gl_wrapper {
	background-color: inherit;
}

body.screening.quiz-standalone .quizv2 .row, body.zpr_screening.quiz-standalone .quizv2 .row {
	background-color: #fff;
	padding-top: 16px;
}

.quizv2 .answer {
	margin-bottom: 0;
}

.quizv2 .answer.with-image {
	margin-bottom: 24px;
	width: calc(50% - 12px);
}

.quizv2 .answer.with-image:nth-child(2n) {
	margin-left: 12px;
}

.quizv2 .answer.with-image:nth-child(odd) {
	margin-right: 12px;
}

.quizv2 .answer.with-image .answer__title {
	padding: 16px;
}

.quizv2 .answer__input:checked+.answer__label:after {
	width: 8px;
	height: 8px;
	left: 20px;
	top: 24px;
}

.quizv2 .answer__label {
	padding: 12px 12px 12px 44px;
	font-size: 20px;
	line-height: 32px;
	font-weight: 700;
	border-color: #fff;
}

.quizv2 .answer__label:hover {
	background: #eeeeee;
	border-color: #eeeeee;
}

.quizv2 .answer__label:before {
	width: 16px;
	height: 16px;
	left: 16px;
	top: 20px;
}

.quizv2 .answer__title {
	font-size: 20px;
	line-height: 32px;
}

.quizv2--summary .answer {
	margin-bottom: 8px;
}

.quizv2--summary .answer__label {
	padding: 12px 16px;
	border-color: #fff;
	background-color: #fff;
}

.quizv2--poll .answer__percent {
	font-size: 20px;
	line-height: 32px;
}

.quizv2--poll .answer.with-image {
	width: calc(50% - 18px);
}

.quizv2--poll .answer.with-image:nth-child(2n) {
	margin-left: 12px;
}

.quizv2--poll .answer.with-image {
	margin-right: 12px;
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__title {
	margin: 0 0 8px;
	padding: 0;
	order: 0;
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__percent {
	margin: 0 0 8px;
	order: 0;
	border: none;
	text-align: right;
	width: 25%;
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__img {
	width: 144px;
	height: 96px;
}

.quizv2--poll.quizv2--summary .answer.with-image .answer__box {
	align-self: flex-end;
	padding-left: 24px;
}

.quizv2 .question__counter {
	font-size: 14px;
	line-height: 20px;
}

.quizv2 .question__title {
	margin-bottom: 12px;
	font-size: 24px;
	line-height: 32px;
}

.quizv2 .question__photo {
	width: 320px;
	height: 213px;
	margin-top: 24px;
	margin-bottom: 12px;
}

.quizv2--summary .question {
	margin-bottom: 20px;
}

.quizv2 .ending-splash[data-v-004d71a6] {
	margin-bottom: 32px;
}

.quizv2 .ending-splash__title[data-v-004d71a6] {
	margin-bottom: 40px;
	font-size: 42px;
	line-height: 56px;
}

.quizv2 .ending-splash__result[data-v-004d71a6] {
	font-size: 24px;
	line-height: 32px;
}

.quizv2 .button-box .button[data-v-004d71a6] {
	margin: 0;
	order: 2;
}

.quizv2 .button-box .button.exit[data-v-004d71a6] {
	order: 1;
}

.quizv2 .button-box .button.next[data-v-004d71a6] {
	margin-left: auto;
}

.quizv2--splash .quizv2__content[data-v-004d71a6] {
	padding: 40px 24px;
	text-align: center;
	background-color: #f2f2f2;
}

.quizv2--summary .button-box .exit[data-v-004d71a6] {
	order: 1;
	font-size: 14px;
	background: none;
	border: none;
	border-radius: none;
	color: #D9D9D9;
}

@-webkit-keyframes slide-top {
	0% {
		transform: translateY(0);
		height: 100px;
		background: none;
		padding-top: 0;
	}

	to {
		transform: translateY(-100px);
		height: auto;
		background: #fff;
		padding-top: 0;
	}
}

@keyframes slide-top {
	0% {
		transform: translateY(0);
		height: 100px;
		background: none;
		padding-top: 0;
	}

	to {
		transform: translateY(-100px);
		height: auto;
		background: #fff;
		padding-top: 0;
	}
}

/* style pod nowy uklad i wyglad quizow 11.2024 */
article .quizv2 > div {   
    border-radius: 12px;
    background:  #F5F5F5;
    padding: 40px;
}

article .quizv2 .quizv2__title--teaser {
    padding: 0;
    text-align: left;
    margin-bottom: 0;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px;
    text-transform: none;
    background-color: inherit;
}

article .quizv2 .question__counter {
    color: var(--color-quiz, #1677FF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 35px 0 35px 0;
}

article .quizv2 .question__title {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 20px;
    padding: 0;
    background-color: inherit;
    text-transform: none;
}

article .quizv2 .question__answers {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

article .quizv2 .answer {
    border-radius: 9px;
    background: #FFF;
    margin-bottom: 32px;
    width: 100%;
}

article .quizv2 .answer:has(.answer__input:checked) {
    border: 1px solid var(--color-quiz, #1677FF);
}

article .quizv2 .answer__label {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 10px 8px 10px 44px;
    margin: 0;
    border-radius: 6px;
    border: 1px solid #D9D9D9; 
}

article .quizv2 .answer__label:hover {
    background: none;
}

article .quizv2 .answer__label:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    width: 16px;
    height: 16px;
    border: 2px solid var(--color-quiz, #1677FF);
    border-radius: 50%;
    transform: translateY(-50%);
}

article .quizv2 .answer__input:checked+.answer__label:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 8px;
    height: 8px;
	background-color: #FFFFFF;
    border-radius: 50%;
    border: 2px solid var(--color-quiz, #1677FF);
    border: none;
    transform: translateY(-50%);
}

article .quizv2 .answer__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
}

article .quizv2 .button-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    background-color: inherit;
}

article .quizv2 .button--primary {
    border-radius:  6px;
    background: var(--color-quiz, #1677FF);
    box-shadow: 0px 2px 0px 0px rgba(5, 145, 255, 0.10);
    min-width: 226px;
    padding: 8px;
    font-family: inherit;
    text-transform: none;
    outline: none;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; 
    min-width: 148px;
    cursor: pointer;
}

article .quizv2 .answer__img,
article .quizv2 .answer__img img {
    border-radius: 9px 9px 0 0;
}

article .quizv2 .question__photo img {
    border-radius: 9px;
}

article .quizv2 .answer.with-image img {
    width: 100%;
}
/* /style pod nowy uklad i wyglad quizow 11.2024 */