.legacy-cookie {
    bottom: 0;
    padding: 27px 0;
    border: 2px solid rgba(0, 0, 0, 0.10);
    background: rgba(42, 75, 156, 0.80);
    z-index: 11150 !important;
}
.legacy-cookie > div {
    font-size: 15px !important;
    line-height: calc(20 / 15);
    width: 100%;
    max-width: 1470px;
    padding: 0 15px;
    margin: 0 auto;
    background: none;
    display: flex;
    align-items: center;
    gap: 20px 60px;
    color: #FFF !important;
}
.legacy-cookie__text {}
.legacy-cookie__text a {
    text-decoration: underline;
}
.legacy-cookie__text a:hover {
    text-decoration: none;
}
.legacy-cookie img {}
.legacy-cookie__buttons {
    display: flex;
    gap: 16px;
    flex: 0 0 auto;
}
.legacy-cookie .legacy-cookie__send {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 12px 22px;
    margin: 0px;
    border: 1px solid #fff;
    border-radius: 0px;
    background: #FFF;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: #30539A;
    cursor: pointer;
}
.legacy-cookie .legacy-cookie__send:hover {
    background: #FFF;
    color: #30539A;
}
.legacy-cookie .legacy-cookie__close {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    padding: 12px 22px;
    margin: 0px;
    border: 1px solid rgba(255, 255, 255, 0.60);
    border-radius: 0px;
    background: #30539a;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    color: #fff;
    cursor: pointer;
}
.legacy-cookie .legacy-cookie__close:hover {
    background: #30539a;
    color: #fff;
}

@media (max-width: 767px) {
    .legacy-cookie {
        bottom: 60px;
    }
    .legacy-cookie > div {
        flex-direction: column;
        align-items: center;
    }
}
/*---------------------------------------------------------------------------*/
body .b24-widget-button-position-bottom-right {
    right: 20px;
    bottom: 110px;
}