.site_header1_wrapper {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none;
  background: #fff;
  position: relative;
  z-index: 1;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.79);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.79);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.79);
  padding: 0 24px; }

@media screen and (max-width: 767px) {
  .site_header1_wrapper {
    padding: 0 16px; } }

.site_header1_wrapper.inverse {
  background: #212121;
  }

.site_header1_wrapper.inverse .h_site_name {
  color: #0c6eba; }

.site_header1_wrapper.inverse .h_site_name a {
  color: #fff;
  }

.site_header1_wrapper.inverse .h_site_desc {
  color: #666;
  }

.site_header1_wrapper.inverse .h_time {
  color: #666;
  }

.site_header1_wrapper.inverse .h_phones_wr .h_phones a, .site_header1_wrapper.inverse .h_phones_wr .h_phones {
  color: #fff;
  }

.site_header1_wrapper.inverse .h_phones_wr .h_phones:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2012%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ec4432%22%20d%3D%22M4%2E844%2C%2D0%2E010%20L5%2E458%2C3%2E269%20L4%2E681%2C3%2E578%20L3%2E866%2C0%2E008%20L4%2E844%2C%2D0%2E010%20ZM10%2E069%2C14%2E564%20L6%2E539%2C14%2E884%20C0%2E019%2C9%2E617%200%2E150%2C2%2E640%200%2E150%2C2%2E640%20L2%2E543%2C0%2E185%20L3%2E065%2C0%2E127%20L3%2E939%2C3%2E859%20L2%2E866%2C4%2E719%20L6%2E709%2C11%2E770%20L7%2E829%2C11%2E290%20L10%2E434%2C14%2E199%20L10%2E069%2C14%2E564%20ZM11%2E104%2C13%2E737%20L8%2E377%2C10%2E894%20L9%2E227%2C10%2E431%20L11%2E629%2C13%2E110%20L11%2E104%2C13%2E737%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #fff; }

.site_header1_wrapper.inverse .h_mail a {
  color: #666;
  }

.site_header1_wrapper .site_header1_wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 22px 0 22px; }

.site_header1_wrapper .h_left_part {
  float: left;
  width: 470px;
  margin: 0 0 0 0; }

@media screen and (max-width: 979px) {
  .site_header1_wrapper .h_left_part {
    margin: 6px 0 0 0; } }

@media screen and (max-width: 767px) {
  .site_header1_wrapper .h_left_part {
    width: 370px; } }

@media screen and (max-width: 639px) {
  .site_header1_wrapper .h_left_part {
    float: none;
    width: auto;
    text-align: center;
    margin: 0 0 10px; } }

.site_header1_wrapper .h_left_part_in {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media screen and (max-width: 639px) {
  .site_header1_wrapper .h_left_part_in {
    display: block; } }

.site_header1_wrapper .site_logo {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 20px 0 0; }

@media screen and (max-width: 979px) {
  .site_header1_wrapper .site_logo {
    margin-right: 15px; } }

@media screen and (max-width: 639px) {
  .site_header1_wrapper .site_logo {
    text-align: center;
    margin-right: 0; } }

.site_header1_wrapper .site_logo a {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 240px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }

@media screen and (max-width: 639px) {
  .site_header1_wrapper .site_logo a {
    display: inline-block; } }

.site_header1_wrapper .site_logo a img {
  border: none;
  width: 100%; }

.site_header1_wrapper .site_logo a svg {
  max-width: 100%;
  height: auto; }

.site_header1_wrapper .h_text_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.site_header1_wrapper .h_site_name {
  font: 32px "ptb", Arial, Helvetica, sans-serif;
  color: #0c6eba; }

@media screen and (max-width: 767px) {
  .site_header1_wrapper .h_site_name {
    font-size: 24px; } }

@media screen and (max-width: 639px) {
  .site_header1_wrapper .h_site_name {
    font-size: 28px; } }

@media screen and (max-width: 479px) {
  .site_header1_wrapper .h_site_name {
    font-size: 26px; } }

@media screen and (max-width: 767px) {
  .site_header1_wrapper .h_site_desc {
    font-size: 16px; } }

@media screen and (max-width: 639px) {
  .site_header1_wrapper .h_site_desc {
    font-size: 18px; } }

@media screen and (max-width: 479px) {
  .site_header1_wrapper .h_site_desc {
    font-size: 17px; } }

.site_header1_wrapper .h_right_part {
  float: right;
  width: 240px;
  text-align: right; }

@media screen and (max-width: 767px) {
  .site_header1_wrapper .h_right_part {
    width: 220px; } }

@media screen and (max-width: 639px) {
  .site_header1_wrapper .h_right_part {
    float: none;
    text-align: center;
    width: auto; } }

.site_header1_wrapper .h_time {
  font-size: 14px;
  margin-bottom: 10px; }

.site_header1_wrapper .h_phones_wr {
  padding: 0 0 5px; }

@media screen and (max-width: 767px) {
  .site_header1_wrapper .h_phones_wr {
    padding: 0 0 2px; } }

@media screen and (max-width: 639px) {
  .site_header1_wrapper .h_phones_wr {
    margin: 0 35px 0 0; } }

.site_header1_wrapper .h_phones_wr .h_phones {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 0 38px;
  color: #333;
  font: 22px "ptb", Arial, Helvetica, sans-serif; }

@media screen and (max-width: 767px) {
  .site_header1_wrapper .h_phones_wr .h_phones {
    font-size: 19px;
    padding-left: 34px; } }

.site_header1_wrapper .h_phones_wr .h_phones:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  margin-top: -16px;
  height: 29px;
  width: 29px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2012%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M4%2E844%2C%2D0%2E010%20L5%2E458%2C3%2E269%20L4%2E681%2C3%2E578%20L3%2E866%2C0%2E008%20L4%2E844%2C%2D0%2E010%20ZM10%2E069%2C14%2E564%20L6%2E539%2C14%2E884%20C0%2E019%2C9%2E617%200%2E150%2C2%2E640%200%2E150%2C2%2E640%20L2%2E543%2C0%2E185%20L3%2E065%2C0%2E127%20L3%2E939%2C3%2E859%20L2%2E866%2C4%2E719%20L6%2E709%2C11%2E770%20L7%2E829%2C11%2E290%20L10%2E434%2C14%2E199%20L10%2E069%2C14%2E564%20ZM11%2E104%2C13%2E737%20L8%2E377%2C10%2E894%20L9%2E227%2C10%2E431%20L11%2E629%2C13%2E110%20L11%2E104%2C13%2E737%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #ec4432; }

@media screen and (max-width: 767px) {
  .site_header1_wrapper .h_phones_wr .h_phones:before {
    width: 24px;
    height: 24px;
    margin-top: -14px;
    background-size: 10px 14px; } }

@media screen and (max-width: 767px) {
  .site_header1_wrapper .h_mail {
    font-size: 16px; } }

.site_header1_wrapper .h_mail a:hover {
  text-decoration: underline; }

.site_header1_wrapper .h_site_desc {
  margin-bottom: 0; }
