.pagination {
  display: flex;
  justify-content: center;
  font-size: 1.2em;
  margin-bottom: 40px;
}
.pagination li {
  line-height: 40px;
  text-align: center;
}
.pagination li.disabled {
  font-size: 0;
}
.pagination a {
  display: block;
  padding: 0 12px;
  color: #E0AF04;
  border-radius: 6px;
}
.pagination li:not(.active) a:hover {
  background-color: #FFE11922;
}
.pagination .active a {
  background-color: #FFE119;
  color: #434343;
  text-decoration: none;;
}
.form__field.required label::after {
  content: '*';
}
.form__field.required label::after,
.help-block-error,
.error-text {
  color: #FF4500;
}
.help-block-error {
  margin: 5px 0 0 20px;
}
.success-text {
  color: #007600;
} 