.cookie-info-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #1b2957;
  color: #fff;
  z-index: 10001; }
  .cookie-info-popup a {
    color: #fff !important;
    text-decoration: underline; }
  .cookie-info-popup p {
    margin: 0 !important; }
  .cookie-info-popup .inner-wrapper {
    max-width: 992px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box; }
    .cookie-info-popup .inner-wrapper .info-text {
      margin-right: 30px; }
    .cookie-info-popup .inner-wrapper form {
      float: right;
      padding: 0;
      margin: 0; }
    .cookie-info-popup .inner-wrapper::after {
      content: '';
      clear: both;
      display: block; }
  .cookie-info-popup .accept-popup {
    padding: 0 !important;
    margin: 0 !important;
    height: 30px;
    width: 30px;
    display: block;
    border: none !important;
    cursor: pointer;
    font-size: 0;
    background: none;
    background-position: 0 0;
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-image: url("close.png"); }

#holdright, #slider {
  z-index: inherit !important; }

/*# sourceMappingURL=style.css.map */
