@import url("https://fonts.googleapis.com/css?family=Montserrat&subset=latin-ext");
.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@keyframes a {
	0% {
		opacity: 0;
		transform: translate3d(0, 10rem, 0)
	}
	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInUp {
	animation: a .4s
}

@keyframes b {
	0% {
		opacity: 0;
		transform: translate3d(0, -10rem, 0)
	}
	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInDown {
	animation: b .4s
}

[class*=" icon-"]:before,
[class^=icon-]:before {
	font-family: fontello;
	font-style: normal;
	font-weight: 400;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-right-open:before {
	content: "\e800"
}

.icon-cancel:before {
	content: "\e801"
}

body {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase
}

h1 {
	font-size: 2.2rem
}

h1,
h2 {
	line-height: 1.1
}

h2 {
	font-size: 1.8rem
}

h3 {
	font-size: 2.2rem
}

h3,
h4 {
	line-height: 1.1
}

h4 {
	font-size: 1.8rem
}

h5,
h6 {
	font-size: 1.6rem;
	line-height: 1.1
}

p {
	font-size: 1.8rem;
	text-align: left
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box
}

html {
	font-size: 62.5%
}

body,
html {
	width: 100%;
	height: 100%
}

body {
	overflow-x: hidden;
	min-width: 320px;
	background: #fff;
	color: #333;
	z-index: 0;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0
}

.clearfix:after {
	content: "";
	display: block;
	clear: both
}

.btn,
.transition {
	transition: all .25s ease
}

img {
	display: block;
	max-width: 100%;
	height: auto
}

.grayscale {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%)
}

.main {
	position: relative;
	height: 100%;
	min-height: 480px
}

.adult,
.main {
	width: 100%;
	z-index: 1
}

.adult {
	position: fixed;
	left: 0;
	bottom: 1rem;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1rem
}

ul {
	list-style-type: disc;
	margin-left: 2rem
}

ul li {
	font-size: 1.6rem;
	margin-bottom: .2rem
}

.slider--main,
.slidersbox {
	position: relative;
	width: 100%;
	height: 100%
}

.slider--main:after {
	content: "";
	display: block;
	position: absolute;
	background-size: 2px 2px;
	z-index: 0;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.slick-initialized .slick-slide {
	width: 100%;
	height: 100vh;
	-ms-flex-direction: column;
	flex-direction: column
}

.slick-initialized .slick-slide,
.slide {
	position: relative;
	display: -ms-flexbox;
	display: flex
}

.slide {
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.girl-status {
	width: 90%;
	position: absolute;
	left: 5%;
	top: 40%
}

.slider--profiles {
	width: 100%;
	height: 5rem;
	position: relative;
	overflow: hidden
}

.profiles__inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.name,
.profile {
	width: 100%;
	height: 5rem;
	position: relative
}

.name {
	line-height: 1;
	font-size: 4rem;
	font-weight: 700;
	color: #fff
}

.slider--status {
	width: 100%;
	height: 2rem;
	position: relative;
	overflow: hidden
}

.status__inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.status {
	position: relative;
	height: 2rem;
	font-size: 1.6rem;
	line-height: 1;
	padding-left: 1.6rem;
	color: #fff
}

.status:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: .2rem;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50rem
}

.status.online:after {
	background-color: #18c75c
}

.status.offline:after {
	background-color: #eb2f2f
}

.next-girl-number {
	width: 7rem;
	height: 5rem;
	position: absolute;
	top: 2rem;
	right: 5%;
	overflow: hidden
}

.number__inner {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.number {
	text-align: right;
	font-size: 5rem;
	height: 5rem;
	line-height: 1;
	font-weight: 700;
	color: #fff
}

.action-btn {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	z-index: 1;
	display: -ms-flexbox;
	display: flex
}

.action-btn button {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%
}

.action-btn button:last-of-type {
	color: #000
}

.rules {
	display: none
}

.rules,
.rules__inner {
	width: 100%;
	height: 100%
}

.rules__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative
}

.rules h2,
.rules ul {
	color: #fff;
	padding: 1rem
}

.btnbox {
	width: 100%
}

.btn,
.btnbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.btn {
	padding: 2rem;
	min-height: 8rem;
	position: relative;
	color: #000;
	font-size: 1.6rem;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1rem;
	border-radius: 0;
	cursor: pointer;
	border: 1px solid transparent
}

.btn--primary {
	color: #fff;
	background-color: #333
}

.btn--primary:hover {
	background-color: #1a1a1a
}

.btn--accent {
	color: #fff;
	background-color: #ffcc43
}

.btn--accent:hover {
	background-color: #ffbe10
}

.stepbox {
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 2;
	max-width: 40rem;
	left: 50%;
	transform: translateX(-50%)
}

.step,
.stepbox {
	width: 100%;
	height: 100%;
	position: relative
}

.step {
	display: none;
	color: #fff
}

.step:first-child {
	display: block
}

.step__inner {
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 4rem 1rem
}

.step__header {
	margin-bottom: 1.5rem;
	text-align: center
}

.step__header img {
	margin: auto;
	width: 50%
}

.step__body {
	margin-bottom: 1.5rem
}

.bg {
	position: fixed!important
}

.bg,
.bg:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0
}

.bg:after {
	content: "";
	display: block;
	position: fixed;
	background-size: 2px 2px
}

.bg__item {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}

.bg__item.active {
	display: block
}

.bg__item.blur {
	-webkit-filter: blur(10px);
	filter: blur(10px)
}

.bg.back:after {
	background-image: radial-gradient(rgba(0, 0, 0, .4) 50%, transparent 0)
}

.bg.back .bg__item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

@media (min-width:360px) {
	html {
		font-size: 75%
	}
	ul li {
		font-size: 1.6rem;
		margin-bottom: .5rem
	}
}

@media (min-width:768px) {
	html {
		font-size: 87.5%
	}
	ul li {
		font-size: 1.6rem;
		margin-bottom: 1rem
	}
}

@media (min-width:1024px) {
	.main {
		height: 90%;
		max-width: 40rem;
		margin: auto;
		top: 5%
	}
	.slick-initialized .slick-slide {
		height: 90vh
	}
}

@media (min-width:1300px) {
	html {
		font-size: 100%
	}
}