.selection {
  margin-bottom: 11rem
}
.selection-content {
  padding: 4rem;
  background-color: #f1f8fd;
  border-radius: 1.6rem
}
.selection-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3.5rem
}
.selection__filter .filter__item {
  height: 3.3rem;
  font-size: 1.4rem
}
.selection__item {
  display: none
}
.selection__item_active {
  display: block
}
.selection__form.form_expanded .form-content > :nth-child(n+4) {
  display: block
}
.selection__form.form_expanded .form-content .form__from-to {
  display: flex
}
.selection__form.form_expanded .form-content .span-2 {
  grid-column: span 1
}
.selection__form .form-content > :nth-child(n+4) {
  display: none
}
.selection__form-used .form-content > :nth-child(4) {
  display: flex
}
.selection_catalog {
  margin-bottom: 4.5rem
}
@media (max-width:48em) {
  .selection {
    margin-bottom: 6rem
  }
  .selection-content {
    padding: 6rem 3rem 6.5rem;
    border-radius: 3.2rem
  }
  .selection-heading {
    flex-direction: column;
    margin-bottom: 4rem
  }
  .selection__title {
    text-align: center;
    margin-bottom: 4rem
  }
  .selection__filter {
    width: 100%
  }
  .selection__filter .filter__item {
    width: 50%;
    height: 6.2rem;
    font-size: 2.4rem
  }
  .selection_catalog .selection__title {
    width: 90%;
    margin-left: auto;
    margin-right: auto
  }
}