
 * {
    box-sizing: border-box;
}

html,
body {
    padding: 0;
    margin: 0;
}
body {
    background-color: #fff;
    font-family: 'Outfit', sans-serif;
      font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #666;
    position: relative;
    -webkit-text-size-adjust: none;
}
h1,
h3,
h4,
h5,
h6 {
    margin: 1em 0;
    font-size: 22px;
}
h2 {
  padding-top:1em;
}
p {
    margin: 1em 0;
}
a,
a:link,
a:active,
a:visited,
a:hover {
    color: inherit;
    text-decoration: underline;
}
 :root {
  --background-grey: #F6F6F6;
  --background-white: #fff;
  --background-blue: #1473D0;
  --background-orange: #FF7E00;
}
.bg-white {
    background-color: var(--background-white) !important;
}
.bg-grey {
  background-color: var(--background-grey);
}
.bg-blue {
  background-color: var(--background-blue);
}
.bg-orange {
   background-color: var(--background-orange);
}
b, strong {
    font-weight: bolder;
    font-weight: 600;
}

.carousel-item {
  height: auto; 
}

.carousel-item img{
   width: 100%;
    height: auto;
    display: block;
}

.carousel-control-next, .carousel-control-prev {

    width: 22%;

}
.carousel-caption {
     top: 50%;
  bottom: auto;
  transform: translateY(-50%);
    max-width: 655px;
    left:inherit;
  text-shadow: 1px 1px 10px rgba(0,0,0,0.48);
}
.carousel-caption h1{
    font-weight: 600;
    font-size: 4.4rem;
     text-align: end;
}
.carousel {
    margin-bottom: 0rem;
}

 .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: #0000001a;
        border: solid rgba(0, 0, 0, 0.15);
        border-width: 1px 0;
        box-shadow:
          inset 0 0.5em 1.5em #0000001a,
          inset 0 0.125em 0.5em #00000026;
      }
      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }
      .bi {
        vertical-align: -0.125em;
        fill: currentColor;
      }
      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }
      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }
      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }
      .bd-mode-toggle {
        z-index: 1500;
      }
      .bd-mode-toggle .bi {
        width: 1em;
        height: 1em;
      }
      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }
.featurette img {
  object-fit: cover;
}
a.btn, .btn a{
  text-decoration: none;

}
.btn.bg-blue{
    text-decoration: none;
    color: #fff !important;
    font-weight: 400;
    font-size: 0.95rem;
 display: inline-flex;
  width: auto;
  flex: 0 0 auto;
}
.btn.bg-blue:hover {
  color:#000 !important;
  background-color: #fff !important;
  border:1px solid #000;
}
.featurette {
  color:#000 !important;
}
    .featurette-heading {
      font-weight:700 !important;
      line-height: 60px !important;
      font-size: 3rem;
              margin-top: 6rem;
    }
      .featurette__bg {
  background-image: url('/typo3conf/ext/dqtemplate/Resources/Public/Images/punkt.svg');
  background-size: 1150px 720px;
  background-position: left;
  background-repeat: no-repeat;
}
.border-img {
  border-radius:20px;
}

.border-img__left {
    border-top-left-radius: 20px;
     border-bottom-left-radius: 20px;
}
.inside-element {
  position: absolute;
  width: 100%;
  max-width: 357px;
  object-fit: cover;
  display: block;
  padding: 1em;
  border-radius: 20px;
  left: 20%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 8px -5px rgba(0, 0, 0, 0.25);
}

.inside-element p {
  width: 100%;
  display: block;
  max-width: 200px;
  font-weight: 600;
  text-align: center;
  margin:0 auto;
  padding-top:1em;
}

.lead {
  display: block;
  line-height: 28px;
  font-size:1.1rem;
}

.ikon-block {
  display:inline-block;
  padding:0.7em 1.4em 0.3em 1.4em;
 box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  border-radius: 20px;
  margin:1.8em 1.6em 1.8em 1.6em;
  border:1px solid #f8f8f8;

}
.ikon-block a {
  text-decoration: none;
  font-weight: 600;
  text-align: center;
}
.ikon-block p {
  max-width: 115px;
  display: block;
}
.ikon-block img{
  display: block;
}

