	@import "https://fonts.googleapis.com/css?family=Roboto:300,400,700";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

:focus {
	outline: 0
}

img {
	border: none;
	display: block
}

ol,
ul {
	list-style: none
}

iframe {
	border: none !important;
	width: 0 !important;
	height: 0 !important
}

a {
	text-decoration: none;
	cursor: pointer !important
}

html,
body {
	height: 100vh
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	position: relative
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	color: #fff;
	line-height: 1.3;
	font-size: 3rem;
	background: #aaa;
	font-weight: 300
}

.video-block {
	position: fixed;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden
}

.video-block.mobile {
	background: url(../img/bg.jpg) center top no-repeat;
	background-size: cover
}

.video-item {
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto
}

.video-block:before {
	content: '';
	position: absolute;
	z-index: 10;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5)
}

.wrap {
	position: relative;
	height: 100vh;
	min-height: 400px;
	text-align: center;
	padding: 2rem;
	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
}

.step-block {
	max-width: 630px;
	width: 96%;
	margin: 0
}

.step-item {
	display: none
}

.step-item.visible {
	display: block
}

.slogan-title {
	font-size: 5rem;
	margin-bottom: 2rem;
	font-weight: 700
}

.question-title {
	font-weight: 400;
	margin-bottom: 3rem;
	line-height: 1.2
}

.buttons-block {
	text-align: center;
	font-size: 0
}

.step-btn {
	border: 2px solid #fff;
	display: inline-block;
	width: 50%;
	min-width: 50px;
	margin: 0 1rem;
	padding: 1.5rem;
	cursor: pointer;
	transition: all 0.3s linear;
	font-size: 1.8rem;
	color: #fff
}

.step-btn:hover {
	background: #00E676
}

.yes-btn,
.no-btn {
	width: 25%
}

.submit-btn {
	text-transform: uppercase;
	font-weight: 700
}

@media (max-width:800px) {
	html {
		font-size: 55%
	}
}

@media (max-width:600px) {
	html {
		font-size: 50%
	}
	.step-btn {
		width: 90%;
		margin: 0.5rem 0
	}
	.question-title {
		font-size: 2rem
	}
}

@supports (object-fit: cover) {
	.video-item {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover
	}