@charset "utf-8";
/* CSS Document */

/*Reset style brauser*/
html, body { 
  padding: 0; 
  margin: 0; 
  width:100%;
  } 
html { 
  font-size: 1em; 
  } 
body { 
  font-size: 100%; 
  } 
a img, :link img, :visited img { 
  border: 0; 
  } 

.header:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header { display: inline-block; }
/* start commented backslash hack \*/
* html .header { height: 1%; }
.header { display: block; }
/* close commented backslash hack */



*{
	box-sizing: border-box;
}

.wraper{
	width:100%;
}

.header{
	display:block;
	position:relative;
	height:400px;
	margin:none;
	background:url("img/header.png") 100% 100% no-repeat;
	background-size: 100% auto;	
}

.header-right{
	margin-top:120px;
	margin-right:30px;
	float:right;
}

.header-right > span{
	font-size:80px;
	color:#fff;
	background-color:rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(1,1,1,0.5);
	border-radius: 10px;
	padding: 10px;
}
.header-left{
	margin-top:50px;
	margin-left:10px;
	float:left;
}

.header-left > span{
	font-size:70px;
	color:#fff;
	background-color:rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 30px rgba(1,1,1,0.5);
	border-radius: 10px;
	padding: 10px;
}

iframe{
	border:2px solid #ffffff;
	box-shadow: 0 0 30px rgba(1,1,1,0.5);
}
.video{
	margin: 10px;
}


div{
	display:block;
	position:relative;
	background-size: 100% auto;
	margin:none;
}


body{
	background:#4675f4;
	}
	
h2{
	color:#ffffff;
	font-size: 25px;
}	

.bassein{
	display:inline-block;
	position:relative;
	margin:20px;
	
}

.bassein > span{
	display:inline-block;
	position: absolute;
	font-size: 24px;
	top:122px;
	left: 30px;
	color:#fff;
	
	
}

.menu{
	min-height:160px; 
    background: #4675f4; 
}

.menu li{
	display:inline;
	list-style:none;
	margin-left:10%;
	margin-right:10%;
}



.block1{
	min-height:700px;
	background:url("img/basseyn-s-sharikami.jpg") 100% 100% no-repeat ;
	background-size: cover;	
	}
	
.block2{
	min-height:700px;
	background:url("img/page-2.jpg") 100% 100% no-repeat ;
	background-size: cover;	
	
	}
	
.block3{
	min-height:700px;
	background:url("img/page-3.jpg") 100% 100% no-repeat ;
	background-size: cover;	
}



.menu1 li{
	display:inline;
	list-style:none;
	margin-left:4%;
	margin-right:4%;
}

 p{
	color:#ffffff;
	font-size:20px;
	list-style:none;
 }

 .block1-1, .block3-3{
	display:block;
	position:absolute;
	top: 15px; 
	right: 15px;
	padding: 10px;
	width:500px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background-color:rgba(0, 0, 0, 0.3);
 }
 
 .block2-2{
	display:block;
	position:absolute;
	top: 15px; 
	left: 15px;
	padding: 10px;
	width:500px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	background-color:rgba(0, 0, 0, 0.3);
 }
 


.mmenu{
	border:2px solid #ffffff;
	box-shadow: 0 0 10px rgba(1,1,1,0.6);
}

.main-menu {
	display: inline;
	list-style:none;
	font-size:25px;
	margin-left:9%;
	margin-right:3%;
}
.main-menu a{
	text-decoration:none;
	color: #ffffff;
	
}
 
.footer {
	position:relative;
	list-style:none;
	top:15px;
    clear: both;
	text-align: center;
	
}

.footer a{
	color:#ffffff;
	text-decoration:none;
}






