.cookie-bar {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    bottom: 0;
    z-index: 16000163;
    height: auto;
    padding: 41px 15px;
    display: none
}

.cookie-bar .text p {
    font-size: 18px;
    line-height: 27px;
    color: #000;
    margin: 0
}

.cookie-bar .buttons {
    width: 20%;
    text-align: center;
}

.cookie-bar .buttons a {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    text-decoration: underline;
    text-underline-offset: 5px;
    margin: 0 10px;
    cursor: pointer
}

.cookie-bar .container {
    padding: 0
}

.cookie-bar .buttons .btn-white {
    border-radius: 30.504px;
    background: #f89828;
    color: #242424;
    padding: 11px 15px;
    min-width: 122px;
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    margin: 0 10px;
    text-decoration: none
}

.cookie-bar .text {
    width: 80%
}

.cookie-bar .row {
    display: flex;
    flex-direction: row-reverse;
    align-items: center
}

.cookie-bar .text p a {
    color: #000;
    text-decoration: underline;
    text-underline-offset: 5px
}
@media screen and (max-width: 991px) {

    .cookie-bar .text p,
    .cookie-bar .buttons .btn-white,
    .cookie-bar .buttons a {
        font-size: 16px;
        line-height: 24px
    }

    .cover_section .text_block {
        min-height: 320px
    }

    .cookie-bar .text {
        width: 100%
    }

    .cookie-bar .buttons {
        width: 100%;
        text-align: right;
        padding-top: 22px
    }

    .cookie-bar .row {
        flex-direction: column-reverse
    }

    .cookie-bar {
        height: auto;
        padding: 24px 34px 38px 34px
    }
}