/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Russo+One&display=swap');

* {
	padding: 0;
	margin: 0;
	border: 0;
}

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

:focus,
:active {
	outline: none;
}

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

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

html,
body {
	height: 100%;
	width: 100%;
	font-size: 100%;
	line-height: 1;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

b {
	font-weight: 700;
}

sub br {
	display: none;
}

input,
button,
textarea {
	font-family: inherit;
}

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-size: inherit;
	font-weight: 400;
}

/*--------------------*/
[class*="container"] {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0px 20px;
}

.header {
	padding: 16px 10px;
	border-bottom: 1px solid #D4D5DB;
}

.header__images {
	max-width: 178px;
	width: 100%;
}

.header__images img {
	width: 100%;
}

.preview {
	padding: 65px 0px 97px;
}

.preview.disable {
	display: none;
}

.preview__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
}

.preview__user {
	max-width: 612px;
	width: 100%;
}

.preview__title {
	color: white;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 36px */
	margin-bottom: 16px;
}

.preview__text {
	color: white;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
	margin-bottom: 24px;
}

.preview__text p {
	text-wrap: balance;
}

.preview__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 9px;
	max-width: 402px;
	width: 100%;
	min-height: 219px;
	margin: 0 auto;
	border-radius: 12px;
	background: -o-radial-gradient(50% 50.43%, 122.43% 68.34%, #0869E1 0%, #3182F3 100%);
	background: radial-gradient(122.43% 68.34% at 50% 50.43%, #0869E1 0%, #3182F3 100%);
	-webkit-box-shadow: 2px 2px 4px 0px rgba(16, 74, 153, 0.25);
	box-shadow: 2px 2px 4px 0px rgba(16, 74, 153, 0.25);
}

.preview__images-text {
	color: #FFF;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 27px */
}

.preview__images img {
	max-width: 242px;
	width: 100%;
	padding: 0px 20px;
}

.preview__container {
	max-width: 612px;
	width: 100%;
	/* padding: 28px 32px; */
	padding: 3rem 1rem 1.75rem;
	border-radius: 12px;
	background: #F91010;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.preview__logo {
	text-align: center;
	margin-bottom: 1.5rem;
}

.preview__quiz-text {
	color: #FFF;
	text-align: center;
	font-size: 1rem;
	font-style: normal;
	line-height: 150%;
}

.preview__quiz-text p {
	text-wrap: balance;
}

.preview__num {

	border-radius: 0.75rem;
	background: #FFF;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding: 0.5rem 0.75rem;

	margin: 0 auto;
	margin-bottom: 1rem;
	/* text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	background: linear-gradient(113deg, #3182F3 11.12%, #0869E1 98.36%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	margin-bottom: 20px; */
}

.preview__num p {
	color: #e71616;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-family: "Russo One", sans-serif;
	font-weight: 700;
	line-height: 150%;
}

.preview__quiz-title {

	margin-bottom: 20px;
}

.preview__quiz-title p {
	text-wrap: balance;
	color: #fff;
	text-align: center;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
}

.preview__quiz-questions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 20px;
}

.quiz__btn {
	width: 100%;
	padding: 0.75rem;
	border-radius: 0.5rem;
	background: #FFF;
	color: #ea1c1c;
	text-align: center;
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
}

.info__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 24px;
	border-bottom: 1px solid #e10808;
	margin-bottom: 24px;
}

.info__title {
	color: white;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 27px */
	margin-bottom: 24px;
}

.info__icon {
	max-width: 346px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 32px;
}

.info__icon img {
	max-width: 72px;
	width: 100%;
}

.info__logo {
	max-width: 116px;
	width: 100%;
	margin-bottom: 24px;
}

.info__logo img {
	width: 100%;
}

.info__button {
	max-width: 182px;
	width: 100%;
	padding: 8px 4px;
	margin: 0 auto 16px;
	border-radius: 4px;
	background: #F91010;

	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
}

.info__text {
	color: white;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 24px */
}

