.hader-btn a {
  display: inline-flex;
  padding: 13px 36px;
  justify-content: center;
  align-items: center;
  border: 0;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  min-height: 44px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  letter-spacing: 0;
  background: #000;
  font-family: Albert Sans;
  font-weight: 500;
  font-size: 17px;
  line-height: 100%;
  min-width: 220px;
}
.hader-btn a:hover {
  background: #242424;
  color: #fff;
}
