






body {
	width: 100%;
	margin: 0 auto;
	background-image: url('index_uploads/bg.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
	background-attachment: fixed;
	transition: all 1s ease !important;
}
.body_open {
	background-size: 110% 110% !important;
	transition: all 1s ease !important;
}
.panelBox {
}



#clientLogo {
	position: absolute;
	right: 26%;
	top: 50%;
	width: 25%;
	height: 150px;
	object-fit: contain;
}



.blur {
	width: 10%;
	position: fixed;
	top: -11%;
	left: 0%;
	z-index: 20;
	transform: rotate(30deg);
	transition: all 3s ease !important;
	opacity: 0;
}

.blurAtRight {
	opacity: 1;
	left: 100%;
	transition: all 3s ease !important;
}


.brain_left {
	width: 18%;
	position: fixed;
	top: 0;
	left: 32%;
	z-index: 10;
	transition: all 1s ease !important;
}
.brain_left_open {
	left: 20% !important;
	transition: all 1s ease !important;
}
.brain_right {
	width: 18%;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 10;
	transition: all 1s ease !important;
}
.brain_right_open {
	left: 62% !important;
	transition: all 1s ease !important;
}
.power_elips {
	width: 16%;
	position: fixed;
	top: 30%;
	left: 42%;
	z-index: 10;
	cursor: pointer;
	transition: all 1s ease !important;
	border-radius: 150px;
	box-shadow: -0px 0 0px #f0f, 0px 0 0px #0ff;
}
.power_elips_open {
	transition: all 1s ease !important;
	transform: scale(2) !important;
	opacity: 0 !important;
}
.power_elipsAtGlow {
	box-shadow: -10px 0 50px #f0f, 10px 0 50px #0ff;
}
.power_elips:hover {
	box-shadow: -10px 0 50px #f0f, 10px 0 50px #0ff;
}

.blueDecTop {
	width: 16%;
	height: 40%;
	position: fixed;
	top: 5%;
	left: 42%;
	z-index: 8;
	background: #012d36;
	transition: all 1s ease !important;
}
.blueDecTop_open {
	opacity: 0.5;
	transition: all 1s ease !important;
	height: 1% !important;
	width: 30% !important;
	left: 35% !important;
}

.blueDecBottom {
	width: 16%;
	height: 40%;
	position: fixed;
	bottom: 15%;
	left: 42%;
	z-index: 8;
	background: #012d36;
	transition: all 1s ease !important;
}
.blueDecBottom_open {
	opacity: 0.5;
	transition: all 1s ease !important;
	height: 1% !important;
	width: 30% !important;
	left: 35% !important;
}

.panelForm {
	width: 20%;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 7%;
	transition: all 1s ease !important;
	opacity: 0;
	transform: scale(0);
}
.panelForm_open {
	opacity: 1 !important;
	transition: all 1s ease !important;
	transform: scale(1) !important;
}

.formerLogo {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
}


.formerLogo img {
	width: 50%;
	margin: 0 auto;
}


.formerContainer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	padding-top: 30%;
}
.former {
	width: 100%;
	margin: 5% auto;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.former .formerIcon {
	position: absolute;
	top: 0%;
	right: 0%;
	border-left: 1px solid rgba(0,0,0,0.2);
	height: 98%;
	padding-top: 2%;
	text-align: center;
	width: 15%;
	z-index: 3;
}
.former .formerIcon .fas {
	display: inline-block;
	vertical-align: middle;
	opacity: 1;
	color: rgba(0,175,250,1);
}

.former input {
	width: 80%;
	display: inline-block;
	vertical-align: middle;
	padding: 3%;
	border: none;
	border: 1px solid rgba(0,175,250,1);
	border-radius: 5px;
	padding-right: 16%;
	text-align: right;
}

.former button {
	width: 60%;
	padding: 3% 2%;
	font-family: inherit;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	color: #FFFFFF;
	font-family: 'calibri';
  background:rgba(0,175,250,1);
}


.topImg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.topImg img {
	width: 100%;
}


.bottomImg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.bottomImg img {
	width: 100%;
}
