html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

* {
	 box-sizing: border-box;
}

*:focus {
	outline: none;
}

@font-face {
	font-family: 'ProximaNova';
	src: url('../fonts/ProximaNova-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ProximaNova';
	src: url('../fonts/ProximaNova-Semibold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ProximaNova';
	src: url('../fonts/ProximaNova-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ProximaNova';
	src: url('../fonts/ProximaNova-Extrabld.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'ProximaNova';
	src: url('../fonts/ProximaNova-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

body {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	background: #07323B;
	font-family: 'ProximaNova',arial;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

a {
	text-decoration: none;
	cursor: pointer;
	transition: .2s ease-in-out;
}

p {
	margin: 0;
}

.wrap {
	width: 100%;
	max-width: 712px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	margin: 0 auto;
}

.header .wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0 32px;
}

.footer {
	margin: auto 0 0 0;
	width: 100%;
	background: #08292F;
	padding: 32px 0 64px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.80);
}

.footer .wrap {
	max-width: 1064px;
	display: flex;
	justify-content: space-between;
}

.game-question, .game-wrong, .game-correctly {
	display: none;
}

.game-question.active {
	display: block;
}

.game__iframe {
	width: 100%;
	height: 376px;
	margin-bottom: 12px;
}

.game__question {
	margin-bottom: 32px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.game__question-block {
	width: 100%;
	padding: 16px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	color: #fff;
}

.game__question-block svg {
	flex: none;
}

.game__question-block:hover path {
	stroke: #BBE0E3;
}

.game__question-text {
	display: none;
	width: 100%;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 24px;
	color: #fff;
}

.game__question.active svg {
	transform: rotate(180deg);
}

.game__question.active .game__question-text {
	display: block;
}

.game-answer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 124px 0 172px 0;
	min-height: calc(100vh - 568px);
}

.game__answer-title {
	display: block;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 24px;
	color: #fff;
}

.game__answer-container {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 1fr;
	grid-row-gap: 8px;
	max-width: 512px;
	margin: 0 auto 100px;
}

.game__answer-block {
	width: 100%;
	padding: 12px 24px 12px 8px;
	border-radius: 12px;
	cursor: pointer;
	background: #1A565C;
}

.game__answer-block ul {
	list-style: none;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	padding: 0;
	margin: 0 0 0 20px;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	color: #FFF;
}

.game__answer-block li {
	margin-bottom: 0;
	margin-left: 4px;
	position: relative;
}

.game__answer-block li:before {
	content: "";
	width: 8px;
	height: 8px;
	background: #BBE0E3;
	border-radius: 100%;
	display: block;
	flex: none;
	position: absolute;
	top: 6px;
	left: -20px;
}

.game-correctly {
	display: none;
}

.game-correctly.active {
	display: flex;
}

.game-answer__title {
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #0FFF9B;
}

.game-answer__title_wrong {
	color: #FF5492;
}

.game-answer__img {
	width: 100px;
	height: 100px;
	margin-bottom: 48px;
}

.game-answer__text {
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.game__next {
	display: flex;
	align-items: center;
	/* margin: 48px auto 0; */
	margin: 0 auto;
	font-size: 16px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
	width: fit-content;
	cursor: pointer;
	color: #fff;
}

.game__next img {
	margin-left: 8px;
}

.game-wrong {
	display: none;
}

.game-wrong.active {
	display: flex;
}


@media only screen and (max-width:768px){
	.header .wrap {
		padding: 16px 0;
	}
	
	.game__answer-title {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 16px;
	}
	
	.game__answer-container {
		margin-bottom: 64px;
	}
	
	.footer {
		padding: 24px 0 64px;
	}
}

@media only screen and (max-width:520px){
	.game__iframe {
		margin-left: -20px;
		width: calc(100% + 40px);
		height: 200px;
	}
}