a:focus-visible {
  outline: 4px solid #ff9800;
  outline-offset: 2px;
}

/* Kolor chwilowy po Enter */
a.kbd-temp {
  outline: 4px solid #d32f2f !important;
  /* czerwony */
  outline-offset: 2px;
  transition: outline 0.2s ease-in-out;
}

html.increased-line-height main p,
html.increased-line-height main span,
html.increased-line-height main a,
html.increased-line-height main div,
html.increased-line-height main h1,
html.increased-line-height main h2,
html.increased-line-height main h3,
html.increased-line-height main h4,
html.increased-line-height main h5,
html.increased-line-height main h6,
html.increased-line-height header p,
html.increased-line-height header span,
html.increased-line-height header a,
html.increased-line-height header div,
html.increased-line-height header h1,
html.increased-line-height header h2,
html.increased-line-height header h3,
html.increased-line-height header h4,
html.increased-line-height header h5,
html.increased-line-height header h6,
html.increased-line-height footer p,
html.increased-line-height footer span,
html.increased-line-height footer a,
html.increased-line-height footer div,
html.increased-line-height footer h1,
html.increased-line-height footer h2,
html.increased-line-height footer h3,
html.increased-line-height footer h4,
html.increased-line-height footer h5,
html.increased-line-height footer h6,
body.increased-line-height main p,
body.increased-line-height main span,
body.increased-line-height main a,
body.increased-line-height main div,
body.increased-line-height main h1,
body.increased-line-height main h2,
body.increased-line-height main h3,
body.increased-line-height main h4,
body.increased-line-height main h5,
body.increased-line-height main h6,
body.increased-line-height header p,
body.increased-line-height header span,
body.increased-line-height header a,
body.increased-line-height header div,
body.increased-line-height header h1,
body.increased-line-height header h2,
body.increased-line-height header h3,
body.increased-line-height header h4,
body.increased-line-height header h5,
body.increased-line-height header h6,
body.increased-line-height footer p,
body.increased-line-height footer span,
body.increased-line-height footer a,
body.increased-line-height footer div,
body.increased-line-height footer h1,
body.increased-line-height footer h2,
body.increased-line-height footer h3,
body.increased-line-height footer h4,
body.increased-line-height footer h5,
body.increased-line-height footer h6 {
  line-height: 2.5 !important;
}

.highlight-links a:focus,
.highlight-links a:hover,
.highlight-links button:focus,
.highlight-links button:hover {
  border: 2px solid #ff9800 !important;
}

.highlight-links .search-btn:focus,
.highlight-links .search-btn:hover {
  outline: 3px solid #ff9800 !important;
  border: 2px solid #ff9800 !important;
  background-color: rgba(255, 152, 0, 0.1);
}

.highlight-links a,
.highlight-links .search-btn,
.highlight-links button {
  border: 2px solid #f39c12 !important;
}

html {
  font-size: 100%;
}
html.font-small {
  font-size: 100%;
}
html.font-medium {
  font-size: 110%;
}
html.font-large {
  font-size: 120%;
}

