.first-notice-container {
    background: #EB140A;
    /*display: none !important;*/
    animation: toTop 0.8s linear;
    padding: 20px 10px;
    color: #fff;
}
@keyframes toTop {
    0%{
        bottom: -200px;
    }
    100%{
        bottom: 0px;
    }
}

@-webkit-keyframes toTop {
    0%{
        bottom: -200px;
    }
    100%{
        bottom: 0px;
    }
}
.first-notice-container-remove {
    color: #fff; 
    font-weight: 900;

}
.first-notice-container-remove:hover {
    text-decoration: none; 
    color: #fff; 
}
.first-notice-container p a {
    color:#fff; 
    /*text-decoration: none;*/
    text-decoration: underline;
    font-weight: 900;

}

a.cookier-button-accept {
    display: inline-block;
    background: #000000;
    padding: 10px 10px;
    margin-left: 30px;
    margin-top: -10px;
    border-radius: 7px;
}

a.cookier-button-accept:hover {
    background: #fff;
    color: #EB140A;
}