#banner-privacy {
  font-family: "Fira Sans", sans-serif;
  display: none;
  position: fixed;
  z-index: 99999;
  padding: 30px 0;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  background-color: #ec8a03;
  color: white;
}
#banner-privacy p {
  text-align: left;
  padding: 0;
  line-height: 1.5;
}
#banner-privacy a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid;
}
#banner-privacy button {
  background-color: #006d00;
  color: white;
  border: none;
  padding: 15px 20px;
  cursor: pointer;
  margin-top: 10px;
  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: green;
}
#banner-privacy .abf-hidden {
  display: none;
}
#banner-privacy :focus {
  outline: none;
}
#banner-privacy ::-moz-focus-inner {
  border: 0;
}
#banner-privacy .abf-lang-switcher a {
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dotted;
  color: #fff;
}

@media screen and (max-height: 500px) {
  #banner-privacy {
    padding: 10px 0;
    font-size: 14px;
    line-height: 1.3;
    min-height: 100%;
    background: #444;
  }
  #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%;
  }
}
.abf-no-cookie #banner-privacy {
  display: block;
}

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

.js body.abf-no-cookie {
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.js body.abf-no-cookie::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: not-allowed;
  background-color: rgba(238, 238, 238, 0.6);
}
.js body.abf-no-cookie #abf-ie-cookie-policy-curtain {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 1000;
}
