@import url(https://fonts.google.com/specimen/Noto+Sans);
.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
}

.fadeIn {
	animation: a .5s forwards
}

@keyframes a {
	0% {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

.fadeInUp {
	animation: b .6s forwards
}

@keyframes b {
	0% {
		opacity: 0;
		transform: translate3d(0, 10rem, 0)
	}
	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInDown {
	animation: c .6s forwards
}

@keyframes c {
	0% {
		opacity: 0;
		transform: translate3d(0, -10rem, 0)
	}
	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInLeft {
	animation: d .4s forwards
}

@keyframes d {
	0% {
		opacity: 0;
		transform: translate3d(-10rem, 0, 0)
	}
	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeInRight {
	animation: e .5s forwards
}

@keyframes e {
	0% {
		opacity: 0;
		transform: translate3d(.4rem, 0, 0)
	}
	to {
		opacity: 1;
		transform: translateZ(0)
	}
}

.fadeOut {
	animation: f .5s forwards
}

@keyframes f {
	0% {
		opacity: 1
	}
	to {
		opacity: 0
	}
}

.fadeOutRight {
	animation: g .5s forwards
}

@keyframes g {
	0% {
		opacity: 1;
		transform: translateZ(0)
	}
	to {
		opacity: 0;
		transform: translate3d(.4rem, 0, 0)
	}
}

.growUp {
	animation: h .1s linear .2s forwards
}

@keyframes h {
	0% {
		transform: scale(0)
	}
	to {
		transform: scale(1)
	}
}

.moveLeft {
	animation: i 1s forwards ease
}

@keyframes i {
	0% {
		left: 0
	}
	to {
		left: -100%
	}
}

.kenburnsZoomIn,
.vegas-animation-kenburnsZoomIn {
	animation: j 1s ease forwards
}

@keyframes j {
	0% {
		transform-origin: 50% 50%;
		transform: scale(1)
	}
	to {
		transform: scale(1.2);
		opacity: 0
	}
}

.falldownAnim {
	animation: k 1s linear infinite
}

@keyframes k {
	0% {
		border-color: #fff;
		transform: translate(0)
	}
	20% {
		border-color: #fff;
		transform: translate(.5rem, .5rem)
	}
	20.1%,
	to {
		border-color: #444
	}
}

body {
	font-family: "Noto Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.4
}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase
}

h1 {
	font-size: 2.6rem
}

h1,
h2 {
	line-height: 1.1
}

h2 {
	font-size: 2rem
}

h3 {
	font-size: 1.8rem
}

h3,
h4 {
	line-height: 1.1
}

h4 {
	font-size: 1.6rem
}

h5 {
	font-size: 1.4rem
}

h5,
h6 {
	line-height: 1.1
}

h6,
p {
	font-size: 1.2rem
}

ul {
	list-style-type: disc;
	margin-left: 2rem
}

ul li {
	font-size: 1.2rem
}

* {
	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;
	min-height: 480px;
	background: #000;
	color: #8cd4f9;
	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
}

.adult {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 1rem;
	z-index: 2;
	color: #000;
	text-transform: uppercase;
	font-size: .9rem;
	/* padding-left: 6rem */
}

.main {
	z-index: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

.container,
.main {
	position: relative;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center
}

.container {
	max-width: 90rem
}

.feedbox {
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	padding: 4rem 0 0;
	position: relative;
	overflow: hidden;
	box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
	border-radius: 20px;
}

.feedbox h5 {
	position: absolute;
	width: 100%;
	height: 4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: 0;
	top: 0;
	padding: 0 1rem;
	text-align: center;
	background: #8cd4f9;
	color: #fff;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .025)
}

.feedbox__inner {
	width: calc(100% + 20px);
	height: 100%;
	position: relative;
	overflow-y: auto
}

.feedbox__inner li {
	display: -ms-flexbox;
	display: flex;
	height: 15%;
	text-align: center;
	background-image: linear-gradient(90deg, #000 5rem, transparent 0);
	padding: 1rem 1rem 0 3rem
}

.feedbox__info {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	position: relative
}

.feedbox__info span:first-of-type {
	color: #fff;
	font-size: .8rem;
	position: absolute;
	right: .5rem;
	top: 0
}

.feedbox__info span:last-of-type {
	font-size: .8em;
	color: #fff;
}

.feedbox__name {
	font-weight: 700
}

.feedbox__img {
	width: 4rem;
	height: 4rem;
	min-width: 4rem;
	position: relative;
	border-radius: 50%;
	margin-right: 1rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	border-radius: 20px;
	border: 3px solid #fff;
}

.feedbox__img:after {
	content: "";
	display: block;
	padding-bottom: 100%
}

.profilebox {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-shadow: 0 2px 20px hsla(0, 0%, 100%, .2);
	border-radius: 20px;
}

.profilebox__slider {
	width: 100%;
	height: 50%
}

.profilebox__statistic {
	width: 100%;
	height: 50%;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}

.statisticbox {
	width: 100%;
	background: #fff;
}

.statisticbox,
.statisticbox li {
	display: -ms-flexbox;
	display: flex;
	/* -ms-flex-direction: column;      flex-direction: column */
}

.statisticbox li {
	-ms-flex-pack: center;
	justify-content: center;
	width: 33.33%;
	text-align: center;
	border-left: 2px solid #000;
	height: 60px;
	align-items: center;
	flex-direction: column;
}

.statisticbox li:last-of-type {
	border-bottom: none
}

.statisticbox li span:first-of-type {
	font-weight: 700;
	font-size: 1.2em;
	color: #000;
}

.statisticbox li span:last-of-type {
	text-transform: uppercase;
	font-size: .5em;
	color: #000;
}

.sliderbox {
	width: 100%;
	overflow: hidden;
	border-radius: 20px 20px 0 0;
}

.sliderbox,
.sliderbox .slick-list,
.sliderbox .slick-slide>div,
.sliderbox .slick-track,
.sliderbox .slide {
	height: 100%
}

.slide {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%
}

.slide__girl-name {
	text-align: center;
	padding: 1rem;
	text-transform: uppercase;
	background: rgba(0, 0, 0, .4);
	font-size: .8em;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4), 0 1px 0 rgba(0, 0, 0, .4), -1px 0 0 rgba(0, 0, 0, .4), 1px 0 0 rgba(0, 0, 0, .4)
}

.slick-arrow {
	width: 4rem;
	height: 4rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	border: none;
	background: transparent;
	outline: none;
	cursor: pointer;
	background: rgba(255, 255, 255, .5);
	border-radius: 50%;
}

.slick-arrow svg {
	fill: #fff
}

.slick-next {
	right: 0
}

.slick-prev {
	left: 0
}

.btnbox {
	width: 100%;
	opacity: 0;
	padding-bottom: 2rem
}

.btn,
.btnbox {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden
}

.btn {
	width: 40%;
	max-width: 13rem;
	height: 4rem;
	padding: 0;
	margin: 0;
	-ms-flex-direction: column;
	flex-direction: column;
	color: #fff;
	font-size: 1.2rem;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: .1rem;
	margin: 0 .2rem;
	border-radius: 1.1rem;
	background: linear-gradient(#6fc5f0, #2b83af);
	cursor: pointer;
	box-shadow: inset 5px 5px 5px rgba(255, 255, 255, .5);
}

.btn--accent {
	background: linear-gradient(#919190, #414141);
	box-shadow: inset 5px 5px 5px rgba(255, 255, 255, .5);
}

.btn--block {
	width: 80%;
	max-width: 26rem
}

.stepbox {
	width: 100%;
	z-index: 3;
	overflow: hidden
}

.step,
.stepbox {
	position: relative
}

.step {
	width: 100%;
	height: 100%;
	margin: auto;
	display: none;
	text-align: left;
	color: #fff;
}

.step:first-child {
	display: block
}

.step:first-child h1,
.step:first-child h2,
.step:first-child p,
.step:last-child h1,
.step:last-child h2,
.step:last-child p {
	text-align: center
}

.step__inner {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center
}

.step__header {
	margin-bottom: 1rem
}

.step__body {
	margin-bottom: 2rem
}

.step__footer {
	margin-bottom: 1rem
}

.bg {
	position: fixed !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
	opacity: .5
}

.bg,
.bg:after {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 0
}

.bg:after {
	content: "";
	position: fixed
}

.bg.mobile,
.bg:after {
	display: block
}

.bg.desktop,
.bg__item {
	display: none
}

.bg__item {
	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.blur {
	-webkit-filter: blur(10px);
	filter: blur(10px)
}

@media (min-width:360px) {
	html {
		font-size: 75%
	}
}

@media (min-width:768px) {
	html {
		font-size: 87.5%
	}
	.adult {
		padding-left: 0
	}
	.container {
		max-width: 40rem;
		max-height: 60rem
	}
}

@media (min-width:1024px) {
	.container {
		max-width: 65rem;
		max-height: 48rem;
		-ms-flex-pack: justify;
		justify-content: space-between
	}
	.feedbox {
		display: block
	}
	.feedbox,
	.profilebox {
		width: 48%
	}
	.step__inner {
		-ms-flex-pack: end;
		justify-content: flex-end
	}
	.btnbox {
		padding: 0
	}
}

@media (min-width:1280px) {
	html {
		font-size: 100%
	}
	.container {
		max-width: 60rem;
		max-height: 44rem
	}
	.feedbox,
	.profilebox {
		max-width: 28rem
	}
	p {
		font-size: 1rem
	}
}

@media (min-width:1440px) {
	html {
		font-size: 100%
	}
	.container {
		max-width: 66rem;
		max-height: 48rem
	}
	.feedbox,
	.profilebox {
		max-width: 30rem
	}
}

@media (min-width:1920px) {
	html {
		font-size: 100%
	}
	.container {
		max-width: 68rem;
		max-height: 50rem
	}
	.feedbox,
	.profilebox {
		max-width: 33rem
	}
}