.hd {
  z-index: 2;
}

.hd .logo {
  margin-right: 27px;
}

.hd .nv__item > a {
  height: 50px;
}

.hd__top {
  z-index: 2;
}

.hd__top .hd__container {
  height: 80px;
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
}

.hd__fav-cmp {
  display: flex;
}

.hd__fav-cmp .fav {
  margin-left: 18px;
}

.hd__fav-cmp .cmp {
  margin-left: 18px;
}

.hd__phones-wrapper {
  display: flex;
  align-items: center;
}

.hd__phones {
  margin-right: 10px;
}

.hd__phones a {
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  padding-left: 24px;
  border: none;
}

.hd__phones a:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
}

.hd__call-us > a {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  border: none;
  display: block;
  padding: 2px 10px 3px;
  background-color: #da221b;
}

.hd__call-us > a:hover {
  background-color: #0e376b;
  color: #fff;
}

.hd__wf {
  display: none;
  position: absolute;
  top: 36px;
  right: -54px;
  z-index: 7;
  width: 270px;
  margin: 0 auto;
  text-align: left;
  padding: 26px 22px 30px;
}

.hd__wf .hd__wf-label {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 14px;
  text-align: center;
}

.hd__wf form {
  margin: 0;
}

.hd__wf input {
  width: 100%;
}

.hd__bottom .hd__container {
  height: 71px;
  display: flex;
  align-items: center;
}

.no-front .hd__bottom {
  border-bottom: 1px solid transparent;
}

@media only screen and (max-width: 991px) {
  .hd {
    display: none !important;
  }
}
/*# sourceMappingURL=maps/hd_1.css.map */
