span.airline-form__error {
    list-style-type: none;
    color: #F89406;
    font-weight: 500;
}

label.error {
    list-style-type: none;
    color: #F89406;
    font-weight: 500;
}
span.airline_warning__text {
    color: #000000;
    font-size: large;
    font-weight: 700;
}
.place_checked {
  background: green;
}