/* Dodanie nowych stylów dla kolumn */
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
/* Ustawienia domyślne dla wszystkich ekranów */
.uk-grid > * {
    padding-left: 30px;
}

/* Dodanie padding-right dla urządzeń mobilnych */
@media (max-width: 576px) {
    .uk-grid > * {
      padding-left: 10px;
        padding-right: 10px;
    }
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
      --bs-body-bg: #fff;
}
.featured-items .uk-panel .uk-button span {
    margin: 0;
    font-size: 32px;
    animation-name: tada;
    animation-duration: 1s;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
    filter: alpha(opacity = 30);
    text-align: right;
    top: 5px;
    position: absolute;
    right: 30px;
}
.featured-items .uk-panel .uk-button {
    border: none;
    position: absolute;
    line-height: 50px;
    left: 0;
    bottom: 0;
    color: #31322C;
    letter-spacing: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0;
    transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    z-index: 0;
    text-align: left;
}
.uk-button {
    margin: 0;
    border: none;
    overflow: visible;
    font: inherit;
    color: inherit;
    -webkit-appearance: none;
    border-radius: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    transition: .1s ease-in-out;
    transition-property: color, background-color, border-color;
  }
.uk-link, a {
    color: #1e87f0;
    text-decoration: none;
    cursor: pointer;
}
{
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.featured-items .uk-panel:hover .uk-button {
    color: #fff !important;
}
.featured-items .uk-panel .uk-button {
    border: none;
    position: absolute;
    line-height: 50px;
    left: 0;
    bottom: 0;
    color: #31322C;
    letter-spacing: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0;
    transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    z-index: 0;
    text-align: left;
}
.uk-button-default:hover, .uk-button-default:focus, .uk-button-default:active {
    background-color: #31322C;
    border-color: #31322C;
    color: #ffffff;
}
.uk-button-default:hover {
    background-color: transparent;
    color: #1c1c1c;
    border-color: rgba(0, 0, 0, .1);
}
.uk-button:hover {
    text-decoration: none;
}
.uk-button:not(:disabled) {
    /* cursor: pointer; */
}
a:hover, a:focus, a:active, .uk-link:hover, .uk-link:focus, .uk-link:active {
    /* color: #5185bf; */
}
.uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
    /* color: #0a549e; */
    /* text-decoration: none; */
}
a:hover {
    /* color: #0a58ca; */
}
.uk-button-default {
    /* background-color: rgba(255, 255, 255, 0); */
    /* color: #31322C; */
    /* border-color: #31322C; */
}
.uk-button-default {
    /* background-color: transparent; */
    /* color: #1c1c1c; */
    /* border: 1px solid rgba(0, 0, 0, .1); */
}
.uk-button {
    /* margin: 0; */
    /* border: none; */
    /* overflow: visible; */
    /* font: inherit; */
    /* color: inherit; */
    /* -webkit-appearance: none; */
    /* border-radius: 0; */
    /* display: inline-block; */
    /* box-sizing: border-box; */
    /* padding: 0 30px; */
    /* vertical-align: middle; */
    /* font-size: 15px; */
    /* line-height: 38px; */
    /* text-align: center; */
    /* text-decoration: none; */
    /* text-transform: none; */
    /* transition: .1s ease-in-out; */
    /* transition-property: color, background-color, border-color; */
}
a, .uk-link {
    /* color: #31322C; */
}
.uk-link, a {
    /* color: #1e87f0; */
    /* text-decoration: none; */
    /* cursor: pointer; */
}
a {
    /* color: #0d6efd; */
}
*, ::after, ::before {
    /* box-sizing: border-box; */
}
* {
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}
user agent stylesheet
a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.row {
    --bs-gutter-x: 1.5rem;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
body {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
body, .sp-preloader {
    background-color: #ffffff;
    color: #5a5150;
}
body {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
:root {
    --header_height: $header_height;
}
:root {
    --uk-position-margin-offset: 0px;
}
:root {
    --uk-leader-fill-content: .;
}
:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
Show all properties (1 more)
}
*, ::after, ::before {
    /* box-sizing: border-box; */
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.featured-items .uk-panel:hover .uk-button:after {
    width: 100%;
    left: 0;
    right: auto;
    background-color: #31322C;
}
.featured-items .uk-panel .uk-button:after {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    transition: width 0.5s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}
*, ::after, ::before {
    /* box-sizing: border-box; */
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}
.featured-items .uk-margin-remove-first-child>:first-child {
    margin-top: 20px !important;
}
.featured-items .uk-panel .ui-title, .featured-items .uk-panel .ui-content {
    padding: 0px 30px 0 30px;
}
.uk-margin-remove-adjacent+*, .uk-margin-remove-first-child>:first-child {
    margin-top: 0 !important;
}
.uk-margin-remove-bottom {
    margin-bottom: 0 !important;
}
.uk-margin-top {
    margin-top: 20px !important;
}
.uk-text-uppercase {
    text-transform: uppercase !important;
}
.uk-h5, h5 {
    font-size: 16px;
    line-height: 1.4;
}

h3 {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
.uk-h3, h3 {
    font-size: 20px;
    line-height: 1.5;
}
*, ::after, ::before {
    /* box-sizing: border-box; */
}
* {
    /* -webkit-box-sizing: border-box; */
    -moz-box-sizing: border-box;
    /* box-sizing: border-box; */
}
user agent stylesheet
h3 {
    display: block;
    font-size: 20px;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}
.uk-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}
.row {
    --bs-gutter-x: 1.5rem;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
}
body {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}
body, .sp-preloader {
    background-color: #ffffff;
    color: #5a5150;
}
body {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}
body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
:root {
    --header_height: $header_height;
}
:root {
    --uk-position-margin-offset: 0px;
}
:root {
    --uk-leader-fill-content: .;
}
:root {
    --uk-breakpoint-s: 640px;
    --uk-breakpoint-m: 960px;
    --uk-breakpoint-l: 1200px;
    --uk-breakpoint-xl: 1600px;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
Show all properties (1 more)
}
*, ::after, ::before {
    /* box-sizing: border-box; */
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, ::after, ::before {
    /* box-sizing: border-box; */
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #39f;
    color: #fff;
    text-shadow: none;
}

.featured-items .uk-margin-remove-first-child>:first-child {
    margin-top: 20px !important;
}

@media (min-width: 960px) {
    .uk-child-width-1-3\@m>* {
        width: calc(100%* 1 / 3.001);
    }
}
.featured-items .uk-panel:hover {
    box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
    transform: translateY(-10px);
}
/*kontener przycisk na stronie glownej*/
.featured-items .uk-panel {
    transition: all 0.2s ease-in-out;
    transition-behavior: normal;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    transition-delay: 0s;
    transition-property: all;
    background: #fff;
    font-size: 14px;
      border-top: 5px solid;/*obramowanie górne przycisku*/
    box-shadow: 0 0 35px rgba(2, 6, 32, 0.15);
}
.featured-items .uk-panel {
    width: 100% !important; /* Użyj !important, aby nadpisać inne reguły */
}

/* Media query dla urządzeń mobilnych */
@media (max-width: 767px) {
    .featured-items {
        margin: 0; /* Usuwa marginesy wokół kontenera */
        padding: 0; /* Usuwa padding wokół kontenera */
    }
    
    .featured-items .uk-panel {
        margin: 0; /* Usuwa marginesy wokół elementu */
        padding: 0 10px; /* Dodaje padding wewnętrzny */
        width: 100%; /* Ustawia szerokość na 100% */
        box-sizing: border-box; /* Upewnia się, że szerokość zawiera padding i border */
    }

    .featured-items .uk-panel button {
        width: 100%; /* Ustawia przyciski na 100% szerokości */
        margin: 5px 0; /* Dodaje marginesy między przyciskami */
        box-sizing: border-box; /* Upewnia się, że szerokość zawiera padding i border */
    }
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
.uk-panel>:last-child {
    margin-bottom: 0;
}
address, dl, fieldset, figure, ol, p, pre, ul {
    margin: 0 0 20px 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
user agent stylesheet
p {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}
.featured-items .uk-panel .ui-content {
    color: #333;
}

.featured-items .uk-panel .ui-content.uk-panel {
    border: none;
    box-shadow: none;
}
.sub-heading, .el-sub-heading .ui-meta {
    font-size: 13.4px;
    line-height: 1;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
.sub-heading.center {
    display: inline-block;
    text-align: center !important;
    margin: 0 auto;
}
.sub-heading.center {
    display: inline-block;
    text-align: center !important;
    margin: 0 auto;
}

.sub-heading, .el-sub-heading .ui-meta {
    font-size: 13.4px;
    line-height: 1;
    text-align: left;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    margin-top: 0;
}
*, ::after, ::before {
    box-sizing: border-box;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.uk-text-center {
    text-align: center !important;
}
.uk-text-uppercase {
    text-transform: uppercase !important;
}
.uk-h5, h5 {
    font-size: 16px;
    line-height: 1.4;
}
.uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, .uk-heading-2xlarge, .uk-heading-large, .uk-heading-medium, .uk-heading-small, .uk-heading-xlarge, h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px 0;
    font-weight: 500;
    color: #1c1c1c;
    text-transform: none;
  }
/* Mniejsze rozmiary czcionek na urządzeniach mobilnych */
@media (max-width: 576px) {
    .uk-h2, h2 {
        font-size: 3px !important; /* Wymuś zastosowanie tego rozmiaru */
    }
    .uk-h1, h1 {
        font-size: 5px !important; /* Wymuś zastosowanie tego rozmiaru */
    }
    .uk-h3, h3 {
        font-size: 12px !important; /* Wymuś zastosowanie tego rozmiaru */
    }
    .uk-h4, h4 {
        font-size: 1px !important; /* Wymuś zastosowanie tego rozmiaru */
    }
    .uk-h5, h5 {
        font-size: 15px !important; /* Wymuś zastosowanie tego rozmiaru */
    }
    .uk-h6, h6 {
        font-size: 10px !important; /* Wymuś zastosowanie tego rozmiaru */
    }
}
/* Styl dla lini na stronie glownej - większe ekrany */
.responsive-img {
    width: 150px; /* lub inna wartość, której używasz */
    height: auto; /* Zachowuje proporcje */
}

/* Styl dla mniejszych ekranów */
@media (max-width: 576px) {
    .responsive-img {
        width: 20px; /* Zmniejsza szerokość obrazka na telefonach */
        height: auto; /* Zachowuje proporcje */
    }
}
#sppb-addon-1672143509510 {
    border-radius: 0px;
}
#sppb-addon-1672143509510 {
    box-shadow: 0 0 0 0 #ffffff;
}
.center-text {
    text-align: center;
}

/* Wyśrodkowanie kolumn */
.sppb-row-container {
    display: flex;
    justify-content: center;
}

.sppb-row {
    width: 100%;
}

.sppb-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Wyśrodkowanie elementów wewnątrz kolumn */
.uk-panel, .ui-grid {
    text-align: center;
}

.ui-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.uk-grid-match {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
/*procedury 1planistyczne trwajace*/

.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.timeline-item {
  padding: 10px 40px;
  position: relative;
  background: inherit;
  border-radius: 6px;
  margin: 10px 0;
}

.timeline-item::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  background: #ddd;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.timeline-icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #ddd;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.timeline-content {
  padding: 20px 30px;
  background: #f9f9f9;
  border-radius: 6px;
  position: relative;
}

.timeline-content h3 {
  margin-top: 0;
}

.pulsating {
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0.7);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(0, 123, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 123, 255, 0);
  }
}
.footer-container {
    position: relative;
    width: 100%;
    height: 200px; /* Możesz dostosować wysokość */
    background-image: url('/images/twoje-zdjecie.jpg'); /* Ścieżka do Twojego zdjęcia */
    background-size: cover;
    background-position: center;
    color: #fff; /* Kolor tekstu */
    text-align: center;
}

.footer-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Czarna nakładka z przezroczystością */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; /* Kolor tekstu w nakładce */
}
body {
    font-size: 16px; /* lub inna wartość, którą preferujesz */
}