@charset "UTF-8";
/*-------------------------------------------------
Файл:               reset.css
Описание:           Глобальный сброс; (Эрик Мейер + доп.)
--------------------------------------------------*/
/* Шрифты */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic);
@font-face {
  font-family: 'HelveticaC';
  src: url("../font/HelveticaC/HelveticaC.eot");
  src: url("../font/HelveticaC/HelveticaC.eot?#iefix") format("embedded-opentype"), url("../font/HelveticaC/HelveticaC.woff") format("woff"), url("../font/HelveticaC/HelveticaC.otf") format("opentype"), url("../font/HelveticaC/HelveticaC.svg#HelveticaC") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaC-Bold';
  src: url("../font/HelveticaC/HelveticaC-Bold.eot");
  src: url("../font/HelveticaC/HelveticaC-Bold.eot?#iefix") format("embedded-opentype"), url("../font/HelveticaC/HelveticaC-Bold.woff") format("woff"), url("../font/HelveticaC/HelveticaC-Bold.otf") format("opentype"), url("../font/HelveticaC/HelveticaC-Bold.svg#HelveticaC-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaC-Italic';
  src: url("../font/HelveticaC/HelveticaC-Italic.eot");
  src: url("../font/HelveticaC/HelveticaC-Italic.eot?#iefix") format("embedded-opentype"), url("../font/HelveticaC/HelveticaC-Italic.woff") format("woff"), url("../font/HelveticaC/HelveticaC-Italic.otf") format("opentype"), url("../font/HelveticaC/HelveticaC-Italic.svg#HelveticaC-Italic") format("svg");
  font-weight: normal;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

:focus {
  outline: 0;
}

input:-webkit-autofill {
  color: white !important;
}

ol, ul {
  list-style: none;
}

section, article, header, footer, nav {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

/* боксовая модель */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: none;
}

html, body, form {
  width: 100%;
  height: 100%;
}

body {
  padding: 0px;
  margin: 0px;
  background-color: #ededed;
  font-size: 14px;
  font-family: Arial, Tahoma, sans-serif;
  color: #494949;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  color: #494949;
}

h1 {
  font: bold 18px "HelveticaC-Bold", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
}

h2 {
  font: bold 23px "HelveticaC", sans-serif;
  margin-bottom: 15px;
}

h3 {
  font: 18px "HelveticaC", sans-serif;
  margin-bottom: 10px;
}

h4 {
  font: 700 16px "HelveticaC", sans-serif;
}

h5 {
  font: 14px "HelveticaC", sans-serif;
  margin-bottom: 10px;
}

h6 {
  font: 12px "HelveticaC", sans-serif;
  margin-bottom: 10px;
  color: #868686;
}

input, label {
  vertical-align: middle;
}

img {
  outline: none;
  vertical-align: middle;
}

a {
  text-decoration: none;
  font-size: 1em;
  color: #a04b4f;
}

p {
  font: 12px Arial, Tahoma, sans-serif;
  color: #494949;
  margin-bottom: 20px;
  line-height: 16px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  overflow: hidden;
  margin: 0px;
  padding: 0px;
  float: none;
}

.ti {
  font-size: 1px;
  line-height: 1px;
  text-indent: -9999px;
}

.list_null {
  margin: 0;
  padding: 0;
  list-style: none;
}

/*clearfix*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
  /* IE6&7 */
}

.img-left {
  float: left;
  margin: 0 20px 20px 0;
}