<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.single-select {
  position: relative;
}
.single-select .chosen-single {
  height: 27px;
  display: flex;
  align-items: center;
}

.single-select .chosen-search {
  display: none;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  box-shadow: initial;
}
.chosen-container-active .chosen-single {
  border: none;
  box-shadow: initial;
}
.single-select .chosen-container-single .chosen-single div b {
  background: url(../svg/icons/chosen-sprite.svg) no-repeat 0 2px;
  background-position: center;
}
.single-select .chosen-container-single .chosen-single div {
  margin-right: 18px;
  transition: transform .3s ease-in;
}
.single-select .chosen-container-single.chosen-with-drop .chosen-single div {
  transform: rotate(180deg);
}
.single-select .chosen-container-single.chosen-with-drop {
  position: relative;
}
.single-select .chosen-container-single.chosen-with-drop::before {
  content: '';
  position: absolute;
  height: 1px;
  background: var(--c-gray);
  top: 35px;
  z-index: 1011;
  left: 11px;
  right: 11px;
}
.chosen-container-single .chosen-drop {
  border-radius: initial;
}
.chosen-drop {
  padding-top: 20px;
}
.filters_inner-events {
  justify-content: space-between;
}

@media (min-width: 1200px) {
  .single-select .chosen-single {
    height: 35px;
  }
  .filters_inner-events .filters-block_item.__type {
    max-width: 228px;
  }
  .filters_inner-events .filters-block_item.__organ {
    max-width: 228px;
  }
  .filters_inner-events .filters-block_item.__search {
    max-width: 276px;
  }
}

@media (min-width: 1200px) {
  .members-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
</pre></body></html>