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%;
}
h2{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;}
#station2{position: fixed; /* Фиксированное положение */
right:0%; left:0%; top:0%;
background: rgba(255,255,255,0.9); /* Цвет фона */ 
margin-top:60px; text-align:center;
background-attachment: fixed;}
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 2em; /*відступи навколо тексту*/
  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: 0.5% 4%;
}
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;
}
h1{text-align:center; margin-top:3%; margin-left:10%; margin-right:10%; color:#2e7ebd; font-size:1.5em;}
#deals{text-align:center; margin-left:10%; margin-right:10%;}
#maps{max-width:100%;}
a.button1 {
  display: inline-block;
  width: 15em;
  font-size: 100%;
  color: rgba(255,255,0,.9);
  text-shadow: #2e7ebd 0 1px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  white-space: pre-line;
  padding: 0.5em;
  border: 5px solid;
  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) 5px 5px;
  margin:1% 0.5%;/*відступи навколо кнопок*/
}
a.button1:first-line{
  font-size: 100%;
  font-weight: 700;
}
a.button1:hover {
  color: rgb(255,255,255);
  background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
}
a.button1:active {
  color: rgb(255,255,255);
  border-color: #2970a9;
  background-image: linear-gradient(#5796c8, #6aa2ce);
  box-shadow: none;
}
h4{text-align:center; margin-bottom:1%;}
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));}
a.button2 {
  display: inline-block;
  max-width:100%;
  width: 26em;
  font-size: 100%;
  color: rgba(255,255,0,.9);
  text-shadow: #2e7ebd 0 1px 2px;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  white-space: pre-line;
  padding: 0.5em;
  border: 5px solid;
  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) 5px 5px;
  margin:1% 0.5%;
}
a.button2:first-line{
  font-size: 100%;
  font-weight: 700;
}
a.button2:hover {
  color: rgb(255,255,255);
  background-image: linear-gradient(#9dc7e7, #74afdd 50%, #378bce);
}
a.button2:active {
  color: rgb(255,255,255);
  border-color: #2970a9;
  background-image: linear-gradient(#5796c8, #6aa2ce);
  box-shadow: none;
}
#project{text-align:left;
font-size:1em;
margin:1% 14%;}
.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: ''; }
.income{text-align:center; max-width:100%;}
#statliv{text-align:center; margin-bottom:1%; font-size:1.2em;}
.karta{text-align:center; font-weight: bolder; font-size:1em;}