.alert-cookie {
    position: fixed;
    bottom: 0;
    margin-bottom: 0;
    width: 100%;
    background: linear-gradient(88.87deg, #E7FBFF 0.06%, #F3F2FF 99.98%);
    border-radius: 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.18);
    padding: 20px 10px;
    z-index: 100;
}

.alert-cookie .alert-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    max-width: 520px;
    margin: auto;
}

.alert-cookie .text-center {
    font-family: Roboto, Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}

.alert-cookie .alert-wrap .grey {
    color: darkgrey;
}

.alert-cookie .alert-wrap #cookie-link {
    color: #000;
    text-decoration: underline;
    font-size: 1em;
}

.alert-cookie .alert-wrap #cookie-link:hover {
    color: red;
    text-decoration: underline;
}

.alert-cookie .alert-wrap .close-cookie {
    opacity: 1;
    position: absolute;
    right: -3em;
    cursor: pointer;
}

@media (max-width: 600px) {
    .alert-cookie .alert-wrap .close-cookie {
        position: unset;
    }
}

@media screen and (max-width: 525px) {
    .alert-cookie + #request-page > .assistant {
        bottom: 150px;
    }
}

@media screen and (max-width: 900px) {
    .alert-cookie + #request-page > .assistant {
        bottom: 120px;
    }
}
