.create_prf{
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    background: #59acaa;
    border-radius: 15px;
    padding: 0 14px;
    color: #ffffff;
    height: 26px;
    line-height: 26px;
    display: block;
    margin-left: 20px;
    width: 100%;
}
.create_prf:hover{
    opacity: 0.7;
}
.sort-panel__field.partner-panel__field:last-child{
    max-width: 170px;
}