body{
	font-family: 'Open Sans', sans-serif;
	background-color:#f2f2f2;
	color: rgb(68, 68, 68);
	margin:0px;
	overflow-x: hidden;
	font-size: 15px;
}
.all_page{
	display:none;
	width:100%;
	height:100%;
	float:left;
}
.load_page{
	background-color: rgb(0,174,239);
	width:100%;
	height:100%;
	float:left;
}
.logo{
	background: url(cont/logo.png);
	background-color: rgb(0,174,239);
    background-repeat: no-repeat;
	background-size:40%;
	background-position:center; 
	margin:0px 0px 0px 0%;
	padding:80px 0% 80px 0%;
	width:100%;
	height:113.15px;
	float:left;
}
.logo_contacts{
	background: url(cont/logo.png);
    background-repeat: no-repeat;
	background-size:150px;
	background-position:left; 
	margin:0px 0px 10px 0%;
	width:100%;
	height:40px;
	float:left;
}
.txt{
	width:40%;
	padding:0% 30% 0% 30%;
	font-size:16px;
	float:left;
	margin:80px 0px 80px 0px;
}
.bt{
	text-align:center;
	width:30%;
	color: #FFFFFF;
	background-color: rgb(0,174,239);
	padding:5px 20px 5px 20px;
	text-decoration:none;
	float:left;
	border-radius:3px;
}
.contacts{
	background-color: rgb(68, 68, 68);
	color:#FFFFFF;
	width:60%;
	padding:80px 20% 80px 20%;
	float:left;
}
.contacts_cont{
	float:left;
	width:33.33%;
}
.spinner {
  margin-left:-1em;
  left:50%;
  margin-top:-1em;
  top:50%;
  height: 28px;
  width: 28px;
  animation: rotate 0.8s infinite linear;
  border: 8px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  float:left;
  position:fixed;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}