.ikon-block h2 {
    font-weight: 700 !important;
    line-height: 60px !important;
    font-size: 3rem;
}

.ikon-block:nth-child(2), .ikon-block:nth-child(6) {
     box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.16);
}
.ikon-block:nth-child(3), .ikon-block:nth-child(7) {
     box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.10);
}
.ikon-block:nth-child(4), .ikon-block:nth-child(8) {
     box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.02);
}

.ikon-block:nth-child(5) {
     box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.25);
}



.ikon-block:hover {
   box-shadow: 0px 9px 14px 0px rgba(0, 0, 0, 0.0);
   border:1px solid #ebebeb;
}
.ikon-block img {
  transition: transform 0.3s ease;
      width: 118px;
    height: 118px;
}

.ikon-block:hover img {
  transform: scale(0.9);
}


footer {
  font-weight: 600;
}
footer a {
  text-decoration: none !important;
}

.footer-star__top {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.footer-star__bottom {
  background-color: #fff;
}
.footer-star__logo {
  max-width: 120px;
  height: auto;
  object-fit: contain;
}

.footer-star__address p {
  font-size: 1rem;
  line-height: 1.45;
  font-weight: 400;
}

.footer-star__nav {
  gap: 1.5rem;
}

.footer-star__nav .nav-link {
  color: #2f2f2f;
  font-size: 1rem;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
  transition: color .2s ease;
}

.footer-star__nav .nav-link:hover,
.footer-star__nav .nav-link:focus {
  color: #2aa3e8;
}

.footer-star__bottom p {
  font-size: 0.95rem;
  color: #555;
}

@media (max-width: 990px) {
  .footer-star__logo {
    max-width: 100px;
  }

  .footer-star__nav {
    gap: 0.5rem 1rem;
  }

  .footer-star__nav .nav-link {
    padding-left: 0;
    padding-right: 1rem;
  }
}

.footer-star__address p {
  margin-top:0.3em;
  margin-bottom:0.3em
}

@media (min-width: 1980px) {

.featurette .img-fluid {
  max-width: 100%;
  height: 670px;
}
.inside-element {
  height: auto;
  left: 35%;
}
  .inside-element .img-fluid {
    max-width: 100%;
    height: auto;
  }
}


.leaf {
  width: 100%;
  max-width: 100%;
  z-index: 2;
  pointer-events: none;
  margin-bottom: -50px;
}


@media screen and (min-width: 1024px) and (max-width: 1440px) {

.carousel-caption h1 {
    font-weight: 600;
    font-size: 2.4rem;
}
.booking-banner__day {
    font-size: 3rem;

}
.booking-banner__meta {
    font-size: 0.85rem;
}
.booking-banner__label {
    font-size:0.9rem;
}
.booking-banner__btn {
    
    padding: 0.8rem 1.3rem;
}
.top-icons__one a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 500;
    max-width: 100px;
    line-height: 17px;
    margin-bottom: 1em !important;
    text-transform: none;
}
.top-icons__one img {
    max-width: 40%;
}
main {
  overflow: hidden;
}
}
.top-icons.mobile {
  display: none;
}
@media screen and (min-width: 310px) and (max-width: 968px) {
  .top-icons {
    display: none !important;
  }
.top-icons.mobile {
    display: flex !important;
    margin-top:2em;
  }
.top-icons__one {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    flex-wrap: wrap;
}

.top-icons__one a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 500;
    max-width: 100px;
    line-height: 17px;
    margin-bottom: 0;
    text-transform: none;
    padding:0em 0em 0em 1.4em;
}
.top-icons__one a:last-of-type {
    padding-top: 0em;
}
.top-icons__one img {
  max-height: 35px;
}
.top-icons__one a:last-of-type {
    border-top: 2px solid rgba(255, 255, 255, 0.1);
    padding-top: 0em !important;
    position: relative;
    top: -4px;
}
.top-icons__one a {
  margin-bottom:0.2em !important;
}
.leaf {
    width: 100%;
    max-width: 100%;
    z-index: 2;
    pointer-events: none;
    margin-bottom: -50px;
    max-width: 11%;
    left: 0 !important;
}
.booking-banner {
  display: none;
}
.carousel-caption h1 {
    font-weight: 600;
    font-size: 1.4rem;
    text-align: center;
}
main {
  overflow: hidden;
}
#header.is-shifted {
  left:0;
  transform: none !important;
}
.featurette {
  margin:1em;
}
.featurette-heading {
    font-weight: 700 !important;
    line-height: 40px !important;
    font-size: 2rem;
    margin-top: 1rem;
}
.featurette.bg-grey.featurette__bg img.img-fluid.border-img__left{
  display: none;
}
.inside-element {
    position: relative;
    top:auto !important;
    left:auto !important;
    max-width: max-content;
    transform: none;
    margin:1em;
}
.featurette.pt-4.pb-4 .col-lg-9{
  text-align: center;
}
.featurette-heading.fw-normal  {
  margin:0 auto;
  padding-top:0.5em;
  text-align: center;
}
.featurette p {
  text-align: center;
}
.btn.bg-blue {
      text-align: center;
    margin: 0 auto;
    margin-top: 1em;
}
.lead.me-5.pe-5, .lead.me-5 {
     padding-right: 0rem !important;
   margin-right: 0rem !important;
    text-align: center;
}
.carousel-indicators {
  display: none;
}
.carousel-caption {
  text-align: center;
  left:15%;
  top: 45%;
}
.carousel-caption p {
  margin:0 auto;
  text-align: center;
}
}

