.form-block-container {
    padding-bottom: 20px;
}

#_find-tour-textarea {
    position: relative;
    width: 100%;
    border: none;
    padding: 20px 8px 10px;
    resize: vertical;
    height: 160px;
    color: #999;
    box-sizing: content-box;
}

/*@-webkit-keyframes textarea {
    from
}

@keyframes textarea {
*/
}

.find-tour-label {
    font-size: 14px;
    color: #475669;
    padding: 26px 0;
    margin: 0;
    text-transform: uppercase;
}

.find-tour-data-row {
    position: relative;
    margin: 20px 0;
}

.form-data {
    position: relative;
    height: 55px;
    border-radius: 0;
    border: none;
    border-right: 1px solid #faf6e5;
}

.form-data:nth-child(3) {
    border-right: 0;
}

input:focus ~ .form-control-label,
input:not(:focus):valid ~ .form-control-label,
textarea:focus ~ .form-control-label,
textarea:not(:focus):valid ~ .form-control-label {
    top: 0;
}

textarea:focus.js-textarea-form-control {
    height: 100px;
}

.form-control-label {
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 16px;
    font-size: 14px;
    color: #999999;
    transition: 0.2s ease all;
}

.textarea-form-control {
    padding-top: 20px;
}