.wrap-request {
    width: 100%;
    min-height: 635px;
    background: #FFFFFF;
    padding-top: 40px;
    margin-top: 48px;
    padding-left: 140px;
    padding-right: 140px;
    padding-bottom: 47px;
    margin-bottom: 163px;
}

.request-title {
    font-size: 32px;
    
    font-weight: normal;
    color: #333333;
    line-height: 37px;
    width: 100%;
    text-align: center;
}

.request-form {
    margin-top: 100px;
}

.request-form label{
    font-size: 14px;
    
    color: #333333;
    line-height: 16px;
    margin-bottom: 10px;
}

input::placeholder {
    font-size: 13px;
}

.saveBtn {
    width: 90px;
    height: 36px;
    font-size: 14px;
    
    color: #FFFFFF;
    line-height: 14px;
}

textarea {
   width: 100%;
}

