.cookies-modal{
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
    background: #E88D67;
    font-weight: bold;
    color: #000;
}

.cookies-modal .container-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.cookies-btn button{
    border: 2px solid #192440 !important;
    color: #192440;
    background: transparent;
    padding: 10px 20px;
}

.cookies-btn button:hover{
    background: #121a2e;
    color: #fff;
}