#banner-privacy {
  display: none;
  position: fixed;
  z-index: 99999;
  padding: 30px 0 30px 0;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  background: #005393;
}
#banner-privacy .logo-banner {
  margin-bottom: 30px;
}
#banner-privacy .logo-banner img {
  display: block;
  width: 100%;
  max-width: 336px;
  height: auto;
  max-height: 80px;
  margin: 0 auto;
}
#banner-privacy p {
  text-align: left;
  padding: 0;
}
#banner-privacy a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}
#banner-privacy button {
  background-color: #e06100;
  color: white;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-style: normal;
}
#banner-privacy button:hover, #banner-privacy button:focus, #banner-privacy button:active {
  background-color: #ff7a14;
}
#banner-privacy .bdi-hidden {
  display: none;
}
#banner-privacy :focus {
  outline: none;
}
#banner-privacy ::-moz-focus-inner {
  border: 0;
}
#banner-privacy .bdi-lang-switcher a {
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dashed;
  color: white;
}
#banner-privacy .bdi-lang-switcher a:hover, #banner-privacy .bdi-lang-switcher a:focus, #banner-privacy .bdi-lang-switcher a:active {
  color: #ff7a14;
  text-decoration: none;
}

@media screen and (max-height: 500px) {
  #banner-privacy {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.3;
    min-height: 100%;
  }
  #banner-privacy .logo-banner {
    width: 60%;
    margin: 0 auto 10px auto;
  }
  #banner-privacy button {
    margin-top: 10px;
  }
}
@media screen and (max-height: 320px) {
  #banner-privacy {
    line-height: 1.2;
  }
  #banner-privacy .logo-banner {
    width: 30%;
  }
}
.bdi-no-cookie #banner-privacy {
  display: block;
}

.no-js #banner-privacy, .no-js .bdi-no-cookie #banner-privacy {
  display: none;
}

.js body.bdi-no-cookie {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.js body.bdi-no-cookie::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(200, 200, 200, 0.6);
  cursor: not-allowed;
}
.js body.bdi-no-cookie #bdi-ie-cookie-policy-curtain {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1000;
  /*
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; // IE8
  filter: alpha(opacity=60); // IE 5-7
  opacity: 0.6;
  */
}