body:not(.wp-core-ui),
html:not(.wp-toolbar),
.acf-block-preview {
  /* Tutaj umieszczamy style globalne */
  font-family: inherit;
  background-color: #fff;
  color: #000;
  overflow-x: hidden;
  scroll-behavior: smooth;
  margin: 0;
}
body:not(.wp-core-ui) h1,
body:not(.wp-core-ui) h2,
body:not(.wp-core-ui) h3,
body:not(.wp-core-ui) h4,
body:not(.wp-core-ui) h5,
body:not(.wp-core-ui) h6,
body:not(.wp-core-ui) p,
html:not(.wp-toolbar) h1,
html:not(.wp-toolbar) h2,
html:not(.wp-toolbar) h3,
html:not(.wp-toolbar) h4,
html:not(.wp-toolbar) h5,
html:not(.wp-toolbar) h6,
html:not(.wp-toolbar) p,
.acf-block-preview h1,
.acf-block-preview h2,
.acf-block-preview h3,
.acf-block-preview h4,
.acf-block-preview h5,
.acf-block-preview h6,
.acf-block-preview p {
  margin: 0;
  margin-bottom: 1rem;
}
body:not(.wp-core-ui) img,
body:not(.wp-core-ui) svg,
html:not(.wp-toolbar) img,
html:not(.wp-toolbar) svg,
.acf-block-preview img,
.acf-block-preview svg {
  width: 100%;
  height: auto;
}
body:not(.wp-core-ui) .my-container,
html:not(.wp-toolbar) .my-container,
.acf-block-preview .my-container {
  width: min(90%, 1200px);
  margin: auto;
}
body:not(.wp-core-ui) body,
html:not(.wp-toolbar) body,
.acf-block-preview body {
  background-color: #fff;
}
body:not(.wp-core-ui) body.dark-mode,
html:not(.wp-toolbar) body.dark-mode,
.acf-block-preview body.dark-mode {
  background-color: #000 !important;
}
body:not(.wp-core-ui) body.dark-mode h1,
body:not(.wp-core-ui) body.dark-mode h2,
body:not(.wp-core-ui) body.dark-mode h3,
body:not(.wp-core-ui) body.dark-mode h4,
body:not(.wp-core-ui) body.dark-mode h5,
body:not(.wp-core-ui) body.dark-mode h6,
body:not(.wp-core-ui) body.dark-mode a,
body:not(.wp-core-ui) body.dark-mode p,
body:not(.wp-core-ui) body.dark-mode *,
html:not(.wp-toolbar) body.dark-mode h1,
html:not(.wp-toolbar) body.dark-mode h2,
html:not(.wp-toolbar) body.dark-mode h3,
html:not(.wp-toolbar) body.dark-mode h4,
html:not(.wp-toolbar) body.dark-mode h5,
html:not(.wp-toolbar) body.dark-mode h6,
html:not(.wp-toolbar) body.dark-mode a,
html:not(.wp-toolbar) body.dark-mode p,
html:not(.wp-toolbar) body.dark-mode *,
.acf-block-preview body.dark-mode h1,
.acf-block-preview body.dark-mode h2,
.acf-block-preview body.dark-mode h3,
.acf-block-preview body.dark-mode h4,
.acf-block-preview body.dark-mode h5,
.acf-block-preview body.dark-mode h6,
.acf-block-preview body.dark-mode a,
.acf-block-preview body.dark-mode p,
.acf-block-preview body.dark-mode * {
  color: #fdca40 !important;
}
body:not(.wp-core-ui) body.dark-mode a.btn-theme,
body:not(.wp-core-ui) body.dark-mode button.btn-theme,
html:not(.wp-toolbar) body.dark-mode a.btn-theme,
html:not(.wp-toolbar) body.dark-mode button.btn-theme,
.acf-block-preview body.dark-mode a.btn-theme,
.acf-block-preview body.dark-mode button.btn-theme {
  background: #fdca40 !important;
  color: #000 !important;
}
body:not(.wp-core-ui) body.dark-mode header,
body:not(.wp-core-ui) body.dark-mode .mobile-menu-container,
html:not(.wp-toolbar) body.dark-mode header,
html:not(.wp-toolbar) body.dark-mode .mobile-menu-container,
.acf-block-preview body.dark-mode header,
.acf-block-preview body.dark-mode .mobile-menu-container {
  background-color: #000 !important;
}
body:not(.wp-core-ui) body.dark-mode header .hamburger .line,
html:not(.wp-toolbar) body.dark-mode header .hamburger .line,
.acf-block-preview body.dark-mode header .hamburger .line {
  stroke: #fdca40;
}
body:not(.wp-core-ui) body.dark-mode header .sub-menu,
html:not(.wp-toolbar) body.dark-mode header .sub-menu,
.acf-block-preview body.dark-mode header .sub-menu {
  background: #0d0d0d !important;
}
body:not(.wp-core-ui) body.dark-mode .about .text-box,
html:not(.wp-toolbar) body.dark-mode .about .text-box,
.acf-block-preview body.dark-mode .about .text-box {
  background: #0d0d0d !important;
}
body:not(.wp-core-ui) body.dark-mode .ikony,
html:not(.wp-toolbar) body.dark-mode .ikony,
.acf-block-preview body.dark-mode .ikony {
  background: #000 !important;
}
body:not(.wp-core-ui) body.dark-mode .ikony .ikony--zaleta--inner,
html:not(.wp-toolbar) body.dark-mode .ikony .ikony--zaleta--inner,
.acf-block-preview body.dark-mode .ikony .ikony--zaleta--inner {
  background: #0d0d0d !important;
}
body:not(.wp-core-ui) body.dark-mode .image-offer,
html:not(.wp-toolbar) body.dark-mode .image-offer,
.acf-block-preview body.dark-mode .image-offer {
  background: #000 !important;
}
body:not(.wp-core-ui) body.dark-mode .image-offer .image-offer--ikony--inner,
html:not(.wp-toolbar) body.dark-mode .image-offer .image-offer--ikony--inner,
.acf-block-preview body.dark-mode .image-offer .image-offer--ikony--inner {
  background: #0d0d0d !important;
}
body:not(.wp-core-ui) body.dark-mode .footer-bg,
html:not(.wp-toolbar) body.dark-mode .footer-bg,
.acf-block-preview body.dark-mode .footer-bg {
  background: #000 !important;
  border-top: 1px solid #fdca40;
}
body:not(.wp-core-ui) body.dark-mode .footer-bg .footer-col,
html:not(.wp-toolbar) body.dark-mode .footer-bg .footer-col,
.acf-block-preview body.dark-mode .footer-bg .footer-col {
  background: #0d0d0d !important;
}
body:not(.wp-core-ui) body.dark-mode .footer-bg .footer-col .footer-icon,
html:not(.wp-toolbar) body.dark-mode .footer-bg .footer-col .footer-icon,
.acf-block-preview body.dark-mode .footer-bg .footer-col .footer-icon {
  background: #000 !important;
  border: 1px solid #fdca40 !important;
}
body:not(.wp-core-ui) body.dark-mode .footer-bg .footer-logo,
html:not(.wp-toolbar) body.dark-mode .footer-bg .footer-logo,
.acf-block-preview body.dark-mode .footer-bg .footer-logo {
  filter: invert(1);
}
body:not(.wp-core-ui) body.dark-mode .wladze-blok .wladze-blok--osoby--inner,
html:not(.wp-toolbar) body.dark-mode .wladze-blok .wladze-blok--osoby--inner,
.acf-block-preview body.dark-mode .wladze-blok .wladze-blok--osoby--inner {
  background: #0d0d0d !important;
  border: 1px solid #fdca40 !important;
  border-top: 4px solid var(--color1) !important;
}
body:not(.wp-core-ui) body.dark-mode .wladze-blok .wladze-blok--osoby--inner .wladze-blok--zdjecie-placeholder,
html:not(.wp-toolbar) body.dark-mode .wladze-blok .wladze-blok--osoby--inner .wladze-blok--zdjecie-placeholder,
.acf-block-preview body.dark-mode .wladze-blok .wladze-blok--osoby--inner .wladze-blok--zdjecie-placeholder {
  background: #0d0d0d !important;
  border-bottom: 1px solid #fdca40 !important;
}
body:not(.wp-core-ui) body.dark-mode .proces-krok-po-kroku .proces-krok-po-kroku--karta,
html:not(.wp-toolbar) body.dark-mode .proces-krok-po-kroku .proces-krok-po-kroku--karta,
.acf-block-preview body.dark-mode .proces-krok-po-kroku .proces-krok-po-kroku--karta {
  background: #0d0d0d !important;
}
body:not(.wp-core-ui) body.dark-mode .galeria,
html:not(.wp-toolbar) body.dark-mode .galeria,
.acf-block-preview body.dark-mode .galeria {
  background: #0d0d0d !important;
}
body:not(.wp-core-ui) body.dark-mode .lista-plikow .lista-plikow--repeater--inner,
html:not(.wp-toolbar) body.dark-mode .lista-plikow .lista-plikow--repeater--inner,
.acf-block-preview body.dark-mode .lista-plikow .lista-plikow--repeater--inner {
  background: #0d0d0d !important;
  border: 1px solid #fdca40 !important;
  border-left: 4px solid var(--color1) !important;
}
body:not(.wp-core-ui) body.dark-mode .lista-plikow .lista-plikow--repeater--inner .lista-plikow--link-download,
html:not(.wp-toolbar) body.dark-mode .lista-plikow .lista-plikow--repeater--inner .lista-plikow--link-download,
.acf-block-preview body.dark-mode .lista-plikow .lista-plikow--repeater--inner .lista-plikow--link-download {
  background: #0d0d0d !important;
}
body:not(.wp-core-ui) body.dark-mode .lista-plikow .lista-plikow--repeater--inner .lista-plikow--icon,
html:not(.wp-toolbar) body.dark-mode .lista-plikow .lista-plikow--repeater--inner .lista-plikow--icon,
.acf-block-preview body.dark-mode .lista-plikow .lista-plikow--repeater--inner .lista-plikow--icon {
  background: #000 !important;
  border: 1px solid #fdca40 !important;
}
body:not(.wp-core-ui) body.dark-mode .kontakt-kafelki .kontakt-kafelki--repeater--inner,
html:not(.wp-toolbar) body.dark-mode .kontakt-kafelki .kontakt-kafelki--repeater--inner,
.acf-block-preview body.dark-mode .kontakt-kafelki .kontakt-kafelki--repeater--inner {
  background: #0d0d0d !important;
  border: 1px solid #fdca40 !important;
  border-top: 4px solid var(--color1) !important;
}
body:not(.wp-core-ui) body.dark-mode .kontakt-kafelki .kontakt-kafelki--repeater--inner .kontakt-kafelki--icon,
html:not(.wp-toolbar) body.dark-mode .kontakt-kafelki .kontakt-kafelki--repeater--inner .kontakt-kafelki--icon,
.acf-block-preview body.dark-mode .kontakt-kafelki .kontakt-kafelki--repeater--inner .kontakt-kafelki--icon {
  background: #000 !important;
  border: 1px solid #fdca40 !important;
}
body:not(.wp-core-ui) body.dark-mode .kontakt-kafelki .formularz,
html:not(.wp-toolbar) body.dark-mode .kontakt-kafelki .formularz,
.acf-block-preview body.dark-mode .kontakt-kafelki .formularz {
  background: #0d0d0d !important;
}
body:not(.wp-core-ui) body.dark-mode .kontakt-kafelki .formularz input,
body:not(.wp-core-ui) body.dark-mode .kontakt-kafelki .formularz textarea,
body:not(.wp-core-ui) body.dark-mode .kontakt-kafelki .formularz select,
html:not(.wp-toolbar) body.dark-mode .kontakt-kafelki .formularz input,
html:not(.wp-toolbar) body.dark-mode .kontakt-kafelki .formularz textarea,
html:not(.wp-toolbar) body.dark-mode .kontakt-kafelki .formularz select,
.acf-block-preview body.dark-mode .kontakt-kafelki .formularz input,
.acf-block-preview body.dark-mode .kontakt-kafelki .formularz textarea,
.acf-block-preview body.dark-mode .kontakt-kafelki .formularz select {
  background: #000 !important;
  border: 1px solid #fdca40 !important;
  color: #fdca40 !important;
}
body:not(.wp-core-ui) body.dark-mode .kontakt-kafelki .formularz input[type=submit],
html:not(.wp-toolbar) body.dark-mode .kontakt-kafelki .formularz input[type=submit],
.acf-block-preview body.dark-mode .kontakt-kafelki .formularz input[type=submit] {
  background: var(--color1) !important;
}
body:not(.wp-core-ui) body.dark-mode .blog-main .single-post-wrapper,
html:not(.wp-toolbar) body.dark-mode .blog-main .single-post-wrapper,
.acf-block-preview body.dark-mode .blog-main .single-post-wrapper {
  background: #0d0d0d !important;
  border: 1px solid #fdca40 !important;
  border-top: 4px solid var(--color1) !important;
}
body:not(.wp-core-ui) body.dark-mode .blog-main .single-post-wrapper .post-image,
html:not(.wp-toolbar) body.dark-mode .blog-main .single-post-wrapper .post-image,
.acf-block-preview body.dark-mode .blog-main .single-post-wrapper .post-image {
  background: #000 !important;
}
body:not(.wp-core-ui) body.dark-mode .blog-main .single-post-wrapper .post-content,
html:not(.wp-toolbar) body.dark-mode .blog-main .single-post-wrapper .post-content,
.acf-block-preview body.dark-mode .blog-main .single-post-wrapper .post-content {
  color: #fdca40 !important;
}
body:not(.wp-core-ui) body.dark-mode .single-post,
html:not(.wp-toolbar) body.dark-mode .single-post,
.acf-block-preview body.dark-mode .single-post {
  background: #000 !important;
}
body:not(.wp-core-ui) body.dark-mode .single-post .single-post-card,
html:not(.wp-toolbar) body.dark-mode .single-post .single-post-card,
.acf-block-preview body.dark-mode .single-post .single-post-card {
  background: #0d0d0d !important;
}
body:not(.wp-core-ui) body.dark-mode .single-post .single-post-card .single-post-hero,
html:not(.wp-toolbar) body.dark-mode .single-post .single-post-card .single-post-hero,
.acf-block-preview body.dark-mode .single-post .single-post-card .single-post-hero {
  background: #0d0d0d !important;
  border-bottom: 1px solid #fdca40 !important;
}
body:not(.wp-core-ui) body.dark-mode .aktualnosci-home .aktualnosci-home--post,
html:not(.wp-toolbar) body.dark-mode .aktualnosci-home .aktualnosci-home--post,
.acf-block-preview body.dark-mode .aktualnosci-home .aktualnosci-home--post {
  background: #0d0d0d !important;
  border: 1px solid #fdca40 !important;
  border-top: 4px solid var(--color1) !important;
}
body:not(.wp-core-ui) body.dark-mode .aktualnosci-home .aktualnosci-home--post .aktualnosci-home--post-image--fallback,
html:not(.wp-toolbar) body.dark-mode .aktualnosci-home .aktualnosci-home--post .aktualnosci-home--post-image--fallback,
.acf-block-preview body.dark-mode .aktualnosci-home .aktualnosci-home--post .aktualnosci-home--post-image--fallback {
  background: #000 !important;
}

