@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i&display=swap');
* {
	margin: 0;
	padding: 0
}

:focus {
	outline: 0
}

img {
	border: 0
}

html,
body {
	height: 100%
}

ol,
ul {
	list-style: none
}

html {
	font-size: 62.5%
}

body {
	background: #373942 url(../img/second_page_bg.jpg) no-repeat center center;
	background-size: cover;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #454a50;
	font-size: 1.8rem
}

.first_page {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: auto;
	width: 100%;
	max-width: 605px;
	height: 90%;
	max-height: 763px;
	background: url(../img/34.jpg) no-repeat center top;
	background-size: cover;
	border-radius: 3px;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.35)
}

.warning_popup {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	bottom: 5rem;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
	padding: 2rem 1rem;
	text-align: center
}

.warning_popup h3 {
	font-size: 1.8rem;
	margin-bottom: 1.5rem
}

.warning_popup p {
	font-size: 1.6rem
}

.loader_page {
	display: none;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem
}

.loader_page img {
	max-width: 90%
}

.load_title {
	margin: 4rem 0
}

.step_block {
	display: none;
	width: 96%;
	max-width: 550px;
	margin: -150px auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 100;
	background: #fff
}

.step {
	display: none;
	text-align: left
}

.step:first-child {
	display: block
}

.step_header {
	padding: 1.5rem 0;
	background: #e5a773;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 2.2rem;
	box-shadow: inset 0 -3px 15px rgba(0, 0, 0, .2)
}

.step_header h2 {
	font-weight: 700;
	color: #fff;
	font-size: 2.2rem
}

.step_header {
	text-align: center
}

.step_header li {
	display: inline-block;
	margin: 0 .8rem;
	font-weight: normal;
	font-size: 24px;
	vertical-align: middle
}

.step_header li.circle {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #444;
	font-size: 14px;
	background: #fff;
	color: #444;
	font-weight: bold
}

.step_header li.circle.active {
	border-color: #54a7a7;
	background: #54a7a7;
	color: #fff
}

.step_inner {
	box-sizing: border-box;
	padding: 3rem
}

.step_inner .main_img {
	width: 100%;
	display: block
}

.step_inner p {
	margin-bottom: 1.5rem
}

.step_title {
	background: #2b3242;
	font-size: 2rem;
	font-weight: 700;
	padding: 1.2rem 1rem;
	margin-bottom: 2rem
}

.notice_title {
	font-size: 2rem;
	color: #8691a0
}

.option {
	display: block;
	padding-left: 3rem;
	margin-bottom: 1.5rem;
	position: relative;
	cursor: pointer;
	font-size: 2rem;
	color: #454a50;
	line-height: 24px
}

.option:after {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #8691a0
}

.option:before {
	content: '';
	display: none;
	position: absolute;
	left: 2px;
	top: 5px;
	z-index: 10;
	width: 13px;
	height: 5px;
	border: 3px solid #54a7a7;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg)
}

.option.checked:before {
	display: block
}

.buttons_block {
	padding: 2rem 0;
	text-align: center
}

.buttons_block a {
	display: inline-block;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 700;
	height: 5rem;
	line-height: 5rem;
	padding: 0 2rem;
	text-align: center;
	text-decoration: none;
	transition: .4s;
	box-sizing: border-box;
	box-shadow: 0 5px 10px #b8b8b8
}

.btn_start,
.btn_next {
	width: 40%
}

.btn_yes,
.btn_no {
	width: 40%;
	margin: 0 1%
}

.btn_start,
.btn_yes,
.btn_next {
	background: #54a7a7;
	border: 2px solid #54a7a7;
	color: #fff
}

.btn_no {
	background: #e5a773;
	border: 2px solid #e5a773;
	color: #fff
}

@media(max-width:600px) {
	html {
		font-size: 42%
	}
	.option {
		margin-bottom: 0
	}
}

* {
	margin: 0;
	padding: 0
}

:focus {
	outline: 0
}

img {
	border: 0
}

html,
body {
	height: 100%
}

ol,
ul {
	list-style: none
}

html {
	font-size: 62.5%
}

