.page-overlay {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    z-index: 100;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    visibility: hidden
}

#baner-pop-up-overlay {
    z-index: 9998
}

.page-overlay.active {
    display: block;
    opacity: 1;
    visibility: visible
}

#accept_cookie_wrapper {
    max-height: 100vh;
    position: fixed;
    left: 0;
    bottom: -100vh;
    width: 100%;
    background: #fff;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    z-index: 9998;
    -webkit-transition: bottom .5s ease;
    transition: bottom .5s ease
}

#accept_cookie_wrapper .logo {
    margin: 20px 0
}

#accept_cookie_wrapper.active {
    bottom: 0
}

#accept_cookie_wrapper h3 {
    font-size: 2.5em;
    font-weight: 700;
    margin-top: 0;
}

@media (max-width: 991.98px) {
    #accept_cookie_wrapper h3 {
        font-size: 1.5em;
        font-weight: 700
    }
}

#accept_cookie_wrapper .accept_cookie_desc {
    max-height: 50vh;
    overflow-y: scroll
}

#accept_cookie_wrapper a.more {
    color: #000;
    font-weight: 700
}

#accept_cookie_wrapper a.close_cookie {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    line-height: 18px;
    background: #000;
    color: #fff;
    border-radius: 10px;
    text-align: center
}

.accept {
    color: #fff;
    background-color: #006FE6;
    border-color: #006FE6;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}

.later {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}