.info-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.info-modal.hidden {
  display: none;
}

.info-modal-content {
  position: relative;
  background: #fff;
  padding: 80px 50px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid var(--color1);
  border-radius: 5px;
  text-align: center;
  max-width: 700px;
  width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .info-modal-content {
    padding: 70px 20px;
    max-width: 300px;
    height: 60vh;
    overflow-y: scroll;
  }
}
.info-modal-content strong {
  font-weight: 700;
}
.info-modal-content strong span {
  font-weight: 700;
}
.info-modal-content strong > * {
  font-weight: 700 !important;
}
.info-modal-content ul {
  list-style-type: disc;
}

.close-info-modal {
  z-index: 10000;
  pointer-events: auto;
  font-size: 2.5rem;
  position: absolute;
  top: 15px;
  right: 15px;
  color: var(--color1) !important;
  cursor: pointer;
  background-color: #fff;
  border: 2px solid var(--color1);
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.close-info-modal:hover {
  background-color: var(--color1);
  color: #fff !important;
}

.separator {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 28px;
  margin-top: 12px;
}
.separator .white {
  display: block;
  width: 80px;
  height: 3px;
  background: var(--color1);
}

.hb-wrapper img {
  width: auto !important;
}

.facebook-iframe {
  margin: auto;
  padding: 40px 0;
  display: flex;
}
.facebook-iframe iframe {
  margin: auto;
}/*# sourceMappingURL=theme-style.css.map */