.akt-sede-selector {
  display: grid;
  gap: 12px;
}

.akt-sede-selector__row {
  display: grid;
  gap: 12px;
}

@media (min-width: 768px) {
  .akt-sede-selector__row {
    grid-template-columns: 1fr;
    align-items: end;
  }
}

.akt-sede-selector__field {
  position: relative;
  display: grid;
  gap: 6px;
}

.akt-sede-selector__watermark {
  position: absolute;
  left: 14px;
  top: 9px;
  z-index: 2;
  pointer-events: none;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.75);
}

.akt-sede-selector__label {
  font-size: 12px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}

.akt-sede-selector select {
  width: 100%;
  height: 54px;
  border-radius: 12px;
  border: 0;
  padding: 13px 48px 0 14px;
  background-color: #d62122;
  font-family: "AmsiPro";
  color: white;
  font-size: 20px;
  line-height: 1.1;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27%23ffffff%27%20d%3D%27M7.41%208.59%2012%2013.17%2016.59%208.59%2018%2010l-6%206-6-6%201.41-1.41z%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 18px 18px;
}

@media (max-width: 767px) {
  .akt-sede-selector__watermark {
    font-size: 11px;
    top: 8px;
  }

  .akt-sede-selector select {
    font-size: 17px;
    height: 50px;
    padding-top: 12px;
  }
}

.akt-sede-selector__hint {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.7);
  min-height: 18px;
}
