/*
Форма обратной связи
*/

.feedback{
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    
    width: 800px;
    margin: auto;
    padding: 20px;

}

.feedback section{
    overflow: hidden;
    padding: 5px;
    margin-bottom: 5px;
}

.feedback-button{
    height: 40px;
    width: 100% !important;
}

.feedback label{
    width: 250px;
    float: left;
    color: white;

}

.feedback input{
    width: 530px;
    float: left;
    background: white;
}

.feedback textarea{
    width: 530px;
    float: left;

}

.feedback-success{
    margin-bottom: 20px;
    padding: 40px;    
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    text-align: center;
    font-size: larger;
    color: white;
    width: 800px;
    margin: auto;

}

.feedback-robot{
    margin-bottom: 20px;
    padding: 40px;    
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    text-align: center;
    font-size: larger;
    color: white;
    width: 800px;
    margin: auto;
}


.feedback-g-recaptcha{
    float: left;
}
