.cokkie_footer_sticky {
    width: 90%;
    max-width: 994px;
    margin: auto;
    padding: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .28);
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10001;
}

.cookie_accept {
    margin: 0 0 20px;
}

.cookie_accept_text {
    width: 100%;
    font-size: 15px;
    color: #000;
    text-align: center;
    display: block;
    line-height: 1.6;
    letter-spacing: 0;
}

.cookie_accept_text a {
    text-decoration: underline;
}

.cookie_accept_btn {
    width: 200px;
}

.cookie_accept_btn a {
    padding: 7px 0;
    font-size: 15px;
    color: #fff;
    background: #000;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cookie_accept_btn a:hover {
    background: #8B8b8b;
    text-decoration: none;
}


@media (max-width: 767.9px) {
    .cokkie_footer_sticky {
        width: 90.667vw;
        padding: 8vw;
        top: 50vw;
        right: 0;
        left: 0;
        transform: none;
    }

    .cookie_accept {
        margin-bottom: 2.667vw;
    }

    .cookie_accept_text {
        font-size: 3.733vw;
        display: inline;
    }

    .cookie_accept_btn {
        width: 100%;
    }

    .cookie_accept_btn a {
        padding: 2.667vw 0;
        font-size: 3.733vw;
    }
}

@media screen and (max-width:767.9px) and (orientation: landscape) {
    .cokkie_footer_sticky {
        width: 86vw;
        padding: 4vw;
        top: 2vw;
        right: 0;
        left: 0;
        transform: none;
    }

    .cookie_accept {
        margin-bottom: 2.667vw;
    }

    .cookie_accept_text {
        font-size: 3.2vw;
    }

    .cookie_accept_btn {
        width: 60%;
    }

    .cookie_accept_btn a {
        padding: 1vw;
        font-size: 3.2vw;
    }
}