.message-modal{
    display: none;
    position: fixed;
    left: 10px;
    bottom: 10px;
    z-index: 5;

    border-radius: 10px;
    border: 1px solid #444445;
    max-width: 550px;
    padding: 20px;

    background-color: #22262b;
    .message-modal__message{
        margin-bottom: 10px;
        color: #fff;
    }
    @media (max-width: 768px) {
        left: unset;
        bottom: 0;
        .but-border{
            font-size: 14px;
        }
        border-radius: 0;
    }

    .btn-accent{
        width: fit-content;
        padding: 10px;
    }
}
.legal_checkbox{
    input{
        display: block !important;
        position: static !important;
        width: unset !important;
        height: unset !important;
        margin: 0 !important;
        margin-right: 10px !important;
    }
    label{
        display:block !important;
        
    }
}