

/* Start:/local/components/bizprofi.strong/catalog/templates/.default/bitrix/catalog.section.list/tags/style.css?17368720611895*/
.catalog-tags {
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.catalog-tags.active .catalog-tags__item:nth-child(1n + 5) {
  display: block;
}

.catalog-tags__item {
  display: block;
  background-color: transparent;
  border-radius: 40px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  text-align: left;
  padding: 13px 25px;
  color: #6D7686;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog-tags__item.active {
  background-color: #BFE4EB;
  color: #19398B;
}

 
.catalog-tags__dropdown {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.catalog-tags__dropdown i {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 9px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-tags__dropdown i span {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #6D7686;
  opacity: 0.3;
  margin-right: 4px;
  -webkit-transition: .2s;
  transition: .2s;
}

.catalog-tags__dropdown i span:last-child {
  margin-right: 0;
}

.catalog-tags__dropdown > span span:last-child {
  display: none;
}

.catalog-tags__dropdown.active-list > span span:first-child {
  display: none;
}

.catalog-tags__dropdown.active-list > span span:last-child {
  display: block;
}
/* End */
/* /local/components/bizprofi.strong/catalog/templates/.default/bitrix/catalog.section.list/tags/style.css?17368720611895 */
