img {
  max-width: 100%;
}

.oferta p {
  font-size: 1.2rem;
  ;
}

a {
  color: var(--black-color);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--black-color);
  text-decoration: underline;
}






.formError {
  z-index: 990;
}

.formError .formErrorContent {
  z-index: 991;
}

.formError .formErrorArrow {
  z-index: 996;
}

.formErrorInsideDialog.formError {
  z-index: 5000;
}

.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001;
}

.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006;
}

.inputContainer {
  position: relative;
  float: left;
}

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer;
}

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999;
  display: none
}

.formError .formErrorContent {
  width: 100%;
  background: #ee0101;
  position: relative;
  color: #fff;
  width: 150px;
  font-size: 11px;
  border: 2px solid #ddd;
  box-shadow: 0 0 6px #000;
  -moz-box-shadow: 0 0 6px #000;
  -webkit-box-shadow: 0 0 6px #000;
  padding: 4px 10px 4px 10px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.greenPopup .formErrorContent {
  background: #33be40;
}

.blackPopup .formErrorContent {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative;
}

body[dir='rtl'] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
  margin: -2px 13px 0 0;
}

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px;
}

.formError .formErrorArrow div {
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  box-shadow: 0 2px 3px #444;
  -moz-box-shadow: 0 2px 3px #444;
  -webkit-box-shadow: 0 2px 3px #444;
  font-size: 0px;
  height: 1px;
  background: #ee0101;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
}

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.greenPopup .formErrorArrow div {
  background: #33be40;
}

.blackPopup .formErrorArrow div {
  background: #393939;
  color: #FFF;
}

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none;
}

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none;
}

.formError .formErrorArrow .line8 {
  width: 11px;
}

.formError .formErrorArrow .line7 {
  width: 9px;
}

.formError .formErrorArrow .line6 {
  width: 7px;
}

.formError .formErrorArrow .line5 {
  width: 5px;
}

.formError .formErrorArrow .line4 {
  width: 3px;
}

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #ddd;
  border-right: 2px solid #ddd;
  border-bottom: 0 solid #ddd;
}

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #ddd;
}

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #ddd;
}


.gallery__img-wrapper:hover img {
  filter: brightness(80%);
}

.kontakt img {
  max-width: 60px;
}

.kontakt a {
  color: #000
}

.navbar__phone a {
  color: #000
}

.navbar__phone a:hover {
  color: #478da9;
  text-decoration: none
}

#search-caption {
  display: none
}

.grid {
  display: flex;
  flex-wrap: wrap
}

.bint-page-bm {
  flex: display-flex;
  margin-bottom: 30px;
}

.bint-page-bm img {
  max-width: 100%
}

.circle {
  width: 500px;
  height: 500px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
}

.circle img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.galerry_offer {
  margin-top: 30px;
}

.galerry_offer .foto_gallery {
  overflow: hidden;
  max-height: 200px;
  margin-bottom: 20px;
}

.galerry_offer .foto_gallery img {
  height: 100%;
  min-height: 200px;
  width: auto;
  object-fit: cover;
}

.section__content ol,
.section__content ul {
  line-height: 1.5
}

.page .section__content>* {
  margin-bottom: 0
}

.page .section__content ul {
  margin-bottom: 20px
}

.stopka {
  font-size: 16px;
  margin-top: 30px;
}

.copyrights,
.autor {
  text-align: center
}

.section__content b,
strong {
  font-weight: 600
}

@media (min-width: 991px) {
  .copyrights {
    text-align: left;
  }

  .autor {
    text-align: right;
  }

  .section__content {
    text-align: justify
  }


}







.ikony img {
  max-width: 90px;
}


.ikony>div {
  display: flex;
  flex-direction: row;
  gap: 32px;
  margin-right: 90px;
  margin-bottom: 30px;
  align-items: center;

}


.wspolpraca>div {
  max-width: 180px;
}

.pakiet-info {
  font-size: 1.2em;
  margin: 2px 0;
}

h3.pakiet-title {
  font-size: 1.5em;
  margin-bottom: 20px;
}

.pakiet-desc {
  margin-top: 20px;
}

.bg-secondary-darken {
  background-color: var(--secondary-darken-color);

}

.title-white::before {
  background-color: #fff !important;

}

.wizyta-title {
  margin-bottom: var(--spacing-6) !important;
}

