.elementor-kit-19{--e-global-color-primary:#000000;--e-global-color-secondary:#F3F3F3;--e-global-color-text:#383838;--e-global-color-accent:#FF6000;--e-global-color-c6cf988:#FFFFFF;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-primary-line-height:1.4em;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-size:15px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-19 button,.elementor-kit-19 input[type="button"],.elementor-kit-19 input[type="submit"],.elementor-kit-19 .elementor-button{background-color:var( --e-global-color-accent );color:var( --e-global-color-c6cf988 );border-radius:100px 100px 100px 100px;padding:17px 40px 015px 40px;}.elementor-kit-19 button:hover,.elementor-kit-19 button:focus,.elementor-kit-19 input[type="button"]:hover,.elementor-kit-19 input[type="button"]:focus,.elementor-kit-19 input[type="submit"]:hover,.elementor-kit-19 input[type="submit"]:focus,.elementor-kit-19 .elementor-button:hover,.elementor-kit-19 .elementor-button:focus{background-color:var( --e-global-color-primary );color:var( --e-global-color-c6cf988 );}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-19{--e-global-typography-text-line-height:1.4em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-19{--e-global-typography-text-font-size:14px;--e-global-typography-text-line-height:1.4em;}.elementor-kit-19 h1{font-size:32px;line-height:1.3em;}.elementor-kit-19 h2{font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.kropka .elementor-item {
  position: relative;
}

.kropka .elementor-item::after {
  content: "";
  position: absolute;
  width: 28px; /* Rozmiar ikonki */
  height: 28px; /* Rozmiar ikonki */
  background-image: url('https://www.515km.org/wp-content/uploads/2025/06/klebek2.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent !important; /* Wymuszenie przezroczystego tła */
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

/* Wspólny selektor dla hover i active */
.kropka .elementor-item:hover::after,
.kropka .elementor-item.elementor-item-active::after {
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  background-color: transparent !important; /* Dodatkowe zabezpieczenie dla stanów hover/active */
}

.kon1 {
  padding: 100px 20px;
}

@media (max-width: 768px) {
  .kon1 {
    padding: 50px 15px;
  }
}


.kon2 {
  position: relative;
  padding: 100px 20px;
  overflow: hidden;
  z-index: 1;
}

.kon2::after {
  content: "";
  position: absolute;
  bottom: -60px;
  right: -25px;
  width: 250px;
  height: 250px;
  background-image: url('https://www.515km.org/wp-content/uploads/2025/06/klebek_white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}

@media (max-width: 768px) {
  .kon2 {
    padding: 50px 15px;
  }

  .kon2::after {
    bottom: -35px;
    right: -45px;
    width: 130px;
    height: 130px;
  }
}

.kon3 {
  position: relative;
  padding: 100px 20px;
  overflow: hidden;
  z-index: 1;
}




html, body {
  height: 100%;
  margin: 0;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-main, .elementor-location-single, .elementor-location-archive {
  flex: 1;
}/* End custom CSS */