/* moduły */

.menu-lewe-1-poziom{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.menu-lewe-1-poziom li.menu-ikona{
    height: 176px;
    margin-bottom: 16px;
}

.menu-lewe-1-poziom li{
    width: 100%;
}

.menu-lewe-1-poziom li a, .menu-lewe-1-poziom li button{
    text-decoration-color: transparent;
    color: #3e4245;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 18px;
    display: block;
    width: 100%;
    background-color: #fef984;
    padding: 8px 24px;
    border: 0px none transparent;
    text-align: left;
    cursor: pointer;
}

.menu-lewe-2-poziom, .menu-lewe-3-poziom{
    background-color: #fef984;
    list-style-type: none;
    display: none;
    padding-left: 24px;
}

.menu-lewe-2-poziom li a, .menu-lewe-3-poziom li a, .menu-lewe-2-poziom button, .menu-lewe-3-poziom button{
    font-weight: 400!important;
    font-size: 16px!important;
    padding: 4px 24px;
}

.menu-lewe-1-poziom li.menu-blok-before{
    background-color: #fef984;
    width: 100%;
    height: 24px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.menu-lewe-1-poziom li.menu-blok-after{
    background-color: #fef984;
    width: 100%;
    height: 24px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    margin-bottom: 16px;
}

/* fotogaleria */
.menu-lewe-1-poziom li.menu-ikona a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    width: 100%;
    height: 100%;
    background-color: #fef984;
    font-family: 'Courgette', cursive;
    color: #3e4245;
    font-size: 36px;
    font-weight: 400;
    border-radius: 0.5rem;
}

.menu-lewe-1-poziom li:nth-child(1) .menu-ikona-mini{
    order: 2;
}

/* hover */
.menu-lewe-1-poziom li a:hover, .menu-lewe-1-poziom li button:hover{
    background-color: #fff955;
}

/* film */
.menu-modul-59-tytul{
    display: none;
}

.film-zawartosc iframe{
    width: 100%!important;
    height: 264px!important;
    border-radius: 0.5rem;
}

/* moduły end */

/* moduły 2 */

.menu-lewe-moduly-1-poziom{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

/* Newsletter */
.menu-modul-10{
    background-image: url(../grafika/newsletter.jpg);
    border-radius: 0.5rem;
    padding: 24px;
    margin-top: 14px;
    margin-bottom: 16px;
    background-repeat: no-repeat;
    background-color: #cbebf8;
}

.menu-modul-tytul{
    font-family: 'Courgette', cursive;
    font-size: 24px;
    font-weight: 400;
    color: #424240;
    margin-bottom: 8px;
}

/* Statystyki */
.menu-modul-55{
    padding: 24px;
    border-radius: 0.5rem;
    background-image: url(../grafika/statystyki.jpg);
    background-repeat: no-repeat;
    background-color: #cbebf8;
}

/* moduły2 end */

