@font-face{

	font-family: 'MTS Sans';

	src: url('../fonts/MTSSans-Regular__W.woff');

	/* src: url('../fonts/WebFont.eot?iefix') format('eot'),

	/* url('../fonts/WebFont.woff') format('woff'),

	url('../fonts/WebFont.ttf') format('truetype'),

	url('../fonts/WebFont.svg#webfont') format('svg'); */

	font-weight: normal;

	font-style: normal;

}
@font-face{

	font-family: 'MTS Sans';

	src: url('../fonts/MTSSans-Bold__W.woff');
	
	font-weight: bold;
	
	font-style: normal;
	
	}
html, body {
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: #041623;
	/* background: url(../img/bg.jpg) #062B35 center center fixed;
	background-repeat: no-repeat;
    background-size: cover; */
}
/*.loader2 {*/
/*	display: none;*/
/*}*/
/* canvas {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

} */
#canvas1 {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

header {
	width: 100%;
	margin: 0 auto;
	position: fixed;
	top: 0;
	height: 80px;
	z-index: 100500;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	-ms-transition: all .6s;
	-o-transition: all .6s;
	transition: all .6s;
}
h1 {
	font-family: 'MTS Sans';
	font-size: 24px;
	line-height: 68px;
	/*text-transform: uppercase;*/
	color: #fff;
	letter-spacing: 0.08em;
    font-weight: 100;
	text-align: center;
}
h2 {
	font-size: 48px;
	line-height: 52px;
	/* or 108% */

	letter-spacing: -1px;
}
nav {
	width: 80%;
	margin: 10px auto;
	position: relative;
}
a {
    text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
section {
	width: 100%;
	padding: 0;
	height: 100%;
	position: relative;
	z-index: 100;
	margin: 0 auto;
}

.side-buttons {
	position: absolute;
	display: none;
	top: 30vh;
	left: 11vw;
}
.side-buttons2 {
	position: absolute;
	display: none;
	top: 30vh;
	right: 11vw;
}
.side-buttons2 .side-button{
	padding-top: 21px;
}
.side-button {
	font-family: 'Roboto', sans-serif !important;
	padding: 10px 20px;
	border-radius: 4px;
	width: 230px;
	min-height: 60px;
	cursor: pointer;
	opacity: 0;
	margin: 10px 0;
	background: rgba(255,255,255,0.2);
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 0.04em;
	line-height: 20px;
	transform: translate3d(-360px, 0, 0) perspective(200px) rotateX(20deg);
	-webkit-transform: rotateX(30deg);
	-ms-transform: rotateX(30deg);
	-webkit-perspective: 200px;
	perspective: 200px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.side-button:hover {
	background: rgba(185,238,255,0.3);
	box-shadow: 0px 0px 10px -2px #0EB7FF;
}
.side-button a  {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 20px;
	color: #fff;
}
span.special {
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 20px;
}
.close {
	position: absolute;
	top: -90px;
	right: 90px;
	width: 60px;
	height: 60px;
	cursor: pointer;
	transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
}
.close img {
	width: 100%;
}
footer {
	width: 100%;
	background-color: #004A6F;
	min-height: 200px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 100;
	font-size: 32px;
	padding-top: 40px;
}
input {
	width: 50%;
	opacity: 0.6;
	padding: 15px;
	font-size: 15px;
	color: #fff;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 2px solid #E30611;
	background: none;
	margin-bottom: 15px;
	font-weight: 300;
	transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
}
::placeholder {
	color: #fff;
}
textarea {
	opacity: 0.6;
	width: 50%;
	height: 80px;
	margin-top: 30px;
	padding: 15px;
	font-size: 15px;
	color: #fff;
	border: 2px solid #E30611;
	background: none;
	font-weight: 300;
	resize: none;
	transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
}
textarea:focus {
	opacity: 1;
}
input:focus {
	opacity: 1;
}
img.svg-button {
	width: 80px;
	margin: 20px;
}
img.logo-menu {
	width: 184px;
	margin: 18px 0 0 0;
}
/* img.white, img.dark {
	display: none
} */
.mobile_container {
	position: absolute;
	z-index: 10;
	width: 100%;
}
.mobile {
	display: none;
	margin: 20px auto;

}
.logo_main_page {
	width: 240px;
	padding-left: 120px;
	float: left;
	margin: 0 auto;
	padding-top: 40px;
}
.logo_main_page img{
	width: 100%;
}
.button_send {
	width: 120px;
	cursor: pointer;
	padding: 10px 0;
	margin: 20px auto;
	background-color: #E30611;
	color: #fff;
	transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
}
.button_send:hover {
	opacity: 0.7;
}
.pl {
	width: 36px;
	height: 20px;
	overflow: hidden;
	border-radius: 5px;
	display: inline-block;
	vertical-align: top;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.pl:hover {
	/* background: pink; */
	cursor: pointer;
}
.pl1 {
	background: #fff;
	margin: 0 15px 0 0;
	color: #001424;
}
.pl2 {
	background: #E30611;
	margin: 0 15px;
	color: #fff;
}
.pl3 {
	background: #001424;
	margin: 0 0 0 15px;
	color: #fff;
}
.hdr {
	font-size: 32px;
	font-weight: bold;
	margin-left: 44px;
}
.desc {
	font-size: 20px;
	margin: 16px 0 0 44px;
	padding-right: 16px;
}
.pl1 .desc {
	color: #6E7782;
}

:focus {
	outline: 0;
}
.hero_container {
	height: 100%;
	margin: 0 auto;
    width: 1168px;
}
.left-side {
	width: 50%;
	height: 100%;
}
.right-side {
	width: 50%;
	height: 100%;
	margin-left: 50%;
	color: #fff;
}
.button {
	margin: 20px auto;
	width: 220px;
	background: #2995f7;
	color: #fff;
	text-align: center;
	font-size: 1.2vw;
	padding: 11px 0;
	border-radius: 6px;
	cursor: pointer;
	transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
}
.button:hover {

	background: #74BAFA;

}
.hero {
	position: absolute;
    bottom: 180px;
    width: 100%;
    left: 0;
}
.mnu img {
	margin: 0 10px;
	vertical-align: middle;
}
.right-side.white {
	color: #202D3D;
	width: 45%;
	padding-left: 5%;
	position: relative;
	/* background: linear-gradient(to top, rgba(255,255,255,0) 10%, rgba(255,255,255,0.7) 50%, rgba(255,255,255,0) 90%); */
}
.hero2 {
	margin-top: 32px;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
.hero3 {
	margin-top: 40px;
    font-size: 0;
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 100500;
}
.bttn {
	vertical-align: top;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}

.support_item {
	width: 310px;
	vertical-align: top;
	text-align: left;
	display: inline-block;
	border-left: 4px solid #4477A2;
	padding: 10px;
	margin: 10px;
}
.pwr {
	width: 320px;
	margin-top: 30px;
}

.content {
	font-family: 'Roboto', sans-serif !important;
	transform: translate3d(0, -60px, 0);
	opacity: 0;
	color: #fff;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 36px;
	position: absolute;
	top: 17vh;
	width: 35vw;
	left: 33vw;
	padding: 2vw;
	background: rgba(255,255,255,0.2);
	box-shadow: 0px 0px 10px -2px #0EB7FF;
	transition: all 0.6s !important;
	-webkit-transition: all 0.6s !important;
	-moz-transition: all 0.6s !important;
	-o-transition: all 0.6s !important;
}
#intro {
	height: 100%;
	padding: 0;
}
.logo_main {
	display: block;
	position: absolute;
	left: 20px;
	/* opacity: 0; */
}
.logo_main2 {
	display: block;
	position: absolute;
	left: 20px;
	opacity: 1;
}
.logo_main img {
	width: 184px;
}
.logo_main2 img {
	width: 184px;
}
.logo_load {
	width: 160px;
	margin: -60px 0 40px;
}
.main_menu {
    float: right;
    display: block;

}
.main_menu a {
    color: rgba(255,255,255,1);
    padding-bottom: 0px;
	border-bottom: 4px solid rgba(255,255,255,0);
}
.main_menu a:hover {
	padding-bottom: 6px;
    border-bottom: 4px solid #0EB7FF;
}
.main_menu a.active {
	padding-bottom: 6px;
	border-bottom: 4px solid #0EB7FF;
}
.logo_main a.active {
	padding-bottom: 0;
	border-bottom: 0;
}
.logo_main a:hover {
	padding-bottom: 0;
	border-bottom: 0;
}
.logo_main2 a.active {
	padding-bottom: 0;
	border-bottom: 0;
}
.logo_main2 a:hover {
	padding-bottom: 0;
	border-bottom: 0;
}
.menu_item {
	display: inline-block;
    font-weight: 600;
    letter-spacing: 0.04em;
    font-size: 16px;
    margin: 22px 20px 0 0;
}
.header_main {
	color: #26dfe1;
	padding: 40px 0 60px;
	font-size: 40px;
	text-align: center;
}
.icon {
	width: 128px;
}
.item2 {
	width: 200px;
	margin: 5px;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
	font-size: 16px;
	display: inline-block;
	border: 1px solid #4477A2;
	border-radius: 5px;
	padding: 10px;
}
.hdr_item {
	color: #4477A2;
	font-size: 24px;
}
.hdr2_item {
	color: #4E4E4E;
	font-weight: 300;
	font-size: 14px;
}
.cnt_item {
	font-size: 16px;
	line-height: 20px;
}
.item {
	width: 310px;
	vertical-align: top;
	text-align: center;
	display: inline-block;
}
.item img {
	width: 128px;
	margin-bottom: 20px;
}
.item ul {
	text-align: left;
}
.left_container {
    width: 50%;
}
.container_main {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.header_intro {
    font-size: 40px;
    color: #4477A2;
}
.content_intro {
    font-size: 24px;
    font-weight: 300;
    margin-top: 40px;
    line-height: 30px;
}
.loader2 {
	position: fixed;
	z-index: 100500;
	color: #fff;
	text-align: center;
	top: 0;
	width: 100%;
	height: 100%;
	/*background-image: url("../img/ps_logo.png");
	background-position: center;
	background-repeat: no-repeat;
	background-color: #555;*/
	background-color: rgba(0,0,0,1);
}
.progress {
	position: absolute;
	margin: 60px 0 0 -210px;
	width: 426px;
	top: 50%;
	left: 50%;
	color: #fff;
	text-align: center;
}
.progressNumber {
	position: relative;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}
.myProgress {
	position: relative;
	margin-top: 40px;
	width: 100%;
	height: 3px;
	background-color: grey;
}
#myBar {
	position: absolute;
	width: 1%;
	height: 100%;
	background-color: green;
}
#myBar2 {
	position: absolute;
	width: 1%;
	height: 100%;
	background-color: green;
}
#label {
	text-align: center;
	line-height: 30px;
	color: white;
}
.progressNumber {
	position: relative;
	margin-top: 10px;
	color: #fff;
	font-size: 12px;
}
.myProgress {
	position: relative;
	margin-top: 20px;
	width: 100%;
	height: 3px;
	background-color: grey;
}
#myBar2 {
	position: absolute;
	width: 1%;
	height: 100%;
	background-color: green;
}
#label {
	text-align: center;
	line-height: 30px;
	color: white;
}
#progress {
	color: white;
	position: relative;
	top: 40%;
	width: 100%;
	font-size: 20px;
	font-weight: lighter;
	z-index: 100;
	text-align: center;
	display:none;
}

