.quiz-page__wrapper,
.quiz-page__question,
.quiz-page__results{
	border-radius: 20px;
	background: #FFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
	padding:30px;
	min-height:762px;
	display:flex;
	flex-direction:column;
}
.quiz-page__image--container img,
.quiz-page__question .quiz-page__question-image img{
	border-radius: 12px;
	/*max-height:265px;*/
	width:100%;
	object-fit:cover;
	height: auto;
}

.quiz-page__question-image .caption_text {
	    text-align: center;
    display: block;
    font-size: 14px;
    font-style: italic;
}
.quiz-page__description {
	color: #393A47;
	margin:20px 0;
}

.quiz-page__description p{
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
}

.quiz-page__description  h2,
.quiz-page__question .quiz-page__question-title{
	font-size: 25px;
	font-weight: 700;
	line-height: normal;
}
.quiz-page__description strong{
	font-weight: 700;
}
.quiz-page__description ul{
	list-style:none;
	padding:0;
	margin:15px 0;
}
.quiz-page__description ul li{
	padding-left:0px;
	display: flex;
    flex-wrap: wrap;
    column-gap: 4px;
    align-items: flex-start;
}
.quiz-page__description ul li:before {
	content:'';
	background-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.75781' y='0.728027' width='6.72787' height='6.72787' transform='rotate(45 4.75781 0.728027)' fill='%23952E34'/%3E%3C/svg%3E%0A");
	width: 7px;
	height: 7px;
	position: relative;
    left: -2px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 7px;
	top: 7px;
}
.quiz-page__start {
	margin-top:25px;
	margin-bottom:25px;
}
.quiz-page__start-btn {
	border-radius: 50px;
	border: 1px solid #952E34;
	height: 43px;
	max-width: 286px;
	width:100%;
	color: #FFF;
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 14px;
	font-weight: 700;
	line-height: normal;
	background: #952E34;
	padding:6px;
	transition:all .3s ease;
}
.quiz-page__start-btn:before {
	content:'';
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'%3E%3Cpath d='M7.71217 8.24258L1.6777 14.6921C1.29383 15.1026 0.671461 15.1026 0.287782 14.6921C-0.0959275 14.282 -0.0959275 13.6169 0.287782 13.2068L5.62736 7.49989L0.287938 1.79321C-0.0957723 1.38293 -0.0957723 0.717829 0.287938 0.307712C0.671648 -0.102571 1.29399 -0.102571 1.67785 0.307712L7.71233 6.75737C7.90418 6.96253 8 7.23113 8 7.49986C8 7.76872 7.90399 8.03752 7.71217 8.24258Z' fill='%23952E34'/%3E%3C/svg%3E");	
	background-size:8px;
	background-repeat:no-repeat;
	background-position:center;
	width: 32px;
height: 32px;
	border-radius: 100px;
background-color:#fff;
	transition:all .3s ease;
}
.quiz-page__start-btn span{
	    flex-grow: 1;
    text-align: center;
}
.quiz-page__start-btn:hover {
	color:#952E34;
	background:#fff;
	transition:all .3s ease;
}
.quiz-page__start-btn:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'%3E%3Cpath d='M7.71217 8.24258L1.6777 14.6921C1.29383 15.1026 0.671461 15.1026 0.287782 14.6921C-0.0959275 14.282 -0.0959275 13.6169 0.287782 13.2068L5.62736 7.49989L0.287938 1.79321C-0.0957723 1.38293 -0.0957723 0.717829 0.287938 0.307712C0.671648 -0.102571 1.29399 -0.102571 1.67785 0.307712L7.71233 6.75737C7.90418 6.96253 8 7.23113 8 7.49986C8 7.76872 7.90399 8.03752 7.71217 8.24258Z' fill='%23ffffff'/%3E%3C/svg%3E");
	background-color:#952E34;
	transition:all .3s ease;
}

.quiz-page__answers{
	list-style:none;
	padding:0;
	margin:15px 0;
}
.quiz-page__answers li{
	
}
.quiz-page__answers input {
	width:0;
	height:0;
	flex:0 0 0px;
}
.quiz-page__answers li {
	display:flex;
	align-items:center;
}
.quiz-page__answers li label{
	display:flex;
	align-items:center;
	font-size: 18px;
	font-weight: 300;
	line-height: 34px;
	column-gap: 5px;
	cursor:pointer;
}

