.container-footer {
    display: flex;
    justify-content: center;
    padding: 10px;
    align-items: center;
    background: var(--czat_klient, #E0E0E9);
    margin-top: 50px;
    gap: 10px;
    height: 70px;
}

/* Dodaj te style dla stopki */
.footer {
    /* position: fixed; */
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-top:100px
}