.konsultacja>p {
  text-align: center;

}

.sesja-start {
  display: flex;
  gap: 1.5em;
  flex-wrap: wrap;
  margin: 1em 0;
  justify-content: CENTER;
  font-size: 1.8rem;
  font-weight: bold;
}

.sesja-item,
.pakiet-title {
  font-weight: bold;
  font-family: "Libre Caslon Text", serif;
  font-size: 1.75rem;
}

.oferta__title::before {
  content: none !important;
}

footer {
  background-color: black;
}



.oferta>p {
  margin-top: 20px;
}

.footer__socials>li {
  display: flex;
  justify-content: center;
  align-items: center;

}

.footer__socials>li img {
  width: 40px;
  height: 40px;

}

.footer__socials>li.h {
  width: 40px;
  height: 40px;

}

.page_5 .content-block {
  display: flex;
  flex-wrap: wrap;
}

.news-last-image img {
  max-width: 100%;
  margin: 0 auto;
}

.news-img-link {
  margin: 0 auto;
  display: block;
}

.news-item {
  margin: 25px 0;
}

.core_pagination {
  width: 100%;
  display: flex;
  justify-content: center;
}

.core_pagination .submit1,
.insert-page-list .submit1_selected {
  background: var(--secondary-darken-color);
  color: #fff;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  padding: 0 0 6px 0;
}

.core_pagination .submit1_selected {
  background: var(--secondary-color);
  color: #fff;
  width: 32px;
  height: 32px;
  border: none;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
  padding: 0 0 6px 0;
}

.core_pagination .submit1:hover {
  background: var(--secondary-color);
}

#search-caption {
  width: 100%
}

#search-caption .select1 {

  height: 31px;
  background-color: #fff;
  border: 1px solid #bd9c40;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 0 12px;
  line-height: 37px;
}

.about-text p {
  margin: 10px 0;
}

section.about {
  padding-top: 2.5rem;
  padding-bottom: 10px;

}

.pakiet-box {

  display: flex;
  margin: 10px 0;


}

.pakiet-box>div {


  background-color: var(--secondary-darken-color);
  color: #fff;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 30px;
  border: 1px solid var(--black-color);
  padding-inline: 15px;


}

.pakiet-box>div h3 {
  font-weight: 600;


}


.footer-container {
  max-width: 1200px;
}


body {
  font-weight: 400;
}

footer ul {
  list-style-type: none !important;
  /* usuwa markery */
  padding: 0;
  /* usuwa domyślne wcięcie */
  margin: 0;
}

.nav .btn {
  font-size: 18px !important;
  padding: var(--spacing-3) var(--spacing-4) !important;
  max-width: 250px;
}


.page_6 a {
  color: var(--secondary-darken-color);
}

.page_6 p {
  margin-bottom: 0px;
}



.slider-slide {
  position: relative;
}

.slider-content {
  left: 15%;
  top: max(360px, 22vh);
  position: absolute;

}

.slider-content a.btn {
  background-color: #fff;
  color: var(--secondary-darken-color);
  font-size: 16px;
  font-weight: normal;
  padding: 14px 34px;
  max-width: 320px;
  letter-spacing: 1px;
  border-radius: 6px;
}

.slider-content .first-line {
  color: #fff;
  font-size: 3.5rem;

}

.navbar-nav>li>a.btn {
  color: #fff;
}



@media (max-width: 768px) {


  .sesja-start {
    gap: 10px;
  }

  #section1 .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }

  .slider-content .first-line {
    font-size: 2.5rem;
  }

  #section1 .swiper-slide.oferta {
    margin-right: 0 !important;
  }

  .swiper-scrollbar {
    display: none;
  }

  .slider-content .btn {
    padding: 12px 28px !important;
    font-size: 12px !important;
  }

  .ikony h3.gallery__title {
    font-size: 18px;
  }

  .sesja-item {

    font-size: 1.5rem;
  }

  .section__title:not(.section__title-without-decoration) {
    padding-left: 0;
  }


  .slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    /* wyrównanie tekstu w środku */
    width: 90%;
    /* dopasowanie szerokości, można zmienić */
  }



  h2.section__title {
    text-align: center;
  }

  #section4 h2.section__title {
    color: var(--black-color);
    text-align: center;
  }

}




