.cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    color: rgb(247, 0, 0);
    background-color: #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
    text-align: center;
}
.cookies span {
    color: #f6f6f6;
}

@media screen and (max-width: 1673px) {
    .cookies {
        height: 62px;
    }
}

@media screen and (max-width: 894px) {
    .cookies {
        height: 85px;
    }
}

@media screen and (max-width: 582px) {
    .cookies {
        height: 100px;
    }
}

@media screen and (max-width: 455px) {
    .cookies {
        height: 120px;
    }
}