.mfeedback .field__descr {
    display: none;
}

.custom_tours .form-error {
    text-align: center;
    color: red;
}
div.mfeedback {}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message {width:80%; padding-bottom:0.4em;}
div.mf-name input, div.mf-email input {width:60%;}
div.mf-message textarea {width: 60%;}
span.mf-req {color:red;}
div.mf-ok-text {color:green; font-weight:bold; padding-bottom: 1em;}




.message{
    float: left;
    width: 320px;
    height: 440px;
    display: inline-block;
    border: 1px solid #266189;
    color: #266189;
    margin: 0 25px;
    position: relative;
}

.message h3{
    text-align: center;
    text-transform: uppercase;
    margin-top: 27px;
}

.message div.mf-name input,
.message div.mf-email input {
    color: #a5a6a8;
    width: 220px;
    border: none;
    font-size: 16px;
    padding-left: 10px;
    padding-bottom: 5px;
    background-color: transparent;
    border-bottom: 1px solid #266189;
    margin-bottom: 10px;
    font-family: PTSans;
}

.message .mfeedback{
    /*    position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;*/
    width: 75%;
    height: 275px;
    margin: 0 auto;
}

.message input[type="submit"]{
    display: block;
    margin: 15px auto 0;
    background: transparent;
    border: 1px solid #266189;
    border-radius: 25px;
    color: #266189;
    cursor: pointer;
    text-transform: uppercase;
    padding: 6px 13px;
    font-size: 14px;
}

.message input[type="submit"]:hover{
    background: #266189;
    color: #fff;
}

.message div.mf-message textarea{
    background: transparent;
    width: 210px;
    color: #266189;
    resize: none;
    border: 1px solid #266189;
    padding: 9px 10px 14px 10px;
    height: 85px;
    font-family: PTSans;
    font-size: 16px;
}
