@import url("https://fonts.googleapis.com/css?family=Lato:400,700");
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
	display: block
}

body {
	line-height: 1
}

ol,
ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

body,
html {
	height: 100%
}

body {
	min-width: 320px;
	overflow-x: hidden;
	font-family: Lato, Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4;
	font-weight: 400;
	color: #282828;
	z-index: 0
}

h1,
h2 {
	font-size: 1.875em
}

h1,
h2,
h3 {
	line-height: 1.3em
}

h3 {
	font-size: 1em
}

h4 {
	font-size: 1.3125em
}

h4,
h5 {
	line-height: 1.3em
}

h5 {
	font-size: 1em
}

.hidden {
	display: none
}

.c--primary {
	color: #f36
}

.c--accent {
	color: #00c9f4
}

.c--red {
	color: #ea5555
}

.c--green {
	color: rgba(61, 178, 46, .7)
}

.tt--u {
	text-transform: uppercase
}

.fw--b {
	font-weight: 700
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.btnbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center
}

.btn {
	display: inline-block;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
	max-width: 300px;
	padding: 18px 30px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.3;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-radius: 3px;
	background-color: #ea5555;
	background: -webkit-gradient(linear, left top, left bottom, from(#ea5555), color-stop(90%, #e42828));
	background: -webkit-linear-gradient(top, #ea5555, #e42828 90%);
	background: linear-gradient(180deg, #ea5555, #e42828 90%);
	box-shadow: 0 5px 5px rgba(102, 13, 13, .17), inset 0 25px hsla(0, 0%, 100%, .1)
}

.btn,
.main {
	position: relative;
	width: 100%
}

.main {
	height: 100%;
	z-index: 1
}

.container {
	max-width: 600px;
	max-height: 800px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: relative;
	overflow: hidden;
	background: rgba(0, 0, 0, .02);
	box-shadow: 0 20px 20px rgba(0, 0, 0, .6);
	border-radius: 12px
}

.container,
.stepbox {
	width: 100%;
	height: 100%
}

.stepbox {
	display: block
}

.step {
	width: 100%;
	height: 100%;
	position: relative;
	background-size: cover;
	background-position: 50%;
	background-image: url(../img/u1.jpg)
}

.step__inner {
	padding: 40px 20px 60px;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
	background: -webkit-linear-gradient(transparent, #000);
	background: linear-gradient(transparent, #000)
}

.step__inner h1 {
	margin-bottom: 10px;
	text-transform: uppercase
}

.step__inner h1,
.step__inner p {
	text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000
}

.step__inner p {
	font-size: 1.3125em;
	margin-bottom: 40px
}

.tabbox {
	display: none;
	position: relative;
	width: 100%;
	height: 100%
}

.tabbox .tab {
	position: absolute;
	top: 0;
	left: 0;
	width: 85%;
	height: 100%;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
	opacity: 0;
	background-size: cover;
	background-position: 50%;
	overflow: hidden;
	border-radius: 12px 0 0 12px
}

.tabbox .tab:first-of-type {
	border: 2px solid #fff144;
	background-color: #fff144;
	background-image: url(../img/u2.jpg)
}

.tabbox .tab:nth-of-type(2) {
	border: 2px solid #ea5555;
	background-color: #ea5555;
	background-image: url(../img/u3.jpg)
}

.tabbox .tab:nth-of-type(3) {
	border: 2px solid #fcb25c;
	background-color: #fcb25c;
	background-image: url(../img/u4.jpg)
}

.tabbox .tab:nth-of-type(4) {
	border: 2px solid #4eb4e5;
	background-color: #4eb4e5;
	background-image: url(../img/u1.jpg)
}

.tabbox .tab__inner {
	padding: 40px 20px 60px;
	position: absolute;
	width: 100%;
	bottom: 0;
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
	background: -webkit-linear-gradient(transparent, #000);
	background: linear-gradient(transparent, #000)
}

.tabbox .tab__inner h2 {
	margin-bottom: 10px;
	text-transform: uppercase
}

.tabbox .tab__inner h2,
.tabbox .tab__inner p {
	text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000
}

.tabbox .tab__inner p {
	font-size: 1.3125em;
	margin-bottom: 40px
}

.girl {
	color: #fff;
	padding: 20px 20px 40px;
	background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
	background: -webkit-linear-gradient(#000, transparent);
	background: linear-gradient(#000, transparent);
	text-transform: uppercase;
	font-size: 1.125em;
	text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000
}

.girl .name,
.girl span {
	vertical-align: middle
}

.girl span {
	display: inline-block
}

.girl .status {
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-left: 5px;
	background: #999
}

.girl .status.online {
	background: #3db22e
}

input[type=radio],
label {
	display: block;
	position: absolute;
	right: 0;
	width: 15%;
	height: 25%;
	margin: 0;
	z-index: 1;
	cursor: pointer;
	outline: none;
	overflow: hidden
}

input[type=radio]:before,
label:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	border-radius: 0 10px 10px 0
}

input[type=radio] .icon,
label .icon {
	z-index: 2;
	margin: 0;
	padding: 0;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-shadow: 0 0 2px #000, 0 0 1px rgba(0, 0, 0, .8), 0 0 1px rgba(0, 0, 0, .8)
}

input[type=radio]:first-of-type,
label:first-of-type {
	top: 0
}

input[type=radio]:first-of-type::before,
label:first-of-type::before {
	background: #fff144
}

input[type=radio]:nth-of-type(2),
label:nth-of-type(2) {
	top: 25%
}

input[type=radio]:nth-of-type(2):before,
label:nth-of-type(2):before {
	background: #ea5555
}

input[type=radio]:nth-of-type(3),
label:nth-of-type(3) {
	top: 50%
}

input[type=radio]:nth-of-type(3):before,
label:nth-of-type(3):before {
	background: #fcb25c
}

input[type=radio]:nth-of-type(4),
label:nth-of-type(4) {
	top: 75%
}

input[type=radio]:nth-of-type(4):before,
label:nth-of-type(4):before {
	background: #4eb4e5
}

input[type=radio]:checked+div,
label:checked+div {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 1
}

input[type=radio] {
	opacity: 0
}

.bg {
	position: fixed!important
}

.bg,
.bg:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0
}

.bg:after {
	content: "";
	display: block;
	position: fixed;
	right: 0;
	bottom: 0
}

.bg.active:after {
	background: rgba(0, 0, 0, .2)
}

.bg__item {
	display: none;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.bg__item.active {
	display: block
}

.bg__item:first-child {
	background-image: url(../img/bg.jpg)
}

@media (min-width:320px) and (max-width:359px) {
	h2 {
		font-size: 1.5em
	}
	.container,
	.tabbox .tab {
		border-radius: 0
	}
	.tabbox .tab {
		position: absolute;
		top: 0;
		left: 0;
		width: 80%;
		height: 100%
	}
	.tabbox .tab__inner {
		padding: 20px 20px 40px
	}
	.tabbox .tab__inner p {
		font-size: 1em
	}
	input[type=radio],
	label {
		width: 20%
	}
}

@media (min-width:360px) and (max-width:575px) {
	h2 {
		font-size: 1.5em
	}
	.container,
	.tabbox .tab {
		border-radius: 0
	}
	.tabbox .tab {
		position: absolute;
		top: 0;
		left: 0;
		width: 80%;
		height: 100%
	}
	.tabbox .tab__inner {
		padding: 20px 20px 40px
	}
	.tabbox .tab__inner p {
		font-size: 1em
	}
	input[type=radio],
	label {
		width: 20%
	}
}

@media (min-width:576px) and (max-width:767px) {
	.container,
	.tabbox .tab {
		border-radius: 0
	}
	.tabbox .tab {
		position: absolute;
		top: 0;
		left: 0;
		width: 80%;
		height: 100%
	}
	.tabbox .tab__inner {
		padding: 20px 20px 40px
	}
	.tabbox .tab__inner p {
		font-size: 1em
	}
	input[type=radio],
	label {
		width: 20%
	}
}