/* Readable native select menus for АС ГРУПП lead forms. */
form[action="/api/forms"] select.t-select[name="type"],
form[action$="/api/forms"] select.t-select[name="type"] {
  color: #f1f1ef !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  color-scheme: light;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

form[action="/api/forms"] .t-input:focus,
form[action$="/api/forms"] .t-input:focus,
form[action="/api/forms"] .t-select:focus,
form[action$="/api/forms"] .t-select:focus {
  border-color: #c8ad58 !important;
  box-shadow: none !important;
  outline: none !important;
}

form[action="/api/forms"] select.t-select[name="type"] option,
form[action$="/api/forms"] select.t-select[name="type"] option {
  background-color: #ffffff !important;
  color: #171717 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

form[action="/api/forms"] select.t-select[name="type"] option:checked,
form[action$="/api/forms"] select.t-select[name="type"] option:checked {
  background-color: #e8dfc2 !important;
  color: #111111 !important;
}

@media (prefers-reduced-motion: reduce) {
  form[action="/api/forms"] select.t-select[name="type"],
  form[action$="/api/forms"] select.t-select[name="type"] {
    transition: none;
  }
}
