.elementor-kit-47{--e-global-color-primary:#000000;--e-global-color-secondary:#502D7A;--e-global-color-text:#FFFFFF;--e-global-color-accent:#BCBCBC;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-line-height:1px;--e-global-typography-primary-letter-spacing:0.06px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:12px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:14px;--e-global-typography-accent-font-weight:400;--e-global-typography-f6312d0-font-family:"Montserrat";--e-global-typography-f6312d0-font-size:clamp(3rem, 2.5385rem + 2.0513vw, 4rem);--e-global-typography-f6312d0-font-weight:700;--e-global-typography-f6312d0-line-height:1;--e-global-typography-6982a0f-font-family:"Montserrat";--e-global-typography-6982a0f-font-size:clamp(2.4rem, 2.1231rem + 1.2308vw, 3rem);--e-global-typography-6982a0f-line-height:1,1;--e-global-typography-6982a0f-letter-spacing:-0.96px;--e-global-typography-91b84f1-font-family:"Montserrat";--e-global-typography-91b84f1-font-size:clamp(2.1rem, 1.9154rem + 0.8205vw, 2.5rem);--e-global-typography-91b84f1-line-height:1,1;--e-global-typography-1246e5d-font-family:"Montserrat";--e-global-typography-1246e5d-font-size:clamp(1.8rem, 1.7077rem + 0.4103vw, 2rem);--e-global-typography-927eee2-font-family:"Montserrat";--e-global-typography-927eee2-font-size:clamp(1.6rem, 1.5308rem + 0.3077vw, 1.75rem);--e-global-typography-927eee2-line-height:1,3;--e-global-typography-927eee2-letter-spacing:-0.42px;--e-global-typography-e44b16c-font-size:clamp(1.4rem, 1.3538rem + 0.2051vw, 1.5rem);--e-global-typography-e44b16c-line-height:1,3;--e-global-typography-e44b16c-letter-spacing:0,36;--e-global-typography-f0d5cb0-font-family:"Montserrat";--e-global-typography-f0d5cb0-font-size:1.125rem;--e-global-typography-5146568-font-family:"Montserrat";--e-global-typography-5146568-line-height:1.5;--e-global-typography-5146568-letter-spacing:0.08px;--e-global-typography-e000d88-font-family:"Montserrat";--e-global-typography-e000d88-font-size:0.875rem;background-color:#000000;font-family:"Montserrat", Montserrat;}.elementor-kit-47 e-page-transition{background-color:#FFBC7D;}.elementor-kit-47 a{font-family:"Montserrat", Montserrat;}.elementor-kit-47 h1{font-family:"Montserrat", Montserrat;}.elementor-kit-47 h2{font-family:"Montserrat", Montserrat;}.elementor-kit-47 h3{font-family:"Montserrat", Montserrat;}.elementor-kit-47 h4{font-family:"Montserrat", Montserrat;}.elementor-kit-47 h5{font-family:"Montserrat", Montserrat;}.elementor-kit-47 h6{font-family:"Montserrat", Montserrat;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.fade-up {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
}
.fade-up.visible {
  opacity: 1;
  transform: translateY(0);
}

