
.cookie-consent{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 14px;
    line-height: 25px;
    padding: 20px 60px;
    background: #f8f9fc;
    text-align: center;
    z-index: 100;
}
.cookie-consent__message{
    margin-right: 15px;
}
.cookie-consent__agree{
    background: #202325;
    color: #fff;
    padding: 5px 20px;
    border: 0px;
}
