  .welcome-box {
      background-color: #FCC287;
      font-size: 30px;
      letter-spacing: 2px;
      font-weight: 700;
      line-height: 46px;
      padding: 0;
      height: auto;
      padding-bottom: 50px;
  }

  .box h1 {
      font-size: 38px;
  }

  .sp_pdf {
    transform: translateY(-50%);
    position: relative;
    top: 50%;
    /* width: 3.64583vw; */
    box-shadow: 0 0 1.04167vw rgba(0, 0, 0, .1);
    position: fixed;
    z-index: 125;
    right: 0;
}

.sp_pdf img.lazyloaded {
    width: 100px;
}


  @media only screen and (max-width: 768px) {

      .ns-slider {
          display: block;
      }

      .ns-slider .uk-width-1-3,
      .ns-bob-w .uk-width-1-3 {
          width: calc(100%);
      }

      .ns-slider .uk-width-1-3 .btn {
          padding: 20px 0;
      }

      .sp_custom_height_lokale img {
          min-height: 100%;
      }

      #punkty .uk-width-1-1.uk-width-1-3\@m {
          order: -1;
      }

      #app .uk-width-1-1.uk-width-1-3\@m,
      .ns-order div:nth-child(2) {
          order: -1;
      }

      /* .sp_pdf {
        width: 8.64583vw;
    } */

    .sp_pdf img.lazyloaded {
        width: 70px;
    }

  }