.page, .page a, .page p {
  color:#000;
}



    .kids-box {
      position: relative;
      overflow: hidden;
      border-radius: 22px;
      min-height: 517px;
      background: linear-gradient(120deg, #125aa3 0%, #1f73c8 45%, #2478ce 100%);
      color: #fff;
      z-index: 999;
      margin-top:5em;
    }

    .kids-box::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(125deg, rgba(0,0,0,.16) 0%, rgba(0,0,0,0) 44%);
      z-index: 0;
    }



    .kids-content {
      position: relative;
      z-index: 1;
      padding: 78px 70px 58px;
    }

 

  .kids-content li {
    color:#fff;
  }

    .kids-content h3 {
      font-size: 2rem;
      font-weight: 500;
      margin-top:0em;
    }

    .kids-left p {
      font-size: clamp(1.25rem, 1.8vw, 1.45rem);
      line-height: 1.3;
      font-weight: 400;
      max-width: 26ch;
      margin: 0 0 54px;
      color:#fff;
    }

    .kids-btn {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      color: #222;
      text-decoration: none;
      padding: 8px 16px;
      min-height: 32px;
      border-radius: 7px;
      font-size: 1rem;
      font-weight: 400;
      box-shadow: 0 8px 22px rgba(0,0,0,.12);
       text-decoration: none !important;
   
    
 }
    .kids-btn:hover {
      background: #f3f3f3;
      color: #111;
    }

    .kids-right {
      padding-right: 260px;
    }

    .kids-right ul {
      margin: 0 0 28px 1.1rem;
      padding: 0;
      font-size: clamp(1rem, 1.35vw, 1.15rem);
      line-height: 1.35;
      font-weight: 600;
    }

    .kids-right li {
      margin-bottom: 4px;
    }

    .kids-note {
      font-size: 1rem;
      font-weight: 800;
      margin: 26px 0 0;
      color:#fff !important;
    }

    .kids-illustration {
      position: absolute;
          right: -10px;
    bottom: 0px;
      width: 360px;
      max-width: 28vw;
      z-index: 1;
      opacity: .95;
    }

    .kids-illustration svg {
      width: 100%;
      height: auto;
      display: block;
    }

    @media (max-width: 1199.98px) {
      .kids-right {
        padding-right: 200px;
      }

      .kids-illustration {
        width: 290px;
        max-width: 32vw;
      }
    }

    @media (max-width: 991.98px) {
      .kids-content {
        padding: 42px 24px 170px;
      }

      .kids-left h2,
      .kids-right h3 {
        margin-bottom: 24px;
      }

      .kids-left p {
        max-width: none;
        margin-bottom: 30px;
      }

      .kids-right {
        padding-right: 0;
        margin-top: 34px;
      }

      .kids-illustration {
             width: 220px;
        max-width: none;
        right: 0;
        bottom: -4px;
        left: 0;
        opacity: 0.1;
      }
    }

    .frame-layout-1 {
      background-color: var(--background-grey); ;
      padding-bottom:0.5em;
      padding-top:0.8em;
    }

    .point-second {
  background-image: url('/typo3conf/ext/dqtemplate/Resources/Public/Images/punkt2.svg');
        background-size: 978px 813px;
  background-position: right;
  background-repeat: no-repeat;
  width: 978px;
  height: 813px;
  position: absolute;
  z-index: 0;
  right:0;  
  opacity: 0.5;
      overflow: hidden;
    }
    .carousel-control-next, .carousel-control-prev {
      z-index: 1;
    }
    .for-page .carousel-caption h1,  .for-page .carousel-caption p{
      text-align:start !important;
    }
    .for-page .carousel-caption {
        left: 15% !important;
    }

        .for-page .booking-banner.start-25{
          left:25%;
        }

        .for-page .booking-banner::after {
          background: none;
          z-index: 9999;
          display: none;
        }


        .for-page .booking-banner a{
          text-decoration: none;
        }

          .for-page .booking-banner {
            max-width: 440px;
            padding: 1.45rem 1.4rem;
          }



      .for-page .booking-banner .row > .col-lg-auto:not(:last-child) {
  position: relative;
}

