.sticky-block {
    color: #FFFFFF;
    display: none;
    position: inherit;
    top: 0px;
    width: 100%;
    z-index: 9;
    background-color: #003460;
    border-bottom: 1px solid;
}

.mobile.sticky-block {
    display: block;
}

.gdpr-block,
.cookie-block {
    display: block;
    width: 100%;
}

.gdpr-text,
.cookie-text {
    display: inline-block;
    margin: 0px 0px 0px 0px;
    width: 80%;
    vertical-align: middle;
    padding-left: 30px;
    padding-right: 10px;
    text-align: center;
}

.gdpr-links-block {
    display: block;
    width: 100%;
}

.gdpr-links,
.cookie-links {
    display: inline-block;
    margin: 0px auto 10px auto;
    width: 180px;
    text-align: center;
}

.gdpr-links a,
.cookie-links a {
    color: #fa710a;
}

.gdpr-buttons,
.cookie-buttons {
    color: #ffffff;
    display: inline-block;
    margin: 10px auto;
    width: 15%;
    text-align: right;
    vertical-align: middle;
}

.gdpr-buttons .gdpr-decision-block {
    width: 100%;
}

.gdpr-buttons .product__btn {
    margin-bottom: 0px;
}

.gdpr-buttons .gdpr-decision-button {
    width: 100%;
    display: block;
}

.gdpr-buttons .gdpr-decision,
.gdpr-buttons .cookie-decision {
    display: inline-block;
    color:#ffffff;
    border: solid 1px #ffffff;
    text-transform: uppercase;
    width: 170px;
}

.gdpr-agree-block .form__checkbox-label {
    margin-top: 3px;
}

@media only screen and (min-width: 1025px) {
    .desktop.sticky-block {
        display: block;
    }
    .mobile.sticky-block {
        display: none;
    }
}

@media only screen and (max-width: 769px) {
    .gdpr-text,
    .cookie-text {
        width: 95%;
        margin-top: 10px;
    }

    .gdpr-buttons,
    .cookie-buttons {
        display: block;
        text-align: center;
        width: 100%;
    }

    .sticky-block {
        overflow: auto;
    }

    sticky-block {
        display: none;
    }
}