.header-brand {
  display: grid;
  align-content: center;
  gap: 3px;
}

.header-brand .wordmark {
  line-height: 1;
}

.header-brand .wordmark span {
  display: inline-block;
}

.header-city {
  margin-left: 44px;
  line-height: 1.2;
}

.header-city select {
  width: auto;
  max-width: 142px;
  border: 0;
  outline: 0;
  padding: 1px 18px 1px 0;
  color: #49625d;
  background: transparent;
  font-size: 12px;
  font-weight: 800;
  cursor: pointer;
}

.header-city select option {
  color: #173a38;
  background: #fff;
}

.review-modal .review-support {
  margin: 16px 0 0;
  padding: 12px 13px;
  border-radius: 11px;
  color: #647772;
  background: #eef5f2;
  font-size: 12px;
  line-height: 1.45;
}

.review-modal .review-support a {
  color: #176c66;
  font-weight: 800;
}

@media (max-width: 380px) {
  .header-city {
    margin-left: 44px;
  }

  .header-city select {
    max-width: 124px;
    font-size: 11px;
  }
}
