@import "https://fonts.googleapis.com/css?family=Open+Sans:700";
@import "https://fonts.googleapis.com/css?family=Roboto:600,700";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

:focus {
	outline: 0
}

img {
	border: none;
	display: block;
	max-width: 100%
}

ol,
ul {
	list-style: none
}

iframe {
	border: none !important;
	width: 0 !important;
	height: 0 !important
}

a {
	text-decoration: none;
	cursor: pointer !important
}

html {
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	position: relative
}

body {
	font-family: 'Roboto', Arial, sans-serif;
	color: #000000;
	line-height: 1.4;
	font-size: 2.7rem;
	font-weight: 600;
	background: #ece5dd;
	min-width: 320px
}

.wrapper {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	padding: 9rem 0 5rem
}

.phone-block {
	width: 35%
}

.phone-item {
	width: 100%
}

.step-block {
	padding: 0 2rem;
	width: 65%
}

.logo {
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 5.4rem;
	text-align: center;
	margin-bottom: 4.5rem
}

.logo-icon {
	display: inline-block;
	vertical-align: middle;
	width: 7rem
}

.step-item {
	display: none;
	text-align: center
}

.step-item.visible {
	display: block
}

.highlight {
	color: #000000
}

.step-question {
	color: #075e54;
	margin: 4rem 0
}

.buttons-block {
	text-align: center;
	font-size: 0;
	margin-top: 3rem
}

.step-btn {
	display: inline-block;
	width: 43%;
	margin: 0 1rem;
	padding: 1.5rem 1rem;
	max-width: 300px;
	cursor: pointer;
	transition: all 0.3s linear;
	font-size: 2.7rem;
	color: #fff;
	background: #51b238;
	font-weight: 700;
	border-radius: 4px
}

.step-btn:hover {
	opacity: 0.8
}

.next-btn {
	width: 90%;
	margin: 0;
	max-width: 440px
}

.no-btn {
	background-color: #aa2522
}

.member-block {
	margin: 3rem 0;
	font-size: 0;
	text-align: center;
	overflow: hidden;
	height: 11.5rem;
	width: 100%
}

.member-item {
	display: inline-block;
	margin: 0 3px;
	height: 11.5rem;
	border-radius: 50%
}

@media (max-width:1200px) {
	html {
		font-size: 55%
	}
}

@media (max-width:960px) {
	html {
		font-size: 50%
	}
}

@media (max-width:600px) {
	html {
		font-size: 45%
	}
	.step-btn {
		width: 90%;
		display: block;
		margin: 1rem auto;
		max-width: none
	}
	.phone-block,
	.step-block {
		width: 100%
	}
	.phone-item {
		max-width: 220px;
		margin: 0 auto 3rem
	}
	.wrapper {
		padding: 2rem 0
	}
	.step-question {
		margin: 2rem 0
	}
}