.bg-gdpr-btn {
    position: fixed;
    left: 10%;
    bottom: 0;
    z-index: 2147483647;
    cursor: pointer;
    color: #000;
    padding: 15px 25px;
    border-radius: 3px 3px 0 0;
    background-color: #c50b2f;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.72px;
}

.bg-cookies {
    box-shadow: 0 -9px 24px rgba(0, 0, 0, 0.29);
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    bottom: -1px;
    z-index: 2147483647;
    line-height: 1.5;
}
.cookies-popup-gdpr {
    max-width: 1366px;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    z-index: 999;
    padding: 25px 50px 10px;
    position: relative;
}

.cookies-popup-gdpr h2 {
    font-size: 23px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.46px;
    padding: 0 0 15px;
    margin-bottom: 0;
}


#gdpr-common-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    margin-bottom: 20px;
}

#gdpr-common-desc p {
    margin: 0;
    padding: 0;
}

.gdpr-wrap-group {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.gbpr-group-chose {
    display: flex;
    font-size: 16px;
    font-weight: normal;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 15px;
}

.gbpr-group-chose label {
    margin: 0;
}

.gdpr-group-title {
    font-size: 15px;
    font-weight: 400;
    line-height: 12px;
    margin: 0 0 0 5px;
}

#gdpr-cookies-submit {
    cursor: pointer;
    padding: 15px 25px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.72px;
}

.mb10 {
    margin-bottom: 10px;
}

.gdpr-hidden {
    visibility: hidden;
    height: 0;
    width: 0;
}


.gbpr-group-chose input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.gdpr-group-title {
    position: relative;
    padding-left: 30px;
}

.gdpr-group-title::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-color: #fff;
}



.gdpr-group-checked:checked + .gdpr-group-title::before {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
}


.gdpr-group-checked:disabled + .gdpr-group-title::before {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
}



@media (max-width: 1024px) {
    .bg-gdpr-btn {
        padding-top: 10px;
        padding-bottom: 10px;
        width:  max-content;
        left: 0;
    }
}

@media (max-width: 480px) {
    .cookies-popup-gdpr {
        padding: 24px 15px;
    }
    .cookies-popup-gdpr h2 {
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        letter-spacing: 0.3px;
        padding-bottom: 20px;
    }
    #gdpr-common-desc {
        font-size: 12px;
        line-height: 16px;
        padding-bottom: 20px;
        margin-bottom: 0;
    }
    .gdpr-group-title::before {
        transform: scale(0.85);
    }
    .gdpr-group-title {
        font-size: 12px;
        line-height: 12px;
    }
    .gbpr-group-chose {
        width: 100%;
        margin-right: 0;
    }
    .gdpr-wrap-group {
        margin-bottom: 0;
    }
    .mb20 {
        margin-bottom: 0;
    }
    .bg-cookies {
        max-width: 98%;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5px 5px 0 0;
    }
    #gdpr-cookies-submit {
        font-size: 11px;
        padding-top: 9px;
        padding-bottom: 9px;
    }
}
