.content__report {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.report__choice {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.choice__groups {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  box-shadow: 0px 0px 14px 7px rgba(102, 89, 188, 0.04), 0px 0px 9px -5px rgba(102, 89, 188, 0.6);
  padding: 20px;
  border-radius: 20px;
}
.choice__disciplines {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  box-shadow: 0px 0px 14px 7px rgba(102, 89, 188, 0.04), 0px 0px 9px -5px rgba(102, 89, 188, 0.6);
  padding: 20px;
  border-radius: 20px;
}
.controls__submit {
  box-shadow: 0px 0px 14px 7px rgba(102, 89, 188, 0.04), 0px 0px 9px -5px rgba(102, 89, 188, 0.6);
  padding: 20px;
  border-radius: 20px;
}
.report__controls {
  display: flex;
}