
.block-section-games-top {
	overflow: hidden;
	background: #eae1d4;
	-webkit-mask: url(../images/masks/mask-bottom-312x6.svg) exclude 0 100% no-repeat, url(../images/masks/mask-bottom-325x5.svg) exclude 100% 100% no-repeat, linear-gradient(#000 0 0);
	mask: url(../images/masks/mask-bottom-312x6.svg) exclude 0 100% no-repeat, url(../images/masks/mask-bottom-325x5.svg) exclude 100% 100% no-repeat, linear-gradient(#000 0 0);
}

.block-section-games-top + .block-section.texture-style-15::before {
	top: 0;
}

.texture-brown {
	color: #fff;
	background: #5E5044 url(../images/texture-brown.jpg) left top no-repeat;
	background-size: cover;
}

.simple-slider.simple-games-slider .swiper-slide {
	padding: 24px 0;
}

.card-game {
	position: relative;
	aspect-ratio: 1/1.55;
	display: flex;
	width: min(448px, 89vw);
	padding: 40px 20px;
	color: #fff;
	border-radius: 8px;
}

.card-game-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 8px;
}

.card-game-bg div,
.card-game-bg::before,
.card-game-bg::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: center no-repeat;
	background-size: cover;
	pointer-events: none;
}

.card-game-bg div {
	opacity: .05;
	background-image: url(../images/game-card-texture-layer-1.png);
}

.card-game-bg div + div {
	opacity: .4;
	background-image: url(../images/game-card-texture-layer-2.png);
	mix-blend-mode: hard-light;
}

.card-game-bg::before {
	z-index: 1;
	opacity: .4;
	background-image: url(../images/game-card-texture-layer-3.png);
	mix-blend-mode: multiply;
}

.card-game-bg::after {
	z-index: 1;
	background-image: url(../images/game-card-texture-layer-4.png);
}

.card-game::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .15;
	border-radius: 8px;
	background: linear-gradient(to bottom, rgba(35,31,32,0) 0%, rgba(35,31,32,1) 100%);
}

.card-game-inner {
	width: 100%;
	position: relative;
	z-index: 1;
}

.card-game-icon {
	display: block;
	width: 90%;
	max-width: 330px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 6px 20px 0px rgba(0,0,0,.16);
	border-radius: 32px;
}

.card-game-icon img {
	display: block;
	width: 100%;
}

.card-game-icon .btn {
	position: absolute;
	top: 16px;
	right: 16px;
}

.card-game-content {
	padding-top: 20px;
}

.card-game-label {
	margin-bottom: 16px;
}

.card-game-label span {
	display: inline-block;
	padding: 7px 8px 4px;
	margin-right: 5px;
	font: 700 clamp(14px, 1.6129032258vw, 18px)/1 var(--font-family-roboto-condensed, sans-serif);
	text-transform: uppercase;
	color: #231F20;
	background: #fff;
	border-radius: 3px;
}

.card-game-title {
	margin: 0;
}

.card-game-title a {
	text-decoration: none;
	color: inherit;
}

.card-game-description {
	max-width: 380px;
	margin-top: 8px;
	margin-bottom: 15px;
	font-size: 21px;
}

.card-game .btn {
	min-width: unset;
}

.simple-slider.simple-games-slider .swiper-button-prev,
.simple-slider.simple-games-slider .swiper-button-next {
	top: calc(50% - 20px) !important;
}


.card-game-genre {
	display: block;
	min-width: 246px;
	padding: 59px 16px 16px;
	position: relative;
	overflow: hidden;
	font: 700 clamp(23px, 1.945vw, 28px)/1 var(--font-family-roboto-condensed, sans-serif);
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: #9CBA23;
	border-radius: 2px;
}

.card-game-genre::before,
.card-game-genre::after {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: center 0 no-repeat;
	background-size: cover;
}

.card-game-genre::before {
	background-image: url(../images/game-ganre-texture-layer-2.png);
	mix-blend-mode: hard-light;
	transition: opacity .5s ease;
}

.card-game-genre::after {
	background-image: url(../images/game-ganre-texture-layer-1.png);
}

.card-game-genre:hover::before {
	opacity: 0;
}