.info__text p {
	margin-bottom: 8px;
}

.info__text p:last-of-type {
	margin-bottom: 0px;
}

.footer {
	padding-bottom: 12px;
}

.footer__wrapper {
	color: white;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 18px */
}

.footer__wrapper p:first-of-type {
	margin-bottom: 6px;
}

.footer__wrapper p:last-of-type {
	cursor: pointer;
}

.download {
	display: none;
	padding: 52px 0px 100px;
}

.download.active {
	display: block;

}

.download__title {
	color: white;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 36px */

}

/* loader styles spinneк */
.loading {
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: 60px auto 34px;
}

.loading div {
	position: absolute;
	width: 14px;
	height: 14px;
	background: #f33131;
	border-radius: 50%;
	-webkit-animation: loader-animation .8s infinite;
	animation: loader-animation .8s infinite;
}

.loading div:nth-child(1) {
	top: 8px;
	left: 38px;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.loading div:nth-child(2) {
	top: 17px;
	left: 60px;
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

.loading div:nth-child(3) {
	top: 38px;
	left: 68px;
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.loading div:nth-child(4) {
	top: 62px;
	left: 62px;
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.loading div:nth-child(5) {
	top: 68px;
	left: 38px;
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.loading div:nth-child(6) {
	top: 62px;
	left: 18px;
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.loading div:nth-child(7) {
	top: 38px;
	left: 8px;
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.loading div:nth-child(8) {
	top: 17px;
	left: 15px;
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

@-webkit-keyframes loader-animation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 0;
	}
}

@keyframes loader-animation {
	0% {
		opacity: 1;
	}

	50% {
		opacity: .5;
	}

	100% {
		opacity: 0;
	}
}

.download__text {
	color: white;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
}

.download__text span {
	font-weight: 700;
}

.thanks {
	display: none;
	padding: 64px 0px 74px;
}

.thanks.active {
	display: block;
}

.thanks__wrapper {
	max-width: 612px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 auto;
	padding: 32px 40px;
	border-radius: 12px;
	background: #F2F4F8;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10);
}

.thanks__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 250px;
	width: 100%;
	min-height: 161px;
	margin-bottom: 24px;
	border-radius: 12px;
	background: -o-linear-gradient(337deg, #F33131 11.12%, #E10808 98.36%);
	background: linear-gradient(113deg, #F33131 11.12%, #E10808 98.36%);
}

.thanks__images img {
	width: 100%;
}

.thanks__title {
	color: #1C1C1C;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 36px */
	margin-bottom: 12px;
}

.thanks__text {
	color: #353535;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 24px;
}

.thanks__btn {
	max-width: 508px;
	width: 100%;
	padding: 8px;
	color: #FFF;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
	border-radius: 8px;
	background: -o-linear-gradient(337deg, #F33131 11.12%, #E10808 98.36%);
	background: linear-gradient(113deg, #F33131 11.12%, #E10808 98.36%);
}

.map {
	display: none;
	padding: 64px 0px;
}

.map.active {
	display: block;
}

.map__title {
	color: #1C1C1C;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 24px;
}
.map__inner {
	position: relative;
	z-index: 1;
}

.map__try {
	color: #353535;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
}

.map__wrapper {
	max-width: 612px;
	width: 100%;
	padding: 24px 16px;
	border-radius: 12px;
	background: #F2F4F8;

	-webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10);

	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10);
	margin: 0 auto;
}

.card-containers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 8px;
	padding: 0px 0px !important;
}

.card-containers:last-of-type {
	margin-bottom: 24px;
}

.card {
	max-width: 188px;
	width: 100%;
	/* min-height: 104px; */
	border-radius: 8px;

	position: relative;
	-webkit-transform-style: preserve-3d;
	/* Для iOS */
	transform-style: preserve-3d;
	-webkit-transform: rotateY(0deg);
	/* Для iOS */
	transform: rotateY(0deg);
	-webkit-transition: -webkit-transform 0.8s ease;
	/* Для iOS */
	transition: -webkit-transform 0.8s ease;
	-o-transition: transform 0.8s ease;
	transition: transform 0.8s ease;
	transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}

.card.is-flipped {
	-webkit-transform: rotateY(180deg);
	/* Для iOS */
	transform: rotateY(180deg);
}

.card-side {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Для iOS */
	backface-visibility: hidden;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-front {
	max-width: 188px;
	width: 100%;
	/* height: 104px; */
	border-radius: 8px;
	/* background: -o-linear-gradient(337deg, #F33131 11.12%, #E10808 98.36%); */
	/* background: linear-gradient(113deg, #F33131 11.12%, #E10808 98.36%); */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-backface-visibility: hidden;
	/* Для iOS */
	backface-visibility: hidden;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	z-index: 10;
	border: 1px solid black;
	border-radius: 15px;
}


.card-front img {
	width: 100%;
	/* height: 100%; */
}

.card-back {
	width: 100%;
	height: 100%;
	-webkit-transform: rotateY(180deg);
	/* Для iOS */
	transform: rotateY(180deg);
	position: absolute;
	top: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	-webkit-backface-visibility: hidden;
	/* Для iOS */
	backface-visibility: hidden;
	overflow: hidden;
	background: #fff;
	cursor: not-allowed;
	z-index: 100;
	border-radius: 15px;
}
.card-back.back-flip{
	z-index: 2;
}

.card-back-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card-back-gold {
	padding: 0px;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(313deg, #FBE39A 0%, #CAAF63 100%);
	background: linear-gradient(137deg, #FBE39A 0%, #CAAF63 100%);
}
.card-back-gold img {
	height: 100%;
}
.forms {
	display: -ms-grid;
	display: grid;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;

}

.forms.active {
	opacity: 1;
	z-index: 120;
}

.forms__wrapper {
	max-width: 822px;
	width: 100%;
	padding: 24px 16px;
	border-radius: 12px;
	background: #F2F4F8;
	-webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10);
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.10);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
}

.forms__info {
	max-width: 383px;
	width: 100%;
	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;
}

.forms__title {
	color: #1C1C1C;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 24px;
}

.forms__text {
	color: #353535;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	/* 27px */
	margin-bottom: 24px;

}

.forms__images {
	max-width: 250px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 161px;
	border-radius: 12px;
	background: -o-linear-gradient(313deg, #FBE39A 0%, #CAAF63 100%);
	background: linear-gradient(137deg, #FBE39A 0%, #CAAF63 100%);
}

.forms__images img {
	width: 100%;
	border-radius: 15px;
}

.forms__item {
	max-width: 383px;
	width: 100%;
}

.forms__item-text {
	color: #353535;
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	/* 27px */
	margin-bottom: 24px;
}

#random {
	background: -o-linear-gradient(337deg, #F33131 11.12%, #E10808 98.36%);
	background: linear-gradient(113deg, #F33131 11.12%, #E10808 98.36%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.add {}

@media(max-width: 992px) {
	[class*="container"] {
		max-width: none;
	}

	.preview {
		padding: 28px 0px 44px;
	}

	.preview__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 26px 0px;
	}

	.info__icon {
		margin-bottom: 92px;
	}

	.download {
		padding: 28px 0px 100px;
	}

	.thanks,
	.map {
		padding: 28px 0px 80px;
	}

}






@media(max-width: 768px) {
	[class*="container"] {
		max-width: none;
	}

	.header__images {
		max-width: 116px;
		width: 100%;
	}

	.preview__title {
		font-size: 20px;
	}

	.preview__images {
		max-width: 216px;
	}

	.thanks__wrapper {
		padding: 24px 16px;
	}

	.forms {
		padding: 20px 0px;
		overflow: scroll;
	}

	.forms__wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}


}

@media(max-width: 400px) {
	[class*="container"] {
		max-width: none;
	}

	.card-back-wrapper img {
		width: 100%;
	}
}