.catalog-location {
  position: relative;
  border: 1px solid #848484;
  border-radius: 6px;
  margin: 20px -15px 20px 0;
  padding: 10px;
}
.catalog-location__icon {
  background: #fff;
  position: absolute;
  top: -8px;
  left: -10px;
  padding: 2px;
}
.catalog-location__icon svg {
  fill: #F08C56;
  width: 16px;
  height: auto;
}
.catalog-location__title {
  position: absolute;
  top: 0;
  left: 16px;
  background: #fff;
  top: -8px;
  padding: 0 5px 0 5px;
  font-weight: 700;
  font-size: 15px;
}
.catalog-location__button {
  border-radius: 4px;
  padding: 3px 6px;
  color: #F08C56;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}
.catalog-location__button span {
  border-bottom: 1px dashed #F08C56;
}
.catalog-location__name {
  padding: 3.5px 0 0 6px;
  font-weight: 700;
  font-size: 12px;
}
.catalog-location__cancel {
  border-radius: 4px;
  padding: 3px 6px;
  color: #ff0000;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.catalog-location__cancel span {
  border-bottom: 1px dashed #ff0000;
}