.button {
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Myriad Pro", Tahoma, sans-serif;
  line-height: 22px;
  font-size: 18px;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  color: #ffffff;
  background: #009aeb;
  border: none;
  border-radius: 17px;
  cursor: pointer;
  margin: 0 auto;
}

.button:hover {
  box-shadow: 0 0 5px 2px #b7d9eb;
}

.button:active {
  color: #4dd6ff;
  box-shadow: 1px -1px 5px 0 #8b8b8b inset;
}

.button__calculator {
  width: 125px;
  text-transform: uppercase;
}

.button__popup {
  padding: 1px 16px;
  text-decoration: none;
}

.button__popup-ok {
  width: 83px;
  text-transform: uppercase;
}

.button__popup-mail {
  width: 119px;
}

.button__popup-select-list {
  width: 119px;
}

.button__order-send {
  width: 170px;
}
