.filters {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.filters__row {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 1.0666666667em;
}

.filters .form__part {
  width: auto;
  flex: 1 1 0;
  min-width: 0;
}

.filters__actions {
  flex: 0 0 auto;
  align-self: flex-start;
}

@media screen and (max-width: 1024px) {
  .filters__row {
    gap: 0.9333333333em;
  }
}
@media screen and (max-width: 882px) {
  .filters__row {
    flex-wrap: wrap;
    justify-content: center;
  }
  .filters .form__part {
    width: 100%;
    flex: 1 1 100%;
  }
  .filters__actions {
    flex: 1 1 100%;
    width: 100%;
  }
  .filters__actions .btn {
    width: 100%;
  }
}
