    #gdpr-popup {
        display: none
    }

    .gdpr-content {
        position: absolute;
        top: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0 20px;
        width: 600px;
        min-height: 250px;
        box-sizing: border-box;
        background-color: #fff;
        box-shadow: 0 16px 32px rgba(69, 90, 100, 0.24);
        border-radius: 9px
    }

    .gdpr-content .cross {
        /*
        top: 12px;
        right: 14px;
        padding-right: 17px;
        font-size: 14px;
        float: right;
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48dGl0bGU+VmVjdG9yPC90aXRsZT48ZGVzYz5DcmVhdGVkIHVzaW5nIEZpZ21hPC9kZXNjPjxnIGlkPSJDYW52YXMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMDgzIDUpIj48ZyBpZD0iVmVjdG9yIj48dXNlIHhsaW5rOmhyZWY9IiNwYXRoMF9zdHJva2UiIHRyYW5zZm9ybT0ibWF0cml4KDAuNzA3MTA3IDAuNzA3MTA3IC0wLjcwNzEwNyAwLjcwNzEwNyAyMDg5IC05KSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1vcGFjaXR5PSIwLjI1Ii8+PC9nPjwvZz48ZGVmcz48cGF0aCBpZD0icGF0aDBfc3Ryb2tlIiBkPSJNIDAgNy41NzEwN0wgNy4wNzEwNyA3LjU3MTA3TCA3LjA3MTA3IDYuNTcxMDdMIDAgNi41NzEwN0wgMCA3LjU3MTA3Wk0gNy4wNzEwNyA3LjU3MTA3TCAxNC4xNDIxIDcuNTcxMDdMIDE0LjE0MjEgNi41NzEwN0wgNy4wNzEwNyA2LjU3MTA3TCA3LjA3MTA3IDcuNTcxMDdaTSA2LjU3MTA3IDBMIDYuNTcxMDcgNy4wNzEwN0wgNy41NzEwNyA3LjA3MTA3TCA3LjU3MTA3IDBMIDYuNTcxMDcgMFpNIDYuNTcxMDcgNy4wNzEwN0wgNi41NzEwNyAxNC4xNDIxTCA3LjU3MTA3IDE0LjE0MjFMIDcuNTcxMDcgNy4wNzEwN0wgNi41NzEwNyA3LjA3MTA3WiIvPjwvZGVmcz48L3N2Zz4=) no-repeat right
        */
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        color: #ffffff;
        font-size: 15px;
        background: #16d888;
        padding: 0;
    }

    .gdpr-content .title {
        margin: 46px auto 15px;
        display: block;
        text-align: center;
        font-size: 26px;
        font-weight: bold
    }

    .gdpr-content .title.-small {
        margin: 0;
        text-align: left;
        font-size: 18px
    }

    .gdpr-content .text {
        text-align: left;
        color: #000
    }

    .gdpr-content .text.-head {
        font-size: 13px
    }

    .gdpr-content .text.-small {
        font-size: 14px
    }

    .gdpr-content .link {
        margin: 15px 0 56px;
        display: block;
        cursor: pointer;
        font-size: 12px;
        text-align: center;
        color: #428bca!important;
    }

    .gdpr-content .check-img {
        position: absolute;
        top: 10px;
        left: 6px;
        height: 0;
        width: 24px;
        stroke: #fff;
        stroke-width: 2px;
        stroke-dasharray: 33
    }

    .gdpr-content .check-img.-big {
        margin: 3px 0 0 6px
    }

    .gdpr-content .-static .check-img {
        height: 24px
    }

    .privacy-terms {
        background-color: #ededed;
        border: 1px solid #cacaca;
        border-radius: 9px;
        counter-reset: privacyTerm 0
    }

    .privacy-terms input[type="checkbox"][readonly] {
        pointer-events: none
    }

    .privacy-terms [data-role='check-term'] {
        display: none
    }

    .privacy-terms .term {
        position: relative;
        padding: 15px 18px 12px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        font-size: 12px;
        text-align: left
    }

    .privacy-terms .term .content {
        font-weight: 400;
    }

    .privacy-terms .number:after {
        position: absolute;
        top: 0;
        left: 0;
        height: 40px;
        width: 40px;
        display: block;
        border-radius: 50%;
        content: ''
    }

    .privacy-terms .number {
        position: relative;
        margin-right: 22px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        flex-shrink: 0;
        box-sizing: border-box;
        text-align: center;
        background: #f9f9f9;
        border-radius: 50%;
        font-size: 16px;
        border: 1px solid #cdcdcd;
        color: #16d888;
        user-select: none;
        cursor: pointer;
    }

    .privacy-terms .term.-checked .number {
        animation: background .4s linear 1s forwards;
        box-shadow: 0 4px 8px #d4d4d4;
        border-color: white
    }

    .privacy-terms .term.-checked .number:after {
        animation: rotate 2.2s ease-in-out 1 forwards;
        clip: rect(0, 40px, 40px, 20px);
        box-shadow: inset #16d888 0 0 0 3px
    }

    .privacy-terms .term.-checked .check-img {
        animation: draw-checkbox ease-in-out 0.4s forwards 1.8s
    }

    .privacy-terms .term.-static .number {
        background: #16d888;
        box-shadow: 0 4px 8px #d4d4d4;
        border: 1px solid #fff
    }

    .privacy-terms .term:not(:last-child) {
        border-bottom: 1px solid #c4c4c4
    }

    .privacy-terms .title {
        margin: 0 0 4px;
        font-size: 12px;
        text-align: left
    }

    .percent-block {
        display: -webkit-flex;
        display: flex;
        margin: 16px 0
    }

    .percent-block .percent {
        position: relative;
        top: 12px;
        color: #16d888;
        font-size: 16px;
        user-select: none
    }

    .percent-block .circle {
        position: relative;
        top: 3px;
        left: 3px;
        width: 44px;
        height: 44px;
        border-radius: 100%;
        background-color: white
    }

    .percent-block .active-border {
        position: relative;
        flex-shrink: 0;
        text-align: center;
        width: 50px;
        height: 50px;
        border-radius: 100%;
        border: 1px solid #f9f9f9;
        background-color: #16d888;
        background-image: linear-gradient(white, white);
        letter-spacing: -1px
    }

    .percent-block .active-border.-full {
        background-image: none;
        box-shadow: 0 4px 8px #d4d4d4
    }

    .percent-block .active-border.-full .circle {
        animation: background .4s linear 2s forwards
    }

    .percent-block .active-border.-full .check-img {
        animation: draw-checkbox ease-in-out 0.4s forwards 2.2s
    }

    .percent-block .active-border.-static {
        box-shadow: 0 4px 8px #d4d4d4
    }

    .percent-block .active-border.-static .circle {
        background-color: #16d888
    }

    .percent-block .content {
        padding-left: 20px;
        text-align: left
    }

    .gdpr-content .actions-set {
        margin-bottom: 30px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center
    }

    .gdpr-content .actions-set .am-button {
        min-width: 186px;
        line-height: 20px;
        border-bottom: 0;
        background: #16d888;
        border-radius: 4px;
        color: #fff;
        font-weight: bold;
        border: none;
        padding: 10px;
    }

    .gdpr-content .actions-set .am-button:hover {
        background: #0db16d;
    }

    .gdpr-content .actions-set .am-button.-gray {
        margin-right: 20px;
        background: #fff;
        color: #cdcdcd;
        border: 1px solid #cdcdcd;
        border-radius: 4px;
    }

    .gdpr-content .actions-set .am-button.-gray:hover {
        background: #ededed;
        color: #494949
    }

    .gdpr-content .actions-set .am-button.-gray:active {
        background: #F9F9F9;
        color: #CDCDCD
    }

    @keyframes draw-checkbox {
        0% {
            height: 24px;
            stroke-dashoffset: 33
        }
        100% {
            height: 24px;
            stroke-dashoffset: 0
        }
    }

    @keyframes rotate {
        0% {
            -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
            opacity: 1
        }
        80% {
            opacity: 1
        }
        100% {
            -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
            opacity: 0
        }
    }

    @keyframes background {
        0% {
            background-color: white
        }
        100% {
            background-color: #16d888
        }
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.15);
        z-index: 100001;
    }

    @media only screen and (min-width: 1025px) {        
        #gdpr-popup {
            overflow-y: scroll;
        }
    }


    @media only screen and (max-width: 479px) {
        .gdpr-content {
            width: 90%;
            overflow: scroll;
            max-height: 90vh;
        }
        .gdpr-content .title {
            font-size: 12px;
            margin: 5px 0 10px;
        }
        .gdpr-content .text.-head {
            font-size: 10px;
        }
        .gdpr-content .title.-small {
            font-size: 12px;
        }
        .gdpr-content .text.-small {
            font-size: 10px;
            color: #8a8282;
        }
        .privacy-terms .term {
            padding: 6px 3px 7px;
        }
        .privacy-terms .term .content {
            font-size: 10px;
        }
        .gdpr-content .link {
            margin: 10px 0 10px;
            font-size: 10px;
        }
        .gdpr-content .actions-set .am-button {
            min-width: 50%;
            margin: 0 -5%;
            font-size: 12px;
            line-height: 5vw;
            height: 50px;
        }

        #gdprcookiealert.gdpr-bar.gdpr-top {
            max-width: 90%;
            left: 5%;
        }
        #gdprcookiealert.gdpr-bar .gdpr-actions {
            display: block;
            width: 100%;
            float: left;
            padding: 0;
            margin: 0;
            text-align: center;
            padding-left: 20%;
        }
        #gdprcookiealert.gdpr-bar .gdpr-message {
            float: left;
            width: 100%;
        }
        #gdprcookiealert .gdpr-button {
            float: left;
            display: inline-block;
        }
    }