/* browser reset Gf202wCW */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, 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;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	font-size: 62.5%;
	height: 100%;
}

body {
	font-size: 1.4rem;
	line-height: 1;
	font-family: 'Open Sans', sans-serif;
	height: 100%;
    background: #000;
}

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

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img {
	max-width: 100%;
	height: auto;
}
/* change colours to suit your needs */

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
iframe {
	max-width: 100%;
}

/* change border colour to suit your needs */

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
}

/* global */
h1 {
	font-size: 3rem;
}

h2 {
	font-size: 2.5rem;
}

h3 {
	font-size: 2.2rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.7rem;
}

h6 {
	font-size: 1.5rem;
}

ul,
ol {
	margin-left: 20px;
}

li {
	font-size: 1.5rem;
}

p {
	font-size: 1.5rem;
}

#wrapper {
	position: relative;
	z-index: 5;
}

/* general */
.inner {
	max-width: 1530px;
	padding: 0 3rem;
	margin: 0 auto;
}

#header {
	position: relative;
	padding: 0;
	z-index: 15;
}

#header .inner {
	position: relative;
	padding-top: 20px;
	min-height: 90px;
	padding-bottom: 20px;
}

.contact-phone {
	position: absolute;
	left: 3rem;
	top: 100%;
	margin-top: 1rem;
	-webkit-transform: translate(-8rem, 0);
	transform: translate(-8rem, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.sign-title {
	font-size: 13px;
	font-weight: 800;
	color: #00aeff;
	margin-bottom: 1.2rem;
}

.contact-phone-number {
	color: #fff;
	font-size: 2.5rem;
}

.working-day {
	position: absolute;
	right: 3rem;
	top: 100%;
	margin-top: 1rem;
	text-align: right;
	-webkit-transform: translate(8rem, 0);
	transform: translate(8rem, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.working-day p {
	color: #fff;
	font-size: 13px;
	line-height: 1.4;

}

.working-day p strong {
	font-weight: 700;
}

#nav {
	margin: 0 280px;
	text-align: center;
	padding-top: 16px;
}

#nav ul {
	list-style-type: none;
	margin-left: 0;
}

#nav li {
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	-webkit-transform: translate(0, 3rem);
	transform: translate(0, 3rem);
	-webkit-transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;

}

#nav li a {
	display: block;
	position: relative;
	line-height: 1;
	padding: 1.5rem 1.2rem;
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 13px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

#nav li a:hover,
#nav li.current a {
	color: rgba(255, 255, 255, 1);
}

#nav li a:hover .nav-top,
#nav li a:hover .nav-bottom,
#nav li.current a .nav-top,
#nav li.current a .nav-bottom {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

#nav li a .nav-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transform: translate(0, 1.2rem);
	transform: translate(0, 1.2rem);
	-webkit-transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}

#nav li a .nav-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transform: translate(0, -1.2rem);
	transform: translate(0, -1.2rem);
	-webkit-transition: opacity 0.5s, transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
}

#nav li a .nav-top em,
#nav li a .nav-bottom em {
	position: absolute;
	top: 0;
	left: 9px;
	right: 9px;
	height: 1px;
	background: rgba(217, 219, 221, 0.3);

}

#nav li a .nav-top em:after,
#nav li a .nav-bottom em:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -1.5px;
	height: 3px;
	width: 3.8rem;
	background: #fff;
	margin-left: -1.9rem;
	content: "";

}

#nav li a .nav-bottom em {
	bottom: 0;
	top: auto;
}

#nav li a .nav-top:before,
#nav li a .nav-bottom:before {
	position: absolute;
	top: 0;
	left: 0;
	border-top: 1px solid rgba(217, 219, 221, 0.3);
	border-left: 1px solid rgba(217, 219, 221, 0.3);
	content: "";
	width: 9px;
	height: 10px;
	box-sizing: border-box;
	border-radius: 10px 0 0;
}

#nav li a .nav-bottom:before {
	border-bottom: 1px solid rgba(217, 219, 221, 0.3);
	border-top: none;
	border-radius: 0 10px 0;
	top: auto;
	bottom: 0;
}

#nav li a .nav-top:after,
#nav li a .nav-bottom:after {
	position: absolute;
	top: 0;
	right: 0;
	border-top: 1px solid rgba(217, 219, 221, 0.3);
	border-right: 1px solid rgba(217, 219, 221, 0.3);
	content: "";
	width: 9px;
	height: 10px;
	box-sizing: border-box;
	border-radius: 0 10px 0;
}

#nav li a .nav-bottom:after {
	border-bottom: 1px solid rgba(217, 219, 221, 0.3);
	border-top: none;
	border-radius: 0 0 10px;
	top: auto;
	bottom: 0;
}

