.banner {
  position: relative;
  background: #fff;
  max-width: 1440px;
  margin: 0 auto;
}
.banner__wrapper {
  height: 70px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 31px;
  padding-right: 31px;
}
.banner__label {
  font-family: 'DINCondensed', sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #ed0f00;
  text-transform: uppercase;
  line-height: 31px;
  margin: -6px 8px 0 -1px;
}
.banner__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.banner__icon img {
  display: block;
  height: 70px;
}
.banner__text {
  font-family: 'HelveticaNeueLTStd', sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 32px;
}
.banner__text a {
  color: #ed0f00;
  margin-left: 3px;
}
.banner__close {
  width: 20px;
  height: 20px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cg stroke='%23000' stroke-width='4' fill='none' fill-rule='evenodd' stroke-linecap='square'%3E%3Cpath d='M3.07 16.93L16.93 3.07M3.07 3.07l13.86 13.86'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
  display: block;
  text-indent: -99999px;
  position: absolute;
  padding: 10px;
  background-size: 20px;
  right: 10px;
  top: 17px;
}
@media (max-width: 768px) {
  .banner__wrapper {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: center;
        justify-content: center;
    height: 200px;
    padding: 0;
    padding-bottom: 29px;
  }
  .banner__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding-top: 33px;
    -ms-flex-pack: center;
        justify-content: center;
    margin-left: -7px;
    padding-bottom: 5px;
  }
  .banner__inner-without-image {
    margin-left: 0;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .banner__label {
    margin: -8px 14px 0 2px;
    letter-spacing: 0.8px;
  }
  .banner__text {
    display: block;
    max-width: 290px;
    margin: -6px auto 0;
    text-align: center;
  }
  .banner__close {
    top: 17px;
    right: 17px;
  }
}
