.cookie-popin {
    z-index: 9999999999;
    line-height: 24px;
    width: 100%;
    background-color: #FBFBFB;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: -2000px;
    -webkit-box-shadow: 0 0 6px 3px rgba(0,0,0,.12);
    -moz-box-shadow: 0 0 6px 3px rgba(0,0,0,.12);
    box-shadow: 0 0 6px 3px rgba(0,0,0,.12);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    left: 0px;
    max-width: 100%;
    border-radius: 8px 8px 0 0;
    right: 0px
}

.cookie-popin.show {
    bottom: 0px
}

.cookie-popin .cookie-container {
    max-width: 1200px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap
}

.cookie-popin .cookie-container .cookie-alerttitle {
    color: #4A8CD8;
    font-weight: 700;
    font-size: 24px;
}

.cookie-popin .cookie-container .cookie-buttons {
    flex: 0 0 360px
}

.cookie-popin .cookie-container .cookie-text {
    flex: 0 0 calc(100% - 360px);
    max-width: 100%;
    word-break: break-word;
}

.cookie-popin .cookie-container .cookie-text .text-success {
    background-color: #61BC71;
    border-radius: 4px;
    font-weight: 700;
    margin: 5px;
    color: #FBFBFB;
    padding: 5px;
    text-align: center
}

.cookie-popin .cookie-container .cookie-text .text-denied {
    background-color: #EB4B4B;
    border-radius: 4px;
    font-weight: 700;
    margin: 5px;
    color: #FBFBFB;
    padding: 5px;
    text-align: center
}

.cookie-popin .cookie-container .cookie-text a {
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 255, 255, .75);
    transition: all .3s ease-in;
    padding-bottom: 0;
    margin-bottom: 2px;
    width: max-content;
    max-width: 100%;
    word-break: break-word;
}

.cookie-popin .cookie-container .cookie-text a:hover {
    border-bottom-color: #B3CEEC;
    transition: all .3s ease-in
}

.cookie-popin .cookie-container button {
    border-width: 0;
    background: 0 0;
    width: calc(50% - 10px);
    color: #FBFBFB;
    background: #4A8CD8;
    border-radius: 4px;
    cursor: pointer;
    padding: 12px 15px;
    display: inline-block;
    margin: 5px;
    letter-spacing: 1px;
    outline: 0;
    position: relative;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s
}

.cookie-popin .cookie-container button.save {
    background: #61BC71
}

.cookie-popin .cookie-container button:hover {
    cursor: pointer;
    opacity: .8
}

.cookie-popin .cookie-modal {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, .2);
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: all .5s ease;
    width: 100%
}

.cookie-popin .cookie-modal.show {
    opacity: 1;
    transition: all .5s ease
}

.cookie-popin .cookie-modal .cookie-alert {
    background: #FBFBFB;
    padding: 11px 40px;
    max-width: 1200px;
    margin: 40px auto;
    border-radius: 4px;
    z-index: 10
}

.cookie-popin .cookie-modal .cookie-alert h4 {
    text-align: left;
    font-weight: bold;
    margin-top: 24px;
}

.cookie-popin .cookie-modal .cookie-alert .cookie-alert-header {
    text-align: left;
    position: relative;
    color: #4A8CD8;
    margin-bottom: 12px;
}

.cookie-popin .cookie-modal .cookie-alert .cookie-alert-header .cookie-closer {
    position: absolute;
    right: 0;
    top: 0
}

.cookie-popin .cookie-modal .cookie-alert .cookie-alert-header .cookie-closer:hover {
    cursor: pointer;
    opacity: .8
}

