.f-search form button.f-search__reset svg {
  width: 14px;
  height:14px;
  fill:#2d2a26;
  stroke: none;
  opacity: 0.8;
}
.f-search form button.f-search__submit svg{
  width:20px;
  height:20px;
  fill:none;
  stroke:#2d2a26
}
.f-search form .form-group{
  width:calc(100% - 80px);
}