body {
	max-width: 100vw;
	background-color: #112135;
	background-image: linear-gradient(142.3deg, #112135 24.9%, #03c3b4 94.26%);
	background-repeat: no-repeat;
	overflow-x: hidden;
}
@font-face {
	font-family: Fyodor;
	src: url(/static/img/promo/fonts/Fyodor-BoldCondensed.ad811481.woff2) format("woff2"), url(/static/img/promo/fonts/Fyodor-BoldCondensed.3e9913f8.woff) format("woff"),
		url(/static/img/promo/fonts/Fyodor-BoldCondensed.5d8e8265.ttf) format("ttf");
	font-display: swap;
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Raleway;
	src: url(/static/img/promo/fonts/Raleway-Black.3d95d785.woff2) format("woff2"), url(/static/img/promo/fonts/Raleway-Black.abff55cc.woff) format("woff"),
		url(/static/img/promo/fonts/Raleway-Black.03c1e96c.ttf) format("ttf");
	font-display: swap;
	font-weight: 900;
	font-style: normal;
}
@font-face {
	font-family: Raleway;
	src: url(/static/img/promo/fonts/Raleway-Bold.37d3649d.woff2) format("woff2"), url(/static/img/promo/fonts/Raleway-Bold.946586da.woff) format("woff"),
		url(/static/img/promo/fonts/Raleway-Bold.936981fd.ttf) format("ttf");
	font-display: swap;
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: dearJoe4SMOOTH;
	src: url(/static/img/promo/fonts/dj4_smth-webfont.11e7d13f.woff2) format("woff2"), url(/static/img/promo/fonts/dj4_smth-webfont.7f3a423c.woff) format("woff"),
		url(/static/img/promo/fonts/dj4_smth-webfont.752503ba.ttf) format("ttf");
	font-display: swap;
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Alata;
	src: url(/static/img/promo/fonts/Alata-Regular.3f44467d.woff2) format("woff2"), url(/static/img/promo/fonts/Alata-Regular.1cbe5830.woff) format("woff"),
		url(/static/img/promo/fonts/Alata-Regular.c0f15ee9.ttf) format("ttf");
	font-display: swap;
	font-weight: 400;
	font-style: normal;
}
.same-list,
body {
	margin: 0;
	padding: 0;
}
.page {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	font-family: Raleway, Arial, sans-serif;
	font-size: 16px;
	/*line-height: 1;*/
	/*font-weight: 900;*/
	color: #ffffff;

	@supports (-webkit-touch-callout: none) {
		min-height: -webkit-fill-available;
	}
}
.page,
.page *,
.page :after,
.page :before {
	box-sizing: border-box;
}
.page .email-confirm-bar, .page .header {
	display: flex;
	flex-direction: column;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: "GillSans", Roboto, sans-serif;
}
.page .bar-section-right {
	line-height: 20px;
}
.same-list {
	list-style: none;
}
.quiz {
	display: flex;
	margin-top: 82px;
	margin-bottom: 82px;
}
.quiz__card {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	max-width: 794px;
	margin: 0 auto;
	background-color: #112135;
	padding: 98px 18px 73px;
}
.quiz h1 {
	display: inline-block;
	align-self: center;
	font-size: 24px;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 4px;
	color: #ffffff;
}
.quiz h1 span {
	line-height: 1.4;
	border-bottom: 3px solid #ff6650;
}
.visual-hiddden {
	position: absolute;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	white-space: nowrap;
	clip: rect(0 0 0 0);
}
@media (max-width: 920px) {
	body {
		background-image: none;
	}
	.page {
		font-size: 4.444vw;
		font-weight: 700;
	}
	.quiz {
		margin-top: 4.667vw;
		margin-bottom: 4.667vw;
	}
	.quiz__card {
		max-width: 100vw;
		padding: 2.667vw 0 8vw;
	}
	.quiz h1 {
		font-size: 6.4vw;
		padding-bottom: 1.067vw;
		margin-bottom: 10.667vw;
	}
	.quiz h1 span {
		border-bottom-width: 0.8vw;
	}
}
