.mixer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  min-width: 300px;
  border: 1px solid #212121;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.mixer .grup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.mixer .grup .drobi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 10px;
}

.mixer .grup .drobi .bign {
  margin-top: 25px;
}

.mixer .grup .drobi .dro .line {
  height: 2px;
  background-color: #212121;
  width: 44px;
  margin: 0 auto;
}

.mixer .grup .drobi input {
  height: 40px;
  width: 50px;
  margin: 5px;
  border: 1px solid #212121;
  outline: none;
  text-align: center;
}

.mixer .grup .netu {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 30px 10px;
}

.mixer .grup .bol {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 50px 10px;
  background: url(../img/bolshe.png) no-repeat 100%/100%;
  z-index: 5;
}

.mixer .grup .bol::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #118cff3d;
  z-index: 2;
}

.mixer .grup .men {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 50px 10px;
  background: url(../img/menshe.png) no-repeat 100%/100%;
  z-index: 5;
}

.mixer .grup .men::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #118cff3d;
  z-index: 2;
}

.mixer .grup .rov {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 50px 10px;
  background: url(../img/equal.png) no-repeat 50%/50%;
  z-index: 5;
}

.mixer .grup .rov::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #118cff3d;
  z-index: 2;
}

.mixer .grup .chto {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 50px 10px;
  background: url(../img/questionmark.png) no-repeat 50%/50%;
  z-index: 5;
}

.mixer .grup .chto::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  background: #118cff3d;
  z-index: 2;
}

.mixer button {
  cursor: pointer;
  min-width: 200px;
  font-size: 20px;
  padding: 10px;
  border: 1px solid #fafafa;
  color: black;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(173, 173, 173, 0.8);
  text-transform: uppercase;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 700;
}

.mixer button:focus {
  outline: none;
}

.mixer button:hover {
  color: #fafafa;
  background-color: rgba(0, 0, 0, 0.657);
}

.mixer .put {
  margin-top: 10px;
  width: 318px;
  height: 60px;
  background-color: #b7ff8e;
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  padding-top: 10px;
}