.shadow {
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

#progressbar {
	text-align: center;
	background: #888;
	width: 250px;
	height: 2px;
	margin-top: 10px;
}

#bar {
	background:#fff;
	width:0px;
	height:2px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.copyright {
	font-size: 14px;
	line-height: 20px;
	color: #9198A0;
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 300px;
	margin-left: -150px;
	left: 50%;
}
@media (max-width: 1440px) {
	.item2 {
		width: 170px;
		margin: 5px;
		padding: 5px;
	}
	.hero {
		font-size: 30px;
	}
	.list-container {
		width: 55vw !important;
	}
	.header {
		width: 55vw !important;
	}
	.list-header {
		width: 55vw !important;
	}
}
@media (max-width: 1240px) {
    .menu_item {
        font-size: 12px;
        margin-top: 26px;
    }
	.left_container {
		width: 70%;
	}
	.header_intro {
		font-size: 34px;
	}
	.content_intro {
		font-size: 22px;
		line-height: 28px;
	}
}
@media (max-width: 920px) {
	header {
		display: none;
	}
	.right-side.white {
		width: 90%;
	}
	img.icon {
		width: 40%;
	}
	.right-side {
		width: 100%;
		margin: 0;
	}
    .logo_main {
        width: 100%;
        text-align: center
    }
	.container_main img{
		width: 100%;
	}
	.left_container {
		width: 70%;
	}
	.hero {
		text-align: center;
	}
	.hero2 {
		text-align: center;
	}
	.hero3 {
		text-align: center;
	}
	.logo_main_page {
		display: block;
		padding-bottom: 80px;
	}
	#intro {
		height: 100%;
		padding: 0;
	}
}
@media (max-width: 640px) {
	.side-buttons {
		top: 5vh;
		width: 100%;
		left: 0;
	}
	.side-buttons2 {
		display: none !important;
	}
	.side-button {
		width: 100%;
		z-index: 100500;
	}
	.close {
		width: 30px !important;
		height: 30px !important;
		z-index: 200500 !important;
	}
	.header {
		width: 75vw !important;
	}
	.main-container {
		width: 100% !important;
	}
	.add-container {
		width: 100% !important;
		margin-top: 80px !important;
	}
    section {
		width: 90%;
		padding: 20px 5% 40px;
    }
	textarea {
		width: 90%;
	}
	input {
		width: 90%;
	}
	.container_main img{
		width: 100%;
	}
	img.icon {
		width: 40%;
	}
	img.srv_img {
		width: 128px;
		display: block;
		margin: 0 auto;
	}
	.mobile {
		display: block;
	}
	.container_main {
		width: 100%;
	}
	.support_item {
		width: 90%;

	}
	.item2 {
		width: 80%;
	}
	#intro {
		width: 100%;
	}
	.hero {

	}
	.header_main {
		font-size: 30px;
	}
	.item {
		width: 100%;
	}
	.left_container {
		width: 100%;
	}
	.header_intro {
		font-size: 24px;
	}
	.content_intro {
		font-size: 18px;
		line-height: 26px;
	}

	.list-container {
		width: 80vw !important;
	}
	.header {
		width: 80vw !important;
	}
	.list-header {
		width: 80vw !important;
	}

}







#c {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	display: block;
	z-index: -1;
  }
  .diagram {
	display: inline-block;
	width: 5em;
	height: 3em;
  }
  .left {
	float: left;
	margin-right: .25em;
  }
  .right {
	float: right;
	margin-left: .25em;
  }
  p {
	margin: 1em auto;
	max-width: 500px;
	font-size: xx-large;
  }