

.agreement-cookie {
    position: fixed;
    bottom: 15px;
    right: 15px;
    font-family: "proxima-nova", "Lato", Helvetica, Arial, sans-serif;
    background: #fbb75f;
    max-width: 480px;
    border-radius: 5px;
    padding: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    z-index: 10000;
}
.agreement-cookie p {
    margin: 0;
}
.agreement-cookie a {
    text-decoration: none;
}
.btn-agreement {
    background: #ebebeb;
    color: #000;
    padding: 5px 15px;
    border-radius: 5px;
    transition: .2s;
    font-weight: 600;
}
.btn-agreement:hover {
    background: #fff;
    color: #000;
}
