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: Circe;
	src: url('../fonts/Circe-Regular.ttf') format('ttf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

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

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

body {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	/* justify-content: space-between; */
	background: #fff;
	font-family: Circe,Arial,sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #000;
}

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

p {
	margin: 0;
}

button {
	cursor: pointer;
	background-color: transparent;
	transition: .2s ease-in-out;
	outline: none;
}


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

.header {
	padding: 16px 0;
	position: relative;
}

.header img {
	max-width: 100%;
}

.choice__title {
	display: block;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 36px;
	text-transform: uppercase;
	color: #3C3C3B;
	margin: 32px 0 20px;
}

.footer {
	margin: auto 0 0 0;
	width: 100%;
}

.footer__text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	color: #656565;
	border-top: 2px solid rgba(0, 0, 0, 0.12);
	width: 100%;
	padding: 10px 0 44px;
}

.choice__team {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	padding: 40px 20px;
	min-height: 236px;
	background: #DE2234;
	margin-bottom: 16px;
}

.choice__team_blue {
	background: #3070B9;
	margin-bottom: 76px;
}

.team__back {
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	color: #656565;
	margin-top: 16px;
	padding: 8px 0;
	width: fit-content;
}

.team__back img {
	margin-right: 4px;
}

.team__color {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
	text-transform: uppercase;
	color: #DE2234;
	padding: 18px;
	width: 100%;
	border: 3px solid #DE2234;
	margin-bottom: 32px;
}

.team__color_blue {
	color: #3070B9;
	border-color: #3070B9;
}

.team__title {
	display: block;
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #3C3C3B;
	margin-bottom: 16px;
}

.song__container {
	margin-bottom: 48px;
	display: flex;
	flex-direction: column;
	grid-row-gap: 4px;
}

.song__container.hidden {
	opacity: 0.48;
	pointer-events: none;
}

.song__block {
	width: 100%;
	padding: 10px 12px;
	background: #F5F5F5;
	display: flex;
	align-items: flex-start;
}

.song__checkpoint {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	border: 1px solid #999;
	border-radius: 2px;
	margin-right: 12px;
}

.song__checkpoint img {
	display: none;
}

.song__text {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #656565;
}

.song__name {
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	color: #3C3C3B;
}

.song__block.active {
	background: #E6E6E6;
}

.song__block.active .song__checkpoint {
	border: none;
}

.song__block.active .song__checkpoint img {
	display: block;
}

.song__popup {
	display: none;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background: #fff;
	padding: 16px 0;
}

.song__popup.active {
	display: block;
}

.song__button {
	padding: 14px;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	background: #DE2234;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.song__button_blue {
	background: #3070B9;
}

.song__popup-text {
	display: none;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	color: #3C3C3B;
	text-align: center;
	margin-bottom: 4px;
}

.song__popup.hidden .song__button {
	display: none;
}

.song__popup.hidden .song__popup-text {
	display: block;
}

.thank-you__background {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.64);
	padding: 16px 0;
}

.thank-you__background.active {
	display: block;
}

.thank-you__background .wrap {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thank-you__popup {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: #FFF;
	padding: 64px 20px;
	width: 100%;
}

.thank-you__cross {
	position: absolute;
	top: 8px;
	right: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thank-you__title {
	font-size: 21px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-transform: uppercase;
	color: #3C3C3B;
	text-align: center;
	margin-bottom: 12px;
}

.thank-you__text {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-align: center;
	color: #3C3C3B;
	max-width: 265px;
	margin-bottom: 32px;
}

.thank-you__further {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 14px;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	line-height: 24px;
	color: #fff;
	text-transform: uppercase;
	background: #DE2234;
	width: 100%;
}

.thank-you__further_blue {
	background: #3070B9;
}

.rating__container {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.rating__logo {
	position: absolute;
	top: 32px;
	left: 32px;
}

.rating__red {
	background: url(/img/red-team.jpg);
	background-position: left bottom !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: 50%;
	height: 100vh;
	padding: 184px 80px 108px;
}

.rating__title {
	display: block;
	font-size: 64px;
	font-style: normal;
	font-weight: 800;
	line-height: 72px;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	margin-bottom: 32px;
}

.rating__songs {
	display: flex;
	flex-direction: column;
	grid-row-gap: 16px;
}

.rating__song {
	display: flex;
	flex-direction: column;
	background: #F5F5F5;
	padding: 24px;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	color: #656565;
}

.rating__song-title {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
	color: #3C3C3B;
	margin-bottom: 4px;
}

.rating__blue {
	background: url(/img/blue-team.jpg);
	background-position: right top !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	width: 50%;
	height: 100vh;
	padding: 184px 80px 108px;
}