.bgr-cookies {
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 3001;
    position: fixed;
    bottom: 0;
}

.txt-cookies {
    font: normal normal normal 16px/24px Nunito Sans;
    letter-spacing: 0px;
    color: #ffffff;
}

.red-rozumiem, .red-rozumiem:hover {
    border-radius: 4px;
    background-color: #ffffff;
    height: 44px;
    font: normal normal bold 16px/19px Montserrat;
    letter-spacing: 0px;
    color: #E50040;
    padding: 12px 22px 12px 22px;
    text-decoration: none;
}

@media (min-width: 576px) {
    .red-rozumiem, .red-rozumiem:hover {
        padding: 12px 36px 12px 36px;
    }
}

