html.fotorama__fullscreen #BannerInfoTop--spacer {
  display: none;
}
.BannerInfoTop {
  width: 100%;
  padding: 9px 15px 11px;
  height: 63px;
  max-height: 63px;
  position: fixed;
  top: 0;
  z-index: 11;
  transition: top 200ms 100ms ease-in-out;
  display: flex;
}
html.fotorama__fullscreen .BannerInfoTop {
  display: none;
}
.nav-open .BannerInfoTop {
  top: -63px;
  transition: top 150ms ease-in-out;
}
.BannerInfoTop_main {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
}
html.fotorama__fullscreen .BannerInfoTop_main {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .BannerInfoTop_main {
    justify-content: flex-start !important;
  }
}
@media only screen and (min-width: 1200px) {
  .BannerInfoTop_main[style="justify-content: center"] .BannerInfoTop_main-content {
    text-align: center;
  }
  .BannerInfoTop_main[style="justify-content: flex-start"] .BannerInfoTop_main-content {
    text-align: left;
  }
}
@media only screen and (max-width: 1200px) {
  .BannerInfoTop_main-content {
    text-align: left;
  }
}
.BannerInfoTop_main-content p {
  margin-bottom: 0.25em;
}
.BannerInfoTop_main-content p:last-of-type {
  margin-bottom: 0;
}
.BannerInfoTop_main-content a {
  color: inherit !important;
}
@media only screen and (min-width: 1200px) {
  .BannerInfoTop_main-button {
    display: block !important;
  }
}
.BannerInfoTop_main-button a {
  line-height: 1.176em;
  margin-left: 39px;
  padding: 0.882em 2.353em 1em;
}
.BannerInfoTop_close {
  height: 14px;
}
.BannerInfoTop_close-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  color: #fff;
}
.BannerInfoTop_close-button:before {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1;
  content: '\e616';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
