.header-filter {
  box-shadow: 0 2px 20px 0 rgba(0,0,0,.05);
  background-color: #f1f8fd;
  border-top: 1px solid #eaeaeb;
  margin-top: 25px;
  padding: 10px 0;
  margin-bottom: -20px;
  display: none
}
.header-filter__link,
.header-filter__wrap {
  display: flex;
  align-items: center
}
.header-filter__link svg {
  width: 24px;
  height: 24px
}
.header-filter__link-count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #d9012a;
  color: #fff;
  font-size: 12px;
  margin-left: 10px
}
.header-filter__tags {
  display: flex;
  align-items: center;
  margin-left: 32px
}
.header-filter__tag {
  display: flex;
  align-items: center;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: #272727;
  padding: 5px 8px;
  border-radius: 50px;
  background-color: #fff;
  border: 1px solid #eaeaeb;
  margin-right: 7px
}
.header-filter__tag svg {
  width: 12px;
  height: 12px;
  margin-left: 6px
}
.header-filter__tag-total {
  border-radius: 10px;
  background-color: #1e5d9d;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: normal;
  color: #fff;
  padding: 5px 8px
}
.header-filter__clear {
  display: flex;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  line-height: 110%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1e5d9d;
  margin-left: auto
}
.header-filter__clear svg {
  width: 12px;
  height: 12px;
  margin-left: 4px
}
.header-filter__counts {
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
  color: #fff;
  background-color: #1e5d9d;
  border-radius: 5px;
  margin-left: 20px
}
@media (max-width:1280px) {
  .header-filter__link svg {
    width: 18px;
    height: 18px
  }
  .header-filter__link-count {
    font-size: 10px
  }
  .header-filter__tags {
    margin-left: 15px
  }
  .header-filter__clear,
  .header-filter__tag,
  .header-filter__tag-total {
    font-size: 10px
  }
  .header-filter__counts {
    margin-left: 12px;
    font-size: 10px
  }
}
@media (max-width:1024px) {
  .header-filter {
    display: none!important
  }
}