  /* BOTTOM SLIDER (HOME) */
  .bottom-slider{
    position: fixed;
    left: 0; right: 0; bottom: 0;
    z-index: 9999;
    background: #0f2430;
    color: #fff;
    padding: 14px 16px;
    box-shadow: 0 -10px 30px rgba(0,0,0,.25);
  }
  .bottom-slider__inner{
    max-width: 1120px;
    margin: 0 auto;
    display:flex;
    align-items:center;
    gap: 14px;
  }
  .bottom-slider__text{
    font-weight: 700;
    color: rgba(255,255,255,.92);
    font-size: 14px;
  }
  .bottom-slider__text small{
    display:block;
    font-weight: 500;
    color: rgba(255,255,255,.70);
    margin-top: 2px;
    font-size: 12px;
  }
  .bottom-slider__spacer{ flex: 1; }

  .bottom-slider__btn{
    border: none;
    background: #f6c7ab;
    color: #1b2a33;
    font-weight: 800;
    padding: 10px 14px;
    border-radius: 999px;
    text-decoration:none;
    display:inline-flex;
    align-items:center;
    gap:10px;
    white-space: nowrap;
  }

  .bottom-slider__close{
    border:none;
    background: transparent;
    color: rgba(255,255,255,.75);
    font-size: 22px;
    line-height: 1;
    padding: 6px 10px;
    cursor:pointer;
  }
  .bottom-slider__close:hover{ color:#fff; }

  /* żeby treść nie chowała się pod sliderem */
  /* body.has-bottom-slider{ padding-bottom: 74px; } */

  @media (max-width: 720px){
    .bottom-slider__inner{ flex-wrap: wrap; }
    .bottom-slider__spacer{ display:none; }
    /* body.has-bottom-slider{ padding-bottom: 98px; } */
  }
  .bottom-slider{
  display:block;
  visibility:visible;
  opacity:1;
}
