.configrator__button {
  padding: 7px 15px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #0565be;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.configrator__button:hover {
  background-color: #035aa9;
}

.configrator__button a {
  padding: 7px 0;
  text-decoration: none;
  color: #fff;
}

.configrator__button-text {
  padding-right: 7px;
}
