html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder {
	color: inherit;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
}

input[type=tel], input[type=url], input[type=password],
input[type=text], input[type=email], input[type=reset],
input[type=button], input[type=submit], button, textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

img {
	vertical-align: middle;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a[href], label[for], select,
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image],
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=image]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
	border: 0;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
	top: -9999em;
	width: 100%;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	 overflow: auto;
}


/* Normalized Styles
------------------------------------------------------------------------------*/

body {
	font: 500 18px/18px "Ubuntu", sans-serif;
	color: #fff;
	overflow: hidden;
	min-height: 100vh;
	background: #000 url(../images/bg_lofin.jpg) no-repeat 50% 100%;
	-webkit-text-size-adjust: none;
}

input, textarea, select, button {
	outline: none;
	font-family: "Ubuntu", sans-serif;
}

a {
	text-decoration: none;
	color: #fff;
}

.popup-content {
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	overflow: auto;
	background: #000 url(../images/bg_lofin.jpg) no-repeat 50% 100%;
	z-index: 999;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	pointer-events: none;
}

.popup-content.active {
	opacity: 1;

	pointer-events: auto;
}

.close {
	margin: -20px 0 30px;
	font-size: 33px;
	display: block;
}

/* Container
------------------------------------------------------------------------------*/

.loginForm .error {
	float: left;
}

.container {
	position: relative;
	width: 572px;
	text-align: center;
	margin: 0 auto;
}

.table {
	height: 100vh;
	display: table;
	width: 100%;
}

.cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 15px 0;
}

.logo {
	margin: 0 auto 60px;
	display: block;
}

form:after {
	content: "";
	display: block;
	clear: both;
}

.or {
	padding: 5px 0 10px;
	letter-spacing: 2px;
}

input {
	background: url(../images/bg_input_r.png) no-repeat;
	border: 0;
	width: 572px;
	height: 98px;
	padding: 0 40px;
	display: block;
	margin-bottom: -4px;
	line-height: normal;
	color: #3b3b3b;
	font-size: 21px;
	letter-spacing: 2px;
	font-weight: 500;
	line-height: 38px;
	/*text-transform: uppercase;*/
}

input + input {
	background-image: url(../images/bg_input_r2.png);
}

.yellow input {
	background: url(../images/bg_input_y.png) no-repeat;
}

.yellow input + input:nth-child(2) {
	background-image: url(../images/bg_input_y2.png);
}

.forgot {
	float: right;
	line-height: 63px;
	padding-right: 20px;
	letter-spacing: 2px;
}

.check {
	display: none;
	float: left;
	padding-bottom: 30px;
	letter-spacing: 2px;
}

.check label.checked:before {
	background-position: 0 100%;
}

.check label:before {
	position: absolute;
	left: 0;
	content: "";
	top: 0;
	background: url(../images/ico_checkbox.png) no-repeat;
	width: 63px;
	height: 63px;
}

.check label {
	display: block;
	padding-left: 62px;
	line-height: 63px;
	position: relative;
}

button {
	clear: both;
	margin: auto;
	display: block;
	text-align: center;
	background: none;
	cursor: pointer;
	border: 0;
}

.avatars {
	margin-bottom: 15px;
	position: relative;
}

.avatars .bx-prev {
	position: absolute;
	left: -45px;
	top: 50%;
	margin-top: -28px;
	background: url(../images/bg_arrows.png) no-repeat;
	width: 36px;
	height: 56px;
	cursor: pointer;
	text-indent: -999em;
	display: block;
}

.avatars .item {
	position: relative;
	width: 146px;
	height: 144px;
	display: inline-block;
}
.avatars .item label {
	display: block;
	padding: 18px 13px;
}
.avatars .item label.checked:after {
	background-image: url(../images/bg_selected.png);
}
.avatars .item label:after {
	content: "";
	position: absolute;
	top: 0;
	z-index: 9;
	background: url(../images/bg_mask.png) no-repeat;
	bottom: 0;
	left: 0;
	right: 0;
	background:
}

