html, body {
  margin: 0;
  margin-left: 0;
  padding: 0;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  min-width: 1024px;
  font-family: 'Tahoma';
  color: #333;
}

a {
  text-decoration: none;
  color: #e84a1a;
}

h1 {
  margin-left: 0;
  padding: 0;
  border-bottom: 1px solid black;
  padding-left: 10px;
  padding-bottom: 10px;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.dn {
  display: none;
}

textarea, input { 
  outline: none;
}

img {
  border: 0;
}

blockquote p {
  font-size: 13px;
  padding:0 30px;
  color: #333;
}

blockquote:before {
  content: '«';
  font-size: 300%;
  float: left;
  color: #e84a1a;
  margin: -18px 0 0 -15px;
}

blockquote:after {
  content: '»';
  font-size: 300%;
  float: right;
  margin-top: -60px;
  color: #e84a1a;
}

.button {
  border: 1px solid #e84a1a;
  color: #fff;
  height: 34px;
  background-color: #e84a1a;
  cursor: pointer;
}

.button.gray {
  border: 1px solid #d8d8d8;
  color: #333;
  background-color: #f4f4f4;
}

.button:hover {
  font-weight: 600;
}

.button:active {
  font-weight: 800;
}

.button[disabled] {
  color: #ccc;
}

.button:hover[disabled] {
  font-weight: normal;
}

.input {
  border: 1px solid rgb(216, 216, 216);
  height: 33px;
  padding-left: 10px;
}

.w200 {
  width: 200px;
}

.w250 {
  width: 250px;
}    

#yandex-map {
  width: 1000px;
  height: 400px;
}

.wrapper {
  text-align: center;
  background-color: #eaeaea;
}

.container {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 1024px;
  z-index: 10;
  background-color: #fff;
}

.content {
  margin: 10px;
}

.metr {
  color: rgb(47, 164, 0);
  font: bold 1.428em/1.3em Tahoma,sans-serif;
}

.price {
  color: rgb(47, 164, 0);
  font: bold 1.428em/1.3em Tahoma,sans-serif;
}

.center {
  text-align: center;
  background-color: #f3f3f3;
}

.copyright {
  text-align: center;
  font-size: 13px;
}