.request-form__control {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 5px;
    color: #73818c;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #dbe3ef;
    transition: all 0.2s linear;
    outline: none;
}