

/* Start:/bitrix/templates/aspro-scorp/components/bitrix/news.list/fast-filter/style.css?17034875281060*/
.fast-filters-section {
  margin-bottom: 30px;
}

.fast-filters-group {
  margin-bottom: 15px;
  display: flex;
  gap: 10px;
}

.fast-filters-group__title {
  display: block;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  align-self: flex-start;
  white-space: nowrap;
  /* margin-bottom: 10px; */
}

.fast-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.fast-filter--hide {
  flex-wrap: nowrap;
}

.fast-filter-item[data-hide="true"] {
  display: none;
}

.fast-filter-item {
  font-size: 14px;
  white-space: nowrap;
}

.fast-filter-item a {
  color: #00527a;
  text-decoration: none;
}

.fast-filter-item a:hover {
  color: #777;
}

.fast-filter-item__count {
  color: #777;
  padding: 0 3px;
}

.fast-filter-item__title--more {
  color: #777;
  border-bottom: 1px dashed #777;
  cursor: pointer;
  transition: all .3s ease;
}

.fast-filter-item__title--more:hover {
  color: #00527a;
  border-bottom: 1px solid #00527a;
}

.fast-filter-wrap {
  max-width: 100%;
}
/* End */
/* /bitrix/templates/aspro-scorp/components/bitrix/news.list/fast-filter/style.css?17034875281060 */
