.gdpr__overlay {
    width: auto;
    height: auto;
    display: none;
}

.gdpr__content {
    position: fixed;
    right: 2%;
    bottom: 2%;
    background: #fff;
    padding: 25px;
    color: #2a2a2a;
    width: 350px;
    height: auto;
    box-shadow: 1px 1px 5px 1px #eee;
    z-index: 2000;
    display: table;
}

.gdpr__content .button-wide {
    width: auto;
    padding: 5px 15px;
}

.gdpr__content .col-sm-3 {
    padding: 0;
}

.gdpr__content .col-sm-9 {
    padding: 0 0 0 15px;
}

.gdpr__content img {
    width: 100%;
    height: auto;
}

.gdpr__content h1,
.gdpr__content h2,
.gdpr__content h3,
.gdpr__content h4,
.gdpr__content h5,
.gdpr__content h6 {
    color: #004DA0;
    font-size: 18px!important;
    margin-bottom: 5px;
    font-weight: normal;
}

.gdpr__content p {
    font-size: 14px!important;
    margin-bottom: 5px;
}

.gdpr__content b,
.gdpr__content strong
{
    font-weight: bold;
}

.close__window {
    cursor: pointer;
    color: #2a2a2a;
    top: 10px;
    right: 10px;
    font-size: 20px;
    width: 25px;
    height: 25px;
    position: absolute;
}


@media (max-width: 639px) {
    .gdpr__content .row {
        margin: 0;
    }

    .gdpr__content {
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        padding: 25px 15px;
        width: auto;
        max-width: 100vw;
        display: block;
    }

    .gdpr__content h1,
    .gdpr__content h2,
    .gdpr__content h3,
    .gdpr__content h4,
    .gdpr__content h5,
    .gdpr__content h6 {
        font-size: 16px!important;
    }

    .gdpr__content p {
        font-size: 12px!important;
    }

    .svg-img {
        display: block!important;
    }
}