.cookies-block {
    transition: opacity 0.4s ease, max-height 0.4s ease;
    overflow: hidden;
    max-height: 500px;
    opacity: 1;
}

.cookies-block.hide {
    opacity: 0;
    max-height: 0;
}

.close-cookie {
    cursor: pointer;
}
