.wr-ac {
  display: block;
}

.wr-ac__header {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 20px;
  margin-bottom: 14px;
}

.wr-ac__heading {
  margin: 0;
  display: flex;
  align-items: center;
  color: #222;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
}

.wr-ac__line {
  height: 1px;
  background: #cfcfcf;
}
.wr-ac__list {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch;
  flex-wrap: nowrap !important;
  gap: 10px !important;
}

.wr-ac .wr-ac__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 100%;
  min-width: 110px;
  padding: 12px 26px;
  border: 1px solid #cfcfcf;
  background: #f3f3f3;
  color: #333;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 1.1;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .wr-ac__header {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .wr-ac .wr-ac__list {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 1024px) {
  .wr-ac .wr-ac__list {
    flex-wrap: wrap !important;
  }
}
