.site_header {
  margin-bottom: 45px;
  padding: 25px 35px 25px 45px;
  border: 1px solid rgba(255, 255, 255, 0.15); }
  .site_header:not(.inner_page) {
    margin: 0;
    padding: 0;
    border: none; }
    .site_header:not(.inner_page) .site_header__inner {
      flex-direction: column; }
    .site_header:not(.inner_page) .site_header__site-info {
      flex-direction: column;
      width: 100%; }
    .site_header:not(.inner_page) .site_header__wr {
      text-align: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .site_header:not(.inner_page) .site_header__contacts {
      flex-direction: column;
      margin: 25px 0;
      width: 100%; }
    .site_header:not(.inner_page) .site_header__address {
      margin-top: 3px;
      margin-bottom: 25px;
      margin-left: 0; }
    .site_header:not(.inner_page) .site_header__phones {
      margin-left: 0;
      margin-right: 25px; }
      @media (max-width: 768px) {
  .site_header:not(.inner_page) .site_header__phones {
    margin-right: 0;
    margin: 8px 0 7px; } }
    .site_header:not(.inner_page) .site_header__phones-wr {
      width: 100%; }
      @media (max-width: 768px) {
  .site_header:not(.inner_page) .site_header__phones-wr {
    flex-direction: column;
    text-align: center;
    align-items: center; } }
    .site_header:not(.inner_page) .site_header__link-btn {
      margin-left: 0;
      margin-right: 0; }
      .site_header:not(.inner_page) .site_header__link-btn a {
        font-size: 18px; }
  .site_header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
  .site_header__inner {
    flex-direction: column; } }
  .site_header__site-info {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 50%; }
    @media (max-width: 1439px) {
  .site_header__site-info {
    width: 100%;
    max-width: 370px; } }
    @media (max-width: 980px) {
  .site_header__site-info {
    max-width: 310px; } }
    @media (max-width: 480px) {
  .site_header__site-info {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center; } }
  .site_header__logo {
    margin-right: 15px; }
    @media (max-width: 480px) {
  .site_header__logo {
    margin-right: 0; } }
    .site_header__logo img {
      max-width: 200px; }
  .site_header__wr {
    padding: 10px 0 25px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media (max-width: 480px) {
  .site_header__wr {
    border: none; } }
  .site_header__site-name a {
    text-decoration: none;
    font-weight: 400;
    font-size: 26px;
    color: #fff; }
    @media (max-width: 980px) {
    .site_header__site-name a {
      font-size: 22px; } }
  .site_header__site-desc {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-top: 5px; }
  .site_header__contacts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: auto;
    width: 50%; }
    @media (max-width: 480px) {
  .site_header__contacts {
    width: 100%;
    flex-direction: column; } }
  .site_header__address {
    color: #fff;
    font-size: 15px;
    font-weight: 300; }
    @media (max-width: 980px) {
  .site_header__address {
    font-size: 14px; } }
  .site_header__phones-wr {
    display: flex;
    align-items: center;
    width: 65%; }
    @media (max-width: 768px) {
  .site_header__phones-wr {
    flex-direction: column;
    align-items: flex-end; } }
    @media (max-width: 480px) {
  .site_header__phones-wr {
    align-items: center; } }
  .site_header__phones {
    margin-left: auto; }
    @media (max-width: 768px) {
  .site_header__phones {
    margin-right: 0;
    margin: 8px 0 7px; } }
    @media (max-width: 768px) {
    .site_header__phones div {
      text-align: center; } }
    .site_header__phones div a {
      font-size: 18px;
      font-weight: 400;
      color: #fff;
      text-decoration: none;
      font-family: 'Viaoda Libre', sans-serif; }
  .site_header__link-btn {
    margin-left: auto; }
    @media (max-width: 480px) {
  .site_header__link-btn {
    margin-right: auto; } }
    .site_header__link-btn a {
      color: #ffd281;
      text-transform: uppercase;
      font-size: 15px;
      font-weight: 900; }
    @media (max-width: 980px) {
    .site_header__link-btn a {
      font-size: 13px; } }
    .site_header__link-btn a:hover {
      color: #dda842;
      text-decoration: underline; }

.site_header__site-info {
  width: 40%; }
