.feedback{
    color: #3c3c3c;
}
.feedback .f-title{
    color: #2980BA;
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}
.feedback .f-desc{
    color: #2980BA;
    font-size: 12px;
    line-height: 1;
    margin-top: 10px;
}
.feedback .form__feedback{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}
.feedback .input-block{
    border-bottom: 1px solid #BDBDBD;
    height: fit-content;
    width: 100%;
}
.feedback .inp-text{
    width: 100%;
}
.feedback .input-block .lf{
    cursor: pointer;
    color: #BDBDBD;
}
.feedback .inp-file{
    display: none;
}
.feedback .textarea-text{
    width: 100%;
    height: 50px;
}
.feedback .inp-text::placeholder,
.feedback .textarea-text::placeholder{
    color: #BDBDBD;
}
.feedback .button__block{
    margin-top: 10px;
}
.feedback .button__block .bfs{
    background-color: #2980BA;
    color: #fff;
    padding: 6px 10px;
    border-radius: 20px;
    cursor: pointer;
}
.feedback .sub-desc{
    margin-top: 10px;
    color: #BDBDBD;
    font-size: 10px;
}