.form-row{
    max-width: 630px;
}

.button_orange{
    color: #fff;
    background-color: #fc9f00;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    border-radius: 2px;
    border: 0;
    padding: 10px 24px;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-family: inherit;
    line-height: 2;
    text-decoration: none;
    background-image: none;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all .3slinear;
    transition: all .3slinear;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}

.button_orange:hover {
    color: #fff;
    background-color: #fbd374;
}


.inputselect {
    display: flex;
    align-items: center;
    padding: 14px 30px 5px 12px;
    background: #fff;
    font-size: 1em;
    line-height: 1.5;
    cursor: pointer;
    height: 45px;
    min-width: 88px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(20, 26, 36, .08);
    box-shadow: 0 2px 6px 0 rgba(20, 26, 36, .08);
    border: none;
}

/*.form-row:nth-child(1).formRow-input{*/
/*    display: inline-block;*/
/*    vertical-align: middle;*/
/*    width: 100%;*/
/*    min-height: 50px;*/
/*    margin: 0;*/
/*    border: 1px solid #e3e3e3;*/
/*    border-radius: 2px;*/
/*    padding: 5px 12px;*/
/*    line-height: 1.5;*/
/*    font-size: 13px;*/
/*    font-family: inherit;*/
/*    background-color: #fff;*/
/*    -moz-appearance: textfield;*/
/*    -webkit-appearance: textfield;*/
/*    appearance: textfield;*/
/*    -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .05);*/
/*    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .05);*/
/*}*/

.formRow-input input{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: 50px;
    margin: 0 0 20px 0;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    padding: 5px 12px;
    line-height: 1.5;
    font-size: 13px;
    font-family: inherit;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .05);
}

.formRow-input input:active,
.formRow-input input:hover,
.formRow-input input:focus,
.formRow-input textarea:focus,
.inputselect:focus{
    outline: 0;
    outline-offset: 0;
    outline: none;

}

.formRow-input textarea{
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 2px;
    padding: 5px 12px;
    line-height: 1.5;
    font-size: 13px;
    font-family: inherit;
    background-color: #fff;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    -webkit-box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 7px 8px 0 rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}


.formRow-label{
    display: none;
}

.form-row:nth-child(7) .formRow-label{
    display: block;
}

.inputselect{
    width: 100%;
    margin-bottom: 20px;
}