#form {
    padding-top: 3px;
}
#form label.phone {
    margin-bottom: 2px;
}
#form input {
    outline: none;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #333;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #8AA447;
    padding: 13px 11px 8px 11px;
}
#form textarea {
    outline: none;
    border: 1px solid #8AA447;
    width: 100%;
    height: 286px;
    background: #fff;
    position: relative;
    resize: none;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin: 0;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #333;
    font-weight: 400;
    font-style: normal;
    border: 1px solid #8AA447;
    padding: 15px 11px 12px;
}
#form ._placeholder {
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    line-height: 13px;
    color: #959ba0;
    font-weight: 400;
    font-style: normal;
    color: #7a7d81;
    border: 1px solid transparent;
    padding: 15px 11px 12px;
    height: 42px!important;
    width: 100%!important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    cursor: text!important;
    display: block;
}
#form ._placeholder.hidden {
    display: none;
}
#form ._placeholder.focused {
    opacity: 0.3;
}
#form .message ._placeholder {
    height: 100%!important;
}
#form label {
    position: relative;
    display: block;
    min-height: 50px;
    clear: left;
    width: 100%;
}
#form label.message {
    width: 100%;
    margin-left: 0;
}
#form .error-message,
#form .empty-message {
    color: #E02A05;
    font-size: 11px;
    line-height: 14px;
    width: auto;
    position: absolute;
    z-index: 999;
    top: 10px;
    opacity: 0;
    right: 5px;
    float: left;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
#form .invalid .error-message,
#form .empty .empty-message {
    opacity: 1;
}
#form .btns {
    margin-bottom: 2px;
    text-align: right;
    padding-top: 18px;
    text-align: right;
}
.btns a.btn {
    display: inline-block;
    background: url(../images/arrow_btn.png) no-repeat 101px 15px #02acf7;
    padding: 9px 22px 8px 11px;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    transition: 0.4s;
}
.btns a.btn.send {
    padding: 8px 23px 9px 9px;
}
.btns a.btn:hover {
    background-color: #ed1c21;
}
.phone {
    position: relative;
}
.message br {
    height: 0;
    line-height: 0;
}
#form .success-message {
    display: none;
    opacity: 0;
    position: absolute;
    border: 1px solid #dfe1e0;
    background: #fff;
    width: 100%;
    height: 102px;
    text-align: center;
    padding: 38px 10px;
    z-index: 999;
    color: #959ba0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}
#form.success .success-message {
    display: block;
    opacity: 1;
}
.success_wrapper {
    position: relative;
}