/* стили для возрастного ограничения */
.circles {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: sans-serif;
  color: #FFF;
}

.circle {
  background: #3838de;
  padding: 15px;
  margin: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  max-width: 10px;
  max-height: 10px;
}

.circle__number {
  font-size: 1rem;
} 
/** стили для возрастного ограничения **/