.quiz-page__answers li label p {
	margin:0;
	line-height: 1.3;
	font-size: 18px;
}
.quiz-page__answers li label a {
	color: #952E34;
font-style: normal;
font-weight: 700;
line-height: 1.3;
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;
}
.quiz-page__answers li input + label::before {
	content:'';
	width: 25px;
	height: 25px;
	flex:0 0 25px;
	display:block;
	border-radius:100%;
	border:1px solid #D9D9D9;
	margin-right: 10px;
}
.quiz-page__answers li.voted input + label::before {
	background-color:#952E34;
	background-size:15px;
	background-repeat:no-repeat;
	background-position:center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.30799 3.308C3.4252 3.19082 3.58414 3.125 3.74987 3.125C3.91559 3.125 4.07454 3.19082 4.19174 3.308L7.49985 6.61612L10.808 3.308C10.8657 3.2483 10.9346 3.20069 11.0108 3.16793C11.0871 3.13517 11.1692 3.11794 11.2521 3.11721C11.3351 3.11649 11.4174 3.1323 11.4942 3.16373C11.571 3.19515 11.6408 3.24157 11.6995 3.30025C11.7582 3.35893 11.8046 3.42871 11.836 3.50552C11.8674 3.58234 11.8832 3.66464 11.8825 3.74762C11.8818 3.83061 11.8645 3.91262 11.8318 3.98887C11.799 4.06512 11.7514 4.13409 11.6917 4.19174L8.3836 7.49987L11.6917 10.808C11.8056 10.9259 11.8686 11.0837 11.8672 11.2476C11.8657 11.4115 11.8 11.5682 11.6841 11.6841C11.5682 11.8 11.4115 11.8657 11.2476 11.8672C11.0837 11.8686 10.9258 11.8056 10.808 11.6917L7.49985 8.38362L4.19174 11.6917C4.07387 11.8056 3.91599 11.8686 3.75212 11.8672C3.58824 11.8657 3.43149 11.8 3.31561 11.6841C3.19973 11.5682 3.13399 11.4115 3.13258 11.2476C3.13115 11.0837 3.19414 10.9259 3.30799 10.808L6.6161 7.49987L3.30799 4.19174C3.19082 4.07454 3.125 3.9156 3.125 3.74987C3.125 3.58414 3.19082 3.4252 3.30799 3.308Z' fill='white'/%3E%3C/svg%3E");
}
.quiz-page__answers li.voted.is_correct input + label::before {
	content:'';
	background-size:15px;
	background-repeat:no-repeat;
	background-position:center;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cg clip-path='url(%23clip0_542_3725)'%3E%3Cpath d='M14.6515 2.45146C14.1874 1.98674 13.4337 1.98703 12.969 2.45146L5.3968 10.024L2.03129 6.65847C1.56656 6.19375 0.813261 6.19375 0.348541 6.65847C-0.11618 7.12319 -0.11618 7.87649 0.348541 8.34121L4.55526 12.5479C4.78747 12.7801 5.09196 12.8965 5.39648 12.8965C5.701 12.8965 6.00579 12.7804 6.238 12.5479L14.6515 4.13417C15.1162 3.66978 15.1162 2.91615 14.6515 2.45146Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_542_3725'%3E%3Crect width='15' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-color:#39783F;
}
.quiz-page__answers li .answer-number {
	min-width:20px;
	flex: 0 0 20px;
    text-align: center;
}
.quiz-page__question--bottom {
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin-top: auto;
}
.quiz-page__question--progress {
	color: #952E34;
	font-size: 14px;
	font-weight: 700;
}
.quiz-page__question--bottom button {
	display:flex;
	align-items:center;
	border-radius: 50px;
background: #DEDEDE;
	color: #952E34;
font-size: 14px;
width: 111px;
height: 43px;
font-weight: 700;
line-height: normal;
	padding:6px;
	gap: 14px;
}
.quiz-page__question--bottom button::before{
	content:'';
	width: 32px;
	height: 32px;
	flex:0 0 32px;
	border-radius: 100px;
	background: #fff;
	background-size:8px 15px;
	background-position:center;
	background-repeat:no-repeat;
	
}
.quiz-page__question--bottom button.back::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'%3E%3Cpath d='M0.28783 8.24258L6.3223 14.6921C6.70617 15.1026 7.32854 15.1026 7.71222 14.6921C8.09593 14.282 8.09593 13.6169 7.71222 13.2068L2.37264 7.49989L7.71206 1.79321C8.09577 1.38293 8.09577 0.717829 7.71206 0.307712C7.32835 -0.102571 6.70601 -0.102571 6.32215 0.307712L0.287674 6.75737C0.0958195 6.96253 4.76837e-07 7.23113 4.76837e-07 7.49986C4.76837e-07 7.76872 0.0960059 8.03752 0.28783 8.24258Z' fill='%23952E34'/%3E%3C/svg%3E");
}
.quiz-page__question--bottom button.next {
	flex-direction:row-reverse;
	position:relative;
}
.quiz-page__question--bottom button.next::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'%3E%3Cpath d='M7.71217 8.24258L1.6777 14.6921C1.29383 15.1026 0.671461 15.1026 0.287782 14.6921C-0.0959275 14.282 -0.0959275 13.6169 0.287782 13.2068L5.62736 7.49989L0.287938 1.79321C-0.0957723 1.38293 -0.0957723 0.717829 0.287938 0.307712C0.671648 -0.102571 1.29399 -0.102571 1.67785 0.307712L7.71233 6.75737C7.90418 6.96253 8 7.23113 8 7.49986C8 7.76872 7.90399 8.03752 7.71217 8.24258Z' fill='%23952E34'/%3E%3C/svg%3E");
}
.quiz-page__question--bottom button.next.disabled {
	cursor:default;
	
}
.quiz-page__question--bottom button.next.disabled .tooltip {
	    position: absolute;
    background: #952e34;
	color:#fff;
	font-weight:300;
	font-size: 12px;
	padding: 10px 10px 0 10px;
    border-radius: 16px;
    width: 200px;
    top: -60px;
    left: -40%;
	    display: flex;
    flex-direction: column;
    align-items: center;
	opacity:0;
	transition:opacity .5s;
}
.quiz-page__question--bottom button.next.disabled .tooltip::after {
	content:'';
	width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 9px 7px 0 7px;
   border-color: #952E34 transparent transparent transparent;
       transform: rotate(0deg) translateY(8px);
}
.quiz-page__question--bottom button.next.disabled:hover .tooltip {
	opacity:1;
	transition:opacity .5s;
}
.quiz-page__question--bottom button.next:not(.disabled) .tooltip {
	display:none !important;
}
.quiz-page__answers-images {
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	max-width:440px;
	margin:0 auto 25px;
	gap:10px;
}
.quiz-page__answers-image {
	cursor:pointer;   
    border-radius: 7px;
}

