.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  padding: 1.5rem 1rem;
  width: 100%;
  margin: 3rem 0 0;
  background-color: #fff;
  box-shadow: 0 5px 12px rgba(94,94,94,0.4);
}
.header_logo {
  margin-bottom: 0.5rem;
  font-size: 0;
  max-width: 50%;
}
.header_logo > img {
  width: 100%;
  display: block;
}
.header_phone,
.header_phone a {
  font-family: Arial, Helvetica, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
  color: #464544;
}
.header_phone {
  position: relative;
  padding-left: 1.5rem;
}
.header_iconPhone {
  position: absolute;
  top: 0.125rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  fill: #727272;
  margin-right: 0.5rem;
}
.header_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 95%;
}
.header_slogan {
  width: 148px;
  font-size: 12px;
  font-style: Italic;
  line-height: 1.25;
}
.header_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
  width: 95%;
}
.header_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header_button {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.header_button--telegram {
  background-image: url("https://m.sivertour.ru/themes/mobile/img/telegram.png");
  background-size: contain;
}
.header_button--address {
  border-radius: 50%;
  background: -webkit-linear-gradient(bottom, #d7850d, #e8a33c);
  background: linear-gradient(to top, #d7850d, #e8a33c);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_button--address > .contacts_icon {
  width: 14px;
  height: 21px;
  position: relative;
  color: #fff;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: auto;
}

/*# sourceMappingURL=../maps/component/header.css.map */
