.mw_wp_form {
    width: 100%;
    color: #333;
}

.mw_wp_form table.mailform-tbl {
    width: 100%;
    margin-bottom: 40px;
}

.mw_wp_form table tr {
    width: 100%;
    border-bottom: 1px dotted #ccc;
    padding: 30px 0;
    font-weight: normal;
}

.mw_wp_form table tr:first-child {
    border-top: 1px dotted #ccc;
}

.mw_wp_form table th {
    padding: 20px 0;
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    width: 30%;
    float: left;
}

.mw_wp_form table th .attention {
    font-size: 80%;
    margin-left: 10px;
    color: red;
    padding: 3px;
}

.mw_wp_form table td {
    padding: 20px 0;
    width: 70%;
    float: left;
    font-size: 14px;
}

.mw_wp_form table td.w30 input,
.mw_wp_form table td.w30 select {
    width: 30%;
    box-sizing: border-box;
    height: 30px;
    padding: 5px;
}

.mw_wp_form table td.w50 input,
.mw_wp_form table td.w50 select {
    width: 50%;
    box-sizing: border-box;
    height: 30px;
    padding: 5px;
}

.mw_wp_form table td.w80 input,
.mw_wp_form table td.w80 select {
    width: 80%;
    box-sizing: border-box;
    height: 30px;
    padding: 5px;
}

.mw_wp_form table td.w80 textarea {
    width: 80%;
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #ddd;
}

.mw_wp_form #submit-button input {
    margin: 0 auto;
    display: block;
    padding: 10px 30px;
    border: 1px solid #333;
    background: #333;
    color: #fff;
    box-sizing: border-box;
    height: 40px;
    -webkit-appearance: none;
    border-radius: 5px;
    font-size: 90%;
    cursor: pointer;
    cursor: hand;
}

.privacy_policy {
    margin: 0 auto 10px;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 599px) {
    /* small devices */

    .mw_wp_form table td.w30 input,
    .mw_wp_form table td.w30 select {
        width: 100%;
        box-sizing: border-box;
    }

    .mw_wp_form table td.w50 input,
    .mw_wp_form table td.w50 select {
        width: 100%;
        box-sizing: border-box;
    }

    .mw_wp_form table td.w80 input,
    .mw_wp_form table td.w80 select {
        width: 100%;
        box-sizing: border-box;
    }

    .mw_wp_form table td.w80 textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .mw_wp_form #submit-button input {
        margin: 0 auto;
        display: block;
        padding: 10px 30px;
        border: 1px solid #333;
        background: #333;
        color: #fff;
        box-sizing: border-box;
        height: 40px;
        -webkit-appearance: none;
        border-radius: 5px;
        font-size: 90%;
    }

}

.list_contact {
    list-style-type: disc;
    list-style-position: inside;
}

.list_contact li {
    padding-left: 15px;
    text-indent: -12px;
}