.card-game-genre span {
	position: relative;
	z-index: 1;
}

.card-game-genre i {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 1;
	background: center no-repeat;
	background-size: contain;
}


.card-game-grid {
	width: min(330px, 89vw);
	padding-bottom: 8px;
}

.card-game-grid .card-game-icon {
	width: 100%;
	margin: 0;
}

.card-game-grid .card-game-content {
	padding-top: 16px;
}

.card-game-grid-label {
	margin-bottom: 5px;
}

.card-game-grid-label span {
	display: inline-block;
	position: relative;
	padding-left: 4px;
	margin-right: 10px;
	border-left: 4px solid #faa21b;
	text-transform: uppercase;
	font: 700 clamp(14px, 1.6129032258vw, 16px)/1 var(--font-family-roboto-condensed, sans-serif);
	white-space: nowrap;
}

.card-game-grid .card-game-title a {
	color: #002F5E;
}

.card-game-grid-btn {
	padding-top: 18px;
	text-align: center;
}


/* quizzes */

.billboard-quiz {
	padding: 0;
}

.billboard-quiz-bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	pointer-events: none;
}

.billboard-quiz-bg div {
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -10px;
	filter: blur(5px);
	background-size: cover;
}

.billboard-quiz-bg::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: rgba(2,0,0,.7) url(../images/billboard-quiz-bg-texture.png) center no-repeat;
	background-size: cover;
}

.billboard-quiz-bg::after {
	display: block;
	content: '';
	height: 16px;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	z-index: 2;
	background: url(../images/masks/billboard-mask-primary.svg) no-repeat;
	background-size: cover;
}

.billboard-quiz .primary-billboard .billboard-body {
	display: flex;
	min-height: 680px;
	padding: 100px 78px 0;
	align-items: end;
}

.billboard-quiz .primary-billboard .billboard-body.billboard-overlay::before {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	inset: 0;
	opacity: .5;
	background: linear-gradient(270deg, rgba(0, 6, 20, 0) 0%, #000614 100%);
}

.billboard-quiz .primary-billboard .billboard-content {
	padding-bottom: 70px;
}

.billboard-quiz .primary-billboard .billboard-text {
    max-width: 545px;
}


.quiz-btns {
	padding-bottom: 40px;
	z-index: 5;
}

.quiz-content .btn {
	vertical-align: top;
}

.quiz-content .btn.btn-outline {
	min-width: 140px;
	margin-right: 4px;
	color: #102E5B;
	border: 2px solid #2A60B5;
}

.insp-quiz-block {
	padding-bottom: 40px;
}

.insp-quiz-block .content-ad-block {
	margin: 0;
}

.quiz-intro p {
	margin-bottom: 20px;
}

.tint-black-50::after {
	opacity: 1;
	background: rgba(35,31,32,.5);
}

.banner-slider .dot {
	color: #FAA21B;
} 

.highlight-chapter {
	min-height: 90px;
}


/* quizzes / from plugin */

.question h4 {
    display: flex;
    padding: 0 10px;
    margin: 0 0 14px;
    letter-spacing: 0;
    font-weight: 800;
}

.question h4 span {
    padding-right: 12px;
}

.question-media {
    position: relative;
}

.question-media img {
    display: block;
}

.question-media::after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/wp-content/themes/insp/images/img-mask0.png);
    background-size: 100% 100%;
    pointer-events: none;
}
.question-media-mask1::after {
    background-image: url(/wp-content/themes/insp/images/img-mask1.png);
}
.question-media-mask2::after {
    background-image: url(/wp-content/themes/insp/images/img-mask2.png);
}

.question-media .jwplayer {
	min-width: 100%;
}

.question-text {
    background-size: cover;
}

.question-text-inner {
    display: flex;
    min-height: 400px;
    text-align: center;
    align-items: center;
}

.question-text-inner h3 {
    padding: 50px 40px;
    margin: 0;
}

.qestion-descr {
    padding: 0 10px;
    margin-top: 20px;
    font-family: "Figtree", Sans-serif;
    font-size: 18px;
    line-height: 1.5;
}

.answers {
    margin: 22px 0 0;
}

