body{font-size:medium; font-family:verdana;
	background: url('/n.gif') no-repeat;
	background-attachment: fixed;
	line-height: 32px;
	word-wrap: normal;}
#header{
	top:0%;
	background: rgba(255,255,255,1); /* Цвет фона */ 
	left:0; right:0;
	text-align: center;
}
img {margin:1%;
max-width:100%;
max-height:100%;
}
h1{text-decoration: none; text-align:center; color:#1E90FF; font-size:1.5em;
margin: 1% 10%; line-height: 110%;}
a{text-decoration:none; text-align:left; font-weight:bolder;}
a:hover{text-decoration:underline;}
#station{position: fixed; /* Фиксированное положение */
	right:0%; left:0%; top:0%;
	background: rgba(255,255,255,0.9); /* Цвет фона */ 
	margin-top:130px; text-align:center;}
a.button {
  display: inline-block;
  width: auto; /*ширина кнопок*/
  font-size: 100%; /*розмір шрифту*/
  color: rgba(255,255,0,.9);
  text-shadow: #2e7ebd 0 1px 2px; /*тінь*/
  text-decoration: none;
  text-align: center;
  line-height: 2; /*висота*/
  white-space: pre-line; /*перенесення тексту*/
  padding: 0.5em 2.5em; /*відступи навколо тексту*/
  border: 6px inset; /*межі кнопки*/
  border-color: #60a3d8 #2970a9 #2970a9 #60a3d8;
  border-radius: 90px; /*заокруглення кнопок*/
  outline: none;
  background: #60a3d8 linear-gradient(#89bbe2, #60a3d8 50%, #378bce);
  box-shadow: inset rgba(255,255,255,.5) 10px 10px;
  margin: 2% 5%; /*відступи навколо кнопок*/
}
a.button:first-line{
  font-size: 100%; /*висота кнопок*/
  font-weight: 700;
}
a.button:hover {
  color: rgb(255,255,255);
  background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
}
a.button:active {
color: rgb(255,255,255);
  border-color: #2970a9;
  background-image: linear-gradient(#5796c8, #6aa2ce);
  box-shadow: none;
  
}
#deals{text-align:center;}
.income{text-align:center; max-width:100%;}
hr{margin-top:20px; border: 0; height: 3px; margin-right:10%; margin-left:10%;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(30,144,255,0.55), rgba(0,0,0,0));}
#one{border: 0; height: 3px; margin-right:10%; margin-left:10%;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(30,144,255,0.55), rgba(0,0,0,0));}
h2{text-decoration: none; text-align:center; color:#1E90FF;}
h3{text-align:center;}
#project{text-align:left;
font-size:1.2em;
margin:1% 14%;}
h4{text-align:center;}
.attention{color:red; font-weight: bold;}
#container {
	margin: 0 10%;
}


nav {
	margin: 0;
	background-color: #1E90FF;
}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	}
	
nav ul li {
	display:inline-block;
	background-color: #1E90FF;
	}

nav a {
	display:block;
	padding:0 10px;	
	color:#FFF;
	font-size:20px;
	line-height: 60px;
	text-decoration:none;
}

nav a:hover { 
	background-color: #000000; 
}

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute; 
	top: 60px; /* the height of the main nav */
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:inherit;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:260px;
	float:none;
	display:list-item;
	position: relative;
	
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-60px; 
	left:260px;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content:  ' +'; }
li > a:only-child:after { content: ''; }
#statliv{text-align:center; margin-bottom:1%; font-size:1.2em;}
.karta{text-align:center; font-weight: bolder; font-size:1em;}