.headr {
  background: #f9f9f900;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}

.headr {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

@media (min-width:768px) {
  .app-headr {
    padding-left: 230px;
    z-index: 9 !important;
  }
}

@media (max-width: 767px) {
.app-headr {
  position: fixed !important;
  z-index: 999999 !important;
  }
}

.app-headr {
  left: 10px;
  right: 0;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*! z-index: 999!important; */
  border-bottom: 1px solid #fff0;
  background: #fff0;
  transition: padding-left .3s;
  height: 70px
}

.ads {
  margin-bottom: 30px;
}