@font-face {
	font-family: 'TT Norms';
	src: url('../fonts/TTNorms-ExtraBold.eot');
	src: url('../fonts/TTNorms-ExtraBold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/TTNorms-ExtraBold.woff') format('woff'),
	url('../fonts/TTNorms-ExtraBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
body {
	margin: 0;
	padding: 0;
	font-family: 'TT Norms';
	font-weight: 700;
	letter-spacing: 0;
	color: white;
	background-image: url('../images/bg.jpg');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}
ul {list-style: none; padding: 0; margin: 0;}
h1, h2, p {margin: 0;}

.videoBlock {
	background-image: url('../images/video-bg.png');
	background-size: auto auto;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 930px;
	height: 100vh;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 125px;
	overflow-x: hidden;
}
.moscowWord {padding-top: 50px; margin-bottom: 55px;}
.videoContainer {
	position: relative;
	width: 900px;
	height: 500px;
	/* background: #212121; */
}
.video {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 1;
}
.videoBtn {
	position: absolute;
	bottom: -55px;
	left: 50%;
	margin-left: -150px;
	width: 300px;
	height: 110px;
	background: #5b1215;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 44px;
	cursor: pointer;
	text-shadow: 0px 0px 90px rgba(255, 0, 11, 1), 0px 0px 90px rgba(255, 0, 11, 1), 0px 0px 90px rgba(255, 0, 11, 1);
	box-shadow: inset 0px 0px 35px 10px #2C0405, 0px 0px 80px 0px rgba(62, 9, 12, 0.55);
	z-index: 2;
}
.videoMan {
	position: absolute;
	bottom: -120px;
	left: -80px;
	width: 318px;
	height: 643px;
	background-image: url('../images/videoMan.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
}
.videoPlane {
	position: absolute;
	bottom: -70px;
	right: -230px;
	width: 473px;
	height: 126px;
	background-image: url('../images/videoPlane.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 2;
}
.videoBelow {
	width: 132px;
	height: 34px;
	background-image: url('../images/belowText.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 20px;
	cursor: pointer;
}

.heroesBlock {
	background-image: url('../images/heroes-bg.png');
	background-size: auto auto;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 890px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 180px;
}
.chooseBtn {
	margin-bottom: 55px;
	width: 300px;
	height: 80px;
	border: 1px solid #7c0303;
	background: rgb(196,7,7);
	background: linear-gradient(180deg, rgba(196,7,7,1) 0%, rgba(65,27,35,1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 44px;
	cursor: pointer;
	-webkit-box-shadow: 0px -5px 32px 4px rgba(0,0,0,0.75); 
	box-shadow: 0px -5px 32px 4px rgba(0,0,0,0.75);
}

.autoBlock {
	background-image: url('../images/auto-bg.png');
	background-size: auto auto;
	background-position: center top;
	background-repeat: no-repeat;
	min-height: 890px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 50px;
}