.answers-img,
.answers-text_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.answers-img > div,
.answers-text_grid > div {
    max-width: 50%;
    padding: 8px;
}

.answers-img-cols3 > div {
    max-width: 33%;
    padding: 8px;
}

.answers-img .answer,
.answers-text_grid .answer {
    padding: 16px;
    border-radius: 4px;
    transition: background .3s ease, color .3s ease, opacity .3s ease;
    cursor: pointer;
}

.answers-img .answer:hover,
.answers-text_grid .answer:hover {
    background: url(/wp-content/themes/insp/images/question-bg-hover.png) center no-repeat;
    background-size: 100% 100%;
}

.answers-img .answer.correct,
.answers-text_grid .answer.correct {
    color: #fff;
    background: #6fa62a;
}

.answers-img .answer.wrong,
.answers-text_grid .answer.wrong {
    color: #fff;
    background: #ba3d21;
}

.answers-img .answer-image,
.answers-text_grid .answer-image {
    position: relative;
    background-position: center;
    background-size: cover;
}

.answers-img .answer-image img,
.answers-text_grid .answer-image img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.answers-img .answer-image::after,
.answers-text_grid .answer-image::after {
    display: block;
    content: '';
    width: 48px;
    height: 48px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    opacity: 0;
    transition: opacity 1s ease;
    background: center no-repeat;
    background-size: contain;
    border-radius: 50%;
}

.answers-img .answer.correct .answer-image::after,
.answers-text_grid .answer.correct .answer-image::after {
    opacity: 1;
    background-color: #6fa62a;
    background-image: url(/wp-content/themes/insp/images/mark-correct.svg);
}

.answers-img .answer.wrong .answer-image::after,
.answers-text_grid .answer.wrong .answer-image::after {
    opacity: 1;
    background-color: #ba3d21;
    background-image: url(/wp-content/themes/insp/images/mark-wrong.svg);
}

.answers-img .answer-image + .answer-caption {
    margin-top: 16px;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
    text-align: center;
    color: #102E5B;
    transition: color .3s ease;
}

.answers-img-cols3 .answer-image + .answer-caption {
    font-size: 22px;
}

.answers-img .answer:hover .answer-image + .answer-caption,
.answers-text_grid .answer:hover .answer-image + .answer-caption {
    color: #2A60B5;
}

.question-answered .answer.correct .answer-image + .answer-caption,
.question-answered .answer.wrong .answer-image + .answer-caption {
    color: #fff;
}

.question-answered .answer {
    opacity: .5;
    pointer-events: none;
}

.question-answered .answer.correct,
.question-answered .answer.wrong {
    opacity: 1;
}

.answers-text_list {
	padding-bottom: 30px;
}

.answers-text_list .answer + .answer {
    margin-top: 12px;
}

.answers-text_list .answer a {
    display: block;
    padding: 28px 16px;
    padding-right: 60px;
    position: relative;
    text-decoration: none;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 900;
    color: #102E5B;
    background: #f8f9f6;
    border: 1px solid #f8f9f6;
    border-radius: 4px;
    transition: color .3s ease, background .3s ease, border .3s ease, opacity .3s ease;
}

.answers-text_list .answer a:hover {
    color: #fff;
    background: #102E5B;
    border-color: #102E5B;
}

.answers-text_list .answer.correct a {
    color: #fff;
    background: #6fa62a;
    border-color: #5C763C;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.answers-text_list .answer.wrong a {
    color: #fff;
    background: #ba3d21;
    border-color: #551F11;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.answers-text_list .answer a::after {
    display: block;
    content: '';
    width: 34px;
    height: 34px;
    position: absolute;
    top: 50%;
    right: 19px;
    z-index: 2;
    opacity: 0;
    transition: opacity 1s ease;
    background: center no-repeat;
    background-size: contain;
    border-radius: 50%;
    transform: translateY(-50%);
}

.answers-text_list .answer.correct a::after {
    opacity: 1;
    background-image: url(/wp-content/themes/insp/images/mark-correct-white.svg);
}

.answers-text_list .answer.wrong a::after {
    opacity: 1;
    background-image: url(/wp-content/themes/insp/images/mark-wrong-white.svg);
}

.answers-text_grid .answer-image > div {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
}

