$spech_tech_options = SpechTechOption::
select('spech_teche_id')->
where('value',$values)->
where('category_spech_tech_option_id', $category_spech_tech_option_ids)->get();
$values = [
0 => "11ф"
1 => "12ф"
2 => "13ф"
]