a:hover {
  color: var(--primary-darken-color);
}


:root {
  --black-color: #3e3e3e;
}

.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
}

.offer {
  flex-direction: row-reverse;
}

.offer-left img {
  margin: 20px auto;
  max-width: 100%;
  display: block;
}

.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;
}



.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: 400
}


@media (min-width: 991px) {

  .copyrights {
    text-align: left;
  }

  .autor {
    text-align: right;
  }

  .section__content {
    text-align: justify
  }

  .offer p,.blog-post,.page-content {
  text-align: justify;
}

  .text-justify-mobile { text-align:justify}  
}

@media (max-width: 1200px) {
    #section1 .swiper-wrapper {
    flex-wrap: wrap;
  }
 
}

@media (max-width: 768px) {
  .circle {
    width: 320px;
    height: 320px;
  }

  .kontakt img {
    max-width: 40px;
  }

    #section1 .swiper-wrapper {
    flex-direction: column !important;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    gap: 12px;
  }



  .header__title {
    color: #fff;
    text-shadow: 0 5px 15px rgba(0, 0, 0, 0.85);


    /* leciutka biała poświata */
  }
}





.slider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 300px;
}


.slider-content .header__title {
  line-height: 1.2;
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.95);

}


.header__subtitle {
  font-size: 40%;
  display: inline-block;
  /* lub inline-flex, jeśli chcesz pełną kontrolę */
  margin-top: 8px;
  line-height: 1.5;
  /* jawne ustawienie, żeby nie dziedziczyło dziwnie */
  vertical-align: baseline;
  /* wyrównanie */
  text-shadow: 0 5px 15px rgba(0, 0, 0, 0.85);

}

.btn.bg-primary {
  background-color: var(--primary-darken-color);
  color: var(--white-color);
  font-size: 1rem;
  padding: 1rem 3.25rem;
  border-radius: 10px;
  border: 2px solid var(--primary-darken-color);
}

.btn.bg-primary:hover {
  background-color: transparent;
  border: 2px solid var(--primary-darken-color);
  font-size: 1rem;
  color: var(--primary-darken-color);
  padding: 1rem 3.25rem;
  border-radius: 10px;
}

.header--slider .swiper-button-prev {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}

.header--slider .swiper-button-next {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}

.header--slider .swiper-button-prev,
.header--slider .swiper-button-next {
  background-color: var(--primary-darken-color);

}

.header--slider .swiper-button-prev:hover,
.header--slider .swiper-button-next:hover {
  background-color: var(--secondary-darken-color);

}

#section1 h3.gallery__title {
  margin-top: 15px;
  text-align: center;
  font-size: 1.5rem;
}

#section1 h3.gallery__title span {
  font-weight: bold;
  color: var(--primary-darken-color);


}

.bg-image {
  background-image: url('../images/tlo-obrazek.png');
  background-size: cover;
  background-position: center;
}

.bg-image-2 {
  background-image: url('../images/bg-obrazek3.png');
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden;

}

.bg-black {
  background-color: #000;
}


#section2 .section__img-wrapper {
  padding: 10%;
}

.circle-image-wrapper {


  margin: 0 auto;



}

.wspolpraca .swiper-wrapper {
  align-items: center;
}


.circle-image-wrapper {
  margin-top: calc(-3%);
  /* ujemny margines górny */
  margin-bottom: calc(-3%);
  position: relative;
}

.circle-image {

  max-width: 100%;
  clip-path: inset(5% 0 5% 0 round 25%);
  overflow: hidden;

}

.circle-image img {

  object-fit: cover;

}


.overlay-text {
  position: absolute;
  /* absolutne pozycjonowanie względem rodzica */
  top: 50%;
  /* 50% od góry kontenera */
  left: 50%;
  /* 50% od lewej kontenera */
  transform: translate(-50%, -50%);
  /* przesunięcie o połowę własnej szerokości i wysokości */
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}

.feature-box {
  margin-top: 20px;
}

.feature-text {
  line-height: 1.1;
  font-size: 18px;
}

.overlay-text h2 {
  font-size: 2.5rem;
}

.overlay-text p {
  font-size: 1.5rem;
  line-height: 1.2;
}

.overlay-text .btn {
  color: var(--primary-darken-color);
  border: 2px solid white;
  padding: 1rem 2rem;
  font-size: 1rem;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s ease;
}




.overlay-text .btn:hover {
  color: var(--white-color);
  background-color: transparent;
  border: 2px solid var(--white-color);
}

.section--big-slider .section__text-slider-wrapper {
  padding: 4rem 1.5rem 4rem 1.5rem;
}


.section--big-slider .slider-prev,
.section--big-slider .slider-next {
  background-color: var(--primary-darken-color);
  width: 60px;
  height: 80px;
  color: white;
}

.section--big-slider .slider-prev {
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  position: absolute;
  bottom: 10px;
  right: 80px;
  z-index: 10;
  display: flex;
  text-transform: none !important;
  align-items: center;
  font-size: 16px;
  justify-content: center;
}

.col--img {
  position: relative;

}

.section--big-slider .slider-next {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  position: absolute;
  bottom: 10px;
  right: 20px;

  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: none !important;



}


.section--big-slider .slider-prev:after {
  font-family: swiper-icons;
  font-size: 30px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: 'prev';

  color: white
}

.section--big-slider .slider-next:after {
  font-family: swiper-icons;
  font-size: 30px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
  content: 'next';
  color: white;
}