.client {
	width: 278px;
	height: 75px;
	line-height: 75px;
	float: left;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	-webkit-transform: translate(-8rem, 0);
	transform: translate(-8rem, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;

}

.client:before,
.client:after,
.tech:before,
.tech:after {
	background: url(/img/plexus/sprite.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	content: "";
}

.client:after {
	background-position: 0 -81px;
	opacity: 0;
}

.tech:before {
	background-position: 0 -162px;
}

.tech:after {
	background-position: 0 -248px;
	opacity: 0;
}

.client span,
.tech span {
	padding-left: 107px;
	position: relative;
	z-index: 10;
	display: block;
}

.tech span {
	padding-left: 37px;
}

.client span:before,
.tech span:before {
	position: absolute;
	left: 20px;
	top: 8px;
	content: "";
	width: 57px;
	height: 57px;
	background: url(/img/plexus/sprite.png) no-repeat -291px 0;
	-webkit-animation: circle 5s linear 0s infinite;
	animation: circle 5s linear 0s infinite;
}

.tech span:before {
	right: 20px;
	left: auto;
}

.client:hover:after,
.tech:hover:after,
.client.current:after,
.tech.current:after {
	opacity: 1;
}

.client:hover:before,
.tech:hover:before,
.client.current:before,
.tech.current:before {
	opacity: 0;
}

.tech {
	width: 278px;
	height: 75px;
	line-height: 75px;
	float: right;
	color: #fff;
	font-weight: 800;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	-webkit-transform: translate(8rem, 0);
	transform: translate(8rem, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

/* home */
.home #nav {
	display: none;
}
.center-of-nav {
	width: 200px;
	height: 200px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: fixed;

}

.nav-line {
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}

.nav-item-1 .nav-line,
.nav-item-5 .nav-line {
	position: absolute;
	width: 1px;
	height: 125px;
	top: 100%;
	left: 50%;
	background: rgba(217, 219, 221, 0.3);
	margin-top: 10px;
}

.nav-item-5 .nav-line {
	top: auto;
	bottom: 100%;
	margin-top: 0;
	margin-bottom: 10px;
}

.nav-item-1 .nav-line:after,
.nav-item-5 .nav-line:after,
.nav-item-2 .nav-line:after,
.nav-item-3 .nav-line:after,
.nav-item-4 .nav-line:after,
.nav-item-6 .nav-line:after {
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background: #00aeff;
	position: absolute;
	bottom: -6.5px;
	left: -6.5px;
	content: "";
}

.nav-item-5 .nav-line:after,
.nav-item-4 .nav-line:after,
.nav-item-6 .nav-line:after {
	top: -6.5px;
	bottom: auto;
}

.nav-item-1 .nav-line:before,
.nav-item-5 .nav-line:before,
.nav-item-2 .nav-line:before,
.nav-item-3 .nav-line:before,
.nav-item-4 .nav-line:before,
.nav-item-6 .nav-line:before {
	width: 7px;
	height: 7px;
	border-radius: 100%;
	background: #fff;
	position: absolute;
	top: -3.5px;
	left: -3.5px;
	content: "";
}

.nav-item-5 .nav-line:before,
.nav-item-4 .nav-line:before,
.nav-item-6 .nav-line:before {
	top: auto;
	bottom: -3.5px;
}

.nav-item-2 .nav-line,
.nav-item-4 .nav-line {
	position: absolute;
	width: 1px;
	height: 292px;
	top: 100%;
	right: -7px;
	background: rgba(217, 219, 221, 0.3);
	margin-top: 5px;
	margin-left: 10px;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	-webkit-transform-origin: left 0;
	transform-origin: left 0;
}

.nav-item-4 .nav-line {
	top: auto;
	bottom: 100%;
	margin-bottom: 5px;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

.nav-item-3 .nav-line,
.nav-item-6 .nav-line {
	position: absolute;
	width: 1px;
	height: 292px;
	top: 100%;
	left: -7px;
	background: rgba(217, 219, 221, 0.3);
	margin-top: 5px;
	margin-right: 10px;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
	-webkit-transform-origin: right 0;
	transform-origin: right 0;
}

.nav-item-6 .nav-line {
	top: auto;
	bottom: 100%;
	margin-top: 5px;
	-webkit-transform: rotate(-60deg);
	transform: rotate(-60deg);
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
}

.nav-item {
	width: 160px;
	height: 105px;
	position: absolute;
	display: block;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.nav-item:hover .nav-item-inner {
	background: #0387c4;
}

.nav-item:hover .nav-item-icon i {
	opacity: 1;
}

.loaded .nav-item .left-border span em,
.loaded .nav-item .right-border span em,
.loaded .client span:before,
.loaded .tech span:before {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.loaded .nav-item:hover .left-border span em,
.loaded .nav-item:hover .right-border span em,
.loaded .client:hover span:before,
.loaded .tech:hover span:before {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.nav-item .left-border span em {
	-webkit-animation: shatun 1s linear 0s infinite;
	animation: shatun 1s linear 0s infinite;
}

.nav-item .right-border span em {
	-webkit-animation: shatun 1s linear 0.33s infinite;
	animation: shatun 1s linear 0.33s infinite;
}

.nav-item:hover .nav-line {
	background: #00aeff;
}

.nav-item-1 {
	bottom: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0) scale(0);
	transform: translate(-50%, 0) scale(0);
	margin-bottom: 154px;
}

.nav-item-2 {
	bottom: 100%;
	right: 100%;
	margin-bottom: 95px;
	margin-right: 230px;
}

.nav-item-3 {
	bottom: 100%;
	left: 100%;
	margin-bottom: 95px;
	margin-left: 230px;
}

.nav-item-4 {
	top: 100%;
	right: 100%;
	margin-top: 95px;
	margin-right: 230px;
}

.nav-item-5 {
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0) scale(0);
	transform: translate(-50%, 0) scale(0);
	margin-top: 154px;
}

.nav-item-6 {
	top: 100%;
	left: 100%;
	margin-top: 95px;
	margin-left: 230px;
}

.nav-item-inner {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
	padding: 10px;
}

.nav-item-icon {
	padding-top: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 1.4rem;
	text-transform: uppercase;
}

.nav-item-icon i {
	width: 37px;
	height: 37px;
	background: url(/img/plexus/sprite.png) no-repeat 0 -331px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -18.5px;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.nav-item-2 .nav-item-icon i {
	background-position: -42px -331px;
}

.nav-item-3 .nav-item-icon i {
	background-position: -84px -331px;
}

.nav-item-4 .nav-item-icon i {
	background-position: -126px -331px;
}

.nav-item-5 .nav-item-icon i {
	background-position: -168px -331px;
}

.nav-item-6 .nav-item-icon i {
	background-position: -210px -331px;
}

.left-border,
.right-border {
	position: absolute;
	top: -10px;
	bottom: -10px;
}

.left-border {
	left: -10px;
}

.right-border {
	right: -10px;
}

.left-border span,
.right-border span {
	left: 0;
	position: absolute;
	top: 17px;
	bottom: 17px;
	width: 2px;
	background: rgba(217, 219, 221, 0.3);
}

.left-border span em,
.right-border span em {
	width: 6px;
	height: 38px;
	position: absolute;
	top: 50%;
	margin-top: -19px;
	left: -2px;
	background: #fff;
}

.right-border span {
	left: auto;
	right: 0;
}

.left-border:before,
.right-border:before {
	position: absolute;
	top: 0;
	left: 0;
	border-top: 2px solid rgba(217, 219, 221, 0.3);
	border-left: 2px solid rgba(217, 219, 221, 0.3);
	content: "";
	width: 20px;
	height: 17px;
	box-sizing: border-box;
	border-radius: 15px 0 0;
}

.left-border:after,
.right-border:after {
	position: absolute;
	bottom: 0;
	left: 0;
	border-bottom: 2px solid rgba(217, 219, 221, 0.3);
	border-left: 2px solid rgba(217, 219, 221, 0.3);
	content: "";
	width: 20px;
	height: 17px;
	box-sizing: border-box;
	border-radius: 0 15px 0;
}

.right-border:before,
.right-border:after {
	border-left: none;
	border-right: 2px solid rgba(217, 219, 221, 0.3);
	left: auto;
	right: 0;

}

.right-border:before {
	border-radius: 0 15px 0;
}

.right-border:after {
	border-radius: 0 0 15px;
}
.default-image {
	width: 200px;
	height: 200px;
	overflow: hidden;
	background-image: url(/img/plexus/LineClub-logo-white-frames-compressed.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	
}
.circle-first {
	width: 280px;
	height: 280px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) scale(0.9);
	transform: translate(-50%, -50%) scale(0.9);
	border-radius: 100%;
	border: 1px solid rgba(0, 174, 255, 0.75);
	-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
	transition: opacity 0.8s, transform 0.8s;
	opacity: 0;
}

.circle-second {
	/*	-webkit-transform: translate(-50%, -50%);
			transform: translate(-50%, -50%);*/
	border-radius: 100%;
	border: 1px solid rgba(0, 174, 255, 0.5);
	top: -19px;
	left: -19px;
	right: -19px;
	bottom: -19px;
	position: absolute;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
	transition: opacity 0.8s, transform 0.8s;
	opacity: 0;
}

.center-of-nav-inner {
	position: relative;
	height: 100%;
	width: 100%;
}

.circle-second:before,
.circle-second:after {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	display: block;
	content: '';
	border: 1px solid rgba(0, 174, 255, 0.5);
	border-radius: 50%;
	background: transparent !important;
	-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
	transform: translate3d(-50%, -50%, 0) scale(1);
}

.circle-second:before {
	-webkit-animation: pulse-1 3s cubic-bezier(0.7, 0.9, 0.2, 1) 0.2s infinite;
	animation: pulse-1 3s cubic-bezier(0.7, 0.9, 0.2, 1) 0.2s infinite;
}

.circle-second:after {
	-webkit-animation: pulse-1 3s cubic-bezier(0.4, 0.9, 0.2, 1) 0s infinite;
	animation: pulse-1 3s cubic-bezier(0.4, 0.9, 0.2, 1) 0s infinite;
}

.social li a:hover:before {
	-webkit-animation: pulse-2 3s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
	animation: pulse-2 3s cubic-bezier(0.25, 0.9, 0.2, 1) 0.4s infinite;
}

.social li a:hover:after {
	-webkit-animation: pulse-2 3s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
	animation: pulse-2 3s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
}

.list-nav-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.list-nav-img:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	right: 0;
	bottom: 0;
	background: url(/img/plexus/frame-logo.png) no-repeat 0 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.list-nav-img-inner {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
	overflow: hidden;
	border-radius: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

.nav-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.nav-image img {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	height: auto;
	width: auto;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	opacity: 0;
	-webkit-transition: opacity 1.5s;
	transition: opacity 1.5s;
}

.bg.active,
.nav-image.active {
	opacity: 1;
}

.bg:nth-child(1) {
	background: url(/img/plexus/bg-1.jpg) no-repeat 0 0 / cover;
}

.bg:nth-child(2) {
	background: url(/img/plexus/bg-2.jpg) no-repeat 0 0 / cover;
}

.bg:nth-child(3) {
	background: url(/img/plexus/bg-3.jpg) no-repeat 0 0 / cover;
}

.bg:nth-child(4) {
	background: url(/img/plexus/bg-4.jpg) no-repeat 0 0 / cover;
}

@-webkit-keyframes pulse-1 {

	0% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1.3);
		opacity: 0;
	}
}

@keyframes pulse-1 {

	0% {
		transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translate3d(-50%, -50%, 0) scale(1.3);
		opacity: 0;
	}
}

@-webkit-keyframes pulse-2 {

	0% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1.7);
		opacity: 0;
	}
}

@keyframes pulse-2 {

	0% {
		transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translate3d(-50%, -50%, 0) scale(1.7);
		opacity: 0;
	}
}

@-webkit-keyframes pulse-3 {

	0% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}

	100% {
		-webkit-transform: translate3d(-50%, -50%, 0) scale(2);
		opacity: 0.1;
	}
}

@keyframes pulse-3 {

	0% {
		transform: translate3d(-50%, -50%, 0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translate3d(-50%, -50%, 0) scale(2);
		opacity: 0.1;
	}
}

@-webkit-keyframes shatun {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
	}
	33.3% {
		-webkit-transform: translate3d(0, -80%, 0);
	}
	66.6% {
		-webkit-transform: translate3d(0, 80%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
	}

}

@keyframes shatun {
	0% {
		transform: translate3d(0, 0, 0);
	}
	33.3% {
		transform: translate3d(0, -80%, 0);
	}
	66.6% {
		transform: translate3d(0, 80%, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}

}

@-webkit-keyframes circle {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes circle {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

@keyframes fly {

	0% {
		transform: translate3d(0, 0, 0) scale(1);
		opacity: 1;
	}

	10% {
		transform: translate3d(-30%, -15%, 0) scale(0.7);
	
	}
	20% {
		transform: translate3d(0, -30%, 0) scale(0.7);
		
	}
	30% {
		transform: translate3d(15%, 0%, 0) scale(1.1);
	
	}
	40% {
		transform: translate3d(30%, 15%, 0) scale(0.7);
	 
	}
	50% {
		transform: translate3d(15%, 30%, 0) scale(1.1);
		
	}
	60% {
		transform: translate3d(0%, 15%, 0) scale(0.7);
	
	}
	70% {
		transform: translate3d(-15%, 0%, 0) scale(1.1);
	 
	}
	80% {
		transform: translate3d(-30%, -15%, 0) scale(0.7);
		
	}
	90% {
		transform: translate3d(-15%, -30%, 0) scale(1.1);
		opacity: 0;
	}
	100% {
		transform: translate3d(0, 0, 0) scale(1);
			
	}
}

.inner-relative {
	position: relative;
	min-height: 85vh;
}

.login-form {
	background: url(/img/plexus/border-login.png) no-repeat 0 0;
	width: 496px;
	height: 302px;
	position: absolute;
	top: 50%;
	right: 3rem;
	margin-top: -151px;
	opacity: 0;

	-webkit-transition: transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.login-form-inner {
	max-width: 325px;
	margin: 0 auto;
	position: relative;
	top: 35px;
}

.login-form input {
	width: 100%;
	box-sizing: border-box;
	border: none;
	border-bottom: 1px solid #06689a;
	padding: 0 15px 0 35px;
	height: 45px;
	background: none;
	color: #fff;
	text-align: center;

}

.repeat {
	padding-top: 1rem;
}

.login-form .sms-input {
	font-size: 0;
}

.login-form .sms-input input {
	width: 16%;
	margin-right: 0.6%;
	display: inline-block;
	vertical-align: top;
	padding: 0 5px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 5px;
}	

.login-form fieldset {
	position: relative;
	display: block;
	margin-bottom: 17px;
}

.email-input label {
	position: absolute;
	top: 50%;
	left: 0;
	width: 24px;
	height: 16px;
	margin-top: -8px;
	background: url(/img/plexus/sprite.png) no-repeat -139px -659px;
}

.password-input label {
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 24px;
	margin-top: -8px;
	background: url(/img/plexus/sprite.png) no-repeat -140px -679px;
}

.login-form button,
.login-form .button,
.btn-big {
	width: 322px;
	height: 57px;
	position: relative;
	background: none;
	border: none;
	font-weight: 800;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px
}

.login-form button:before,
.login-form .button:before,
.login-form button:after,
.login-form .button:after,
.btn-big:before,
.btn-big:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/img/plexus/sprite.png) no-repeat -177px -667px;
	content: "";
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.login-form button:after,
.login-form .button:after,
.btn-big:after {
	opacity: 0;
	background-position: -177px -742px;
}

.login-form button span,
.login-form .button span,
.btn-big span {
	position: relative;
	z-index: 10;
}

.login-form_sms .btn_repeat:hover {
    color: #fff;
}
.login-form button:hover:before,
.login-form .button:hover:before,
.btn-big:hover:before {
	opacity: 0;
}

.login-form button:hover:after,
.login-form .button:hover:after,
.btn-big:hover:after {
	opacity: 1;
}

.home-logo {
	position: absolute;
	left: 3rem;
	top: 50%;
	-webkit-transform: translate(8rem, -50%);
	transform: translate(8rem, -50%);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.about {
	max-width: 985px;
	margin: 0 auto;
}

.page-title {
	padding-top: 4rem;
	margin-bottom: 2.5rem;
	color: #00aeff;
	text-transform: uppercase;
	font-size: 2.1rem;
	font-weight: 400;
	text-align: center;
	-webkit-transform: translate(0, 7rem);
	transform: translate(0, 7rem);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.sub-title {
    margin-top: 2.5rem;
	margin-bottom: 2rem;
	color: #fff;
    font-size: 1.8rem;
	text-align: center;
	font-weight: 800;
	-webkit-transform: translate(0, 7rem);
	transform: translate(0, 7rem);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.description {
	margin-bottom: 3rem;
	text-align: center;
	-webkit-transform: translate(0, 7rem);
	transform: translate(0, 7rem);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.description p,
.try-again {
	color: #d9dbdd;
	font-size: 1.5rem;
	line-height: 1.3;
	margin-bottom: 1rem;

}

.try-again {
	font-size: 14px;
}
.about-content.techno-frame {
	max-width: 983px;
	position: relative;
	text-align: center;
	-webkit-transform: translate(0, 7rem);
	transform: translate(0, 7rem);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}


.about-content-inner {
	position: absolute;
	top: 16px;
	right: 12px;
	bottom: 17px;
	left: 21px;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding: 3.5rem 5.5rem;
}

.content-entry p {
    color: #d9dbdd;
    font-size: 1.5rem;
    line-height: 1.3;
    margin-bottom: 3rem;
}

.content-entry ul {
    color: #d9dbdd;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 3rem 0 3rem 0;
}

.content-entry li {
    color: #d9dbdd;
    padding: 10px 20px;
    cursor: pointer;
    white-space: nowrap;
    list-style: circle;

    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}

.about-content-scroll {
	height: 550px;
}

/* techno */
.techno-list {
	list-style-type: none;
	margin-left: 0;
}

.techno-list > li {
	position: relative;
	width: 746px;
	overflow: hidden;
	padding: 145px 0 18px;
	margin-bottom: 3rem;
	-webkit-transform: translate(-8rem, 0);
	transform: translate(-8rem, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.techno-right .techno-list > li {
	-webkit-transform: translate(8rem, 0);
	transform: translate(8rem, 0);
}

.techno-list > li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 145px;
	content: "";
	background: url(/img/plexus/top.png) no-repeat 0 0;
}

.techno-right .techno-list > li:before {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.techno-list > li:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 18px;
	content: "";
	background: url(/img/plexus/bottom.png) no-repeat 0 0;
}

.techno-right .techno-list > li:after {
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}

.techno-item {
	padding: 0 160px 0 70px;
	float: left;
	background: url(/img/plexus/center.png) repeat-y 0 0;
}

.techno-right .techno-item {
	padding: 0 70px 0 130px;
}

.techno-item h3 {
	font-weight: 800;
	font-size: 2.5rem;
	color: #00aeff;
	margin-bottom: 1.2rem;
	text-transform: uppercase;
}

.techno-item h4 {
	font-size: 1.7rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.7rem;
}

.techno-item p {
	font-size: 1.5rem;
	line-height: 1.3;
	color: #d9dbdd;
}

.techno-item-inner {
	margin-top: -96px;
	position: relative;
	z-index: 5;
}

.techno-icon-item {
	position: absolute;
	top: 47px;
	right: 12px;
	width: 75px;
	height: 75px;
}

.techno-right .techno-icon-item {
	right: auto;
	left: 12px;
}

.techno-rotator {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: url(/img/plexus/sprite.png) no-repeat -93px -712px;
	-webkit-animation: circle 5s linear 0s infinite;
	animation: circle 5s linear 0s infinite;
}

.point {
	width: 10px;
	height: 10px;
	background: #00aeff;
	border-radius: 100%;
	position: absolute;
	top: 82px;
	left: 36px;
}

.techno-right .point {
	left: auto;
	right: 36px;
}

.point:after {
	-webkit-animation: pulse-3 3s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
	animation: pulse-3 3s cubic-bezier(0.25, 0.9, 0.2, 1) 0s infinite;
	border-radius: 100%;
	border: 1px solid #00aeff;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

.rdp {
	background: url(/img/plexus/sprite.png) 0 -737px;
	width: 35px;
	height: 33px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.sett-ico {
	background: url(/img/plexus/sprite.png) -154px -374px;
	width: 33px;
	height: 34px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}

.web {
	background: url(/img/plexus/sprite.png) -43px -737px;
	width: 38px;
	height: 25px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.techno-icon-item i {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.dm {
	background: url(/img/plexus/sprite.png) -45px -765px;
	width: 39px;
	height: 35px;
}
.safety-ico {
	background: url(/img/plexus/sprite.png) -683px -440px;
	width: 30px;
	height: 36px;
}
.saving-ico {
	background: url(/img/plexus/sprite.png) -621px -568px;
	width: 38px;
	height: 31px;
}
.control-ico {
	background: url(/img/plexus/sprite.png) -627px -532px;
	width: 27px;
	height: 26px;
}
.scale-ico {
	background: url(/img/plexus/sprite.png) -683px -400px;
	width: 30px;
	height: 29px;
}
.efficiency-ico {
	background: url(/img/plexus/sprite.png) -621px -494px;
	width: 37px;
	height: 27px;
}
.thoughtfulness-ico {
	background: url(/img/plexus/sprite.png) -624px -404px;
	width: 32px;
	height: 36px;
}
.confidence-ico {
	background: url(/img/plexus/sprite.png) -624px -454px;
	width: 30px;
	height: 30px;
}
.adaptability-ico {
	background: url(/img/plexus/sprite.png) -748px -538px;
	width: 32px;
	height: 32px;
}





.techno-left {
	width: 50%;
	float: left;
}

.techno-right {
	margin-left: 50%
}

.techno-frame {
	max-width: 714px;
	min-height: 145px;
	position: relative;
	margin-bottom: 2rem;
}

.techno-frame:before {
	position: absolute;
	content: "";
	left: 105px;
	right: 11px;
	background: #fff;
	opacity: 0.3;
	height: 2px;
	top: 5px;
}

.techno-frame:after {
	position: absolute;
	content: "";
	left: 159px;
	right: 122px;
	background: #00aeff;
	opacity: 0.3;
	height: 1px;
	bottom: 7px;
}

.techno-frame-left {
	position: absolute;
	width: 1px;
	top: 0;
	left: 0;
	bottom: 0;
}

.techno-frame-left .point {
	left: -4.5px;
	top: 70px;
}

.techno-frame-left:after {
	width: 1px;
	opacity: 0.3;
	background: #fff;
	position: absolute;
	top: 40px;
	bottom: 105px;
	left: 0;
	content: "";
}

.techno-frame-left-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 98px;
	height: 40px;
	background: url(/img/plexus/left-top.png) no-repeat 0 0;
}

.techno-frame-left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 159px;
	height: 104px;
	background: url(/img/plexus/left-bottom.png) no-repeat 0 0;
}

.techno-frame-right {
	position: absolute;
	width: 1px;
	top: 0;
	right: 0;
	bottom: 0;
}

.techno-frame-right:after {
	width: 1px;
	opacity: 0.3;
	background: #fff;
	position: absolute;
	top: 40px;
	bottom: 104px;
	right: 0;
	content: "";
}

.techno-frame-right-top {
	position: absolute;
	top: 5px;
	right: 0;
	width: 11px;
	height: 34px;
	background: url(/img/plexus/right-top.png) no-repeat 0 0;
}

.techno-frame-right-bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 122px;
	height: 103px;
	background: url(/img/plexus/right-bottom.png) no-repeat 0 0;
}

.techno-frame-inner {
	padding: 17px 11px;
}

.techno-frame-item-inner {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	padding: 3rem 3rem 1rem 3rem;
	color: #fff;
}

/*new equip*/
.equipment-col-text-inner {
	height: 240px;
	overflow-y: auto;
	margin-bottom: 2rem;
}

.equipment-side {
    overflow: hidden;
}

.equipment-side-left {
	float: left;
	width: 61%;
}

.equipment-side-right {
	margin-left: 65%
}

.equipment-table {
	color: #d9dbdd;
	width: 100%;
	font-size: 13px;
}

.equipment-table td {
	padding-top: 3px;
	padding-bottom: 3px;
}

.equipment-table td:first-child {
	padding-right: 10px;
}

.equipment-table strong,
.equipment-table span {
	color: #fefefe;
	font-weight: 700;
}

.equipment-table strong {
	font-size: 21px;
}

.order-now {
	width: 161px;
	height: 57px;
	position: relative;
	background: none;
	border: none;
	font-weight: 800;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.order-now span {
	position: relative;
	z-index: 5;
}

.order-now:before,
.order-now:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/img/plexus/sprite.png) no-repeat -557px -263px;
	content: "";
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.order-now:after {
	opacity: 0;
	background-position: -557px -331px;
}

.order-now:hover:before {
	opacity: 0;
}

.order-now:hover:after {
	opacity: 1;
}
.content-techno h3,
.equipment-col h3 {
	font-weight: 800;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 2.5rem;
	margin-bottom: 2.2rem;
}

.content-techno h3 span {
	color: #00aeff;
}

.content-techno p {
	color: #d9dbdd;
	margin-bottom: 2rem;
	line-height: 1.3;
}

/* footer */
#footer {
	position: fixed;
    z-index: 5;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	opacity: 0;
	padding-bottom: 20px;
}

.copyright {
	color: rgba(255, 254, 254, 0.6);
	font-size: 12px;
	padding-top: 2rem;
	position: relative;
	text-align: left;
}
.app-links {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
}
.app-links a {
	padding-left: 48px;
	position: relative;
	font-size: 12px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}
.app-links a.app-play {
	margin-left: 25px;
}
.app-links a:before {
	position: absolute;
	top: 0;
	left: 5px;
	content: "";
	background-image: url(/img/plexus/sprite.png);
	background-repeat: no-repeat;
}
.app-links a.app-apple:before {
	background-position: -516px -336px;
	width: 28px;
	height: 33px;
}
.app-links a.app-play:before {
	background-position: -478px -334px;
	width: 31px;
	height: 36px;
}
.app-links a span {
	display: block;
	font-size: 13px;
	font-weight: 800;
	padding-top: 5px;
	text-transform: uppercase;
}
.footer-nav {
	width: 470px;
	position: absolute;
	left: 50%;
	bottom: 12px;
	margin-left: -232.5px;
}

.left-item,
.right-item {
	width: 200px;
	height: 52px;
	line-height: 52px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.05rem;
	text-transform: uppercase;
	text-decoration: none;

}

.left-item:before,
.left-item:after,
.right-item:before,
.right-item:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: url(/img/plexus/sprite.png) no-repeat 0 -415px;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.left-item:after {
	opacity: 0;
	background-position: 0 -476px;
}

.right-item:before {
	background-position: 0 -538px;
}

.right-item:after {
	opacity: 0;
	background-position: 0 -598px;
}

.left-item:hover:before,
.right-item:hover:before,
.left-item.current:before,
.right-item.current:before {
	opacity: 0;
}

.left-item:hover:after,
.right-item:hover:after,
.left-item.current:after,
.right-item.current:after {
	opacity: 1;
}

.left-item span,
.right-item span {
	position: relative;
	display: block;
	padding-left: 34px;
	z-index: 10;
}

.right-item span {
	padding-left: 48px;
}

.center-separate {
	width: 52px;
	height: 52px;
	margin: 0 3px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.center-separate:before {
	width: 45px;
	height: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "";
	background: url(/img/plexus/sprite.png) no-repeat -85px -660px;
}

.center-separate:after {
	width: 71px;
	height: 71px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35.5px 0 0 -35.5px;
	content: "";
	background: url(/img/plexus/sprite.png) no-repeat 0 -660px;
	-webkit-animation: circle 5s linear 0s infinite;
	animation: circle 5s linear 0s infinite;
}

.loaded .center-separate:after {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.loaded .center-separate.active:after {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.social {
	list-style-type: none;
	float: right;
	position: relative;
	z-index: 2;
}

.social li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0.8rem;
}

.social li a {
	width: 32px;
	height: 32px;
	display: block;
	background: url(/img/plexus/sprite.png) no-repeat -1px -373px;
	opacity: 0.3;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	position: relative;
}

.social li a:before,
.social li a:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	border: 1px solid #00aeff;
	border-radius: 100%;
	opacity: 0;
}

.social li.twitter a {
	background-position: -40px -373px;
}

.social li.plex a {
	background: url(/img/plexus/icon-polygonal-on.png) no-repeat 0 0;
	opacity: 1;
}
.social li.plex {
	position: relative;
}
.social li a:hover {
	opacity: 1;
}
.social li.plex a:hover,
.social li.plex a.off {
	opacity: 0.3;
}
.tooltip {
	position: absolute;
	border-radius: 5px;
	background: rgba(0,0,0, 0.7);
	width: 150px;
	height: auto;
	padding: 2rem;
	right: 0;
	bottom: 100%;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	transition: opacity 0.3s, visibility 0.5s;
}
.tooltip:after {
	content: "";
	position: absolute;
	top: 100%;
	right: 10px;
	border: 5px solid transparent;
	border-top: 5px solid rgba(0,0,0,0.7);
}	
.music:hover .tooltip,
.social li.plex:hover .tooltip {
	opacity: 1;
	visibility: visible; 
}

/*safety page*/

.safety-content-inner {
	width: 1176px;

	height: 554px;
	position: relative;
	margin: 11rem auto 0;

}

.safety-schema-img {
	width: 0;
	z-index: 5;
	height: 554px;
	position: absolute;
	background: url(/img/plexus/schema.png) no-repeat 0 0;
	-webkit-transition: width 1.5s;
	transition: width 1.5s;
}

.safety-item {
	position: absolute;
	opacity: 0;
	z-index: 6;
	-webkit-transform: translate(-3rem, 0);
	transform: translate(-3rem, 0);
	-webkit-transition: transform 0.8s, opacity 0.8s;
	transition: -webkit-transform 0.8s, opacity 0.8s;
}

.safety-item h3 {
	color: #00aeff;
	font-size: 20px;
	font-weight: 800;
}

.safety-item p {
	color: #fff;
	font-size: 17px;
	line-height: 25px;
}

.safety-item-1 {
	bottom: 100%;
	width: 240px;
	left: -60px;
	margin-bottom: 25px;
	text-align: right;
}

.safety-item-2 {
	bottom: 100%;
	left: 495px;
	margin-bottom: 25px;
	width: 290px;
}

.safety-item-3 {
	top: 60px;
	left: 1000px;
	width: 290px;
}

.safety-item-4 {
	top: 408px;
	left: -190px;
	width: 360px;
	text-align: right;
}

.safety-item-5 {
	top: 485px;
	left: 735px;
	width: 420px;
}

.dot {
	position: absolute;
	width: 11px;
	height: 11px;
	border-radius: 11px;
	background: transparent;
	-webkit-transition: background 0.8s;
	transition: background 0.8s;
}

.dot:before {
	content: "";
	position: absolute;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	-webkit-transition: height 0.8s;
	transition: height 0.8s;
	top: 100%;
	left: 50%;
	width: 1px;
	background: #fff;
	opacity: 0.3;
}

.dot-1:before {
	height: 0;
}

.dot-2:before {
	height: 0;
}

.dot-3:before {
	height: 0;
}

.dot-1 {
	bottom: 100%;
	margin-bottom: 53px;
	left: 195px;
}

.dot-2 {
	left: 465px;
	bottom: 100%;
	margin-bottom: 54px;
}

.dot-3 {
	top: 65px;
	left: 967px;
}

.dot-4 {
	top: 411px;
	left: 198px;
}

.dot-5 {
	top: 485px;
	left: 704px;
}

.radial {
	width: 234px;
	height: 234px;
	border-radius: 100%;
	position: absolute;
	z-index: 6;
	opacity: 0;
	cursor: pointer;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	background: url(/img/plexus/radial.png) no-repeat 0 0;
	-webkit-animation: circle 5s linear 0s infinite;
	animation: circle 5s linear 0s infinite;
}

.loaded .radial {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.loaded .radial:hover {
	-webkit-animation-play-state: running;
	animation-play-state: running;
}

.radial-1 {
	top: 68px;
	left: 86px;
}

.radial-2 {
	top: 3px;
	left: 354px;
}

.radial-3 {
	top: 156px;
	left: 579px;
}

.radial-4 {
	top: 202px;
	left: 856px;
}

.radial-5 {
	top: 318px;
	left: 260px;
}

.lig {
	width: 22px;
	height: 82px;
	z-index: 6;
	position: absolute;
	top: 360px;
	left: 681px;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

.lig:before {
	width: 100%;
	height: 100%;
	background: url(/img/plexus/liq.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	z-index: 2;
}

.lig:after {
	position: absolute;
	content: "";
	width: 9px;
	left: 7px;
	bottom: 10px;
	background: #fff;
	opacity: 0.2;
	height: 50px;
	z-index: 1;
	-webkit-animation: lig 3s linear 0s infinite;
	animation: lig 3s linear 0s infinite;

}

/*
.loaded .lig:after {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.loaded .lig:hover:after {
-webkit-animation-play-state: running;
animation-play-state: running;
}*/

@-webkit-keyframes lig {
	0% {
		height: 0;
	}
	50% {
		height: 67px;
	}
	100% {
		height: 0;
	}
}

@keyframes lig {
	0% {
		height: 0;
	}
	50% {
		height: 67px;
	}
	100% {
		height: 0;
	}
}

.dig {
	width: 33px;
	height: 19px;
	position: absolute;
	background: url(/img/plexus/sprite.png) no-repeat -517px 0;
	-webkit-animation: dig 2s steps(17) infinite;
	animation: dig 2s steps(17) infinite;
	z-index: 6;
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

/*
.loaded .dig {
-webkit-animation-play-state: paused;
animation-play-state: paused;
}
.loaded .dig:hover {
-webkit-animation-play-state: running;
animation-play-state: running;
}*/

@-webkit-keyframes dig {
	from {
		background-position: -517px 0;
	}

	to {
		background-position: -517px -323px;
	}
}

@keyframes dig {
	from {
		background-position: -517px 0;
	}

	to {
		background-position: -517px -323px;
	}
}

.dig-1 {
	top: 182px;
	left: 0;
}

.dig-2 {
	top: 317px;
	right: 0;
}

/* algoritm */
.about-c .algoritm-list{
	float: right;
}
.about-c .algoritm-right {
	margin-right: 43%;
	margin-left: 0;
}
.algoritm-list {
	width: 32%;
	float: left;
}

.algoritm-right {
	margin-left: 43%;
	-webkit-transform: translate(10rem, 0);
	transform: translate(10rem, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.algoritm-item {
	padding: 1.8rem 0 0 135px;
	min-height: 85px;
	position: relative;
	margin-bottom: 2.5rem;
	-webkit-transform: translate(10rem, 0);
	transform: translate(10rem, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.algoritm-counter {
	background: url(/img/plexus/sprite.png) no-repeat -391px -230px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	color: #fff;
	font-size: 3.5rem;
	font-weight: 300;
}

.algoritm-item h3 {
	font-weight: 900;
	font-size: 2rem;
	color: #00aeff;
    margin-bottom: 0.5rem;
}

.algoritm-item p {
	color: #d9dbdd;
    font-size: 1.7rem;
	line-height: 1.3;
}

.algoritm-right .techno-frame {
	max-width: 100%;
}

.algoritm-right .techno-frame-item-inner {
	padding: 3rem 5rem;
}

.about-c p {
    color: #d9dbdd;
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
}

.video img {
	width: 100%;
}
.video {
	position: relative;
	z-index: 5;
}
.algoritm-right-content h4 {
	font-size: 1.7rem;
	margin-bottom: 3.5rem;
	line-height: 1.3;
	text-align: center;
}

/* form */
.form-page {
	width: 790px;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: scale(0) translate(-50%, -50%);
	transform: scale(0) translate(-50%, -50%);
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.frame-form {
	padding: 3.5rem 5.2rem 5.2rem;
	position: relative;
	margin-bottom: 1.5rem;
	border-left: 2px solid rgba(255, 255, 255, 0.6);
	border-bottom: 2px solid rgba(255, 255, 255, 0.6);
}

.field-row input {
	width: 100%;
	max-width: 325px;
	height: 4rem;
	color: #fff;
	font-size: 1.4rem;
	padding: 0 .2rem;
	text-align: center;
	background: none;
	border: none;
	margin: 0 auto 2rem;
	display: block;
	border-bottom: 1px solid #005e8c;
}

.top-right-line {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/img/plexus/corner.png) no-repeat right 0;

}

.top-right-line:before {
	position: absolute;
	top: 0;
	right: 60px;
	left: 0;
	border-top: 2px solid rgba(255, 255, 255, 0.6);
	content: "";
}

.top-right-line:after {
	position: absolute;
	top: 64px;
	right: 0;
	bottom: 0;
	border-right: 2px solid rgba(255, 255, 255, 0.6);
	content: "";
}

.frame-form-inner {
	position: relative;
	z-index: 9;

}

.field-row-button {
	padding-top: 3rem;
}

.reset,
.submit {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 325px;
	height: 60px;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
	color: #fff;
	font-size: 1.6rem;
	line-height: 60px;
}

.submit {
	margin-left: 3rem;
}

.reset:before,
.submit:before,
.reset:after,
.submit:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	background: url(/img/plexus/sprite.png) no-repeat -220px -375px;
}

.submit:before {
	background-position: -220px -440px;
}

.reset:after,
.submit:after {
	opacity: 0;
	background-position: -220px -505px;
}

.reset:hover:after,
.submit:hover:after {
	opacity: 1;
}

.reset:hover:before,
.submit:hover:before {
	opacity: 0;
}

.reset span,
.submit span {
	position: relative;
	z-index: 5;
}

.frame-form-top-decor {
	position: absolute;
	left: 0;
	right: 60px;
	bottom: 100%;
	margin-bottom: 1.2rem;
	background: url(/img/plexus/line.png) no-repeat 0 0;
	height: 4px;

}

.frame-form-left-decor {
	position: absolute;
	margin-right: 1.2rem;
	right: 100%;
	top: 0;
	background: url(/img/plexus/left.png) no-repeat 0 0;
	height: 157px;
	width: 39px;
}

.confirmation {
	position: relative;
	padding: 2.5rem 5.5rem;
	background: url(/img/plexus/frame-b.png) no-repeat 0 0;
}

.confirmation:after {
	position: absolute;
	bottom: 0;
	height: 2px;
	opacity: 0.5;
	background: #fff;
	left: 36px;
	right: 0;
	content: "";
}

.confirmation:before {
	position: absolute;
	top: 13px;
	height: 2px;
	opacity: 0.5;
	background: #fff;
	left: 372px;
	right: 0;
	content: "";
}

.confirmation label {
	padding-left: 24px;
	position: relative;
	color: #fff;
	font-size: 1.6rem;

}

.confirmation input {
	display: none;
}

.confirmation input + label:before {
	position: absolute;
	top: 5px;
	left: 0;
	content: "";
	width: 14px;
	height: 14px;
	background: url(/img/plexus/sprite.png) no-repeat -363px 0;
}

.confirmation input:checked + label:before {
	background-position: -363px -16px;
}

.confirmation-left-border {
	position: absolute;
	left: 36px;
	width: 2px;
	background: #fff;
	opacity: 0.5;
	top: 68px;
	bottom: 2px;
}

.confirmation-right-border {
	position: absolute;
	right: 0;
	width: 2px;
	background: #fff;
	opacity: 0.5;
	top: 15px;
	bottom: 2px;
}

.close-form {
	width: 30px;
	height: 30px;
	position: absolute;
	top: -5px;
	right: -15px;

}

.close-form:before,
.close-form:after {
	content: "";
	position: absolute;
	top: 50%;
	height: 2px;
	width: 100%;
	left: 50%;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.close-form:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}
#particles-js,
#myCanvas {
	position: fixed;
	z-index: 0;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.4;
}

.music {
	width: 26px;
	height: 26px;
	float: right;
	cursor: pointer;
	margin-left: 10px;
	z-index: 2;
	position: relative;
	background: url(/img/plexus/sprite.png) no-repeat -209px -638px;
	-webkit-animation: play 1s steps(10) infinite;
	animation: play 1s steps(10) infinite;
}

.music.pause {
	-webkit-animation-play-state: paused;
	animation-play-state: paused;
}

.error-message {
	display: none;
	position: absolute;
	background: url(/img/plexus/error-bg.png) no-repeat 0 0;
	width: 449px;
	height: 250px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	z-index: 99;
	margin-top: 25px;
}

.error-message-inner {
	max-width: 322px;
	margin: 0 auto;
	padding-top: 28px;
}

.error-message-inner p {
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 15px;
}

.error-icon {
	margin: 0 auto 1.8rem;
	background: url(/img/plexus/sprite.png) no-repeat -388px 0;
	width: 63px;
	height: 55px;
}

.login-form .error-message button:before {
	background-position: -227px -573px;
}

@-webkit-keyframes play {
	from {
		background-position: -209px -638px;
	}

	to {
		background-position: -469px -638px;
	}
}

@keyframes play {
	from {
		background-position: -209px -638px;
	}

	to {
		background-position: -469px -638px;
	}
}

.tech-an {
	opacity: 0;
	-webkit-transform: translate(8rem, 0);
	transform: translate(8rem, 0);
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

/* audience */
.audience-list {
	list-style-type: none;
	font-size: 0;
	text-align: center;
	padding-top: 2rem;
}

.audience-list li {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	font-size: 1.4rem;
	margin-left: 2%;
	box-sizing: border-box;
	margin-bottom: 2rem;
	opacity: 0;
	-webkit-transform: translate(0, 8rem);
	transform: translate(0, 8rem);
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;

}

.audience-list li:nth-child(6n+1) {
	margin-left: 0;
	text-align: center;
}

.audience-title {
	font-size: 1.7rem;
	color: #fff;
	line-height: 1.5;
}
.audience-ico {
	width: 64px;
	height: 64px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	

}
.audience-ico:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-image: url(/img/plexus/sprite.png);
	background-repeat: no-repeat;
}
.audience-ico-1:before {
	width: 52px;
	height: 52px;
	background-position: -734px -415px;
}
.audience-ico-2:before {
	width: 44px;
	height: 46px;
	background-position: -742px -481px;
}
.audience-ico-3:before {
	width: 54px;
	height: 54px;
	background-position: -607px -606px;
}
.audience-ico-4:before {
	width: 44px;
	height: 52px;
	background-position: -741px -581px;
}
.audience-ico-5:before {
	width: 28px;
	height: 58px;
	background-position: -751px -641px;
}
.audience-ico-6:before {
	width: 54px;
	height: 54px;
	background-position: -738px -707px;
}
.audience-ico-7:before {
	width: 50px;
	height: 44px;
	background-position: -677px -610px;
}
.audience-ico-8:before {
	width: 50px;
	height: 54px;
	background-position: -673px -543px;
}
.audience-ico-9:before {
	width: 38px;
	height: 50px;
	background-position: -683px -478px;
}
.audience-ico-10:before {
	width: 57px;
	height: 26px;
	background-position: -728px -308px;
}



.audience-image {
	width: 110px;
	height: 110px;
	position: relative;
	display: block;
	margin: 0 auto;
}

.audience-image:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	display: none;
	background: url(/img/plexus/sprite.png) no-repeat -566px 0;
}

.audience-image:after {
	top: 50%;
	left: 50%;
	position: absolute;
	content: "";
	width: 112px;
	height: 112px;
	margin: -56px 0 0 -56px;
	background: url(/img/plexus/sprite.png) no-repeat -575px -146px;
}

.audience-content .techno-list > li {
	margin: 0 auto;
}

.audience-content .techno-list > li h4 {
	font-size: 2rem;
	margin-bottom: 1.5rem;
}

.techno-list > li ul,
.content-techno ul,
.equipment-col ul,
.selected-service-desc ul {
	list-style-type: none;
	margin-left: 0;
}

.content-techno ul,
.equipment-col ul {
	margin-bottom: 2rem;
}

.techno-list > li ul li,
.content-techno ul li,
.equipment-col ul li,
.selected-service-desc ul li {
	color: #d9dbdd;
	font-size: 1.7rem;
	line-height: 1.7;
	padding-left: 25px;
	position: relative;
}
.selected-service-desc ul li {
	line-height: 1.3;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}
.techno-list > li ul li:before,
.content-techno ul li:before,
.equipment-col ul li:before,
.selected-service-desc ul li:before {
	position: absolute;
	width: 6px;
	height: 6px;
	content: "";
	background: #00aeff;
	border-radius: 6px;
	top: 1.2rem;
	left: 8px;
}
.selected-service-desc ul li:before {
	top: 0.8rem;
}
.audience-content .techno-item {
	padding-right: 105px;
}

.equipment-col h4 {
    color: #fff;
    margin-bottom: 1.5rem;
}

.equipment-col p {
    color: #fff;
    margin-bottom: 1.5rem;
}
/*compatibility*/
.clear {
	clear: both;
}

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

.compatibility-left {
	width: 48%;
	float: left;
	padding-top: 3.5rem;
	-webkit-transform: translate(-8rem, 0);
	transform: translate(-8rem, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.compatibility-right {
	margin-left: 51%
}

.compatibility-logos {
	margin-bottom: 2rem;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.compatibility-logos-second {
	overflow: hidden;
}

.compatibility-logos-second-left {
	float: left;
	width: 48%;
	text-align: right;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.compatibility-logos-second-right {
	margin-left: 52%;
	padding-top: 11rem;
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	-webkit-transform: translate(-8rem, 0);
	transform: translate(-8rem, 0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.compatibility-logos-third-left {
	float: left;
	width: 48%;
	text-align: right;
	-webkit-transform: translate(-8rem, 0);
	transform: translate(-8rem, 0);
	opacity: 0;
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	padding-top: 8rem;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}
.compatibility-logos-third-left span {
	font-size: 2.1rem;
	font-weight: 400;
}
.compatibility-logos-third-right {
	margin-left: 52%;
	font-size: 2.5rem;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	-webkit-transform: scale(0);
	transform: scale(0);

	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

/*equipment*/
.equipment-row {
	font-size: 0;

}

.equipment-content {
	padding-top: 3rem;
}

.equipment-col {
	width: 32%;
	margin-left: 2%;
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
}

.equipment-col:nth-child(3n+1) {
	margin-left: 0;
}

.equipment-img {
	text-align: center;
	margin-bottom: 4.5rem;
    min-height: 182px;
	-webkit-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}
.equipment-col h3 {
	text-align: center;
}

.equipment-col ul li {
	margin-bottom: 2rem;
}

/*New client*/
.client-content .techno-frame {
	max-width: 980px;
	margin: 0 auto;
}
.client-steps {
	padding-bottom: 2.5rem;
}
.client-steps h3 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 2rem;

}
.step {
	display: none;
}
.step-1 {
	display: block;
}
.step-1 h3 {
	text-align: center;
}
.field-col-2 {
	float: left;
	width: 48%;
	margin-left: 4%;
	position: relative;

}
.field-col-2:nth-child(2n+1) {
	margin-left: 0;
}
.form-fields {
	max-width: 490px;
	margin: 0 auto 2.5rem;
}
.form-fields .field-row {
	position: relative;
	margin-bottom: 2rem;

}
.form-fields .field-row i {
	pointer-events: none;
	position: absolute;
	left: 4px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
.form-fields .field-row i.fio {
	width: 24px;
	height: 24px;
	background: url(/img/plexus/sprite.png) no-repeat -350px -337px;
}
.form-fields .field-row i.phone-icon {
	width: 23px;
	height: 23px;
	background: url(/img/plexus/sprite.png) no-repeat -380px -337px;
}
.form-fields .field-row i.ii-icon {
	width: 19px;
	height: 19px;
	background: url(/img/plexus/sprite.png) no-repeat -412px -341px;
}
.form-fields .field-row i.email-icon {
	width: 24px;
	height: 16px;
	background: url(/img/plexus/sprite.png) no-repeat -139px -659px;
}
.form-fields .field-row input {
	max-width: 100%;
	box-sizing: border-box;
	text-align: left;
	padding-left: 40px;
	margin-bottom: 0;
}
.form-fields .field-row input.error {
	border-bottom-color: #d91c1c;
}
.list-services {
	font-size: 0;
	margin-bottom: 3rem;
}
.service-item {
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 5%;
	box-sizing: border-box;
	text-align: center;
}
.service-item-img {
	margin-bottom: 1.5rem;
	opacity: 0.3;
}
.service-item.active .service-item-img {
	opacity: 1;
}
.field-radio input {
	display: none;
}
.field-radio input + label {
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	padding-left: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	cursor: pointer;
}
.field-radio input + label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border-radius: 24px;
	border: 2px solid #00aeef;
	opacity: 0.5;
	box-sizing: border-box;
}
.field-radio input + label:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: #fff;
	opacity: 0;
}
.field-radio input:checked + label:after {
	opacity: 1;
}
.step-buttons {
	text-align: center;
}
button.next-step,
.submit-btn,
.prev-step,
.reset-btn,
.login-form .sign-in,
.login-form .sign-out {
	width: 222px;
	height: 57px;
	position: relative;
	background: none;
	border: none;
	font-weight: 800;
	color: #fff;
	cursor: pointer;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0 1.8rem;
}

.login-form .sign-out {
	margin: 0;
    width: 110px;
}

.login-form .sign-in {
	margin: 0;
    width: 210px;
}
button.next-step:before,
button.next-step:after,
.submit-btn:before,
.submit-btn:after,
.prev-step:before,
.prev-step:after,
.reset-btn:before,
.reset-btn:after,
.login-form .sign-in:before,
.login-form .sign-out:before,
.login-form .sign-in:after,
.login-form .sign-out:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/img/plexus/sprite.png) no-repeat -509px -667px;
	content: "";
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.login-form .sign-in:before {
    background-position: -521px -667px;
}

.login-form .sign-out:before {
	background-position: -621px -667px;
}

button.next-step:after,
.submit-btn:after,
.prev-step:after,
.reset-btn:after,
.login-form .sign-in:after,
.login-form .sign-out:after {
	opacity: 0;
	background-position: -509px -742px;
}
.login-form .sign-in:after {
    background-position: -521px -742px;
}

.login-form .sign-out:after {
	background-position: -621px -742px;
}


.prev-step:before,
.prev-step:after,
.reset-btn:before,
.reset-btn:after,
.login-form .sign-out:before,
.login-form .sign-out:after {
	transform: scaleX(-1);
}
button.next-step span,
.submit-btn span,
.prev-step span,
.reset-btn span,
.login-form .sign-in span,
.login-form .sign-out span {
	position: relative;
	z-index: 10;
}
button.next-step:hover:before,
.submit-btn:hover:before,
.prev-step:hover:before,
.reset-btn:hover:before,
.login-form .sign-in:hover:before,
.login-form .sign-out:hover:before {
	opacity: 0;
}
button.next-step:hover:after,
.submit-btn:hover:after,
.prev-step:hover:after,
.reset-btn:hover:after,
.login-form .sign-in:hover:after,
.login-form .sign-out:hover:after {
	opacity: 1;
}
.selected-services {
	border-bottom: 1px solid #000;
	margin-bottom: 7rem;
}
.selected-service {
	overflow: hidden;
}
.selected-service {
	display: none;
}
.active.selected-service {
	display: block;
}
.selected-service-img {
	width: 20%;
	float: left;

}
.selected-service-img img {
	-webkit-animation: circle 15s linear 0s infinite;
	animation: circle 15s linear 0s infinite;
}
.selected-service-desc {
	margin-left: 22%;
	height: 155px;
	padding-bottom: 25px;
	overflow-y: auto;
}
.availabilities {
	font-size: 0;
	text-align: center;
	margin: 0 auto 6rem;
	max-width: 850px;
}
.availability {
	width: 33.33%;
	vertical-align: top;
	display: inline-block;
	font-size: 1.4rem;
	padding: 0 3%;

	box-sizing: border-box;
}
.availability .audience-image {
	margin-bottom: 2rem;
	opacity: 0.3;
}
.availability.active .audience-image {
	opacity: 1;
}
.field-checkbox input {
	display: none;
}
.field-checkbox input + label {
	color: #fff;
	font-size: 1.7rem;
	font-weight: 700;
	padding-left: 40px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	cursor: pointer;
	text-align: left;
}
.field-checkbox input + label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	border: 2px solid #00aeef;
	opacity: 0.5;
	box-sizing: border-box;
}
.field-checkbox input + label:after {
	content: "";
	position: absolute;
	top: 6px;
	left: 5px;
	width: 14px;
	height: 11px;
	background: url(/img/plexus/sprite.png) no-repeat -364px -34px;
	opacity: 0;
}
.field-checkbox input:checked + label:after {
	opacity: 1;
}
.availability-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.availability-icon-1 {
	width: 56px;
	height: 50px;
	background: url(/img/plexus/sprite.png) no-repeat -455px 0;
}
.availability-icon-2 {
	width: 48px;
	height: 44px;
	background: url(/img/plexus/sprite.png) no-repeat -459px -59px;
}
.availability-icon-3 {
	width: 48px;
	height: 43px;
	background: url(/img/plexus/sprite.png) no-repeat -459px -115px;
}
.quantity {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.quantity .error-mess {
	left: 0;
	right: 0;
	text-align: center;
}
.quantity input {
	width: 8rem;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.3);
	height: 4rem;
	box-sizing: border-box;
	text-align: center;
	color: rgba(254, 254, 254, 0.3);
	border: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.7rem;
	margin: 0 1rem;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid transparent;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
.quantity input[type=number] {
	-moz-appearance: textfield;
}
.quantity.error input {
	border-bottom-color: #d91c1c;
}
.minus,
.plus {
	border: 2px solid rgba(0, 174, 239, 0.5);
	border-radius: 100%;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-top: 0.8rem;
	cursor: pointer
}
.minus:after,
.plus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "";
	height: 12px;
	width: 12px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: url(/img/plexus/sprite.png) no-repeat 0 -788px;
}
.plus:after {
	background-position: -19px -788px;
}
.extra-services-list {
	font-size: 0;
	text-align: center;
	margin-bottom: 4rem;
}
.extra-service {
	text-align: center;
	width: 25%;
	font-size: 1.4rem;
	display: inline-block;
	vertical-align: top;
}
.step-3 .extra-service {
	display: none;
}
.step-3 .extra-service.active {
	display: inline-block;
}
.extra-service .audience-image {
	margin-bottom: 2.5rem;
}
.extra-service h4 {
	margin-bottom: 2rem;
	font-size: 1.7rem;
	line-height: 1.5;
}
.comment {
	max-width: 750px;
	margin: 0 auto 4rem;
}
.comment h4 {
	font-size: 1.7rem;
	text-align: center;
	margin-bottom: 1.5rem;
}

.comment textarea {
	width: 100%;
	border: none;
	background: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	box-sizing: border-box;
	padding: 2rem;
	resize: none;
	height: 12rem;
	color: #fff; 
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
}

.extra-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.extra-icon-1 {
	background: url(/img/plexus/sprite.png) no-repeat -724px 0;
	width: 58px;
	height: 42px;
}
.extra-icon-2 {
	background: url(/img/plexus/sprite.png) no-repeat -725px -59px;
	width: 56px;
	height: 46px;
}
.extra-icon-3 {
	background: url(/img/plexus/sprite.png) no-repeat -729px -126px;
	width: 52px;
	height: 41px;
}
.extra-icon-4 {
	background: url(/img/plexus/sprite.png) no-repeat -735px -185px;
	width: 41px;
	height: 47px;
}
.po-icon-1 {
	background: url(/img/plexus/sprite.png) no-repeat -729px -243px;
	width: 56px;
	height: 52px;
}
.po-icon-2 {
	background: url(/img/plexus/sprite.png) no-repeat -729px -309px;
	width: 57px;
	height: 26px;
}
.po-icon-3 {
	background: url(/img/plexus/sprite.png) no-repeat -729px -344px;
	width: 62px;
	height: 56px;
}
.step-4 h3 {
	text-align: center;
}
.step-4 .extra-service {
	margin: 0 3%;
}
.radio-list {
	text-align: center;
	margin-bottom: 3.5rem;
}
.radio-col h4 {
	font-size: 1.7rem;
	margin-bottom: 1.5rem;
}
.radio-col .field-radio input + label {
	font-size: 1.5rem;
	font-weight: 400;
}
.radio-col .field-radio {
	margin-bottom: 1.5rem;
}
.radio-col {
	max-width: 235px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
.radio-col:nth-child(2n+2) {
	margin-left: 30px;
}
.error-mess {
	color: #d91c1c;
	font-size: 12px;
	position: absolute;
	top: 100%;
	margin-top: 4px;
	left: 0;
}
.success-reg {
	text-align: center;
}
.success-reg img {
	margin: 0 auto 3.5rem;
	display: block;
}
.success-reg h3 {
	font-size: 2.5rem;
	letter-spacing: 1px;
	margin-bottom: 2.5rem;
}
.success-reg p {
	font-size: 1.7rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
}

/*delay */

.list-nav-img-inner,
.circle-first,
#nav li:nth-child(1),
.page-title,
.algoritm-item:nth-child(1),
.form-page,
.techno-list > li:nth-child(1),
.tech-an:nth-child(1) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

#nav li:nth-child(2),
.algoritm-item:nth-child(2),
.techno-list > li:nth-child(2),
.tech-an:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.circle-second,
.client,
.tech,
#footer,
#nav li:nth-child(3),
.sub-title,
.algoritm-item:nth-child(3),
.safety-schema-img,
.techno-list > li:nth-child(3),
.equipment-col:nth-child(3n+1) .equipment-img,
.audience-list li:nth-child(6n+1) {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

#nav li:nth-child(4),
.algoritm-item:nth-child(4),
.techno-list > li:nth-child(4),
.contact-phone,
.working-day,
.equipment-col:nth-child(3n+1) .equipment-col-text,
.compatibility-logos,
.audience-list li:nth-child(6n+2) {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}

#nav li:nth-child(5),
.description,
.algoritm-item:nth-child(5),
.equipment-col:nth-child(3n+2) .equipment-img,
.audience-list li:nth-child(6n+3) {
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

.nav-item-1,
#nav li:nth-child(6),
.algoritm-right,
.tech-bottom-inner:nth-child(1),
.equipment-col:nth-child(3n+2) .equipment-col-text,
.audience-list li:nth-child(6n+4) {
	-webkit-transition-delay: 0.8s;
	transition-delay: 0.8s;
}

.nav-item-3,
#nav li:nth-child(7),
.about-content.techno-frame,
.equipment-col:nth-child(3n+3) .equipment-img,
.audience-list li:nth-child(6n+5) {
	-webkit-transition-delay: 0.9s;
	transition-delay: 0.9s;
}

.nav-item-6,
.tech-bottom-inner:nth-child(2),
.equipment-col:nth-child(3n+3) .equipment-col-text,
.audience-list li:nth-child(6n+6) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.nav-item-5 {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.nav-item-4,
.compatibility-logos-second-left,
.audience-content .techno-list > li:nth-child(1),
.compatibility-logos-third-right {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.nav-item-2 {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.login-form,
.home-logo,
.safety-item,
.radial,
.lig,
.dig,
.compatibility-left,
.compatibility-logos-second-right,
.compatibility-logos-third-left {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.dot {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.dot:before {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.tech-bottom-inner h4 {
	font-size: 1.7rem;
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0.8rem;
}

.tech-bottom-inner:first-child {
	margin-left: 1.5rem;
	margin-right: 8rem;
}

.tech-bottom-inner {
	display: inline-block;
	vertical-align: top;
	opacity: 0;
	-webkit-transform: translate(0, 8rem);
	transform: translate(0, 8rem);
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
}

.proc {
	padding-left: 50px;
	color: #d9dbdd;
	font-size: 1.7rem;
	line-height: 1.2;
	list-style-type: none;
	margin-left: 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.proc:before {
	width: 36px;
	height: 36px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: 0;
	content: "";
	background: url(/img/plexus/sprite.png) no-repeat -306px -330px;
}

.windows {
	padding-left: 45px;
	color: #d9dbdd;
	font-size: 1.7rem;
	line-height: 1.2;
	list-style-type: none;
	position: relative;
	margin-left: 0;
	margin-bottom: 6px;
}

.windows:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 32px;
	height: 32px;
	content: "";
	background: url(/img/plexus/sprite.png) no-repeat -260px -332px;
}
.macos {
	position: relative;
	color: #d9dbdd;
	font-size: 1.7rem;
	line-height: 1.2;
	list-style-type: none;
}

.macos:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 32px;
	height: 32px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjAwMTEgMTMuMjgyNkMxOC45Njg1IDEwLjExNDYgMjEuNTg0MSA4LjU5ODQ5IDIxLjcgOC41MjI0MUMyMC4yMzEgNi4zNzU5NiAxNy45NDUxIDYuMDgwNzEgMTcuMTI4MiA2LjA0ODFDMTUuMTg0NiA1Ljg0ODg2IDEzLjMzMTYgNy4xOTI4OCAxMi4zNDI2IDcuMTkyODhDMTEuMzU3MiA3LjE5Mjg4IDkuODMyMDYgNi4wNzUyNyA4LjIxODE1IDYuMTA0MjZDNi4wOTUyNCA2LjEzNjg2IDQuMTQwNzkgNy4zMzk2IDMuMDQ2NzQgOS4yMzc5QzAuODQyMzIgMTMuMDYzNSAyLjQ4MTU5IDE4LjcyOTQgNC42Mjk4NiAyMS44MzU5QzUuNjgwNDQgMjMuMzUzOCA2LjkzMzkgMjUuMDU4MiA4LjU3Njc5IDI0Ljk5ODVDMTAuMTU5OSAyNC45MzUxIDEwLjc1NzcgMjMuOTczMiAxMi42NzIzIDIzLjk3MzJDMTQuNTg2OSAyMy45NzMyIDE1LjEyNDggMjQuOTk4NSAxNi43OTg1IDI0Ljk2NzdDMTguNTAzIDI0LjkzNTEgMTkuNTgwOCAyMy40MTkgMjAuNjIyMyAyMS44OTc0QzIxLjgyODYgMjAuMTM1IDIyLjMyNSAxOC40MjY5IDIyLjM1NTggMTguMzQxOEMyMi4zMTU5IDE4LjMyIDE5LjAzNTUgMTcuMDY0NyAxOS4wMDExIDEzLjI4MjZaIiBmaWxsPSIjMDBBRUZGIi8+CjxwYXRoIGQ9Ik0xNS44NTMgMy45OTIyMkMxNi43MjQyIDIuOTM2MiAxNy4zMTQ3IDEuNDY1MzggMTcuMTUzNSAwQzE1Ljg5NDYgMC4wNTA3MTc5IDE0LjM3NDkgMC44MzUwMzMgMTMuNDcxIDEuODkyODZDMTIuNjYxNCAyLjgyOTMzIDExLjk1NjcgNC4zMjM3IDEyLjE0NTEgNS43NjAxQzEzLjU0NzEgNS44NzA1OSAxNC45ODE3IDUuMDQ2NDMgMTUuODUzIDMuOTkyMjJaIiBmaWxsPSIjMDBBRUZGIi8+Cjwvc3ZnPgo=");
	background-position: center;
	background-size: cover;
}
.linux {
	padding-left: 45px;
	position: relative;
	color: #d9dbdd;
	font-size: 1.7rem;
	line-height: 1.2;
	list-style-type: none;
	margin-left: 0;
}
.linux:before {
	position: absolute;
	top: 2px;
	left: 0;
	width: 32px;
	height: 32px;
	content: "";
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIyLjUxMzIgMjAuMDcyOUMyMS43ODAxIDE5Ljc3MjcgMjEuNDY2NSAxOS4zNzQyIDIxLjQ5NjggMTguNzc5N0MyMS41MjggMTguMDg1OCAyMS4xMzQzIDE3LjU3NzUgMjAuOTQ3MyAxNy4zNzY3QzIxLjA2MDMgMTYuOTQ1MiAyMS4zOTA0IDE1LjQ1MjYgMjAuOTQ3NyAxNC4xNTYxQzIwLjQ3MTkgMTIuNzY4NCAxOS4wMTk1IDEwLjY0ODkgMTcuNTIwOCA4LjU2NTU1QzE2LjkwNzIgNy43MDk5NyAxNi44NzgyIDYuNzc5OTYgMTYuODQ0NyA1LjcwMzA3QzE2LjgxMjYgNC42NzU5MyAxNi43NzYzIDMuNTExNjYgMTYuMjAzNSAyLjIxNzM5QzE1LjU4MDggMC44MDgxMiAxNC4zMzExIDAgMTIuNzc0OCAwQzExLjg0ODkgMCAxMC44OTg2IDAuMjg5MzQ2IDEwLjE2NzMgMC43OTM3NzZDOC42Njk3MyAxLjgyNzMxIDguODY3NjggNC4wODA2OCA4Ljk5ODY2IDUuNTcxNzZDOS4wMTY2MSA1Ljc3NTk0IDkuMDMzNSA1Ljk2ODgxIDkuMDQzMzQgNi4xMzM0OEM5LjEzMDU1IDcuNTkzODIgOS4wNTEyIDguMzYzNSA4Ljk0NzQzIDguNTk3NDNDOC44ODAzIDguNzUwMyA4LjU0OTgxIDkuMTg1MzkgOC4yMDAwNSA5LjY0NjA1QzcuODM4MzMgMTAuMTIyNCA3LjQyODI0IDEwLjY2MjQgNy4wOTIwOSAxMS4xNjU2QzYuNjkxMDIgMTEuNzcxMSA2LjM2NzI1IDEyLjY5NjYgNi4wNTQxNCAxMy41OTE2QzUuODI1MDQgMTQuMjQ2NiA1LjYwODY0IDE0Ljg2NTIgNS4zOTc5OCAxNS4yMzQ5QzQuOTk4NzIgMTUuOTQ2IDUuMDk4MDYgMTYuNjA5MSA1LjE4MTAxIDE2LjkxNTZDNS4wMjk4NyAxNy4wMjA2IDQuODExNSAxNy4yMjczIDQuNjI3MTYgMTcuNjE3QzQuNDA0MzcgMTguMDkyNCAzLjk1MjMyIDE4LjM0NzkgMy4wMTIzMSAxOC41Mjg2QzIuNTgwMzQgMTguNjE3IDIuMjgyNDcgMTguNzk4NiAyLjEyNjczIDE5LjA2ODVDMS45MDAwOSAxOS40NjEyIDIuMDIzNTMgMTkuOTU0NiAyLjEzNjE2IDIwLjI5MTlDMi4zMDI1NSAyMC43ODc2IDIuMTk4ODYgMjEuMTAxNCAyLjAxMDM0IDIxLjY3MUMxLjk2Njg5IDIxLjgwMjUgMS45MTc2MyAyMS45NTE0IDEuODY3NzEgMjIuMTE1NkMxLjc4OTExIDIyLjM3NDcgMS44MTc0NyAyMi42MTAyIDEuOTUxODEgMjIuODE1N0MyLjMwNjgyIDIzLjM1ODQgMy4zNDI3MiAyMy41NDk4IDQuNDA5MTIgMjMuNjc1N0M1LjA0NTg1IDIzLjc1MTMgNS43NDI3NCAyNC4wMDYgNi40MTY3NiAyNC4yNTI0QzcuMDc3MTcgMjQuNDkzNyA3Ljc2MDA1IDI0Ljc0MzMgOC4zODA3OSAyNC44MTlDOC40NzUxNCAyNC44MzA5IDguNTY4NTggMjQuODM2OSA4LjY1ODY2IDI0LjgzNjlDOS41OTU4OCAyNC44MzY5IDEwLjAxOTMgMjQuMjE1IDEwLjE1MzYgMjMuOTU5NUMxMC40OTAyIDIzLjg5MDggMTEuNjUxMyAyMy42NzA4IDEyLjg0OCAyMy42NDEzQzE0LjA0MjcgMjMuNjA3MiAxNS4xOTg3IDIzLjg0MzEgMTUuNTI2MiAyMy45MTY1QzE1LjYyOTEgMjQuMTEzNSAxNS45MDA1IDI0LjU2MzYgMTYuMzMzMSAyNC43OTU1QzE2LjU3MDkgMjQuOTI1NSAxNi45MDE4IDI1IDE3LjI0MDggMjVDMTcuMjQwOCAyNSAxNy4yNDA4IDI1IDE3LjI0MDggMjVDMTcuNjAyOCAyNSAxOC4yOTE0IDI0LjkxNDQgMTguODM2NCAyNC4zNDExQzE5LjM4IDIzLjc2NSAyMC43MzgyIDIzLjAyOTYgMjEuNzMwMSAyMi40OTI2QzIxLjk1MTQgMjIuMzcyOCAyMi4xNTg0IDIyLjI2MDYgMjIuMzQgMjIuMTU5NEMyMi44OTcxIDIxLjg1MDYgMjMuMjAxMSAyMS40MDkyIDIzLjE3NCAyMC45NDg3QzIzLjE1MTQgMjAuNTY2MSAyMi44OTgyIDIwLjIzMDUgMjIuNTEzMiAyMC4wNzI5Wk0xMC4xNzk1IDE5Ljk2MkMxMC4xMTAxIDE5LjQ3MzUgOS40ODE3IDE4Ljk4OSA4Ljc1MzkxIDE4LjQyOEM4LjE1ODgyIDE3Ljk2OTIgNy40ODQzMSAxNy40NDkzIDcuMjk4NDkgMTcuMDA5QzYuOTE0NDcgMTYuMTAwNiA3LjIxNzE4IDE0LjUwMzQgNy43NDQ5NyAxMy42ODA5QzguMDA1NzkgMTMuMjY5MSA4LjIxODgyIDEyLjY0NDYgOC40MjQ4OSAxMi4wNDA3QzguNjQ3MzUgMTEuMzg4NSA4Ljg3NzQzIDEwLjcxNDMgOS4xMzQ3MyAxMC40MTkxQzkuNTQyMTkgOS45NTgyNiA5LjkxODc1IDkuMDYxNjIgOS45ODU0NyA4LjM1NDk3QzEwLjM2NyA4LjcxOTI0IDEwLjk1ODkgOS4xODE0NSAxMS41MDU3IDkuMTgxNDVDMTEuNTg5OSA5LjE4MTQ1IDExLjY3MTYgOS4xNzA0NyAxMS43NDk3IDkuMTQ4NDJDMTIuMTIzOCA5LjA0MDM5IDEyLjY3NDEgOC43MjI0NCAxMy4yMDYyIDguNDE1MDZDMTMuNjY1IDguMTQ5OTcgMTQuMjMwNyA3LjgyMzA4IDE0LjQ0MzYgNy43OTMzM0MxNC44MDg2IDguMzE3NDMgMTYuOTI5NSAxMy4wMTEgMTcuMTQ2MyAxNC41MTgzQzE3LjMxNzcgMTUuNzEwOSAxNy4xMzY2IDE2LjY5NjggMTcuMDQ1NSAxNy4wODNDMTYuOTcyMiAxNy4wNzMgMTYuODg0OSAxNy4wNjQ5IDE2Ljc5MzEgMTcuMDY0OUMxNi4yMDIzIDE3LjA2NDkgMTYuMDQ1OSAxNy4zODczIDE2LjAwNTIgMTcuNTc5OUMxNS45MDA0IDE4LjA4MDEgMTUuODg5NCAxOS42Nzk3IDE1Ljg4ODIgMjAuMDM5MUMxNS42NzQ2IDIwLjMxMDUgMTQuNTk0NCAyMS41ODg2IDEzLjA0MzQgMjEuODE4M0MxMi40MTE3IDIxLjkxMDEgMTEuODIxOCAyMS45NTY3IDExLjI5MDIgMjEuOTU2N0MxMC44MzU3IDIxLjk1NjcgMTAuNTQ1NyAyMS45MjE2IDEwLjQyNTMgMjEuOTAzM0w5LjY0NTk2IDIxLjAxMTZDOS45NTMyNiAyMC44NTk5IDEwLjI2MDUgMjAuNTM5NyAxMC4xNzk1IDE5Ljk2MlpNMTEuMTY4NCA1LjI1ODE1QzExLjE0NDEgNS4yNjg2NCAxMS4xMjAyIDUuMjc5ODcgMTEuMDk2NiA1LjI5MTg0QzExLjA5NDMgNS4yMzkwNSAxMS4wODg4IDUuMTg1NTMgMTEuMDgwMyA1LjEzMTg0QzEwLjk5NTIgNC42NDIwOCAxMC42NzA1IDQuMjg2NTkgMTAuMzA4MyA0LjI4NjU5QzEwLjI4MTUgNC4yODY1OSAxMC4yNTQ1IDQuMjg4NjMgMTAuMjI0OSA0LjI5MzE0QzEwLjAwOTQgNC4zMjkwNSA5Ljg0MDM5IDQuNDkwOTMgOS43NDc3NyA0LjcyMDQ0QzkuODI5IDQuMjE2ODMgMTAuMTE0MyAzLjg0Mzk2IDEwLjQ1MjkgMy44NDM5NkMxMC44NTA0IDMuODQzOTYgMTEuMTg2MiA0LjM3OTcgMTEuMTg2MiA1LjAxMzhDMTEuMTg2MiA1LjA5MzcyIDExLjE4MDQgNS4xNzMyMyAxMS4xNjg0IDUuMjU4MTVaTTE0LjI1NzUgNS42MzU3N0MxNC4yOTM5IDUuNTE5ODcgMTQuMzEzNSA1LjM5NDQ2IDE0LjMxMzUgNS4yNjQzQzE0LjMxMzUgNC42ODkzOCAxMy45NDg4IDQuMjM4OTYgMTMuNDgzMSA0LjIzODk2QzEzLjAyOCA0LjIzODk2IDEyLjY1NzggNC42OTg4OCAxMi42NTc4IDUuMjY0M0MxMi42NTc4IDUuMzAyODIgMTIuNjU5NyA1LjM0MTQzIDEyLjY2MzMgNS4zNzk5NUMxMi42MzkyIDUuMzcwNjkgMTIuNjE1NyA1LjM2MTY3IDEyLjU5MjcgNS4zNTI5OUMxMi41NDAzIDUuMTk0MzggMTIuNTEzOSA1LjAyODg5IDEyLjUxMzkgNC44NTk5NUMxMi41MTM5IDQuMTcyNDkgMTIuOTUzMiAzLjYxMzE0IDEzLjQ5MzQgMy42MTMxNEMxNC4wMzM1IDMuNjEzMTQgMTQuNDcyOSA0LjE3MjQ5IDE0LjQ3MjkgNC44NTk5NUMxNC40NzI5IDUuMTQ1OTQgMTQuMzkzOSA1LjQxODg5IDE0LjI1NzUgNS42MzU3N1pNMTMuODU5MiA2Ljk3MzgyQzEzLjg1MTQgNy4wMDg1NyAxMy44MzQ4IDcuMDIzOTggMTMuNjUxNyA3LjExOTIzQzEzLjU1OTMgNy4xNjczNCAxMy40NDQyIDcuMjI3MjYgMTMuMzAwMiA3LjMxNDk3TDEzLjIwMzkgNy4zNzMyNUMxMi44MTcyIDcuNjA3NjcgMTEuOTExNyA4LjE1Njc4IDExLjY2NTkgOC4xODg5OUMxMS40OTg5IDguMjExNDUgMTEuMzk1NiA4LjE0NjY5IDExLjE2MzQgNy45ODg5MUMxMS4xMTExIDcuOTUzMjUgMTEuMDU1MyA3LjkxNTM4IDEwLjk5NTkgNy44NzcyN0MxMC41NzczIDcuNjAyNTkgMTAuMzA4IDcuMzAwMDUgMTAuMjc3NiA3LjE4MTc3QzEwLjQxNDEgNy4wNzYyOCAxMC43NTI0IDYuODEyMjYgMTAuOTI1NiA2LjY1NTk1QzExLjI3NzEgNi4zMjkwNiAxMS42MzA5IDYuMTA5MzggMTEuODA2IDYuMTA5MzhDMTEuODE1MiA2LjEwOTM4IDExLjgyMzYgNi4xMTAwNCAxMS44MzIzIDYuMTExNjhDMTIuMDM4IDYuMTQ3OTkgMTIuNTQ1NSA2LjM1MDUzIDEyLjkxNjEgNi40OTg0QzEzLjA4NzUgNi41NjY3NiAxMy4yMzU0IDYuNjI1NzggMTMuMzM5NSA2LjY2MzE2QzEzLjY2NzUgNi43NzU3OCAxMy44Mzg0IDYuOTE5ODggMTMuODU5MiA2Ljk3MzgyWk0xNi44MDU3IDIyLjI1MDFDMTYuOTkwNyAyMS40MTU2IDE3LjIwMzggMjAuMjgwNCAxNy4xNjkzIDE5LjYxMTFDMTcuMTYxMyAxOS40NTkxIDE3LjE0NzkgMTkuMjkzNiAxNy4xMzQ5IDE5LjEzMzZDMTcuMTEwNSAxOC44MzQ0IDE3LjA3NDQgMTguMzg5NyAxNy4xMTE3IDE4LjI1NzhDMTcuMTE5IDE4LjI1NDQgMTcuMTI3MiAxOC4yNTE0IDE3LjEzNjMgMTguMjQ4OUMxNy4xMzc5IDE4LjYzMTUgMTcuMjIxIDE5LjM5NDcgMTcuODMxMyAxOS42NjA5QzE4LjAxMzIgMTkuNzQwMiAxOC4yMjExIDE5Ljc4MDQgMTguNDQ5MSAxOS43ODA0QzE5LjA2MDUgMTkuNzgwNCAxOS43Mzg5IDE5LjQ4MDUgMjAuMDE2OCAxOS4yMDI2QzIwLjE4MDQgMTkuMDM5IDIwLjMxOCAxOC44Mzg4IDIwLjQxNDQgMTguNjgwM0MyMC40MzU1IDE4Ljc0MiAyMC40NDg0IDE4LjgyMjcgMjAuNDQxNiAxOC45MjY2QzIwLjQwNTMgMTkuNDkwOSAyMC42Nzk2IDIwLjIzOTYgMjEuMjAxNSAyMC41MTU1TDIxLjI3NzUgMjAuNTU1NUMyMS40NjM0IDIwLjY1MyAyMS45NTcyIDIwLjkxMjMgMjEuOTY1MSAyMS4wMzUyQzIxLjk2NTEgMjEuMDM1MyAyMS45NjEgMjEuMDQ5NyAyMS45MzM0IDIxLjA3NTNDMjEuODA5NyAyMS4xODgzIDIxLjM3NDQgMjEuNDEwNiAyMC45NTM0IDIxLjYyNTZDMjAuMjA2NiAyMi4wMDY5IDE5LjM2MDEgMjIuNDM5MiAxOC45OCAyMi44MzlDMTguNDQ0NyAyMy40MDIzIDE3LjgzOTMgMjMuNzgwNyAxNy40NzM3IDIzLjc4MDdDMTcuNDI5NyAyMy43ODA3IDE3LjM4OTYgMjMuNzc1MSAxNy4zNTQgMjMuNzYzOEMxNi45NTY5IDIzLjY0IDE2LjYzMDEgMjMuMDY3MSAxNi44MDU3IDIyLjI1MDFaTTMuMjcxOSAyMC4xMjEyQzMuMjMxNDEgMTkuOTMxNyAzLjE5OTQ0IDE5Ljc4MjEgMy4yMzM3OSAxOS42MzcyQzMuMjU4NzEgMTkuNTI5OCAzLjc4ODc5IDE5LjQxNDcgNC4wMTUxOSAxOS4zNjU2QzQuMzMzNDcgMTkuMjk2NSA0LjY2MjY1IDE5LjIyNTEgNC44Nzc5IDE5LjA5NDVDNS4xNjg5NyAxOC45MTgyIDUuMzI2NTkgMTguNTkzIDUuNDY1NjEgMTguMzA2MUM1LjU2NjI2IDE4LjA5ODYgNS42NzAyIDE3Ljg4NDEgNS43OTM4OSAxNy44MTM3QzUuODAwODUgMTcuODA5NiA1LjgxMTUxIDE3LjgwNDkgNS44MzE4NCAxNy44MDQ5QzYuMDYzNTYgMTcuODA0OSA2LjU0OTc5IDE4LjI5MiA2LjgyOTk2IDE4LjcyOEM2LjkwMTAzIDE4LjgzNzkgNy4wMzI2NyAxOS4wNTgyIDcuMTg0OTYgMTkuMzEzMkM3LjY0MDQ2IDIwLjA3NTMgOC4yNjQxNSAyMS4xMTkyIDguNTg5ODkgMjEuNDY5QzguODgzNDIgMjEuNzgzNSA5LjM1ODU4IDIyLjM4ODIgOS4yNDE3IDIyLjkwNjhDOS4xNTYxMiAyMy4zMDkyIDguNzAwNTUgMjMuNjM2NCA4LjU5MzA5IDIzLjcwODhDOC41NTQwNyAyMy43MTc2IDguNTA1NzkgMjMuNzIyMSA4LjQ0ODk5IDIzLjcyMjFDNy44MjU1NCAyMy43MjIxIDYuNTkxNDMgMjMuMjAzNCA1LjkyODQgMjIuOTI0N0w1LjgzMDI4IDIyLjg4MzVDNS40NjAwMyAyMi43MjgzIDQuODU1NiAyMi42MzA1IDQuMjcxMDkgMjIuNTM1OUMzLjgwNjAxIDIyLjQ2MDYgMy4xNjkxMiAyMi4zNTc1IDMuMDYzNTQgMjIuMjY0NEMyLjk3Nzk3IDIyLjE2ODQgMy4wNzcyMyAyMS44NTY0IDMuMTY0NzcgMjEuNTgxQzMuMjI3OCAyMS4zODMyIDMuMjkyODkgMjEuMTc4NiAzLjMyODU0IDIwLjk2NDRDMy4zNzkxMiAyMC42MjI4IDMuMzE5NjEgMjAuMzQ0NiAzLjI3MTkgMjAuMTIxMloiIGZpbGw9IiMwMEFFRkYiLz4KPC9zdmc+Cg==");
	background-position: center;
	background-size: cover;
}
.algoritm .more-info-section {
    -webkit-transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
    transition: opacity 0.5s 0.6s, transform 0.5s 0.6s;
    -webkit-transform: translate(0, 5rem);
    transform: translate(0, 5rem);
    opacity: 0;
}

/*load content*/
.loaded .list-nav-img:after {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1;
}

.loaded .list-nav-img-inner,
.loaded .circle-first,
.loaded .radial,
.loaded .lig,
.loaded .dig {
	opacity: 1;
}

.loaded .circle-second,
.loaded .equipment-img,
.loaded .compatibility-logos,
.loaded .compatibility-logos-second-left,
.loaded .compatibility-logos-third-right {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.loaded .circle-first,
.loaded .form-page {
	-webkit-transform: scale(1) translate(-50%, -50%);
	transform: scale(1) translate(-50%, -50%);
	opacity: 1;
}

.loaded .nav-item {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.loaded .nav-item-1,
.loaded .nav-item-5 {
	-webkit-transform: translate(-50%, 0) scale(1);
	transform: translate(-50%, 0) scale(1);
	opacity: 1;
}

.loaded .login-form {
	opacity: 1;
}
.loaded .client,
.loaded .tech,
.loaded #nav li,
.loaded .page-title,
.loaded .sub-title,
.loaded .description,
.loaded .about-content.techno-frame,
.loaded .algoritm-item,
.loaded .algoritm-right,
.loaded .safety-item,
.loaded .techno-list > li,
.loaded .tech-an,
.loaded .tech-bottom-inner,
.loaded .contact-phone,
.loaded .working-day,
.loaded .equipment-col-text,
.loaded .compatibility-logos-second-right,
.loaded .compatibility-logos-third-left,
.loaded .compatibility-left,
.loaded .audience-list li,
.loaded .algoritm .more-info-section {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	opacity: 1;
}

.loaded .home-logo {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	opacity: 1;
}

.loaded #footer {
	opacity: 1;
}

.loaded .safety-schema-img {
	width: 1176px;
}

.loaded .dot {
	background: #fff;
}

.loaded .dot-1:before {
	height: 119px;
}

.loaded .dot-2:before {
	height: 55px;
}

.loaded .dot-3:before {
	height: 124px;
}
.mobile-menu {
	display: none;
}
.menu-icon {
	position: absolute;
	top: 2.5rem;
	left: 50%;
	margin-left: -15px;
	cursor: pointer;
	width: 30px;
	height: 20px;

	box-sizing: border-box;
	border-top: 2px solid #c9c9c9;
	border-bottom: 2px solid #c9c9c9;
	-webkit-transition: transform 0.8s 0.6s, opacity 0.8s 0.6s, border-color 0.5s;
	transition: transform 0.8s 0.6s, opacity 0.8s 0.6s, border-color 0.5s;
	-webkit-transform: translate(5rem, 0);
	transform: translate(5rem, 0);
	opacity: 0;
	display: none;
}

.menu-icon:after {
	position: absolute;
	top: 50%;
	margin-top: -1px;
	content: "";
	left: 0;
	right: 0;
	height: 2px;
	background: #c9c9c9;
	-webkit-transition: background 0.5s;
	transition: background 0.5s;
}
.loaded .menu-icon,
.loaded .mobile-logo {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}
.mobile-logo {
	display: none;
	opacity: 0;
	-webkit-transition: transform 0.8s 0.6s, opacity 0.8s 0.6s, border-color 0.5s;
	transition: transform 0.8s 0.6s, opacity 0.8s 0.6s, border-color 0.5s;
	-webkit-transform: translate(-5rem, 0rem);
	transform: translate(-5rem, 0rem);
}
body {
	overflow: hidden;
}

div.fancy-select {
    position: relative;

    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}

div.fancy-select.disabled {
    opacity: 0.5;
}

div.fancy-select div.trigger {
    line-height: 4rem;
    cursor: pointer;
    padding: 0 30px 0 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid #005e8c;

    color: rgba(255, 255, 255, 0.5);

    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;

    transition: all 240ms ease-out;
    -webkit-transition: all 240ms ease-out;
    -moz-transition: all 240ms ease-out;
    -o-transition: all 240ms ease-out;
}

div.fancy-select div.trigger:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top: 50%;
    margin-top: -8px;
    right: 9px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

div.fancy-select div.trigger.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: -4px;
}

div.fancy-select ul.options {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 3rem;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    max-height: 250px;
    overflow: auto;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    min-width: 200px;

    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
    visibility: visible;
    top: 4.1rem;
    opacity: 1;
    /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
    /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
    transition: opacity 300ms ease-out, top 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, top 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, top 300ms ease-out;
    -o-transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
    top: auto;
    bottom: 4.1rem;
    transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
    top: auto;
    bottom: 4.1rem;

    transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -webkit-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -moz-transition: opacity 300ms ease-out, bottom 300ms ease-out;
    -o-transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;

    transition: all 150ms ease-out;
    -webkit-transition: all 150ms ease-out;
    -moz-transition: all 150ms ease-out;
    -o-transition: all 150ms ease-out;
}

div.fancy-select ul.options li.selected {
    background: rgba(255, 255, 255, 0.3);
    color: #00aeff;
}

div.fancy-select ul.options li.hover {
    color: #00aeff;
}

/*animation*/
@-webkit-keyframes rotator{
	0% {
		-webkit-transform: rotateY(0deg);
	}
	100% {
		-webkit-transform: rotateY(360deg);;
	}
}

@keyframes rotateY {
	0% {
		transform: rotateY(0deg);
	}
	100% {
		transform: rotateY(360deg);;
	}
}

.equipment-col ul li {
	line-height: 1.3;
	font-size: 1.5rem;
	margin-bottom: 1rem;
}

.equipment-col ul li:before {
	top: 0.5rem;
}

.equipment-img {
	position: relative;
	max-width: 180px;
    min-height: 182px;
	margin: 0 auto 3rem;
}

.equipment-img img {
	display: inline-block;
}

.extra-q-1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation: rotateY 15s linear 0s infinite;
	animation: rotateY 15s linear 0s infinite;
}

.extra-q-2 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation: circle 15s linear 0s infinite;
	animation: circle 15s linear 0s infinite;
}

.extra-q-3 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
    -webkit-animation: circle 35s linear 0s infinite;
	animation: circle 35s linear 0s infinite;
	-webkit-animation-direction: reverse;
	animation-direction: reverse;
}

.extra-q-3-1 {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-animation: circle 5s linear 0s infinite;
	animation: circle 5s linear 0s infinite;
}

/*partner*/
.partner-form-sec h3 {
	margin-bottom: 3rem;
}

.partner-form-sec {
	padding: 12rem 0;
}

.field-col-3 {
	width: 30.6%;
	float: left;
	margin-left: 4%;
	position: relative;

}

.field-col-2-1 {
	width: 65.2%;
	float: left;
	position: relative;
}

.field-col-1 {
	width: 30.6%;
	float: left;
	margin-left: 4%;
	position: relative;
}

.field-col-3:nth-child(3n+1) {
	margin-left: 0;
}

.form-partner {
	max-width: 750px;
	margin: 0 auto;
}

.form-partner .field-row input {
	text-align: left;
	max-width: 100%;
}

.form-partner .field-row i.fio {
	width: 24px;
	height: 24px;
	background: url(/img/plexus/sprite.png) no-repeat -350px -337px;
}

.form-partner .field-row i.phone-icon {
	width: 23px;
	height: 23px;
	background: url(/img/plexus/sprite.png) no-repeat -380px -337px;
}

.form-partner .field-row i.ii-icon {
	width: 19px;
	height: 19px;
	background: url(/img/plexus/sprite.png) no-repeat -412px -341px;
}

.form-partner .field-row i.email-icon {
	width: 24px;
	height: 16px;
	background: url(/img/plexus/sprite.png) no-repeat -139px -659px;
}

.form-partner .field-row i {
	pointer-events: none;
	position: absolute;
	left: 4px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.form-partner .field-row input {
    max-width: 100%;
    box-sizing: border-box;
    text-align: left;
    padding-left: 40px;
    margin-bottom: 0;
    border-width: 2px;
}

.form-partner .field-row .field-col-3 input {
	padding-left: 0;
}

.form-partner .field-row .field-col-3:first-child input {
    padding-left: 40px;
}

.form-partner .field-row {
	margin-bottom: 20px;
}

.policy {
	text-align: center;
	padding: 3rem 0 4rem;
}

.policy a {
	font-size: 1.7rem;
	color: #00aeff;
	text-decoration: none;
	line-height: 24px;
	display: inline-block;
	vertical-align: top;
}

.policy a:hover {
	text-decoration: underline;
}

.policy .field-checkbox {
	margin-bottom: 1.5rem;
}

.policy .field-checkbox input + label {
	font-weight: 400;
}

.policy .field-checkbox a {
	margin-left: 5px;
}

.partner-popup,
.partner-popup-second {
	position: relative;
	display: none;
}

.partner-popup-inner {
	max-height: 430px;
	overflow-y: auto;
	margin-bottom: 2rem;
    padding: 15px 25px;
}

.partner-popup h3,
.partner-popup-second h3 {
	font-size: 2.5rem;
	color: #d9dbdd;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3rem;
}

.partner-popup p,
.partner-popup-second p {
	font-size: 1.5rem;
	color: #d9dbdd;
	line-height: 1.3;
    margin-bottom: 2rem;
}

.partner-popup-inner ul,
.partner-popup-inner li {
    margin: 1.5rem 0 1rem 2rem;
}

.about-prices {
	font-size: 0;
	text-align: center;
}

.about-price {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	padding: 0 3%;
	font-size: 1.7rem;
	margin-bottom: 3.5rem;
}

.about-price-img {
	margin-bottom: 1rem;
}

.about-price h4 {
	font-size: 1.7rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}

.about-price span {
	font-size: 1.3rem;
}

.type-payments {
	text-align: center;
}

.type-payments h4 {
	font-size: 1.7rem;
	margin-bottom: 2rem;
}

.close-popup {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.close-popup:before,
.close-popup:after {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	left: 50%;
	width: 100%;
	height: 2px;
	content: "";
	background: #0083c0;
}

.close-popup:after {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

/*popup*/
.popup-global {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 90%;
    width: 970px;
    z-index: 9999;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}

.popup-global.active {
    visibility: visible;
    opacity: 1;
}

.popup-global .techno-frame {
    max-width: 970px;
}

.popup-global .selected-service {
    display: block;
    margin-bottom: 5rem;
}

.selected-service-img-2 {
    width: 20%;
    float: left;
}

.selected-service-desc-2 {
    margin-left: 22%;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.popup-global .techno-frame-item-inner {
    background: #000;
    position: relative;
}

.selected-service-desc-2 h2 {
    margin-bottom: 2rem;
}

.popup-global .order-now {
    float: right;
}

.popup-global .close-popup {
    top: 10px;
    right: 10px;
}

.overlay {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s;
}

.overlay.active {
    opacity: 0.6;
    visibility: visible;
}

.extra-info-wrap {
    overflow-y: auto;
    max-height: 80vh;
    
}
.aboutscrol {
	height: 550px;
}

.extra-info {
    padding-bottom: 2rem;
    overflow-y: auto;
    max-height: 60vh;
    height: 320px;
}

.extra-info h4 {
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.extra-info h6 {
    margin-bottom: 1rem;
}

.extra-info ul {
    list-style-type: none;
    margin-left: 0;
}

.extra-info li {
    color: #d9dbdd;
    font-size: 1.5rem;
    line-height: 1.3;
    padding-left: 25px;
    position: relative;
    margin-bottom: 1rem;
}

.extra-info li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    content: "";
    background: #00aeff;
    border-radius: 6px;
    top: 0.5rem;
    left: 8px;
}

.extra-info-left {
    width: 48%;
    float: left;
}

.extra-info-right {
    margin-left: 52%;
}

.more-info-section {
    margin-bottom: 2rem;
    text-align: center;
    overflow: hidden;
}

.more-info-section a {
    padding: 0.6rem 1.5rem;
    border: 1px solid #3b435a;
    border-radius: 50px;
    font-size: 13px;
    color: #d9dbdd;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
}

.more-info-section a:hover {
    background: #3b435a;
    color: #fff;
}

.more-info-section a:before,
.more-info-section a:after {
    position: absolute;
    top: 50%;
    height: 1px;
    background: #3b435a;
    content: "";
    left: 100%;
    width: 1000px;
}

.more-info-section a:after {
    left: auto;
    right: 100%;
}

@media screen and (max-height: 960px), screen and (max-width: 1600px) {
	.inner-overflow {
		overflow: hidden;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
	.inner {
		box-sizing: border-box;
	}
	#wrapper {
		overflow: hidden;
	}
	.inner-relative {
		width: 1600px;
		height: 100%;
		left: 50%;
		top: 50%;
		margin-left: -800px;
		position: fixed;
		-webkit-transform: translate(0, -50%) scale(0.7);
		transform: translate(0, -50%) scale(0.7);
	}

	.about {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		left: 50%;
		-webkit-transform-origin: center 0;
		transform-origin: center 0;
		margin-left: -492.5px;
		position: relative;
	}
	.algoritm,
	.audience,
	.techno,
	.compatibility,
	.equipment,
	.client-page,
	.safety {
		width: 1500px;
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
		left: 50%;
		margin-left: -750px;
		position: relative;
		-webkit-transform-origin: center 0;
		transform-origin: center 0;

	}
}

@media screen and (max-height: 900px) {
	.about,
	.algoritm,
	.audience,
	.techno,
	.compatibility,
	.equipment,
	.client-page,
	.safety {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		-webkit-transform-origin: center 10%;
		transform-origin: center 10%;

	}

}

@media screen and (max-width: 1450px) {
	#header #nav li a {
		font-size: 10px;
		padding: 1.2rem 1rem;
	}
	.working-day,
	.contact-phone {
		margin-top: 0;
	}
	.sign-title {
		margin-bottom: 0.5rem;
	}
}

@media screen and (max-width: 1250px) {
	#header #nav li {
		min-width: 23%;
	}
	#header #nav {
		padding-top: 0;
		margin-top: -10px;
	}

}

@media screen and (max-height: 750px), screen and (max-width: 1100px) {
	.about,
	.algoritm,
	.audience,
	.techno,
	.compatibility,
	.equipment,
	.client-page,
	.safety {
		-webkit-transform: scale(0.6);
		transform: scale(0.6);
	}

}

@media screen and (max-width: 1100px) {
	.inner-relative {
		-webkit-transform: translate(0, -50%) scale(0.55);
		transform: translate(0, -50%) scale(0.55);
	}

	.app-links {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
	}
}

@media screen  and (max-width: 1023px) {
	.copyright {
		padding-top: 0;
	}

	.app-links {
		-webkit-transform: scale(1);
		transform: scale(1);
		position: static;
		display: flex;
		justify-content: center;
		margin-bottom: 1rem;
	}
	.algoritm,
	.audience,
	.techno,
	.compatibility,
	.equipment,
	.client-page,
	.safety { 
		margin-left: 0;
		-webkit-transform: scale(1);
		transform: scale(1);
		left: 0;
		width: auto;
	}
	body {
		overflow: auto; 
	}
	.home .mobile-menu #nav {
		display: block;
	}
	#wrapper {
		overflow: hidden; 
	}

	.menu-icon {
		display: block;
	}
	#footer {
		padding-top: 65px;
		position: relative;
	}
	.footer-nav {
		bottom: auto;
		top: 0;
	}
	.mobile-menu {
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		display: block;
		bottom: 0;
		overflow-y: auto;
		width: 330px;
		box-sizing: border-box;
		background: rgba(0, 0, 0, 1);
		padding: 4rem 3.5rem;
		-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
		transition: transform 0.8s, opacity 0.8s;
		-webkit-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		opacity: 0;

	}
	.mobile-menu .client,
	.mobile-menu .tech {
		display: none;
	}
	.mobile-menu.active {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		opacity: 1;
	}
	.close-nav {
		width: 20px;
		height: 20px;
		position: relative;

		cursor: pointer;
	}
	.close-nav:before,
	.close-nav:after { 
		position: absolute;
		top: 50%;
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
		left: 50%;
		width: 100%;
		height: 1px;
		content: "";
		background: #8c8f93;
	}

	.close-nav:after {
		-webkit-transform: translate(-50%, -50%) rotate(-45deg);
		transform: translate(-50%, -50%) rotate(-45deg);
	}
	#nav {
		margin: 0 0 2rem 0;
	}
	#nav li {
		display: block;
	}
	.mobile-menu .social {
		float: none;
		margin-left: 0;
		text-align: center;
		margin-bottom: 2rem;
	}
	.mobile-menu .contact-phone,
	.mobile-menu .working-day {
		position: static;
		text-align: center;
		margin-bottom: 2rem;
	}
	#header .contact-phone,
	#header .working-day,
	#header #nav {
		display: none;
	}
	#wrapper {
		padding-top: 60px;
	}

	#header {
		position: fixed;
		left: 0;
		top: 0;
		right: 0;
		padding-top: 5px;

		-webkit-transition: background 0.5s, box-shadow 0.5s;
		transition: background 0.5s, box-shadow 0.5s;
	}
	.loaded .fixed#header {
		background: rgba(0, 0, 0, 0.7);
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	}

	#header .inner {
		padding-top: 0;
		padding-bottom: 0;
	}
	.inner {
		padding: 0 3%;
	}
	.about-content-scroll {
		height: auto;
	}
	.about-content-scroll .mCSB_scrollTools .mCSB_draggerContainer {
		display: none;
	}
	.techno-frame {
		margin-bottom: 5rem;
	}
	#footer .social {
		display: none;
	}

	body .mCSB_inside > .mCSB_container {
		margin-right: 0;
	}
	.algoritm-right {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.algoritm-list {
		width: auto;
		float: none !important;
	}
	.algoritm-item {
		margin-bottom: 2rem;
	}
	.audience-list li {
		width: 150px;
		margin: 0 1% 2.5rem;
	}

	.audience-list li:nth-child(6n+1) {
		margin-left: 1%;
	}
	.audience-list {
		margin-bottom: 3rem;
	}
	.techno-list {
		margin-bottom: 4rem;
	}
	.techno-left {
		width: auto;
		float: none;
	}
	.compatibility-right,
	.techno-right {
		margin-left: 0;
	}
	.compatibility-left {
		float: none;
		width: auto;
	}
	.techno-frame {
		max-width: 100%;
	}

	.compatibility-left {
		padding-top: 0;
	}
	.compatibility-content {

		padding-bottom: 2rem;
	}
	.equipment-content {
		padding-top: 2rem;
	}
	.equipment-img {
		min-height: 1px;
	}
	.safety-content-inner {
		width: 100%;
		height: auto;
	}
	.safety-schema-img,
	.radial {
		display: none;
	} 
	.safety-schema .safety-item {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		margin: 0 0 3rem 0;
		padding-left: 85px;
		text-align: left;
		width: auto;
		min-height: 75px;
	}
	.safety-schema .safety-item:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		background-repeat: no-repeat;
		background-image: url(/img/plexus/sprite.png);
	}
	.safety-item-1:before {
		width: 69px;
		height: 61px;
		background-position: -287px -68px;
	}
	.safety-item-2:before {
		width: 68px;
		height: 68px;
		background-position: -288px -158px;
	}

	.safety-item-3:before {
		width: 71px;
		height: 71px;
		background-position: -291px -244px;
	}

	.safety-item-4:before {
		width: 53px;
		height: 70px;
		background-position: -379px -63px;
	}

	.safety-item-5:before {
		width: 70px;
		height: 69px;
		background-position: -370px -154px;
	}
	.safety-item h3 {
		margin-bottom: 1rem;
	}
	.safety-content-inner {
		margin-top: 2rem;
		padding-bottom: 3rem;
	}
	.lig {
		display: none;
	}
	.dig-1 {
		left: 0;
		top: 0;
	}
	.dig-2 {
		bottom: 0;
		left: 0;
		right: auto;
		top: auto;
	}
	.safety-schema {
		position: relative;
		padding: 3rem 0;
	}
	.techno-content {
		padding-bottom: 3rem;
	}
	.tech-bottom-inner {
		margin-bottom: 2rem;
	}
	.step-3 .extra-service {
		width: 50%;
		margin-bottom: 2rem;
	}
	.center-of-nav {
		width: auto;
		height: auto;
		top: 0;
		left: 0;
		-webkit-transform: translate(0%, 0%);
		transform: translate(0%, 0%);
		position: static;
	}
	body .nav-item {
		position: relative;
		margin-bottom: 2rem !important;
		margin-left: 2%;
		margin-right: 2%;
		margin-top: 0;
		display: inline-block;
		vertical-align: top;
		left: auto;
		top: auto;
		right: auto;
		bottom: auto;
		width: 28%;
	}

	.nav-item-1,
	.nav-item-5 {
		-webkit-transform: translate(0, 0) scale(0);
		transform: translate(0, 0) scale(0);
	}

	.loaded .nav-item-1,
	.loaded .nav-item-5 {
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1);
	}
	.inner-overflow {
		position: static;

	}

	.inner-relative,
	.circle-first {
		position: static;
		width: auto;
		height: auto;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.inner-relative {
		padding: 3rem 0;
		margin-left: 0;
		-webkit-transform: translate(0, 0) scale(1);
		transform: translate(0, 0) scale(1);
	}
	.circle-second {
		display: none;
	}
	.circle-first {
		border: none;
		margin-bottom: 3rem;
	}
	.loaded .circle-first {
		-webkit-transform: scale(1) translate(0, 0);
		transform: scale(1) translate(0, 0);

	}
	.list-nav-img {
		display: none;
	}
	.nav-line {
		display: none;
	}
	.center-of-nav-inner {
		width: auto;
		height: auto;
	}
	.home-logo {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		display: block;
		max-width: 280px;
		text-align: center;
		margin: 0 auto 3rem;
	}
	.loaded .home-logo {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.login-form {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto;
	}

    .equipment-col-text-inner {
		height: auto;
	}

    .equipment-col-text-inner h4 {
        margin: 2rem;
        color: #ffffff;
        font-weight: bold;
        text-align: center;
        text-transform: uppercase;
    }

    .equipment-col-text-inner p {
        margin: 2rem;
        color: #ffffff;
        font-weight: bold;
    }

	.equipment-side-left {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}

    .equipment-side-right {
		margin-left: 0;
	}
}

@media screen  and (max-width: 767px) {
    .selected-service-img-2,
    .extra-info-left {
        width: auto;
        float: none;
        margin-bottom: 1.5rem;
    }

    .selected-service-desc-2,
    .extra-info-right {
        margin-left: 0;
    }
	.equipment-img {
		max-width: 240px;
	}
	.techno-list > li {
		width: 100%;

	}
	.techno-list > li:before {
		background: url(/img/plexus/center.png) repeat-y 0 0;
		height: 120px
	}
	.techno-icon-item {
		top: 12px;
	}
	.techno-list > li {
		padding-top: 120px;
	}
	.point {
		top: 25px;
	}
	.techno-right .techno-list > li:before,
	.techno-right .techno-list > li:after {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	.techno-right .techno-icon-item {
		right: 12px;
		left: auto;
	}
	.techno-right .point {
		left: 36px;
		top: 25px;
		right: auto;
	}
	.techno-right .techno-item,
	.techno-item {
		padding: 0 105px 0 70px;
	}
	.equipment-col {
		display: block;
		width: auto;
		margin-left: 0;
	}
	.equipment-img img {
		max-width: 45%;
	}
	.step-buttons {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);	
	}
	.techno-frame-item-inner {
		padding: 2rem;
	}
	.selected-service-desc {
		height: auto;
	}
	.quantity {
		width: 150px;
		display: inline-block;
		vertical-align: top;
	}
	.selected-services {
		margin-bottom: 3rem;
	}
}

@media screen  and (max-width: 700px) {
	html {
		font-size: 55%;
	}
	.mobile-menu .client,
	.mobile-menu .tech {
		display: block;
		float: none;
	}

	#header .client,
	#header .tech {
		display: none;
	}
	.tech span {
		padding-left: 107px;
		box-sizing: border-box;
	}
	.tech:before {
		background-position: 0 0;
	}

	.tech:after {
		background-position: 0 -81px;
	}
	.tech span:before {
		right: auto;
		left: 20px;
	}
	#header .inner {
		min-height: 50px;
	}
	.menu-icon {
		top: 1.5rem;
		left: auto;
		margin-left: 0;
		right: 3%;
	}
	.mobile-logo {
		position: absolute;
	}
	iframe {
		max-height: 300px;
	}

	.mobile-logo {
		display: block;
		padding-top: 5px;
	}
	.page-title {
		padding-top: 0;
	}
	.algoritm-right .techno-frame-item-inner {
		padding: 3rem; 
	}
	.algoritm-item {
		padding-left: 115px;
	}
	.content-techno h3,
	.equipment-col h3,
	.compatibility-logos-second-right,
	.compatibility-logos-third-left {
		font-size: 2.2rem;
		line-height: 1.1;
	}
	.audience-image {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@media screen  and (max-width: 680px) {
	.techno-list > li:before,
	.techno-item,
	.techno-list > li:after { 
		background-position: -45px 0 !important;
	}
	.point,
	.techno-right .point {
		top: 4px;
		left: 4px;
	}
	.techno-item,
	.techno-right .techno-item {
		padding-left: 20px;
	}
}

@media screen  and (max-width: 600px) {

	.step-3 .extra-service,
	.extra-service {
		width: 100%;
		margin-bottom: 2rem;
	}

	button.next-step, 
	.prev-step {
		margin-bottom: 1rem;
	}
	.circle-first {
		font-size: 0;
	}
	body .nav-item {
		width: 40%;
		margin-left: 5%;
	}

}

@media screen  and (max-width: 500px) {
	html {
		font-size: 50%;
	}
	.footer-nav {
		transform: scale(0.6);
	}
	.techno-frame-item-inner,
	.algoritm-right .techno-frame-item-inner {
		padding: 2rem;
	}
	iframe {
		max-height: 200px;
	}
	.mobile-menu {
		padding: 2rem;
	}
	.close-nav {
		margin-bottom: 2rem;
	}
	.mobile-menu {
		max-width: 320px;
		box-sizing: border-box;
	}
	.compatibility-logos-second-right {
		padding-top: 0;
	}
	.content-techno h3,
	.equipment-col h3,
	.compatibility-logos-second-right,
	.compatibility-logos-third-left {
		font-size: 2rem;
	}
	.service-item,
	.availability {
		width: auto;
		display: block;
		margin-bottom: 2rem;
	}
	.login-form {
		background-size: 100% 100%;
		position: static;
		overflow: hidden;
		padding: 30px;
		width: auto;
		height: auto;
	}

	.login-form-inner {
		top: 0;
	}
	.loaded .login-form {
	}
	.login-form input {
		font-size: 19px;
	}
	.home-logo {
		max-width: 60%; 
	}
}

@media screen  and (max-width: 400px) {
	.app-links a {
		display: block;
		margin-left: 0 !important;
		margin-bottom: 1.5rem;
	}
	.audience-content .techno-item,
	.techno-item,
	.techno-right .techno-item {
		padding-right: 20px;
	}
	.techno-icon-item,
	.techno-right .techno-icon-item {
		right: 50%;
		-webkit-transform: translate(50%, 0);
		transform: translate(50%, 0);
	}
	.techno-item-inner {
		margin-top: -10px;
	}
	.field-col-2 {
		float: none;
		width: auto;
		margin-left: 0;
	}
	.field-col-2:nth-child(2n+1) {
		margin-bottom: 2rem;
	}
	.btn-big {
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
		position: relative;
		left: 50%;
		margin-left: -161px;
	}
	.login-form {
		-webkit-transform: scale(0.6) translate(-8rem, 0);
		transform: scale(0.6) translate(-8rem, 0);
		margin-left: -248px;
		left: 50%;
	}
	.loaded .login-form {
		-webkit-transform: scale(0.6) translate(0, 0);
		transform: scale(0.6) translate(0, 0);
	}
}
