/* Menu lewe moduły */
.menu-lewe-moduły-1-poziom{
    margin-bottom: 8px;
}
.menu-lewe-moduły-1-poziom li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    text-decoration-color: transparent;
    color: #2d2b2e;
    height: 240px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    position: relative;
}
.menu-lewe-moduły-1-poziom li a .menu-ikona-tekst{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 64px;
    padding: 0 24px;
    order: 2;
    bottom: 0px;
    color: white;
    background-color: #000000c4;
    position: absolute;
}
.menu-lewe-moduły-1-poziom li a .menu-ikona-mini{
    order: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    min-width: 100%;
}
.menu-lewe-moduły-1-poziom li a .menu-ikona-mini img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.menu-lewe-moduły-1-poziom li a:hover{
    opacity: 0.8;
}
/**/

/* Pogoda */
.weatherwidget-io{
    border: 1px solid #dedede;
    border-radius: 0.5rem;
}
/**/

/* Mobilka */
@media all and (min-width: 1024px) and (max-width: 1279px){
    .menu-lewe-moduły-1-poziom{
        margin-bottom: 32px;
    }
}