.select__label {
  position: relative;
  font-size: 0.8em;
  font-weight: var(--fontWeightBold);

  @media (--screensMedium) {
    color: var(--colorWhite);
  }
}

.select__wrap {
  position: relative;
  font-weight: var(--fontWeightNormal);
}

.select__error {
  position: absolute;
  height: 0;
  opacity: 0;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
}
