body .container_buy {
  width: 100%;
  height: auto;
  margin: 0 auto; }

button {
  background: #70c05b;
  border: 0;
  border-radius: 4px;
  padding: 15px 30px;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer; }
  button:focus {
    outline: none; }
  button:hover {
    background: #90ce80; }

.popup {
  background: rgba(100, 100, 100, 0.6);
  position: fixed;
  display: none;
  z-index: 9999;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }
  .popup .wrapper {
    max-width: 600px;
    width: 70%;
    position: fixed;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.4); }

/*# sourceMappingURL=style2.css.map */
