
.comment-form {
    display: flex !important;
    flex-direction: column;
}

.form-submit {
    order: 4;
}

.send-block-author,
.send-block-phone {
    cursor: not-allowed !important;
}

.send-block-author:hover,
.send-block-phone:hover {
    cursor: not-allowed !important;
}

#warning-modal-window {
    display: none;
}

#warning-modal-window.active {
    display: block!important;
    position: fixed;
    width: 300px;
    max-height: 100px;
    height: max-content;
    background: white;
    pointer-events: none;
    box-shadow: 0 0 5px 0 grey;
    z-index: 100;
    border-radius: 15px;
}

#warning-modal-message {
    margin: 0!important;
}