.for-page .booking-banner .col-lg-auto:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -10px;  
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);  
}

.sticky-menu {
  transition: box-shadow 0.3s ease;
}

.sticky-menu.fixed-top {
  position: fixed !important;
  top: 0;
   right: 0px;        /* odległość od prawego brzegu */
  left: auto; 
  z-index: 1030;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.menu-placeholder {
  height: 0; 
  transition: height 0.3s ease;
}

.menu-placeholder.placeholder-active {
  height: 76px; 
}

/* Mobile viewport fix */
@supports (padding: max(0px)) {
  .sticky-menu.fixed-top {
    padding-left: max(20px, env(safe-area-inset-left));
    padding-right: max(20px, env(safe-area-inset-right));
  }
}




.pinfo {
    position: relative;
    z-index: 999;
}
.pinfo a {
  background-color:var(--background-orange); 
}

.pinfo .button_info{
  background-color:var(--background-blue); 
  position: absolute;
  bottom: 71px;
    right: 38px;     
  padding: 8px 16px;
  text-decoration: none;
  font-size: 0.85rem;
  transition: all 0.3s;
  text-transform: uppercase;
}

.pinfo:nth-child(2n) {
  background-color:var(--background-grey); 
}

.scroll-downs {
  position: absolute;
  top: -125px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;

  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
    padding: 12px 14px;
    height: 24px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.85;
 box-shadow: 0px 3px 16px 0px rgb(126, 126, 126);
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
.scroll-downs {
  cursor: pointer;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

.hp {
  top:56%;
}




    .form-label {
      margin-top:1em;
    }


    .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: .125rem;
    margin-top: 1em;
    margin-bottom: 1em;
}

.frame-type-form_formframework {
  position: relative;
  z-index: 999;
}
   @media (min-width: 968px) {
.carousel-item img {
  object-fit: cover;
  height: 950px;
}

      }


      .border-img__right {
        border-top-right-radius: 20px;
     border-bottom-right-radius: 20px;

      }

.page-content ul {
  list-style: none;             
  padding: 0;
}

.page-content li {
  position: relative;
  padding-left: 21px;           
  margin-bottom: 8px;
}

.page-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;

  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23007bff'%3E%3Cpath d='M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z'/%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
 .kids-content ul {
        margin: 0 0 27px 0.1rem;
 }

 .kids-content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;

  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M8.59 16.58L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.42z'/%3E%3C/svg%3E");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
  .justified-gallery {
    z-index:999;
  }

  .top-icons__one a:nth-child(2) img {
    max-width: 62px;
  }

    .top-icons__one a:last-child img {
    max-width: 50px;
  }













  /* Utilities */
.auto-grid {
  display: grid;
  grid-template-columns: repeat(
    auto-fill,
    minmax(var(--auto-grid-min-size, 14rem), 1fr)
  );
  grid-gap: var(--auto-grid-gap, 0);
  padding: 0;
}

.flow > * + * {
  margin-top: var(--flow-space, 1em);
}

/* Composition */
.team {
  --flow-space: 2em;
  position: relative;
  z-index: 1;
}

/* Blocks */
.profile {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 1/1;
  position: relative;
  padding: 1.5rem;
  color: #ffffff;
  backface-visibility: hidden;
  text-decoration: none;
  overflow: hidden;
  z-index: 9999;
}

.profile::before,
.profile::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*inset: 0;*/
  top: 0;
  left: 0;
}

.profile::before {
 background: linear-gradient(
  to top,
  hsl(0 0% 0% / 0.65) 0%,
  hsl(0 0% 0% / 0.64) 7.8%,
  hsl(0 0% 0% / 0.63) 14.4%,
  hsl(0 0% 0% / 0.61) 20.2%,
  hsl(0 0% 0% / 0.59) 25.3%,
  hsl(0 0% 0% / 0.56) 29.9%,
  hsl(0 0% 0% / 0.52) 34.3%,
  hsl(0 0% 0% / 0.47) 38.7%,
  hsl(0 0% 0% / 0.42) 43.3%,
  hsl(0 0% 0% / 0.36) 48.4%,
  hsl(0 0% 0% / 0.29) 54.1%,
  hsl(0 0% 0% / 0.21) 60.6%,
  hsl(0 0% 0% / 0.13) 68.3%,
  hsl(0 0% 0% / 0.07) 77.3%,
  hsl(0 0% 0% / 0.03) 87.7%,
  hsl(0 0% 0% / 0) 100%
);
transition: 300ms opacity linear;
}

.profile::after {
  background: linear-gradient(
    45deg,
    hsl(5 97% 63% / 0.7) 0,
    hsl(5 97% 63% / 0) 80%
  );
  opacity: 0;
  transition: 300ms opacity linear;
}

.profile > * {
  z-index: 1;
}

.profile img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
  object-fit: cover;

  transition: filter 200ms ease, transform 250ms linear;
}

