.siteheader .bg-header {
  background: url(../images/bg-header.jpg) no-repeat center top;
  min-height: 240px;
}

.siteheader .container-logo {
  float: left;
    margin: 25px 0px 0px 0px;
}
  .siteheader .container-logo h1 {
    margin: 0px;
  }

.siteheader .h-contact {
  float: right;
  max-width: 500px;
  text-align: right;
  width: 100%;
}
  .siteheader .h-contact .btn-budget {
    background: url(../images/btn-budget.jpg) no-repeat center top;
    display: block;
    float: left;
    height: 58px;
    margin-top: 70px;
    width: 213px;
    transition: none;
  }
    .siteheader .h-contact .btn-budget:active,
    .siteheader .h-contact .btn-budget:hover {
      background-position: center bottom;
    }

  .siteheader .h-contact h2 {
    color: #ffa41f;
    font-size: 18px;
    margin: 55px 0px 0px 0px;
    text-transform: uppercase;
  }

  .siteheader .h-contact .h-phone {
    float: right;
  }
    .siteheader .h-contact .h-phone .h-number {
      color: #006cb4;
      display: block;
      font-size: 30px;
      font-weight: 700;
      margin: 0px;
      text-transform: uppercase;
    }
      .siteheader .h-contact .h-phone .h-number:hover {
        color: #0385dc;
      }
      .siteheader .h-contact .h-phone .h-number:hover span {
        color: #3d444e;
      }
      .siteheader .h-contact .h-phone .h-number span {
        color: #1e2227;
        font-size: 24px;
        font-weight: 300;
      }

  .siteheader .h-contact .h-email {
    color: #4d4d4f;
    display: block;
    font-size: 14px;
    font-weight: 700;
  }
    .siteheader .h-contact .h-email:hover {
      color: #757577;
    }

.siteheader .menu {
  margin-top: -31px;
  position: absolute;
  z-index: 1;
  width: 100%;
  max-width: 1140px;
}
  .siteheader .menu .main-nav {
    background-color: #1e2227;
  }
    .siteheader .menu .main-nav nav {
      display: block;
      margin-left: auto;
      margin-right: auto;
      width: 630px;
    }
    .siteheader .menu .main-nav ul {
      padding-left: 0px;
      list-style: none;
    }
      .siteheader .menu .main-nav ul li {
        float: left;
        position: relative;
      }
      .siteheader .menu .main-nav ul.dropdown-menu li {
        display: block;
        width: 100%;
      }
    .siteheader .menu .main-nav .hover-menu {
      border-top: 5px solid #1e2227;
      color: #fff;
      display: block;
      font-size: 16px;
      font-weight: 700;
      padding: 15px 15px 20px;
      text-transform: uppercase;
    }
      .siteheader .menu .main-nav .active .hover-menu,
      .siteheader .menu .main-nav .hover-menu:hover {
        border-top: 5px solid #ffa41f;
      }
      .siteheader .menu .main-nav .hover-menu:hover:before,
      .siteheader .menu .main-nav .active .hover-menu:before {
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #ffa41f;
        content: "";
        height: 0;
        left: 50%;
        margin-left: -3px;
        position: absolute;
        top: 5px;
        transition: ease 0s;
        width: 0;
      }
    .siteheader .menu .main-nav .fa-chevron-down {
      bottom: 10px;
      color: #ffa41f;
      left: 47%;
      position: absolute;
      font-size: 12px;
    }

    .siteheader .menu .main-nav .dropdown-menu {
      border-top: 3px solid #fff;
      background-color: #4b4e52;
      margin-top: -3px;
      border-radius: 0px;
    }
    .siteheader .menu .main-nav .dropdown-menu.h-services {
      left: -115px;
    }
    .siteheader .menu .main-nav .dropdown-menu.h-products {
      left: -65px;
    }
    .siteheader .menu .main-nav .dropdown-menu.h-contacts {
      left: -30px;
    }
    .siteheader .menu .main-nav .dropdown-menu a {
        background-color: transparent;
        border-top: none;
        color: #fff;
        font-size: 17px;
        font-weight: 300;
        padding: 7px 15px;
    }
      .siteheader .menu .main-nav .dropdown-menu a:hover {
        color: #ffa41f;
      }
      .siteheader .menu .main-nav .dropdown-menu a:hover:before,
      .siteheader .menu .main-nav .dropdown-menu .active a:before {
        border-left: none;
        border-right: none;
        border-top: none;
        content: "";
        height: 0;
        left: initial;
        margin-left: initial;
        position: absolute;
        top: initial;
        transition: ease 0s;
        width: 0;
      }

.siteheader .tagline {
  color: #006cb4;
  float: left;
  line-height: 1;
  margin-left: 50px;
  margin-top: 73px;
  width: 220px;
}
  .siteheader .tagline .first-tl {
    font-size: 22px;
  }
  .siteheader .tagline .second-tl {
    font-size: 27px;
  }
  .siteheader .tagline .fourth-tl {
    font-size: 32px;
  }
  .siteheader .tagline .third-tl {
    font-size: 28px;
  }

@media only screen and (max-width: 991px) {
  .siteheader .h-contact {
    max-width: 213px;
  }
}
@media only screen and (max-width: 767px) {
  .siteheader .bg-header {
    min-height: 120px;
  }

  .siteheader .container-logo {
    height: 90px;
    margin: 15px 0px 0px 10px;
  }
    .siteheader .container-logo img {
      height: 90px;
    }
    .siteheader .container-logo > .logo,
    .siteheader .container-logo .logo > a {
      height: 100%;
    }

    .siteheader .container-logo .logo > a > img {
      max-height: 100%;
    }

  .siteheader .tagline {
    margin: 40px 0px 20px 5px;
    width: 130px;
  }
    .siteheader .tagline .first-tl {
      font-size: 12px;
    }
    .siteheader .tagline .second-tl {
      font-size: 17px;
    }
    .siteheader .tagline .fourth-tl {
      font-size: 18px;
    }
    .siteheader .tagline .third-tl {
      font-size: 18px;
    }

  .siteheader .mobile-button {
    margin-top: 35px;
  }
}