.quiz-page__answers-image img{
	border-radius: 7px;
	max-width:100%;
	max-height:160px;
	object-fit:cover;
	border: 2px solid transparent;
	transition: all .3s ease;
}
.quiz-page__answers-image:hover img {
	    border-color: #952E34;
	transition: all .3s ease;
}
.quiz-page__answer-item .voted {
	cursor:default;
	pointer-events:none;
}
.question_answers_rate {
	color: #952E34;
	font-size: 16px;
	font-weight: 700;
	line-height: normal;
	margin:15px 0;
}
.correct-answer-title {
	color: #39783F;
	font-size: 22px;
	font-weight: 700;
	line-height: normal;
	
}
.correct-answer-text {
	color: #393A47;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.55;
	margin-top:8px;
}
.quiz-page__question--correct-answer {
	border-radius: 12px;
	border: 1px solid #39783F;
	background: rgba(222, 222, 222, 0.20);
	min-height:180px;
	margin:30px 0;
	display: flex;
    align-items: center;
	padding:0 2px;
}
.correct-answer-texts {
	color: #393A47;
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
	padding-left:27px;
	padding-top:10px;
	padding-bottom:10px;
	
}
.correct-answer-images{
	max-width: 250px;
}
.correct-answer-image:not(.correct-answer-images--slider) {
	display:flex;
	align-items:center;
}
.correct-answer-text iframe {
	max-width: 250px;
	height: 175px;
	object-fit:cover;
	border-radius: 12px;
	    float: left;
    margin-right: 15px;
	margin-bottom: 15px;
}
.correct-answer-images img{
	height: 175px;
	min-width:250px;
	object-fit:cover;
	border-radius: 12px;
	    width: 100%;
    max-width: 100%;
}
.correct-answer-images .slick-arrow {
	background:#fff;
	border-radius:100%;
	width: 32px;
	height: 32px;
	z-index: 9;
	display: flex;
    align-items: center;
    justify-content: center;
	transition:all .3s ease;
}
.correct-answer-images .slick-arrow:hover,
.correct-answer-images .slick-arrow:focus{
	background:#952E34;
	transition:all .3s ease;
}
.correct-answer-images .slick-arrow.slick-prev {
	left:-16px;
	
}
.correct-answer-images .slick-arrow.slick-next{
	right: -16px;
}
.correct-answer-images .slick-arrow:before {
	content:'';	
	background-size:8px 15px;
	background-position:center;
	background-repeat:no-repeat;
	    opacity: 1;
    display: block;
    width: 8px;
    height: 15px;
	transition:all .3s ease;
}
.correct-answer-images .slick-prev::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'%3E%3Cpath d='M0.28783 6.75742L6.3223 0.307861C6.70617 -0.102621 7.32854 -0.102621 7.71222 0.307861C8.09593 0.717978 8.09593 1.38315 7.71222 1.79323L2.37264 7.50011L7.71206 13.2068C8.09577 13.6171 8.09577 14.2822 7.71206 14.6923C7.32835 15.1026 6.70601 15.1026 6.32215 14.6923L0.287674 8.24263C0.0958195 8.03747 4.76837e-07 7.76887 4.76837e-07 7.50014C4.76837e-07 7.23128 0.0960059 6.96248 0.28783 6.75742Z' fill='%23952E34'/%3E%3C/svg%3E");
}
.correct-answer-images .slick-next:before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'%3E%3Cpath d='M7.71217 8.24258L1.6777 14.6921C1.29383 15.1026 0.671461 15.1026 0.287782 14.6921C-0.0959275 14.282 -0.0959275 13.6169 0.287782 13.2068L5.62736 7.49989L0.287938 1.79321C-0.0957723 1.38293 -0.0957723 0.717829 0.287938 0.307712C0.671648 -0.102571 1.29399 -0.102571 1.67785 0.307712L7.71233 6.75737C7.90418 6.96253 8 7.23113 8 7.49986C8 7.76872 7.90399 8.03752 7.71217 8.24258Z' fill='%23952E34'/%3E%3C/svg%3E");
}
.correct-answer-images .slick-prev:hover::before,
.correct-answer-images .slick-prev:focus::before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'%3E%3Cpath d='M0.28783 6.75742L6.3223 0.307861C6.70617 -0.102621 7.32854 -0.102621 7.71222 0.307861C8.09593 0.717978 8.09593 1.38315 7.71222 1.79323L2.37264 7.50011L7.71206 13.2068C8.09577 13.6171 8.09577 14.2822 7.71206 14.6923C7.32835 15.1026 6.70601 15.1026 6.32215 14.6923L0.287674 8.24263C0.0958195 8.03747 4.76837e-07 7.76887 4.76837e-07 7.50014C4.76837e-07 7.23128 0.0960059 6.96248 0.28783 6.75742Z' fill='%23ffffff'/%3E%3C/svg%3E");
	transition:all .3s ease;
}
.correct-answer-images .slick-next:hover:before,
.correct-answer-images .slick-next:focus:before{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='15' viewBox='0 0 8 15' fill='none'%3E%3Cpath d='M7.71217 8.24258L1.6777 14.6921C1.29383 15.1026 0.671461 15.1026 0.287782 14.6921C-0.0959275 14.282 -0.0959275 13.6169 0.287782 13.2068L5.62736 7.49989L0.287938 1.79321C-0.0957723 1.38293 -0.0957723 0.717829 0.287938 0.307712C0.671648 -0.102571 1.29399 -0.102571 1.67785 0.307712L7.71233 6.75737C7.90418 6.96253 8 7.23113 8 7.49986C8 7.76872 7.90399 8.03752 7.71217 8.24258Z' fill='%23ffffff'/%3E%3C/svg%3E");
	transition:all .3s ease;
}
.correct-answer-text p:last-child {
	margin-bottom:0;
}
.quiz-page__results {
	    align-items: center;
    justify-content: center;
	gap:36px;
	min-height:unset;
}
.quiz-page__results--title,
.quiz-page__results--top,
.quiz-page__results--bottom{
	display:flex;
	flex-direction:column;
	 align-items: center;
    justify-content: center;
}
.quiz-page__results--title {
	color: #393A47;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
}
.quiz-page__results--top {
	gap:14px;
}
.quiz-page__results--bottom {
	gap:18px;
}
.quiz-page__results--bottom .socials--icons {
	display:flex;
	column-gap:16px;
}
.quiz-page__results--text {
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 21px;
}
.quiz-page__results--text img {
	max-width:100%;
	height:auto;
	border-radius: 7px;
}

