/* reset */
* {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  background:transparent;
  font-size:100%;
  vertical-align:baseline;
  list-style:none;
}

/* html5 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display:block;
}

html,
body {
  width: 100%;
  min-width: 980px;
  background: #fff;
  font: 14px/24px 'Verdana';
  color: #333333;
}

h2 {
  padding: 28px 0;
  font: 48px/52px 'PFDinTextCondProLight';
  color: #1a1718;
}
h3 {
  padding: 22px 0;
  font: 36px/40px 'PFDinTextCompPro';
  color: #1a1718;
}
h4 {
  font-size: 14px;
}

p {
  margin: 0 auto;
  max-width: 960px;
}

span.author {
  display: block;
  padding: 10px 0 0 0;
  text-align: right;
  font-style: italic;
}

img.block {
  display: block;
  margin:0 auto;
}

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

input[type=text] {
  display: inline-block;
  height: 38px;
  padding: 0 15px;
  background: #f2f2f2;
  border: 1px solid #c1c1c1;
  border-radius: 4px;
  font: 14px/16px 'Verdana';
  box-shadow: inset 0 1px 2px 0 #a8a8a8;
}

.clr {
  height: 0;
  clear: both;
  overflow: hidden;
}
.button {
  position: relative;
  display: inline-block;
  top: 1px;
  height: 40px;
  padding: 0 30px;
  background: #eb421b;
  font: 24px/36px 'PFDinTextCompPro';
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}
.button:hover {
  background: #ff6434;
  box-shadow: inset 0 -2px 0 #da2900;
}
.button:active {
  background: #d0300b;
}


.button_my {
  position: relative;
  display: inline-block;
  top: 1px;
  height: 40px;
  padding: 0 30px;
  background: #eb421b;
  font: 24px/36px 'PFDinTextCompPro';
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
}
.button_my:hover {
  background: #ff6434;
  box-shadow: inset 0 -2px 0 #da2900;
}
.button_my:active {
  background: #d0300b;
}



/* header */
header {
  position: relative;
  width: 980px;
  height: 70px;
  margin: 0 auto 83px;
  line-height: 43px;
  text-align:center;
}
header a {
  font-weight: bold;
}
header .logo {
  display: block;
#  position: absolute;
  top: 26px;
#  left: 0;
}
header .cont {
  position: absolute;
  top: 28px;
  left: 330px;
  width: 360px;
  height: 43px;
  padding: 0 0 0 40px;
  border-left: 2px solid #aeaeae;
}
header .cont span {
  position: relative;
  top: 2px;
  margin: 0 20px 0 0;
  font: 24px 'PFDinTextCompPro';
  color: #1a1718;
}
header .file {
  position: absolute;
  top: 28px;
  left: 725px;
  width: 195px;
  height: 43px;
  padding: 0 0 0 70px;
  border-left: 2px solid #aeaeae;
  background: url("/hh2/source/ico_pdf.png") 40px 12px no-repeat;
}

/* navigation */
nav {
  position: absolute;
  top: 130px;
  width: 100%;
  min-width:980px;
  height: 42px;
  background: #fff url("/hh2/source/shadow1.png") 50% 0 no-repeat;
  text-align: center;
  font: 22px/24px 'PFDinTextCompPro'; /*30*/
  z-index: 10000;
}
nav ul {
  position: relative;
  top: 12px;
  left: 12px;
  display: inline-block;
  overflow: hidden;
}
nav li {
  position: relative;
  display: inline-block;
  left: -36px; /*-36*/
  margin: 0 26px 0 0; /*26*/
  padding: 0 0 0 36px; /*36*/
  background: url("/hh2/source/nav_li.png") 0 50% no-repeat;*/
}
nav a {
  color: #C0C0C0; /*#000;*/
  text-decoration: none;
  background: url("/hh2/source/nav_a.png") 0 28px repeat-x;
}
nav a:hover,
nav a.active {
  color: #eb421b;
  background: none;
}

/* footer */
footer {
  position: relative;
  height: 105px;
  padding: 46px 0 0 0;
  background: #232323 url("/hh2/source/footer_bg.png") repeat;
  text-align: center;
  font-size: 12px;
  color: #555;
}
footer p.hlp {
  width: 960px;
  margin: -30px auto 0 auto;
  text-align: right;
}

/* section */
section {
  width: 100%;
  position: relative;
  padding: 0 0 35px 0;
  text-align: center;
}
section.black {
  background: #232323 url("/hh2/source/footer_bg.png") repeat;
  color: #ccc;
}
section.black h2,
section.black h3 {
  color: #fff;
}
section.shadow:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: url("/hh2/source/shadow2.png") 50% 0 no-repeat;
  z-index: 10;
}
section.pad0 {
  padding: 0;
}
section p {
  padding: 0 0 25px 0;
}
section div.shadow,
section p.shadow {
  padding: 0 0 11px 0;
  background: url("/hh2/source/shadow2.png") 50% 100% no-repeat;
}
section div.shadow {
  padding: 0 0 5px 0;
}
section p.social {
  padding: 15px 0 25px 0;
}
section p.social a {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0 15px;
  text-decoration: none;
}
section p.social img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
section p.social a .cir {
  top: 22.5px;
  left: 22.5px;
  width: 0;
  height: 0;
  overflow: hidden;
}

.videos {
  width: 980px;
  margin: 0 auto;
}
.videos .item {
  float: left;
  width: 280px;
  margin: 0 70px 0 0;
  text-align: left;
}
.videos .right {
  margin: 0;
}
.videos .hidden {
  clear: both;
  display: none;
}
.videos img {
  display: block;
  padding: 0 0 11px;
  background: url("/hh2/source/shadow3.png") 50% 100% no-repeat;
}
.videos p {
  font-size: 12px;
  line-height: 18px;
}

.tabs-ul {
  position: relative;
  display: inline-block;
  left: 35px;
  height: 60px;
  margin: 0 auto;
  font: 24px/28px 'PFDinTextCompPro';
  overflow: hidden;
}
.tabs-ul li {
  position: relative;
  float: left;
  left: -40px;
  margin: 0 30px 0 0;
  padding: 0 0 0 40px;
  background: url("/hh2/source/tabs_map_li.png") 0 50% no-repeat;
}
.tabs-ul li a {
  background: url("/hh2/source/tabs_map_a.png") 0 24px repeat-x;
  text-decoration: none;
}
.tabs-ul li a.active,
.tabs-ul li a:hover {
  background: none;
  color: #fff;
}
.tabs-map > div {
  position: relative;
  height: 0;
  overflow: hidden;
}
.tabs-map .active {
  height: auto;
}
.tabs-map .map {
  height: 450px;
  margin: 25px 0 0 0;
}

.feedback {
  margin: 0 auto;
  padding: 0 0 25px 0;
}
.feedback label {
  margin: 0 10px 0 0;
}
.feedback .iname {
  width: 270px;
  margin: 0 25px 0 0;
}
.feedback .icod {
  width: 27px;
  margin: 0 6px 0 0;
  text-align: center;
}
.feedback .iphone {
  width: 105px;
  margin: 0 25px 0 0;
  text-align: center;
}
.feedback .error {
  border: 1px solid red;
}

/* fix ymaps */
ymaps {
  line-height: 12px;
}