.searchandfilter input[type="submit"] {
  display: none !important;
}
/* Przesuń lightbox niżej na urządzeniach mobilnych */
@media (max-width: 768px) {
  .elementor-lightbox {
    padding-top: 100px !important; /* Dodatkowe miejsce na nagłówek */
  }

  .elementor-lightbox .dialog-widget-content {
    margin-top: 80px !important;
  }
}
/* twarde ukrycie grup pól, żeby nie zostawał “ślady” w układzie */
.elementor-form .elementor-field-group.is-hidden {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

/* na wszelki wypadek — jeśli jakaś skórka dodaje marginesy do samego pola */
.elementor-form .elementor-field-group.is-hidden > * {
  display: none !important;
}
.menu-toggle .custom-burger-btn {
  position: relative;
  padding: 8px 0px 8px 32px; /* odstęp między tekstem a burgerem */
  background: transparent;
  border: none;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-family: inherit;
  font-size: 10;
  cursor: pointer;
  overflow: visible;
}
/* burger icon lines */
.menu-toggle .custom-burger-btn::before,
.menu-toggle .custom-burger-btn::after {
  content: "";
  position: absolute;
  right: 64px;
  top: 14px;
  width: 20px;
  height: 2px;
  background: currentColor;
  transition: transform 0.4s ease, opacity 0.4s ease, box-shadow 0.4s ease;
}

/* three lines via box-shadow */
.menu-toggle .custom-burger-btn::before {
  box-shadow: 0 6px 0 currentColor, 0 12px 0 currentColor;
}

/* bottom line (for X) */
.menu-toggle .custom-burger-btn::after {
 top: 20px;
  opacity: 0;
}

/* transform to X */
body.menu-open .menu-toggle .custom-burger-btn::before {
   transform: translateY(6px) rotate(45deg);
  box-shadow: none;
}

body.menu-open .menu-toggle .custom-burger-btn::after {
  opacity: 1;
  transform: rotate(-45deg);
}
/************************************
 * MENU LINKS – Staggered In / Out
 ************************************/
.popup-78 .menu-stagger li {
  opacity: 0; /* Domyślnie ukryte */
  transform: translateX(-400px); /* Dla bezpieczeństwa w razie braku klasy na body */
  list-style: none; /* Usuń kropki */
}

body.menu-open .popup-78 .menu-stagger li {
  animation-name: menuIn;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
}

body.popup-closing .popup-78 .menu-stagger li {
  animation-name: menuOut;
  animation-duration: 1.5s;
  animation-fill-mode: backwards;
  animation-timing-function: ease;
}

@keyframes menuIn {
  from { opacity: 0; transform: translateX(-400px); }
  to   { opacity: 1; transform: translateX(0px); }
}

@keyframes menuOut {
  from { opacity: 1; transform: translateX(0px); }
  to   { opacity: 0; transform: translateX(-400px); }
}

/* WJAZD LINKÓW MENU */
body.menu-open .popup-78 .menu-stagger li:nth-child(1) { animation-delay: 0.0s; }
body.menu-open .popup-78 .menu-stagger li:nth-child(2) { animation-delay: 0.1s; }
body.menu-open .popup-78 .menu-stagger li:nth-child(3) { animation-delay: 0.2s; }
body.menu-open .popup-78 .menu-stagger li:nth-child(4) { animation-delay: 0.3s; }
body.menu-open .popup-78 .menu-stagger li:nth-child(5) { animation-delay: 0.4s; }
body.menu-open .popup-78 .menu-stagger li:nth-child(6) { animation-delay: 0.5s; }
body.menu-open .popup-78 .menu-stagger li:nth-child(7) { animation-delay: 0.6s; }

/* WYJAZD LINKÓW MENU */
body.popup-closing .popup-78 .menu-stagger li:nth-child(7) { animation-delay: 0.0s; }
body.popup-closing .popup-78 .menu-stagger li:nth-child(6) { animation-delay: 0.1s; }
body.popup-closing .popup-78 .menu-stagger li:nth-child(5) { animation-delay: 0.2s; }
body.popup-closing .popup-78 .menu-stagger li:nth-child(4) { animation-delay: 0.3s; }
body.popup-closing .popup-78 .menu-stagger li:nth-child(3) { animation-delay: 0.4s; }
body.popup-closing .popup-78 .menu-stagger li:nth-child(2) { animation-delay: 0.5s; }
body.popup-closing .popup-78 .menu-stagger li:nth-child(1) { animation-delay: 0.6s; }
/* Popup – slide-in/out z lewej */
.popup-78 .dialog-widget-content {
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), opacity 1.2s ease-out;
  pointer-events: none;
}

body.menu-open .popup-78 .dialog-widget-content {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

body.popup-closing .popup-78 .dialog-widget-content {
  transform: translateX(-100%);
  transition: transform 0.8s cubic-bezier(0.55, 0, 0.85, 0.36), opacity 1.2s ease-in;
  pointer-events: none;
  transition-delay: 0.4s;
}
/* USUŃ TYLKO focus/hover Elementora na linkach (bez ruszania tła kart) */
.elementor a:focus,
.elementor a:focus-visible,
.elementor a:hover {
  outline: none !important;
  box-shadow: none !important;
}/* End custom CSS */