.button {
  border-radius: 2px;
  font-weight: 500;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid transparent;
  display: inline-block;
  padding: 12px 16px 14px;
  font-size: 16px;
  line-height: 10px;
  margin: 0;
  text-align: center;
  min-width: 44px;
  color: #444;
  background-color: #fff;
  white-space: nowrap;
  width:300px;
}
 
.button__primary {
  border-radius: 5px;
  transition: all 0.2s ease-out;
  font-weight: 500;
  background: #82b932;
  background:#666;

  color: #fff !important;
  fill: #666;
}
.button__primary:hover {
  background: #6c9f2e;
  background:#93021f;
  background-color:#01b5ef;
}
.button__line {
  border: 1px solid #e1e1e1;
}
.button__label input {
  display: none;
}
 
 
.button__battery .button {
  margin-bottom: 9px;
}
 