.elementor-10479 .elementor-element.elementor-element-75b3f87{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-10479 .elementor-element.elementor-element-c58facb > .elementor-widget-container{padding:0100px 0px 0100px 0px;}/* Start custom CSS for text-editor, class: .elementor-element-c58facb */.header-1 .site-branding img {

    width: 126px;

    display: none;

}


/* Główne stylowanie menu */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: #222;
    text-transform: none;
    text-decoration: none;
    text-align: center;
    background: rgba(255, 255, 255, 0);
    border: 0;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    outline: none;
    margin: 0 15px;
}

/* Stylowanie sub-menu */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    display: flex;
    justify-content: center; /* Wycentrowanie poziome */
    flex-wrap: wrap; /* Elementy mogą się zawijać */
    padding: 0;
    margin: 0 auto;
    text-align: center; /* Dodatkowe centrowanie tekstu */
}

/* Stylowanie elementów sub-menu */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {
    color: #666;
    font-family: inherit;
    font-size: 14px;
    padding: 5px; /* Bez auto, dla spójnego odstępu */
    width: calc(100% / var(--columns)); /* Dynamiczne kolumny */
    box-sizing: border-box;
    display: flex; /* Flexbox dla wyrównania */
    flex-direction: column;
    justify-content: flex-start; /* Ustaw od góry */
    align-items: center; /* Wycentrowanie w pionie */
    vertical-align: top;

}

/* Usunięcie linii z pierwszej i ostatniej kolumny */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:first-child {
    border-left: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:last-child {
    border-right: none;
}

/* Stylowanie dla układu siatki */
:root {
    --columns: 4; /* Zmień liczbę kolumn */
}

/* Dostosowanie do większej liczby elementów w drugim rzędzie */
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item:nth-child(n+5) {
    width: calc(100% / 5); /* 5 kolumn */
    box-sizing: border-box;
    text-align: center;
}

/* Maksymalna szerokość dla responsywności */
.mega-menu {
    max-width: 500px;
    margin: 0 auto; /* Wycentrowanie całego menu */
}

/* Usprawnione centrowanie pozycji */
.flex-distributed-items {
    display: flex;
    justify-content: center;
    align-items: center;
}


#term h2 {
    font-size: 18px;
    font-weight: 700;
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
}

#term h1 {
    font-size: 35px;
}

#term strong {
    font-weight: 700;
}/* End custom CSS */