html,
body {
  overflow-x: hidden;

  width: 100vw;
}

.day,
.slot,
.duration {
  cursor: pointer;
  transition: 0.3s;
}

.day.active,
.slot .active,
.duration.active p {
  background: #0b0f2c !important;
}
.duration.active p {
  background: #0b0f2c !important;
  border: 3px solid #0b0f2c !important;
}

.day.active p,
.day.active h3,
.slot.active,
.duration.active p {
  color: #f2e8d4 !important;
}

.slot.active {
  background: #0b0f2c !important;
}
.day:not(.active):hover,
.time:not(.active):hover {
  background-color: #e8c172 !important;
}
.duration:not(.active) .reserveDuration:hover {
  background-color: #e8c172 !important;
  border: 3px solid #e8c172 !important;
}
#reserveBtn:hover,
.formsBt:hover {
  background-color: rgb(7, 8, 20) !important;
}
/*Okno modalne*/
.custom-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.custom-modal-content {
  background: #f2e8d4;
  padding: 20px 20px;
  border-radius: 12px;
  text-align: center;
  font-size: 18px;
}
.custom-modal-content p {
  color: #0b0f2c;
  font-size: 26px;
}
.custom-modal-content button {
  margin-top: 0px;
  padding: 10px 20px;
  border: none;
  background: #b08530;
  color: white;
  border-radius: 6px;
  cursor: pointer;
}

#reservationFormAjax {
  position: relative;
}
.js-form-result {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  z-index: 10;
  width: 80%;
  text-align: center;

  display: none;
}
#formContent.hidden {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
/*Strona z biurem*/
#left-img {
  transition:
    opacity 0.1s ease,
    transform 0.1s ease;
}

#left-img.animate {
  transform: scale(0.97);
}
.office-gallery {
  display: flex;
  width: 100%;
}

.gallery-left {
  flex: 2;
  max-height: 500px;
  border-right: 11px solid #b08530;
}

.gallery-left img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.gallery-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.gallery-img {
  height: 250px;
}

.gallery-img:first-child {
  border-bottom: 11px solid #b08530;
}

.gallery-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature15 .mobile {
  display: none;
}
.gallery-main-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}

.office-section {
  background: #e7dcc6;
  padding: 80px 0;
}

.office-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.office-header h2 {
  font-size: 48px;
  font-weight: 700;
  color: #111833;
}

.badge-available {
  background: #b08530;
  color: white;
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 14px;
}

.office-description {
  color: #4a4a4a;
  max-width: 800px;
  line-height: 1.7;
  margin-bottom: 40px;
}

.office-info {
  display: flex;
  gap: 60px;
  border-top: 1px solid #b08530;
  border-bottom: 1px solid #b08530;
  padding-top: 25px;
  padding-bottom: 25px;
}

.info-box {
  display: flex;
  align-items: center;
  gap: 15px;
}

.info-box img {
  width: 40px;
}

.label {
  display: block;
  font-size: 16px;
  color: #b08530;
  letter-spacing: 1px;
}

.value {
  font-weight: 700;
  font-size: 24px;
  color: #111833;
}

.office-plan {
  max-width: 320px;
}
/**/
.thumbnails {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-left: 20px;
  max-width: 300px;
}

.thumb {
  width: 100%;
  height: 115px;
  object-fit: cover;
  cursor: pointer;
  border: 4px solid #b08530;
  transition: all 0.3s ease;
}

.thumb:hover {
  transform: scale(1.05);
}

.thumb.active {
  transform: scale(1.1);
}

/*cennik*/

.price-banner {
  position: absolute;
  transform: translateY(90px) translateX(1050px);
  z-index: 9999;
  display: flex;
  width: 100%;
  max-width: 500px;
  text-transform: uppercase;
  font-weight: 600;
}

.price-left,
.price-right {
  flex: 1;
  padding: 10px 20px;
  color: #fff;
  padding-bottom: 0 !important;
}

.price-left {
  background-color: #0b0f2c;
}

.price-right {
  background-color: #b08530;
}

.small {
  margin-top: 5px;
  font-size: 18px;
  margin-bottom: -5px;
  letter-spacing: 1px;
  color: #f2e8d4;
}

.price-banner h2 {
  font-size: 50px;
  margin: 0;
  line-height: 1;
  color: #f2e8d4;
  font-weight: 500;
}

.price-banner h2 span {
  font-size: 20px;
  letter-spacing: 1px;
}

.sub1 {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #b08530;
}
.sub2 {
  margin-top: 5px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #403735;
}
.image-bg {
  background-image: url("../i/img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-right: 10px solid #b08530;
}
.forms {
  left: 250px;
}
.forms button {
  margin-top: 10px;
}
.home {
  margin-bottom: -5px;
}

.features-inline {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}

/* tekst */
.features-inline > div {
  white-space: nowrap;
}

/* ikonki */
.features-inline svg {
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

.hero-buttons {
  display: inline-flex;
  align-items: center;
  color: #fff;

  margin-top: 50px;
}

.feature15.row {
  max-width: 100%;
}

.feature15 p[style*="width"] {
  max-width: 100%;
}
.feature15img .col-sm-3,
.feature15img .col-md-4 {
  overflow: hidden !important;
}

.header6 {
  position: relative;
}
.col-4.bg-repeat-none {
  transform: translateY(-120px) translateX(250px);
}

.feature-3 {
  overflow: hidden !important;
}
.feature15 {
  position: relative;
}

.feature15img img {
  position: absolute;
  height: 100%;
  width: 400px !important;
  border-left: 10px solid #b08530;
  z-index: 0;
}

#backBtn {
  width: auto !important;
  font-size: 14px;
  padding: 5px 12px;
  display: inline-block;
  border: none !important; /* brak bordera */
  border-radius: 8px; /* lekkie zaokrąglenie */

  margin-left: -350px;
  margin-bottom: 5px;
}
#reservationForm {
  width: 497px !important;
  height: 654px !important;
  padding-top: 50px !important;
}

