.answer-image__backdrop-img,.answer-image__img {
	opacity: 1;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%;
}
.result-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.result-card:focus,.result-card:hover {
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.11);
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.11);
}

.result-card__container {
	padding: 1rem;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.result-card__container,.result-card__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	min-height: 0;
}

.result-card__content {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex: 1 1 100%;
	flex: 1 1 100%;
}

.result-card__content_centered {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.result-card__title {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	text-align: left;
	color: #020202;
	margin-bottom: .5rem;
}

.result-card__text {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: left;
	color: #777b95;
	max-height: 218px;
	overflow: hidden;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.result-card__text:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),to(#fff));
	background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff);
}

.result-card__button {
	margin-top: 1rem;
	min-height: 0;
	width: 100%;
	border-radius: 4px;
	padding: 14px 14px;
	color: var(--color);
	border: 1px solid var(--color);
	font-size: 12px!important;
	font-weight: 500;
	line-height: 1.17;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	white-space: normal;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.result-card__button:focus,.result-card__button:hover {
	border: 1px solid var(--color);
	background: var(--color);
	color: #fff;
}

.result-card__retry {
	background: #f5f5f5;
	border: none;
	font-size: 14px!important;
	color: #777b95;
	border-radius: 4px;
	height: 35px;
}

.result-card__retry .icon {
	margin-right: 5px!important;
}

.result-card__retry:focus,.result-card__retry:hover {
	background: #f5f5f5;
	border: none;
	font-size: 14px;
	color: #777b95;
}

.result-card__or {
	opacity: .58;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.14;
	color: #777b95;
	margin: .5rem 0;
}

.result-card__image {
	position: relative;
	margin-bottom: .5rem;
	border-radius: 4px;
	background: var(--color) no-repeat 0 40%;
	background-size: cover;
	background-position: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 160px;
	flex: 0 0 160px;
	width: 100%;
}

.result-card__image .price-label .price-label__old {
	color: #fff;
}

.result-card__video {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: .5rem;
	width: 100%;
	min-height: 160px;
	overflow: hidden;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.result-card__video_cloud-bg {
	background-color: #d2d4d8;
}

.result-card__video-stub {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50%;
}

.result-card__video-stub_empty {
	width: 100%;
	height: 160px;
	background-color: #d2d4d8;
	background-image: url(../img/video-off-outline.42c83ef3.svg);
	background-repeat: no-repeat;
	background-position: 50%;
}

.result-card__video-stub_cloud {
	background-image: url(../img/video.474e2a5d.png);
	background-size: 46px;
}

.result-card__video-player {
	width: 100%;
	min-height: 160px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.result-card__video:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 60%;
	background: -webkit-gradient(linear,left top,left bottom,from(rgba(38,41,59,0)),to(#26293b));
	background: linear-gradient(180deg,rgba(38,41,59,0),#26293b);
	opacity: .8;
	content: "";
}

.result-card__iframe {
	width: 100%;
	min-height: 160px;
}

.result-card__cost_in-bg {
	position: absolute;
	bottom: 1rem;
	left: 1rem;
}

.result-card__cost_in-bg .price-label__number,.result-card__cost_in-bg .price-label__old {
	color: #fff;
}

.result-card__cost_in-text {
	margin: 0 0 1rem;
}

.result-card__bg {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 46%;
	opacity: .74;
	z-index: 10;
	background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(38,41,59,0)),to(#26293b));
	background-image: linear-gradient(180deg,rgba(38,41,59,0),#26293b);
}

@media (max-width:1118px) {
	.result-card__video,.result-card__video-player {
		min-height: 140px;
	}

	.result-card__iframe {
		min-height: 220px;
	}
}

@media (min-width:600px) and (max-width:818px) {
	.result-card.results__item {
		height: 480px;
	}

	.result-card__iframe,.result-card__video,.result-card__video-player {
		min-height: 310px;
	}
}

.result-action-card_dashed {
	border: 1px dashed #e2e2e2;
}

.result-action-card__emoji {
	width: 46px;
}

.result-action-card__retry {
	background-color: hsla(0,0%,96.1%,.56);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
}

.result-action-card__retry div {
	width: 123px;
	line-height: 1.1;
	margin-top: .5rem;
	color: #777b95;
	font-size: 14px;
}

:root {
	--gray: #e2e2e2;
	--black: #000;
	--dark-grey-blue: #2e2e54;
	--light-grey-blue: #b1b5be;
	--light-blue-grey: #d2d4d8;
	--white-two: #f7f7f7;
	--grey-blue: #69748c;
}

@-webkit-keyframes fade-hide-button {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	to {
		opacity: .53;
	}
}

@keyframes fade-hide-button {
	0% {
		opacity: 0;
	}

	30% {
		opacity: 0;
	}

	to {
		opacity: .53;
	}
}

.results {
	background: #fff;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 100vh;
}

.results,.results__container {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.results__container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	position: relative;
	max-width: 1024px;
	padding: 1.8rem 15px;
}

@media (min-width:819px) {
	.results__container {
		width: 100vw;
	}
}

.results__title {
	font-size: 24px;
	line-height: 1.17;
	color: #020202;
}

.results__text,.results__title {
	font-weight: 500;
	text-align: center;
}

.results__text {
	font-size: 16px;
	line-height: 1.5;
	color: #777b95;
}

.results__items {
	margin-top: 2rem!important;
}

@media (max-width:818px) {
	.results__items_view_slider {
		display: none;
	}
}

.results__items_view_list {
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 550px;
}

.results__items_view_list .results__item {
	margin-bottom: 1rem;
}

@media (max-width:818px) {
	.results__items_view_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.results__item {
	height: 378px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
}

.results .swiper-slide:last-child {
	margin-right: 0!important;
}

.results .swiper-container {
	padding: 0 3rem;
}

.results .swiper-button-next .icon,.results .swiper-button-prev .icon {
	-webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.22);
	box-shadow: 0 3px 8px 0 rgba(0,0,0,.22);
	background: var(--color)!important;
}

.results .swiper-button-next .icon svg,.results .swiper-button-prev .icon svg {
	color: #fff;
}

.results .swiper-scrollbar {
	height: 3px!important;
	left: 3rem!important;
	right: 3rem!important;
	width: auto!important;
}

.answer-image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 180px;
	text-align: center;
	margin: 0;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

.answer-image:focus,.answer-image:hover,.answer-image_checked {
	border-color: var(--color-alpha);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}

.answer-image_type_square {
	max-width: 240px;
}

.answer-image_type_horizontal {
	max-width: 380px;
}

.answer-image_checked {
	color: var(--color-text2);
}

.answer-image__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px;
	padding: 5px 10px 5px 10px;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #69748c;
	overflow: hidden;
}

.answer-image__backdrop-img,.answer-image__img {
	opacity: 1;
	-webkit-transition: opacity .15s;
	transition: opacity .15s;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	width: 100%;
}

.answer-image__backdrop-img_loading,.answer-image__img_loading {
	display: none;
	opacity: 0;
}

.answer-image.has-hint .answer-image__img-container {
	position: relative;
}

.answer-image.has-hint .answer-image__hint {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	margin-left: -12.5px;
	width: 25px;
	height: 25px;
	border-radius: 40px;
	-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.11);
	box-shadow: 0 0 4px 0 rgba(0,0,0,.11);
	background-color: #fff;
}

.answer-image.has-hint .answer-image__hint:focus,.answer-image.has-hint .answer-image__hint:hover {
	outline: none;
	background-color: #fffaeb;
	border-color: #eadca9;
}

.swipe-hint {
	position: absolute;
	z-index: -1;
	visibility: hidden;
	width: 131px;
	height: 86px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	border-radius: 4px;
	background-color: #fff;
	-webkit-animation-name: swipe-hint_hidden;
	animation-name: swipe-hint_hidden;
	-webkit-animation-duration: 2.2s;
	animation-duration: 2.2s;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@media (max-width:818px) {
	.swipe-hint {
		position: relative;
		margin-top: 25px;
		width: auto;
		height: auto;
	}
}

@media (max-height:500px) {
	.swipe-hint {
		display: none;
	}
}

.swipe-hint__icon {
	margin-bottom: 4px;
	height: 30px;
}

@media (max-width:818px) {
	.swipe-hint__icon {
		margin-bottom: 0;
	}
}

.swipe-hint__svg {
	width: 27px;
	height: 30px;
	color: #000;
	-webkit-animation-name: swipe-hint__svg_translate-x;
	animation-name: swipe-hint__svg_translate-x;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

@media (max-width:818px) {
	.swipe-hint__svg {
		-webkit-animation-name: swipe-hint__svg_translate-x-mobile;
		animation-name: swipe-hint__svg_translate-x-mobile;
	}
}

.swipe-hint__text {
	width: 110px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.15;
	color: #000;
}

@media (max-width:818px) {
	.swipe-hint__text {
		max-width: 100px;
		margin-left: 14px;
		text-align: left;
	}
}

@-webkit-keyframes swipe-hint__svg_translate-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(-60%);
		transform: translateX(-60%);
	}@	media (max-width:818px) {
		25%{-webkit-transform: translateX(-60%);
		transform: translateX(-60%);
	}
}

50% {
	-webkit-transform: translateX(60%);
	transform: translateX(60%);
}

@media (max-width:818px) {
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

75% {
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%);
}

@media (max-width:818px) {
	75% {
		-webkit-transform: translateX(-60%);
		transform: translateX(-60%);
	}
}

to {
	-webkit-transform: translateX(60%);
	transform: translateX(60%);
}

@media (max-width:818px) {
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}}

@keyframes swipe-hint__svg_translate-x {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(-60%);
		transform: translateX(-60%);
	}@	media (max-width:818px) {
		25%{-webkit-transform: translateX(-60%);
		transform: translateX(-60%);
	}
}

50% {
	-webkit-transform: translateX(60%);
	transform: translateX(60%);
}

@media (max-width:818px) {
	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

75% {
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%);
}

@media (max-width:818px) {
	75% {
		-webkit-transform: translateX(-60%);
		transform: translateX(-60%);
	}
}

to {
	-webkit-transform: translateX(60%);
	transform: translateX(60%);
}

@media (max-width:818px) {
	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}}

@-webkit-keyframes swipe-hint__svg_translate-x-mobile {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	75% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes swipe-hint__svg_translate-x-mobile {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	50% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	75% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	to {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes swipe-hint_hidden {
	0% {
		z-index: 1000;
		visibility: visible;
		opacity: 0;
	}

	10% {
		opacity: .8;
	}

	90% {
		opacity: .8;
	}

	to {
		opacity: 0;
	}
}

@keyframes swipe-hint_hidden {
	0% {
		z-index: 1000;
		visibility: visible;
		opacity: 0;
	}

	10% {
		opacity: .8;
	}

	90% {
		opacity: .8;
	}

	to {
		opacity: 0;
	}
}

.answer-images {
	overflow-x: hidden;
	overflow-y: hidden;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

@media (max-width:1023px) {
	.answer-images {
		overflow-x: auto;
	}
}

.answer-images__group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (max-width:818px) {
	.answer-images__group {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse;
	}
}

.answer-images__group_layout-scroll {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.answer-images__group_layout-scroll .answer-images__answer-container {
	margin: 0 30px 30px 0;
	width: calc(33.3% - 30px);
}

.answer-images__group_layout-scroll .answer-images__answer-container label {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.answer-images__group_layout-scroll .answer-images__answer-container .answer-image_type_square {
	max-width: 420px;
}

.answer-images__group_layout-scroll .answer-images__answer-container .answer-image_type_horizontal {
	max-width: 480px;
}

.answer-images__group_layout-scroll .answer-images__answer-container .answer-image .answer-image__backdrop-img,.answer-images__group_layout-scroll .answer-images__answer-container .control-label {
	width: 100%;
}

@media (max-width:819px) {
	.answer-images__group_layout-scroll .answer-images__answer-container {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width:959px) {
	.answer-images__group_layout-scroll .answer-images__answer-container {
		margin: 0 30px 30px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: calc(50% - 30px);
	}
}

@media (max-width:819px) {
	.answer-images__group_layout-scroll .answer-images__answer-container {
		margin: 0 0 15px 0;
		width: calc(50% - 7.5px);
	}
}

@media (max-width:959px) {
	.answer-images__group_layout-scroll {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (max-width:819px) {
	.answer-images__group_layout-scroll {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.answer-images__group_big-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.answer-images__group_big-images .answer-images__answer-container {
	margin: 0 30px 30px 0;
	width: calc(33.3% - 30px);
}

.answer-images__group_big-images .answer-images__answer-container label {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width:819px) {
	.answer-images__group_big-images .answer-images__answer-container {
		margin: 15px 0 0 0;
		width: calc(50% - 7.5px);
	}
}

@media (max-width:450px) {
	.answer-images__group_big-images .answer-images__answer-container {
		margin: 15px 0 0 0;
		width: 100%;
	}
}

@media (max-width:819px) {
	.answer-images__group_big-images {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.answer-images__gradient {
	display: none;
}

.answer-images__answer-container {
	text-align: left;
}

.answer-images__answer-container .control-label,.answer-images__answer-container label {
	padding: 0!important;
}

.answer-images__tap-icon {
	display: none;
	position: absolute;
	right: 0;
	z-index: 100;
}

.answer-images__tap-icon_pos_top {
	top: -10px;
	display: block;
}

.answer-images .check {
	display: none!important;
	-webkit-box-flex: 0!important;
	-ms-flex: 0 0 1.25rem!important;
	flex: 0 0 1.25rem!important;
	position: absolute!important;
	z-index: 100!important;
	right: 15px!important;
	top: 15px!important;
	border-radius: 50%!important;
	width: 30px!important;
	height: 30px!important;
	background-color: hsla(0,0%,100%,.5)!important;
	-webkit-box-shadow: .6px 1.9px 6px 0 var(--color-alpha2)!important;
	box-shadow: .6px 1.9px 6px 0 var(--color-alpha2)!important;
	border: 2px solid var(--color)!important;
}

.answer-images input[type=checkbox]:checked+.check {
	display: block!important;
	background-color: var(--color)!important;
	background-size: 21px!important;
}

.answer-images input[type=radio]:checked+.check {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	border-width: 3px!important;
}

.answer-images input[type=radio]:checked+.check:before {
	-webkit-transform: scale(.9)!important;
	transform: scale(.9)!important;
}

@media (max-width:819px) {
	.quiz_sidebar_on .answer-images__group .answer-images__answer-container {
		margin-top: 15px;
	}
}

.quiz_sidebar_on .answer-images__group_layout-scroll .answer-images__answer-container {
	margin: 0 20px 20px 0;
	width: calc(33.3% - 20px);
}

@media (max-width:768px) {
	.quiz_sidebar_on .answer-images__group_layout-scroll .answer-images__answer-container {
		margin: 0 0 30px 0;
		width: calc(50% - 15px);
	}
}

@media (max-width:819px) {
	.quiz_sidebar_on .answer-images__group_layout-scroll .answer-images__answer-container {
		margin: 15px 0 0 0;
		width: calc(50% - 7.5px);
	}
}

@media (max-width:1119px) {
	.quiz_sidebar_on .answer-images__group_big-images {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.quiz_sidebar_on .answer-images__group_big-images .answer-images__answer-container {
	margin: 0 30px 30px 0;
	width: calc(50% - 30px);
}

@media (max-width:768px) {
	.quiz_sidebar_on .answer-images__group_big-images .answer-images__answer-container {
		margin: 0 0 30px 0;
		width: calc(50% - 15px);
	}
}

@media (max-width:819px) {
	.quiz_sidebar_on .answer-images__group_big-images .answer-images__answer-container {
		margin: 15px 0 0 0;
		width: calc(50% - 7.5px);
	}
}

@media (max-width:450px) {
	.quiz_sidebar_on .answer-images__group_big-images .answer-images__answer-container {
		margin: 15px 0 0 0;
		width: 100%;
	}
}

.question_images {
	padding: 0;
}