.Modal {
  position: relative;
  font-family: "Proxima Nova";

  width: 560px;
  color: #fff;

  &Close {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: -16px;
  }

  &Row {
    padding: 16px 0;
  }

  &Node {
    background:#fff;
  }

  &Half {
    display: inline-block;
    width: 50%;

    &:first-of-type &Inner {
      box-sizing: border-box;
      padding: 0 16px 0 0;
    }

    &:last-of-type &Inner {
      box-sizing: border-box;
      padding: 0 0 0 16px;
    }

  }

  &Button {
    color: #fff;
  }

  &Caption {
    text-align: right;
    font-size: 13px;
    padding: 0 0 52px;
  }

  &Title {
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    padding: 0 0 56px;
  }
}
