.elementor-155 .elementor-element.elementor-element-2d6c8ee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:70px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-155 .elementor-element.elementor-element-2d6c8ee:not(.elementor-motion-effects-element-type-background), .elementor-155 .elementor-element.elementor-element-2d6c8ee > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A0A0A;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-155 .elementor-element.elementor-element-2d6c8ee{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS */html,
body {
  min-height: 100%;
  margin: 0;
}

body:not(.elementor-editor-active) {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
}

/* Główna treść strony ma zabrać wolną przestrzeń */
body:not(.elementor-editor-active) main,
body:not(.elementor-editor-active) #content,
body:not(.elementor-editor-active) .site-main,
body:not(.elementor-editor-active) [data-elementor-type="wp-page"],
body:not(.elementor-editor-active) [data-elementor-type="single"] {
  flex: 1 0 auto;
}

/* Stopka ma zostać wypchnięta na dół */
body:not(.elementor-editor-active) .elementor-location-footer {
  margin-top: auto;
  flex-shrink: 0;
}/* End custom CSS */