.avatars .bx-next {
	position: absolute;
	right: -45px;
	top: 50%;
	margin-top: -28px;
	background: url(../images/bg_arrows.png) no-repeat 100% 0;
	width: 36px;
	height: 56px;
	cursor: pointer;
	text-indent: -999em;
	display: block;
}

.loading-status:after {
	content: "Loading...";
	position: fixed;
	color: #fff;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 50%;
	width: 100px;
	height: 100px;
	left: 50%;
	margin: -50px;
	top: 50%;
	z-index: 99999;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	line-height: 100px;
	text-align: center;
	font-size: 16px;

	animation: loading-pulsate 1s ease-out;
	-webkit-animation: loading-pulsate 1s ease-out;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes loading-pulsate {
	0% {
		transform: scale(.1);
		opacity: 0.0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: scale(1.6);
		opacity: 0;
	}
}

.loading-mask .bar {
	width: 572px;
	height: 98px;
	padding: 0 16px;
	position: relative;
	margin-top: 170px;
}

.loading-mask .count {
	font-size: 42px;
	font-weight: 300;
	font-family: "Roboto Condensed", sans-serif;
	line-height: 90px;
	position: absolute;
	left: 100%;
	margin-left: 10px;
	letter-spacing: 2px;
	top: 5px;
}

.loading-mask .inside {
	background: url(../images/bg_ba.jpg);
	height: 100%;
	float: left;
	width: 0;
}

.loading-mask .bar:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/bg_bar.png) no-repeat;
}

.loading-mask .label {
	text-align: center;
	font-size: 18px;
	letter-spacing: 2px;
	padding-top: 60px;
}

.loading-mask {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	text-align: center;
	background: #000 url(../images/bg_lofin.jpg) no-repeat 50% 100%;
}

.step {
	position: absolute;
	height: 100vh;
	top: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	overflow: auto;
	right: 0;
	background: #000 no-repeat 75% 50%;
	background-size: cover;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 1.5s ease;
	-moz-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
}

.step.active {
	opacity: 1;
	pointer-events: auto;
}
.step .text {
	background: no-repeat 75% 50%;
	background-size: cover;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: opacity 1.5s ease;
	-moz-transition: opacity 1.5s ease;
	transition: opacity 1.5s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    opacity: 0;
	pointer-events: none;
}

.step.active-text .text {
	opacity: 1;
}

.step-5.active-text .text {
	pointer-events: auto;
	background: rgba(0, 0, 0, .7);
	opacity: 1;
}


.step-1 {
	background-image: url(../images/i1.jpg);
}
.step-1 .text {
	background-image: url(../images/t1.png);
}

.step-2 {
	background-image: url(../images/i2.jpg);
}
.step-2 .text {
	background-image: url(../images/t2.png);
}

.step-3 {
	background-image: url(../images/i3.jpg);
}
.step-3 .text {
	background-image: url(../images/t3.png);
}

.step-4 {
	background-image: url(../images/i4.jpg);
}
.step-4 .text {
	background-image: url(../images/t4.png);
}

.step-5 {
	background-image: url(../images/i5.jpg);
}
.links {
	max-width: 100%;
	font-size: 0;
}

.links a {
	padding: 0 30px;
	max-width: 50%;
	display: inline-block;
}

.skip {
	position: absolute;
	bottom: 10%;
	cursor: pointer;
	left: 0;
	right: 0;
	width: 172px;
	margin: auto;
}

.slogan {
	max-width: 50%;
	display: block;
	margin: 20px auto;
}

.logo-h {
	position: relative;
	display: block;
	text-align: center;
	margin: auto;
	margin-bottom: 180px;
	width: 799px;
	max-width: 80%;
}

