.cookie-wrapper, .cookie-wrapper--overlay {
    font-family:inherit;
    position:fixed;
    z-index:999999999999;
    bottom:0;
    left:0;
    overflow:hidden;
    width:100%;
    max-height:600px;
    transition:all .5s ease;
    background:#fff;
    box-shadow:0 0 15px 0 rgba(0, 0, 0, .25)}
.cookie-wrapper.is-hidden, .is-hidden.cookie-wrapper--overlay {
    max-height:0}
.cookie-wrapper .content-block, .cookie-wrapper--overlay .content-block {
    display:flex;
    width:100%;
    max-width:1240px;
    margin:auto;
    padding:30px 20px;
    transition:all .5s ease;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap}
.cookie-wrapper .article__cookie, .cookie-wrapper--overlay .article__cookie {
    font-size:13px;
    line-height:1.25;
    width:calc(100% / 2);
    padding-right:20px;
    color:#666;
    flex-grow:1}
@media screen and (max-width:770px) {
    .cookie-wrapper .article__cookie, .cookie-wrapper--overlay .article__cookie {
        width:100%;
        padding-right:0}
}
@media screen and (max-width:550px) {
    .cookie-wrapper .article__cookie, .cookie-wrapper--overlay .article__cookie {
        font-size:12px}
}
.cookie-wrapper .article__cookie h2, .cookie-wrapper--overlay .article__cookie h2 {
    font-size:1.5em;
    font-weight:400;
    margin-bottom:10px;
    color: #7da859;
}
.cookie-wrapper .article__cookie p, .cookie-wrapper--overlay .article__cookie p {
    font-size:1em;
    margin-bottom:0;
    color:#464646}
.cookie-wrapper .article__cookie a, .cookie-wrapper--overlay .article__cookie a {
    font-size:1em;
    cursor:pointer;
    transition:all .25s ease;
    color:#7da859}
.cookie-wrapper .article__cookie a:hover, .cookie-wrapper--overlay .article__cookie a:hover {
    color:#7da859}
.cookie-wrapper .cookie-buttons--wrapper, .cookie-wrapper--overlay .cookie-buttons--wrapper {
    padding-top:20px}
@media screen and (max-width:550px) {
    .cookie-wrapper .cookie-buttons--wrapper, .cookie-wrapper--overlay .cookie-buttons--wrapper {
        margin:auto}
}
.cookie-wrapper--overlay {
    height:100vh;
    max-height:none;
    transition:all .5s ease, z-index 0s linear .55s;
    background-color:rgba(0, 0, 0, .7)}
.cookie-wrapper--overlay.is-hidden {
    z-index:-999999999999;
    max-height:none;
    opacity:0}
.cookie-wrapper--overlay.is-hidden .content-block {
    top:60%}
.cookie-wrapper--overlay .content-block {
    position:absolute;
    top:50%;
    left:50%;
    width:calc(100% - 40px);
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    border-radius:15px;
    background-color:#fff}
.cookie-btn, .cookie-btn--primary, .cookie-btn--secondary, .cookie-btn--settings {
    font-size:18px;
    font-weight:400;
    display:table;
    min-width:200px;
    padding:18px 20px;
    cursor:pointer;
    transition:all .25s ease;
    text-align:center;
    text-decoration:none;
    color:#fff;
    border:none;
    border-radius:5px;
    outline:0}
@media screen and (min-width:771px) {
    .cookie-btn, .cookie-btn--primary, .cookie-btn--secondary, .cookie-btn--settings {
        width:100%}
}
@media screen and (max-width:550px) {
    .cookie-btn, .cookie-btn--primary, .cookie-btn--secondary, .cookie-btn--settings {
        font-size:16px;
        padding:10px 20px}
}
.cookie-btn--settings {
    text-decoration:underline;
    color:#49afdd}
.cookie-btn--settings:hover {
    color:#2289b7}
.cookie-btn--primary {
    background-color:#7da859}
.cookie-btn--primary:hover {
    background-color:#7da859}
.cookie-btn--secondary {
    background-color:#49afdd}
.cookie-btn--secondary:hover {
    background-color:#74c2e5}

/*# sourceMappingURL=cookie.css.map */
