.legacy-cookie {
    position: fixed;
    bottom: 0;
    left: 50px;
    bottom: 50px;
    width: 30%;
    display: flex;
    justify-content: center;
    z-index: 9999;
    color: #ffffffb8;
}

.legacy-cookie__text {
    line-height: 180%;
    letter-spacing: .02em;
    padding: 10px 22px 15px;
}

.legacy-cookie > div {
    width: 100%;
    padding: 12px 8px 20px;
    background: rgb(0 0 0 / 78%);
    font-size: 14px!important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px 30px 30px 3px;
    color: #f1f1f1!important;
}

.legacy-cookie img {
    margin-left: 8px;
    margin-top: 3px;
    cursor: pointer;
    width: 15px;
    height: 15px;
}

.legacy-cookie img:hover {
    opacity: .8
}

.legacy-cookie a {
    text-decoration: none;
}

@media (min-width: 540px) {
    .legacy-cookie br {
        display: none;
    }
}

@media (min-width: 640px) {
    .legacy-cookie {
        bottom: 50px;
    }
    .legacy-cookie > div {
        width: initial;
        border-radius: 30px 30px 30px 3px;
        padding: 6px 12px 8px;
    }
}

@media (max-width: 767px) {
    .legacy-cookie {
        width: 300px;
    }
    .legacy-cookie--d-mob-none {
        display: none;
    }
}
@media (max-width: 900px) {
    .legacy-cookie {
        width: 300px;
    }
}
