.text_over {
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline_block {
  display: inline-block;
}
.ie7 .inline_block {
  display: inline;
}
.aside_width {
  width: 200px;
}
@media screen and (min-width: 1050px) {
  .aside_width {
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .aside_width {
    width: 160px;
  }
}
.aside_drop_menu_margin {
  margin: 0 auto 0 200px;
}
@media screen and (min-width: 1050px) {
  .aside_drop_menu_margin {
    margin-left: 240px;
  }
}
@media screen and (max-width: 800px) {
  .aside_drop_menu_margin {
    margin-left: 160px;
  }
}
.site_header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: auto;
  bottom: 0;
  background-image: url('/images/header.jpg');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #ffc001;
  height: 130px;
  z-index: 100;
}
.site_header .site_header_wrap {
  position: relative;
  height: 130px;
  max-width: 1420px;
  min-width: 310px;
  margin: 0 auto;
  width: 100%;
  z-index: 100;
}
.site_header .site_header_wrap .site_logo {
  height: 115px;
  width: 115px;
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  margin: -58px 0 0 -58px;
}
.site_header .site_header_wrap .site_title {
  position: absolute;
  left: 10px;
  top: auto;
  right: auto;
  bottom: 0px;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 20px;
  line-height: auto;
  text-shadow: 0 1px 1px rgba(255,255,255,0.3);
  color: #0d475d;
  z-index: 110;
  text-align: center;
}
.site_header .site_header_wrap .site_descr {
  position: absolute;
  left: 50%;
  top: auto;
  right: 10px;
  bottom: 8px;
  padding-left: 150px;
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #ffffff;
  text-shadow: 0 -1px 3px rgba(10,54,71,0.8);
  z-index: 100;
}
.site_header .site_header_wrap .site_descr .v_center {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .site_header {
    height: 180px;
  }
  .site_header .site_header_wrap {
    height: 180px;
  }
  .site_header .site_header_wrap .site_title {
    left: 10px;
    right: 10px;
    bottom: 5px;
  }
  .site_header .site_header_wrap .site_logo {
    top: 0;
    margin-top: 10px;
  }
}
