@import "https://fonts.googleapis.com/css?family=Open+Sans:400,700";
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

:focus {
	outline: 0
}

img {
	border: none;
	display: block;
	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;
	height: 100%
}

body {
	font-family: 'Open Sans', Arial, sans-serif;
	color: #010101;
	line-height: 1.3;
	font-size: 2.4rem;
	height: 100%;
	background: #1d2f54;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.corner {
	width: 20%;
	height: 100%
}

.corner-left {
	background: url(../img/bg-column-left.jpg) right top no-repeat
}

.corner-right {
	background: url(../img/bg-column-right.jpg) left top no-repeat
}

.wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 1100px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.slider-block {
	width: 40%;
	padding: 1rem;
	height: 670px
}

.slider-item {
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.7);
	border-radius: 7px;
	display: none;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat
}

.slider-item.visible {
	display: block
}

.slider-item.item-1 {
	background-image: url(../img/slide-1.jpg)
}

.slider-item.item-2 {
	background-image: url(../img/slide-2.jpg)
}

.slider-item.item-3 {
	background-image: url(../img/slide-3.jpg)
}

.slider-item.item-4 {
	background-image: url(../img/slide-4.jpg)
}

.slider-item.item-5 {
	background-image: url(../img/slide-5.jpg)
}

.slider-item.item-6 {
	background-image: url(../img/slide-6.jpg)
}

.slider-item.item-7 {
	background-image: url(../img//slide-7.jpg)
}

.slider-item.item-8 {
	background-image: url(../img/slide-8.jpg)
}

.content-wrapper {
	width: 60%;
	padding: 1rem;
	height: 670px
}

.content-block {
	background-color: #fff;
	-webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.7);
	border-radius: 7px;
	height: 100%;
	text-align: center;
	font-size: 2rem
}

.content-header {
	background-color: #3d579d;
	padding: 4.5rem 2rem;
	font-size: 4.2rem;
	color: #fff;
	font-weight: 700;
	border-radius: 7px 7px 0 0;
	position: relative
}

.content-header:before {
	content: '';
	position: absolute;
	width: 8rem;
	height: 3.5rem;
	right: 2rem;
	top: 2rem;
	background: url(../img/icons.jpg) center center no-repeat;
	background-size: cover
}

.content-inner {
	padding: 2rem
}

.highlight {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2.4rem;
	line-height: 1.1
}

.highlight.colored {
	color: #ff0000
}

.timer {
	font-weight: 700
}

.step-item {
	display: none;
	text-align: center;
	margin: 0 auto;
	padding: 0 2rem;
	border-radius: 7px
}

.step-item.visible {
	display: block
}

.step-title {
	font-weight: 700;
	margin: 1rem 0;
	color: #3d579d;
	font-size: 2.4rem
}

.step-title span {
	color: #000
}

.buttons-block {
	text-align: center;
	font-size: 0
}

.step-btn {
	background: #569944;
	display: inline-block;
	width: 43%;
	max-width: 200px;
	margin: 1rem;
	padding: 1.2rem 1.5rem;
	cursor: pointer;
	transition: all 0.3s linear;
	font-size: 2.4rem;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}

.step-btn:hover {
	background: #4f8c3e
}

.step-btn:active {
	background: #488038
}

.no-btn {
	background: #8d8e91
}

.no-btn:hover {
	background: #9c9da1
}

.no-btn:active {
	background: #a8aaad
}

.submit-btn {
	width: 100%
}

.load-item {
	display: none;
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 1rem
}

.load-item.visible {
	display: block
}

.loader {
	margin: 3rem auto 1rem;
	border-radius: 7px;
	height: 10px;
	position: relative;
	overflow: hidden;
	max-width: 400px;
	background-color: #cecece;
	border: 4px solid #eee;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

.loader-line {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	background: rgb(98, 191, 53);
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(111, 212, 62)), to(rgb(65, 149, 36)));
	background: linear-gradient(to bottom, rgb(111, 212, 62) 0%, rgb(65, 149, 36) 100%);
	box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.9);
	height: 100%;
	transition: all 0.9s linear
}

.final-step .highlight {
	font-weight: 700;
	color: #ff0000;
	margin: 2rem 0;
	text-transform: initial
}

.rules-block {
	font-size: 2rem;
	counter-reset: number
}

.rules-title {
	font-weight: 700;
	margin: 1rem 0 0.5rem;
	text-transform: uppercase;
	font-size: 1.6rem
}

.rules-item {
	text-align: left;
	position: relative;
	counter-increment: number;
	margin: 0 0 1rem 4rem;
	line-height: 1;
	font-size: 1.6rem
}

.rules-item:before {
	content: counter(number);
	position: absolute;
	display: inline-block;
	left: -4rem;
	top: 0;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	border-radius: 50%;
	background: #3d579d;
	text-align: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.terms {
	font-size: 1.6rem;
	text-align: left
}

@media (max-width:1400px) {
	html {
		font-size: 55%
	}
	.wrap {
		width: 890px
	}
}

@media (max-width:900px) {
	.wrap-header,
	.corner {
		display: none
	}
	.wrap {
		width: 100%;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
	.content-wrapper {
		width: 96%;
		max-width: 600px;
		margin: 2rem 0 0;
		height: auto;
		padding-bottom: 1rem
	}
	.content-block {
		padding-bottom: 1rem
	}
	.slider-block {
		width: 400px;
		height: 580px
	}
}

@media (max-width:600px) {
	html {
		font-size: 50%
	}
	.step-btn {
		width: 100%;
		margin: 1.5rem auto;
		display: block
	}
	.slider-block {
		width: 80%;
		height: 380px
	}
	.content-header:before {
		top: 1rem;
		right: 1rem
	}
	.content-header {
		padding: 4rem 2rem 2rem;
		font-size: 3rem
	}
}

@media (max-height:650px),
(max-width:900px) {
	body {
		height: auto
	}
}