.page-top .topic__heading .brand-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: 100%;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

body .page-top .topic__heading .brand-badges > li {
  margin: 0;
  padding: 0;
}

body .page-top .topic__heading .brand-badges > li::before {
  display: none !important;
  content: none !important;
}

.page-top .brand-badges .brand-badge {
  --border-radius: 6px;
  --item-height: 34px;
  box-sizing: border-box;
  min-width: 0;
  border: 1px solid #aac4ef;
  background: #eef4ff;
  color: #2457a7;
  cursor: default;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.page-top .brand-badges .brand-badge:hover {
  border-color: #aac4ef;
  background: #eef4ff;
  color: #2457a7;
}

.brand-badge .brand-badge__mark {
  display: inline-flex;
  flex: 0 0 18px;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 7px;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: inherit;
}

.brand-badge .brand-badge__mark svg {
  display: block;
}

.brand-badge .chip__label {
  padding-right: 10px;
  padding-left: 6px;
  white-space: normal;
}

.page-top .brand-badges .brand-badge--official-distributor,
.page-top .brand-badges .brand-badge--official-distributor:hover {
  border-color: #007ab8;
  background: #007ab8;
  color: #fff;
}

.brand-badge--official-distributor .brand-badge__mark {
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.12);
}

.page-top .brand-badges .brand-badge--authorized-partner,
.page-top .brand-badges .brand-badge--authorized-partner:hover {
  border-color: #c5b8e0;
  background: #f2effa;
  color: #5d478f;
}

.page-top .brand-badges .brand-badge--in-stock,
.page-top .brand-badges .brand-badge--in-stock:hover {
  border-color: #9bd4aa;
  background: #eaf7ee;
  color: #1c6b34;
}

.page-top .brand-badges .brand-badge--direct-supply,
.page-top .brand-badges .brand-badge--direct-supply:hover {
  border-color: #b6c7d0;
  background: #eef3f5;
  color: #405463;
}

.page-top .brand-badges .brand-badge--technical-support,
.page-top .brand-badges .brand-badge--technical-support:hover {
  border-color: #aac4ef;
  background: #eef4ff;
  color: #2457a7;
}

.page-top .brand-badges .brand-badge--manufacturer-warranty,
.page-top .brand-badges .brand-badge--manufacturer-warranty:hover {
  border-color: #e3c272;
  background: #fff6e5;
  color: #805a0b;
}

.page-top .brand-badges .brand-badge--certified-products,
.page-top .brand-badges .brand-badge--certified-products:hover {
  border-color: #92d2c8;
  background: #eaf8f5;
  color: #11675e;
}

.title_position_CENTERED .page-top .topic__heading .brand-badges {
  justify-content: center;
}

@media (max-width: 767px) {
  body .title_position_CENTERED .page-top .topic__heading .brand-badges {
    justify-content: flex-start;
  }

  .page-top .brand-badges .brand-badge {
    height: auto;
    min-height: 34px;
  }
}