.answers-text_grid .answer-image > div div {
    width: 100%;
    padding: 10px;
    font-size: 50px;
    line-height: 1;
    font-weight: 900;
    text-align: center;
    color: #020000;
    transition: color .3s ease;
}

.answers-text_grid.answers-img-cols3 .answer-image > div div {
    font-size: 28px;
}

.answers-text_grid .answer:hover .answer-image > div div {
    color: #2A60B5;
}

.correct-answer {
    padding: 20px 32px;
    margin: 15px 0 24px;
    background: #EAE1D4;
    border: 1px solid #DED7CC;
    border-radius: 4px;
}

.correct-answer h4 {
    margin: 0 0 12px;
    text-transform: uppercase;
    font-size: 38px;
    line-height: 1;
    font-weight: 900;
}

.correct-answer h4::before {
    display: inline-block;
    content: '';
    width: 32px;
    height: 32px;
    margin-top: 1px;
    margin-right: 10px;
    vertical-align: middle;
    background: center no-repeat;
    background-size: contain;
    border-radius: 50%;
}

.correct-answer.correct h4::before {
    background-color: #6fa62a;
    background-image: url(/wp-content/themes/insp/images/mark-correct.svg);
}

.correct-answer.wrong h4::before {
    background-color: #ba3d21;
    background-image: url(/wp-content/themes/insp/images/mark-wrong.svg);
}

.correct-answer p:last-child {
    margin: 0;
}

.answers-text_list + .correct-answer {
	margin-top: -10px;
}

.quiz-results {
    display: none;
    padding: 55px 120px;
    margin: 40px -120px 0;
    font-size: 24px;
    line-height: 1.5;
    background: #EAE1D4;
    border: 1px solid #DED7CC;
    border-radius: 4px;
}

.content-ad-block + .quiz-results {
	margin-top: 0;
}


.quiz-results h4 {
    margin: 0 0 24px;
    text-transform: uppercase;
}

.results-img {
    position: relative;
    margin-bottom: 24px;
}

.results-img::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/wp-content/themes/insp/images/img-mask-result.png) center no-repeat;
    background-size: 100% 100%;
}

.quiz-results img {
    display: block;
    width: 100%;
}

.quiz-results h3 {
    margin-bottom: 15px;
    font-family: "Figtree", Sans-serif;
    font-size: 32px;
    line-height: 1;
    font-weight: 900;
}

.results-text {
    padding-bottom: 5px;
}

.results-text p:last-child {
    margin: 0;
}

.quiz-results hr {
    width: 100%;
    border-top: 2px solid #CAC4B9;
}

.block-section.texture-style-6-2 {
	background-image: url(../images/texture-style-6-2.png);
}

.quiz-save-share {
    display: flex;
    margin-top: 24px;
    padding-bottom: 0;
    text-align: left;
}

.quiz-save-share .share-links {
    display: flex;
    margin-left: 12px;
    align-items: center;
    font-family: "Figtree", Sans-serif;
    font-size: 21px;
    line-height: 1;
    font-weight: 900;
    text-transform: uppercase;
}

.quiz-save-share .share-links ul.soc-links {
	margin-top: -2px;
	margin-left: 16px;
	gap: 16px;
}

.another-quiz {
    padding-top: 20px;
    margin-top: 24px;
    border-top: 1px solid #CAC4B9;
}

.another-quiz h5 {
    margin: 0 0 16px;
    text-transform: uppercase;
}

.quiz-list-item {
    display: flex;
}

.quiz-list-img {
    width: 333px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,.1);
}

.quiz-list-img img {
    display: block;
    max-width: 100%;
}

.quiz-list-img .btn-add-favorite {
	width: 48px;
	height: 48px;
	position: absolute;
	top: 4px;
	right: 4px;
}

.quiz-list-img .btn-add-favorite svg {
	width: 32px;
	height: 32px;
}

.quiz-list-info {
    padding: 8px 0;
}

.quiz-list-img + .quiz-list-info {
    padding: 8px 16px;
}

.quiz-list-cat {
    padding-top: 1px;
    padding-left: 6px;
    margin-bottom: 8px;
    font-family: "Roboto Condensed", Sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    border-left: 4px solid #EDA640;
}