.profile h2,
.profile p {
  transform: translateY(2ex);
}

.profile h2 {
  font-size: 1.7rem;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0.03ch;
  transition: 300ms transform ease;
  color:#fff;
  text-decoration: none;
}
.profile a {
  text-decoration: none;
}
.profile p {
  font-size: 1.2rem;
  font-weight: 500;
}

.profile p {
  opacity: 0;
  transition: 300ms opacity linear, 300ms transform ease-in-out;
}

.profile:focus {
  outline: 0.5rem solid white;
  outline-offset: -0.5rem;
}

.profile:hover :is(h2, p),
.profile:focus :is(h2, p) {
  transform: none;
}

.profile:hover::after,
.profile:focus::after,
.profile:hover::before,
.profile:focus::before {
  opacity: 0.7;
}

.profile:hover p,
.profile:focus p {
  opacity: 1;
  transition-delay: 200ms;
}

.profile:hover img,
.profile:focus img {

  transform: scale(1.05) rotate(1deg);
}


.auto-grid li::before {
  display: none;
}

.auto-grid a {
    text-decoration: none;
    border-radius: 10px;
    box-shadow: -1px 7px 24px -10px rgba(0,0,0,0.75);
-webkit-box-shadow: -1px 7px 24px -10px rgba(0,0,0,0.75);
-moz-box-shadow: -1px 7px 24px -10px rgba(0,0,0,0.75);
margin-bottom:1em;
}



.carousel-item img {
  filter: brightness(0.7); /* lekkie przyciemnienie na obrazie */
}


