@charset "UTF-8";
@font-face {
	font-family: "Bebas Neue";
	src: url("../fonts/quiz/BebasNeue/BebasNeueBold.eot");
	src: url("../fonts/quiz/BebasNeue/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/quiz/BebasNeue/BebasNeueBold.woff") format("woff"), url("../fonts/quiz/BebasNeue/BebasNeueBold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url("../fonts/quiz/Gilroy/Gilroy-Light.eot");
	src: url("../fonts/quiz/Gilroy/Gilroy-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/quiz/Gilroy/Gilroy-Light.woff") format("woff"), url("../fonts/quiz/Gilroy/Gilroy-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url("../fonts/quiz/Gilroy/Gilroy-Regular.eot");
	src: url("../fonts/quiz/Gilroy/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/quiz/Gilroy/Gilroy-Regular.woff") format("woff"), url("../fonts/quiz/Gilroy/Gilroy-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: "Gilroy";
	src: url("../fonts/quiz/Gilroy/Gilroy-Bold.eot");
	src: url("../fonts/quiz/Gilroy/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/quiz/Gilroy/Gilroy-Bold.woff") format("woff"), url("../fonts/quiz/Gilroy/Gilroy-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: "Avenir Next";
	src: url("../fonts/quiz/AvenirNext/AvenirNextCyr-Regular.eot");
	src: url("../fonts/quiz/AvenirNext/AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/quiz/AvenirNext/AvenirNextCyr-Regular.woff") format("woff"), url("../fonts/quiz/AvenirNext/AvenirNextCyr-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}
* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

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

:focus,
:active {
	outline: none;
}

a:focus,
a:active {
	outline: none;
}

aside,
nav,
footer,
header,
section {
	display: block;
}

html,
body {
	height: 100%;
	min-width: 320px;
}

body {
	line-height: 1;
	font-family: "Gilroy";
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
	font-family: "Gilroy";
}

input::-ms-clear {
	display: none;
}

button {
	cursor: pointer;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

a,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}

img {
	vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}

body {
	color: #333333;
	font-size: 14px;
}
body.lock {
	overflow: hidden;
}

.wrapper {
	width: 100%;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}
.container {
	max-width: 1170px;
	margin: 0 auto;
	width: 100%;
}
@media (max-width: 1440.98px) {
	.container {
		max-width: 970px;
	}
}
@media (max-width: 1169.98px) {
	.container {
		max-width: 750px;
	}
}
@media (max-width: 767.98px) {
	.container {
		max-width: none;
		padding: 0 10px;
	}
}

input[type=text], input[type=email], input[type=tel], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.input {
	border-radius: 5px !important;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	min-height: 80px;
	padding: 0px 20px;
	background: #fff;
	background: #FFFFFF;
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
	        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
	font-size: 18px;
	line-height: 120%;
	text-align: center;
}
@media (max-width: 1440.98px) {
	.input {
		min-height: 60px;
		font-size: 14px;
	}
}
.input::-webkit-input-placeholder {
	color: #929292;
}
.input::-moz-placeholder {
	color: #929292;
}
.input:-ms-input-placeholder {
	color: #929292;
}
.input::-ms-input-placeholder {
	color: #929292;
}
.input::placeholder {
	color: #929292;
}
.input:focus::-webkit-input-placeholder {
	font-size: 0;
}
.input:focus::-moz-placeholder {
	font-size: 0;
}
.input:focus:-ms-input-placeholder {
	font-size: 0;
}
.input:focus::-ms-input-placeholder {
	font-size: 0;
}
.input:focus::placeholder {
	font-size: 0;
}
.input.err {
	border: 2px solid red;
}
.input.err::-webkit-input-placeholder {
	color: red;
}
.input.err::-moz-placeholder {
	color: red;
}
.input.err:-ms-input-placeholder {
	color: red;
}
.input.err::-ms-input-placeholder {
	color: red;
}
.input.err::placeholder {
	color: red;
}

.row:after {
	display: block;
	content: "";
	clear: both;
}

.rub:after {
	content: "₽";
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ol.counter {
	list-style-type: none;
	counter-reset: item;
}
ol.counter li {
	position: relative;
	padding: 0px 0px 0px 45px;
}
ol.counter li:before {
	counter-increment: item;
	content: counter(item);
	position: absolute;
	left: 0;
	top: 0;
	color: #818181;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	border: 1px solid #4274bb;
}

.ellipsis {
	display: block;
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.es {
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
}

.table {
	display: table;
	font-size: 0;
	width: 100%;
}

.trow {
	display: table-row;
}

.cell {
	display: table-cell;
}
.cell.full {
	width: 100%;
}

.ibg {
	position: relative;
}
.ibg img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	   object-fit: cover;
}

body.ie .ibg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.ie .ibg img {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.video {
	position: relative;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}
.video video,
.video iframe,
.video object,
.video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	background-size: cover;
}

.moretext {
	overflow: hidden;
}

.moretext__more {
	cursor: pointer;
}
.moretext__more span {
	font-style: normal;
}
.moretext__more span:first-child {
	display: block;
}
.moretext__more span:last-child {
	display: none;
}
.moretext__more.active span {
	font-style: normal;
}
.moretext__more.active span:first-child {
	display: none;
}
.moretext__more.active span:last-child {
	display: block;
}

.graystyle {
	-webkit-transition: all 0.8s ease 0s;
	-o-transition: all 0.8s ease 0s;
	transition: all 0.8s ease 0s;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
}

.graystyleoff {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
}

.slick-slider {
	position: relative;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-slider .slick-list {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.slick-slider .slick-track {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
.slick-slider .slick-slide {
	position: relative;
}
.tab__item {
	display: none;
}
.tab__item.active {
	display: block;
}

.mirror {
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}

.nicescroll-rails {
	z-index: 1000 !important;
}

.gm-style-iw-t {
	opacity: 0;
}

.baloon {
	opacity: 1;
	right: -7px !important;
	bottom: 80px !important;
}
.baloon button {
	display: none !important;
}
.baloon:after {
	display: none !important;
}

.baloon-style {
	display: none;
}

.baloon-content.gm-style-iw {
	opacity: 1;
	border-radius: 0px !important;
	max-width: 300px !important;
	padding: 0 !important;
	left: 0 !important;
	width: 100% !important;
	overflow: visible !important;
}
.baloon-content.gm-style-iw > .gm-style-iw-d {
	overflow: hidden !important;
	max-width: none !important;
}
.baloon-content.gm-style-iw:after {
	display: none !important;
}

.baloon-close {
	top: 18px !important;
}

.popup {
	-webkit-overflow-scrolling: touch;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	position: fixed !important;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 100;
}
.popup.active .popup-content {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.popup.show {
	display: block;
}
.popup.show .popup-content {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}

.popup-table {
	height: 100%;
	table-layout: fixed;
}
.popup-table > .cell {
	height: 100%;
	vertical-align: middle;
	padding: 30px 10px;
}

.popup-content {
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	max-width: 1230px;
	margin: 0px auto;
	background-color: #fff;
}

.popup-close {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	/*background: url("../images/quiz/icons/close.png") 0 0 no-repeat;*/
}

.popup-video .popup-close {
	width: 40px;
	height: 40px;
	background-color: #000;
	top: 0;
	right: 0;
}

/*
	Стиль иконки бургера
	.icon-menu{
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width:30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span{@include anim(0.3s,0s);top: 8px;left: 0px;position: absolute;width: 100%;height: 2px;background-color: #000;
			&:first-child{top: 0px;}
			&:last-child{top: auto;bottom: 0px;}
		}
		&.active{
			span{@include scale(0);
				&:first-child{@include rotate(-45deg);top: 8px;}
				&:last-child{@include rotate(45deg);bottom: 8px;}
			}
		}
	}
*/
@-webkit-keyframes open {
	0% {
		display: block;
		opacity: 0;
		visibility: hidden;
	}
	100% {
		display: block;
		opacity: 1;
		visibility: visible;
	}
}
@keyframes open {
	0% {
		display: block;
		opacity: 0;
		visibility: hidden;
	}
	100% {
		display: block;
		opacity: 1;
		visibility: visible;
	}
}
.background {
	position: absolute;
	width: 100%;
	top: 0;
	right: calc((100% - 1920px)/10);
	height: 100%;
	z-index: 1;
	background: url("../images/quiz/bg-new.jpg") right/contain no-repeat;
}
@media (max-width: 1169.98px) {
	.background {
		background: unset;
		/* background: url(../img/bg-1-big.jpg) center/cover no-repeat; */
		right: 0;
	}
}
.background.final .background__right {
	display: none;
}
.background.final .background__left {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}

.background__left {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 45.7%;
	        flex: 0 0 45.7%;
	height: 100%;
	background: url(../images/quiz/bg-1-big.jpg) center/cover no-repeat;
}
@media (max-width: 1169.98px) {
	.background__left {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 350px;
		        flex: 0 0 350px;
	}
}
@media (max-width: 767.98px) {
	.background__left {
		display: none;
	}
}

.background__right {
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.5)), to(rgba(51, 51, 51, 0.5))), url(../images/quiz/bg-2-orig.jpg) center/cover no-repeat;
	background: -o-linear-gradient(bottom, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)), url(../images/quiz/bg-2-orig.jpg) center/cover no-repeat;
	background: linear-gradient(0deg, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)), url(../images/quiz/bg-2-orig.jpg) center/cover no-repeat;
	-webkit-filter: blur(2px);
	filter: blur(2px);
	position: relative;
}
@media (max-width: 767.98px) {
	.background__right {
		display: none;
	}
}

.quiz {
	position: relative;
	z-index: 2;
	padding: 0 20px;
}
@media (max-width: 767.98px) {
	.quiz {
		padding: 0;
	}
}

.quiz__body {
	max-width: 1520px;
	margin: 0px auto;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
}
@media (max-width: 1440.98px) {
	.quiz__body {
		max-width: 1100px;
	}
}
@media (max-width: 1169.98px) {
	.quiz__body {
		max-width: 750px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
@media (max-width: 767.98px) {
	.quiz__body {
		max-width: unset;
	}
}
.quiz__body.final .quiz__side {
	display: none;
}
.quiz__body.final .quiz__main {
	padding: 0;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 100%;
	        flex: 1 1 100%;
}
@media (max-width: 767.98px) {
	.quiz__body.final .quiz__main {
		/* background: url(../img/bg-1-big.jpg) center/cover no-repeat; */
	}
}

.quiz__side {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 45.7%;
	        flex: 0 0 45.7%;
	padding: 34px 0px 0px 0px;
}
@media (max-width: 1440.98px) {
	.quiz__side {
		padding: 30px 0 0 0;
	}
}
@media (max-width: 1169.98px) {
	.quiz__side {
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
		padding: 30px 0;
	}
}
@media (max-width: 767.98px) {
	.quiz__side {
		padding: 20px;
		/* background: url(../img/bg-1-big.jpg) center/cover no-repeat; */
	}
}


.quiz__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px 0px 190px 0px;
}
@media (max-width: 1440.98px) {
	.quiz__header {
		margin: 0px 0px 70px 0px;
	}
}
@media (max-width: 1169.98px) {
	.quiz__header {
		margin: 0px 0px 40px 0px;
	}
}
@media (max-width: 767.98px) {
	.quiz__header {
		margin: 0px auto 30px auto;
	}
}

.quiz__language-wrap {
	flex-grow: 1;
	margin-left: 50px;
}
.language {
	display: inline-block;
	position: relative;
	color: #333;
	font-family: Gilroy, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.35;
}

.language__top {
	cursor: pointer;
	transition: all .3s
}

.language__top:hover {
	color: #00ade5;
	transition: all .3s
}

.language__hide {
	display: none;
	position: absolute;
	top: 110%;
	left: -15px;
	z-index: 110;
	background-color: #fff;
	padding: 5px 15px;
	box-shadow: 4px 4px 4px rgb(0 0 0 / 15%);
}

.language__value {
	display: block;
	color: #161f2c;
	text-decoration: none;
	transition: all .3s
}

.language__value + .language__value {
	margin-top: 3px
}

.language__value:hover {
	color: #00ade5;
	transition: all .3s
}

@media (max-width: 1560px) {
	.language {
		font-size: 18px;
	}
}
@media (max-width: 1169.98px) {
	.quiz__language-wrap {
		flex-grow: 0;
		margin: 0;
	}
}
@media (max-width: 708px) {
	.language {
		font-size: 15px;
	}
}



.logo {
	max-width: 271px;
}
@media (max-width: 1440.98px) {
	.logo {
		max-width: 200px;
	}
}
@media (max-width: 1169.98px) {
	.logo {}
}
@media (max-width: 767.98px) {
	.logo {
		max-width: 160px;
	}
}
.logo img {
	max-width: 100%;
	width: 100%;
}

.quiz__q-index {
	font-family: Bebas Neue;
	font-weight: 700;
	font-size: 40px;
	line-height: 120%;
	color: #19B5E7;
	margin: 0px 0px 30px 0px;
}
@media (max-width: 1440.98px) {
	.quiz__q-index {
		font-size: 32px;
		margin: 0px 0px 20px 0px;
	}
}
@media (max-width: 1169.98px) {
	.quiz__q-index {
		margin: 0px 0px 10px 0px;
	}
}
@media (max-width: 767.98px) {
	.quiz__q-index {
		font-size: 24px;
		text-align: center;
	}
}

.quiz__q-cont {
	min-height: 462px;
}
@media (max-width: 1440.98px) {
	.quiz__q-cont {
		min-height: 310px;
	}
}
@media (max-width: 1169.98px) {
	.quiz__q-cont {
		min-height: 130px;
	}
}
@media (max-width: 767.98px) {
	.quiz__q-cont {
		min-height: 85px;
	}
}

.quiz__q {
	display: none;
}
.quiz__q.active {
	display: block;
	-webkit-animation-name: open;
	        animation-name: open;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
}

.quiz__q-title {
	font-weight: bold;
	font-size: 40px;
	line-height: 130%;
	margin: 0px 0px 20px 0px;
}
@media (max-width: 1440.98px) {
	.quiz__q-title {
		font-size: 30px;
		margin: 0px 0px 15px 0px;
	}
}
@media (max-width: 767.98px) {
	.quiz__q-title {
		font-size: 18px;
		max-width: 300px;
		text-align: center;
		margin: 0px auto 10px auto;
	}
}

.quiz__q-undertitle {
	font-size: 20px;
	line-height: 130%;
}
@media (max-width: 1440.98px) {
	.quiz__q-undertitle {
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.quiz__q-undertitle {
		font-size: 14px;
		text-align: center;
	}
}

.quiz__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	margin: 0 -11px;
}
@media (max-width: 1440.98px) {
	.quiz__nav {
		margin: 0 -5px;
	}
}
@media (max-width: 767.98px) {
	.quiz__nav {
		margin: 0 -3px;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
}

.quiz-nav__item {
	margin: 0 11px;
	width: 50px;
	height: 50px;
	background: #D2EDF5;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-weight: 700;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
@media (max-width: 1440.98px) {
	.quiz-nav__item {
		width: 40px;
		height: 40px;
		font-size: 16px;
		margin: 0 5px;
		line-height: 40px;
	}
}
@media (max-width: 767.98px) {
	.quiz-nav__item {
		width: 25px;
		height: 25px;
		margin: 0 3px;
		line-height: 25px;
		font-size: 12px;
		padding: 1px 0px 0px 0px;
	}
}
.quiz-nav__item.active {
	background: #32BCE8;
	color: #fff;
}

.quiz__main {
	-webkit-box-flex: 1;
	    -ms-flex: auto;
	        flex: auto;
	height: auto;
	padding: 90px 0 70px 90px;
	position: relative;
}
@media (max-width: 1440.98px) {
	.quiz__main {
		padding: 30px 0 50px 30px;
	}
}
@media (max-width: 1169.98px) {
	.quiz__main {
		padding: 50px 0px 90px 0px;
	}
}
@media (max-width: 767.98px) {
	.quiz__main {
		padding: 40px 20px 70px 20px;
		/* background: linear-gradient(0deg, rgba(51, 51, 51, 0.5), rgba(51, 51, 51, 0.5)), url(../img/bg-2-orig.jpg) center/cover no-repeat; */
	}
}

.creator {
	width: 100%;
	position: absolute;
	bottom: 20px;
	right: 0;
	z-index: 3;
}
@media (max-width: 1169.98px) {
	.creator {
		width: 100%;
	}
}
.creator.final {
	width: 100%;
}

.creator__body {
	text-align: center;
	visibility:hidden;
}
.creator__body a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.creator__text {
	font-family: Avenir Next;
	font-size: 15px;
	line-height: 20px;
	color: #C1C1C1;
}

.logo-creator {
	margin: 0px 0px 0px 10px;
}
.logo-creator path {
	fill: #C1C1C1;
}

.quiz__pages {
	min-height: 672px;
	margin: 0px 0px 20px 0px;
}
@media (max-width: 1440.98px) {
	.quiz__pages {
		min-height: 420px;
	}
}
@media (max-width: 767.98px) {
	.quiz__pages {
		min-height: 250px;
		margin: 0px 0px 30px 0px;
	}
}

.quiz-page {
	display: none;
}
.quiz-page.active {
	display: block;
	-webkit-animation-name: open;
	        animation-name: open;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
}

.quiz__a-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -20px;
}
@media (max-width: 1440.98px) {
	.quiz__a-row {
		margin: 0 -8px;
	}
}
@media (max-width: 767.98px) {
	.quiz__a-row {
		max-width: 350px;
		margin: 0px auto;
	}
}

.quiz__a-item-wrapper {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	        flex: 0 0 50%;
	padding: 0 20px;
}
@media (max-width: 1440.98px) {
	.quiz__a-item-wrapper {
		padding: 0 8px;
	}
}
@media (max-width: 767.98px) {
	.quiz__a-item-wrapper {
		padding: 0;
		-webkit-box-flex: 1;
		    -ms-flex: 1 1 100%;
		        flex: 1 1 100%;
	}
}

.a-item {
	min-height: 80px;
	padding: 10px 20px 10px 65px;
	background: #FFFFFF;
	-webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
	        box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	margin: 0px 0px 20px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
}
@media (max-width: 1440.98px) {
	.a-item {
		min-height: 60px;
		margin: 0px 0px 10px 0px;
	}
}
.a-item:before {
	content: "";
	width: 22px;
	height: 22px;
	border: 2px solid #19B5E7;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 24px;
	-webkit-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-transform: translate(0, -50%);
	    -ms-transform: translate(0, -50%);
	        transform: translate(0, -50%);
}
@media (max-width: 1440.98px) {
	.a-item:before {
		width: 18px;
		height: 18px;
	}
}
.a-item:hover, .a-item.active {
	background: #19B5E7;
}
.a-item:hover:before, .a-item.active:before {
	border: 6px solid #fff;
}
.a-item:hover .a-item__title, .a-item.active .a-item__title {
	color: #fff;
}

.a-image {
	min-height: 200px;
	display: block;
	padding: 158px 20px 10px 60px;
}
@media (max-width: 1440.98px) {
	.a-image {
		min-height: 140px;
		padding: 108px 20px 10px 60px;
	}
}
.a-image:before {
	content: "";
	-webkit-transform: unset;
	    -ms-transform: unset;
	        transform: unset;
	top: unset;
	left: 18px;
	bottom: 21px;
}
@media (max-width: 1440.98px) {
	.a-image:before {
		bottom: 16px;
	}
}

.a-multi:hover:before, .a-multi.active:before {
	border: 2px solid #fff;
	background: url(../images/quiz/icons/done.svg) center no-repeat, #fff;
}

.a-item__img {
	height: 143px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 5px;
	overflow: hidden;
}
@media (max-width: 1440.98px) {
	.a-item__img {
		height: 90px;
	}
}

.a-item__title {
	font-size: 18px;
	line-height: 120%;
}
@media (max-width: 1440.98px) {
	.a-item__title {
		font-size: 14px;
	}
}

.a-input:hover .a-item__input, .a-input.active .a-item__input {
	color: #fff;
}
.a-input:hover .a-item__input::-webkit-input-placeholder, .a-input.active .a-item__input::-webkit-input-placeholder {
	color: #fff;
}
.a-input:hover .a-item__input::-moz-placeholder, .a-input.active .a-item__input::-moz-placeholder {
	color: #fff;
}
.a-input:hover .a-item__input:-ms-input-placeholder, .a-input.active .a-item__input:-ms-input-placeholder {
	color: #fff;
}
.a-input:hover .a-item__input::-ms-input-placeholder, .a-input.active .a-item__input::-ms-input-placeholder {
	color: #fff;
}
.a-input:hover .a-item__input::placeholder, .a-input.active .a-item__input::placeholder {
	color: #fff;
}

.a-item__input {
	background: none;
	font-size: 18px;
	line-height: 120%;
}
@media (max-width: 1440.98px) {
	.a-item__input {
		font-size: 14px;
	}
}
.a-item__input::-webkit-input-placeholder {
	color: #929292;
}
.a-item__input::-moz-placeholder {
	color: #929292;
}
.a-item__input:-ms-input-placeholder {
	color: #929292;
}
.a-item__input::-ms-input-placeholder {
	color: #929292;
}
.a-item__input::placeholder {
	color: #929292;
}
.a-item__input:focus::-webkit-input-placeholder {
	font-size: 0;
}
.a-item__input:focus::-moz-placeholder {
	font-size: 0;
}
.a-item__input:focus:-ms-input-placeholder {
	font-size: 0;
}
.a-item__input:focus::-ms-input-placeholder {
	font-size: 0;
}
.a-item__input:focus::placeholder {
	font-size: 0;
}

.quiz__btn-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 0;
	position: relative;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media (max-width: 767.98px) {
	.quiz__btn-row {
		-ms-flex-wrap: wrap-reverse;
		    flex-wrap: wrap-reverse;
		max-width: 350px;
		margin: 0px auto;
	}
}

.quiz__error {
	position: absolute;
	right: 30px;
	top: -35px;
	color: #fff;
	font-size: 16px;
	opacity: 0;
	-webkit-transform: translate(0, 40px);
	    -ms-transform: translate(0, 40px);
	        transform: translate(0, 40px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
@media (max-width: 1440.98px) {
	.quiz__error {
		top: -25px;
		font-size: 14px;
	}
}
.quiz__error.active {
	opacity: 1;
	-webkit-transform: translate(0, 0px);
	    -ms-transform: translate(0, 0px);
	        transform: translate(0, 0px);
}

.quiz__btn {
	padding: 26px 20px 22px 20px;
	border-radius: 5px;
	font-weight: bold;
	font-size: 18px;
	line-height: 140%;
	letter-spacing: 0.03em;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
@media (max-width: 1440.98px) {
	.quiz__btn {
		padding: 22px 20px 18px 20px;
		font-size: 16px;
	}
}
@media (max-width: 767.98px) {
	.quiz__btn {
		width: 100%;
	}
}

.quiz__btn-prev {
	min-width: 160px;
	border: 2px solid #FFFFFF;
	display: none;
	margin: 0;
}
@media (max-width: 1440.98px) {
	.quiz__btn-prev {
		min-width: 120px;
	}
}
@media (max-width: 1169.98px) {
	.quiz__btn-prev {
		color: #00ADE5;
		border: 2px solid #00ADE5;
	}
}
.quiz__btn-prev.active {
	display: block;
	-webkit-animation-name: open;
	        animation-name: open;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-direction: normal;
	        animation-direction: normal;
	-webkit-animation-timing-function: ease-out;
	        animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
	-webkit-animation-delay: 0s;
	        animation-delay: 0s;
}

.quiz__btn-next {
	background: #00ADE5;
	min-width: 350px;
	margin: 0px 0px 0px 40px;
	border: 2px solid #00ADE5;
}
@media (max-width: 1440.98px) {
	.quiz__btn-next {
		min-width: 270px;
	}
}
@media (max-width: 767.98px) {
	.quiz__btn-next {
		margin: 0px 0px 10px 0px;
	}
}

.quiz-formpage {
	padding: 34px 0 40px 0;
}
@media (max-width: 1440.98px) {
	.quiz-formpage {
		padding: 30px 0 40px 0;
	}
}
@media (max-width: 767.98px) {
	.quiz-formpage {
		padding: 20px 20px 70px 20px;
	}
}
.quiz-formpage .quiz__header {
	margin: 0px 0 112px 0;
}
@media (max-width: 1440.98px) {
	.quiz-formpage .quiz__header {
		margin: 0px 0 50px 0;
	}
}
@media (max-width: 1169.98px) {
	.quiz-formpage .quiz__header {
		margin: 0px auto 50px auto;
	}
}

.quiz-formpage__title {
	max-width: 562px;
	margin: 0px 0 20px 0;
	font-weight: bold;
	font-size: 35px;
	line-height: 130%;
}
@media (max-width: 1440.98px) {
	.quiz-formpage__title {
		font-size: 26px;
		max-width: 400px;
	}
}
@media (max-width: 1169.98px) {
	.quiz-formpage__title {
		text-align: center;
		margin: 0px auto 20px auto;
	}
}
@media (max-width: 767.98px) {
	.quiz-formpage__title {
		font-size: 20px;
		max-width: 340px;
	}
}

.quiz-formpage__undertitle {
	max-width: 545px;
	font-size: 22px;
	line-height: 130%;
	margin: 0px 0 40px 0;
}
@media (max-width: 1440.98px) {
	.quiz-formpage__undertitle {
		font-size: 16px;
		max-width: 450px;
		margin: 0px 0 30px 0;
	}
}
@media (max-width: 1169.98px) {
	.quiz-formpage__undertitle {
		margin: 0px auto 30px auto;
		text-align: center;
	}
}
@media (max-width: 767.98px) {
	.quiz-formpage__undertitle {
		font-size: 14px;
		max-width: 340px;
	}
}

.quiz-formpage__undertitle--marker {
	font-weight: 700;
	color: #00ADE5;
}

.quiz-form {
	max-width: 350px;
	margin: 0px;
}
@media (max-width: 1440.98px) {
	.quiz-form {
		max-width: 300px;
	}
}
@media (max-width: 1169.98px) {
	.quiz-form {
		margin: 0px auto;
	}
}

.quiz-form__input-cont {
	margin: 0px 0px 20px 0px;
}
@media (max-width: 1440.98px) {
	.quiz-form__input-cont {
		margin: 0px 0px 10px 0px;
	}
}

.quiz-form__btn-cont {
	position: relative;
	margin: 0px 0px 15px 0px;
}
@media (max-width: 1440.98px) {
	.quiz-form__btn-cont {
		margin: 0px 0px 10px 0px;
	}
}

.quiz-form__btn {
	width: 100%;
	background: #00ADE5;
	position: relative;
	min-height: 80px;
}
@media (max-width: 1440.98px) {
	.quiz-form__btn {
		min-height: 60px;
	}
}

.quiz-form__warning {
	max-width: 260px;
	margin: 0px auto;
	font-weight: 300;
	font-size: 12px;
	line-height: 120%;
	color: #949494;
	text-align: center;
}
.quiz-form__warning a {
	color: inherit;
	display: inline-block;
	border-bottom: 1px solid #949494;
}

.quiz-form__btn-catalog {
	position: absolute;
	top: -20px;
	right: -55px;
	max-width: 150px;
	pointer-events: none;
}
@media (max-width: 1440.98px) {
	.quiz-form__btn-catalog {
		max-width: 100px;
		right: -37px;
		top: -10px;
	}
}
.quiz-form__btn-catalog img {
	max-width: 100%;
}

.quiz-thankspage {
	padding: 34px 0 60px 0;
}
@media (max-width: 1440.98px) {
	.quiz-thankspage {
		padding: 30px 0 60px 0;
	}
}
@media (max-width: 767.98px) {
	.quiz-thankspage {
		min-height: 100vh;
		padding: 20px 20px 60px 20px;
	}
}
.quiz-thankspage .quiz__header {
	margin: 0px 0 300px 0;
}
@media (max-width: 1440.98px) {
	.quiz-thankspage .quiz__header {
		margin: 0px 0 180px 0;
	}
}
@media (max-width: 1169.98px) {
	.quiz-thankspage .quiz__header {
		margin: 0px auto 180px auto;
	}
}
@media (max-width: 767.98px) {
	.quiz-thankspage .quiz__header {
		margin: 0px auto 120px auto;
	}
}

.quiz-thankspage__title {
	max-width: 670px;
	margin: 0px 0 25px 0;
	font-weight: 700;
	font-size: 50px;
	line-height: 130%;
}
@media (max-width: 1440.98px) {
	.quiz-thankspage__title {
		font-size: 42px;
		margin: 0px 0 15px 0;
	}
}
@media (max-width: 1169.98px) {
	.quiz-thankspage__title {
		margin: 0px auto 15px auto;
		text-align: center;
	}
}
.quiz-thankspage__undertitle {
	max-width: 545px;
	font-size: 22px;
	line-height: 130%;
}
@media (max-width: 1440.98px) {
	.quiz-thankspage__undertitle {
		font-size: 18px;
	}
}
@media (max-width: 1169.98px) {
	.quiz-thankspage__undertitle {
		margin: 0px auto 0px auto;
		text-align: center;
	}
}
@media (max-width: 767.98px) {
	.quiz-thankspage__undertitle {
		font-size: 16px;
	}
}
.checkbox-text {
	position: relative;
	z-index: 2;
}
.checkbox-text a{
	position: relative;
	z-index: 2;
	color: #00ADE5;
}