.cookies {
    width: 100%;
    height: 77px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #31354d;
}
.cookies__desc {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
    margin-right: 61px;
}
.cookies_nb {width: 185px;border: solid #5ed1f4;font-weight: bold;margin-right: 40px;color: #5ed1f4;text-align: center;}
.cookies_white {
    width: 185px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    color: white;
}
