/*здесь начинаются стили для формы*/
.valuation {
    background-color: #f0f0f0;
    padding: 20px 20px;
}
.manager {
    width: 600px;
    margin: auto;
}
.manager .valuation {
    background-color: #f0f0f070;
    border: 4px solid #f0f0f0;
    padding: 12px;
}
.valuation h2 {
    clear: both;
}

.valuation-form {
    clear: both;
    /*padding: 0 20px;*/
}

.valuation-form .privacy {
    font-size: 15px;
    text-align: center;
    clear: both;
}

.valuation-form .valuation-block {
    float: none;
    margin: 0 11px 20px 0;
}

.valuation-form .valuation-input input {
    background-color: white;
    border: 1px solid #ccc;
    font-weight: normal;
    width: 100%;
    max-width: 256px;
}
#phone-input{
    padding-left: 45px;

}
.valuation-form .download-file {
    position: relative;
}

.valuation-form .download-file img {
    width: 17px;
    /* transform: rotate(180deg); */
    position: absolute;
    top: 17px;
    right: 26px;
}

.valuation-form .download-file .download-file-button {
    background-image: none;
    background-color: white;
    color: black;
    width: 240px;
    font-weight: normal;
    border: 2px solid #f0f0f0;
    padding: 13px 40px 13px 4px;
}

.valuation-form .valuation-accept-container {
    width: 100%;
    float: left;
}

.valuation-form .valuation-accept {
    margin: 0 auto 15px;
    width: 150px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    padding: 11px;
    display: block;
    background: #eac342;
    background: -moz-linear-gradient(top, #eac342 0%, #eac342 52%, #e4af32 53%, #e4af32 100%);
    background: -moz-linear-gradient(top, #eac342 0%, #eac342 52%, #e4af32 53%, #e4af32 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eac342), color-stop(52%, #eac342), color-stop(53%, #e4af32), color-stop(100%, #e4af32));
    background: -webkit-linear-gradient(top, #eac342 0%, #eac342 52%, #e4af32 53%, #e4af32 100%);
    background: -o-linear-gradient(top, #eac342 0%, #eac342 52%, #e4af32 53%, #e4af32 100%);
    background: -ms-linear-gradient(top, #eac342 0%, #eac342 52%, #e4af32 53%, #e4af32 100%);
    background: linear-gradient(to bottom, #eac342 0%, #eac342 52%, #e4af32 53%, #e4af32 100%);
}

.valuation-form .valuation-accept:hover, .valuation-form .valuation-accept:focus {
    text-decoration: none;
    color: #171726;
}

.manager-form {
    width: 100%;
    max-width: 300px;
    display: inline-block;
}
.manager-form-text{
    font-size: 18px;
    line-height: normal;
}
.manager-form-left {
    width: 100%;
    max-width: 200px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-right: 20px;
}

.manager-form-img {
    border-radius: 50%;margin: auto;display: block;
}

.manager-form-name {
    margin-top: 20px;
    font-weight: bold;;
}

.manager-form-status {

}

@media (max-width: 650px) {
    .manager {
        width: 300px;
        max-width: 100%;
        margin: auto;
    }
    .manager-form-left{
        margin: 0 auto 20px;
        display: block;
    }

}