.doctors-search-band {
  margin-top: 22px;
  padding: 16px 20px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 16px;
  width: 100%;
  box-sizing: border-box;
}

.doctors-search-band__row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.doctors-search-band__search {
  position: relative;
  flex: 1 1 320px;
  min-width: 240px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 26px;
  background: #fff;
}

.doctors-search-band__search-icon {
  font-size: 17px;
  color: #8c8c8c;
  line-height: 1;
  flex: 0 0 auto;
}

.doctors-search-band__search input[type="search"] {
  border: none;
  outline: none;
  background: transparent;
  font-family: inherit;
  font-size: 15px;
  color: #1a1a1a;
  width: 100%;
  min-width: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.doctors-search-band__search input[type="search"]::placeholder {
  color: #8c8c8c;
}

.doctors-search-band__field {
  position: relative;
  flex: 0 0 auto;
  min-width: 200px;
}

.doctors-search-band__field .pseudo-select {
  margin: 0;
}

.doctors-search-band__field .ts-pseudo-select {
  border: 1px solid #d9d9d9;
  border-radius: 26px;
  background: #fff;
  padding: 13px 20px;
}

.doctors-search-band__field .ts-pseudo-select.open {
  border-color: #e4281f;
}

.doctors-search-band__alphabet {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  align-items: center;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #ececec;
}

.doctors-search-band__letter {
  min-width: 26px;
  text-align: center;
  padding: 5px 7px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 400;
  color: #333;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1.2;
  font-family: inherit;
}

.doctors-search-band__letter--all {
  padding: 5px 12px;
  margin-right: 4px;
}

.doctors-search-band__letter--active {
  font-weight: 700;
  color: #fff;
  background: #e4281f;
}

.doctors-search-band__letter--empty {
  color: #cfcfcf;
  cursor: default;
}

@media (max-width: 768px) {
  .doctors-search-band {
    margin-top: 16px;
    padding: 14px 14px;
  }

  .doctors-search-band__field {
    flex: 1 1 160px;
    min-width: 140px;
  }
}
