.header__promo-bar {
  height: 55px;
  line-height: 55px;
  background: #04B5E1;
  position: relative;
  transition: all 1s ease;
  text-decoration: none;
}
.header__promo-bar-wrapper {
  position: relative;
}

.header__promo-bar:hover {
  background: #02CDFF;
}

.header__promo-bar .h5 {
  margin: 0 auto;
  height: 55px;
  line-height: 55px;
}

.header__promo-bar .simple-link {
  margin-left: 15px;
  display: inline-block;
  text-decoration: underline;
}

.header__promo-bar-wrapper .close {
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  display: inline-block;
  height: 100%;
  width: 20px;
  background: url(/images/close.svg) center no-repeat;
  background-size:16px;
}

@media all and (max-width: 500px) {
  .header__promo-bar {
    padding: 10px 0;
    height: auto;
    line-height: 1.45;
  }

  .header__promo-bar .h5 {
    line-height: 1.45;
    height: auto;
  }

  .header__promo-bar .simple-link {
    display: block;
    margin: 0 auto;
  }

  .header__promo-bar-wrapper .close {
    width: 20px;
    height: 20px;
    top: 10px;
    right: 10px;
  }
}