body {
	background: #373942 url(../img/second_page_bg.jpg) no-repeat center center;
	background-size: cover;
	font-family: 'Open Sans', Arial, sans-serif;
	color: #454a50;
	font-size: 1.8rem
}

.first_page {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	margin: auto;
	width: 100%;
	max-width: 605px;
	height: 90%;
	max-height: 763px;
	background: url(../img/34.jpg) no-repeat center top;
	background-size: cover;
	border-radius: 3px;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.35)
}

.warning_popup {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 90%;
	bottom: 5rem;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 5px 9px rgba(0, 0, 0, 0.35);
	box-sizing: border-box;
	padding: 2rem 1rem;
	text-align: center
}

.warning_popup h3 {
	font-size: 1.8rem;
	margin-bottom: 1.5rem
}

.warning_popup p {
	font-size: 1.6rem
}

.loader_page {
	display: none;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.4rem
}

.loader_page img {
	max-width: 90%
}

.load_title {
	margin: 4rem 0
}

.step_block {
	display: none;
	width: 96%;
	max-width: 550px;
	margin: -150px auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	z-index: 100;
	background: #fff
}

.step {
	display: none;
	text-align: left
}

.step:first-child {
	display: block
}

.step_header {
	padding: 1.5rem 0;
	background: #e5a773;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 2.2rem;
	box-shadow: inset 0 -3px 15px rgba(0, 0, 0, .2)
}

.step_header h2 {
	font-weight: 700;
	color: #fff;
	font-size: 2.2rem
}

.step_header {
	text-align: center
}

.step_header li {
	display: inline-block;
	margin: 0 .8rem;
	font-weight: normal;
	font-size: 24px;
	vertical-align: middle
}

.step_header li.circle {
	border-radius: 50%;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #444;
	font-size: 14px;
	background: #fff;
	color: #444;
	font-weight: bold
}

.step_header li.circle.active {
	border-color: #54a7a7;
	background: #54a7a7;
	color: #fff
}

.step_inner {
	box-sizing: border-box;
	padding: 3rem
}

.step_inner .main_img {
	width: 100%;
	display: block
}

.step_inner p {
	margin-bottom: 1.5rem
}

.step_title {
	background: #2b3242;
	font-size: 2rem;
	font-weight: 700;
	padding: 1.2rem 1rem;
	margin-bottom: 2rem
}

.notice_title {
	font-size: 2rem;
	color: #8691a0
}

.option {
	display: block;
	padding-left: 3rem;
	margin-bottom: 1.5rem;
	position: relative;
	cursor: pointer;
	font-size: 2rem;
	color: #454a50;
	line-height: 24px
}

.option:after {
	content: '';
	position: absolute;
	left: 0;
	top: 5px;
	display: block;
	width: 15px;
	height: 15px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #8691a0
}

.option:before {
	content: '';
	display: none;
	position: absolute;
	left: 2px;
	top: 5px;
	z-index: 10;
	width: 13px;
	height: 5px;
	border: 3px solid #54a7a7;
	border-top: 0;
	border-right: 0;
	transform: rotate(-45deg)
}

.option.checked:before {
	display: block
}

.buttons_block {
	padding: 2rem 0;
	text-align: center
}

.buttons_block a {
	display: inline-block;
	font-size: 2rem;
	text-transform: uppercase;
	font-weight: 700;
	height: 5rem;
	line-height: 5rem;
	padding: 0 2rem;
	text-align: center;
	text-decoration: none;
	transition: .4s;
	box-sizing: border-box;
	box-shadow: 0 5px 10px #b8b8b8
}

.btn_start,
.btn_next {
	width: 40%
}

.btn_yes,
.btn_no {
	width: 40%;
	margin: 0 1%
}

.btn_start,
.btn_yes,
.btn_next {
	background: #54a7a7;
	border: 2px solid #54a7a7;
	color: #fff
}

.btn_no {
	background: #e5a773;
	border: 2px solid #e5a773;
	color: #fff
}

@media(max-width:600px) {
	html {
		font-size: 42%
	}
	.option {
		margin-bottom: 0
	}
}