.quiz-page__start-btn.quiz-page__results--btn--restart {
	width:286px;
}
.quiz-page__results--bottom .socials--icons a {
	display:flex;
	align-items:center;
}
.quiz-page__results--bottom .socials--icons a svg {
	width:40px;
	height:40px;
}
.quiz-page__results--bottom .socials--icons a img,
.quiz-page__results--bottom .socials--icons a:hover img,
.quiz-page__results--bottom .socials--icons a svg,
.quiz-page__results--bottom .socials--icons a:hover svg{
	transition:all 1s ease;
}
.quiz-page__results--bottom .socials--icons a:hover img,
.quiz-page__results--bottom .socials--icons a:hover svg{
	transform:scale(1.1);
}
@media only screen and (min-width:768px) {
	.question_answers_rate .quiz-page__question--progress {
		display:none;
	}
	.quiz-page__description img {
		max-width: 50%;
		float: left;
		margin-right: 30px;
		margin-bottom: 15px;
		height: auto;
		border-radius: 20px;
	}
	.quiz-page__question .quiz-page__question-image img {
	max-width:50%;
	display:block;
	margin:0 auto;
	object-fit:contain;
}
	.quiz-page__results--text img.alignleft {
	float:left;
	margin-right:15px;
}
.quiz-page__results--text img.alignright {
	float:right;
	margin-left:15px;
}
}
@media only screen and (max-width:767.98px) {
	.quiz-page__wrapper, .quiz-page__question, .quiz-page__results {
		padding:15px;
		min-height: 426px;
	}
	.quiz-page__results {
		gap:15px;
	}
	.quiz-page__image--container img{
		min-height:160px;
	}
	.quiz-page__description {
		margin:15px 0;
	}
	.quiz-page__description  h2,
	.correct-answer-title,
	.quiz-page__results--title {
		font-size:18px;
	}
	.quiz-page__question .quiz-page__question-title {
		font-size:16px;
	}
	.quiz-page__question--bottom .quiz-page__question--progress {
		display:none;
	}
	.quiz-page__question--correct-answer {
		flex-direction:column;
		margin-top: 0;
	}
	.quiz-page__answers {
		margin-bottom:0;
	}
	.correct-answer-texts {
		padding:15px;
	}
	.quiz-page__answers li label,
	.quiz-page__answers li label p{
		font-size:14px;
	}
	.quiz-page__answers li {
		margin-bottom:15px;
	}
	.correct-answer-images {
		max-width:100%;
		width:100%;
	}
	.correct-answer-image,
	.correct-answer-image > a{
		width:100%;
		
	}
	.quiz-page__question--correct-answer {
		padding:0;
	}
	.quiz-page__answers li input + label::before {
		margin-right:5px;
	}
	.quiz-page__answers-images {
		margin-bottom:15px;
	}
	.question_answers_rate {
		margin-bottom:15px;
		display:flex;
		align-items:center;
		justify-content:space-between;
	}
	.correct-answer-text iframe,
	.correct-answer-images img{
		width: 100%;
		max-width: 100%;
		height: auto;
		aspect-ratio: 16 / 9;
	}
	.quiz-page__image--container img, .quiz-page__question .quiz-page__question-image img {
		
	}
	.quiz-page__question--bottom button.next.disabled .tooltip {
		width: 160px;
		top: -75px;
		left: -25%;
	}
	.quiz-page__description img {
		max-width: 100%;
		margin-bottom: 15px;
		height: auto;
		border-radius: 20px;
	}
}

