
.footer {
    background-color: #e8e8e8;
    border-top: 1px solid #c2c2c2;
    color: #777777;
    padding: 15px;
    text-decoration: none;
    font-size: 14px;
}
.footer__links {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

#cookie_info .text-block {
    text-align: center;
}
#cookie_info .accept_btn {
    font-weight: bold;
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin: 0 auto;
    line-height: 18px;
}
