.cookies-box {
    background: #fafafa;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    border-top: 1px solid #e5e5e5;
    padding: 15px 20px;
}

.cookies-box .cookies-box-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1366px;
    width: 100%;
    margin: 0 auto;
}

.cookies-box .cookies-box-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookies-box .cookies-box-content a {
    text-decoration: underline;
}

.cookies-box .cookies-box-content span.material-icons-outlined {
    font-size: 40px;
    display: block;
    margin-right: 20px;
}

.cookies-box .cookies-box-content span:not(.material-icons-outlined) {
    font-weight: 500;
    max-width: 700px;
}

.cookies-box .cookies-box-close span {
    font-size: 40px;
    cursor: pointer;
}

@media screen and (max-width: 680px) {
    .cookies-box .cookies-box-content span.material-icons-outlined {
        display: none;
    }
}