img {
	height: auto;
	max-width: 100%;
}
@keyframes blink {
    0% { opacity: 1; }
    9% { opacity: 1; }
    10% { opacity: 0; }
    11% { opacity: 1; }
    49% { opacity: 1; }
    50% { opacity: 0; }
    51% { opacity: 1; }
    75% { opacity: 1; }
    76% { opacity: 0; }
    77% { opacity: 1; }
    78% { opacity: 0; }
    79% { opacity: 1; }
    96% { opacity: 1; }
    97% { opacity: 0; }
    100% { opacity: 0; }
}
@-webkit-keyframes blink {
    0% { opacity: 1; }
    20% { opacity: 0; }
    40% { opacity: 1; }
    50% { opacity: 0; }
    80% { opacity: 1; }
    100% { opacity: 0; }
}
.blink {
    -webkit-animation: blink 0.3s linear infinite;
    -moz-animation: blink 3s linear infinite;
    animation: blink 3s linear infinite;
}
.logo-h .blink {
	left: 0;
	top: 0;
	display: block;
	position: absolute;
}

.step-5 {
	background-position: 50% 50%;
}
@media screen and (orientation:portrait) {
	.step,
	.step .text {
		background-position: 50% 50%;
		background-size: auto 100%;
	}
	.step-1,
	.step-1 .text {
		background-position: 90% 50%;
	}
	.step-2,
	.step-2 .text {
		background-position: 73% 50%;
	}
	.step-3,
	.step-3 .text {
		background-position: 67% 50%;
	}
	.step-4,
	.step-4 .text {
		background-position: 31% 50%;
	}

}

@media screen and (max-width: 767px) {
	.links,
	.logo-h {
		max-width: 80vw;
		margin: auto;
	}

	.links a {
		display: block;
		text-align: center;
		max-width: none;
	}
	.links {
		width: auto;
		padding-top: 50px;
	}
	.loading-mask .bar {
		width: 60%;
		padding: 0;
		height: 40px;
		margin: auto
	}

	.loading-mask .count {
		font-size: 20px;
		top: -25px;
	}

	.loading-mask .bar:before {
		background-size: 100% 100%;
	}

	.logo {
		margin-bottom: 20px;
	}

	input {
		font-size: 17px;
	}

	.avatars {
		margin: auto;
		max-width: 280px;
	}

	.avatars .bx-next,
	.avatars .bx-prev {
		margin-left: 25px;
		margin-right: 25px;
	}

	.forgot {
		font-size: 12px;
		letter-spacing: 0;
		padding-right: 0;
	}

	.check {
		padding-bottom: 0;
		margin-left: -12px;
		font-size: 12px;
		letter-spacing: 0;
	}

	input {
		background: #fffbe6 !important;
		margin: 0 0 15px;
		padding: 10px;
		width: 100%;
		background-color: #fffbe6;
		border: 3px solid #a90c0c;
		box-shadow: 0 0 16px rgba(255, 78, 0, 0.49);
		height: auto;
	}

	.yellow input {
		box-shadow: 0 0 16px rgba(255, 192, 17, 0.49);
		border: 3px solid #fbc011;
	}

	.container {
		width: auto;
		max-width: 100vw;
		padding: 0 20px;
	}

	img {
		max-width: 100%;
		height: auto;
	}

	.close {
		margin: 23px 0;
	}
}

.proffesion-popup {
	display: none;
	position: absolute;
	top: -60px;
	right: 0px;
	z-index: 9;
	max-width: 150px;
	overflow-wrap: break-word;
	border: #807373 1px;
	border-style: solid;
	border-width: 1px;
	font-size: 11px;
	background: #353535;
	padding: 3px;
	opacity: 0.9;
	border-radius: 4px;
}

.proffesion-popup h2 {
	text-align: center;
	font-weight: bolder;
	display: block;
	font-size: 13px;
	border-bottom: white;
	border-style: solid;
	border-bottom-width: 1px;
	margin-bottom: 4px;
}

.proffesion-popup p {
	padding-bottom: 5px;
	line-height: 12px;
}

.registerForm .terms {
	font-size: 13px;
	margin-bottom: 9px;
	display: block;
	color: #eed700;
}

.registerForm .terms a {
	color: #dbdcca;
	font-weight: bolder;
	text-decoration: underline;
}