.cookie-popin .cookie-modal .cookie-alert .cookie-alert-header .cookie-closer a svg {
    height: 32px
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-description {
    text-align: justify
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details {
    margin-top: 10px
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details .denied_comfort, .cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details .denied_statistics, .cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details .denied_targeting {
    display: block
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details .allowed_comfort, .cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details .allowed_statistics, .cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details .allowed_targeting {
    display: none
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details.s2 .allowed_statistics {
    display: block
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details.s2 .denied_statistics {
    display: none
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details.s3 .allowed_comfort {
    display: block
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details.s3 .denied_comfort {
    display: none
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details.s4 .allowed_targeting {
    display: block
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details.s4 .denied_targeting {
    display: none
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details > div[class*=detail] {
    flex: 0 0 50%;
    font-weight: 700;
    transition: all .3s ease-in-out;
    padding: 5px;
    border-bottom: 2px solid #ececec
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details > div[class*=detail]:hover {
    background-color: #ececec;
    cursor: pointer
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details > div[class*=detail] > div {
    position: relative;
    font-weight: 400
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details > div[class*=detail] > div ul {
    list-style: none;
    -webkit-padding-start: 0;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details > div[class*=detail] > div ul li span:first-child {
    margin-right: 5px;
    height: 20px;
    width: 20px
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details > div[class*=detail] > div ul li svg {
    width: 20px;
    height: 20px;
    top: 4px;
    position: relative
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details > div[class*=detail] > div ul li svg.icon_allowed {
    fill: #61BC71
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details > div[class*=detail] > div ul li svg.icon_denied {
    fill: #da0300
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie_settingbar {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    border-radius: 4px
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie_settingbar .step {
    color: #FBFBFB;
    padding: 15px 0;
    background-color: #EB4B4B;
    margin: -1px;
    border: 1px solid #FBFBFB;
    transition: all .5s ease-in-out
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie_settingbar .step svg {
    fill: #FBFBFB
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie_settingbar .step:hover {
    cursor: pointer
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie_settingbar .step.active {
    color: #FBFBFB;
    background-color: #61BC71
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie_settingbar .step p {
    margin: 0;
    text-align: center;
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie_settingbar.count_4 .step {
    flex: 0 0 25%
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie_settingbar.count_3 .step {
    flex: 0 0 33.3%
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie_settingbar.count_2 .step {
    flex: 0 0 50%
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie_settingbar.count_1 .step {
    flex: 0 0 100%
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row button {
    border-width: 0;
    background: 0 0;
    width: calc(50% - 10px);
    color: #FBFBFB;
    background: #4A8CD8;
    border-radius: 4px;
    cursor: pointer;
    padding: 6px 12px;
    display: inline-block;
    margin: 5px;
    letter-spacing: 1px;
    outline: 0;
    position: relative;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    transition: all .7s
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row button.save {
    background: #61BC71;
    width: 100%;
}

.cookie-popin .cookie-container .edit {
    color: #4A8CD8;
    background: #f1f7fa;
}

.cookie-popin .cookie-container .edit:hover {
    text-decoration: underline;
}

.cookie-popin .cookie-modal .cookie-alert .cookie-row button:hover {
    cursor: pointer;
    opacity: .8
}

.cookie-popin .text-center {
    text-align: center
}

.cookie-popin svg {
    height: 32px;
    width: 35px
}

.cookie-popin a {
    width: 100%;
    clear: both;
    display: block;
    color: #4A8CD8
}

.cookie-popin a svg {
    height: 17px;
    margin-right: 5px
}

.resetting {
    position: fixed;
    bottom: 40px;
    left: 40px;
    height: 50px;
    width: 50px;
    z-index: 9999;
    background-color: #FBFBFB;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4)
}

.resetting svg {
    position: relative;
    top: 15px;
    left: 15px;
    height: 20px;
    width: 20px;
    fill: #191919
}

.resetting:hover {
    cursor: pointer;
    background-color: #4A8CD8;
    color: #FBFBFB;
    border-color: transparent
}

.resetting:hover svg {
    fill: #ececec
}

.resetting .resetting_infobox {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 4px;
    padding: 5px;
    max-width: 200px;
    width: max-content;
    position: absolute;
    left: 60px;
    top: 10px;
    color: #FBFBFB;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.resetting .resetting_infobox:after {
    left: -10px;
    top: 10px;
    transform: rotate(270deg);
    border-color: transparent;
    border-bottom-color: rgba(0, 0, 0, .7);
    display: block;
    position: absolute;
    content: "";
    border-style: solid;
    border-width: 0 5px 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media screen and (max-width: 787px) {
    .cookie-popin .cookie-container {
        padding: 0 15px
    }

    .cookie-popin .cookie-container .cookie-buttons {
        padding: 0 5px;
        flex: 0 0 100%
    }

    .cookie-popin .cookie-container .cookie-text {
        padding: 0 5px;
        flex: 0 0 100%
    }

    .cookie-popin .cookie-modal .cookie-alert {
        padding: 11px
    }

    .cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-description {
        text-align: justify
    }

    .cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie_settingbar.count_4 .step {
        flex: 0 0 50%
    }
}

@media screen and (max-width: 517px) {
    .cookie-popin {
        left: 10px;
        right: 10px;
        max-width: calc(100% - 20px)
    }

    .cookie-popin.show {
        bottom: 10px
    }

    .cookie-popin .cookie-modal .cookie-alert .cookie-alert-header .cookie-closer {
        right: -5px;
        top: -45px
    }

    .cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details > div[class*=detail] {
        flex: 0 0 100%
    }

    .cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details .details-allowed {
        flex: 0 0 100%
    }

    .cookie-popin .cookie-modal .cookie-alert .cookie-row .cookie-details .details-denied {
        flex: 0 0 100%
    }

    .cookie-popin .cookie-modal .cookie-alert .cookie-row .step {
        margin: -1px
    }

    .cookie-popin .cookie-modal .cookie-alert .cookie-row button {
        max-width: 100%
    }

    .resetting {
        position: fixed;
        bottom: 10px;
        left: 10px
    }
}

@media screen and (max-width: 380px) {

    .cookie-popin .cookie-container .cookie-buttons {
        flex: 0 0 100%;
    }
    .cookie-popin .cookie-container button {
        width: 100%
    }
}
