@charset "utf-8";
/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.bg {
	background-image: url("../images/bg.png");
	background-repeat: repeat-x;
	background-position: top;
}
.nav {
	display: block;
	position: relative;
	width: 790px;
	height: 190px;
	background-image: url("../images/nav-rus.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.nav a {
	display: block;
	position: absolute;
	z-index: 100;
	top: 101px;
}
.nav a img {
	display: block;
	visibility: hidden;
}
.nav a:hover img {
	visibility: visible;
}
.nav a.but1 {
	left: 15px;
}
.nav a.but2 {
	left: 138px;
}
.nav a.but3 {
	left: 234px;
}
.nav a.but4 {
	left: 346px;
}
.nav a.but5 {
	left: 457px;
}
.nav a.but6 {
	left: 572px;
}
.nav a.but7 {
	left: 695px;
}
/*eng*/
.naveng {
	display: block;
	position: relative;
	width: 790px;
	height: 190px;
	background-image: url("../images/nav-eng.png");
	background-repeat: no-repeat;
	background-position: center top;
}
.naveng a {
	display: block;
	position: absolute;
	z-index: 100;
	top: 99px;
}
.naveng a img {
	display: block;
	visibility: hidden;
}
.naveng a:hover img {
	visibility: visible;
}
.naveng a.but1 {
	left: 13px;
}
.naveng a.but2 {
	left: 140px;
}
.naveng a.but3 {
	left: 238px;
}
.naveng a.but4 {
	left: 347px;
}
.naveng a.but5 {
	left: 457px;
}
.naveng a.but6 {
	left: 569px;
}
.naveng a.but7 {
	left: 683px;
}
.link {
	text-decoration: none;
	font-size: 14px;
	color:#FF0004;
}
.link:hover {
	color: #293EB9;
}
.button {
  text-align: center;
  cursor: pointer;
  font-size:20px;
  padding:10px 30px;
  outline: none;
  background-color: #27ae60;
  border: none;
	text-decoration: none;
	color: #fff;
	margin-bottom: 30px;
	font-weight: normal;
	display: inline-block;
	
}

.button:hover{
  background-color: #2ecc71;
}

.button:active {
  background-color: #2ecc71;
}