@media (max-width: 992px) {

  .ikony {
    justify-content: center;
    gap: 20px;
  }

  #section4 .col-md-6 {

    margin-bottom: 20px;

  }

  .section__title:not(.section__title-without-decoration):before {
    content: none;

  }

  .kontakt .col {
    text-align: center;
  }



}

.pakiet-info {
  display: flex;
  gap: 20px;
}

.pakiet-value {
  min-width: 60px;
}

.pakiet-label {
  width: 170px;
}


.footer__socials {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-box {
  aspect-ratio: 3 / 2;
  overflow: hidden;

}



.pakiet-title {
  min-height: 60px;
}

.pakiet-desc {
  margin-top: 45px;
}


.mapa-box iframe {
  height: max(40vh, 600px);

}

.mapa-box {
  padding: 0;
  position: static;
  padding-bottom: 20px;
}

.kontakt {
  padding-bottom: 0px;
}



.btn-primary {
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  font-size: 16px;
  font-weight: normal;
  padding: 14px 34px;
  max-width: 250px;
  letter-spacing: 1px;
  border-radius: 6px;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus {
  background-color: #fff !important;
  color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
  font-weight: normal;


  letter-spacing: 1px;
  border-radius: 6px;
}

.btn.details {
  margin: 20px auto;
  display: block;
}




#section1 .gallery__text-wrapper {
  z-index: 2;
}



.offer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 350px));
  gap: 20px;
  place-content: center;
}

.section__content h2,
h2.section__title {
  color: var(--primary-color);
}

.page_28 .content-block {
  display: flex;
  flex-wrap: wrap;

}

.white-card {
  margin-top: 30px;
  background: white;
  padding: 30px 15px;

}

@media (min-width: 992px) {

  .white-card {
    padding: 32px 50px;
  }

  .ph0-md {
    padding-inline: 0 !important;
  }


}




.formName {

  color: var(--primary-color);
  font-size: 1.5rem;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 2rem 0;

}

#zobacz-film {
  cursor: pointer;
}

.formSubmit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}

div.zgodaform1,
div.zgodaform2 {
  width: 100%;
  margin: 10px 0;
  font-size: 12px;
}

.forms-formshow-desc .input1,
.forms-formshow-desc .textarea1,
.forms-formshow-desc .select1 {

  width: 100%;
  display: block;
  max-width: 650px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: var(--black-color);
  margin: 0 auto;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 12px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  /* lub 300/700, jak używasz w innych miejscach */
  font-size: 1rem;
  /* dopasuj do reszty strony */
  -webkit-font-smoothing: antialiased;
  /* Safari, Chrome */
  -moz-osx-font-smoothing: grayscale;
}

.forms-formshow-desc .select1 {

  padding: 5px 10px;
}



.select1 {
  color: black;

}

.select1 option {
  padding: 5px 10px;
}

button.submit1 {
  background-color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 10rem;
  color: var(--white-color);
  font-weight: 700;
  padding: 0.625rem 4rem;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

button.submit1:hover {
  background-color: transparent;
  border: 2px solid var(--primary-color);
  border-radius: 10rem;
  color: var(--primary-color);
  font-weight: 700;
  padding: 0.625rem 4rem;
  transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}


.forms-formshow-desc {
  width: 100%;
  float: none !important;
  padding: 10px 0px 10px 0 !important;
}

.forms-formshow-title {
  display: none;
}

.forms-formshow-desc70 {
  float: none !important;
}

.forms-formshow-top4,
.forms-formshow-top12 {
  font-size: 12px;
  width: 100%;
}

footer a {
  color: white !important;
}


input[type="checkbox"] {
  margin-top: 0;
  width: 15px;
  height: 15px;
  margin-right: 8px;
}

.cdweb_token td {
  margin: 0 10px;
  padding-inline: 10px;
  text-align: center;
}

.form_1,
.form_3 {
  max-width: 700px;


  padding: 20px;
  background: var(--secondary-color);
  margin: 30px auto;

  border-radius: 30px;
  padding-bottom: 30px;

}


.menu-bottom-social {

  display: flex;
  align-items: center;
  justify-content: center;


}


.form-box table {
  margin: 0 auto;
}

.forms-formshow-top {
  font-size: 12px;
}

.form {
  margin: 0 auto;
}