@media (min-width: 1440px) {
  .price-banner {
    transform: translateY(90px) translateX(1000px);
  }
  .price-banner .sub1 {
    font-size: 18px !important;
  }
  .feature15 p {
    padding-right: 10px;
  }
  .header3 {
    min-height: 1200px !important;
  }

  .header-6,
  .header6,
  .header6 .container,
  .header6 .row {
    overflow: visible !important;
  }
  .forms {
    height: auto !important;
    top: 30px !important;
    min-height: auto !important;
    border-radius: 35% 35% 0 0;
    overflow: visible !important;
    z-index: 10;
    padding-left: 45px !important;
  }

  .forms .img-fluid {
    width: 80% !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  .forms button {
    margin-bottom: -10px !important;
  }
  .main_biuro {
    width: 1000px;
  }
  .pytania {
    padding-left: 40px;
  }
  .hero-buttons {
    margin-top: 10px !important;
  }
  .rabat {
    transform: translateX(12px) !important;
    width: auto;
  }
  .rabat h5 {
    margin-top: 20px !important;
  }
  .dataReserv {
    margin-top: 5px !important;
  }
}
@media (max-width: 1887px) {
  .forms {
    transform: translateY(-30px) translateX(780px) scale(0.9) !important;
  }
}
@media (max-width: 576px) {
  #backBtn {
    margin-left: -380px;
    margin-bottom: 5px;
  }
  #reservationForm h3 {
    font-size: 24px !important;
    margin: 2px !important;
  }
  #reservationForm {
    margin-left: 10px !important;
    height: 554px !important;
    padding-top: 10px !important;
  }
  #submitReservation {
    margin-top: -10px;
  }

  /*strona z biurem*/
  .dataReserv {
    margin-top: 5px !important;
  }
  .gallery-left {
    max-height: 200px;
    border-right: 5px solid #b08530;
  }

  .gallery-left img {
    height: 200px;
  }

  .gallery-img {
    height: 100px;
  }

  .gallery-img:first-child {
    border-bottom: 5px solid #b08530;
  }
  .office-gallery {
    border-bottom: 5px solid #b08530 !important;
  }
  .office-section {
    padding: 50px 20px;
  }
  .hero-title-center {
    border-bottom: 5px solid #b08530 !important;
  }
  .office-header {
    flex-direction: flex;
    align-items: flex-start;
    gap: 10px;
  }

  .office-header h2 {
    font-size: 32px;
    margin-right: 10px !important;
  }

  .office-description {
    font-size: 16px;
  }

  .office-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }

  .info-box {
    width: 30%;
  }
  .info-box svg {
    width: 20px;
    height: 20px;
  }
  .office-plan {
    margin-top: 35px;
    max-width: 220px;
  }
  .label {
    font-size: 10px;
    margin-bottom: -5px;
  }

  .value {
    font-size: 14px;
  }

  /**/
  .feature15 .mobile {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    display: block;
  }
  .header3 {
    min-height: 1100px !important;
  }
  .sticky-top .btn {
    margin-left: 15px;
  }
  .carousel-item .row {
    justify-content: center !important;
  }
  .forms {
    left: 0px;
  }
  .forms button {
    margin-top: 10px;
  }

  @media (max-width: 576px) {
    /*Header 1*/

    p.text-customtop {
      font-size: 34px !important;
      margin-top: -80px;
      line-height: 1.1;
    }
    h1.text-B08530 {
      font-size: 44px;
      text-align: center;
      margin-top: 10px;
    }
    h1.biura {
      font-size: 34px;
    }

    .features-inline {
      justify-content: center;
      gap: 8px;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .features-inline > div {
      font-size: 14px !important;
    }

    .features-inline svg {
      width: 10px;
      height: 10px;
    }

    /*przyciski*/
    .hero-buttons {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 25px;
      margin-bottom: 35px;
    }

    .hero-buttons .btn {
      font-size: 16px;
      padding: 6px 10px;
    }

    /*Feature 3*/
    .feature-3 p {
      font-size: 20px !important;
      line-height: 1.45;
      text-align: center !important;
    }
    .feature-3 p.text-uppercase {
      font-size: 25px !important;
    }
    .feature-3 h1 {
      font-size: 30px !important;
      line-height: 1.2;
      text-align: center !important;
      margin-bottom: 10px !important;
    }
    .feature-3 .float-xxl-start {
      display: none !important;
    }

    .header3 .container {
      min-width: auto !important;
      width: 100%;
    }

    .feature-3 .container {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 15px !important;
      margin-right: 0 !important;
    }
    .feature-3 .features-mobile {
      width: 100%;
      max-width: 100%;
      margin: 0 auto !important;
      padding-left: 16px !important;
      padding-right: 16px !important;
      box-sizing: border-box;
    }
    .features-mobile {
      display: grid !important;
      grid-template-columns: 1fr 1fr !important;
      gap: 24px 16px !important;
      padding: 0 16px !important;
    }

    .features-mobile .feature-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      padding: 0px 8px !important;
    }
    .feature-3 .text-darkblue img.border-main-gold {
      padding-bottom: 15px;
      padding-top: 15px;
    }

    .features-mobile svg {
      position: relative !important;
      margin: 0 auto 12px auto !important;
      width: 48px !important;
      height: 48px !important;
    }

    .features-mobile h5 {
      font-size: 14px !important;
      margin-bottom: 6px !important;
      padding: 0 !important;
    }

    .features-mobile p {
      font-size: 13.5px !important;
      line-height: 1.4;
      margin: 0 !important;
      padding: 0 4px !important;
    }

    /* Content 11*/
    .content11 p {
      font-size: 20px !important;
      line-height: 1.45;
      text-align: center !important;
    }
    .content11 p.text-uppercase {
      font-size: 25px !important;
    }
    .content11 h2 {
      font-size: 30px !important;
      line-height: 1.2;
      text-align: center !important;

      padding-left: 20px;
      padding-right: 20px;
    }
    .content11 .col-6 {
      margin-top: 20px !important;
      flex: 0 0 50% !important;
      max-width: 100% !important;
    }

    .content11 svg {
      width: 48px !important;
      height: 48px !important;
    }

    .content11 h2.fs-2 {
      font-size: 14px !important;
      line-height: 1.4 !important;
      margin-top: 12px !important;
      margin-left: 10px;
      margin-right: 10px;
      margin-bottom: 0 !important;
    }

    .content11 .mb-lg-6 {
      margin-bottom: 24px !important;
    }

    /*Feature 15*/

    .feature15 .row[style*="width"] {
      width: 100% !important;
      transform: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
    .feature15 img[style*="translateX(860px)"] {
      transform: none !important;
      position: static !important;
      width: 100% !important;
      margin-top: 20px;
    }
    /*header 6*/
    .header6 .col-lg-5.position-absolute {
      position: relative;
      width: 100% !important;
      transform: none !important;
      top: auto !important;
      margin-top: 20px;
    }
    /*Header 3*/

    .header3 p {
      font-size: 20px !important;
      line-height: 1.45;
      text-align: center !important;
    }
    .header3 p.text-uppercase {
      font-size: 25px !important;
    }
    .header3 h1 {
      font-size: 30px !important;
      line-height: 1.2;
      text-align: center !important;
      margin-bottom: 10px !important;
    }

    /*Strona z caruselą*/
    .header3 .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
      padding-left: 10px;
      padding-right: 10px;
    }

    .header3 h1 {
      font-size: 28px !important;
    }

    .carousel-item > div {
      width: 90% !important;
    }
    #custom-id-rdmji3of {
      margin-top: 20px !important;
    }
    #custom-id-rdmji3of .carousel-item > div {
      width: 100% !important;
      max-width: 360px;
      margin: 0 auto;
    }

    #custom-id-rdmji3of h2 {
      font-size: 26px !important;
      text-align: start;
      margin-left: 20px;
      padding-top: 10px;
    }
    #custom-id-rdmji3of .icons {
      margin-left: -30px !important;
      margin-left: 20px !important;
    }
    #custom-id-rdmji3of .icons > div {
      display: flex !important;
      flex-direction: column !important;
      align-items: flex-start !important;
    }

    #custom-id-rdmji3of .icons svg {
      align-self: flex-start;
      margin-top: 5px;
      margin-left: -18px !important;
    }

    .carousel-item {
      position: relative !important;
      overflow: visible !important;
    }
    .carousel-item,
    .carousel-item .test {
      position: relative;
      overflow: visible;
    }
    .col-4.bg-repeat-none {
      position: absolute !important;
      height: 65px !important;
      background-position: center;
      background-size: contain;
      padding: 0.6rem;
      display: flex;
      align-items: center;
      justify-content: center;
      left: 10px !important;
      z-index: 10;
      transform: translateY(-75px) translateX(300px) !important;
    }

    .col-4.bg-repeat-none svg {
      width: 40px;
      height: 20px;
      margin-top: 8px !important;
      margin-left: 5px !important;
    }

    .col-4.bg-repeat-none > p {
      margin-left: 0 !important;
      margin-top: 22px !important;
      line-height: 1;
    }

    #custom-id-rdmji3of p {
      font-size: 16px !important;
      width: auto !important;
      text-align: left !important;
      margin-left: 20px;
      padding-right: 10px;
    }

    #custom-id-rdmji3of .btn {
      width: 90% !important;
      margin-bottom: 20px;
      height: auto !important;
    }
    #custom-id-rdmji3of .carousel-control-prev,
    #custom-id-rdmji3of .carousel-control-next {
      transform: scale(0.6);
      z-index: 99999;
    }

    /*Header 3 DARK*/
    .header-3-dark p {
      font-size: 20px !important;
      line-height: 1.45;
      text-align: center !important;
      width: 100% !important;
    }

    .header-3-dark h1 {
      font-size: 30px !important;
      line-height: 1.2;
      text-align: center !important;
      margin-bottom: 10px !important;
    }
    .header-3-dark .obr {
      margin-top: -120px;
    }

    /*ikonki 'komfortowe miejsce...'*/
    .header-3-dark .row img.ret {
      transform: translateX(0) translateY(63px);
      width: 100%;
      height: auto;
    }
    .header-3-dark .list {
      padding-left: 80px !important;
      margin-left: 0px !important;
      width: 500px !important;
      margin-bottom: 20px !important;
    }
    .header-3-dark .list .row {
      gap: 10px !important;
    }
    .header-3-dark .list .row > div {
      display: flex !important;
      align-items: center !important;
      gap: 5px;
      margin-top: 20px !important;
      margin-left: -10px !important;
      height: 23px !important;
      padding: 0 !important;
    }
    .header-3-dark .list .row > div:first-child {
      margin-right: 10px !important;
    }

    .header-3-dark .row .col-4 {
      transform: translateX(0) scale(0.9) !important;
    }
    .header-3-dark .row .col-4 svg {
      width: 20px !important;
      height: 20px !important;
      margin: 0 !important;
    }

    .header-3-dark .row .col-4 .text-bg-main2 {
      font-size: 0.9rem !important;
      white-space: nowrap;
      overflow: hidden;
      max-width: 60px;
      margin-top: 15px !important;
    }

    .header-3-dark .mt-10 {
      display: flex !important;
      flex-direction: column !important;
      align-items: center;
      gap: 30px;
    }

    .header-3-dark .mt-10 > .row.ps-9 {
      width: 100% !important;
      display: grid !important;
      grid-template-columns: 1fr !important;
      padding-left: 0px !important;
      margin-top: -100px !important;
    }

    .header-3-dark .mt-10 > .row.ps-9 .position-relative {
      display: grid !important;
      grid-template-columns: auto 1fr;
      grid-template-rows: auto auto;
      column-gap: 20px;
      align-items: center;
    }

    .header-3-dark .mt-10 > .row.ps-9 svg {
      position: static !important;
      grid-row: 1 / span 2;
      width: 48px;
      height: 48px;
      margin-top: 50px;
    }

    .header-3-dark .mt-10 > .row.ps-9 h5,
    .header-3-dark .mt-10 > .row.ps-9 p {
      padding-left: 0 !important;
      margin-left: 0 !important;
      text-align: left !important;
    }

    .header-3-dark .mt-10 > .row.ps-9 h5 {
      margin-bottom: 4px !important;
    }
    .header-3-dark .mt-10 > .row.ps-9 .klim .mb-4 {
      margin-bottom: 10px !important;
    }

    .header-3-dark .mt-10 > .row.ps-9 p {
      margin-top: 0px !important;
      line-height: 1.3;
      font-size: 20px !important;
    }

    .header-3-dark .mt-10 > .row.ps-9 p.dark-text {
      margin-top: -10px !important;
    }
    /* wygodna rezerwacja */
    .header-3-dark .mt-10 > .col {
      margin-top: 0 !important;
      transform: none !important;
      width: 100%;
    }

    .header-3-dark .bg-main-gold {
      padding: 10px;
    }

    .header-3-dark .bg-main-gold .row.px-xxl-3,
    .header-3-dark .bg-main-gold .row.justify-content-xxl-center,
    .header-3-dark .bg-main-gold .d-xxl-flex {
      display: flex !important;
      justify-content: center !important;
      align-items: center;
      padding-left: 0 !important;
      padding-top: 10px !important;
    }

    .header-3-dark .bg-main-gold p.text-uppercase,
    .header-3-dark .bg-main-gold h3 {
      font-size: 18px !important;
    }

    /* Tekst wrzesień 2025 */
    .header-3-dark .bg-main-gold .month {
      display: flex !important;
      justify-content: center !important;
      align-items: center !important;
      gap: 10px !important;
      height: 50px !important;
      padding: 0 10px;
      padding-bottom: 10px !important;
    }
    .header-3-dark .bg-main-gold .month p {
      font-size: 16px !important;
      margin-top: 0px !important;
      margin-bottom: 0 !important;
    }
    .header-3-dark .bg-main-gold .month svg {
      margin-right: 15px !important;
      margin-left: 20px !important;
    }
    .header-3-dark .bg-main-gold .col-2 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }
    .header-3-dark .bg-main-gold .btn {
      transform: scale(0.9);
    }
    .header-3-dark .bg-main-gold {
      padding-left: 0 !important;
      padding-right: 0 !important;
      margin-left: 0 !important;
      margin-right: auto;
      margin-bottom: 20px !important;
    }

    .header-3-dark .bg-main-gold .row.px-xxl-3.d-xxl-flex > .col-2 {
      height: 80px !important;
      width: 60px !important;
      margin-bottom: -5px !important;
    }
    .header-3-dark
      .bg-main-gold
      .row.d-xxl-flex.justify-content-xxl-center
      > .col-3
      p.time {
      font-size: 16px !important;
      line-height: 1.2 !important;
      padding: 5px 5px !important;
    }
    .header-3-dark .bg-main-gold .row.d-xxl-flex.justify-content-xxl-center {
      margin-bottom: 15px !important;
      margin-top: 0px !important;
    }

    .header-3-dark
      .bg-main-gold
      .col-12.px-xxl-0
      > .d-xxl-flex.justify-content-xxl-center.col-xxl.row {
      margin-bottom: 0px !important;
    }
    /*Header-6*/
    .header-6 {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .header-6 .row {
      margin-left: 0 !important;
      margin-right: 0 !important;
    }

    .header-6 .flex-column-reverse {
      display: flex !important;
      flex-direction: column !important;
    }

    .header-6 img.img-fluid {
      display: none !important;
    }

    .header-6 .col-sm-11 {
      width: 100% !important;
      max-width: 100% !important;
      margin: 0 !important;
      padding: 0 16px;
    }
    .header-6 [style*="margin-bottom"] {
      margin-bottom: 10px !important;
    }
    .header-6 p.text-main-gold {
      font-size: 20px !important;
      text-align: center;
    }

    .header-6 p.text-uppercase {
      font-size: 25px !important;
    }

    .header-6 h1 {
      font-size: 30px !important;
      line-height: 1.2;
      text-align: center;
      margin-bottom: 16px;
    }
    .header-6 .text-font-main1 {
      font-size: 18px !important;
      text-align: center;
    }
    .header-6 .accordion {
      margin-top: 2px;
    }

    .header-6 .accordion-button {
      font-size: 16px !important;
      padding: 12px 14px;
    }

    .header-6 .accordion-body p {
      font-size: 18px !important;
    }

    /*Feature 15*/

    .feature15 .flex-lg-row {
      width: 100% !important;
      flex-direction: column !important;
      margin: 0 !important;
      padding-right: 45px;
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
    }
    .feature15img {
      display: none !important;
    }
    .feature15 p {
      font-size: 20px !important;
      line-height: 1.45;
      text-align: center !important;
    }
    .feature15 p.text-uppercase.text-main-gold {
      font-size: 25px !important;
      margin-bottom: -0 !important;
    }
    .feature15 h2 {
      font-size: 30px !important;
      line-height: 1.2;
      text-align: center !important;
      margin-bottom: 10px !important;
    }

    .feature15 .container {
      padding-left: 15px !important;
      padding-right: 15px !important;
    }
    .feature15 .row {
      transform: none !important;
      width: 100% !important;
      padding-top: 20px !important;
      gap: 5px !important;
    }
    .feature15 .row > div {
      width: 100% !important;

      display: flex;
      align-items: center;
    }
    .feature15 .row > div h5 {
      font-size: 18px !important;
    }

    .feature15 [class*="ps-xxl-"] {
      padding-left: 0 !important;
    }
    .feature15 p.bg-main-gold {
      transform: scale(1) translateX(0) !important;
      width: 100% !important;
      text-align: left !important;
      margin-left: 0 !important;
      display: block;
      padding-left: 10px !important;
    }
    .feature15 .col-sm-12 {
      margin-left: 50px !important;
      width: 100% !important;
    }
    .price-banner {
      margin-left: 50px;
    }

    .feature15 .col-sm-12 > img.border-main-gold {
      margin-bottom: 20px;
    }
    .feature15 svg {
      width: 48px !important;
      height: 48px !important;
    }

    .feature15 .position-relative {
      margin-bottom: 20px;
    }
    .feature15 .position-relative svg {
      margin-left: 15px;
    }
    .feature15 .position-relative .svg1 {
      margin-top: 20px !important;
    }
    .feature15 .position-relative h5 {
      text-align: left !important;
    }
    .feature15 .position-relative p {
      text-align: left !important;
    }

    /*Showcase 2*/
    .gallery-main-image {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    .mainImg {
      overflow: hidden;
    }
    .showcase-2 p {
      font-size: 20px !important;
      line-height: 1.45;
      text-align: center !important;
    }
    .showcase-2 p.text-uppercase {
      font-size: 25px !important;
    }
    .showcase-2 p.fs-2 {
      margin-bottom: 20px !important;
    }
    .showcase-2 h2 {
      font-size: 30px !important;
      line-height: 1.2;
      text-align: center !important;
      margin-bottom: 10px !important;
    }

    .gallery {
      flex-direction: column;
      align-items: center;
    }
    .main-img {
      max-width: 500px;
      height: 300px;
      margin: 0 auto;
    }

    .thumbnails {
      grid-template-columns: repeat(4, 1fr);
      gap: 12px;
      margin-left: 0;
      margin-top: 20px;
      max-width: 460px;
      width: 100%;
      justify-content: center;
    }

    .thumb {
      height: 90px;
    }
    .showcase-2 .align-items-xxl-center {
      display: grid !important;
      grid-template-columns: repeat(3, 1fr) !important;
      width: 100% !important;
      gap: 30px;
      margin-left: 0px !important;
    }

    .showcase-2 .col-md-9 {
      height: auto !important;
      margin-bottom: 15px;
    }

    /*Footer*/
    .header6 p {
      font-size: 20px !important;
      line-height: 1.45;
      text-align: center !important;
    }

    .kontakt-email {
      font-size: 14px !important;
      text-decoration: none;
      white-space: nowrap;
    }
    .kontakt-email-small {
      font-size: 14px !important;
      text-decoration: none;
      white-space: nowrap;
      padding-left: 10px;
    }
    .ms-6 {
      margin-left: 0px !important;
    }

    .header6 h1 {
      font-size: 30px !important;
      line-height: 1.2;
      text-align: center !important;
      margin-bottom: 10px !important;
    }
    .header6 .row .col-6 {
      width: 50% !important;
      max-width: 100% !important;
      margin-bottom: 20px !important;
      margin-top: -40px !important;
    }
    .header6 .row .col-6 .upper-kontakt {
      margin-bottom: 10px !important;
    }
    .header6 .row .col-6 .upper-kontakt svg {
      bottom: 0;
      left: 0;
      margin: 0;
      transform: translateY(40px) !important;
    }
    .header6 svg.position-absolute {
      transform: none !important;
      position: relative !important;
      width: 30px;
      height: 25px;
      margin: 0 !important;
      padding: 0 !important;
    }
    .header6 .col-6 p {
      font-size: 14px !important;
      line-height: 1.3;
      text-align: center !important;
      text-align: left !important;
      width: 140px !important;
      margin-top: 0px !important;
    }
    .header6 .col-6 .adres svg {
      margin-top: -20px !important;
      margin-right: -10px !important;
      margin-left: 10px !important;
    }
    .header6 .col-6 .kontakt {
      margin-bottom: 10px !important;
    }
    /*mapa*/
    .header6 iframe {
      height: 280px !important;
    }
    .down.row {
      flex-wrap: wrap !important;
      justify-content: center !important;
    }
    .down.row .col-xxl-3:first-child {
      width: 100% !important;
      max-width: 100% !important;
      margin-bottom: 15px;
      margin-top: 15px !important;
    }
    .down.row .col-xxl-3,
    .down.row .col-6 {
      width: 48% !important;
      max-width: 48% !important;
      margin: 1% !important;
    }
    .columny {
      display: flex !important;
      align-items: center !important;
      height: auto !important;
      margin-top: 0 !important;
    }

    .columny svg {
      margin-right: 10px;
    }

    .columny p {
      margin-left: 10px !important;
    }
    .columny .ulica {
      margin-left: 10px !important;
    }
    .down.row svg {
      display: block;
      margin: 0 auto 15px auto;
    }
    .down .images {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 30px !important;
      padding-bottom: 10px !important;
      flex-wrap: nowrap;
      padding-top: 20px !important;
    }
    .line {
      margin-top: 50px !important;
      transform: translateY(-30px) !important;
    }
    .police {
      display: flex;
      justify-content: space-between;
      align-items: center;
      bottom: 40px;
      margin-top: 50px !important;
    }
    .police .col-6 {
      display: flex;
      align-items: center;
      gap: 5px;
    }

    .police .col-6 p {
      font-size: 9px !important;

      font-size: 10px !important;

      margin: 0;
      display: inline-block;
      white-space: nowrap !important;
    }

    .row.col-6 {
      display: flex !important;
      flex-wrap: nowrap !important;
      align-items: center !important;
      justify-content: center !important;
      margin-left: 5px;
    }

    .row.col-6 p {
      margin: 0 !important;
      padding: 0 !important;
      width: auto !important;
      flex: 0 0 auto !important;
      white-space: nowrap !important;
    }

    /*forms*/
    .forms {
      position: relative !important;
      transform: none !important;
      padding-bottom: 10px !important;
      padding-right: 20px !important;
      padding-left: 30px !important;
    }
    .forms h1 {
      font-size: 30px !important;
      text-align: center;
    }
    .forms > h1:first-child {
      margin-bottom: 28px !important;
      margin-top: -50px !important;
    }
    .forms img {
      display: block;
      margin: 0px auto 20px auto !important;
      max-width: 80%;
    }
    .forms p {
      font-size: 16px !important;
      text-align: left !important;
      padding-left: 0 !important;
    }
    .forms .row .text-forms {
      font-size: 16px !important;
      width: 200px !important;
      margin-top: 30px !important;
    }
    .forms input[type="text"],
    .forms input[type="email"],
    .forms input[type="tel"] {
      width: 100%;
      margin-top: -5px;
      height: 45px;
      font-size: 14px;
      padding-left: 10px;
    }
    .forms button {
      width: 100% !important;
      margin-left: -10px !important;
    }

    .price-banner {
      transform: none !important;
      position: relative;
      z-index: 9999;
      margin-top: 10px;
    }
    .price-left,
    .price-right {
      flex: 1;
      padding: 10px 10px;
    }

    .price-banner .small {
      margin-top: 5px;
      font-size: 14px !important;
      margin-bottom: -5px;
      text-align: left !important;
    }

    .price-banner h2 {
      font-size: 50px;
      text-align: left !important;
    }

    .price-banner h2 span {
      font-size: 14px;
      letter-spacing: 1px;
    }

    .price-banner .sub1 {
      font-size: 14px !important;
      text-align: left !important;
      margin-top: -10px !important;
    }
    .price-banner .sub2 {
      font-size: 14px !important;
      text-align: left !important;
      margin-top: -10px !important;
    }
    .feature15 .mobile {
      margin-left: 0 !important;
      margin-bottom: 20px;
      display: block;
    }
    .feature15 .laptop {
      display: none;
    }
  }
  @media (max-width: 480px) {
    .dost_czas {
      margin-top: 15px;
    }
  }
  @media (min-width: 360px) {
    .przedziały {
      margin-top: 20px !important;
    }
  }
  @media (max-width: 360px) {
    .custom-modal-content p {
      font-size: 20px;
    }

    .custom-modal-content button {
      width: 100%;
      margin-top: 0px;
      padding: 12px;
      font-size: 12px;
    }
    #backBtn {
      margin-left: -220px;
      margin-bottom: 5px;
    }

    #reservationForm h3 {
      font-size: 24px !important;
      margin: 2px !important;
    }
    #reservationForm {
      margin-left: 0px !important;
      height: 554px !important;
      width: 330px !important;
      padding-top: 10px !important;
    }
    #submitReservation {
      margin-top: 0px;
    }
    /*strona z biurem*/

    .office-header h2 {
      font-size: 24px;
      margin-right: 10px !important;
    }
    .badge-available {
      margin-top: -5px;
    }
    .office-description {
      font-size: 14px;
    }

    .info-box {
      width: 43%;
    }
    .info-box svg {
      width: 15px;
      height: 15px;
    }
    .label {
      font-size: 10px;
      margin-bottom: -5px;
    }

    .value {
      font-size: 12px;
    }
    .office-plan {
      height: 150px;
    }
    .office-info {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2px;
    }

    .info-box {
      display: flex;
      align-items: center;
      gap: 10px;
      width: 100%;
      padding: 16px 0px;
      border-radius: 12px;
    }

    .info-box svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
    }

    .info-box .label {
      display: block;
      font-size: 12px;
      letter-spacing: 1px;
    }

    .info-box .value {
      display: block;
      font-size: 14px;
      font-weight: 600;
    }
    /**/

    .dost_czas {
      margin-top: 0;
    }

    .header3 {
      min-height: 900px !important;
    }
    p.text-customtop {
      font-size: 24px !important;
      line-height: 1.1;
    }
    h1.text-B08530 {
      font-size: 30px;
      text-align: center;
      margin-top: 10px;
    }
    .features-inline {
      justify-content: center;
      gap: 8px;
      margin-top: 20px;
      margin-bottom: 20px;
    }

    .features-inline > div {
      font-size: 10px !important;
    }

    .features-inline svg {
      width: 10px;
      height: 10px;
    }

    /*przyciski*/
    .hero-buttons {
      display: flex;
      justify-content: center;
      gap: 10px;
      margin-top: 25px;
      margin-bottom: 35px;
    }

    .hero-buttons .btn {
      font-size: 10px;
      padding: 6px 10px;
    }
    /* Content 11*/
    .content11 p {
      font-size: 14px !important;
      line-height: 1.45;
      text-align: center !important;
    }
    .content11 p.text-uppercase {
      font-size: 14px !important;
    }
    .content11 h2 {
      font-size: 24px !important;
      line-height: 1.2;
      text-align: center !important;

      padding-left: 20px;
      padding-right: 20px;
    }
    .content11 .col-6 {
      margin-top: 20px !important;
      flex: 0 0 50% !important;
      max-width: 100% !important;
    }

    .content11 svg {
      width: 44px !important;
      height: 44px !important;
    }

    .content11 h2.fs-2 {
      font-size: 14px !important;

      margin-bottom: 0 !important;
    }

    .content11 .mb-lg-6 {
      margin-bottom: 14px !important;
    }

    /*slajdy*/
    #carouselMobile .carousel-item > div > div,
    #carouselMobile .carousel-item > div > div > div {
      width: 300px !important;
      max-width: 94vw !important;
    }
    #carouselMobile .carousel-item .overflow-hidden {
      width: 280px !important;
      height: 250px !important;
    }

    #carouselMobile .bg-main-gold,
    #carouselMobile .bg-bg-main2 {
      width: 280px !important;
    }

    #carouselMobile .btn {
      width: 250px !important;
      margin-top: -5px !important;
    }

    #carouselMobile h2 {
      font-size: 20px !important;
      margin-left: 20px !important;
    }

    #carouselMobile p {
      font-size: 14px !important;
      line-height: 1.4 !important;
    }

    #carouselMobile .icons p {
      font-size: 14px !important;
      margin-left: -35px !important;
    }

    #carouselMobile .btn {
      font-size: 15px !important;
    }

    #carouselMobile .icons {
      margin-top: 10px !important;
      margin-bottom: -10px !important;
      margin-top: -10px !important;
    }

    #carouselMobile .icons {
      margin-left: -20px !important;
    }
    #carouselMobile .icons svg {
      width: 40px !important;
      height: 40px !important;
      margin-bottom: -10px !important;
    }
    #carouselMobile .icons > div {
      margin-top: 8px !important;

      display: flex !important;
      align-items: center !important;
      gap: 5px !important;
      white-space: nowrap !important;
    }

    #custom-id-rdmji3of .carousel-control-prev,
    #custom-id-rdmji3of .carousel-control-next {
      transform: scale(0.4) translateY(-20px);
      z-index: 99999;
    }

    #carouselMobile .carousel-item > div {
      position: relative !important;
    }

    #carouselMobile .price-badge {
      position: absolute !important;
      top: 220px !important;
      left: 170px !important;

      width: 60px !important;
      height: 60px !important;
      transform: none !important;
      z-index: 9999 !important;
      display: flex !important;
      align-items: center;
      justify-content: center;
    }
    #carouselMobile .price-badge svg {
      width: 40px !important;
      height: 44px !important;
    }

    #carouselMobile .price-badge p {
      font-size: 14px !important;
      margin-top: 24px !important;
    }
    /*Header 3 DARK*/
    .header-3-dark p {
      font-size: 14px !important;
      line-height: 1.45;
      text-align: center !important;
      width: 100% !important;
    }
    .header-3-dark p.text-uppercase {
      font-size: 18px !important;
    }

    .header-3-dark h1 {
      font-size: 24px !important;
      line-height: 1.2;
      text-align: center !important;
      margin-bottom: 10px !important;
    }
    .header-3-dark .obr {
      margin-top: -180px;
    }

    /*ikonki 'komfortowe miejsce...'*/
    .header-3-dark .row img.ret {
      transform: translateX(0) translateY(123px);
      height: 70px !important;
      width: 100%;
      height: auto;
    }
    .header-3-dark .list {
      padding-left: 80px !important;
      margin-left: -5px !important;
      width: 400px !important;
      transform: translateY(35px);
    }
    .header-3-dark .list .row {
      display: flex !important;
      flex-wrap: wrap !important;
      gap: 0px !important;
    }
    .header-3-dark .list .row > div {
      display: flex !important;
      width: 120px !important;
      align-items: center !important;
      gap: 5px;
      margin-top: 20px !important;
      margin-left: -10px !important;
      height: 23px !important;
      padding: 0 !important;
    }

    .header-3-dark .row .col-4 .text-bg-main2 {
      font-size: 0.9rem !important;
      white-space: nowrap;
      overflow: hidden;
      max-width: 60px;
      margin-top: 15px !important;
    }

    .header-3-dark .mt-10 {
      display: flex !important;
      flex-direction: column !important;
      align-items: center;
      gap: 30px;
    }

    .header-3-dark .mt-10 > .row.ps-9 {
      width: 100% !important;
      display: grid !important;
      grid-template-columns: 1fr !important;
      padding-left: 0px !important;
      margin-top: -100px !important;
    }

    .header-3-dark .mt-10 > .row.ps-9 .position-relative {
      display: grid !important;
      grid-template-columns: auto 1fr;
      grid-template-rows: auto auto;
      align-items: center;
    }
    .header-3-dark .mt-10 > .row.ps-9 .klim {
      margin-top: -40px !important;
    }

    .header-3-dark .mt-10 > .row.ps-9 p.dark-text {
      margin-top: 0px !important;
    }

    /* wygodna rezerwacja */

    .header-3-dark .bg-main-gold p.text-uppercase,
    .header-3-dark .bg-main-gold h3 {
      font-size: 14px !important;
    }

    .header-3-dark .bg-main-gold .col-2 {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
    }

    .header-3-dark .bg-main-gold .row.px-xxl-3.d-xxl-flex > .col-2 {
      height: 60px !important;
      width: 60px !important;
      margin-bottom: -5px !important;
    }
    .header-3-dark
      .bg-main-gold
      .row.d-xxl-flex.justify-content-xxl-center
      > .col-3
      p.time {
      font-size: 12px !important;
      line-height: 1.2 !important;
      padding: 5px 5px !important;
      width: 60px !important;
    }
    .header-3-dark .bg-main-gold .row.d-xxl-flex.justify-content-xxl-center {
      margin-bottom: 20px !important;
    }
    .header-3-dark .hours p {
      margin-bottom: -5px !important;
    }
    /*Feature 3*/
    .feature-3 p {
      font-size: 14px !important;
      line-height: 1.45;
      text-align: center !important;
    }
    .feature-3 p.text-uppercase {
      font-size: 18px !important;
    }
    .feature-3 h1 {
      font-size: 24px !important;
      line-height: 1.2;
      text-align: center !important;
      margin-bottom: 10px !important;
    }
    /*Header 3*/

    .header3 p {
      font-size: 14px !important;
    }
    .header3 .row {
      margin-top: -50px;
    }
    .header3 p.text-uppercase {
      font-size: 18px !important;
    }
    .header3 h1 {
      font-size: 24px !important;
    }

    .header-6 p.text-main-gold {
      font-size: 14px !important;
    }

    .header-6 p.text-uppercase {
      font-size: 18px !important;
    }

    .header-6 h1 {
      font-size: 24px !important;
    }
    .header-6 .text-font-main1 {
      font-size: 14px !important;
    }
    .header-6 .accordion-button {
      font-size: 14px !important;
    }

    .header-6 .accordion-body p {
      font-size: 14px !important;
    }

    .feature15 p {
      font-size: 14px !important;
    }
    .feature15 p.text-uppercase.text-main-gold {
      font-size: 18px !important;
      margin-bottom: 16px !important;
    }
    .feature15 h2 {
      font-size: 24px !important;
    }

    .feature15 .row > div h5 {
      font-size: 14px !important;
    }

    .showcase-2 p {
      font-size: 14px !important;
    }
    .showcase-2 p.text-uppercase {
      font-size: 18px !important;
    }
    .showcase-2 p.fs-2 {
      margin-bottom: 14px !important;
    }
    .showcase-2 h2 {
      font-size: 24px !important;
    }
    .header6 p {
      font-size: 14px !important;
    }

    .main-img {
      max-width: 300px;
      height: 200px;
      margin: 0 auto;
    }

    .thumbnails {
      grid-template-columns: repeat(3, 1fr);
      margin-top: 20px;
      max-width: 340px;
      margin-top: -10px;
    }

    .thumb {
      height: 80px;
    }
    .header6 h1 {
      font-size: 24px !important;
    }
    .header6 .col-6 p {
      font-size: 14px !important;
    }
    .header6 .col-6 h5 {
      font-size: 14px !important;
    }

    .police {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 20px;
      text-align: center;
    }

    .police > div:first-child {
      display: flex;
      gap: 1px;
      flex-wrap: wrap;
    }

    .police .col-6 p {
      font-size: 10px !important;
    }
    .police > div:last-child {
      transform: translateX(-25px);
    }

    .header6 .col-xl-3.col-6 {
      flex: 0 0 100% !important;
      max-width: 100% !important;
    }

    .header6 .row > .col-6 {
      flex: 0 0 100% !important;
      max-width: 100% !important;
      margin-left: 0px !important;
    }
    .header6 .upper-kontakt svg {
      width: 22px !important;
      height: 22px !important;
    }
    .header6 .upper-kontakt h5 {
      margin-left: -10px !important;
    }
    .header6 .upper-kontakt p {
      margin-top: -5px !important;
      margin-left: -10px !important;
    }

    .header6 .adres {
      display: flex !important;
      align-items: center !important;
      gap: 10px;
      margin-top: 0 !important;
      margin-bottom: 10px !important;
    }

    .header6 .adres svg {
      position: static !important;
      width: 22px !important;
      height: 22px !important;
      flex-shrink: 0;
    }

    .header6 .adres p {
      width: auto !important;
      margin: 0 !important;
    }

    .header6 .kontakt,
    .header6 .kontakt + .columny {
      display: flex !important;
      align-items: center !important;
      gap: 10px;
      margin-top: 10px !important;
    }

    .header6 .kontakt svg,
    .header6 .kontakt + .columny svg {
      position: static !important;
      width: 20px !important;
      height: auto !important;
      flex-shrink: 0;
    }
    .header6 .adres {
      margin-top: 20px !important;
    }
    .header6 .kontakt {
      margin-top: -10px !important;
    }
    .header6 .columny .ulica {
      margin-top: -15px !important;
    }
    .header6 .kontakt p,
    .header6 .kontakt + .columny p {
      width: auto !important;
      margin: 0 !important;
    }

    /*forms*/
    .forms h1 {
      font-size: 22px !important;
      margin-bottom: 10px;
    }
    .forms p {
      font-size: 13px !important;
    }
    .forms .row .text-forms {
      font-size: 13px !important;
    }
    .forms input[type="text"],
    .forms input[type="email"],
    .forms input[type="tel"] {
      font-size: 13px;
    }
    .forms button {
      font-size: 14px !important;
    }
    .forms {
      left: 0px;
    }
    .kontakt-email {
      font-size: 14px !important;
    }
    .price-banner {
      transform: none !important;
      position: relative;
      z-index: 9999;
      margin-top: 10px;
    }
    .price-left,
    .price-right {
      flex: 1;
      padding: 10px 10px;
    }

    .price-banner .small {
      margin-top: 5px;
      font-size: 18px;
      margin-bottom: -5px;
      text-align: left !important;
    }

    .price-banner h2 {
      font-size: 50px;
    }

    .price-banner h2 span {
      font-size: 14px;
      letter-spacing: 1px;
    }

    .price-banner .sub1 {
      font-size: 14px !important;
      text-align: left !important;
      margin-top: -10px !important;
    }
    .price-banner .sub2 {
      font-size: 14px !important;
      text-align: left !important;
      margin-top: -10px !important;
    }
    .sticky-top .btn {
      margin-left: 15px;
      width: 40px;
      height: 40px;
    }
  }
}
.mainImg {
  height: 520px !important;
  border: 4px solid #b08530 !important;
  overflow: hidden;
  display: block;
  padding: 0;
  line-height: 0;
}