.section--big-slider .slider-prev:hover,
.section--big-slider .slider-next:hover {
  background-color: var(--secondary-darken-color);
}


.section--big-slider {
  margin: 30px 0;
}

.section--big-slider .btn {
  max-width: 300px;
  margin: 40px auto;
}



.row-reverse {
  flex-direction: row-reverse;
}

.short-text {


  display: -webkit-box;
  /* Tworzy kontener flexbox dla clamp */
  -webkit-line-clamp: 4;
  /* Maksymalnie 4 linijki */
  -webkit-box-orient: vertical;
  /* Orientacja pionowa */
  overflow: hidden;
  /* Ukrywa nadmiar tekstu */
  text-overflow: ellipsis;
  /* Dodaje "..." na końcu */


}

.blog-post img {

  margin: 0 auto;
  display: block;
  width: 100%;



}

.news-item {
  padding: 0 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.news-item img {
  aspect-ratio: 4/3;
  width: 100%;
}


.news-item .title-post {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--black-color);
  text-decoration: none;
}


.news-item .box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.bg-secondary .section__title:not(.section__title-without-decoration):before {
  background-color: var(--primary-darken-color);
}

.slider__img-wrapper img {
  max-width: 100%;
}

.slider__img-wrapper img {
  max-width: 100%;

}

.dlaczego_my h2 {
  font-size: 2.25rem;
}

.menu-bottom-social img,
.menu-bottom-social svg {
  width: 40px;
}

.menu-bottom-social svg {
  margin-top: 8px;
}

.menu-bottom-social {
  display: flex;
  justify-content: center;
}


.mv20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

a {
  color: unset;
}

a:hover {
  color: var(--primary-darken-color);
  text-decoration: none;
}

.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus {
  color: var(--white-color);

}

.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus {
  color: var(--white-color);

}

.navbar-nav .dropdown-menu>li>a:hover,
.navbar-nav .dropdown-menu>li>a:focus {
  color: var(--white-color);
  background-color: var(--secondary-darken-color)
}

.navbar-nav .dropdown-menu>li,
.navbar-nav .dropdown-menu>li {
  border-top: 1px solid black;
}

h2.section__title {
  position: relative;
}

.header__bg:before {
  content: "";
  width: 100%;
  height: 90%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 80px;
  left: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,       /* jasny start */
    rgba(0,0,0,0.4) 50%,    /* najmocniej w połowie */
    rgba(0,0,0,0) 100%      /* znowu jasny na dole */
  );
}





@media (max-width: 520px) {
  .circle {
    width: 320px;
    height: 320px;
  }

  .kontakt img {
    max-width: 40px;
  }

  #section1 .swiper-wrapper {
    flex-direction: column !important;
    justify-content: center;
    align-items: center;
    gap: 12px;
  }

  .header__title {
    color: #fff;
    text-shadow:
      0 1px 3px rgba(0, 0, 0, 0.6),
      /* miękkie przyciemnienie tuż pod tekstem */
      0 0 6px rgba(255, 255, 255, 0.15);
    /* leciutka biała poświata */
  }

  .header--subpage {
    margin-bottom: 20px;
  }

  .overlay-text p {
    font-size: 1.25rem;
    line-height: 1.2;
  }

  .overlay-text .btn {
    font-size: .85rem;
  }

  .feature-icon {
    max-width: 100px;
  }

  h2.section__title {

    position: relative;
  }

  .overlay-text h2 {
    font-size: 2rem;
  }
}


.bint-page-bm {
  aspect-ratio: 16/9;
  overflow: hidden;
}



.img_news_full img {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

.swiper-button-prev,
.swiper-button-next {
  margin-bottom: 15px;
}

.short-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section__title {
  width: 100%;
}

.feature-title {

}


.page-content {
  display: flex;
  flex-wrap: wrap;
}

.kontakt {
  margin-bottom: 40px;
}

.kontakt p {
  margin-bottom: 5px;
}

.kontakt .icon {
  padding: 8px;
  border-radius: 50%;
  border: 1px solid var(--primary-darken-color);
  width: fit-content;
  text-align: center;

}

.kontakt-col {
  align-items: flex-start;
  gap: 10px;
  max-height: 200px;
  margin-bottom: 30px;
  

  
}



@media (max-width: 992px) {
  .circle-image-wrapper {
    margin-top: calc(-5.25%);
    /* ujemny margines górny */
    margin-bottom: calc(-5%);
  }

  .kontakt-col {
    margin-bottom: 40px;
        align-items: center;
        justify-content: center;
  }

  .kontakt-text {
  text-align: center;
  width: 100%;
}
}





.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}
.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:var(--white-color);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%}
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 {max-width:700px}
.form_4 {max-width:800px}
.form_4 form {margin:0 auto}
.form-wycena table {margin:0 auto}
.kontakt-form table {margin:0 auto}
.section--two-cols3 .section__img-wrapper {background-color:var(--primary-color)}
.section--two-cols2 .section__img-wrapper:before, .section--two-cols3 .section__img-wrapper:before {content:none}
.zgodaform1, .zgodaform2 {max-width:600px}


.align-vertical {
  display: flex;
  align-items: center;
}

.serwis {
  max-width: 450px;
  margin: 0 auto;
}

.serwis img {
  max-width: 100%;
}

.serwis p {
  margin-bottom: 0;
}



@media (max-width: 768px) {

  .dlaczego_my h3 {
    font-size: 1.75rem;
  }

  .dlaczego_my h3 {
    font-size: 1.25rem;
  }

  


}