.quiz-list-title h5 {
	text-transform: none;
	font-weight: 800;
}

.quiz-list-title a {
    text-decoration: none;
    color: #102E5B;
}

.quiz-list-title a:hover {
    color: #2A60B5;
}


/* answer reveal / hidden objects */

.answ-reveal + .answ-reveal {
	margin-top: 40px;
}

.answ-reveal h4 {
    margin: 0 0 16px;
}

.answ-reveal-img {
    position: relative;
}

.answ-reveal-img img {
    display: block;
    width: 100%;
}

.answ-reveal-img.can-enlarge::after {
    display: block;
    content: '';
    width: 198px;
    height: 52px;
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(/wp-content/themes/insp/images/enlarge.png) center no-repeat;
    background-size: contain;
    pointer-events: none;
}

.answ-reveal-info {
    margin-top: 9px;
    font-family: "Figtree", Sans-serif;
    font-size: 21px;
    line-height: 1.5;
}

.answ-reveal-btns {
    text-align: center;
}

.answ-reveal-btns .btn {
    margin: 16px 3px 0;
}

.btn-quiz-enlarge svg {
	width: 32px;
	height: 32px;
}

.answ-reveal-answer {
    display: block;
}

.content-ad-block + .answ-reveal-answer {
	margin-top: 40px;
}

.answers-list {
    margin-top: 24px;
    font-family: "Figtree", Sans-serif;
    font-size: 21px;
    line-height: 1.5;
    border-top: 1px solid #CAC4B9;
}

.answers-list div {
    padding: 15px 10px;
    border-bottom: 1px solid #CAC4B9;
}

.answer-image {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.answer-image img {
    display: block;
    width: 100%;
}

.answer-image + h5 {
	margin-top: 20px;
	text-transform: uppercase;
}



.quiz-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: #1A3862;
    user-select: none;
    -webkit-user-select: none;
}

.quiz-popup-ctrls {
    padding: 8px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    font-size: 0;
}

.quiz-popup-ctrls a {
    display: inline-block;
    width: 56px;
    height: 56px;
    background: center no-repeat;
    background-size: contain;
    transition: opacity .5s ease;
}

.quiz-popup-ctrls a:hover {
    opacity: .85;
}

.quiz-popup-ctrls a + a {
    margin-left: 16px;
}

.quiz-popup-ctrls .btn-quiz-zoom {
    background-image: url(/wp-content/themes/insp/images/btn-popup-zoom-in.svg);
}

.quiz-popup-ctrls .btn-quiz-zoom-out {
    background-image: url(/wp-content/themes/insp/images/btn-popup-zoom-out.svg);
}

.quiz-popup-ctrls .btn-quiz-close {
    background-image: url(/wp-content/themes/insp/images/btn-popup-close.svg);
}

.quiz-popup-img {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    align-items: center;
}

.quiz-popup-img .quiz-popup-canvas {
	min-width: 100%;
    overflow: hidden;
}

.quiz-popup-img img {
    display: block;
    width: 100%;
    cursor: move;
}

.quiz-popup.zoomed .quiz-popup-img .quiz-popup-canvas {
    position: absolute;
    overflow: visible;
}

.quiz-popup.zoomed .quiz-popup-img img {
    max-width: unset;
    width: auto;
}

.quiz-popup.zoomed .quiz-popup-canvas:active {
    cursor: move;
}



@media (width > 1200px) {

	/* games */

	.games-banner-slider-warpper .heroes-banner-slider-body {
		height: 690px;
	}

	.tabs-slider-block .card-simple-bg::before {
		display: block;
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 11;
		background: url(../images/texture-game-card.png) center;
		background-size: cover;
		mix-blend-mode: overlay;
		pointer-events: none;
	}


	/* quizzes */

	.billboard-quiz {
		--slider-p-x: 140px;
		padding: 0 var(--slider-p-x);
	}

	.billboard-quiz .primary-billboard {
		transform: translateY(32px);
	}

}



