#cookie566_outer {
    display: none;
}

#cookie566_closesetupbuttonwrapper {
    float: right;
    width: 100px;
    font-weight: bold;
    padding-top: 50px;
    display: none;
}

#cookie566_closesetupbuttonwrapper a {
    cursor: pointer;
    font-size: 1em;
    color: #666;
    text-decoration: none;
}

#cookie566_closesetupbuttonwrapper a:hover {
    color: #f00;
}

#cookie566_bg {
    position: fixed;
    background: black;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 90000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    zoom: 1;
}

#cookie566_logo {
    float: left;
    margin: 30px 0 0 30px;
    background: url('https://www.ergohestia.pl/static/img/logo_cms.png') no-repeat;
    background-size: 60px;
    width: 60px;
    height: 39px;
}

#cookie566_wrapper {
    position: fixed;
    left: 50%;
    width: 600px;
    height: 420px;
    padding: 0px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid black;
    background: white;
    z-index: 100000;
    font-family: Roboto;
    font-size: 0.95em;
    line-height: 1.1em;
    color: #444444;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
}

#cookie566_wrapper strong {
    font-weight:500;
}

#cookie566_headertext {
    float: left;
    padding-top: 40px;
    margin-left: 60px;
    font-weight: bold;
    font-size: 1.4em;
    width: 300px;
    text-align: center;
}

#cookie566_textcontentwrapper {
    overflow: auto;
    height: 240px;
    padding: 15px 30px 0 30px;
    margin-top: 20px;
    opacity: 1;
    background: #eee;
    margin-right: 4px;
}

#cookie566_textcontentwrapper::-webkit-scrollbar {
    width: 4px;
}

#cookie566_textcontentwrapper::-webkit-scrollbar-thumb {
    background: #C21631;
    border-radius: 20px;
}

#cookie566_textcontentwrapper::-webkit-scrollbar-track {
    background: #ddd;
    border-radius: 20px;
}

#cookie566_lowermenuwrapper {
    margin-top: 10px;
    padding: 0 30px 0 30px;
}

#cookie566_setupbuttonwrapper {
    float: left;
    width: 100px;
    text-align: left;
    padding-top: 20px;
}

#cookie566_setupbuttonwrapper a {
    cursor: pointer;
    font-size: 1em;
    color: #C21631;
    text-decoration: none;
}

#cookie566_setupbuttonwrapper :hover {
    color: #f00;
}

#cookie566_savebutton {
    display: none;
}

#cookie566_confirmbutton {
    font-size: 1em;
    width: 150px;
    min-width:150px;
    float: right;
}

#cookie566_toggleonbutton {
    font-size: 1em;
    width: 150px;
    min-width:150px;
    display: none;
    float: right;
}

#cookie566_setup {
    display: none;
}

#cookie566_textcontentwrapper p {
    margin-bottom: 20px;
    line-height: 1.3em;
}

#cookie566_textcontentwrapper a {
    cursor: pointer;
    color: #C21631;
    text-decoration: none;
    font-size: 1em;
}

#cookie566_textcontentwrapper a:hover {
    color: #f00;
}

#cookie566_textcontentwrapper ol {
    list-style: decimal outside;
    padding-left: 15px;
}

#cookie566_textcontentwrapper ul {
    list-style: square outside;
    padding-left: 15px;
}

@media (max-width: 576px) {
    #cookie566_wrapper {
        width: 300px;
        height: 530px;
    }

    #cookie566_logo {
        display: none;
    }

    #cookie566_headertext {
        font-size: 0.9em;
        margin-left: 0;
        padding: 30px;
    }

    #cookie566_textcontentwrapper {
        height: 380px;
        margin-top: 0;
        font-size: 0.8em;
    }

    #cookie566_textcontentwrapper a {
        font-size: 0.8em;
    }

    #cookie566_closesetupbuttonwrapper {
        padding: 0;
        margin: 10px 0 0 10px;
        position: absolute;
    }

    #cookie566_lowermenuwrapper {
        margin-top: 10px;
        padding: 0 10px 0 20px;
    }

    #cookie566_setupbuttonwrapper a {
        font-size: 0.8em;
    }

    #cookie566_savebutton {;
        font-size: 0.8em;
    }

    #cookie566_setupbuttonwrapper {
        padding-top: 15px;
    }

    #cookie566_confirmbutton {
        font-size: 0.8em;
    }

    #cookie566_toggleonbutton {
        font-size: 0.8em;
    }

    #cookie566_closesetupbuttonwrapper a {
        font-size: 0.8em;
    }
}

.cookie_radio_input {
    appearance: auto;
}