.b-cases-sort .b-select {
  position: relative;
}

.b-cases-sort .b-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  height: 10px;
  margin-top: -4px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  pointer-events: none;
}

.b-cases-sort .b-select select {
  width: 100%;
  min-width: 166px;
  max-width: 300px;
  height: 43px;
  padding: 0 44px 0 12px;
  border: 1px solid #dedede;
  border-radius: 8px;
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}

.b-cases-sort .b-select select::-ms-expand {
  display: none;
}

.b-cases-sort .b-select select:focus {
  border-color: #f9a01a;
  outline: none;
}

@media (min-width: 768px) {
  .b-cases-sort .b-select select {
    height: 53px;
    padding-left: 20px;
    font-size: 20px;
  }

  .b-cases-sort .b-select::after {
    right: 20px;
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}
