body.cookie-popup-active, body.cookie-popup-settings-active {
    overflow: hidden;
}

.cookie-consent-container * {
    border-collapse: collapse;
    border-spacing: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}

.cookie-consent-container {
    position: fixed;
    background: rgba(0, 0, 0, .2);
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: scroll;
    z-index: 9999;
    box-sizing: border-box;
    padding: 30px;
}

@media only screen and (min-width: 740px) {
    .cookie-consent-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow: initial;
        padding: 0;
    }
}

.cookie-consent-container .cookie-consent-container__close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    cursor: default;
}

.cookie-consent-container .cookie-consent {
    width: 100%;
    max-width: 740px;
    background: #ffffff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

    .cookie-consent-container .cookie-consent h3 {
        background: #F3F3F2;
        margin-bottom: 30px;
        padding: 30px;
        text-transform: none;
    }

        .cookie-consent-container .cookie-consent h3 img {
            display: block;
            width: 160px;
            margin-right: 30px;
            margin-bottom: 10px;
        }

        .cookie-consent-container .cookie-consent h3 .cookie-consent__title__text {
            font-size: 22px;
            font-weight: bold;
            line-height: normal;
        }

@media only screen and (min-width: 740px) {
    .cookie-consent-container .cookie-consent h3 {
        display: flex;
        align-items: center;
    }

        .cookie-consent-container .cookie-consent h3 img {
            margin-bottom: 0;
        }
}

.cookie-consent-container .cookie-consent__text {
    line-height: 22px;
}

    .cookie-consent-container .cookie-consent__text p {
        margin-bottom: 10px;
    }

        .cookie-consent-container .cookie-consent__text p:last-child {
            margin-bottom: 0;
        }

.cookie-consent-container .cookie-consent__row {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #F3F3F2;
}

    .cookie-consent-container .cookie-consent__row:last-child {
        margin: 0;
        padding: 0;
        border: 0;
    }

    .cookie-consent-container .cookie-consent__row .cookie-consent__text {
        display: none;
    }

    .cookie-consent-container .cookie-consent__row.cookie-consent__row--show-text .cookie-consent__text {
        padding-top: 10px;
        display: block;
    }

    .cookie-consent-container .cookie-consent__row .cookie-consent__row__toggle {
        text-decoration: none;
        font-weight: bold;
        padding-left: 25px;
        position: relative;
        background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGFhZ18xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDY2IDM5IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2NiAzOTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPHBvbHlnb24gcG9pbnRzPSIzMywzOSAwLDYgNiwwIDMzLDI3IDYwLDAgNjYsNiAJIi8+DQo8L2c+DQo8L3N2Zz4NCg==');
        background-repeat: no-repeat;
        background-size: 14px auto;
        background-position: top 5px left 0;
    }

    /*.cookie-consent-container .cookie-consent__row .cookie-consent__row__toggle:before {
            content: ' ';
            position: absolute;
            left: 0;
            top: 5px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 4px 0 4px;
            border-color: #000000 transparent transparent transparent;
        }*/

    .cookie-consent-container .cookie-consent__row .cookie-consent__always-active-message {
        font-size: 12px;
        text-transform: uppercase;
    }

    .cookie-consent-container .cookie-consent__row .cookie-consent__row__header {
        display: flex;
        justify-content: space-between;
    }

    .cookie-consent-container .cookie-consent__row .cookie-consent__row__checkbox {
        position: relative;
    }

        .cookie-consent-container .cookie-consent__row .cookie-consent__row__checkbox input {
            display: block;
            width: 0 !important;
            height: 0 !important;
            position: absolute;
            right: 10px;
            z-index: -1;
        }

        .cookie-consent-container .cookie-consent__row .cookie-consent__row__checkbox label {
            font-size: 0;
            display: block;
            width: 35px;
            height: 14px;
            border-radius: 10px !important;
            background: #B5B5B5;
            margin: 0;
        }

            .cookie-consent-container .cookie-consent__row .cookie-consent__row__checkbox label:before {
                content: ' ';
                position: absolute;
                left: -2px;
                top: -3px;
                width: 20px;
                height: 20px;
                background: #ffffff;
                -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
                -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
                box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
                border-radius: 50%;
                z-index: 1;
                transition: left .2s;
            }

        .cookie-consent-container .cookie-consent__row .cookie-consent__row__checkbox input:checked + label {
            background: #b8e0b9;
        }

            .cookie-consent-container .cookie-consent__row .cookie-consent__row__checkbox input:checked + label:before {
                left: calc(100% - 18px);
                background: #4CAF50;
            }


.cookie-consent-container .cookie-consent__content {
    padding: 0 30px 30px;
}

.cookie-consent-container .cookie-consent__buttons {
    margin-bottom: 30px;
}

.cookie-consent-container .cookie-consent--settings .cookie-consent__buttons {
    padding-top: 30px;
    margin-bottom: 0;
}

.cookie-consent-container .cookie-consent__buttons--desktop {
    display: none;
}

@media only screen and (min-width: 740px) {
    .cookie-consent-container .cookie-consent__buttons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 30px;
        margin-bottom: 0;
    }

    .cookie-consent-container .cookie-consent__buttons--mobile {
        display: none;
    }

    .cookie-consent-container .cookie-consent__buttons--desktop {
        display: block;
        display: flex;
    }
}

.cookie-consent-container .cookie-consent__buttons__button {
    display: inline-block;
    padding: 15px;
    border: 0;
    background: #000000;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin-bottom: 30px;
    cursor: pointer;
}

    .cookie-consent-container .cookie-consent__buttons__button:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 740px) {
    .cookie-consent-container .cookie-consent__buttons__button {
        margin-bottom: 0;
    }
}

.cookie-consent-container .cookie-consent__buttons__link {
    display: inline-block;
    border: 0;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

#cookie-consent-settings, .cookie-popup-settings-active #cookie-consent-message {
    display: none;
}

.cookie-popup-settings-active #cookie-consent-settings {
    display: block;
}

@media only screen and (min-width: 740px) {
    .cookie-popup-settings-active #cookie-consent-settings {
        display: flex;
    }
}

.cookies-blocked-content {
    display: block;
    padding: 20px;
    background: #F3F3F2;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

    .cookies-blocked-content a {
        font-size: 16px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        color: #000000;
        text-decoration: underline;
        border: 0;
    }