.row-3 {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

/* 3 kolumny (≥768px) */
.row-3 li {
  flex: 0 0 calc(100% / 3);
  box-sizing: border-box;
}

/* 2 kolumny (441–768px) */
@media (max-width: 767.98px) and (min-width: 441px) {
  .row-3 li {
    flex: 0 0 calc(100% / 2);
  }
  .profile h2 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}

/* 1 kolumna (≤440px) */
@media (max-width: 440px) {
  .row-3 li {
    flex: 0 0 100%;
  }
  .profile h2 {
    font-size: 1.3rem;
    line-height: 1.2;
  }
}




/* dla wszystkich form-group w formularzu */
#kontakt-601 .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}

#kontakt-601 .form-label {
  flex: 0 0 200px;   /* szerokość kolumny z labelami */
  text-align: left;
}

#kontakt-601 .input,
#kontakt-601 .recaptcha,
#kontakt-601 .checkbox {
  flex: 1;
}

/* textarea może mieć inny wygląd */
#kontakt-601 textarea.form-control {
  min-height: 100px;
}

/* jeśli label jest w <label>, ale input w <div class="input"> */
#kontakt-601 .input input,
#kontakt-601 .input select,
#kontakt-601 .input textarea {
  width: 100%;
}

.actions nav:not(.mm-menu) {
    display: block;
    margin-top:1em;
}

.add-on.form-check-label span {
  font-size:0.8rem;
}

#kontakt-601 .input.checkbox input {
    width:auto;
}

#kontakt-601 {

  padding:1.5em;
  background-color: var(--background-grey);
box-shadow: 1px -1px 24px -60px rgba(0,0,0,0.34);
-webkit-box-shadow: 1px -1px 24px -60px rgba(0,0,0,0.34);
-moz-box-shadow: 1px -1px 24px -60px rgba(0,0,0,0.34);
  border-radius: 20px;
 
}
#kontakt-601 h2 {
  padding-top:0.5em;
  padding-bottom:0.5em;
}

.contact a{

  text-decoration: none;
      margin-bottom: 1em;
    line-height: 13px;
    display: inline-block;
  font-size:1.1rem;
}

.page-content .top-buttons a:hover{
  border:2px solid #FF7E00 !important;
}

   @media (max-width: 968px) {
.hp {
  display: none;
}
.carousel-item img {

        width: 100%;
        height: 260px;
        width: 100% !important;
   
   
        object-fit: cover;
        overflow: hidden;
    }

.footer-star__nav {
  display: none;
}
   }

      @media (max-width: 468px) {
.carousel-item img {
    width: 100%;
    height: 260px;
    width: auto !important;
}
.top-icons__one a:last-child {
  position: relative;
    top: 0px;
    left:2px
}
   }


   #header {
    position: sticky;
    top: 0;
    z-index: 1030;
}





body {
    overflow-x: hidden;
    position: relative;
}

#page {

    overflow: visible !important;


    transform: none !important;
    -webkit-transform: none !important;
}


.mm-menu {
    position: fixed !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 1030 !important;


    overflow: visible !important;
  
}
header.is-shifted {
    transform: none !important;
}

.top-icons {
    display: flex;
    flex-direction: column;
    height: auto !important;
}

.top-icons__one {
    margin-top: 2rem !important;
}



#header {
    position: fixed;
    top: 0;
    right: 0;
    width: 80px;
    height: 100vh;
    z-index: 1000;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;

    margin-top: auto;
    margin-bottom: 16px;
}

 @media (min-width: 1921px) {
     .hp {
  top:63%;
}
.scroll-downs {
  bottom:55px;
}
  .carousel-item img {
    object-fit: cover;
    height: auto;
    max-height: 1260px;
  }

    }
 @media (min-width: 1921px) {
     .hp {
  top:63%;
}
 }

 @media (min-width: 968px) {
     .fixed-top {
    height: 100px !important;
    padding-top:1em !important;
    padding-left: 1em !important;
}

.fixed-top  .top-icons{
  display: none;
}
.fixed-top.is-shifted {
  height: 100% !important;
}
.fixed-top.is-shifted .top-icons{
  display: flex !important;
}
 }