html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	background-color: #fff;
	line-height: 14px;
	color: #777;
}

table,
img {
	border: 0;
}

table {
	border-collapse: collapse;
}

table td {
	padding: 0;
	vertical-align: top;
}

form {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3 {
	margin: 4px 0;
}

h1 {
	font-size: 15px;
}

h2 {
	font-size: 13px;
}

h3 {
	font-size: 11px;
}

li {
	padding-top: 10px;
}

textarea,
input,
select {
	border: 1px solid #a29a98;
	background-color: #FFF;
	font-size: 11px;
}

img {
	border: 0;
}

a {
	color: #028dee;
	text-decoration: underline;
}

a:hover {
	color: #028dee;
	text-decoration: none;
}

.clear {
	clear: both;
}

#wrapper {
	height: 100%;
	width: 800px;
	margin: 0 auto;
}

#container {
	min-height: 100%;
	width: 760px;
	margin: 0 20px -71px 20px;
}

* html #container {
	height: 100%;
}

/* Футер */

#empty {
	height: 91px;
	clear: both;
}

#bottom {
	height: 68px;
	width: 760px;
	margin: 0 20px;
	border-top: 3px solid #777;
}

#bottom-menu {
	padding-top: 20px;
	text-align: center;
	font-size: 13px;
}

#bottom-menu div {
	border-left: 1px solid #777;
	padding: 0 14px 0 15px;
	display: inline;
}

#bottom-menu a {
	text-decoration: none;
	color: #777;
}

#bottom-menu a:hover {
	text-decoration: none;
	color: #000;
}

#bottom-menu .activ a {
	text-decoration: none;
	color: #777;
}

#bottom-menu .first {
	border-left: 0;
}

#bottom-menu .last {}

#bottom-copyright {
	padding-top: 7px;
	text-align: center;
	font-size: 9px;
}

#bottom-copyright a {
	color: #777;
	text-decoration: underline;
}

#bottom-copyright a:hover {
	color: #000;
	text-decoration: none;
}

table.simple {
	border: 1px solid #ccc;
}

table.simple td,
table.simple th {
	border: 1px solid #ccc;
	padding: 5px;
}
#main img {
	max-width: 100%;
}

.big-banner {
  float:left;
  display: block;
}

#top-menu-wrapper {
  float: left;
}

.top-phone {
  background: linear-gradient(0deg, rgba(255,255,255,0) 0%, rgb(225 225 225) 2%, rgba(255,255,255,0) 100%);
  width: 435px;
  height: 50px;
  text-align: right;
  color: #797979;
  text-decoration: none;
  padding: 16px;
  font-size: 21px;
  box-sizing: border-box;
  font-weight: bold;
}