@media screen and (max-width: 767px){

	/* games */

	.card-simple-grid {
		--col-gap: 8px;
		--row-gap: 20px;
		gap: var(--row-gap) var(--col-gap);
	}

	.card-game-grid {
		width: calc(50% - var(--col-gap)/2);
	}


	/* quizzes */

	.billboard-quiz .primary-billboard .billboard-body {
		min-height: 592px;
		padding: 40px 20px 0;
	}

	.billboard-quiz .primary-billboard .billboard-content {
		padding-bottom: 25px;
	}

	.billboard-quiz .primary-billboard:before {
		opacity: .7;
		background: linear-gradient(to bottom,  rgba(0,6,20,0) 0%,rgba(0,6,20,1) 100%);
	}

	.block-content-side {
		display: none;
	}

	.quiz-btns {
		display: flex;
	}

	.quiz-btns .btn-add-favorite {
		flex: 1;
	}

	.quiz-content .btn.btn-share {
		width: 56px;
		padding: 4px 10px;
		min-width: unset;
	}

	.quiz-content .btn.btn-share span {
		margin-bottom: -4px;
	}

	.quiz-btns + .content-ad-block {
		margin: 0;
	}

    .insp-quiz-block {
        margin: 0 auto;
    }

    .insp-quiz-block .content-ad-block:last-child {
    	display: none;
    }

    .quiz-save-share {
        display: block;
    }

    .quiz-save-share .btn-add-favorite {
        width: 100%;
    }

    .qestion-descr {
        margin-top: 16px;
        font-size: 16px;
    }

    .answers {
        margin: 16px -6px 0;
    }

    .answers-img > div,
    .answers-text_grid > div,
    .answers-img-cols3 > div {
        max-width: 50%;
        padding: 6px;
    }

    .answers-img .answer,
    .answers-text_grid .answer {
        padding: 8px;
    }

    .answers-img .answer-image::after,
    .answers-text_grid .answer-image::after {
        width: 32px;
        height: 32px;
        top: 2px;
        left: 2px;
    }

    .answers-img .answer-image + .answer-caption,
    .answers-img-cols3 .answer-image + .answer-caption {
        margin-top: 8px;
        font-size: 19px;
    }

    .answers-text_list {
        margin-left: 0;
        margin-right: 0;
    }

    .answers-text_list .answer + .answer {
        margin-top: 8px;
    }

    .answers-text_list .answer a {
        padding: 12px 16px;
        font-size: 23px;
    }

    .answers-text_list .answer.correct a {
        box-shadow: 0 0 7px rgba(0,0,0,.1);
    }

    .answers-text_list .answer.wrong a {
        box-shadow: 0 0 7px rgba(0,0,0,.1);
    }

    .answers-text_list .answer a::after {
        width: 32px;
        height: 32px;
        right: 16px;
    }

    .answers-text_grid .answer-image > div div,
    .answers-text_grid.answers-img-cols3 .answer-image > div div {
        padding: 8px;
        font-size: 24px;
    }

    .correct-answer {
        padding: 20px 16px;
        font-size: 22px;
    }

    .correct-answer h4 {
        font-size: 28px;
    }

    .correct-answer h4::before {
        margin-top: -3px;
    }


    .quiz-ad-area {
        padding: 32px 0;
    }

    .quiz-results {
        padding: 55px 20px;
        margin-left: -20px;
        margin-right: -20px;
        font-size: 22px;
        line-height: 1.5;
        background: #EAE1D4;
        border: none;
        border-radius: 0;
    }

    .results-text {
        padding-bottom: 5px;
    }

    .answ-reveal-img::after {
        display: none;
    }

    .answ-reveal-info {
        font-size: 18px;
    }

    .answ-reveal-btns .btn {
        width: 100%;
    }

    .quiz-save-share .share-links {
        margin: 16px 0 0;
        justify-content: center;
        font-size: 19px;
    }

    .another-quiz h3 {
        font-size: 23px;
    }

    .quiz-list-item {
        flex-direction: column;
    }

    .quiz-list-img {
        width: 100%;
    }

    .quiz-list-info,
    .quiz-list-img + .quiz-list-info {
        padding: 0;
        margin-top: 12px;
    }

    .quiz-list-title a {
        font-size: 23px;
    }
    
}


.video-box {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video-box video,
.video-box iframe,
.video-box .jwplayer {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}




